@import url('./assets/web-fonts/fonts.css');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'AktivGrotesk';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'AktivGrotesk';
  margin: 0 0 15px;
}

.container {
  max-width: 1580px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.header__top {
  height: 50px;
  width: 100%;
  background: #f3be11;
}

.headerArtea {
  background: linear-gradient(0deg, #167151 20.3%, #3f6244 100%);
  position: relative;
  padding: 30px 0px;
  border-top: 5px solid #fff;
}

.main__menu > ul > li {
  position: relative;
  display: inline-block;
}

.main__menu > ul > li > a {
  display: block;
  color: #fff;
  font-size: 22px;
  padding: 0px 15px;
  text-align: center;
}

.header__logo img {
  position: absolute;
  left: -50px;
}

.header__right {
  display: flex;
  gap: 30px;
}
.main__menu {
  text-align: center;
}

.community__btn {
  border-radius: 5px;
  border: 1px solid #fff;
  background: var(--Blue-Brand-Blue-light, #1ba9e6);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 230px;
  padding: 10px 5px;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  justify-content: center;
}

.contact__btn {
  width: 150px;
  color: #3f6244;
  border-radius: 5px;
  background: #f3be11;
}

.contact__btn:hover {
  color: #fff;
}

.community__btn:hover {
  color: #fff;
}

.header__btn {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.headerArtea:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 140px;
  width: 240px;
  content: '';
  background: url(assets/img/header-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.main__menu:before {
  /* position: absolute; */
  /* left: -60px; */
  /* top: 0; */
  height: 140px;
  width: 250px;
  content: '';
  background: url(assets/img/header-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.header__bottomGrid {
  display: grid;
  /* grid-template-columns: 6fr 1fr 3fr; */
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 732px;
  margin: 0 auto;
}

.headerMail a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #167151;
  font-weight: 700;
  font-size: 20px;
}

.headerPhone a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #167151;
  font-weight: 700;
  font-size: 20px;
}

.headerMail {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-left: 45px;
}

.bdr__yellow {
  width: 2px;
  height: 100%;
  background: #f3be11;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.header__bottom {
  padding: 6px 0px;
}

.headerPhone {
  padding-left: 0;
}
.headerMail a b {
  color: #f3be11;
}
.banner__item {
  position: relative;
  min-height: 820px;
}

.banner__item video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.banner__item .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  min-height: 820px;
}

.banner__bottomShadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner__bottomShadow img {
  width: 100%;
}

.banner__right {
  position: relative;
}

.banner__right__roundTxt {
  position: absolute;
  right: 0px;
  top: 100px;
  border-radius: 301px;
  border: 1.36px solid #fff;
  background: rgba(243, 190, 17, 0.39);
  height: 220px;
  width: 220px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact .banner__right__roundTxt {
  right: -300px;
}

@media (max-width: 600px) {
  .banner__right__roundTxt {
    position: absolute;
    right: 0px;
    top: 100px;
    border-radius: 301px;
    border: 1.36px solid #fff;
    background: rgba(243, 190, 17, 0.39);
    height: 220px;
    width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-contact .banner__right__roundTxt {
    right: 0px;
  }
}
.banner__right__roundTxt h4 {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
}

.bannerAea:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
  content: '';
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
}

.bannerAea {
  position: relative;
  z-index: 1;
}

.bannerAea:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  content: '';
  background: url(assets/img/banner-shape-left.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.hero__txtBdr {
  text-align: right;
}

.hero__txtBdr h4 {
  margin: 0;
  font-weight: 500;
  font-style: italic;
  padding: 10px 0px;
  line-height: 1.3;
}

.hero__txtBdr .shape2 {
  margin-right: 30px;
}

.banner__icon {
  margin-top: 120px;
}

.section__content {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.overlay__green,
.overlay__green2 {
  position: relative;
  z-index: 1;
}

.overlay__green:after,
.overlay__green2:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  opacity: 0.88;
  background: linear-gradient(270deg, #167151 19.57%, #2ad79a 100%);
  z-index: -1;
}

.overlay__green2:after {
  /* opacity: 0.93;
    background: linear-gradient(180deg, #167151 23.62%, rgba(243, 190, 17, 0.39) 140.35%); */
  opacity: 0.88;
  background: linear-gradient(
    180deg,
    #167151 0%,
    rgba(243, 190, 17, 0.65) 119.98%
  );
}

.imgLeft:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 48%;
  content: '';
  background: url(assets/img/home-img-1.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.left__img {
  opacity: 0;
  visibility: hidden;
}

.mt__cutom {
  margin-top: 0;
}

.section__content {
  padding: 70px 0px;
}

b {
  font-weight: 600;
}

.content__white h2 {
  margin-bottom: 40px;
}

.yellow__bg__bdr {
  height: 15px;
  width: 100%;
  background: #f3be11;
}

.black-link {
  color: #fff !important;
  text-decoration: underline;
}

.vertual__tourBtn {
  display: flex;
  width: 273px;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
}

.mt__cutom .vertual__tourBtn {
  margin: 0 auto;
  margin-top: -79px;
  margin-bottom: 40px;
}

.schdule__btn {
  border-radius: 5px;
  background: #f3be11;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 317px;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #000;
}

.section__content .schdule__btn {
  margin: 0 auto;
}

.schdule__btn:hover,
.vertual__tourBtn:hover {
  color: #000;
  opacity: 0.8;
}

.gallery__area {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 60px 0px;
}

.gallery__wrap {
  padding: 10px 30px;
  border-radius: 26px;
  border: 10px solid #fff;
  background: rgba(9, 67, 47, 0.55);
  box-shadow: 7px 11px 16px 0px rgba(0, 0, 0, 0.38);
}

.gallery__img img {
  border-radius: 19px;
  width: 100%;
}

.gallery__txt {
  background: #fff;
  margin-top: -38px;
  position: relative;
  border: 5px solid #f3be11;
}

.gallery__txt a {
  color: #167151;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 3px 0px;
}

.gallery__single {
  margin: 20px auto 0px;
  width: 400px;
  height: 300px;
  object-fit: cover;
}

.gallery__single img {
  width: 100%;
  height: 100%;
      object-fit: cover;
}

@media (max-width: 700px) {
  .gallery__single {
    margin: 20px auto 0px;
    width: 250px;
  }
}

.amenitis__tile {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 120px;
}

.amenitis__tile h4 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0px 10px;
  background: #176449;
}

.amenitis__tile:after {
  position: absolute;
  left: 0;
  top: 25px;
  height: 2px;
  width: 100%;
  content: '';
  background: #fff;
}

.left__,
.right__ {
  position: absolute;
  left: 0;
  bottom: -41px;
  height: 63px;
  width: 2px;
  background: #fff;
}

.right__ {
  left: auto;
  right: 0;
}

.testimonial__slideArea {
  background: linear-gradient(90deg, #bcc67f 0%, #fff 68.17%);
}

.testimoial__area {
  background: linear-gradient(90deg, #0a3727 0%, #167151 100%);
  mix-blend-mode: multiply;
  padding: 50px 0px;
  padding-bottom: 70px;
}

.testimonila__singleSlide p {
  color: #000;
  text-align: center;
  margin: 0;
  padding: 0px 30px;
}

.testimoial__area .owl-nav div i {
  color: #c3cc8c;
  font-size: 70px;
}

.gallery__slide .owl-nav div i {
  color: #fff;
  font-size: 100px;
}

.testimoial__area .owl-nav div {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery__slide .owl-nav div {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial__slide {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.testimoial__area .owl-nav .owl-next {
  left: auto;
  right: -30px;
}

.gallery__slide .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.shadow__bottom {
  position: relative;
  z-index: 1;
}

.shadow__bottom:after {
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 100%;
  height: 42px;
  content: '';
  background: linear-gradient(180deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.discover__area {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  height: 550px;
  padding: 50px 0px;
}

.map__area {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 100px 0px;
}

.footer__area {
  background: #167151;
  padding: 15px 0px;
}

.bdr__top__15 {
  border-top: 15px solid #f3be11;
}

.footer__txt p {
  margin: 0;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 10px;
}

.footer__txt {
  display: flex;
  align-items: center;
  height: 100%;
}

.main__menu .sub__menu {
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 22;
  width: 280px;
  background: linear-gradient(0deg, #167151 20.3%, #3f6244 100%);
  border-radius: 8px;
  padding: 30px 10px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 25px;
}

.main__menu .sub__menu a {
  color: #fff;
  padding: 3px 10px;
  display: block;
  text-align: left;
}

.main__menu .sub__menu a:hover {
  opacity: 0.5;
}

.main__menu ul li:hover .sub__menu {
  top: 60px;
  visibility: visible;
  opacity: 1;
}

.drop__down {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
  z-index: 99;
}

.main__menu > ul > li:hover .drop__down {
  transform: rotate(180deg) translateX(50%);
}

.slicknav_menu {
  display: none;
}

.innerHero .hero__txtBdr {
  text-align: left;
  padding-left: 130px;
  margin-top: 20px;
}

.hero__txtBdr h3 {
  color: #f3be11;
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 0;
}

.innerHero .banner__item .container,
.innerHero .banner__item {
  min-height: 500px;
}

.section__title h4 {
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 149.3%;
  color: #fff;
}

.color__yellow {
  color: #f3be11;
}

.bdr__left {
  position: relative;
  z-index: 1;
}

.bdr__left:after {
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 7px;
  content: '';
  background: #f3be11;
}

.single__imgTxt__box {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.single__imgTxt__box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -1;
  opacity: 0.55;
  background: #3f6244;
  mix-blend-mode: multiply;
}

.text__box h5 {
  font-size: 25px;
  font-weight: 600;
}

.text__box p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.learn__moreBtn {
  border-radius: 6px;
  border: 2px solid #f3be11;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
  height: 40px;
  padding: 2px 10px;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  color: #167151;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding-top: 5px;
}

.text__box .learn__moreBtn {
  margin-left: auto;
}

.learn__moreBtn:hover {
  color: #167151;
  opacity: 0.6;
}

.single__imgTxt__boxGap {
  padding: 30px 0px;
  border-bottom: 3px solid #f3be11;
}

.bdr__none {
  border: none;
}

.discover__area.style2 {
  min-height: 350px;
  height: 100%;
}

.discover__area.style2 h1 {
  text-align: center;
}

.discover__area.style2 p {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 149.3%;
}

.discover__area.style2 .content__white {
  position: relative;
  z-index: 1;
}

.discover__area.style2 .content__white:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  border-radius: 984px;
  opacity: 0.66;
  background: #0e3752;
  mix-blend-mode: multiply;
  filter: blur(43.150001525878906px);
  z-index: -1;
}

.contact_us_btn {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.banner__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
}

.learn__moreBtn.style2 {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.link {
  color: #f3be11 !important;
  font-weight: 800;
  text-decoration: underline;
}

.text__box li {
  font-size: 20px;
}

ul.list li {
  list-style: disc;
  margin-left: 20px;
  padding: 10px 0px;
}

.single__imgTxt__box .single__img {
  margin-bottom: 15px;
}

.list.style2 li {
  padding: 4px 0px;
}

.list.style2 {
  margin-bottom: 15px;
}

.innerHero .logo {
  padding-top: 20px;
}

.innerHero .banner__icon {
  margin-top: 70px;
}

.learn__moreBtn.style3 {
  margin-left: 0;
  max-width: 350px;
}

.flex__btn {
  display: grid;
  gap: 30px;
  align-items: center;
  grid-template-columns: 7fr 5fr;
}
.opacity__0 {
  opacity: 0;
  visibility: hidden;
}

.learn__moreBtn.max__w {
  min-width: 300px;
  max-width: 400px;
}

.learn__moreBtn.contact__btn {
  border-radius: 6px;
  border: 2px solid var(--Green-Brand-Orange, #f3be11);
  background: var(--Green-Brand-Orange, #f3be11);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
  min-width: 220px;
  height: 55px;
}

.gallery__area {
  position: relative;
  z-index: 1;
  height: auto;
}

.gallery__area:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  opacity: 0.55;
  background: #3f6244;
  mix-blend-mode: multiply;
  z-index: -1;
}

.resource__btn .learn__moreBtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  text-align: center;
  height: 74px;
  margin: 20px 0px;
}

.style4 .single__imgTxt__box {
  padding-left: 60px;
  padding-right: 60px;
}

.resource__item .single__imgTxt__box {
  padding: 30px 0px;
}

.resouce__grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 30px;
  padding: 20px 70px;
  position: relative;
  z-index: 1;
  align-items: center;
}

.resource__item .single__imgTxt__box .text__box {
  padding: 0px 60px;
}

.resouce__txt__item h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.resouce__grid:nth-child(odd):after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -1;
  opacity: 0.55;
  background: #3f6244;
  mix-blend-mode: multiply;
}

/* .overlay__green2.style4:after {
    opacity: 0.93;
    background: linear-gradient(180deg, #167151 23.62%, rgba(243, 190, 17, 0.39) 140.35%);
} */
.text__right .learn__moreBtn.style3 {
  margin-left: auto;
}

.text__right {
  margin-bottom: 50px;
}

img.imgRight__ {
  position: absolute;
  right: -100px;
  top: 0;
  width: 30%;
}

.line__height .text__box p {
  line-height: 1.3;
}

.text__box.v2 {
  text-align: center;
}

.text__box.v2 .learn__moreBtn.style3 {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 30px;
}

.table__head {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.table__head p {
  font-weight: 600;
}

.table_-row {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}

.table_-row p {
  text-align: left;
  margin: 0;
  font-weight: 400;
}

.single__imgTxt__box.table__css {
  padding-left: 0;
  padding-right: 0;
}

.table__item {
  position: relative;
  z-index: 1;
}

.table__item:nth-child(odd):after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  opacity: 0.7;
  background: #3f6244;
  mix-blend-mode: multiply;
  z-index: -1;
}

span.left__gap {
  margin-left: 70px;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
}

.staff-list li {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 430px;
  justify-content: space-between;
}

.staff-list li p {
  margin-bottom: 0;
}

.desc-title {
  padding-bottom: 20px;
  font-style: italic;
  font-size: 18px !important;
}

@media (max-width: 600px) {
  .staff-list li {
    width: 100%;
    height: 520px;
  }
}

.staff-title {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.border-white {
  border-radius: 10px;
  border: 4px solid #fff;
}

.person {
  margin-bottom: 20px;
  text-align: center;
}

.bio-button {
  margin-top: 10px;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #6c757d;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 1100px;
  text-align: left;
}

.close {
  color: #aaa;
  float: left;
  font-size: 28px;
  cursor: pointer;
}

.close:hover {
  color: black;
}

.bio-button {
  width: 150px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: #3f6244;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bio-button:hover {
  background: #3f6244;
  transform: translateY(-2px);
}

.yellow-border {
  border-radius: 10px;
  border: 4px solid #f3be11;
  margin-right: 10px;
}
