/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@font-face {
	font-family: bl-regular;
	src: url(../assets/fonts/tt-norms-pro-regular.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: bl-medium;
	src: url(../assets/fonts/tt-norms-pro-medium.woff) format("woff");
	font-display: swap
}

@font-face {
	font-family: bl-bold;
	src: url(../assets/fonts/tt-norms-pro-bold.woff) format("woff");
	font-display: swap
}

:root {
    /* --light_color: #FEF7E5; */
    --dark_color: #6AE9B0;
    --main_text_color: #000;
    --sec_text_color: #fff;
    --body_font: bl-regular, sans-serif;
    --headings_font: bl-bold, sans-serif;
    --medium-boldFont: bl-medium, sans-serif;
    --main_spacer: 50px;
    --main_headingFS: clamp(25px, 5vw, 45px);
    --sec_headingFS: clamp(20px, 5vw, 30px);
    --sub_headingFS: clamp(18px, 5vw, 20px);
}


* {
    box-sizing: border-box;
}

*::selection {
    color: #fff;
    background-color: var(--dark_color);
}

body {
    margin: 0;
    padding: 0;
    color: var(--main_text_color);
    font-family: var(--body_font);
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--headings_font);
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    /* font-size: 18px; */
    margin-bottom: 7px;
}

strong {
    font-weight: 600;
}

img, video {
    width: 100%;
    vertical-align: middle;
}

/* Target the specific number input and hide the spin buttons */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox, you may need this additional CSS rule */
input[type="number"] {
  -moz-appearance: textfield;
}

button {
    border: none;
    outline: none;
    white-space: nowrap;
    width: fit-content;
    transition: opacity .2s ease-in-out;
}

button.accordion-button {
    white-space: normal;
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

section {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

hr {
    border-color: #252324;
}

.body_font {
    font-family: var(--body_font) !important;
}

.headings_font {
    font-family: var(--headings_font) !important;
}

.medium_bold {
    font-family: var(--medium-boldFont);
}

.w-screen {
    width: 100vw;
}

.max-w-full {
    max-width: 100%;
}

.w-full {
    width: 100% !important;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.main_spacer {
    padding-block: var(--main_spacer);
}

.main_spacer_top {
    padding-top: var(--main_spacer);
}

.main_heading {
    font-size: var(--main_headingFS) !important;
}

.sec_heading {
    font-size: var(--sec_headingFS);
}

.sub_heading {
    font-size: var(--sub_headingFS);
}


.text_xs {
    font-size: 14px !important;
}

.light_bg {
    background-color: var(--light_color);
}

.bg_dark {
    background-color: var(--dark_color);
}

.text_dark {
    color: var(--dark_color);
}

.dark_color {
    color: var(--dark_color) !important;
}

.hstack .icon_wrapper {
    flex-shrink: 0;
}

/* Global END */


header .logo_wrapper {
    max-width: 100px;
}

header nav a {
    font-size: 14px;    
}

.bannerSection .img_wrapper.large {
    height: 100%;
}

.bannerSection .img_wrapper.large img {
    height: 100%;
    object-fit: cover;
}

.form_wrapper {
    border-radius: 20px;
    padding: 70px 100px;
    /* padding-bottom: 50px; */
    background-color: #fff;
}

.form_wrapper input {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    border-radius: 30px;
    font-size: 20px;    
    border: 1px solid #C8C8C8; 
    background-color: #F4F4F4;
}

.form_wrapper input::placeholder {
    color: #C8C8C8;
}

.mainBtn {
    padding: 10px 20px;
    border-radius: 30px;
}

.mainBtn {
    text-transform: uppercase;
    border-radius: 12px;
    font-family: var(--medium-boldFont);
    background-color: var(--dark_color);
}

.reviewsSwiper .swiperCard {
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background-color: var(--dark_color);    
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.025), 0px 1px 1px 0px rgba(0, 0, 0, 0.01), 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.reviewsSwiper .swiperCard .icon_wrapper {
    max-width: 30px;
    filter: invert(1);    
    margin: 0 auto;
    margin-bottom: 20px;
}

.reviewsSwiper .swiperCard p {
    text-align: center;
}

.reviewsSwiper .swiperCard .smallLine {
    margin: 0 auto;
    width: 50%;
    border-top: 2px solid #fff;
}

.reviewsSwiper .swiper-slide {
    height: auto;
}

.reviewsSwiperBtns {
    position: absolute;
    left: -50px;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: #EBEBEB;
}

.reviewsSwiperBtns.reviewsSwiper-next {
    right: -50px;
    left: auto;
}

.reviewsSwiperBtns.reviewsSwiper-prev {
    transform: rotate(180deg);
}

.reviewsSwiper .swiper-slide .floating_img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    max-width: 70px;
}

footer {
    color: #fff;
    background-color: #000;
}

footer a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--medium-boldFont);
}

.points_section .img_wrapper {
    display: grid;
    width: 66px;
    height: 60px;
    place-items: center;    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../assets/images/bg-shape.svg");
}

.points_section .img_wrapper img {
    max-width: 60%;
    transform: translateX(2px);
}

.swiperSection {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right top;
    background-image: url("https://www.bostonliving.com/assets/images/home/amenities-bg.svg");
}

.gallerySwiper .img_wrapper {
    height: 300px;
    overflow: hidden;
}

.gallerySwiper .img_wrapper img {
    height: 100%;
    object-fit: cover;
}

.eventsSwiper .img_wrapper {
    height: 400px;
    overflow: hidden;
}

.eventsSwiper .img_wrapper img {
    height: 100%;
    object-fit: cover;
}

.eventsSwiper .slide_wrapper {
    position: relative;
}

.eventsSwiper .slide_wrapper .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-top: 50px;
    background: linear-gradient(to top, #fff, transparent);
}

.eventsSwiper .slide_wrapper .title > * {
    font-family: var(--headings_font);
    font-size: var(--sub_headingFS);
}

.form_wrapper.banner_form {
    position: absolute;
    top: 10%;
    left: -20%;
    right: 10%;
    border: 1px solid var(--dark_color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.025), 0px 1px 1px 0px rgba(0, 0, 0, 0.01), 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.banner_right {
    height: 100%;
    background-color: #fff;
}


@media only screen and (min-width: 1200px) {
    .banner_left {
        max-width: calc((1140px / 2) + 8.33333333% - 12px);
        margin: 0 auto;
        padding-right: 100px;
        min-height: 400px;
    }
}

@media only screen and (min-width: 1400px) {
    .banner_left {
        max-width: calc((1320px / 2) + 8.33333333% - 12px);
        margin: 0 auto;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner_left {
        padding-right: 100px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .banner_right,
    .banner_left {
        padding: 20px;
    }
    .form_wrapper.banner_form {
        position: relative;
        inset: 0;
    }
}

.white_btn {
    border-radius: 12px;
    padding: 7px 14px;
    background-color: #fff;
}