@font-face {
    font-family: 'Optima';
    src: url('Optima-Bold.woff2') format('woff2'),
        url('Optima-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('Optima.woff2') format('woff2'),
        url('Optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('Optima-Medium.woff2') format('woff2'),
        url('Optima-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima';
    src: url('Optima-Italic.woff2') format('woff2'),
        url('Optima-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


body {
    font-family: "Raleway", sans-serif;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
p{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #5d5b5b;

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Optima';
    font-weight: 400;
    font-style: normal;
	line-height: 1.4em;
    color: #000;
}
ul{
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

h3{
    font-size: 25px;
    line-height: 30px;
}

a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #0a1729;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 50px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #fbc508;
	border-color: #fbc508;
}
.btn-dark:hover {
	color: #fff;
	background-color: #fbc508;
	border-color: #fbc508;
}
/******* Header ************/
.header {
    position: absolute;
    top: 0;
    z-index: 1034;
    padding: 15px
}
.header-box{
    justify-content: space-between;
    align-items: center;
}

.logo a img{
    width: 100%;
}
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 9;
    transition: 2s;
    -webkit-transition: 1s;
    background: #0000006e;
    padding: 6px;
}
.fixed-header .logo a img{
    width: 70%;
}
.kid-logo a{
    background: #610631;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
}


/******* banner ************/
.banner {
    padding: 0px;
    position: relative;
    z-index: 0;
}
.banner::before{
    content: '';
    background: #0000004f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.cus-banner-text {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 11px;
}
.cus-banner-text p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.banner .carousel-caption {
    text-align: center;
    bottom: 0;
    top: 0;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 8%;
    right: 5%;
    z-index: 9;
}
.banner-text h1{
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    line-height: 84px;
}
.banner .carousel-item img{
    height: 100vh;
    object-fit: cover;
}
.carousel-indicators{
    z-index: 99;
}
.carousel-indicators [data-bs-target]{
    width: 9px;
    height: 9px;
    border-radius: 30px;
    border: 0px solid #fff;
}

.carousel-control-next {
    right: 0;
    z-index: 9;
}

/******* about ************/
.about {
    padding: 60px 0 20px;
}
.about h2{
    font-size: 50px;
    color: #66162f;
    font-weight: 500;
    margin-bottom: 30px;
}
.about h2 span{
    font-style: italic;
}

.about-text-box{
    position: relative;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
   
}

.about-text-box a img{
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
    transform-origin: center top;
    height: 350px;
    object-fit: cover;
}
.about-text-box:hover a img{
    transform: scale(1.03);
}

.about-text-contain {
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

#lightcase-info #lightcase-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.about-text-contain h4{
    color: #66162f;
    font-size: 20px;
    font-weight: 500;
}
.about-text-contain p{
    font-size: 15px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.about-text-box:hover .about-text-contain p{
    opacity: 1;
}

div#lightcase-sequenceInfo {
    display: none !important;
}

.about .owl-dots {
    display: none;
}
.about .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 140px;
    right: 66px;
    background: #fff;
    padding: 0px 19px 5px !important;
    font-size: 28px;
    border-radius: 100px;
}
.about .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 140px;
  left: 66px;
    background: #fff;
    padding: 0px 19px 5px !important;
    font-size: 28px;
    border-radius: 100px;
}
/******* tour ************/
.tour{
    padding: 0px 0 60px;
}
.tour-text h2{
    font-size: 55px;
    color: #66162f;
    font-weight: 500;
    line-height: 62px;
    padding: 30px 0 0 50px;
}

/******* living ************/
.living{
    padding: 20px 0 60px;
}
.living .tour-text img{
    width: 70%;
}
.living .tour-video h3{
    font-size: 50px;
    color: #66162f;
    font-weight: 500; 
    margin-bottom: 20px;
}

.cus-btn{
    background: #610631;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;

}
.cus-btn:hover{
    color: #fff;
}
.amenities {
    display: flex;
    flex-wrap: wrap;
}
.amenities-box {
    width: 33%;
}
.amenities-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.amenities-icon {
    width: 50px;
    margin-right: 10px;
}

.amenities-icon img{
    width: 60px;
}
.cus-amenities-text p{
    margin-bottom: 0px;
}
.live .tour-text h2 {
    padding: 0px 0 0 30px;
}
.cus-amenities-text {
    width: 75%;
}
.master h2{
    font-size: 55px;
    color: #66162f;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 30px;
    padding: 0 0 0 110px;
}
.typologies{
    padding: 0px 0 60px;
}
.typologies .owl-nav {
    display: none;
}
.typologies .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #610631;
}

.typologies-text {
    background: #ECF0FF;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.left-typologies {
    width: 40%;
    padding: 0 20px 0 40px;
}
.right-typologies {
    width: 60%;
}
.right-typologies img{
    height: 480px;
    object-fit: contain;
}
.left-typologies h4{
    font-size: 30px;
    color: #66162f;
}
.sub-head {
    margin-bottom: 13px;
    font-size: 18px;
    color: #000;
}
.left-typologies ul{
    padding: 0 0 0 15px;
}
.left-typologies ul li{
    list-style-type: square;
    margin-bottom: 7px;
}
.gallery{
    padding: 10px 0 60px;
}
.gallery h2 {

    padding: 0 0 0 110px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    color: #000;
}
.map{
    padding: 10px 0 60px;
}

.map h2{
    font-size: 40px;
    line-height: 45px;
}

#big .item {
    background: #fff;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
  
  #thumbs .item {
    background: #C9C9C9;
    padding: 10px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 192px;
  }
  #thumbs .item p{
    color: #000;
  }

  #thumbs .owl-item.active.current .item p{
    color: #fff;
  }

  #thumbs .item h1 {
    font-size: 18px;
  }
  #thumbs .current .item {
    background: #610631;
  }
  
  .owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
  }
  .owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #D6D6D6;
  }
  
  #big.owl-theme {
    position: relative;
  }
  #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    display: none;
  }
  #big.owl-theme .owl-prev {
    left: 10px;
    display: none;
  }
  #big.owl-theme .owl-next {
    right: 10px;
    display: none;
  }
.map .owl-theme .owl-nav {
    display: none;
}

  div#thumbs {
    margin-top: -180px;
}
div#thumbs p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.map-btn a{
    border: 1px solid #610631;
    color: #610631;
    padding: 10px 25px;
    margin-left: 10px;
    border-radius: 70px;
    font-weight: 500;
}
.map-btn a:hover{
    background: #610631;
    border: 1px solid #610631;
    color: #fff;
}
.chose h2{
    text-align: right;
    padding: 0 30px 0 0;
}
.footer{
    padding: 10px 0;
    background: #610631;
        border-top: 1px solid #fff;
}
.footer p{
    color: #fff;
    margin-bottom: 0px;
}

.mobile-btn{
    display: block;
    position: fixed;
    right: -132px;
    transition: ease .4s;
    /* writing-mode: vertical-rl; */
    z-index: 99;
    top: 42%;
    rotate: 90deg;
}
.mobile-btn a{
    background: #610631;
    color: #fff;
    padding: 12px 22px;
    line-height: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-right: 0px;
}
button.btn-close {
    position: absolute;
    right: 0px;
    background: #fff;
    opacity: 1;
    padding: 4px 10px 12px;
    z-index: 99;
}
.modal-content{
    background: #610631;
}

.modal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.modal-content .form-label {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 600;
}

.modal-content .btn-primary {
    color: #610631;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.cus-footer {
    background: #610631;
    padding: 60px 0;
}

.information-box {
    width: 70%;
    margin: 0 auto;
}
.information-box h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 600;
}
.information-box p {
    text-align: center;
    color: #fff;
}
.information-box .form-label {
    margin-bottom: .5rem;
    color: #fff;
    font-weight: 500;
}

.information-box .btn-primary {
    color: #fff;
    background-color: #e766a3;
    border-color: #e766a3;
    font-weight: 600;
    width: 100%;
}
.information-box a {

    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0;
}
.privacy-header {
    position: relative;
    background: #610631;
}
.what {
    position: fixed;
    z-index: 9999;
    right: 6px;
    bottom: 88px;
    background: #4ccc5b;
    color: #fff;
    padding: 10px 0 0 12px;
    height: 55px;
    width: 54px;
    border-radius: 100px;
}
.what a i {
    font-size: 36px;
    color: #fff;
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}


	
}

@media screen and (max-width: 980px) {
	

	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .mobile-btn{
        display: block;
        background: #950202;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 11px 10px;
        rotate: 0deg;
        top: inherit;
        right: inherit;
    }
    .mobile-btn a{
        border: 1px solid #fff;
        padding: 6px 10px;
        color: #fff;
        width: 42%;
        display: inline-block;
        text-align: center;
        margin: 0 13px;
        border-radius: 0;
    }
    .logo a img {
        width: 63%;
    }
    .chose h2 {
        text-align: left;
        padding: 0;
        font-size: 33px;
        line-height: 36px;
    }
    .banner-text h1 {
        font-size: 54px;
    }
    .banner .carousel-item img {
        height: 97vh;
        object-fit: cover;
    }
    .cus-banner-text {
        bottom: 30px;
    }
    .about h2 {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 37px;
    }

.about-text-box a img {
    height: 260px;
}
.about .owl-carousel .owl-nav button.owl-next{
    top: 90px;
    right: 6px;
    box-shadow: 0px 0px 4px #000;
}
.about .owl-carousel .owl-nav button.owl-prev{
    top: 90px;
    left: 6px;
    box-shadow: 0px 0px 4px #000;
}
.tour-text h2{
    font-size: 34px;
    line-height: 37px;
    padding: 10px 0 20px 10px;
}
.tour-text h2 br{
    display: none;
}
.live .tour-text h2 {
    padding: 0px 0 0 10px;
}
.living {
    padding: 20px 0 0px;
}
.amenities-box {
    width: 100%;
}
.amenities-text {
    margin-bottom: 5px;
}
.master h2 {
    font-size: 39px;

    line-height: 32px;
    margin-bottom: 30px;
    padding: 0 0 0 10px;
}
.master {
    padding: 0px 0 50px;
}
.typologies-text {
    background: #ECF0FF;
    padding: 18px;
}
.left-typologies {
    width: 100%;
    padding: 0 0px 0 0px;
}
.right-typologies {
    width: 100%;
}
.right-typologies img {
    height: auto;
    object-fit: cover;
}
.left-typologies h4 {
    font-size: 24px;
    color: #66162f;
}
.map-btn a {
  padding: 10px 14px;
        margin-left: 2px;
        margin-top: 12px;
        font-size: 13px;
        display: block;
}

.chose {
    padding: 0;
}
.footer {
    margin-bottom: 60px;
}
.living .tour-video h3 {
    font-size: 30px;
}
.information-box {
    width: 98%;
    margin: 0 auto;
}
.information-box a {
    font-size: 20px;
}
.what {
    position: fixed;
    z-index: 9999;
    right: 6px;
    bottom: 64px;
    background: #4ccc5b;
    color: #fff;
    padding: 10px 0 0 12px;
    height: 45px;
    width: 44px;
    border-radius: 100px;
}
.what a i {
    font-size: 26px;
    color: #fff;
}
.footer p{ 
        text-align: start !important;
        margin: 6px 0px;
    }
}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
