.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.caprasimo-regular {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}
.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;                       /*        For reference          */
}      

html{
  scroll-behavior:smooth;
}


#navpane{
width:100%;
height:50px;
float:left;
margin-top:5px;
background-color: aliceblue;

}

.navbt{
    padding: 8px;
    border-radius: 20px;
    width: fit-content;
    margin-top: 2px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(124, 102, 102);
    text-align: center;
    margin-right:50px;
    float:left;
    border:black;
    border-width:1px;
    transition-duration:0.3s;
    
}
.navbt:hover{
    background-image:linear-gradient(90deg, #e6e4d7 0%, #c0cabe 74%);
    font-size:19px;
    width: 120px;
    padding:-10px;
    cursor: pointer;
    box-shadow: 2px 1px 1px 1px rgba(69, 68, 68, 0.749);
}

.bgvid{
    object-fit: cover;
    margin-top: 5px;

}

.bgvidframe{
  height:fit-content;
  width:fit-content;
}

.placeframe{
    margin-top: 400px;
    height:1200px;
    width:1440px;
    box-shadow: 2px 8px 8px 2px rgba(69, 68, 68, 0.749);
    position:absolute;
    margin-left:30px;
    border-radius: 20px;
    transition-duration: 0.3s;
    transform:scale(0.91);
     
}

.placeframe:hover{
    transform:scale(0.99);
    border-radius: 80px;
}

.placecrd{
    height:350px;
    width:350px;
    background-size: cover;
    border-radius: 80px;
    text-align: center;
    padding-top: 15px;
    float:left;
    margin-left:40px;
    margin-top:40px;
    margin-bottom: -30px;
    transition-duration: 0.3s;
    box-shadow:3px 4px 4px 0px #fff;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    font-size: 35px;
    margin-right:70px;
    transform: scale(0.8);
}

.placecrd:hover{
    border-radius: 20px;
    transition-duration: 0.3s;
    transform:scale(0.9);
    box-shadow:4px 5px 8px 2px #fff;
}

#destination{
     font-size: 60px;
    margin-bottom:-270px;
    margin-top:160px;
    text-align: center;
    background-color: #384625ee;
    border-radius: 30px;
    transition-duration: 0.3s;
}
#destination:hover{
    transform:scale(0.98);
    border-radius:50px;
}

.abroad{
     font-size: 60px;
    margin-bottom:-270px;
    margin-top:3200px;
    text-align: center;
    background-color: #384625ee;
    border-radius: 30px;
    transition-duration: 0.3s;
    
}
.abroad:hover{
    transform:scale(0.98);
    border-radius:50px;
}

.logo{
    margin-right: 10px;
    float:right;
    transform:scale(0.5);
    margin-top:-10px;
    margin-bottom:-10px;
}

.navtop{

    height:50px;
    width:50px;
    float:left;
    background-color: rgba(15, 126, 15, 0.716);
    padding-left: 6px;
    padding-top:7px;
    border-radius:30%;
    margin-left:-50px;
    margin-top:-600px;
    position:fixed;
    transition-duration: 1s;
}
.navtop:hover{
    margin-left:-20px; 
}

.plcdet{
    height:220px;
    width:1000px;
    margin-top:85px;
    margin-left:300px;
    background-color: #e6e4d7;
    padding:30px;
}

.plcdetr{
    height:220px;
    width:1000px;
    margin-top:85px;
    margin-left:100px;
    background-color: #e6e4d7;
    padding:30px;
}

div h3{
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
   font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}
div h2{
    font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}

div p{
    font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.foot{
    transform: scale(0.8);
    margin-top:2000px;
    margin-left: -200px;
    margin-right:-200px;
    background-color:rgb(254, 252, 252);
    height:350px;
}

div h1{
     font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}


.pay{
    height:100px;
    width:300px;
    padding:40px;
    float:left;
    margin-right: 0px;
}

.bookbutton{
    font-size:25px;
     color:rgb(177, 100, 100);
      background-color:rgb(238, 235, 232);
    text-decoration: none;
    height: 35px;
    width:200px;
    float:right;
    text-align: center;
    border-radius: 10px;
    font-family: "Caprasimo", serif;
  font-weight: 400;
}

.bookbutton1{
    font-size:25px;
     color:rgb(177, 100, 100);
      background-color:rgb(238, 235, 232);
    text-decoration: none;
    height: 35px;
    width:200px;
    float:left;
    text-align: center;
    border-radius: 10px;
    font-family: "Caprasimo", serif;
  font-weight: 400;
}

/* <div class="bookbutton"><a class="bookbutton" href="bookingpg.html"> Book now </a></div>  RIGHT SIDE BOOK BUTTON*/

/* <div class="bookbutton1"><a class="bookbutton" href="bookingpg.html"> Book now </a></div>  LEFT SIDE BOOK BUTTON*/