@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

body {  
    font-family: "Dangrek", sans-serif;
    width: 100%;
    height: 100vh;
    color: #212529;

}

p{
    font-family: "Content", system-ui;
    font-size: 15px;
}
/* hero-banner */
.hero-banner{
   
    width: 100%;
    height: 650px;
    background-size: cover;
    background-image: url(../assets/image/slide1.jpg);
    overflow: hidden;

}
.hero-banner .hero-banner-text{
    padding-top: 10%;
    width: 800px;
    padding-left: 17%;

}
.hero-banner .hero-banner-text h1{
    font-size: 45px;
    color: white;
    color: #00b4d8;
    overflow: hidden;

}
.hero-banner .hero-banner-text p{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    color: white;
}

@keyframes typing {
    0.0000%, 27.3488% { content: ""; }
    1.1395%, 26.2093% { content: "A"; }
    2.2791%, 25.0698% { content: "Ad"; }
    3.4186%, 23.9302% { content: "Adv"; }
    4.5581%, 22.7907% { content: "Adve"; }
    5.6977%, 21.6512% { content: "Adven"; }
    6.8372%, 20.5116% { content: "Advent"; }
    7.9767%, 19.3721% { content: "Adventu"; }
    9.1163%, 18.2326% { content: "Adventur"; }
    10.2558%, 17.0930% { content: "Adventure"; }
    11.3953%, 15.9535% { content: "AdventureA"; }
    12.5349%, 14.8140% { content: "AdventureAu"; }
    13.6744%, 13.6744% { content: "AdventureAur"; }
    14.8140%, 12.5349% { content: "AdventureAura"; }

}

  

  .typewriter {
    --caret: currentcolor;
  }
  
  .typewriter::before {
    content: "";
    animation: typing 13.5s infinite;
  }
  
  .typewriter::after {
    content: "";
    border-right: 1px solid var(--caret);
    animation: blink 0.5s linear infinite;
  }
  
  .typewriter.thick::after {
    border-right: 1ch solid var(--caret);
  }
  
  .typewriter.nocaret::after {
    border-right: 0;
  }
  
  



/* where to go */
.where-to-go{
    padding: 50px 20px 20px 20px;
    display: flex;
    justify-content: center;

}
.form-fill{
    
   width: 1200px;
   height: auto;
   margin-bottom: 20px;

}
#where-to-go-h2{
    margin-bottom: 50px;
    font-weight: 500;
    font-family: "Dangrek", sans-serif;
    color: #00b4d8;
    
    
}
#where-to-go-p{
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "Content", system-ui;

}
.where-to-go-fill input{
    padding: 0 10px ;
    height: 65px;
    border-radius: 4px;
    width: 190px;
    font-size: 17px;
    color: rgb(156, 149, 149);
    border:2px solid #00b4d8 !important ;
    
}
.where-to-go-fill input:focus{
    color: #00b4d8;
    outline: 0;
}
.where-to-go-fill label{
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    font-family: "Content", system-ui;
    /* color: #00b4d8; */
}
#form-fill-submit{
    background-color: #00b4d8;
    height: 65px;
    border-radius: 4px;
    width: 190px;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 18px;
    font-family: "Content", system-ui;
    transition: 0.3s;
}
#form-fill-submit:hover{
    opacity: 0.6;
}
/* where to go */
#about{
    background-color: whitesmoke;

}
hr{
    margin: 15px 0;
}
.about-us{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 20px;
    gap: 50px;
    
    
}
.about-us-text{   
  width: 600px;
}
.about-us-text .brand{
    color: #00b4d8;
    font-weight: bold;
    font-size: 30px;
    font-family: sans-serif;
    font-family: "Playfair Display";
}
.about-us-text h2{
    font-family: "Dangrek", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-top: 40px;
}
.about-us-text p{
    margin-top: 35px;
    font-size: 18px;
    line-height: 40px;
    font-family: "Content", system-ui;
    text-align: justify;
}
.read-more{
    margin-top:45px;

    
}
.recently-tour-heading{
    font-size: 33px;
}

.about-us-image{
    display: flex;
    gap: 30px;
   
}
.about-us-image img{
    height: 350px;  
}

#pic1{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#pic1:hover{
    -webkit-transform: scale(1.2);
	transform: scale(1.1);
}
#pic2{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#pic2:hover{
    -webkit-transform: scale(1.2);
	transform: scale(1.1);
}


/* activity */
.activity-section{
    text-align: center;
    height: 770px;
    
}
.activity-section-2{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;   
    background-color: whitesmoke; 
}

#activity-h1{
    padding-top: 50px;
    font-weight: 400;
    font-style: normal;
    color: #00b4d8;
    font-family: "Dangrek", sans-serif;
}
.activity-container{
    padding: 70px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activity-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
    align-items: stretch;
    height: 380px;
} 
.activity-card {
    width: 320px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: .3s ease-in-out; 
}
.activity-card:hover{
    box-shadow: rgba(100, 100, 111, 0.432) 0px 7px 29px 0px;
}
.activity-card img{
    width: 300px;
    height: 250px;
    object-fit: cover;
}

.activity-card a{
    text-decoration: none;
}
.activity-card h6,p{
    color: #212529;
    cursor:text;
    transition: 0.3;
}

.detail{
    margin: 15px 0;
    padding: 10px;
}
.detail p{
    font-family: "Content", system-ui;
    font-size: 14px; 
    line-height: 30px;
    margin-bottom: 20px;
}
.detail h5{
    color: #00b4d8;
    font-family: "Content", system-ui;
    font-size: 18px;
    line-height: 23px;
    font-weight: 550;
    margin-bottom: 14px;
}
.see-more-btn{
    font-family: "Content", system-ui;
    font-weight: 500;
    font-style: normal;
    padding: 6px 14px;
    text-decoration: none;
    color: #00b4d8;
    border: 1px solid #00b4d8;
    border-radius: 7px;
    font-size: 16px;
    transition: background-color 0.8s;
}
.see-more-btn:hover{
    background-color: #00b4d8;
    color: white;
    border: 1px solid #00b4d8;
    
}

.discover-btn-1{
    font-family: "Content", system-ui;
    text-decoration: none;
    background-color: #00b4d8;
    color:white;
    font-size: 15px;
    border-radius: 3px;
    padding: 4px 13px;
    border: none;
    cursor: pointer;

    /* zooom on  */
    transition: transform .2s;
}
.discover-btn-1:hover{
    opacity: 0.8;  
}
.activity-card h6{
    font-family: "Noto Serif Khmer", serif;
    font-weight: 600;
    font-size: 19px;
}
.activity-card p{
    font-family: "Content", system-ui;
    font-weight: 500;
    font-size: 16px;
}


.recently-tour-section{
    width:1200px ;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    background-color: white;
    margin: auto;
    overflow: hidden;
}
.recently-tour-section-2{
    padding: 0px 60px;
    margin: auto;
}

.heading h1{
    font-weight: 400;
    font-family: "Dangrek", sans-serif;
    font-style: normal;
    color: #00b4d8;
    text-align: center;
}
.heading p{ 
    font-size: 19px;
    font-family: "Content", system-ui;
    padding: 40px 0;
}
.fa-star{
    letter-spacing: -2px;
    font-size: 15px;
}

.recently-tour-container{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 30px;
   width: 100%;
   
}

.recently-tour-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    width: 360px;

    
}
.recently-tour-box:hover{
    box-shadow: rgba(100, 100, 111, 0.328) 0px 7px 29px 0px;
    -webkit-transform: scale(1);
	transform: scale(1);
}
.recently-tour-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.ruler{
    width: 2px;
    height: 83px;
    background-color: #00b4d8;
}
span{
    color: gold;
   font-size: 15px;
}
.prices{
    font-size: 18px;
    font-weight: 600;
}
.price{
    font-size: 18px;
    font-weight: 600;
}
.prices .fa-star{
    font-size: 15px;
}
.place i{
    color: #00b4d8;
}
.place p{
    color: rgb(149, 149, 149);
    text-align: start;
}
.place h6{  
    font-family: "Content", system-ui;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.inner-image img{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 240px;
    object-fit: fill;
    padding: 10px;
}
.text-decor{
    text-decoration: none;
}
.btnn{
    margin-top: 50px;
}

.discover-btn , .contact-btn{  
    font-family: "Content", system-ui;
    text-decoration: none;
    background-color: #00b4d8;
    color:white;
    font-size: 16px;
    border-radius: 30px;
    padding: 5px 20px;
    border: none;
    margin-top: 10px;

    /* zooom on  */
    transition: transform .2s;
}
.discover-btn:hover{
    transform: scale(1.06);
}
.specail-offer{
    width: 100%;
    height: 500px;
    background-image: url(../assets/image/spacial.jpeg);
    padding: 40px auto;
    background-size: cover ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specail-container{
    width: 1300px;
    display: flex;
    justify-content: space-around;
    gap: 90px;
    align-items: center;
    position: relative;
    

}
.offer{
    flex: 1;
}
.offer ul{
    color: white;
    list-style: none;
    
}
ul i{
    color:greenyellow;
}
.offer{
    background-color: #00b4d8d3;
    /* background-color: white; */
    padding: 15px;
    filter: blur(10%);
}
.offer li{
    text-align: justify;
    font-family: "Content", system-ui;
    line-height: 35px;
    font-size: 19px;
    
}
.offer h2{
    color: red;
    font-family: "Content", system-ui;
    font-weight: 600;
    margin-bottom: 25px;
}
.offer h5{
    color: red;
    font-family: "Content", system-ui;
    
    font-weight: 500;
}


.fill-box{
   text-align: center;
    width:450px ;
    margin-right:10px;

}
.fill-box input{
    width: 75%;
    height: 60px;
    padding: 10px;
    font-family: "Content", system-ui;

}
.fill-box input:focus{
    border-color: #00b4d8;
    outline: 0;
}
.fill-box h4{
    margin-bottom: 15px;
    color: white;
    font-family: "Content", system-ui;
}
form #sign-up-btnn{
    width: 75%;
    height: 60px;
    padding: 10px;
    font-family: sans-serif;
    color:#00b4d8;
    font-weight: 400px;
    text-decoration: none;
    color: #00b4d8;
    font-size: 17px;
    padding: 10px;
    border: none;
    transition: transform .4s;
}
form #sign-up-btnn:hover{
    transform: scale(1.1);
    background-color: #00b4d8;
    color: white;
    /* border: 1px solid white; */
}
#hotel{
   padding: 30px 0;
    background-color: whitesmoke;
    align-items: center;
    
}
.hotel-title{
    text-align: center;
    padding: 25px 0;
    font-size: 33px;
    color: #00b4d8;
}

.hotel-sub-container{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap:50px;
    
}
.about-hotel-image img{
    width: 560px;
}
.about-hotel-text p{
    font-family: "Content", system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}
.about-hotel-text h2{
    font-family: "Dangrek", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 15px;
    color: #00b4d8;
   
}
.hotel-btn{
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 20px;


}
/* .recently-tour-container-2 .recently-tour-text h6{
    text-align: start;
}
.recently-tour-container-2 .recently-tour-box{
    height: auto;
} */




.hotel-section {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
  }
  
  .hotel-cards-container {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .hotel-card {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.3s ease;
    height: 460px;
  }
  
  .hotel-card:hover {
    transform: translateY(-10px);
  }
  
  .hotel-image img {
    width: 100%;
    height: 230px;
    padding: 10px;
  }
  
  .checked {
    font-size: 15px;
  }
  
  .hotel-card-link {
    text-decoration: none;
    color: inherit;
  }
  
  .hotel-card-link:hover .hotel-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .hotel-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .hotel-body {
    padding: 0 16px;
  }
  
  .provide {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgb(234, 229, 229);
    border-top: 1px solid rgb(234, 229, 229);
  }
  
  .provide .icon {
    padding-right: 8px;
  }
  
  .provide p {
    color: #00b4d8;
    text-align: center;
  }
  
  .hotel-btn {
    padding: 4px 20px;
    border: 2px solid #00b4d8;
    color: #00b4d8;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
  }
  
  .hotel-btn:hover {
    background-color: #00b4d8;
    color: white;
    border: 2px solid #00b4d8;
  }
  
  .stars-rating span {
    color: gold;
  }
  
 
  /* Responsive Design */
  /* @media (max-width: 768px) {
    .hotel-cards-container {
      flex-direction: column;
      align-items: center;
    }
  
    .hotel-card {
      max-width: 90%;
    }
  } */
  