@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,wght@0,400..700;1,400..700&display=swap');

body{
    margin: 0px auto;
    max-width: 1600px;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

ul{
    padding: 0;
    list-style-type: none;
}

a{
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

p{
    line-height: 1.8;
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

.section_lg{
    padding: 50px 0px;
}

.common-heading{
    color: #633d00;
    font-family: 'DM Serif Display';
    letter-spacing: 1.2px;
}

.common-btn{
    background: rgb(211,172,109);
    background: linear-gradient(180deg, #d3ac6d 0%, #d08100f6 100%);
    border: 1px solid #6c4300;
    color: #583700;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 25px;
    width: max-content;
    transition: all .5s ease;
}

.common-btn:hover{
    background-color: #6c4300;
    color: #fff;
}

.common-btn:hover span{
    color: #fff;
}

.common-btn span{
    color: #6c4300;
    transform: rotate(-45deg);
}


/* sidemenu css start */


#side-menu-icon{
	position: absolute;
	top: 2%;
	left: 2%;
	height: 40px;
	width: 40px;
	z-index: 120;
}

.whatsapp-div{
	position: absolute;
	top: 3%;
	right: 2%;
	z-index: 120;
}

.wapp-link{
    color: #fff;
    font-family: 24px;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.wapp-link:hover{
    color: #fff;
    text-decoration: underline;
}

.wapp-link span{
    margin-right: 10px;
    font-size: 20px;
}

#menu {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#menu span, #menu span:before, #menu span:after {
  cursor: pointer;
  height: 4px;
  width: 35px;
  background: #FFFFFF;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#menu span:before {
  -webkit-animation: undo-top .5s forwards;
          animation: undo-top .5s forwards;
}

#menu span:after {
  bottom: -10px;
  -webkit-animation: undo-bottom .5s;
          animation: undo-bottom .5s;
}

#menu.active span {
  background-color: transparent;
}

#menu.active span:before {
  top: 0;
}

#menu.active span:before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: top-x .5s forwards;
          animation: top-x .5s forwards;
}

#menu.active span:after {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: bottom-x .5s forwards;
          animation: bottom-x .5s forwards;
}

@-webkit-keyframes top-x {
  0% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
}

@keyframes top-x {
  0% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
}

@-webkit-keyframes bottom-x {
  0% { transfrom: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
}

@keyframes bottom-x {
  0% { transfrom: translateY(0) rotate(0); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
}

@-webkit-keyframes undo-top {
  0% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
}

@keyframes undo-top {
  0% { -webkit-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
  50% { -webkit-transform: translateY(0px) rotate(0); transform: translateY(0px) rotate(0); }
  100% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
}

@-webkit-keyframes undo-bottom {

  0% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { transfrom: translateY(0px) rotate(0); }
}

@keyframes undo-bottom {

  0% { -webkit-transform: translateY(-10px) rotate(-45deg); transform: translateY(-10px) rotate(-45deg); }
  50% { -webkit-transform: translateY(-10px) rotate(0); transform: translateY(-10px) rotate(0); }
  100% { transfrom: translateY(0px) rotate(0); }
}

#side-menu{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 30%;
	background-color: rgba(211, 172, 109, 0.95);
	z-index: 110;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
	transform: translate(-610px,0px);
	transition: 0.3s ease-in-out;
}
#side-menu.active{
	transform: translate(0px,0px);
	transition: 0.3s ease-in-out;
}

#side-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 70px 20px;
    align-items: center;
}

#side-menu a{
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    color: #fff;
}

#side-menu a:hover{
    text-decoration: underline;
    color: #fff;
}

#overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 105;
	display: none;
	transition: 0.3 ease-in-out;
}
#overlay.active{
	display: block;
	transition: 0.3 ease-in-out;
}

/* sidemenu css end */

/* back to top */

#scroll {
    z-index: 999;
    position:fixed;
    right:30px;
    bottom: 30px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #d3ac6d;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: #633d00;
    color: #fff;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* header css start */

#header{
    background: #fffcf4;
}

.header-inner{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d3ac6d;
}

.left-header-inner img{
    width: 80px;
}

.right-header-inner a{
    margin: 0px 20px;
    color: #6c4300;
    font-size: 20px;
    font-family: 'Dm Serif Display';
    letter-spacing: 1px;
}

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

/* header css end */

/* about section css start */

.about-section{
    /* background-image: url('../images/about-content-home-bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% center;
}

.about-inner{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}

.right-about{
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.left-about video{
    width: 35%;
    display: flex;
    margin: 0px auto;
}

.left-about img{
    width: 100%;
    /* height: 350px; */
}

/* about section css end */

/* video section css start */

/* .video-section video{
    width: 20%;
    display: flex;
    margin: 0px auto;
} */

/* video section css end */

/* key features section css start */

.key-features{
    background-image: url('../images/about-content-home-bg.png');
    background-position: 100% center;
    background-size: cover;
    background-repeat: no-repeat;
}

.key-features .container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    align-items: center;
}

.right-key-features img{
    width: 100%;
    margin: 0px auto;
    display: flex;
}

.left-kf-inner{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.kf-item{
    display: flex;
    gap: 10px;
    align-items: center;
}

.kf-item img{
    width: 35px;
    height: 35px;
}

.left-key-features{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* key features section css end */

/* project section css start */

.projects-section{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project-item .item{
    position: relative;
    display: block;
}

.project-item .item img{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    height: 500px;
    transform: scale(1);
    transition: transform 500ms ease;
}

.bottom-fade{
    width: 100%;
    top: 0;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 20px 20px 0 20px;
    z-index: 1;
}

.project-item .item .con {
    visibility: visible;
    opacity: 1;
}

.project-item .item .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 90px 20px 20px;
    width: 100%;
    z-index: 1;
}

.project-item .item .title h2{
    color: #fff;
    margin-bottom: 10px;
}

.project-item .item .title h6{
    color: #fff;
    margin-bottom: 0;
}

.project-item .item .icon{
    z-index: 1;
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.project-item .item .icon:hover i{
    transform: rotate(-45deg);
    transition: all .1s ease;
}

.project-item .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.project-item .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.project-item .item .icon .arrow{
    background-image: linear-gradient(#d3ac6d, #d08100f6);
    position: absolute;
    /* background: #c5a47e; */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.project-features{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    justify-items: center;
}

.project-feature-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.project-feature-item h4{
    border-bottom: 2px solid #633d00;
    padding-bottom: 10px;   
}

.project-feature-item ul{
    padding-left: 15px;
}

.project-feature-item ul li{
    padding: 5px 0px;
    list-style-type: circle;
    font-weight: 600;
}

.project-video-section video{
    width: 100%;
}
/* project section css end */

/* amenity section css start */


.amenity-features{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 45px;
}

.amenity-feature-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-listing{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

.amenity-feature-item h4{
    border-bottom: 2px solid #633d00;
    padding-bottom: 10px;   
}

.amenity-feature-item ul{
    padding-left: 15px;
}

.amenity-feature-item ul li{
    padding: 5px 0px;
    list-style-type: circle;
    font-weight: 600;
}

/* amenity section css end */

/* testimonial section css start */

.testimonial-inner{
    margin-top: 30px;
}

.testimonial-item{
    position: relative;
    padding: 40px 24px 0px;
    border-radius: 20px 20px 20px 0;
    background: #f8d294;
    margin-bottom: 20px;
}


.testimonial-item p{
    
    font-size: 16px;
}

.testimonial-item i{
    color: #633d00;
    font-size: 60px;
    margin-bottom: 0px;
}

.testimonial-item .info{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    margin-top: 30px;
}

.testimonial-item .img-curv{
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #fff;
}

.testimonial-item .img-curv .shap-left-top {
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.testimonial-item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}

.testimonial-item .img-curv .shap-right-bottom{
    position: absolute;
    bottom: -5px;
    right: -21px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.testimonial-item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.ml-30{
    margin-left: 30px;
}

.testimonial-inner .swiper-pagination-bullet-active{
    background: #633d00;
}

.testimonial-inner .swiper-horizontal>.swiper-pagination-bullets, .testimonial-inner .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -7px;
}

.testimonial-inner  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* testimonial section css end */


/* footer css start */

#footer{
    background-color: #fffcf4;
    border-top: 2px solid #633d00;
    color: #633d00;
    font-weight: 500;
}

.footer-inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    justify-items: center;
}

.footer-item{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-item span{
    margin-right: 10px;
    color: #633d00;
}

.footer-item ul li{
    padding: 5px 0px;
    color: #633d00;
}

.footer-logo{
    width: 120px !important;
}

.footer-item img{
    width: 100%;
}

.footer-imgs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rera-barcode-img{
    width: 100px !important;
}

.footer-imgs img{
    width: 100%;
}

.footer-item a:hover{
    color: #633d00;
    text-decoration: underline;
}

.footer-form {
    background-color: #d3ac6d;
    padding: 20px;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    color: #633d00;
}

.form-group input, textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    padding: 8px;
    border: 1px solid #583700;
    border-radius: 4px;
}

.form-group input::placeholder{
    color: #cfcfcf;
}

.form-group input:focus{
    outline: none;
}

.submit-btn {
    background-color: #633d00;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 50px;
    display: flex;
    margin: 0px auto;
}


.social-icons a{
    margin: 0px 8px;
    padding: 10px;
    background-color: #6c4300;
    border-radius: 50%;
    color: #fff;
}

.social-icons a:first-child{
    margin-left: 0;
}

.social-icons a:hover{
    background-color: #d3ac6d;
    color: #6c4300;
}

/* footer css end */


/******* fade effects  *********/

.reveal{
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }

.active.fade-up {
    animation: fade-up 1s ease-in;
  }

  .active.fade-up-form {
    animation: fade-up-form 1s ease-in;
  }

  .active.fadeInLeft {
    animation: fadeInLeft 1.3s ease;
  }
  
  .active.fadeInRight {
    animation: fadeInRight 1.3s ease;
  }
  
  .active.fadeInDown{
    animation: fadeInDown 1.3s ease;
  }

  .active.fadeInAnimation{
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  @keyframes fade-up {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
  
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
  }
  
  @keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-50px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 } 


@media screen and (max-width:576px) {

    p, a{
        font-size: 14px;
        text-align: justify;
    }

    .section_lg{
        padding: 30px 25px;
    }

    .swiper-slide img{
        height: 250px;
    }

    .active.fadeInAnimation{
        animation: none;
    }

    .about-section{
        padding-top: 0;
    }

    .about-inner, .left-kf-inner, .key-features .container, .amenity-features, .footer-inner{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }

    .left-kf-inner, .projects-section{
        gap: 15px;
    }

    .project-item .item .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .project-item .item .icon .arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .project-item .item img {
        height: 340px;
    }

    .project-item .item .title {
        padding: 20px 60px 20px 20px;
    }

    .testimonial-item {
        padding: 40px 31px 0px;
    }

    #scroll {
        right: 20px;
        bottom: 20px;
        width: 45px;
        height: 45px;
        background-color: #633d00;
    }

    #menu span:before {
        -webkit-animation: undo-top .5s forwards;
        animation: undo-top .5s forwards;
        top: 2px;
    }

    #menu span:after {
        bottom: -8px;
        -webkit-animation: undo-bottom .5s;
        animation: undo-bottom .5s;
    }

    #menu span, #menu span:before, #menu span:after {
        cursor: pointer;
        height: 3px;
        width: 25px;
    }

    #side-menu-icon {
        top: 1%;
        left: 2%;
        height: 30px;
        width: 30px;
        z-index: 2222;
    }

    #side-menu {
        gap: 10px;
        z-index: 1111;
        width: 85%;
    }

    #side-menu a {
        font-size: 20px;
    }

    .whatsapp-div {
        top: 1.25%;
        right: 2%;
    }

    .wapp-link{
        padding: 5px 15px;
    }

    .wapp-link span {
        font-size: 13px;
    }
}
