body{
    font: normal normal 300 14px/22px Manrope;
    letter-spacing: 0px;
    color: #111113;
}
h1{
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}
h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
}
.container{
    max-width: 1558px;
}


b,strong{
  font-weight: 600;
}

.btn-primary{
    width: 210px;
    height: 40px;
    background: #111113 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
    border-radius: 19px;
    font-size: 14px;
    line-height: 22px;
}
.btn-secondary{
    width: 210px;
    height: 40px;
    background: #11111300 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
    border-radius: 19px;
    letter-spacing: 0px;
    color: #111113;
    font-size: 14px;
    line-height: 22px;
}
.btn.btn-primary.active{
    background: #111113 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
}
.btn.btn-primary:hover{
    background: #111113 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
}
.btn.btn-secondary.active{
    background: #11111300 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
    color: #111113;
}
.btn.btn-secondary:hover{
    background: #11111300 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
    color: #111113;
}
.top-header{
    background-color: #111113;
    color: #F3F3F3;
    height: 46px;
}
.top-header .nav-link{
    color: #F3F3F3;
    padding: 3px 10px;
}
.top-header .inquire-link .nav-link{
    padding-left: 0;
}
.top-header .inquire-link img{
    margin-right: 10px;
}
.bottom-header{
    background-color: #F3F3F3;
    margin-bottom: 0;
    padding: 25px 0;
}
.bottom-header .nav-item{
    padding: 0 10px;
}
.bottom-header .nav-item:last-child{
    padding-right: 0;
}
.bottom-header .nav-link{
    color: #111113;
}
.bottom-header .nav-link.active{
    color: #111113;
}
.bottom-header .dropdown-toggle::after{
    background-image: url("../img/icons/arrow.fad8b7f251cc.png");
    display: inline-block;
    padding: 4px 7px;
    margin-left: 15px;
    background-repeat: no-repeat;
    border: none;
    vertical-align: middle;
}
.bottom-header .dropdown-menu .dropdown-item{
    font-size: 14px;
    font-weight: 300;
    color: #111113;
}
.logo span{
    color: #111113;
    font-weight: 800;
    font-size: 40px;
    margin-left: 10px;
}
/* Section 1 */
.section-1{
    height: 699px;
    background-image: url("../img/main-banner.fdc2e97ebbc1.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section-1 .container::after{
    content: "";
    height: 100%;
    background-color: #111113;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 55%;
    opacity: 0.5;
}
.main-banner-content{
    color: #F3F3F3;
    max-width: 500px;
    z-index: 1;
}
.main-banner-content .subhead{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.main-banner-content .lead{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 10px;
}
.main-banner-content .btn-secondary,
.main-banner-content .btn-secondary:hover{
    background: #FFFFFF7A 0% 0% no-repeat padding-box;
    border: 1px solid #F3F3F3;
    border-radius: 19px;
    color: #FFFFFF;
    margin-top: 60px;
}
/* Secion 2*/
.section-2{
    background: #F3F3F3 0% 0% no-repeat padding-box;
    opacity: 1;
}
.section-2 .container{
    max-width: 1510px;
}
.section-2 .top .card{
    height: 264px;
    border: none;
    background-size: cover;
}
.section-2 .top .card .d-flex{
    background: #111113 0% 0% no-repeat padding-box;
    opacity: 0.52;
}
.section-2 .top .card h3{
    font: normal normal 600 18px/28px Manrope;
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.section-2 .bottom .text-content{
    max-width: 490px;
    margin-top: 85px;
}
.section-2 .right .logo{
    padding-top: 40px;
    padding-bottom: 30px;
}
.section-2 .right .logo span{
    font-weight: 800;
}
.section-2 .right .blocktext2{
    margin-top: auto;
}
.section-2 .right .btn{
    margin-top: 22px;
}
/* Section 3 */
.section-3{
    color: #FFFFFF;
    background: #111111;
    background-image: url("../img/icons/sohi-icon-white.98badee8eda0.svg");
    background-repeat: no-repeat;
    background-position: top right;
}
.section-3 .container{
    padding: 140px 0 50px 0;
}
.section-3 .section-des h2{
    font-size: 36px;
}
.section-3 .section-des{
    max-width: 500px;
}
.section-3 .amenities{
    padding-top: 64px;
}
.section-3 .amenities .amenitie-item{
    padding-bottom: 70px;
}
.section-3 .text-body-emphasis{
    color: #FFFFFF;
}
.section-3 h3{
    padding-bottom: 10px;
}
.section-3 .item-content{
    max-width: 250px;
}
.section-3 .scroll-down{
    text-align: center;
}
.second-nav{
    height: 70px;
    background: #111113;
    display: none;
}
.second-nav.sticky-top{
    display: block;
}
.second-nav .nav-item{
    padding: 0 20px;
    color: #F3F3F3;
}
.second-nav .nav-link{
    color: #F3F3F3;
    line-height: 54px;
}
.second-nav .nav-link svg{
    padding-left: 5px;
}
/* Section 4 */
.section-4{
    padding: 40px 0;
}
.section-4 .container{
    position: relative;
    max-width: 1842px;
    padding: 0;
}
.section-4 .carousel-item{
    width: 100%;
    height: auto;
}
.section-4 .carousel-item img{
    filter: brightness(0.3);
    border-radius: 25px;
}
.section-4 .carousel-caption{
    text-align: left;
    color: #FFFFFF;
    bottom: 92px;
    height: 63%;
    left: 16%;
}
.section-4 .carousel-caption .caption-title h2{
    padding-left: 36px;
    padding-top: 74px;
}
.section-4 .carousel-caption .caption-title .btn{
    width: 520px;
    height: 78px;
    background: #FFFFFF7A 0% 0% no-repeat padding-box;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 55px;
}
.section-4 .carousel-caption .caption-des{
    max-width: 500px;
    position: relative;
}
.section-4 .carousel-caption .caption-des h2{
    font-weight: 600px;
    font-size: 36px;
    line-height: 52px;
    margin-top: 12px;
}
.section-4 .carousel-caption .caption-des p{
    font-size: 14px;
}
.section-4 .carousel-caption .caption-des .carousel-indicators{
    bottom: 0;
    left: 10px;
    margin-left: 0;
    justify-content: left;
}
.section-4 .carousel-caption .caption-des .carousel-indicators [data-bs-target]{
    width: 80px;
    height: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: none !important;
}
.section-4 .carousel-caption .caption-des .carousel-indicators button{
    position: relative;
    text-indent: 0;
}
.section-4 .carousel-caption .caption-des .carousel-indicators button span{
    position: absolute;
    color: #ffffff;
    left: 0;
    top: -38px;
    visibility: hidden;
}
.section-4 .carousel-caption .caption-des .carousel-indicators .active span{
    visibility: visible;
}
.section-4 .carousel-caption .caption-des .carousel-indicators button.active{
    width: 160px;
}
.section-4 .carousel-control-next{
    right: 66px;
}
.section-4 .carousel-control-prev{
    left: 66px;
}
.section-4 .carousel-control-next .btn-bg,
.section-4 .carousel-control-prev .btn-bg{
    width: 80px;
    height: 80px;
    background-color: #F3F3F399;
    border-radius: 50%;
}
.section-4 .carousel-control-next .btn-bg .carousel-control-next-icon,
.section-4 .carousel-control-prev .btn-bg .carousel-control-prev-icon{
    margin-top: 25px;
    width: 14px;
    height: 29px;
}
.section-4 .carousel-control-next .carousel-control-next-icon{
    background-image: url("../img/icons/next.98b9fdf32dbd.png");
}
.section-4 .carousel-control-prev .carousel-control-prev-icon{
    background-image: url("../img/icons/prev.500c1605834f.png");
}
/* Section 5 */
.section-5 .memberships{
    padding-top: 58px;
}
.section-5 .memberships .top-heading{
    text-align: center;
    margin-bottom: 80px;
}
.section-5 .memberships .top-heading h2{
    font-size: 36px;
    line-height: 52px;
}
.section-5 .memberships .top-heading p{
    max-width: 730px;
}
.section-5 .memberships .featurette .featurette-content{
    margin-top: 66px;
}
.section-5 .memberships .featurette .featurette-image{
    border-radius: 20px;
}
.section-5 .memberships .featurette{
    margin-bottom: 50px;
}
.section-5 .memberships .featurette .featurette-content{
    max-width: 600px;
}
.section-5 .memberships .featurette.right-img .featurette-content{
    padding-left: 22px;
}
.section-5 .memberships .featurette h2{
    font: normal normal 600 36px/52px Manrope;
    letter-spacing: 0px;
    color: #111113;
    padding-top: 22px;
    padding-bottom: 10px;
}
.section-5 .memberships .featurette .price-card{
    margin-bottom: 38px;
}
.section-5 .memberships .featurette .price-card span{
    height: 43px;
    background: var(--unnamed-color-111113) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-111113);
    background: #111113 0% 0% no-repeat padding-box;
    border: 1px solid #111113;
    border-radius: 23px;
    font: normal normal 600 18px/28px Manrope;
    letter-spacing: 0px;
    color: #F3F3F3;
    padding: 8px 24px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.section-5 .memberships .featurette .featurette-content .btn{
    margin-top: 10px;
    width: 166px;
}
/* Secion 6 */
.section-6{
    padding: 100px 0;
    background-color: #F3F3F3;
}
.section-6 .section6-content{
    max-width: 600px;
}
.section-6 .section6-content span{
    font-size: 14px;
    font-weight: 600;
    color: #111113;
    line-height: 52px;
}
.section-6 .section6-content h2{
    font-size: 36px;
    font-weight: 600;
    color: #111113;
    line-height: 52px;
}
.section-6 .section6-content .btn{
    margin-top: 24px;
}
.section-6 .myCarousel6 {
    height: 288px;
    margin-left: -14px;
}
.section-6 .myCarousel6 .carousel-indicators{
    justify-content: left;
    margin: 0;
}
.section-6 .myCarousel6 .carousel-indicators [data-bs-target]{
    background: #707070 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 80px;
    height: 5px;
    border: none !important;
}
.section-6 .myCarousel6 .carousel-indicators .active{
    background: #111113 0% 0% no-repeat padding-box;
    width: 160px;
}
.section-6 .myCarousel6 .carousel-inner{
    max-width: 620px;
}
.section-6 .myCarousel6 .carousel-inner .carousel-item img{
    margin-right: 30px;
}
.section-6 .carousel-indicators button{
    position: relative;
    text-indent: 0;
}
.section-6 .carousel-indicators button span{
    position: absolute;
    color: #111113;
    left: 0;
    top: -32px;
    visibility: hidden;
}
.section-6 .carousel-indicators .active span{
    visibility: visible;
}
/* Section 7 */
.section-7{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../img/icons/sohi-icon-black.078a9923e416.svg");
    background-repeat: no-repeat;
    background-position: right;
}
.section-7 .contact-info{
    max-width: 500px;
}
.section-7 .contact-info h2{
    margin-top: 10px;
}
.section-7 .contact-form{
    max-width: 480px;
    padding-top: 14px;
    padding-left: 10px;
}
.section-7 .contact-form .col-sm-6{
    padding-right: 25px;
}
.section-7 .contact-form input{
    border: none;
    border-bottom: 1px #707070 solid;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
}
.section-7 .contact-form textarea{
    border: none;
    border-bottom: 1px #707070 solid;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
}
.section-7 .btn{
    margin-top: 30px;
}
/* Footer */
footer{
    background-color: #111113;
    color: #FFFFFF;
}
footer a,
footer p,
footer ul,
footer ul li{
    color: #FFFFFF;
}
.footer-infor p{
    margin-top: 20px;
    margin-bottom: 32px;
    font: normal normal 300 14px/22px Manrope;
    letter-spacing: 0px;
    color: #F3F3F3;
    max-width: 340px;
}
.footer-logo span{
    font: normal normal 800 40px/65px Manrope;
    color: #FFFFFF;
    padding-left: 10px;
}
.footer-infor .social{
    width: 260px;
    height: 147px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 25px;
    padding: 17px 17px 17px 33px;
    position: relative;
}
.footer-infor .social p{
    font: normal normal 300 14px/22px Manrope;
    letter-spacing: 0px;
    color: #111113;
    padding: 0;
    margin: 0;
}
.footer-infor .social ul{
    position: absolute;
    bottom: 0;
}
footer h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
}
footer .nav-link{
    color: #FFFFFF;
    line-height: 30px;
}
footer .nav-link:hover{
    text-decoration: underline;
    color: #FFFFFF;
}
/* Responsive */
@media (max-width: 1524px) {
    .section-1{
        height: auto;
    }
    .section-4 .carousel-caption{
        bottom: 20px;
        height: 80%;
    }
    .section-4 .carousel-caption .caption-title .btn{
        width: 420px;
        height: 52px;
        line-height: 32px;
    }
}
@media (max-width: 1199.98px) {
    .section-1 .container::after{
        right: 50%;
    }
    .second-nav .nav-item{
        padding: 0 10px;
    }
    .section-4 .carousel-caption{
        bottom: 20px;
        height: 90%;
    }
    .section-4 .carousel-caption .caption-title .btn{
        width: 320px;
        height: 52px;
        line-height: 32px;
    }
}
@media (max-width: 991.98px) {
    .section-1 .container::after{
        right: 40%;
    }
    .second-nav .nav-item{
        padding: 0 5px;
    }
    .section-4 .carousel-caption{
        bottom: 0;
        height: 100%;
    }
    .section-4 .carousel-caption .caption-title h2{
        padding-left: 0;
        font-size: 24px;
    }
    .section-4 .carousel-caption .caption-title .btn{
        width: 210px;
        height: 40px;
        line-height: 22px;
    }
    .section-4 .carousel-caption .caption-des h2{
        font-size: 24px;
    }
    .section-4 .carousel-caption .caption-des .carousel-indicators{
        display: none;
    }
    .section-4 .carousel-control-next .btn-bg, .section-4 .carousel-control-prev .btn-bg{
        width: 60px;
        height: 60px;
    }
    .section-4 .carousel-control-next .btn-bg .carousel-control-next-icon, .section-4 .carousel-control-prev .btn-bg .carousel-control-prev-icon{
        margin-top: 14px;
    }
}
@media (max-width: 851px){
    .second-nav .left-item{
        display: none;
    }
}
@media (max-width: 767.98px) {
    .section-3,
    .section-7{
        background-image: none;
    }
    .section-1 .container::after{
        right: 0;
    }
    .section-2 .container .row{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .section-3 .container{
        padding-top: 40px;
    }
    .section-3 .amenities .amenitie-item{
        padding-bottom: 0;
    }
    .second-nav .nav-item{
        padding: 0;
    }
    .section-4 .carousel-caption{
        left: 24%;
    }
    .section-4 .carousel-caption .caption-title h2{
        padding-top: 0;
    }
    .section-4 .carousel-caption .caption-des{
        display: none;
    }
    .section-4 .carousel-control-prev{
        left: 0;
    }
    .section-4 .carousel-control-next{
        right: 0;
    }
    .section-5 .memberships{
        padding-top: 24px;
    }
    .section-5 .memberships .top-heading{
        margin-bottom: 40px;
    }
    .section-5 .memberships .featurette .featurette-content{
        margin-top: 0;
    }
    .section-6{
        padding: 0;
    }
    .section-6 .myCarousel6{
        height: 170px;
    }
    .section-6 .myCarousel6 .carousel-inner .carousel-item img{
        max-width: 130px;
    }
    .section-7{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 576px){
    .second-nav {
        height: 40px;
    }
    .second-nav .nav-link{
        line-height: 22px;
    }
}


