
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:500;
    color: #000;

}
h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    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: 1240px;
	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: relative;
    top: 0;
    z-index: 1034;
    padding: 15px 40px;
    background: #67132f;

}
.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;
     padding: 15px;
}
.fixed-header .logo a img{
    width: 70%;
}
.kid-logo a{
    background: #fff;
    color: #610631;
    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: left;
    bottom: 0;
    top: 0;
    padding: 0px;
    display: flex !important
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    left: 5%;
    right: 5%;
    z-index: 9;
}
.banner-text h6{
    font-size: 51px;
    color: #fff;
    font-weight: 200;
    line-height: 48px;

}
.banner-text h1{
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    line-height: 74px;
}
.banner-text p{
    color: #fff;
}
.banner-text p a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.banner-text p a i{
    color: #fff;
}
.banner-text ul{

}
.banner-text ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}
.banner-text ul li a{
    color: #fff;
}

.banner-text ul li a i{
    font-size: 20px;
}


.banner .carousel-item img{
    height: 75vh;
    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: 10px;
}
.about h2 span{
    font-style: italic;
}

.about p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.about-text-box{
    position: relative;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin: 30px 0 0;
}

.about-text-box a img{
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
    transform-origin: center top;
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.about-text-box:hover a img{
    transform: scale(1.03);
}

.about-text-contain {
    margin-top: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: #66162F;
    background: linear-gradient(0deg, rgba(102, 22, 47, 1) 0%, rgb(102 22 47 / 80%) 52%, rgb(102 22 47 / 0%) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

#lightcase-info #lightcase-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.about-text-contain h4{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
.about-text-contain p{
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    margin-bottom: 15px;
}
.about-text-contain a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px dashed #fff;
    letter-spacing: 1px;
    font-size: 17px;
}

.about-text-box:hover .about-text-contain p{
 
}

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;
}

.new-about {
    background: #f5f5f5;
    padding: 80px 0;
}
.new-slide{
    padding: 50px 0 0;
}

.new-slide .carousel-item img {
    height: 75vh;
    object-fit: cover;
}

.new-slide .carousel-caption {
    text-align: center;
    bottom: 0;
    top: 0;
    padding: 0px;
    display: flex !important
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 5%;
    right: 5%;
    z-index: 9;
}

.new-slide .banner-text h6{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.new-slide .banner-text p{
    color: #fff;
}
.residences{
    padding: 60px 50px 20px;
}

/******* 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: #a90050;
}
.footer p{
    margin-bottom: 0px;
    color: #fff;
}
.footer p a{
    color: #fff;
    margin-bottom: 0px;
}
.footer-text {
    display: flex
;
    justify-content: space-between;
}

.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%;
}
.privacy  .carousel-item img {
    height: 68vh;
    object-fit: cover;
}
.club{
    background: #f5f5f5;
    padding: 80px 0;
}
.club .about-text-box  img{
    height: 220px;
    border-radius: 11px;
    object-fit: cover;
}

.club .about-text-contain {
    background: no-repeat;
    position: relative;
    width: 100%;
    bottom: 0;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    text-align: left;
}
.club .about-text-contain h4 {
    color: #000;
}

.club .about-text-contain p{
    color: #000;
}
.chose {
    background: #f5f5f5;
    padding: 80px 0;  
}
.accordion-button {
    padding: 0rem 1.25rem;
    font-size: 22px;
    line-height: 53px;
}
.accordion-button:not(.collapsed) {
    color: #67132f;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.faq-box {
    width: 80%;
    margin: 20px auto 0;
}
.faq{
    padding: 80px 0;
}
.what {
    position: fixed;
    z-index: 9999;
    right: 6px;
    bottom: 20px;
    background: #4ccc5b;
    color: #fff;
    padding: 10px 0 0 12px;
    height: 55px;
    width: 54px;
    border-radius: 100px;
}
.what a i {
    font-size: 36px;
    color: #fff;
}
.from {
    background: #67132f;
    padding: 80px 0;
}


.from .tour-text h2 {
    color: #fff;
    line-height: 62px;
    padding: 19px 0 10px 0px;
}
.from .tour-text p {
    color: #fff;
}
.from-box .form-label {
    margin-bottom: .5rem;
    color: #fff;
}

.from-box .form-control {
    padding: .575rem .75rem;
}

.from-box .btn-primary {
    color: #67132f;
    background-color: #fff;
    border-color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
}
.cus-tab .nav-tabs {
    border-bottom: 0px solid #DEE2E5;
}
.cus-tab .nav{
        justify-content: center;
}

.cus-tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #d7d7d7;
    color: #66162f;
    font-size: 20px;
    margin: 0 1rem;
}

.cus-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #66162f;
    border-color: #66162f #66162f #fff;
}
.amenities-inner {
    width: 100%;
  height: 345px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .051);
    border: .5px solid #b9b9b9;
    background-color: #fff;
}

 .amenities-inner .star-design {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.amenities-inner .icon-design {
    position: absolute;
    right: 30px;
    top: 30px;
}
.amenities-inner h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 25px 80px 15px 24px;
    z-index: 1;
    position: relative;
}

.amenities-inner ul {
    color: #4d4d4d;
    text-align: left;
    width: 90%;
}
.amenities-inner ul li {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 17px;
    margin-left: 30px;
    padding: 8px 0 8px 18px;
    position: relative;
}
.amenities-inner ul li:before {
    content: url(../images/footerBullet.png);
    left: 0;
    position: absolute;
}

.live .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.live  .owl-carousel .owl-nav button.owl-prev {
    left: 6px;
    background: #66162f;
    padding: 0px 19px 5px !important;
    font-size: 28px;
    border-radius: 100px;
    color: #fff;}

.live .owl-carousel .owl-nav button.owl-next{
     background: #66162f;
    padding: 0px 19px 5px !important;
    font-size: 28px;
    border-radius: 100px;
    color: #fff;
    
    right: 6px;
}
.textimonial-box {
    background-color: #fbe6c0;
    padding: 1.5rem;
    border-radius: 15px;
}
.textimonial-box p {
    font-size: 14px;
    height: 140px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.texti-user {
    display: flex
;
}
.user-text {
    padding: 0 0 0 10px;
}
.user-text h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.user-text span {
    font-size: 13px;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* 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: 80vh;
        object-fit: cover;
    }
    .cus-banner-text {
        bottom: 30px;
    }
    .about h2 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 35px;
    }

.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: 3px;

    font-size: 13px;
}

.chose {
    padding: 0;
}
.footer {
    margin-bottom: 60px;
}
.living .tour-video h3 {
    font-size: 30px;
}
.header {
    padding: 15px 0px;
}
.kid-logo a {

    padding: 10px 16px;
    font-size: 14px;
}
.residences {
    padding: 60px 10px 20px;
}
.banner-text h6 {
    font-size: 26px;
    line-height: 25px;
}
.banner-text h1 {
    font-size: 36px;
    line-height: 47px;
}
.banner-text ul li {
    display: inline-block;
    padding: 0 20px 11px 0;
}
.new-slide .carousel-item img {
    height: 39vh;
    object-fit: cover;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.gallery .about-text-box a img {
    height: 220px;
}
.faq-box {
    width: 100%;
    margin: 10px auto 0;
}
.accordion-button {
    padding: 1rem 1.25rem 0;
    font-size: 20px;
    line-height: 22px;
}
.from .tour-text h2 {
    color: #fff;
    line-height: 29px;
    padding: 0;
}
.from {
    background: #67132f;
    padding: 40px 0 90px;
}
.amenities-inner h6 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 21px 78px 15px 16px;
    z-index: 1;
    position: relative;
}
.amenities-inner {
    width: 100%;
 height: 355px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .051);
    border: .5px solid #b9b9b9;
    background-color: #fff;
}
.footer-text {
    display: flex
;
    justify-content: center;
        flex-wrap: wrap;

}
.footer p {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.live .owl-carousel .owl-nav button.owl-next {
        top: 90px;
        right: 6px;
        box-shadow: 0px 0px 4px #000;
        width: 40px;
        height: 40px;
        line-height: 23px;
    }

.live .owl-carousel .owl-nav button.owl-prev {
      
        box-shadow: 0px 0px 4px #000;
        width: 40px;
        height: 40px;
        line-height: 23px;
    }

}


/* 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) {


}
