
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    font-family: "Arial Regular";
    color: #87898e;
    overflow: hidden;
}
html {
  overflow-x: hidden;
}
 @font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit-VariableFont_wght.ttf);
 }
 
 @font-face {
    font-family: Playfair;
    src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
 }
 
 @font-face {
    font-family: Poppins Regular;
    src: url(../fonts/POPPINS-REGULAR.TTF);
 }
 @font-face {
    font-family: Poppins Bold;
    src: url(../fonts/POPPINS-BOLD.TTF);
 }
 @font-face {
    font-family: Arial Regular;
    src: url(../fonts/ARIAL.TTF);
 }
 @font-face {
    font-family: Arial Bold;
    src: url(../fonts/ARIALBD.TTF);
 }
 @font-face {
    font-family: DIN Alternate Regular;
    src: url(../fonts/DIN-Alternate-Regular.ttf);
 }
 @font-face {
    font-family: BRAKED;
    src: url(../fonts/BRAKED.otf);
 }
 @font-face {
    font-family: BebasNeue-Regular;
    src: url(../fonts/BebasNeue-Regular.ttf);
 }
 @font-face {
    font-family: DINPro-Condensed;
    src: url(../fonts/DINPro-Condensed.otf);
 }
/* @font-face {
    font-family: Outfit;
    src: url(../fonts/Outfit-VariableFont_wght.ttf);
 }
 
 @font-face {
    font-family: Playfair;
    src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
 }
 
 @font-face {
    font-family: DIN Alternate Regular;
    src: url(../fonts/DIN-Alternate-Regular_0.ttf);
 }
 @font-face {
    font-family: DIN Condensed Bold;
    src: url(../fonts/DIN-Condensed-Bold.ttf);
 }
 @font-face {
    font-family: DIN-Bold Regular;
    src: url(../fonts/DIN-Bold-Regular.TTFf);
 }
 @font-face {
    font-family: din1451altG;
    src: url(../fonts/din1451altG.ttf);
 }
 @font-face {
    font-family: DIN Alternate Regular;
    src: url(../fonts/DIN-Alternate-Regular.ttf);
 }
 @font-face {
    font-family: BRAKED;
    src: url(../fonts/BRAKED.otf);
 }
 @font-face {
    font-family: BebasNeue-Regular;
    src: url(../fonts/BebasNeue-Regular.ttf);
 }
 @font-face {
    font-family: DINPro-Condensed;
    src: url(../fonts/DINPro-Condensed.otf);
 }*/
* {
    font-family: 'Arial Regular';
 }
 
 @media (min-width: 992px){
    /*.container, .container-lg, .container-md, .container-sm {
        max-width: 921px;
    }*/
}
@media (min-width: 1200px) {
    .container {
        /*max-width: 1140px !important;*/
    }
}

h1, h2, h3, h4, h5, h6{
    /*font-family: 'DINPro-Condensed';*/
    font-family: 'Poppins Regular';
    /*font-family: 'BRAKED';*/
    color: #242424;
}
p{
    /*font-family: 'DINPro';  */
    font-family: 'Arial Regular';
    color: #87898e;  
}
a, .fa{
    /*font-family: 'DINPro';*/
    /*font-family: Outfit;*/
    font-family: 'Arial Regular';
}

/*@font-face {
    font-family: Outfit;
    src: url(../fonts/DINPro-Medium.otf);
 }*/
 
 

 
 /*@font-face {
    font-family: Outfit;
    src: url(../fonts/DINPro-Medium.otf);
 }*/
 
 @font-face {
    font-family: DINPro-Medium;
    src: url(../fonts/DINPro-Medium.otf);
  }
  @font-face {
    font-family: DINPro-Bold;
    src: url(../fonts/DINPro-Bold.otf);
  }
  @font-face {
    font-family: DINPro-BoldItalict;
    src: url(../fonts/DINPro-BoldItalic.otf);
  }
  @font-face {
    font-family: DINPro-CondBlack;
    src: url(../fonts/DINPro-CondBlack.otf);
  }
  

  @font-face {
    font-family: Chronicle-Display-Black;
    src: url(../fonts/Chronicle-Display-Black.otf);
  }

  @font-face {
    font-family: HighriseFont-Demo-Regular;
    src: url(../fonts/HighriseFont-Demo-Regular.otf);
  }
 
  
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}


/*========= button start ==========*/


.btn {

    color: #fff!important;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 20px;
    margin-top: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    /*border-radius: 22px 0px 22px 0px;*/
}

/* single img bg section btn start */
.single-img-btn{
    position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  font-family: "Arial Regular";
  outline: none;
    background: #00a69c;
    border-radius: 6px;
    text-transform: capitalize;
    /*width: 130px;*/
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  /*letter-spacing: 0.1em;*/
  padding: 10px 16px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #00a69c;
}


.single-img-btn:before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  /*background: #080404;*/
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.single-img-btn:hover {
  color: #000;
  border: 1px solid #00a69c;
  background: #fff;
}

.single-img-btn:hover:before {
  top: -30%;
}

/* single img bg section btn end */


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #080404;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.1em;*/
  padding: 10px 16px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  width: 230px;
  border: 1px solid #00a69c;
  
}

.thm-btn:before {
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  /*background: #080404;*/
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.thm-btn:hover {
  color: #ffd277;
}

.thm-btn:hover:before {
  top: -30%;
}

.about-three__btn {
  /*background-color: #53ACA6;*/
/*      background-color: #00a69c;*/
background-color: #00a69c;
font-weight: 300;
    color: #fff;
    border-radius: 6px;
  /*margin-top: 41px;*/
}

.about-three__btn:hover {
  background-color: white;
  color: #000;
  border: 1px solid #00a69c;
}

.about-three__btn:before {
  background: var(--aports-white);
}

/*button {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 50px;
 position: relative;
 padding: 0 20px;
 font-size: 14px;
 text-transform: capitalize;
 border: 0;
 box-shadow: hsl(29.63deg 32.79% 51.57%) 0px 7px 0px 0px;
 box-shadow: hsl(210deg 87% 36%) 0px 7px 0px 0px;
background-color: hsl(210deg 100% 44%);
 background-color: #ac835b;
 border-radius: 12px;
 overflow: hidden;
 transition: 31ms cubic-bezier(.5, .7, .4, 1);
}
button a{
    color: #fff;
    font-weight: 100;
}

button:before {
 content: attr(alt);
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 inset: 0;
 font-size: 15px;
 font-weight: bold;
 color: white;
 letter-spacing: 4px;
 opacity: 1;
}

button:active {
 box-shadow: none;
 transform: translateY(7px);
 transition: 35ms cubic-bezier(.5, .7, .4, 1);
}

button:hover:before {
 transition: all .0s;
 transform: translateY(100%);
 opacity: 0;
}

button i {
 color: white;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: 4px;
 font-style: normal;
 transition: all 2s ease;
 transform: translateY(-20px);
 opacity: 0;
}

button:hover i {
 transition: all .2s ease;
 transform: translateY(0px);
 opacity: 1;
}

button:hover i:nth-child(1) {
 transition-delay: 0.045s;
}

button:hover i:nth-child(2) {
 transition-delay: calc(0.045s * 3);
}

button:hover i:nth-child(3) {
 transition-delay: calc(0.045s * 4);
}

button:hover i:nth-child(4) {
 transition-delay: calc(0.045s * 5);
}

button:hover i:nth-child(6) {
 transition-delay: calc(0.045s * 6);
}

button:hover i:nth-child(7) {
 transition-delay: calc(0.045s * 7);
}

button:hover i:nth-child(8) {
 transition-delay: calc(0.045s * 8);
}

button:hover i:nth-child(9) {
 transition-delay: calc(0.045s * 9);
}

button:hover i:nth-child(10) {
 transition-delay: calc(0.045s * 10);
}
}*/

/*btn2*/
.btn2 {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #ac835b;
  min-width: 200px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  overflow: hidden;
  cursor: pointer;
}

.btn2:hover {
  opacity: .95;
}

.btn2 .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}


/*button 3*/
.button4 {
  font-size: 0.9rem;
  padding: 0.4em 1em;
  background-color: #000;
  border: 3px solid #ac835b;
  border-radius: 1em;
  color: #fff;
  font-weight: 100;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  box-shadow: -4px 5px 0px 0px #ac835b;
  font-family: DINPro-Medium;
}

.button4:hover {
  transform: translate(5px, -5px);
}
.button4 a{
    color: #fff;
    font-weight: 100;
}

/*button5*/
.btn5 {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffd277;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.btn5::before {
  position: absolute;
  content: "SUBSCRIBE";
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.btn5:hover {
  background-position: right;
  transition-duration: 1s;
}

.btn5:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.btn5:active {
  transform: scale(0.95);
}

/*=============== btn end ===========*/


/*=============== floor plan start ===========*/

/* old floor Plans1 css start*/
.sec-floorplans1 {
    position: relative;
    display: block;
    padding: 70px 0 50px;
    z-index: 1;
}
.sec-floorplans1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 537px;
    background-color: #f6f4f1;
    z-index: -1;
}
.sec-floorplans1__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}
.sec-floorplans1 .container {
    max-width: 1600px;
}
.sec-floorplans1 .section-title {
    margin-bottom: 20px;
}

/*common heading for all start */
.section-title {
    position: relative;
    display: block;
    /*margin-top: -11px;*/
    margin-top: 0px;
    margin-bottom: 46px;
}
.pr-40 {
    padding-right: 40px;
}
.pl-40 {
    padding-left: 40px;
}

.mb-80 {
    margin-bottom: 25px;
}

.section-title h2 span,
.section-title h1,
.section-title h2{
  font-size: 44px;
    text-align: center;
    /*font-family: 'DINPro-Condensed';*/
    font-family: "Poppins Bold";
    /*font-family: 'HighriseFont-Demo-Regular';*/
    font-weight: 500;
    text-transform: uppercase;
    color: #00a69c;
    letter-spacing: -0.1rem;
    /*line-height: 29px;*/
    padding-top: 25px;
    /*padding-bottom: 21px;*/
} 
#about-head{
  /*text-align: left;*/
}
#aboutus #about-para{
    text-align: center;
}
.section-title h3{
    /*font-family: Outfit;*/
    font-family: "Poppins Regular";
    font-size: 25px;
    /* padding: 15px 210px; */
    margin-bottom: 0px;
    position: relative;
    /*font-family: 'DINPro-Medium';*/
    text-transform: initial;
    color: #00a69c;
    font-weight: 300;
    /*letter-spacing: 0.1rem;*/
    line-height: 25px;

}
section:hover .section-title h2 span::before,
section:hover .section-title h1::before,
section:hover .section-title h2::before {
    width: 100px;
}
/*.section-title h1::before,
.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
     background: #d29751; 
    
    margin: auto;
    transition: .3s;
}
*/

#ame-head-h2{
  color: #fff;
}

/* COMMON P .sec-title p START */
.sec-title p{
    font-size: 16px;
    line-height: 25px;
    /*letter-spacing: 0.05em;*/
    font-style: normal;
    /*font-weight: 600;*/
    color: #606162;
    margin-bottom: 1rem;
    margin-bottom: 5px;
}
/* COMMON P END .sec-title p */

/*common heading for all end*/

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #528081;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: DINPro-Medium;
    padding-bottom: 8px;
}

/*======================================*/


/* ======== HERO section start ======== */
.hero-section{
    /*background: url(../images/hero/amb-gif.gif) no-repeat center;*/
    /*background: url(../images/hero/hero-gif-darsh-31may.gif) no-repeat center;*/
    /*background: url(https://www.namratagroup.com/amberwood/assets/images/hero/amberwood-hero-23mb.gif) no-repeat center;*/
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 118vh;
    background-attachment: fixed;
    /*position: relative;
    background: url(../images/hero/hero-bg-img.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 160vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;*/
}
.hero-section:before{
    /*background-color: rgba(0,0,0,0.2);*/
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.hero-section .container{
    height: 100vh;
    z-index: 1;
    text-align: center;
    position: relative;
}
.hero-section .social{
    position: absolute;
    left: 0;
    top: 40%;
}
.hero-section .social-para{
    transform: rotate(90deg);
    color: #fff;
    margin-bottom: 40px;
}
.hero-section .social a{
    color: #fff;
    display: block;
    margin-top: 15px;
}

.hero-section .top-right{
    position: absolute;
    top: 7%;
    right: 11%;
}
.hero-section .big-heading{
    font-size: 83px;
    /* font-family: "Playfair Display", serif; */
    font-family: HighriseFont-Demo-Regular;
    /* text-shadow: 2px 2px 4px #00000073; */
    /*text-shadow: 0px 2px 0px #00000073;*/
    text-shadow: 2px 2px 2px #000;
    color: #FFF;
    text-align: left;
    letter-spacing: 0.2rem;
    line-height: 77px;
}
.hero-section .sub-heading,
.hero-section .sub-heading-h3{
    font-size: 26px;
    letter-spacing: 0.3rem;
    color: #FFF;
    /* text-shadow: 2px 2px 4px #00000073; */
    /*text-shadow: 0px 2px 0px #00000073;*/
    text-shadow: 2px 2px 2px #000;
    text-align: left;
    /*margin-top: 37px;*/
    margin-top: 20px;
    /*font-weight: 700;*/
}
.hero-section1{
    padding: 20px;
    margin: 20px 0 40px 0;
    /*background: #FFFFFF0D;*/
    align-items: center;
}
.wide-button{
    background: #00a69c;
    color: #fff;
    text-decoration: none;
    border: 1px solid #00a69c;
    padding: 5px 15px;
    font-size: 14px;
        border-radius: 6px;
}
.wide-button:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #00a69c;
}
/* ======== Hero Section end ======== */

/* ======== HERO section mobile start ======== */
.hero-section-mob{
    background: url(../images/hero/amberwood-elevation-800x688.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    /*height: 160vh;*/
    /*position: relative;
    background: url(../images/hero/hero-bg-img.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 160vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;*/
}
.hero-section-mob:before{
    /*background-color: rgba(0,0,0,0.2);*/
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.hero-section-mob .container{
    height: 100vh;
    z-index: 1;
    text-align: center;
    position: relative;
}
.hero-section-mob .top-right{
    margin-top: 40%;
}
.hero-section-mob .social{
    position: absolute;
    left: 0;
    top: 40%;
}
.hero-section-mob .social-para{
    transform: rotate(90deg);
    color: #fff;
    margin-bottom: 40px;
}
.hero-section-mob .social a{
    color: #fff;
    display: block;
    margin-top: 15px;
}
.hero-section-mob .big-heading{
    font-size: 31px;
    /*font-family: "Playfair Display", serif;*/
    font-family: HighriseFont-Demo-Regular;
     /*text-shadow: 2px 2px 4px #00000073;*/
    color: #fff;
    letter-spacing: 0.1rem;
    /*color: #086c6c;*/
    text-shadow: 2px 2px 2px #000;
}
.hero-section-mob .sub-heading,
.hero-section-mob .sub-heading-h3{
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    /*text-shadow: 2px 2px 4px #00000073;*/
     font-family: HighriseFont-Demo-Regular;
    /*color: #086c6c;*/
    /*text-align: left;*/
    letter-spacing: 0.1rem;
    text-shadow: 2px 2px 2px #000;
}
.hero-section-mob .hero-section1{
    padding: 20px;
    margin: 20px 0 40px 0;
    /*background: #FFFFFF0D;*/
    align-items: center;
}
.hero-section-mob .wide-button{
    background: #F2EBE4;
    color: #000;
    text-decoration: none;
    border: 1px solid #F2EBE4;
    padding: 5px 5px;
      font-size: 12px;
}
.hero-section-mob .wide-button:hover{
    background: #000;
    color: #F2EBE4;
}
/* ======== Hero Section mobile end ======== */

/* ======== ABOUT SECTION START ======== */
  .section-about{
    /*background-color: #FDFBFB;*/
    /*background-color: #f8f8f8;*/
    /*padding: 60px 0 60px;*/
    /*padding: 70px 0 76px;*/
    padding: 52px 0 20px;
    /*background-image: url(https://www.namratagroup.com/amberwood/assets/images/hero/butterfly2.gif);*/
    /*background-image: url(../images/bg/about-bg-11july-1894x505.webp);*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*background-attachment: fixed;*/
    margin-top: -6px;
  }
/* ======== ABOUT SECTION START ======== */

#single-bg{
    /*background-image: url(../images/bg/sinlge-2-1024x570.webp);*/
}

/*====== THE FOREST OF LUXURIES SECTION START ======*/
  .about-us{
    /*padding: 100px 0 0;*/
    padding: 0px 0px 0px;
    overflow: hidden;
}
.about-us .ab-content{
    /*background: url(../images/bg/floor-bg-800x533-3.webp) no-repeat center;*/
    background-size: cover;
}
.about-us .img-left{
    left: 0;
    width: 100%;
    height: 100vh;
}
.row>*{
    padding: 0;
}
.about-us >.row{
    padding: 0;
}

.mx-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.about-us h5{
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #528081;
    font-weight: 500;
     text-transform: uppercase;
    font-family: DINPro-Medium;
}

.about-us .ab-content .section-title{
  margin-bottom: 25px;
}
.about-us .ab-content h2{
    font-size: 65px;
    text-align: center;
    font-family: 'HighriseFont-Demo-Regular';
    font-weight: 100;
    text-transform: initial;
    color: #00a69c;
     letter-spacing: 0.1rem; 
    line-height: 29px;
    padding-top: 30px;
}

.about-us .sec-title p{
    /*font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #528081;*/    
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.0em;
    font-style: normal;
    font-weight: 100;
    color: #00a69c;
    margin-bottom: 1rem;
    margin-bottom: 22px;
    text-align: center;
}
.about-us .sub-img img{
    width: 103%;
    height: 30%;
}
.about-us .thm-btn {
    width:auto;
}
/*====== THE FOREST OF LUXURIES SECTION END ======*/

/*====== 2way slider start ======*/
/* SLIDER1 - 2WAY START */
.slider1-2way {
  /*padding: 50px;
  color: #fff;*/
  /*padding-top: 30px;*/
  padding: 20px 0px 20px;
  background-color: #528081;
}
.slider1-2way-head1{
  padding: 14px 9px 10px 0px;
}

.slider1-2way h3  {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
 /* font-family: g-black;*/
}
.slider1-2way h3 span {
 /* font-family: g-black;*/
font-size: 17px;
}
.slider1-2way #about-client-2 {
  margin-top: -1%;
}
.slider1-2way .card{
    background-color: #528081;
    padding: 10px 5px;
    /*height: 80px;*/
    height: 89px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    /*padding-bottom: 0px;*/
    justify-content: center;
    /* border: 1px solid #000000; */
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
}
.span-2way-slider.img1{
  padding-left: 12px;
}
.span-2way-slider.heading{  
  font-size: 11px;
  color: #fff;
  font-family: 'DINPro-Medium';
}
.span-2way-slider img{
  width: 30px!important; 
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider1-2way .owl-dots,
.slider2-2way .owl-dots{
  display: none;
}
/*.slider1-2way img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}*/



/* SLIDER2 - 2WAY START */
.slider2-2way {
  /*padding: 50px;
  color: #fff;*/
  /*padding-top: 30px;*/
  /*padding: 20px 0px;*/
  padding: 28px 0px 20px;
  background-color: #00a69c;
}
.slider1-2way-head2{
  /*padding: 10px 0px 14px 10px;*/
  padding: 0px 0px 21px 30px;
}
.slider2-2way h3  {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /*font-family: g-black;*/
}
.slider2-2way h3 span {
  /*font-family: g-black;*/
  font-size: 17px;
}
.slider2-2way #about-client-2 {
  margin-top: -1%;
}
.slider2-2way .card {
    background-color: #00a69c;
    padding: 10px 5px;
    /*height: 80px;*/
    height: 89px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    /*padding-bottom: 0px;*/
    justify-content: center;
    /* border: 1px solid #000000; */
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);

}
.slider2-2way .span-2way-slider.heading{  
  font-size: 12px;
  color: #fff;
  font-family: 'DINPro-Medium';
  text-align: end;
}
.slider2-2way .span-2way-slider img{
  width: 30px!important; 
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
.slider2-2way .slider2-2way img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


/*====== 2way slider end ======*/



/*====== INSPIRED BY NATURE SECTION START ======*/
.sec-inspired{
  /*padding: 50px;*/
    margin: 0px 0px 0px;
    padding: 50px 0px 40px;

    background-image: url(../images/inspired/inspired-bg.webp);
    position: relative;
    z-index: 999;
    /*padding: 60px 0 60px;*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
 }
 .sec-inspired .section-title{
    margin-bottom: 30px;
 }
 .inspired-para{
  padding: 0px 20px;
 }
 .inspired-para p{
  color: #528081;
  text-align: center;
  font-size: 15px;
  /*letter-spacing: 0.01em;*/
 }
 .row2-inspired{
    /*padding: 50px 0px;*/
    padding: 30px 0px 50px;
 }
 .inspired-gif{
  width: 100%; 
  border-radius: 10px; 
  /*height: 470px;*/
  height: 100%;
 }
 /* =========  INSPIRED BY NATURE END  ========= */


/*====== GALLERY NEW SECTION START ======*/
.sec-gal{
  /*padding: 60px 0px;*/
  /*padding: 266px 0px 200px;*/
  padding: 60px 0px 200px;
  /*background-color: #00a69c;*/
  /*margin-top: -260px;*/
  /*margin-top: 5px;*/
  /*background-image: url(../images/bg/ame-bg-2-1894x840.jpg);*/
  /*background-image: url(../images/bg/Amenities1894x840.webp);*/
  background-image: url(../images/bg/Amenities1894x840-3.webp);
  color: #303030!important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.sec-gal .section-title__tagline,
.sec-gal .section-title__title{
    color: #fff
}
.sec-gal .thm-btn{
  margin: 30px 0px 40px 0px;
  animation-duration: 4s; 
  font-weight: 300;
  /*background-color: #fff;
  color: #53ACA6;*/
     /*background-color: #fff0;*/
     background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
        border-radius: 6px;
}
.sec-gal .thm-btn:hover{
    background-color: #fff;
    color: #00a69c;
    border: 1px solid #fff;
}

/* ========  Slider slick gal NEW ===============*/
        .gal-slick-slider{
          margin-top: -211px;
          z-index: 999;
        }
        /*.gal-slick-slider .py-4 {
            padding-bottom: 0rem !important;
        }*/
        .slick-slider button {
            position: absolute;
            top: 32%;
            outline: "none";
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 35px;
            background-color: #fff;
            /*color: white;*/
            z-index: 99;
            /*visibility: hidden;*/
        }
        
        .slick-slider .slick-prev {
            /*left: -30px;*/
            left: -10px;
            font-size: 0;
        }
        
        .slick-slider .slick-prev::before {
            content: '<';
            /*content: "\f060";*/
            line-height: 1;
            font-size: 25px;
        }
        
        
        
        .slick-slider .slick-next {
            /*right: -30px;*/
            /*right: 10px;*/
            right: -4px;
            font-size: 0;
        }
        
        .slick-slider .slick-next::after {
            content: '>';
            line-height: 1;
            font-size: 25px;
        }
        
        
        
        .slick-dots{
            text-align: center;
            visibility: hidden;
            display: none!important;
        }
        
        .slick-dots li{
            display: inline-block;
            padding: 1px;
            background-color: #ccc;
            margin: 10px 5px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            cursor: pointer;
        }
        
        .slick-dots button{
            display: none;
        }
        
        .slick-dots li.slick-active{
            background:#ffc107;
        }

        .gal-img{

            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            object-fit: cover;
        }

        .slick-slider img{
            width: 100%;
            height: 250px;
        }
        
       /* .slider-gal .slick-current {
            width: 450px!important;
        }*/
        .slider-gal .slide-card-div {
            /*height: 260px;*/
            height: 300px;
            max-width: 100%;
            max-height: 100%;
            width: 100%;

        }
        .slider-gal .slick-slide.slick-current{
          filter: none;
          /*width: 900px;*/
        }
        
        /*.slider-gal .slick-slide.slick-current .gal-img{
          width: 400px;
          height: 300px;
        }*/
        .slick-slide {
            /*padding:40px 0;*/
            padding:40px 20px;
            position: relative;
            height:auto !important;
            /*opacity: 0.5;*/
            transition: all 900ms ease;
            filter: blur(3px);

        }
        .mx-3 {
            margin-right: 2rem !important;
            margin-left: 1rem !important;
        }
        
        /*.slick-current.slick-active{
          width: 500px!important;
          display: grid;
          align-items: center;
        }*/
        /*.slick-cloned{
          width: 100px;
        }*/
        .slider-gal .slick-current {
            /*width: 400px!important;*/
            opacity: 1;
            transform: scale(1.2);
            z-index: 99;
            /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
        } 
        
        .slick-slide .xyz{
            opacity: 0;
        }
        
        .slick-current .xyz{
            opacity: 1;
        }

        .bg-dark {
           /*background-color: #fff!important;*/
        }
    
        .slider-gal a{
            text-decoration: none !important;
            font-size: 15px;
            font-weight: bold;
            position: relative;
            top: -10px;
            color: #fff;
            /*padding: 5px 13px;*/
            /* border: 2px solid #7c4a21; */
            /*background-color: transparent;*/
            transition: 0.4s;
            border-radius: 5px;
            color: #528081!important;
            text-align: center;
            letter-spacing: 0.03em;
            line-height: 8px;
        }

/*====== GALLERY NEW SECTION START ======*/

/*====== AMENITIES NEW SECTION START ======*/
.sec-amenities{
  background-image: url(../images/bg/inspired-bg.webp); 
  position: relative; z-index: 999;
  padding: 60px 0 60px;  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

/* group amenities start */
.amenities-new-sec #nav-tab .nav-link {
  border: 1px solid transparent;
}

.amenities-new-sec #nav-tab .nav-link.active {
  color: #00a69c;
  background-color: #fff;
  position: relative;

}

.amenities-new-sec #nav-tab .nav-link {
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 10px;
    text-transform: uppercase;
    font-size: 1em;
}
.amenities-new-sec .nav-tabs{
  --bs-nav-tabs-border-width: none;
}
.amenities-new-sec #nav-tab .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  left: 46%;
  bottom: -20%;

}
.ame-ul{
  text-align: left;
  color: #fff;
  display: inline-flex;
}
.ame-ul ul{
    padding-left: 5rem;
    margin-bottom: 0rem;
}
.ame-ul li{
  /*list-style: none;*/
  font-weight: 200;
  letter-spacing: 0.02rem;
  font-size: 14px;
}

.amenities-new-sec #nav-tab #nav-interior-tab{
  position: relative;
}

.amenities-new-sec #nav-tab #nav-interior-tab::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #232323;
  display: inline-block;
  /* margin-right: 17%; */
  position: absolute;
  top: 38%;
  left: -13%;

}

/* group amenities end */

#ame-img-slider .card_bg {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 3em 0;
    flex-direction: column;
  }
  #ame-img-slider .card_bg img {
    width: 50px;
}
#ame-img-slider .card_bg p {
    margin-bottom: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
/*====== AMENITIES NEW SECTION START ======*/
 

 /* =========  Floor Plans with tabs start  ========= */

.sec-floorplans{
    padding: 60px 0 80px;
    /*background: rgba(217, 217, 217, 0.3);*/
    background-image: url(../images/bg/floor-bg-800x533-3.webp);
    color: #303030!important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}
.sec-floorplans .nav-tabs{
    border: none;
}
.sec-floorplans .nav-tabs li{
    /*margin-left: 1%;*/
    width: 50%;
    border-radius: 0px !important;
    border: 0.5px solid #fff;
}
.sec-floorplans .nav-tabs li a{
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    border-radius: 0px !important;
}
.sec-floorplans .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /*border-image: linear-gradient(to right, #dbad80, #ac835b) 1;*/
    border-top: none;
    border-left: none;
    background: none;
    color: #fff;
    text-transform: uppercase;
    background: #00a69c;
    color: #fff;
}
.sec-floorplans .nav-tabs .nav-link:focus, .sec-floorplans .nav-tabs .nav-link:hover {
    isolation: isolate;
    /*border-color: var(--bs-nav-tabs-link-hover-border-color);*/
    border-color: none;
}

.sec-floorplans .nav-link{
    color: #fff;
    background: #528081;
}

.sec-floorplans .nav-link:focus, .sec-floorplans .nav-link:hover  {
    /*color: #5B5B5B;*/
    color: #fff;
}

.sec-floorplans .tab-content{
  background-color: #fff;
}

.sec-floorplans .row1-floorplan{
    margin-top: 30px;
}
.sec-floorplans .row1-floorplan .floor-gmg{
    width: 100%;
}

.sec-floorplans .row-2 ul{
    /*margin-left: 35%;*/
    display: flex;
}


.sec-floorplans .floor-plan {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 20px;
    }

   .sec-floorplans .floor-plan-item {
      /*flex-basis: 30%;
      margin-bottom: 20px;*/
      flex-basis: 60%;
      margin-bottom: 50px;
      margin-top: 0px;
    }

   .sec-floorplans .zoom-img {
      width: 100%;
      height: auto;
/*          filter: blur(3px);*/
      /*transition: transform 0.3s;*/
    }

   .sec-floorplans .zoom-img:hover {
      /*transform: scale(1.1);*/
    }
/* Floor Plans with tabs end */

/*======= new gallery with tabs start ======*/
.sec-gal-tab{
  /*background-image: url(../images/bg/inspired-bg.webp); */
  position: relative; 
  z-index: 999;
  padding: 60px 0 60px;  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.sec-gal-tab .section-title{
  margin-bottom: 30px;
}


.sec-gal-tab #nav-tab .nav-link {
  border: 1px solid transparent;
}

.sec-gal-tab #nav-tab .nav-link.active {
  color: #000;
  background-color: transparent;
  position: relative;

}

.sec-gal-tab #nav-tab .nav-link {
    /*border: 1px solid #000;*/
    color: #000;
    margin: 10px;
    text-transform: uppercase;
    font-size: 1em;
}
.sec-gal-tab .nav-tabs{
  --bs-nav-tabs-border-width: none;
}
.sec-gal-tab #nav-tab .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #232323;
  position: absolute;
  left: 44%;
  bottom: 0%;

}

.sec-gal-tab #nav-tab #nav-interior-tab{
  position: relative;
}

.sec-gal-tab #nav-tab #nav-interior-tab::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #232323;
  display: inline-block;
  /* margin-right: 17%; */
  position: absolute;
  top: 38%;
  left: -13%;

}

#project_gallery_slider img, #project_gallery_inner img {
  -o-object-fit: cover;
  object-fit: cover;

}

#project_gallery_slider .owl-prev, #project_gallery_slider .owl-next, #project_gallery_inner .owl-prev, #project_gallery_inner .owl-next {

  position: absolute;
  top: 37%;
  /*border: 1px solid black;*/
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff !important;
  box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.28);
}

#project_gallery_slider .owl-next, #project_gallery_inner .owl-next {
  right: -3%;
}

#project_gallery_slider .owl-prev, #project_gallery_inner .owl-prev {
  left: -3%;
}

#project_gallery_slider .owl-dots, #project_gallery_inner .owl-dots {
  /*display: flex;*/
  display: none;
  /* align-items: center; */
  justify-content: center;
  margin-top: 30px;
}

#project_gallery_slider .owl-dot, #project_gallery_inner .owl-dot {
  width: 10px;
  height: 5px;
  background: #d6d6d6 !important;
  border-radius: 20px;
  margin-right: 5px;
}

#project_gallery_slider .owl-dot.active, #project_gallery_inner .owl-dot.active {
  width: 30px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
  color: #000;
}
/*======= new gallery with tabs end ========*/

/*======= Big Slider ====*/
.section-bigslider{
    /*margin-top: 40px;*/
    margin-top: 0px;
    margin-bottom: 40px;
}
#project_gallery_slider2 .owl-nav [class*=owl-],
#project_gallery_slider2-mob .owl-nav [class*=owl-]{
    background: #ffffff !important;
    box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
}

#project_gallery_slider_new .owl-nav [class*="owl-"],
#project_gallery_slider_new-mob .owl-nav [class*="owl-"] {
  /* background: #ffffff !important; */
  background: hsl(170deg 90% 7.84% / 41%);
  box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  /* display: none; */
}
#project_gallery_slider_new .owl-theme .owl-nav{
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
 .fa-solid  {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Added by PJ*/
/*.owl-theme .owl-nav {
    position: absolute;
    top: 48%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}*/
.custom-btn{
    position: absolute;
    top: 8%;
    z-index: 1;
    right: 10%;
}

/*====== CONSTRUCTION SECTION START ======*/
.sec-construction{
  background-image: url(../images/bg/construction-bg.webp); 
  position: relative; z-index: 999;
  padding: 60px 0 60px;  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.tagline-construct{
  color: #fff;
}
.title-construct{
  color: #fff!important;
}
/*====== CONSTRUCTION SECTION START ======*/


 /* ========= Gallery with tabs start ========= */
.sec-gallery .nav-tabs{
    border: none;
}
.sec-gallery .nav-tabs li{
    margin-left: 1%;
}
.sec-gallery .nav-tabs li a{
    text-transform: uppercase;
    font-size: 14px;
    font-size: 16px;
    font-family: 'DINPro-Medium';
    font-weight: 600;
    letter-spacing: 0.05em;
}
.sec-gallery .nav-tabs .nav-item.show .nav-link, .sec-gallery .nav-tabs .nav-link.active {
    border-image: linear-gradient(to right, #53ACA6, #00a69c) 1;
    border-top: none;
    border-left: none;
    background: none;
    color: #5B5B5B;
    text-transform: uppercase;
}
.sec-gallery .nav-link:focus, .sec-gallery .nav-tabs .nav-link:hover {
    isolation: isolate;
    /*border-color: var(--bs-nav-tabs-link-hover-border-color);*/
    border-color: none;
}

.sec-gallery .nav-link{
    color: #5B5B5B;
}

.sec-gallery .nav-link:focus, .sec-gallery .nav-link:hover  {
    color: #5B5B5B;
}

.sec-gallery{
    padding: 60px 0 60px;
    /*background: rgba(217, 217, 217, 0.3);*/
}
.sec-gallery .row1-floorplan{
    margin-top: 30px;
}
.sec-gallery .row1-floorplan .floor-gmg{
    width: 100%;
}


.sec-gallery .row-2 ul{
    margin-left: 35%;
    display: flex;
}


.sec-gallery .floor-plan {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 20px;
    }

   .sec-gallery .floor-plan-item {
      /*flex-basis: 30%;
      margin-bottom: 20px;*/
      flex-basis: 60%;
      margin-bottom: 20px;
      margin-top: 40px;
    }

   .sec-gallery .zoom-img {
      width: 100%;
      height: auto;
          filter: blur(3px);
      /*transition: transform 0.3s;*/
    }

  .sec-gallery  .zoom-img:hover {
      /*transform: scale(1.1);*/
    }
/* =========  Gallery with tabs end  ========= */


/*gallery start*/
/*#gallery{
    
    padding: 10px 55px 0px;
  }*/
  .aligner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gallery-slider .owl-dots{
  display: none;
}

  #gallery-slider .owl-carousel .owl-nav button.owl-prev{
    padding: 4px 10px!important;
   / background: #53ACA6!important;
    position: absolute;
    /*left: -21px;
    top: 40%;*/
    left: -3%;
    top: 33%;
    color: #000!important;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.28);
    font-size: 13px;
  }
  /*#gallery-slider .owl-carousel .owl-nav button.owl-next, #gallery-slider .owl-carousel .owl-nav button.owl-prev{
    color: #fff!important;
  }*/
  #gallery-slider .owl-carousel .owl-nav button.owl-next{
    padding: 4px 10px!important;
    /*background: #53ACA6!important;*/
    position: absolute;
    /*right: -21px;
    top: 40%;*/
    right: -3%;
    top: 33%;
    color: #000!important;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.28);
    font-size: 13px;
  }
/*gallery end*/

/*construction .fa-arrow-left:before {
    content: "\f060";
} */
.construction button.owl-prev, .construction button.owl-next {
    position: absolute;
    top: 34%;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0px 12px 17px 0px rgba(0, 0, 0, 0.28);
}

/*map 1*/
.section-map{
   padding: 40px 0 70px;
}

/*map 2*/
.sec-map{
    padding: 100px 0 90px;
    background: rgba(217, 217, 217, 0.3);    
}
.sec-map .row1-map .key-distance{
    padding: 50px;
}

.sec-map .row1-map .key-distance p{
    color: #242424;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 0px;
    letter-spacing: 0.03em;
    font-family: 'DINPro-Medium';
}

.sec-map .row1-map .key-distance ul{
    text-decoration: none; 
    list-style-type: none;
    padding-left: 0rem;
}
.sec-map .row1-map .key-distance ul li p{
    color: #242424;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0px;
    letter-spacing: 0.03em;
    font-family: 'DINPro-Medium';
}

.sec-map .row1-map .key-distance ul li p span{
    color: #242424;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 0px;
    letter-spacing: 0.03em;
    font-family: 'DINPro-Medium';
}

/*======Footer section-footer start==================*/

.section-footer{
    padding: 50px 0px 10px;
    
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.9) 100%), url(../images/bg/floor-bg-800x533-3.webp);*/
    /*background: linear-gradient(to bottom, rgba(4, 5, 5, 0.3) 20%, rgba(17, 59, 60) 100%), url(../images/bg/floor-bg-800x533-3.webp);*/
    background: linear-gradient(to bottom, rgba(4, 5, 5, 0.3) 20%, #113B3C 100%), url(../images/bg/floor-bg-800x533-3.webp);
    
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
    background-attachment: fixed;
}
/*.section-footer:afer{
      background: linear-gradient(0deg, #232323 42.33%, rgba(35, 35, 35, 0) 117.79%);
}*/
/*.section-footer img{
    width: 200px;
    margin-top: -12px;
}*/

/* === Specifications 2way slider start ==== */
/*====== 2way slider start ======*/
/* SLIDER1 - 2WAY START */
.speci-slider1-2way {
    background: linear-gradient(45deg, #eff4e8, transparent), url(../images/bg/bg-s.webp);
    /* background-image: url(../images/bg/bg-speci.webp); */
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 30px; */
    padding: 20px 0px 20px;
    /* background-color: #eff4e8*/
    
    /*padding: 50px;
  color: #fff;*/
  /*padding-top: 30px;*/

  /*background-color: #00a69c;*/
}
.speci-slider1-2way-head1{
    /*background: linear-gradient(45deg, #eff4e8, transparent), url(../images/bg/bg-s.webp);*/
    /* background-image: url(../images/bg/bg-speci.webp); */
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 30px; */
    padding: 20px 0px 20px;
    /* background-color: #eff4e8;*/
  /*padding: 14px 9px 10px 0px;*/
}

.speci-slider1-2way h3  {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
 /* font-family: g-black;*/
}
.speci-slider1-2way h3 span {
 /* font-family: g-black;*/
font-size: 17px;
}
.speci-slider1-2way #about-client-2 {
  margin-top: -1%;
}
.speci-slider1-2way .card{
    background-color: #00a69c;
    /*padding: 10px 5px;*/
    padding: 21px 9px;
    /*height: 80px;*/
    height: 150px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    /*padding-bottom: 0px;*/
    justify-content: flex-start;
    /* border: 1px solid #000000; */
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
}
.speci-slider1-2way .span-2way-slider.img1{
  padding-left: 12px;
}
.speci-slider1-2way .span-2way-slider.heading{  
  font-size: 15px;
    color: #fff;
    font-family: 'DINPro';
    padding-left: 0.5rem;
}
.speci-slider1-2way .span-2way-slider img{
  width: 30px!important; 
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}

.speci-1-ul{
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
.speci-1-ul li{
  font-size: 12px;
  color: #FFF;
  list-style: none;
  /*font-weight: lighter;*/
  letter-spacing: 0.02rem;
}

.speci-slider1-2way .owl-dots,
.speci-slider2-2way .owl-dots{
  display: none;
}
/*.slider1-2way img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}*/



/* SLIDER2 - 2WAY START */
.speci-slider2-2way {
  /*padding: 50px;
  color: #fff;*/
  /*padding-top: 30px;*/
  /*padding: 20px 0px;*/
  padding: 28px 0px 20px;
  background-color: #00a69c;
}
.speci-slider1-2way-head2{
  /*padding: 10px 0px 14px 10px;*/
  padding: 0px 0px 21px 30px;
}
.speci-slider2-2way h3  {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /*font-family: g-black;*/
}
.speci-slider2-2way h3 span {
  /*font-family: g-black;*/
  font-size: 17px;
}
.speci-slider2-2way #about-client-2 {
  margin-top: -1%;
}
.speci-slider2-2way .card {
    background-color: #00a69c;
    padding: 10px 5px;
    /*height: 80px;*/
    height: 89px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    /*padding-bottom: 0px;*/
    justify-content: center;
    /* border: 1px solid #000000; */
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);

}
.speci-slider2-2way .span-2way-slider.heading{  
  font-size: 12px;
  color: #fff;
  font-family: 'DINPro-Medium';
  text-align: end;
}
.speci-slider2-2way .span-2way-slider img{
  width: 30px!important; 
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
.speci-slider2-2way .slider2-2way img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}


/*====== 2way slider end ======*/


/* === Specifications 2way slider end ==== */

/* ==== Footer form start ==== */

/*Left div start*/
.left-div-contactus{
     /*padding: 72px 81px;*/
     margin: 72px;
}
.left-div-contactus .section-title__tagline{
    color: #fff;
}
.left-div-contactus h4{
  color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 30px;
    padding: 27px 90px 30px 0px;
    font-size: 21px;
    font-weight: 600;
}
.left-div-contactus h3{
      color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 30px;
    /*padding: 0px 90px 30px 0px;*/
    padding: 0px 90px 30px 0px;
    font-size: 34px;
}
.left-div-contactus h3 img{
  max-width: 100%;
}

.left-div-contents{
  /*padding: 170px 0px 0px;*/
  padding: 15px 0px 0px;
}
.contact-one__points {
    position: relative;
    /*display: flex;*/
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.contact-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin: 10px;
}
.contact-one__points li .icon {
    position: relative;
    display: inline-block;
}
.contact-one__points li .icon .fa {
    font-size: 18px;
    color: #fff!important;

}
.contact-one__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--alipes-primary);
    font-size: 16px;
    color: var(--alipes-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-one__points li .content {
    position: relative;
    display: block;
    /*margin-left: 22px;*/
}
.contact-one__points li .content p {
    /*font-weight: 400;*/
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}
.contact-one__points li .content p a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}


/*Left div end*/

/*form start*/
.row-footer-form .form-div
{ 
    /*padding: 30px 40px 30px 40px;*/
    padding: 55px 100px;
}
.form-div h4{
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: center;
    padding: 30px 0px;
}
.row-footer-form .form-div .form-group .form-control,
select option {
    
    border-radius: 0px !important;
    font-family: 'DINPro-Medium';
    /* width: 90%; */
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
    margin-top: 17px;
    background-color:#998b6c;
    /*background-color: #5c7f80;*/
    color: #fff;
}
select option{
    border-radius: 0px !important;
    font-family: 'DINPro-Medium';
    /* width: 90%; */
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
    margin-top: 17px;
    background-color: #5c7f80;
    color: #fff;
    /*text-transform: uppercase;*/
}
.row-footer-form .form-div .form-group textarea {
    /* width: 95%; */
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px !important;
    font-family: 'DINPro-Medium';
    margin-top: 17px;
    box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
    background-color: #5c7f80;
    border-bottom: var(--bs-border-width) solid #c6c8c994;
    /*border-bottom: 1px solid rgba(0, 0, 0.96, 0);*/
}
.form-group a{
    width: 100%; 
    text-align: center;
    /*margin-top: 40px;*/
    margin: 50px 0px 24px;
    /*text-transform: uppercase;*/
}
.row-footer-form .form-div .form-group input::placeholder,
.row-footer-form .form-div .form-group tel::placeholder{
    color: #fff;
    font-size: 13px;  
    font-family: 'DINPro-Medium';
    letter-spacing: 0.06em;
   /*text-transform: uppercase;*/
}
.row-footer-form .form-div .form-group textarea::placeholder{
  color: #fff;
  font-size: 112px;  
  font-family: 'DINPro-Medium';
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-left: 6px;
}
/*.row-footer-form .form-div .textarea-div textarea::placeholder{
  color: #fff;
  font-size: 12px;  
  font-family: 'DINPro-Medium';
  letter-spacing: 0.06em;
  text-transform: uppercase; 
}*/
.row-footer-form .form-div .textarea-div p{
  color: #fff;
  font-size: 10px;  
  font-family: 'DINPro-Medium';
  letter-spacing: 0.06em;
  padding-left: 11px;

}

/* Pricing table start */
.table-responsive {
    overflow-x: auto;
}
#table-caption-desk {
    background: #00a69c;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Arial Regular';
}
#table-caption-desk td {
    border: 1px solid #f4f4f4 !important;
    padding: 0.7rem 0.5rem;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    font-family: Outfit;
    color: #fff;
}
.table>:not(caption)>*>* {
    /* padding: 0.5rem 0.5rem; */
    padding: 1.6rem 0.5rem 0.9rem;
    background-color: transparent;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px transparent;
}
#price-table-desktop tr td {
    /*border: 1px solid #606162;*/
    font-family: Outfit;
    font-size: 18px;
}

.table-text-desk td{
	font-size: 16px !important;
	text-align: center;
    color: #606162;
}

/*======Location start ==================*/
.sec-loc{
      padding: 50px 0px 50px;
}
/*======Location start ==================*/



/* ==== Footer form end =======*/

.section-footer .row1-footer{
    /*padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;*/
    padding: 50px 0px 25px;

}
.dev-by-p{
  text-transform: uppercase;
    line-height: 0px;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.03em;
}
.section-footer .row1-footer p{
    font-size: 13px;
    color: #fff;
    /* letter-spacing: 1px; */
    letter-spacing: 0.03em;
}
.section-footer .row1-footer a{
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    /*font-size: 9px;*/
    font-size: 17px;
    color: #303030;
    font-family: DINPro-Medium;
    letter-spacing: 0.45px;
    /*background: #ffff;*/
}

/*SMM icons footer*/
.section-footer .row1-footer .social_icons {
    list-style-type: none;
    padding-left: 0px;
    display: inline-flex;
}
.section-footer .row1-footer .social_icons li {
    float: left;
    margin-right: 13px;
    font-size: 26px;
}
.section-footer .row1-footer .social_icons li a {
    /*color: #676767;*/
    color: #fff;
}

.section-footer .row1-footer .social_icons li .privacy img{
  /*widows: 50px!important;*/
}

.section-footer .row1-footer .social_icons li #facebook{
    background: #3b5998!important;
}
.section-footer .row1-footer .social_icons li #instagram{
    background: #0077b5!important;
}
.section-footer .row1-footer .social_icons li #youtube{
    background: #cd201f!important;
}


/*footer 2nd row*/
.section-footer .row2-footer{
    border-top: 1px solid dimgray;
    padding-top: 30px;
    /*padding-left: 24px;
    padding-right: 24px;*/
}
.section-footer .row2-footer .address_heading, .section-footer .row2-footer .links_heading{
    color: #FFFFFF; font-size: 14px;
    text-transform: uppercase;
    font-family: 'DINPro-Medium';
    letter-spacing: 0.06em;
}
.section-footer .row2-footer ul {
    list-style-type: none;
    padding: 0;
}
.section-footer .row2-footer ul li{    
    margin-bottom: -2px;
    letter-spacing: 0.06em;
}
.section-footer .row2-footer ul li a{
    text-decoration: none;
    color: #999999;
    font-family: 'DINPro-Medium';
    font-size: 12px;
}
.section-footer .row2-footer p{
    font-size: 12px;
    color: #999999;
    /* letter-spacing: 1px; */
    letter-spacing: 0.03em;
}
footer{
    padding: 16px 0px 0px;
    background: #000000;
}
/*footer .row3-footer{
    padding-left: 30px;
}*/
footer p{
    font-size: 12px;
    color: #999999;
    /* letter-spacing: 1px; */
    letter-spacing: 0.06em;
}
footer p a{
    text-decoration: none;
    /*font-size: 12px;*/
    color: #FFFFFF;
    font-family: 'DINPro-Medium';
}


/*======Footer End ==================*/

/*whatsapp desktop*/



.float {

    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 50px;
    left: 40px;
    /*background-color: #3cbc2c;*/
    /*background-color: #17aa38;*/
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    /*box-shadow: 1px 1px 2px #999;*/
    z-index: 999;
}

/*Right Side Static Button */
  #fixedbutton_visit, #fixedbutton_visit:hover {
    position: fixed;
    right: -47px;
    top: 40%;
    transform: rotate(-90deg);
    z-index: 9999;
    background: #0a1f20e8;
    animation: Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay: 2s;
    /*background: #ab8a3b;*/
    color: #fff;
    box-shadow: 0 0px 10px #6b6c6e;
    padding: 7px 12px;
    font-size: 15px;
    border-radius: 0px!important;
    text-shadow:0 3px 6px #230202;
    -webkit-animation:Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay:2s;
    -moz-animation:Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay:2s;
    animation:Gradient 3s ease infinite,rocking 3s ease infinite;
    animation-delay:2s;
}

/*bottom-div*/

  .bottom-div{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #0a1f20e8;
    padding: 4px;
    z-index: 999;
  }

  .bottom-div ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .bottom-div img{
    width: 22px;
     margin-bottom: -7px;
    padding-bottom: 2px;
  }

  .bottom-div a{
    font-size: 13px;
    padding-top: 4px;
    /* margin-left: -17px; */
    color: #fff !important;
    /* font-weight: bold; */
  }
  .mob-whatsapp{
    border-right: 1px solid;display: flex; justify-content: center;
  }
  .mob-email{
    border-right: 1px solid; display: flex; justify-content: center;
  }
  .mob-email img{
    width: 16px; margin-bottom: 0px;
  }
  .mob-phone{
    display: flex; justify-content: center;
  }
  .mob-phone img{
    width: 16px; margin-bottom: 0px;
  }

  .bottom-div .col-4{

    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff3b;
  }

  .bottom-div .col-4:last-child{
    border: none;

  }

  .bottom-div .col-4:nth-child(2) a, .bottom-div .col-4:nth-child(3) a{padding-bottom: 3px;}
 .bottom-div a:hover{

    color: #fff;
    font-weight: bold;
  }

  .bottom-div.display-mobile .col-5,  .bottom-div.display-mobile .col-3{

    display: flex;
    justify-content: center;
    border-right: 1px solid;
  }

 .bottom-div.display-mobile .col-3 {

    display: flex;
    justify-content: center;
    border-right: 1px solid;
}

/* ----------------------------------------------------
    Modal Area
----------------------------------------------- */

#exampleModal .modal-dialog{
    max-width: 600px;
  }
  .modal-title{
      line-height:2rem;
      font-size: 2rem;
  }
  .modal-content{
    background:transparent;
    border: none;

  }
  .modal-bg{
    background-color: white;
    padding: 20px 20px;
    /*border-radius: 10px;*/
    /*border-radius: 0px 10px 10px 0px;*/
  }
  #exampleModal img{
    object-fit: cover;
  }
  .modal-btn{
    margin-top: 16px;
    
    position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #00a69c;
  color: #fff;
  font-size: 13px;
  /*font-weight: 100;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.1em;*/
  padding: 10px 16px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  width: 110px;
      border: 1px solid #00a69c;
    border-radius: 6px;
  }
  
   .modal-btn:hover{
    color: #000;
       background-color: #fff;
       border: 1px solid #00a69c;
   }
  .form-control{
            margin-top: 14px;
            font-size: 14px;
            color: inherit;
        }
        .nice-select{
            width: 100%;
            background: #fff;
            padding: 0.375rem 0.75rem;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            /*color: #212529;*/
            border-radius: 4px;
            margin-top: 10px;
            height: 40px;
            border: 1px solid #ced4da;
            color: inherit;
            opacity: 1;
            
        }

/*modal end*/

.cls-rera{
    font-size: 22px;
    font-weight: 700;
}

/*by nida*/
@media screen and (min-width: 992px) and (max-width: 1025px) {
    .about-us .sub-img img{
    width: 113%;
    height: 30%;
}
}

@media screen and (min-width: 1026px) and (max-width: 1440px) {
    .about-us .sub-img img{
    width: 105%;
   
}
}

@media screen and (min-width: 1441px) {
    .about-us .sub-img img{
    width: 113%;
   
}
}

.custom-section-subtitle {
    color: #ac835b;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

 .pl-50{
    padding-left: 50px;
 }

 .sectionClass {
/*  padding: 20px 0px 50px 0px;*/
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
/*  margin-top: 30px;*/
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item-c {
  width: 50%;
  height: 100%;
  padding: 20px 0px;
  text-align: center;
/*  opacity: 1;*/
}

.projectFactsWrap .item-c:hover {
  /*background: #09322d;*/
}
/*.projectFactsWrap .item-c:hover img{
    filter: invert(1);
}*/

.projectFactsWrap .item-c:nth-child(1) {
/*  background: rgb(16, 31, 46);*/
  color: #000;
}

.projectFactsWrap .item-c:nth-child(2) {
/*  background: rgb(18, 34, 51);*/
color: #000;
}

.projectFactsWrap .item-c:nth-child(3) {
  /*background: rgb(21, 38, 56);*/
}

.projectFactsWrap .item-c:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item-c p.number {
  font-size: 40px;
  padding: 0;
  /*color: #000;*/
  font-weight: bold;
  
}

.projectFactsWrap .item-c p {
  /*color: rgba(255, 255, 255, 0.8);*/
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /*color: #000;*/
/*  font-family: "Open Sans";*/
}

.projectFactsWrap .item-c p.number:hover {
  font-size: 40px;
  padding: 0;
  color: #000;
  font-weight: bold;
}

.projectFactsWrap .item-c p:hover {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  color: #000;
/*  font-family: "Open Sans";*/
}

.projectFactsWrap .item-c img {
  vertical-align: middle;
  width: 50px !important;
  padding-bottom: 15px;
  opacity: 0.6;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item-c:hover i,
.projectFactsWrap .item-c:hover p {
  /*color: white;*/
}

.projectFactsWrap .item-c:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item-c {
    flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}

.about-me-img img {
}

.authorWindow {
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper {
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }
.pl-50{
    padding-left: 0px !important;
}
  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

}

/*location accordion*/
/* Added for location */

#location-collapse .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: 0px solid #d8e8c2;
  margin-bottom: 16px;
}
#location-collapse .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  font-size: 1.07rem;
  color: #00a69c;
  text-align: left;
  background-color: transparent;
  border: 2px solid #d8e8c2;
  border-radius: 16px 0px 0px 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
#location-collapse .accordion-item:first-of-type {
  border-top-left-radius: 55px;
  /* border-top-right-radius: var(--bs-accordion-border-radius); */
}
#location-collapse
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 16px;
  border-top-right-radius: 0;
}
#location-collapse .accordion-item:not(:first-of-type) {
  border: 0;
}
#location-collapse .accordion-button:not(.collapsed) {
/*  color: #fff;*/
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
#location-collapse
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#location-collapse .accordion-button img {
  width: 28px;
  margin-right: 14px;
}
#location-collapse .accordion-body {
  padding: 10px 10px 2px 5px;
/*  color: #fff;*/
}

#location-collapse .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
/*  color: #fff !important;*/
  background: #fff;
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
/*======Location start ==================*/
.sec-loc {
  padding: 70px 0px 70px;
}
/*======Location start ==================*/

#school{
    background-image: url(../images/forest/scl.webp) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color:#fff;
}

.road{
    background-image: url(../images/forest/road.webp) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color:#fff;
}
.it{
    background-image: url(../images/forest/office.webp) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color:#fff;
}

.hospital{
    background-image: url(../images/forest/hos.webp) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color:#fff;
}
.sport{
    background-image: url(../images/forest/game.webp) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color:#fff;
}

.speci-bg{
    background-image: url(../images/bg/bg-s.webp) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color:#fff;
}

.key-ul{
font-family: Outfit;
    font-size: 0.9rem !important;
    font-weight: 300;
    /* background-color: #0000006e;*/
}
.amenities-body {
    border: 1px solid #6c757d;
    /* box-shadow: 1px 2px 3px 4px #ffffff26; */
    filter: drop-shadow(2px 4px 6px black);
    backdrop-filter: blur(3px);
    background: #00000024;
}

/* Added by PJ */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: 0px solid #d8e8c2;
  margin-bottom: 22px;
}
#specifications .accordion-button {
    color: #000;
background-color: #efefed !important;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  font-family: 'Arial regular';
  font-weight: 700;
  font-size: 16px;
  color: #6d6d6d;
  text-align: left;
  background-color: transparent;
  border: 2px solid #d8e8c2;
  border-radius: 45px 0px 0px 0px;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-item:first-of-type {
  border-top-left-radius: 55px;
  /* border-top-right-radius: var(--bs-accordion-border-radius); */
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 45px;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border: 0;
}
.accordion-button:not(.collapsed) {
  color: #6d6d6d;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-button img {
  width: 22px;
  margin-right: 14px;
}
.accordion-button::after{
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.accordion-body {
  font-size: 14px;
  padding: 10px 10px 2px 5px;
}

   
.speci-slider1-2way-head1 {
  padding: 14px 9px 10px 0px;
}

.speci-slider1-2way h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /* font-family: g-black;*/
}
.speci-slider1-2way h3 span {
  /* font-family: g-black;*/
  font-size: 17px;
}
.speci-slider1-2way #about-client-2 {
  margin-top: -1%;
}
.speci-slider1-2way .card {
  background-color: #00a79c;
  /*padding: 10px 5px;*/
  padding: 21px 9px;
  /*height: 80px;*/
  height: 150px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  /*padding-bottom: 0px;*/
  justify-content: flex-start;
  /* border: 1px solid #000000; */
  box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
}
.speci-slider1-2way .span-2way-slider.img1 {
  padding-left: 12px;
}
.speci-slider1-2way .span-2way-slider.heading {
  font-size: 15px;
  color: #fff;
  font-family: "DINPro";
  padding-left: 0.5rem;
}
.speci-slider1-2way .span-2way-slider img {
  width: 30px !important;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}

.speci-1-ul {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
.speci-1-ul li {
  font-size: 12px;
  color: #fff;
  list-style: none;
  font-weight: lighter;
  letter-spacing: 0.02rem;
}

.speci-slider1-2way .owl-dots,
.speci-slider2-2way .owl-dots {
  display: none;
}
/*.slider1-2way img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}*/

/* SLIDER2 - 2WAY START */
.speci-slider2-2way {
  /*padding: 50px;
  color: #fff;*/
  /*padding-top: 30px;*/
  /*padding: 20px 0px;*/
  padding: 28px 0px 20px;
  background-color: #00a79c;
}
.speci-slider1-2way-head2 {
  /*padding: 10px 0px 14px 10px;*/
  padding: 0px 0px 21px 30px;
}
.speci-slider2-2way h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /*font-family: g-black;*/
}
.speci-slider2-2way h3 span {
  /*font-family: g-black;*/
  font-size: 17px;
}
.speci-slider2-2way #about-client-2 {
  margin-top: -1%;
}
.speci-slider2-2way .card {
  background-color: #00a79c;
  padding: 10px 5px;
  /*height: 80px;*/
  height: 89px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  /*padding-bottom: 0px;*/
  justify-content: center;
  /* border: 1px solid #000000; */
  box-shadow: 0px 0px 8.69129px rgba(0, 0, 0, 0.15);
}
.speci-slider2-2way .span-2way-slider.heading {
  font-size: 12px;
  color: #fff;
  font-family: "DINPro-Medium";
  text-align: end;
}
.speci-slider2-2way .span-2way-slider img {
  width: 30px !important;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
.speci-slider2-2way .slider2-2way img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.price-bg{
    background-image: url(../images/bg/floor-bg-800x533-3.webp);
    color: #303030 !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}