@font-face {
    font-family: "trajan";
    src: url('../fonts/TrajanPro.ttf');
}
@font-face {
    font-family: "minion";
    src: url('../fonts/MinionPro.otf');
}

:root{
    --var-major-font : "trajan";
    --var-secondary-font : "minion";
    --var-dark-color : #2c7d09;
    --var-light-color : #68bd0d;
}
*{
    font-family: var(--var-secondary-font);
}

.main-banner-text{  font-family: Arial, Helvetica, sans-serif !important;}
.ptb100{
    padding: 100px 0px;
}
.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}
.ptb70{
    padding: 70px 0px;
}
.pt70{
    padding-top: 70px;
}
.pb70{
    padding-bottom: 70px;
}
.mb100{
    margin-bottom: 100px;
}
.mtb70{
    margin: 70px 0px;
}
.mt70{
    margin-top: 70px;
}
.mb70{
    margin-bottom: 70px;
}
.ptb50{
    padding: 50px 0px;
}
.pt50{
    padding-top: 50px;
}
.pb50{
    padding-bottom: 50px;
}
.mtb50{
    margin: 50px 0px;
}
.mt50{
    margin-top: 50px;
}
.mb50{
    margin-bottom: 50px;
}
.ptb30{
    padding: 30px 0px;
}
.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}


a{
    text-decoration: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
.menu{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    background-color: #fff;
    padding: 20px 0px;
}
.menu li{
    display: inline;
}
.menu a{
    padding: 30px 14px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.menu a:hover{
    color: var(--var-dark-color);
    transition: .3s ease-in-out;
}
header{
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 99;
    width: 100%;
    background-color: #ffff;
    height: 127px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-menu{
    position: relative;
}
.logo{
    background-color: #ffffff;
    position: absolute;
    top: -25px;
    box-shadow: rgba(255, 255, 255, 0.514) 0px 7px 29px 0px;
    width: auto;
    left: 0%;
    padding-left: 0px;
    padding-right: 0px;
}
.main-banner{
    position: relative;
}
.main-banner-content{
    position: absolute;
    background-color: #0000009d;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15%;
}
.main-banner-text{
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.main-banner-text h1{
    /* font-family: var(--var-major-font); */
    font-weight: 900;
    font-size: 55px;
}
.main-banner-text h3{
  background-color: var(--var-dark-color);
  font-size: 25px;
  padding: 7px;
  width: fit-content;
}
.top-features span{
    color: var(--var-light-color);
    font-size: 25px;
}
.en-form{
    padding: 10px;
    background-color: #fff;
    border: 6px solid var(--var-light-color);
}
.en-form input{
    width: 100%;
    padding: 7px;
    margin-bottom: 15px;
}
.en-form textarea{
    width: 100%;
    padding: 7px;
    border: 1px solid #757575;
}
.form-btn{
    background-color: var(--var-dark-color);
    color: #fff;
    border: none;
    font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  margin-top: 15px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0%;
}
.about-swipe{
    padding-bottom: 50px;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--var-dark-color);
  }
  .about-swipe .swiper-button-next::after{
    font-size: 32px;
    background-color: #68bd0db6;
    color: #fff;
    height: 75px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-items: center;
    border-radius: 50%;
  }
  .about-swipe  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 5%;
  }
  .bout-img {
    position: relative;
  }
  /*.bout-img::before {*/
  /*position: absolute;*/
  /*width: 82%;*/
  /*content: "";*/
  /*height: 90%;*/
  /*top: -4%;*/
  /*right: 6%;*/
  /*background-color: #e1e1e16b;*/
  /*}*/
  .heading h2{
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--var-major-font);
  }
  .heading{
    position: relative;
  }
  .heading::after{
    height: 4px;
    content: "";
    width: 120px;
    background-color: var(--var-dark-color);
    position: absolute;
    left: 0%;
    bottom: -20px;
  }
  .bout-text{
    position: relative;
  }
  .bout-text p{
    font-size: 19px;
    line-height: 1.5;
    text-align: justify;
  }
  .bout-text p:nth-of-type(2){
    margin-bottom: 35px;
  }
  .bout-text-inner p:nth-of-type(2){
    margin-bottom: 0px;
  }
  .main-btn{
    font-size: 18px;
    text-transform: none !important;
    padding: 15px 25px !important;
    border-radius: 4px;
    background-color: var(--var-dark-color);
    color: #fff ;
    transition: 0.3s;
    font-size: 18px !important;
  }
  .main-btn:hover{
    background-color: var(--var-light-color);
    transition: 0.3s;
  }
  .amenities-sec{
    background-image: linear-gradient(rgba(0, 0, 0, 0.705),rgba(0, 0, 0, 0.705)),url('../images/amanities-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .amenities-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid #ffff;
    border-bottom: 1px solid #ffff;
  }
  .amenities-box h4{
    color: #fff;
    font-size: 25px;
    padding-top: 20px;
  }
  .amenities-box img{
    width: 30%;
  }
  .rb-none{
    border-right: none;
  }
  .bb-none{
    border-bottom: none;
  }

  .main-heading{
    position: relative;
  }
  .main-heading::after{
    height: 4px;
    content: "";
    width: 120px;
    background-color: var(--var-dark-color);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%,0%);
  }
  .main-heading h2{
    font-size: 45px;
   }
  .heading-w{
    color: #fff;
  }
  .heading-w::after{
    color: #fff;
    background-color: #Fff;
  }
  .location-img{
    border: 4px solid var(--var-dark-color);
  }
  .location-text-heading h3{
    font-size: 32px;
  }
  .location-text{
    padding-left: 40px;
  }
  .location-feature-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .location-feature-text h5{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .location-feature-text p{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .layout-img{
    border: 4px solid var(--var-dark-color);
  }
  footer{
    background-color: var(--var-dark-color);
  }
  .quick-links p{
    font-size: 18px;
    text-align: justify;
    color: #fff;
    padding-top: 15px;
  }
  .quick-links img{
    width: 65%;
  }
  .quick-links{
    padding: 0px 20px;
  }

  .social-icons{
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .social-icons i{
    font-size: 17px;
    color: var(--var-dark-color);
  }
  .quick-links{
    color: #fff;
  }
  .quick-links h3{
    font-size: 29px; 
    padding-bottom: 30px;
    margin: 0px;
    padding-top: 50px;
    position: relative;
  }
  .quick-links h3::after{
    height: 3px;
  content: "";
  width: 90px;
  background-color: #fff;
  position: absolute;
  left: 1%;
  bottom: 13px;
  }
  .quick-links a{
    color: #fff;
    font-size: 20px;
  }
  .quick-links li{
    padding-bottom: 8px;
  }
  .adress{
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .adress i{
    position: absolute;
    font-size: 17px;
    left: 0%;
    top: 15%;
  }
  .adress p{
    font-size: 20px;
    padding: 0px;
    margin: 0px;
  }
  .sm-menu{
    display: none;
  }
.menu-sm{
  display: flex;
  align-items: center;
  justify-content: end;
}
.bgnone{
  display: none;
}
.mt4{
  margin-top: 25px;
}
.py2{
  padding: 10px 0px;
}
::placeholder{
  color: #000;
}

/* inner page css starts  */
.inner-banner-sec{
  position: relative;
}
.inner-banner-content{
  position: absolute;
  background: linear-gradient(to right,#68bd0d,#68bd0d,#00000000);
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0% ;
  display: flex;
  align-items: center;
}
.inner-banner-text h2{
  color: #fff;
  font-size: 48px;
  font-weight: 900;
}
.inner-banner-text a{
  color: #fff;
  font-size: 18px;
}
.inner-banner-text a:hover{
  color: var(--var-dark-color);
  font-size: 18px;
  transition: 0.3s;
}
.inner-banner-text i{
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  padding: 0px 5px;
}
.inner-banner-text span{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

/* contact css */
.contact-box{
  padding: 25px;
  background-color: #f4f4f4;
  border-radius: 20px;
  display: flex;
  column-gap: 20px;
  margin-bottom: 30px;
}
.contact-icon{
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #22b34b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-icon i{
  color: #22b34b;
  font-size: 25px;
}
.contact-text h4{
  color: #22b34b;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}
.contact-text a{
  color: #000;
  text-decoration: none;
}
.contact-wrapper h2{
  color: #22b34b;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
  /*padding-left: 15px;*/
}
.contact-wrapper h4{
  font-size: 24px;
  font-weight: 600;
}
.contact-text p{
  font-size: 18px;
}
.contact-form input{
  width: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  border: none;
  border-bottom: 3px solid #22b34b;
  margin-bottom: 20px;
}

::placeholder{
  font-size: 16px;
}
textarea{
  padding: 10px ;
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  border-bottom: 3px solid #22b34b;
}
.contact-wrapper{
  padding-right: 40px;
}
.contact-form .hero-btn {
  background-color: var(--var-dark-color) !important;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  transition: .3s;
  text-decoration: none;
  font-size: 22px;
  width: 50% !important;
  text-align: center;
}
.contact-form{
  text-align: center;
}
.logo img{
  width: 160px;
}

  /* media querry starts from here  */

@media (max-width : 1200px) {
  .menu a {
    padding: 30px 10px;
    color: #000;
    text-transform: uppercase;
  }
  .logo img{
    width: 90px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .bout-text p {
    font-size: 16px;
  }
  .bout-img {
    margin-right: 35px;
  }
  .main-btn {
    font-size: 15px;
    /* text-transform: uppercase; */
    padding: 15px 20px !important;
  }
  .about-swipe .swiper-button-next::after{
    font-size: 25px;
    height: 60px;
    padding: 0px 23px;
  }
  .main-banner-text h1 {
    font-size: 45px;
  }
  .main-banner-text h2 {
    font-size: 25px;
  }
}
@media (max-width : 1080px) {
  .main-banner-text h1{
    font-size: 40px;
  }
  .main-banner-text h2{
    font-size: 22px;
  }
  .main-banner-text h3{
    font-size: 18px;
    margin-right: 15px;
  }
  .top-features span {
    font-size: 20px;
  }
  .top-features h4 {
    font-size: 18px;
  }
  .en-form input {
    padding: 5px;
    margin-bottom: 10px;
  }

  .main-banner-content{
    padding-top: 5%;
  }
  .heading h2 {
    font-size: 30px;
  }
  .contact-box {
    padding: 10px;
  }
  .contact-wrapper h4 {
    font-size: 20px;
  }
  .contact-text p {
    font-size: 14px;
  }
  
}
@media (max-width : 992px) {
  .bg-menu{
    display: none;
  }
  .sm-menu{
    display: block;
    height: 60px;
  }
  .logo{
    top: 0%;
  }
  .main-menu{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .menu-sm li{
    display: inline-block;
  }
  .menu-sm i{
    font-size: 20px;
    color: var(--var-light-color);
  }
  .sm-menu-items a{
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  }
  .sm-menu-items li{
    margin-bottom: 10px;
    text-align: center;
  }
  .sm-menu-items a:hover {
    color: var(--var-dark-color);
    transition: .3s ease-in-out;
  }
  .logo img{
    width: 110px;
  }
  .mt4{
    margin-top: 15px;
  }
  .main-banner-text h1 {
    font-size: 35px;
  }
  .top-features span {
    font-size: 16px;
  }
  .form-btn {
    background-color: var(--var-dark-color);
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .en-form {
    padding: 5px;
    border: 4px solid var(--var-light-color);
    margin-top: 15px;
  }
  .py2{
    padding: 0px 0px;
  }
  .main-banner-text {
    color: #fff;
    /* padding-top: 65px; */
  }
  .heading h2 {
    font-size: 30px;
  }
  .about-text{
    padding-bottom: 30px;
  }
  .bout-img {
    margin-right: 15px;
  }
  .amenities-box{
    padding: 15px;
  }
  .amenities-box h4 {
    color: #fff;
    font-size: 18px;
  }
  .amenities-box{
    border: 1px solid #fff;
  }
  .location-text {
    padding-left: 15px;
  }
  .location-text-heading h3 {
    font-size: 25px;
  }
  .location-feature-text h5 {
    font-size: 17px;
  }
  .location-feature-text p {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .inner-banner-text h2 {
    font-size: 40px;
    margin-top: 20px;
  }
  .contact-wrapper h4 {
    font-size: 25px;
  }
  .contact-text p {
    font-size: 16px;
  }
}
@media (max-width : 767px) {
    .bg-green{  background: #2a7709; padding: 20px;}
  .bgnone{
    display: block;
  }
  .smnone{
    display: none;
  }
  .en-form h4{
    padding: 15px 0px;
  }
  .en-form{
    padding: 10px;
  }
  .en-form input{
    margin-bottom: 15px;
  }
  .location-text{
    margin-top: 35px;
  }
  .location-feature-text h5 {
    font-size: 22px;
  }
  .location-feature-text p {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .layout-img{
    margin-bottom: 20px;
  }
}
@media (max-width : 576px) {
  .menu-btn{
    font-size: 14px;
  }
  .menu-sm i{
    font-size: 18px;
  }
  .logo img{
    width: 90px;
  }
  .main-banner-text{
    padding: 0px 10px;
  }
  .main-banner-text h1 {
    font-size: 23px;
    color:#2a7709;   font-family: Arial, Helvetica, sans-serif; font-weight: 600;
  }
  .main-banner-text h2 {
    font-size: 21px;
    color:#2a7709;   font-family: Arial, Helvetica, sans-serif;
  }
  .main-banner-text{
    margin-top: 0px;
      font-family: Arial, Helvetica, sans-serif;
    padding:0 20px;
  }
  .quick-links h3 {
    font-size: 24px;
  }
  .quick-links a {
    font-size: 16px;
  }
  .quick-links h3 {
    padding-top: 30px;
  }
  .top-features h4 {
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }
  .top-features span {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #a9ff84;
  }
  .main-banner-content {
    background-color: #ffffff78;
    position: static;
    padding-top:25px;
  }
    .mt50{ margin-top: 25px;}
    .ptb100{ padding: 25px 0;}
  .fd-column{
    flex-direction: column !important;
    align-items: center;
  }
  .location-feature-text{
    text-align: center;
  }
  .amenities-box{
    margin: 10px;
  }
  .amenities-box {
    border: 2px solid #fff;
  }
  .inner-banner-text h2 {
    font-size: 32px;
    margin-top: 0px;
  }
  .inner-banner-text{
    margin-left: 20px;
  }
  .bread-crumbs a{
    font-size: 14px;
  }
  .bread-crumbs i{
    font-size: 14px;
  }
  .bread-crumbs span{
    font-size: 14px;
  }
  .contact-icon {
    height: 45px;
    width: 45px;
  }
  .contact-icon i {
    color: #22b34b;
    font-size: 15px;
  }
  .contact-wrapper h4 {
    font-size: 22px;
  }
  .main-banner-text h3{
    font-size: 17px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif; padding: 0; background:none;
  }
  .main-banner{
    margin-top: 60px;
  }
  .adress p {
    font-size: 16px;
    text-align: left;
  }
  .adress {
    padding-bottom: 15px;
  }
  .ptb70 {
    padding: 50px 0px;
  }
}
@media (max-width : 400px) {
  .menu-btn{
    font-size: 12px;
  }
  .location-feature-text h5 {
    font-size: 18px;
  }
  .location-feature-text p {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .inner-banner-text h2 {
    font-size: 24px;
    margin-top: 0px;
  }
  .main-banner-content {
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .smnone{
    display: none;
  }
}
.top-layer{
  padding: 10px;
  background-color: #2a7709;
  color: #fff;
  font-size: 20px;
  text-align: end;
  width: 100%;
}
.top-layer p{
  margin-bottom: 0px;
}