@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Quicksand:wght@300..700&family=Racing+Sans+One&display=swap');
body{
    
    margin: 0;
    padding: 0;
    font-family: 'Raleway';
}
/*All*/
.centerflex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexcol{
    flex-direction: column;
}
.colwhite{
    color: #fff;
}
.mland{
    padding-top: 10vh;
    background-image: url(./img/mainbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.mland h1{
  font-family: "Arizonia", serif;
  font-size: 78px;
  margin: 0;
  padding: 0;
  letter-spacing: 3px;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.mland h3{
  font-family: "Arizonia", serif;
  font-size: 42px;
  margin: 0;
}
.mland h2{
  font-family: "Racing Sans One", serif;
  font-size: 42px;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;;
}
.searbtn{
    margin-top: 5vh;
    border: 1px solid #fff;
    padding: 10px 5%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;    
    
}

.searbtn:hover{
    background-color: #fff;
    color: #000;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.button-animation {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 2px;
  overflow: hidden;
  
  transition: 0.5s;}
  .searbtn > span {
    position: absolute;
    display: block;
  }
.searbtn > span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
  }
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,
    100% {
      left: 100%;
    }
  }

  .searbtn > span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
  }
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,
    100% {
      top: 100%;
    }
  }

  .searbtn > span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
  }
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,
    100% {
      right: 100%;
    }
  }

  .searbtn > span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
  }

  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,
    100% {
      bottom: 100%;
    }
  }
  /*--Trip section-----------------------------*/
  .triplist{
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 5;
}
.triplist h1{
    background-color: #BE823C;
    width: 100%;
    text-align: center;
    padding: 8px 2%;
    color: #fff;
}
.tripdate{
    text-align: center;
  width: 100%;
box-sizing: border-box;}
.tripdate h4{
    background-color: lightgreen;
    width: fit-content;
    
   
}
.trips{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 5%;
}
.tripdetails{
    padding: 10px;
    background: #fff;
    margin-top: 25px;
    border-radius: 20px;
    max-width: 500px;
    min-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

td > h3{
    
    margin: 0 !important;
}
.tdflotright {
float: right;
}
td a{
text-decoration: none;
}
td i{
font-size: 40px;
color: #BE823C;

}
td > div > p{
background-color: lightgreen;
padding: 0 15px;
}
span{
font-weight: 800;

color: black;
}
#tripsection{
display: none;
background-color: #F2F2F2;
}
/*-----------------------------------*/
footer{
  background-color: #BE823C;
  width: 100%;
}
footer a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
footer a:hover{
  background-color: #fff;
  color: #000;
  padding: 5px 25px;
  border-radius: 5px;
}
.nocab{
  height: 30vh;
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tagline{
  border-top: 1px solid #fff; 
  letter-spacing: 1.5px;
  padding: 5px;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}
#ps_word{
  display: none;
}

#loginbutton{
  display: none;
}
@media only screen and (max-width: 350px){
  .mland{
    padding-top: 5vh;
    height: 100vh;
}
.mland h1{
  
  font-size: 62px !important;
  }
.mland h3{
 
  font-size: 32px !important;
  
}
.mland h2{
  
  font-size: 32px !important;
  }
  .mland h6{
  
    font-size: 14px !important;
    }
  }
  .searchBoxElement{
    background-color: white;
    border: 1px solid #aaa;
    position: absolute;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    line-height: 32px;
    list-style: none;
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width:88% !important;
  }
  
  .searchBoxElement span{
    padding: 0 15px;
  }
  
  
  .searchBoxElement li{
    background-color: white;
    color: black;
  }
  
  .searchBoxElement li:hover{
    background-color: #50a0ff;
    color: white;
  }
  
  .searchBoxElement li.selected{
    background-color: #50a0ff;
    color: white;
  }
  
  .refineText{
    padding: 8px 10px 8px 10px !important;
    color: #212529 !important;
    opacity: 0.8 !important;
    font-size: 18px;
    border: 1px solid #ced4da !important;
      border-radius: .3rem !important;
  }
  
  li span{
      font-family: 'Raleway';
      width: 100%;
      font-weight: normal;
      
  }