@font-face{font-family:Poppins-Medium;src: url(../fonts/Poppins-Medium.ttf);}
@font-face{font-family:Poppins-Regular;src: url(../fonts/Poppins-Regular.ttf);}

* {margin: 0;padding: 0;box-sizing: border-box;}
  

  a:hover {
    cursor:pointer;
   }
.pri-btn {padding: 8px 15px 6px;display: inline-block;border-radius: 30px;color: #fff;text-decoration: none;font-family: Poppins-Medium;font-size: 18px;}
.flex-box {display: flex;justify-content: space-between;align-items: center;}
.title__text {text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: Poppins-Medium;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #005baa;
  background-image: linear-gradient(45deg, #2c6e4a, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;}
  
 
  /* .sub-menu__text::after {
    background-color: #ffd105;
    height: 3px;
  }
  .dest-text::after {
    background-color: #1bbc9b;
  }
  .beaches-text::after {
    background-color: #14b9d5;
  }
  .holiday-text::after {
    background-color: #e66874;
  }
  .promotion-text::after {
    background-color: #1bbc9b;
  }
   */
  .sub-menu__text {
    font-size: 25px;
  }
  
  .theme__container {
    width: 100%;
    height:650px;
    /* position: relative; */
    background-image: url(../images/main-banner.png);
    background-position: top;background-repeat: no-repeat;background-size: cover;
  }
  
  /*START HEADER */
  header {
    width: 100%;
    height: 104px;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    background-color:#fff;
  }
  
.header__logo {text-align: center;text-decoration: none;}
.header__logo img {width:50%;object-fit: cover;object-position: center;}
.header__navbar {list-style: none;}
.navbar__item {position: relative;margin-top:1em;font-weight: 800;}
.navbar__link {text-decoration: none;color: #000;font-size:16px;padding: 8px 14px 6px;font-family:Poppins-Regular;letter-spacing: 1px;}
.navbar__link:hover{color:#000;text-decoration:none;}
.navbar__link:not(:last-child)::after {content: "";display: block;position: absolute;width: 100%;height: 30px;background-color: transparent;}
.navbar__btn {background-color: #2c6e4a;color: #fff;text-decoration: none;padding: 9px 39px 9px;font-size: 14px;font-family:Poppins-Medium;}
.navbar__btn:hover{color: #fff;}
  
  .header__menu-icon {
    color: #fff;
    font-size: 40px;
    margin-left: 64px;
    margin-right: 64px;
    cursor: pointer;
  }
  
  /* Start Subnav */
  
  .navbar__item:hover .header__subnav {
    display: block;
  }
  
  .header__subnav {
    position: absolute;
    left: 0;
    top: calc(100% + 24px);
    background-color: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    width: 200px;
    list-style: none;
    z-index: 1;
    display: none;
  }
  
  .header__ex-subnav {
    position: absolute;
    left: calc(100% + 24px);
    top: 0;
    background-color: #fff;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
    width: 200px;
    list-style: none;
    z-index: 1;
    display: none;
  }
  
  .subnav__item:hover .header__ex-subnav {
    display: block;
  }
  
  .--subnav__after::after {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    background-color: transparent;
    width: 24px;
    height: 100%;
  }
  
  .subnav__item {
    position: relative;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .subnav__item:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  
  .subnav__item:last-child {
    border-bottom: none;
  }
  
  .subnav__link {
    text-decoration: none;
    color: var(--primary-text-color);
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
  }
  
  .subnav__item span {
    display: inline-block;
    padding: 2px 4px 2px 5px;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 10px;
    color: #fff;
  }
  
  .subnav__sticker-color-red {
    background-color: #f76570;
  }
  
  .subnav__sticker-color-green {
    background-color: #1bbc9b;
  }
  
  .subnav__sticker-color-blue {
    background-color: #14b9d5;
  }
  
  .subnav__item i {
    font-size: 10px;
    color: var(--primary-text-color);
    transform: translateY(1px);
  }
  
  
.theme__holiday {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;color: #fff;width: 80%;max-width: 1200px;cursor: pointer;}  
.holiday__title {color: #000;font-size:2.5em;font-family:Poppins-Medium; ;margin-bottom:12px;margin-top:5em;}
.holiday__text {color: #000;font-size: 20px;margin-bottom:20px;font-family:Poppins-Medium;}
  
  .holiday__search {
   
    width: 32%;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 24px;
    border-radius: 30px;
    margin-bottom: 60px;
  }
  
  .holiday__search-btn {
    border: none;
    font-size: 16px;
    opacity: 0.7;
    outline: none;
   
  }
  
  .holiday__search i {
    font-size: 18px;
    color: #c1c1c1;
    cursor: pointer;
  }
  
  .holiday__choose-wrap {
    width: 44%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .holiday__choose-item {
    width: 108px;
    height: 104px;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .holiday__choose-item a {
    text-decoration: none;
    color: #fff;
  }
  
  .holiday__choose-item img {
    width: 32%;
  }
.holiday__choose-item span {padding-top: 10px;display: block;font-size: 14px;font-family: 'Poppins-Medium';font-weight: 800;}
  
  /* END HOLIDAY */
  
  /*START SUB MENU */
  .sub-menu__check:checked ~ .sub-menu {
    transform: translateX(0%);
    opacity: 1;
  }
  
  .sub-menu {
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100%);
    width: 376px;
    background-color: #fff;
    z-index: 1;
    padding: 0px 30px 0 42px;
    height: 100vh;
    overflow-y: auto;
    transition: linear 0.5s;
  }
  
  .sub-menu-tablet-mobile {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #555555;
    z-index: 1;
    padding: 24px;
    opacity: 0;
    transform: translateX(100%);
    transition: linear 0.5s;
    overflow-y: scroll;
  }
  
  .navbar-mobile__list,
  .subnav-mobile__list {
    list-style: none;
  }
  
  .navbar-mobile__item {
    margin-bottom: 16px;
  }
  
  .navbar-mobile__link,
  .subnav-mobile__link {
    text-decoration: none;
    color: #fff;
  }
  
  .navbar-mobile__link {
    font-weight: bold;
    font-size: 20px;
  }
  
  .subnav-mobile__link {
    font-size: 14px;
    letter-spacing: 2px;
    margin-left: 24px;
  }
  
  .sub-menu__close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 32px;
    color: var(--primary-text-color);
    opacity: 0.7;
    cursor: pointer;
  }
  
  .sub-menu__places {
    margin-top: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .sub-menu__title:after {
    content: "";
    display: block;
    background-color: #ffd105;
    opacity: 0.5;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 11px;
  }
  
  .sub-menu__place-wrap {
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .sub-menu__place-wrap img {
    width: 100px;
    height: 100px;
  }
  
  .sub-menu__place-info {
    flex: 1;
    margin-left: 28px;
    text-align: left;
  }
  
  .sub-menu__place-info h5 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: -8px;
  }
  
  /* .sub-menu__place-info p,
  .promotion__item-head p {
    color: var(--primary-text-color);
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
  } */
  
  .sub-menu__place-info p i {
    transform: translatey(1px);
    opacity: 0.7;
    margin-right: 6px;
  }
  
  .sub-menu__place-info a {
    font-size: 14px;
    text-decoration: none;
  }
  
  .sub-menu__btn {
    padding: 4px 20px;
    margin-top: 20px;
  }
  .--berlin-btn-color {
    background: linear-gradient(to right, #ffd205 0%, #ff9b05 100%);
  }
  
  .--hong-kong-btn-color {
    background: linear-gradient(to right, #f76570 0%, #f78d65 100%);
  }
  
  .--san-fran-btn-color {
    background: linear-gradient(to right, #ba71da 0%, #da717b 100%);
  }
  
  .--tuscany-btn-color {
    background: linear-gradient(to right, #1bbc9b 0%, #1bbc63 100%);
  }
  
  .--amsterdam-btn-color {
    background: linear-gradient(to right, #f3a46b 0%, #f3c96b 100%);
  }
  
  .--phuket-btn-color {
    background: linear-gradient(to right, #14b9d5 0%, #14d5b1 100%);
  }
  
  .sub-menu__dest-item {
    margin-bottom: 40px;
    position: relative;
    width: 270px;
    height: 270px;
    filter: grayscale(10%);
  }
  
  .dest__europe {
    background: no-repeat center / cover
      url(https://i.pinimg.com/564x/e7/ac/31/e7ac31fe00d29fbba88251c8e87f0f8f.jpg);
  }
  
  .dest__thailandia {
    background: no-repeat center / cover
      url(https://i.pinimg.com/564x/8b/84/49/8b8449cf9de2e1880cd774be3157960b.jpg);
  }
  
  .dest__asia {
    background: no-repeat center / cover
      url(https://i.pinimg.com/564x/94/b3/d2/94b3d2d4aaeb950c498c26f19917393e.jpg);
  }
  
  .dest__italy {
    background: no-repeat center / cover
      url(https://i.pinimg.com/564x/ad/b2/ba/adb2babdef50452e60ef77d5e3cbbba6.jpg);
  }
  
  .dest__netherlands {
    background: no-repeat center / cover
      url(https://i.pinimg.com/564x/22/e0/25/22e025a2be1481376455d424593041db.jpg);
  }
  
  .dest__usa {
    background: no-repeat center / cover
      url(https://i.pinimg.com/564x/fc/52/da/fc52da4969cc8d0c02eadaecdb8a7f8d.jpg);
  }
  
  .dest__item img {
    width: 40px;
    height: 40px;
    margin-left: 24px;
    margin-top: 24px;
  }
  
  .dest__item-info {
    color: #fff;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    padding-left: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .dest__item-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .dest__item-text {
    font-size: 16px;
    letter-spacing: 2px;
  }
  
  .dest__item:hover .dest__overlay {
    opacity: 1;
  }
  .dest__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #14b9d5;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: linear 0.5s;
  }
  
  .dest__overlay h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 16px;
  }
  
  .dest__overlay-list {
    list-style: none;
  }
  
  .dest__overlay-link {
    color: #fff;
    text-decoration: none;
    line-height: 1.7;
  }
  
  .dest__overlay-btn {
    padding: 3px 23px;
    background-color: #fff;
    color: #14b9d5;
    margin-top: 24px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    transition: linear 0.2s;
  }
  
  .dest__overlay-btn:hover {
    /* animation: ring 1s linear; */
    opacity: 0.95;
    transform: scale(1.03);
  }
  
  @keyframes ring {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(1deg);
    }
    50% {
      transform: rotate(-1deg);
    }
    75% {
      transform: rotate(1deg);
    }
    0% {
      transform: rotate(0deg);
    }
  }
  /* END SUB MENU */
  
  /* START DESTINATION */
  .dest__wrap {
    width: 80%;
    max-width: 1200px;
    text-align: center;
    margin: 60px auto 0;
  }
  
  .dest__list {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    text-align: left;
  }
  
  .dest__item-flex {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 6px;
    margin-bottom: 12px;
  }
  
  .abc {
    width: 100%;
    height: 270px;
    position: relative;
    filter: grayscale(10%);
    height: 380px;
  }

  .next-holiday {
    margin-top: 60px;
    margin-bottom: 60px;
    height: 204px;
    width: 100%;
    background: linear-gradient(rgba(210, 71, 90, 0.5), rgba(210, 71, 90, 0.5));
    background: no-repeat center / cover url(../images/bg-banner.png);
    display: flex;
    justify-content: center;
    align-items: center;text-shadow: 0 0 2px black;
  }
  
  .next-holiday > * {
    width: 32%;
  }
  
  .next-holiday__text-wrap {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  
  .next-holiday__text-2 {
    display: inline;
  }
  
  .next-holiday__btn-wrap {
    text-align: center;
  }
  .next-holiday__btn {
    color: rgba(247, 101, 112, 0.95);
    background-color: #fff;
    padding: 8px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
  }
  
  /* END NEXT HOLIDAY */
  
  /* TOURS */
.testi_bg{padding-top: 3em;
  margin-top: 3em;
  background: #00000024;
  padding-bottom: 3em;}
.counter_section{padding-top: 1px;margin-top:4em;background:#00623f;padding-bottom: 1px;}
.tours__container {padding-top:3em;}
.tours__beaches {display: flex;justify-content: space-between;align-items: center;}
.beaches__info {width: 32%;padding: 12px;align-self: flex-start;}
.abt_title{color:#000;font-family: 'Poppins-Medium';font-weight: 800;letter-spacing: 1px;font-size:2.5em;margin:0;} 
.abt_des{font-size: 14px;color: #000;margin: 16px 0;line-height:2;letter-spacing: 1px;font-family: 'Poppins-Regular';text-align: -webkit-auto; text-align: center;}
.abt__btn {font-family: 'Poppins-Medium';background-color:#2c6e4a;color:#fff;text-decoration: none;padding: 9px 39px 9px;font-size: 14px;margin-top:15px;}
.beaches__wrap {width: 65%;padding: 12px;position: relative;}
  
  .beaches__bullets {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .beaches__bullets-item {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    z-index: 2;
    margin: 0 4px;
  }
  
 
.beaches__img-container {width: 100%;height: 400px;display: flex;overflow-x: scroll;scroll-behavior: unset;}
.beaches__img-container::-webkit-scrollbar {display: none;}
.beaches__img-main {width: 100%;height: 100%;flex-shrink: 0;}
.beaches__wrap-time {border-radius: 30px;background-color:#ff8f00;font-family: 'Poppins-Medium';color: #fff;padding: 1em;font-weight: 800;font-size: 18px;width: 72%;display: flex;justify-content: center;align-items: center;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 36%);}
.tours__list {width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 26px;  }
.tours__item {width: 30%;padding: 12px;display: flex;justify-content: center;align-items: flex-start;}
  
  .tours__item img {
    width: 46px;
    height: 46px;
    margin-right: 12px;
  }
.tours__info h5 {font-weight: 800;font-family: 'Poppins-Medium';font-size: 40px;color: #fff;}
.tours__info p {font-family: Poppins-Medium;font-size: 18px;color: #fff;margin: 12px 0;}
.discover__container {width:100%;margin: 20px 0;display: flex;justify-content: center;align-items: center;}
.discover__img-1 {background: no-repeat center / cover url(../images/pkg-banner.png);}
/* .discover__img-2 {background: no-repeat center / cover url(../images/pac.JPG);} */
.discover__item {flex: 1;height: 248px;display: flex;flex-direction: column;justify-content: center;align-items: center;letter-spacing: 1px;}  
.discover__item h4 {font-size: 32px;color: #fff;margin-bottom: 20px;font-family: 'Poppins-Medium';}
.discover_btn {
  color: #000;
  width: 23%;
  background: #fff;
  padding: 10px 45px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  margin-top: 3px;
  transition: 0.3s;
}
  .discover__item a {
    font-family: 'Poppins-Medium';
    background-color: #2c6e4a;
    color: #fff;
    text-decoration: none;
    padding: 9px 39px 9px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
  }
  
  .discover__btn-1 {
    color: #f3a46b;
  }
  
  .discover__btn-2 {
    color: #1bbc9b;
  }
  
 
  
  .promotion__wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .promotion__item {
    width: 33%;
    padding: 12px;
  }
  
  .promotion__item-img {
    width: 100%;
    padding-top: 60%;
    position: relative;
  }
  
.--item-img-1 {background: no-repeat center / cover url(../images/meeshapulimata.JPG);border-radius: 12px 12px 0 0px;}
.--item-img-2 {background: no-repeat center / cover url(../images/gavi.jpeg);border-radius: 12px 12px 0 0px;}
.--item-img-3 {background: no-repeat center / cover url(../images/gallery-2.jpeg);border-radius: 12px 12px 0 0px;}
.promotion__item-info {margin-top: 0px;text-align: left;padding: 0 20px;border: 1px solid #f1f1f1;border-top: none;box-shadow: 0 4px 6px #000000a8;overflow: hidden;transition: all .3s ease;}
.promotion__item-head h5 {padding-top: 17px;font-size: 20px;color: #000;font-family: Poppins-Medium;text-align: left;}
.promition_location{font-family: Poppins-Regular;color: #008631;letter-spacing: 1px;font-weight: 800;font-size: 13px;}
.promotion_icon{padding-right: 4px;font-size: 20px;}
.promotion__item-thema {margin-top: 10px;display: flex;justify-content: space-between;align-items: center;padding: 12px 0;border-bottom: 1px solid #100f0f5e;}
.promotion__item-thema-text {font-family: 'Poppins-Regular';font-size: 11px;letter-spacing: 1px;color: #000;}
.promotion__item-thema-text span {display: inline-block;padding: 1.3px 10px 1.3px;border-radius: 14px;font-size: 10px;color: #000;line-height: 1.4;margin-left: 12px;transform: translateY(-2px);font-family: Poppins-Medium;}
.promotion__item-thema-price {font-size:18px;color: #000;font-family: 'Poppins-Medium';margin-top: -1em;}
.promotion__item-desc {font-family: Poppins-Regular;margin-top: 8px;font-size: 13px;line-height: 1.9;letter-spacing: 1px;color: #000;}
.promotion-btn {font-family: 'Poppins-Medium';background-color: #2c6e4a;color: #fff;text-decoration: none;padding: 9px 39px 9px;font-size: 14px;margin-top:0px;margin-bottom:0em;}

footer {
  color: #fff;
}
ul {
  padding: 0px;
}
ol, ul {
  margin-bottom: 0px;
}

.social-icon {padding: 0;margin-bottom: 0px;float: right;padding-top: 1.5em;}

.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li i {
  font-size: 14px;
  color: #262725;
  border: solid 2px #ffffff;
  height: 31px;
  width: 31px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  line-height: 27px;
  margin-right: 15px;
  transition: 1s;
  background: #fff;
}
.social-icon li i:hover {
  border: solid 2px #262725;
  color: #ffffff;
  background: #262725;
}

.phone-no i {
  position: relative;
  margin-right: 14px;
  font-size:25px;
  top: 5px;
}
.envelope  {position: relative;margin-right: 14px;font-size: 16px;top: 5px;padding-bottom: 10px;}
.envelope a {color: #fff;font-family: 'Poppins-Regular';font-size: 14px;text-decoration: none;}
/* .phone-no {margin-top: -22px;text-align: right;} */
.footer-day-time {padding-bottom: 30px;border-bottom: 2px solid #7a6f6f;padding-top: 14px;margin-bottom: 55px;}
.footer-day-time ul li {display: inline;margin-right: 20px;}
.footer-day-time ul li:last-child {margin-right: 0px;}
.phone-no a {color: #fff;font-family:Poppins-Regular;font-size:15px;text-decoration: none;}
.footer-top {background: #000;padding:50px 0 50px;}
.footer-top h4 {text-align: left;font-size: 19px;text-transform: CAPITALIZE;margin-bottom: 15px;font-family: Poppins-Medium;}
.footer-top p {font-size: 14px;font-family: 'Poppins-Medium';padding-top: 1em;}
footer p {margin-bottom:0;}
.footer-logo {display: block;margin-bottom: 32px;}
.address1 li {font-family: 'Poppins-Medium';list-style: none;position: relative;padding: 0px 0 14px 2px;line-height: 19px;}
ul.address1 span {position: absolute;width: 40px;max-width: 40px;left: 0;}
.address1 li a {color: #fff;text-decoration: none;}
ul.address1 i {width: 20px;position: absolute;left: 0px;text-align: center;font-size: 28px;top: 0;}
ul.address1 i.fa-envelope {font-size: 18px;top: 4px;}
footer ul.social-icon {float: left;}
footer .social-icon li i:hover {background:#2c6e4a;border-color: #2c6e4a;}
.footer-bottom {background:#2c6e4a;padding: 10px 0px;}
.footer-bottom ul li {display: inline;margin-right: 20px;font-size: 18px;}
.footer-bottom ul li a{font-size: 14px;font-family: 'Poppins-Medium';color: #fff;text-decoration: none;}
.footer-bottom ul {float: right;}
.footer-bottom ul li:last-child {margin-right: 0;}
.copyright {font-size: 14px;font-family: Poppins-Medium;color: #fff;}
  
  
  
 
  /* Desktop small */
  @media (min-width: 1024px) and (max-width: 1208px) {
    .header__logo {
      margin-left: 32px;
      margin-right: 32px;
    }
  
    .navbar__btn {
      margin-left: 32px;
    }
  
    .navbar__link {
      padding: 8px 8px 6px;
    }
  
    footer {
      padding-top: 60%;
    }
  
    .footer__container {
      width: 82%;
    }
  
    .footer__title {
      width: 44%;
      padding-left: 5%;
    }
  
    .footer__input {
      width: 60%;
    }
  }
  
  /* Desktop*/
  @media (min-width: 1024px) {
    .hide-on-desktop {
      display: none;
    }
  }
  
  /* Desktop & Tablet */
  @media (min-width: 740px) {
    .hide-on-desktop-tablet {
      display: none;
    }
  }
  
  /* Tablet */
  @media (min-width: 740px) and (max-width: 1023px) {
    .hide-on-tablet {
      display: none;
    }
  
    .theme__container {
      background-position: -820px -162px;
    }
  
    .header__logo img {
      width: 72px;
    }
  
    .theme__img > img {
      width: 100%;
      transform: scale(1.4);
      opacity: 0.9;
    }
  
    .theme__holiday {
      top: 54%;
    }
  
    .holiday__title {
      font-size: 46px;
      margin-bottom: 14px;
    }
  
    .holiday__text {
      font-size: 24px;
      letter-spacing: 2px;
      margin-bottom: 20px;
    }
  
    .holiday__search {
      width: 100%;
      padding: 18px 24px;
      margin-bottom: 30px;
      font-size: 14px;
    }
  
    .holiday__search-btn {
      font-size: 20px;
    }
  
    .holiday__choose-wrap {
      width: 80%;
      flex-wrap: wrap;
    }
  
    .holiday__choose-item {
      width: 48%;
      height: 140px;
      margin-top: 20px;
    }
  
    .holiday__choose-item img {
      width: 50%;
    }
  
    .holiday__choose-item span {
      font-size: 20px;
    }
  
    .dest__wrap {
      width: 90%;
    }
  
    .dest__item-flex {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .next-holiday {
      justify-content: space-around;
    }
  
    .next-holiday__text-wrap {
      padding-left: 24px;
    }
  
    .next-holiday__btn {
      font-size: 16px;
    }
  
    .tours__container {
      width: 90%;
    }
  
    .beaches__wrap-time {
      height: 100px;
      left: 12px;
      right: 12px;
      bottom: -80px;
      transform: translate(0, 0);
    }
  
    .tours__item {
      width: 33%;
    }
  
    .promotion__container {
      width: 90%;
    }
    .footer__title {
      margin-bottom: 16px;
    }
    .footer__input input {
      width: 72%;
      padding: 8px 24px;
      margin-left: 0;
    }
  
    .footer__btn {
      padding: 8px 50px 7px;
      font-size: 18px;
    }
  
    .footer__body {
      padding: 28px 28px;
    }
  
    .footer__body-right {
      width: 60%;
    }
  
    .footer__body-bottom {
      margin-bottom: 40px;
    }
  }
  
  /* Tablet & Mobile */
  @media (max-width: 1023px) {
    .hide-on-tablet-mobile {
      display: none;
    }
  
    header {
      position: relativ;
    }
  
    .header__menu-icon {
      font-size: 60px;
      margin-left: 0;
      margin-right: 50px;
    }
  
    .header__logo {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin: 0;
    }
  
    .sub-menu__check:checked ~ .sub-menu-tablet-mobile {
      transform: translateX(0%);
      opacity: 1;
    }
  
    .dest__list {
      margin-left: 0;
      margin-right: 0;
    }
  
    .tours__beaches {
      flex-wrap: wrap;
    }
  
    .beaches__info,
    .beaches__wrap {
      width: 100%;
    }
  
    .beaches__wrap {
      margin-top: 24px;
    }
  
    .tours__list {
      margin-top: 120px;
      flex-wrap: wrap;
    }
  
    .tours__item {
      width: 100%;
    }
  
    .tours__info p {
      font-size: 16px;
    }
  
    .tours__info a {
      font-size: 14px;
    }
  
    .discover__container {
      flex-wrap: wrap;
    }
  
    .discover__item {
      flex: unset;
      height: 300px;
      width: 100%;
    }
  
    .discover__item p {
      font-size: 16px;
    }
  
    .discover__item h4 {
      font-size: 36px;
    }
  
    .discover__item a {
      font-size: 16px;
    }
  
    .promotion__wrap {
      flex-wrap: wrap;
    }
  
    .promotion__item {
      width: 100%;
    }
  
    .promotion__item-head h5 {
      font-size: 26px;
    }
  
    .sub-menu__place-info p,
    .promotion__item-head p {
      font-size: 16px;
    }
  
    .promotion__item-thema-text {
      font-size: 16px;
    }
  
    .promotion__item-thema-price {
      font-size: 28px;
    }
  
    .promotion__item-desc {
      font-size: 16px;
    }
  
    .promotion-btn-1,
    .promotion-btn-2,
    .promotion-btn-3 {
      padding: 7px 36px 6px;
      font-size: 18px;
    }
  
    footer {
      padding-top: 86%;
    }
  
    .footer__container {
      width: 96%;
    }
  
    .footer__head {
      flex-direction: column;
    }
  
    .footer__title h5 {
      font-size: 32px;
    }
  
    .footer__title,
    .footer__input {
      width: 100%;
    }
  
    .dest__item:active .dest__overlay {
      opacity: 1;
    }
  }
  
  /* Mobile */
  @media (max-width: 739px) {
    .hide-on-mobile {
      display: none;
    }
  
    .title__text {
      font-size: 32px;
    }
  
    .theme__container {
      height: 600px;
      background-position: -1174px -191px;
    }
  
    header {
      height: 74px;
    }
  
    .header__logo img {
      width: 52px;
    }
  
    .header__menu-icon {
      font-size: 32px;
      margin-right: 24px;
    }
  
    .theme__img > img {
      transform: scale(1.6);
    }
  
    .theme__holiday {
      top: 54%;
    }
  
    .holiday__title {
      font-size: 36px;
      margin-bottom: 14px;
    }
  
    .holiday__text {
      font-size: 16px;
      letter-spacing: 2px;
      margin-bottom: 20px;
    }
  
    .holiday__search {
      width: 100%;
      padding: 14px 20px;
      margin-bottom: 18px;
      font-size: 14px;
    }
  
    .holiday__search-btn {
      font-size: 18px;
    }
  
    .holiday__choose-wrap {
      width: 100%;
      flex-wrap: wrap;
    }
  
    .holiday__choose-item {
      width: 48%;
      height: 100px;
      margin-top: 12px;
    }
  
    .holiday__choose-item img {
      width: 36%;
    }
  
    .holiday__choose-item span {
      font-size: 14px;
    }
  
    .dest__item-flex {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .dest__wrap {
      width: 96%;
    }
  
    .next-holiday {
      flex-direction: column;
      height: 248px;
    }
  
    .next-holiday__text-wrap {
      font-size: 32px;
      align-self: flex-start;
      padding-left: 30px;
    }
  
    .next-holiday__text-2::after {
      width: 99%;
      height: 4px;
      bottom: 8px;
    }
  
    .next-holiday__btn {
      padding: 6px 26px;
      font-size: 14px;
    }
  
    .next-holiday__btn-wrap {
      padding-top: 42px;
      width: 100%;
    }
  
    .tours__container {
      width: 96%;
    }
  
    .beaches__bullets-item {
      width: 48px;
    }
  
    .beaches__wrap-time {
      height: 198px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      bottom: -140px;
      left: 12px;
      right: 12px;
      transform: translate(0, 0);
    }
  
    .time__block:nth-child(3)::after {
      display: none;
    }
  
    .time__block {
      width: 50%;
    }
  
    .tours__list {
      margin-top: 160px;
    }
  
    .promotion__container {
      width: 96%;
    }
  
    footer {
      padding-top: 180%;
    }
  
    .footer__title,
    .footer__input {
      text-align: center;
      padding: 0 12px;
    }
  
    .footer__title p {
      font-size: 16px;
    }
  
    .footer__input input {
      width: 100%;
      margin-left: 0;
    }
  
    .footer__btn {
      margin-left: 0;
      margin-top: 12px;
      width: 100%;
      font-size: 16px;
      padding: 6px 15px 4px;
    }
  
    .footer__body {
      flex-wrap: wrap;
      padding: 16px;
    }
  
    .footer__body-left {
      width: 100%;
      text-align: center;
    }
  
    .footer__logo {
      margin-left: 50%;
      width: 62px;
      height: 62px;
      transform: translateX(-50%);
    }
  
    .footer__social-icon {
      margin-top: 4px;
    }
    .footer__social-icon i {
      font-size: 32px;
    }
  
    .footer__body-right {
      width: 100%;
      margin: 12px 0;
    }
  
    .footer__info-list {
      margin-top: 10px;
    }
  
    .footer__body-bottom {
      font-size: 14px;
      padding: 12px;
      text-align: center;
      display: block;
      margin-bottom: 40px;
    }
  
    .promotion-text::after {
      bottom: 11px;
    }
  }





.gallery_h2{text-align:center;font-family:Poppins-Medium;font-size:40px;margin-bottom: 10px;color: #000;padding-top: 2em;}
.gallery_hr {background-color:#2c6e4a;content: "";position: relative;left: 50%;transform: translate(-50%);width:25%;height: 3px;border-radius: 3px;}
.galllery_images{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;	padding:0 1%;}
.galllery_images .small{flex-basis: 30%;height: 350px;padding: 20px;}
.galllery_images .big{flex-basis: 70%;height: 350px;padding: 20px;}
.galllery_images .small img{border-radius: 12px;height: 100%;width: 100%;object-fit: cover;transition: transform .8s cubic-bezier(.25,.46,.45,.94);}
.galllery_images .big img{border-radius: 12px;height: 100%;width: 100%;object-fit: cover;transition: transform .8s cubic-bezier(.25,.46,.45,.94);}
@media (max-width: 1150px) {
.images .small,
.images .big{flex-basis: 50%;padding: 10px;}}
.marquee {overflow-x: clip;white-space: nowrap;position: relative;width: 100%;}
.marquee-inner {display: flex;align-items: center;gap: 2vw;padding: 5vh 0;will-change: transform;}
.marquee-inner img {height:450px;object-fit: cover;transition: transform 0.5s;flex-shrink: 0;width: 20vw;}
.marquee-inner img:hover {transform: scale(1.03);} 

.leftcolumn {   
  float: left;
  width:60%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 40%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
   background-color: white;
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}


.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
  position: absolute;
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {font-size: 0.8rem;font-weight: bold;color: white;background: red;padding: 0.5rem 1.3rem 0.5rem 1rem;text-transform: uppercase;position: absolute;z-index: 1;top: 1rem;border-radius: 0 2rem 2rem 0;font-family: Poppins-Medium;}
.popular {background:#ff8c00;}
.popu{background:#ff8c00;margin-top: 5em;}
.card-body {margin: 15rem 1rem 1rem 1rem;}
.blog-title {line-height: 1.8rem;margin: 0rem 0 0.5rem;font-size: 20px;font-family: Poppins-Medium;color:#000;}
.blog-description {font-size: 0.9rem;color: #27292ad1;line-height: 2;font-family: Poppins-Regular;}
.blog_section{padding-bottom: 1em;background:#00623f;padding-top: 1em;margin-bottom: 5em;}
.blo_img{padding-bottom: 10px;object-fit: cover;height: 120px;width: 100%;vertical-align: baseline;}
.blog_btn{font-family: Poppins-Medium;color: #00623f;text-align: left;}
.blog_h3{    font-size: 22px;font-family: 'Poppins-Medium';text-align: left;padding-bottom: 10px;}
.blog_title{text-transform: capitalize;
letter-spacing: 0.8px;
font-family: Poppins-Medium;
font-weight: 900;
font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
background-color: #fff;
background-image: linear-gradient(45deg, #2c6e4a, #000);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;-moz-text-fill-color: transparent;font-size: 2.5em;text-align: center;}
.blog_p{text-align: center;font-family: Poppins-Medium;line-height: 2;}


 .testimonial_bg{
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 10px;
}

.testimonial-container{
  background-color:#2c6e4a;
  color: #fff;
  border-radius: 5px;
  margin: 20px auto;
  padding: 50px 80px;
  max-width: 768px;
  position:relative;
}

.fa-quote{
  color:#FFD369;
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-right{
  left: 40px;
}

.fa-quote-left{
  right: 40px;
}

.testimonial{
  font-style: italic;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 30px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.user{
  display:flex;
  align-items:center;
  justify-content: center;
}

.user .user-image{
  border-radius: 50%;
  border: 3px solid #FFD369;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details{
  margin-left: 10px;font-size: 15px;
  font-family: Poppins-Medium;
}

.user .username{
  margin: 0;font-size: 15px;
  font-family: Poppins-Medium;
}

.user .role{
  font-weight: normal;
  margin: 10px 0;font-size: 12px;
  font-family: Poppins-Medium;
}

.progress-bar{
  background-color: #FFD369;
  height: 4px;
  width: 100%;
  margin-bottom: 40px;
  animation: grow 10s linear infinite;
  transform-origin: left;
}

@keyframes grow{
  0%{
    transform: scaleX(0);
  }
}




@media(max-width: 768px){
  .testimonial-container{
    padding: 20px 30px;
  }
  
  .fa-quote{
    display: none;
  }
} 

about-us {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.abt_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  background-color: white;
  box-shadow: 0 4px 10px rgb(0 0 0);
  padding: 20px;
  margin-top: 2em;
}

.left-section {
  flex: 1;
  padding: 20px;
  position: relative;
}

.experience-box {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  padding: 5px;
  border-left: 5px solid #000;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.experience-icon img {
  /* width: 40px; */
  height: 40px;
}

.experience-text {
font-family: 'Poppins-Medium';
font-size: 24px;
color: #000;
margin-left: 10px;
font-weight: 900;
}

.experience-text p {
  margin-left:0px;
  color: #555;
  font-size: 14px;font-family: 'Poppins-Medium';
}

.firefighters-image {
  width: 100%;
  border-radius: 10px;
}

.right-section {
  flex: 1;
  padding: 20px;
}

.right-section h2 {
  font-size: 32px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}

.right-section h2 span {
  color: orange;
}

.right-section .description {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

.features_li {
  list-style: none;
  margin-bottom: 20px;
}

.features_li {
font-size: 14px;
color: #000000a6;
margin-bottom: 10px;
font-family: 'Poppins-Regular';
line-height: 2;
}

.features_li::before {
  content: "✔";
  color: #000;
  margin-right: 10px;
}

.discover-more {
  display: inline-block;
  background-color:#00623f;;
  color: white;
  text-decoration: none;
  border-radius: 100px;padding: 12px 30px;
  transition: background-color 0.3s;font-family: 'Poppins-Medium';margin-top: 2em;
  text-align: center;
  width: 20%;
}

.discover-more:hover {
  background-color: #000;color:#fff;text-decoration: none;
}


@media (min-width: 1200px) {
:root { --section-padding: 100px; }
/* .container { max-width: 1180px; } */
}






@media(min-width:300px) and (max-width:767px){
.navbar-toggler{border: 1px solid #000;line-height: 1.5;}
.navbar-nav .nav-link {color: #000;padding: 0.1rem 0rem;}
.right-section {flex: auto;}
.discover-more {width: 90%}
.tours__list {margin-top:70px;}
.section-subtitle {text-align: center;}
.section-text {font-family: 'Poppins-Regular';font-size: 15px;}
.discover__item h4 {text-align: center;}
.discover_btn {width: 60%;}
.marquee-inner img {width:100%;}
.cta .section-text {line-height:2;}
.home_con_btn {width: 100%!important;}
footer {padding-top: 10%;}
.phone-no {margin-top:0px;text-align: left;}
.envelope a {font-size: 14px;}
.header__logo {position: static;}
.header__logo img {width: 60%;}
.footer_col{    margin-top: 2em;}
.blog_title{font-size: 2.2em;}
.container .services-section {
    display: block !important;
    padding-right: 25px; /* add matching right padding */
}.contactinfo {margin-top: 3em;}
.banner_text {font-size: 1.5em!important;}
.contact_li {display: grid!important;}
.contact_li 
.contact_img {margin-left: 1em;padding-bottom: 10px;}
.contact_li span:nth-child(2) {font-size: 14px!important;}
.contact_in {width: 100% !important;}
.contact_btn {width: 100%!important;}
.mob_txt{font-family: Poppins-Medium;color: #000;padding-bottom: 2em;text-align: center;width: 100%;font-size: 1.8em;}
.destination_btn {margin: 10px 31px 10px 0!important;}
.contactusform {background: #00000012!important;}
.blog_body { display: block!important;}
}





.testimonial-content {
  display: flex;
  align-items: flex-start; /* Align quotes to the top */
  gap: 10px; /* Space between text and quotes */
  padding: 10px 0;
}

.quote-start {
  font-size: 24px;
  color: white;
  opacity: 0.7;
  margin-top: 0px; /* Slight alignment adjustment */
}

.quote-end {
  font-size: 24px;
  color: white;
  opacity: 0.7;
  margin-top: auto; /* Pushes the quote to the bottom */
  margin-bottom: 5px; /* Slight alignment adjustment */
}

.testimonial-text {
  flex: 1; /* Takes remaining space */
}

/* footer */

.destination-item a{
  color: #fff;font-family: 'Poppins-Regular';
}
.destination-item a{
text-decoration: none;}