* {
  margin: 0;
  padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

body {
  overflow-x: hidden;
}

h1, h2, h3{
  font-family: 'Kanit', sans-serif;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}
ul{
  padding-left: 0;
}
li {
  list-style: none;
}

span {
  /* font-family: 'Montserrat'; */
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #5E5E5E;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

span {
  display: block;
}

.head_email img{
  width: 25px;
}
.head_email a{
  color: #fff;
}
.head_icon img{
  width: 35px;
  margin-left: 10px;
}
.head_add{
  background: #000;
  padding: 5px 0;
}
.head_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.head_banner .slick-slide.slick-current.slick-active .head_line {
  animation: 2s linear 0s alternate headerline;
}
.head_banner .slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
  transition-delay: .2s;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateY(-10%);
    opacity: 0;
  }

  75%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.slick-nav.prev-arrow.slick-arrow{
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 99;
  background: #000;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.slick-nav.next-arrow.slick-arrow{
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 99;
  background: #000;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.head_item img{
 
  object-fit: cover;
}
.nav_bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation{
  display: flex;
  margin-bottom: 0;
}
.top_header{
  padding: 0 5%;
}
.logo img{
  width: 90px;
}
.navigation li {
  padding: 21px 25px;
  position: relative;
}
.navigation li a{
  color: #000;
  font-weight: 600;
}
.inner_header{
  position: relative;
}
.inner_header::after{
  content: "";
  background: linear-gradient(60deg, rgb(0 0 0 / 74%) 32%, rgb(0 0 0 / 4%) 59%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.inner_text {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 99;
}
.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  font-family: sans-serif;
}
.brade_crom {
  display: flex;
}
.brade_crom a {
  color: #fff;
}
.brade_crom span {
  color: #fff;
}
.inner_header img {
  height: 400px;
  object-fit: cover;
}
.all_btn{
  background: #004E7C;
  padding: 12px 39px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
.all_btn:hover{
  color: #fff;
  background: #000;
}
.hrad_btn .all_btn{
  padding: 14px 39px;
  color: #fff;
  font-size: 16px;
}
.me_box img{
  width: 70px;
  background-color: #281764;
  padding: 10px;
  border-radius: 8px;
}
.me_head{
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0;
}
.me_box{
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: rgb(40 23 100) 0px 0px 0px 2px, rgb(40 23 100) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: ease-in-out .2s;
}
.me_box:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.powder .row{
  align-items: center;
}
.margin{
  margin: 50px 0;
}
.small_head{
  font-size: 20px;
  color: #281764;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.small_head::after{
  content: '';
  width: 2px;
  height: 80%;
  background-color: #2d3d6e;
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotate(20deg);
}
.small_head::before{
  content: '';
  width: 2px;
  height: 70%;
  background-color: #2d3d6e;
  position: absolute;
  left: 5px;
  top: 4px;
  transform: rotate(20deg);
}
.big_head{
  font-size: 35px;
  margin: 5px 0;
  color: #000;
  font-weight: 600;
}
.main_head p{
  max-width: 500px;
  margin: auto;
}
.ab_about .img img{
  max-height: 450px;
  object-fit: cover;
}
.ab_about .img{
  position: sticky;
  top: 90px;
}
.ab_box p{
  font-size: 15px;
}

.ab_box a{
  margin-top: 20px;
  display: inline-block;
}
.clk_btn {
  position: absolute;
  right: 0;
  top: 20px;
  color: #000;
  cursor: pointer;
}
.droupdown li{
  padding: 0;
}
.droupdown li a{
  padding: 10px 15px;
  display: block;
}
.droupdown li a:hover{
  background: #004E7C;
  color: #fff;
}
.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.head_item{
  position: relative;
}

nav{
  position: relative;
}
.head_contant{
  position: absolute;
  left: 5%;
  top: 30%;
  z-index: 9;
}


.margin{
  margin: 70px 0;
}

.hot_box{
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
}

.hot_box img{
  object-fit: cover;
  border-radius: 10px;
  height: 310px;
}
.hot_box_2 img{
  height: 650px;
}
.hot_box::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.356) 32%, rgb(0 0 0 / 4%) 59%);
  border-radius: 10px;
}
.hot_text{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.hot_head{
  font-size: 30px;
  color: #fff;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 600;
}
.top_item img{
  height: 130px;
  width: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.top_item{
  position: relative;
  margin: 20px;
  text-align: center;
}

.top_text{
  top: 15px;
  left: 15px;
  color: #fff;
}
.top_head{
  font-size: 15px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 500;
}
.top_text p{
  color: #000000e7;
  font-size: 14px;
}
.marcket-plase a{
  display: block;
  margin-bottom: 20px;
}
.single_item img{
  height: 350px;
  object-fit: cover;
}

button.slick-prev.slick-arrow{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
}

.main_head{
  font-size: 45px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 8px;
  font-weight: 600;
  color: #004E7C;
}
.home_ab .img1{
      position: sticky;
    top: 100px;
}
.detail_box{
  position: sticky;
  top: 130px;
  margin: 0 50px;
}
.home_ab{
  position: relative;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_ab p{
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.home_ab .img1::after{
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  border: 2px solid #fff;
}

.service-item{
  margin: 5px;
  position: relative;
}
.ser_head a{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.service-item img{
  height: 350px;
  object-fit: cover;
}
.ser_head{
  position: absolute;
  bottom: 0;
  background-color: #00000065;
  width: 100%;
  padding: 10px;
}

.choice{
 background-size: cover;
 
}
.bg_choice{
  background-image: url(../image/img/image-png.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  background-size: cover;
}
.choice .row{
  align-items: center;
}
.why_box img{
     width: 70px;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    object-fit: contain;
}
.why_box{
  padding: 30px 25px;
  height: 290px;
  transition: ease-in-out .3s;
  text-align: left;
  border-right: 1px solid #000;
  background-color: #004E7C;
  position: relative;
}
.why_box::after{
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
  border: 2px solid #fff;
  transition: ease-in-out .3s;
}
.why_head{
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  color: #fff;
}
.why_box p{
  color: #fff;
}
.why_box:hover::after{
  width: 101%;
  height: 100%;
  left: 0px;
  top: 0;
}
.test_item{
  padding: 25px;
  margin: 5px;
  text-align: left;
  text-align: center;
}
.test_item .img{
  vertical-align: middle;
}
.test_item .img img{
  width: 80px;
  border-radius: 50%;
  margin-right: 10px;
  margin: auto;
}
.test_name{
  margin-top: 20px;
}
.test-slider{
  padding: 0 10%;
}
.test_na{
  margin-bottom: 20px;
}
.quote{
  width: 50px;
  margin-bottom: 20px;
}
.testmonial .row{
  align-items: center;
}
.name{
  font-size: 18px;
  font-weight: 600;
  color: #04733a;
}
.form_datils ul img{
  width: 40px;
}
.form_datils ul li{
  margin: 20px 0;
}
.form_datils ul li img{
  margin-right: 15px;
}
.form_datils ul li a{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contact_form{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_form input, textarea, select{
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  border-radius: 4px;
}
.contact_form form{
  background-color: #000;
  padding: 40px;
  border-radius: 5px;
}
.quite{
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}
.form_datils .main_head{
  color: #fff;
}
.form_datils p{
  color: #fff;
}

.form_bg{
  background-color: #000000b8;
  padding: 60px 0;
}


footer{
  text-align: center;
  background-color: #000;
  padding: 50px 0 30px;
}
footer .big_head{
  color: #fff;
}
.foot_email{
  max-width: 50%;
  margin: 30px auto;
}
.foot_email p{
  color: #fff;
  font-size: 15px;
}
.foot_email form{
  display: flex;
}
.foot_email form input{
  width: 80%;
  background-color: #000;
  border: 1px solid #adacac;
  color: #fff;
  padding: 10px 15px;
  outline: none;
}
.foot_email form{
  margin-top: 30px;
}
.foot_email form button{
  width: 20%;
  border: none;
  padding: 10px 15px;
}
.foot_logo img{
  width: 100px;
  margin: 26px auto;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.foot_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.foot_menu li a{
  color: #fff;
  padding: 10px 15px;
}
.foot_icon {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.foot_icon a{
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 10px;
  color: #000;
  line-height: 40px;
}
.foot_icon a:hover{
  background-color: #25d366;
  color: #fff;
}
.copy_right{
  border-top: 1px solid #5e5e5e;
  padding-top: 20px;
  margin-top: 30px;
}
.copy_right p{
  margin-bottom: 0;
  color: #ffff;
  font-size: 14px;
}
.copy_right a{
  color: #fff;
  text-decoration: underline !important;
}
.discover_box{
  background: linear-gradient(151deg, rgb(6 122 59) 19%, rgb(136 189 45) 72%);
  padding: 90px 50px;
}
.create{
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.discover_box p{
  color: #fff;
}

.room_icon{
  display: flex;
  flex-wrap: wrap;
}
.room_icon li img{
  width: 25px;
}
.room_icon li{
  background-color: #04733a;
  margin: 0 5px;
  padding: 5px 15px;
  border-radius: 5px;
}
.total_room{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.total_room li{
  border-right: 1px solid #000;
  padding: 0 15px;
}
.total_room li:last-child{
  border-right: none;
}

.room_right{
  border: 1px solid #adacac;
  padding: 20px;
  position: sticky;
  top: 100px;
}
.right_head{
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.room_right li a{
  color: #fff;
  padding: 10px 0;
  display: block;
  background-color: #014073;
  margin-bottom: 8px;
  padding: 10px;
  font-size: 14px;
}
.single_slider .slick-nav.next-arrow.slick-arrow{
  padding: 5px;
  font-size: 15px;
}
.single_slider .slick-nav.prev-arrow.slick-arrow{
  padding: 5px;
  font-size: 15px;
}
.room_box{
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #004E7C; 
  border-radius: 10px;
}

.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 40px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}




@media only screen and (max-width: 991px) {
  .navigation li {
    padding: 21px 16px;
  }
}


@media only screen and (max-width: 850px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
}
.toggle>* {
  width: 80%;
  height: 3px;
  background: #014073;
  margin: 3px 0;
}
.toggle.active .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle.active .line2 {
  opacity: 0;
}

.toggle.active .line3 {
  transform: rotate(45deg) translate(-7px, -8px);
}
.navigation {
  position: absolute;
  flex-direction: column;
  width: 100%;
  top:100px;
  left: 0;
  background-color: #000;
  z-index: 999;
  display: none;
}
nav{
  position: relative;
}
.navigation li {
  padding: 12px 9px;
  font-size: 15px;
  border-bottom: 1px solid #818181;
}
.navigation li a{
  color: #fff;
}
.droupdown {
  position: revert;
  width: 100%;
}
.clk_btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
  width: 47px;
  height: 46px;
  line-height: 37px;
  background: #000;
  text-align: center;
}
.droupdown li{
  padding: 0 !important;
}
.droupdown li a{
  color: #000;
}
.nav_bar{
  padding: 10px 0;
}
}

@media only screen and (max-width: 767px) {
  .why_box{
    margin-bottom: 20px;
  }
  .contact_form form{
    margin-top: 20px;
  }
  .nav_bar{
    padding: 10px 0;
  }
  .test-slider{
    padding: 0 0%;
  }
}


@media only screen and (max-width: 600px) {
  .head_item img{
    height: auto;
  }
  .foot_email{
    max-width: 95%;
  }
  .discover_box{
    padding:40px 30px;
  }
  .margin {
    margin: 40px 0;
  }
  .inner_header img{
    height: 300px;
  }
  .inner_hrad{
    font-size: 35px;
  }
  .main_head{
    font-size: 28px;
    padding-top: 20px;
  }
  .bg_choice{
    height: 400px;
  }
  .big_head{
    font-size: 25px;
  }
  .detail_box{
    margin: 0 0;
  }
}

@media only screen and (max-width: 450px) {
  .hrad_btn .all_btn{
    display: none;
  }
  .foot_email form input {
    width: 73%;
  }
  .foot_email form button {
    width: 27%;
  }
}
.share-btn {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-share {
  width: fit-content;
  height: fit-content;
}

.social-share ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  height: 24px;
  width: 34px;
  text-align: center;
  padding: 4px 8px !important;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
  height: fit-content;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
  opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
  background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
  background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
  background: #20cb45;
}

.social-share ul li a.google-plus {
  background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
  background: #0a66c2;
}

.social-share ul li button.telegram {
  background: #0a9ac2;
}

.social-share ul li button.email {
  background: #c2410a;
}