.hero_banner {
	background: top center / cover no-repeat var(--bg-img), var(--white);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	min-height: 610px;
	margin-top: -20px;
}

.hero_top_block {
	padding: 25px 25px 30px;
	width: 295px;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%);
	box-shadow: 1.439px 1.389px 3px var(--black);
	background-color: rgba(204, 194, 187, 0.8784313725490196);
	top: 0;
	right: 21%;
	position: absolute;
}
.hero_top_block_sticker {
	width: 100%;
}

.date {
	font: bold 20px/29px var(--fontfamily1);
	letter-spacing: 1px;
	background-color: var(--white);
	padding: 10px 30px;
	clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 15px 50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 15px 50%);
	display: inline-block;
    color: var(--green);
        display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 45px;
        position: relative;
}

.date span {
position: absolute;
    top: 51%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

.book_form {
	padding: clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);
	background: var(--green);
	margin-top: -190px;
}

.book_form p {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.book_form_inner .inner_img {
	max-width: 250px;
	position: relative;
}

.gform_wrapper {
	padding-top: 8px;
}

footer .gform_wrapper,
.gform_page_footer{
	padding-top: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem) !important;
}

.book_form_inner .inner_img .inner_logo {
	width: 90px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.book_form_inner .w-50 h3 {
	text-align: center;
}

.gform_validation_errors {
	display: none;	
}

.gform_wrapper.gravity-theme .gfield_description {
	background: transparent !important;
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	text-align: left !important;
	letter-spacing: 0.5px !important;
}

.purchase-benefits {
	background-color: #ccc2bb45;
	clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
}

.purchase-benefits .purchase-benefits_inner {
	background-color: var(--green);
	border-radius: 15px;
	padding: clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem);
}

.purchase-benefits .purchase-benefits_inner p:first-child {
	margin-top: 0;
}

.purchase-benefits .purchase-benefits_inner .bottom_logo {
	width: 130px;
	position: absolute;
	top: 98%;
	left: -30px;
}

.purchase-benefits .purchase-benefits_inner .bottom_logo:last-child {
	left: unset;
	right: -40px;
	top: 95%;
}

.purchase-benefits_inner li{
	margin: 0 0 20px;
	list-style-image: url(../images/list_img.svg);
	list-style-position: inside;
	display: list-item !important;
}

.purchase-benefits_inner li:before {
	display: none !important; 
}

.purchase-benefits_inner li:last-child{
	margin: 0 0 0;
}

.purchase-benefits .left_text p {
	max-width: 530px;
}

.about_blvd h2 {
	max-width: 620px;
	margin: 0 auto;
}

.about_blvd .container>h2 {
	padding: 0;
}

.inner-slider {
	margin-top: 50px;
}

.inner-slider .about-logos-swiper  {
	padding: 0;
	overflow: hidden;
	margin: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem) auto 0;
        display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-slider .about-logos-swiper .slick-arrow {
    width: 6%;
    opacity: 0;
    padding: 0;
    font-size: 0 !important;
    top: -23px;
    cursor: pointer;
    z-index: 9999;
}

.about_blvd .about-logos-inner .swiper-button-next, .about_blvd .about-logos-inner .swiper-button-prev {
    pointer-events: none;
}

.inner-slider .about-logos-swiper .slick-list {
	overflow: hidden;
	width: 85%;
    cursor: grab;
    	margin: 0 auto;
}

.inner-slider .about-logos-swiper .swiper-slide {
	padding: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


.inner-slider .about-logos-swiper p {
	margin: 15px auto 0;
	max-width: 150px;
}

.inner-slider .about-logos-swiper figure {
	margin: 0;
}

.inner-slider .about-logos-swiper figure img {
	object-fit: contain;
	-o-object-fit: contain;
	aspect-ratio: 8/4;
	max-width: 280px;
}

.image_slider {
	overflow: hidden;
}

.image_slider_container .swiper-slide {
	width: 100%;
}

.image_slider_container .swiper-slide img {
	aspect-ratio: 8/4;
}

.image_slider .swiper-pagination {
	bottom: -25px;
}

.swiper-pagination-bullet {
	opacity: 1;
	border: 1px solid var(--yellow);
	width: 10px;
	height: 10px;
	background-color: var(--white);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--yellow);

}

.about_blvd .swiper-button-next:after,
.about_blvd .swiper-button-prev:after {
	display: none;
}

.about_blvd .swiper-button-next,
.about_blvd .swiper-button-prev {
	transform: translate(0, -50%);
	width: 35px;
	height: 35px;
}

.about_blvd .swiper-button-next svg,
.about_blvd .swiper-button-prev svg {
	width: 100%;
	height: 100%;
}

.investment_experience .grid_col_3 {
	--auto-grid-min-size: 19rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
	gap: 25px;
	padding-bottom: 20px;
}

.investment_experience .grid_col_3 .grid_item {
	overflow: hidden;
	border-radius: 10px;
	min-height: 420px;	
    height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: center / cover no-repeat var(--bg-img);
	align-self: center;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.investment_experience .grid_col_3 .grid_item .top_info {
	background-color: var(--green);
	padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
}

.investment_experience .bottom_text {
	background-color: var(--green);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.investment_experience .bottom_text .primary_btn2 {
	margin: 0 !important;
}

.investment_experience .grid_col_3 .grid_item:hover .bottom_text,
.investment_experience .grid_col_3 .grid_item:hover .top_info {
	opacity: 0;
}

.investment_experience .grid_col_3 .grid_item .noHover {
	transition: all 0.5s ease-in-out;
	background-color: #003429c2;
	width: 100%;
	padding: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
	opacity: 0;
	pointer-events: none;
	    flex: 1 1 0;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
        gap: 15px;
        align-items: center;
}

.investment_experience .grid_col_3 .grid_item .noHover .top_info {
	background-color: transparent;
	padding: 0;
	position: unset;
}

.investment_experience .grid_col_3 .grid_item:hover .noHover,
.investment_experience .grid_col_3 .grid_item:hover .noHover .top_info {
	opacity: 1;
	pointer-events: all;
}

.investment_experience .top_info p {
	margin: 0;
	padding-bottom: 10px;
}

.investment_experience .top_info h3 {
	color: var(--yellow);
	padding-bottom: 0;
}

.investment_experience .top_info .logo {
	width: clamp(6.875rem, 6.375rem + 2.5vw, 9.375rem);
	display: block;
	margin: 0 auto clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
}


.investment_experience_inner {
	background: center / cover no-repeat var(--bg-img) #001a15;
	background-blend-mode: overlay;
	padding: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
	gap: 30px;
}

.investment_experience_inner .text {
	flex: 1 1 70%;
}

.investment_experience_inner .text p {
	margin: 0;
}

.modal-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 9999;
}

.modal-popup span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: #404040a1;
}

.modal-popup .modal-content {
	width: 95%;
	padding: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fcfbf9;
	position: absolute;
	z-index: 1;
	max-width: 940px;
	height: 85vh;
	max-height: 600px;
}

.modal-popup .modal-content .modal-container {
	width: 100%;
	height: 100%;
}


.modal-popup .modal-content .modal-container video,
.modal-popup .modal-content .modal-container iframe,
.modal-popup .modal-content .modal-container img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.modal-popup .modal-content a.close {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 5;
}

.modal-popup .modal-content a.close svg {
	width: 25px;
}

.why_southbank ul {
	margin-bottom: 20px;
}

.why_southbank li {
	margin: 0;
}

.why_southbank {
	background-color: #ccc2bb45;
	clip-path: polygon(0% 6%, 100% 0%, 100% 100%, 0% 100%);
}

.OSK_Property .logo_grid {
	padding-top: 80px;
	--auto-grid-min-size: 12rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
	gap: 30px;
}

.OSK_Property .logo_grid .logo_grid_item {
	display: flex;
}

.OSK_Property .logo_grid img {
	margin: auto;
	aspect-ratio: 3/2;
	width: 60%;
	-o-object-fit: contain;
	object-fit: contain;
}

.why_southbank h2{
	padding-left: 27px;
}
.why_southbank .w-50 > a.primary_btn {
	margin-left: 27px;
}

.form_bottom_text {
	font: 400 11px/100% var(--fontfamily1);
	color: var(--white);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
	letter-spacing: 0.7px;
}

.form_bottom_text:before {
	content: "";
	background: center/ cover no-repeat url(../images/lock.png);
	width: 12px;
	display: inline-flex;
	height: 12px;
}

.form_bottom_text a{
	text-decoration: underline;
}

.form_bottom_text a:hover{
	text-decoration: none;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	padding: 0px 0 24px;
}

.about_room {
     margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
}

.about_room span {
display: flex;
gap: 10px;
    align-items: center;
    justify-content: center;
        line-height: 100%;
    font-size: 16px;
  }

.about_room span::before {
content: "";
    background: center/ 20px no-repeat var(--bg-img);
    width: 25px;
    display: inline-flex;
    height: 25px;
}

.about_room span:first-child::before {
--bg-img:url(../images/sleep-icon.svg);
}

.about_room span:last-child::before {
--bg-img:url(../images/bath-svgrepo-com.svg);
}

.about_room span:first-child::after {
	content: "|";
        font-size: 24px;
    line-height: 100%;
    font-weight: 600;
}


@media only screen and (max-width: 1130px) {
	.purchase-benefits .purchase-benefits_inner .bottom_logo {
		display: none;
	}
}

@media only screen and (max-width: 992px) { 
	.modal-popup .modal-content {
		max-height: clamp(12.5rem, -3.125rem + 78.125vw, 34.375rem);
		padding: clamp(0.625rem, 0.4762rem + 0.744vw, 0.9375rem);
	}
	.modal-popup .modal-content a.close {
		top: -45px;
		right: 0;
	}
	.modal-popup .modal-content a.close svg {
		fill: #ffff
	}
}

@media only screen and (max-width: 768px) {
	.book_form_inner .w-50 p {
		text-align: center;
		margin-bottom: 0;
	}

	.purchase-benefits .left_text {
		text-align: center;
	}

	.purchase-benefits .left_text p {
		margin: 0 auto 10px;
		max-width: 100%;
	}

	.purchase-benefits {
		clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
	}

	.hero_top_block {
		right: calc(0% + clamp(0.625rem, -0.2679rem + 4.4643vw, 1.875rem));
	}

	.why_southbank {
		clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
	}

	.hero_top_block h1 {
		padding: 5px;
	}

	.hero_top_block {
		padding: 20px 20px 25px;
	}

	.investment_experience .grid_col_3 {
		--auto-grid-min-size: 18rem;
	}
	.why_southbank iframe {
		height: clamp(21.875rem, 12.9464rem + 44.6429vw, 34.375rem);
	} 
	.OSK_Property .logo_grid {
		padding-top: 40px; 
	}
}

@media (max-width: 640px){
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 15px !important;
	}

	.gform_wrapper.gravity-theme .ginput_complex span:last-child {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 420px){
	.OSK_Property .logo_grid {
		padding-top: 25px;
	}
}