*{
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#nav,#left,#right{
    /* border: 1px solid black; */
    display: flex;
    align-items: center;

}

#left{
    width: 20%;
}

#nav{
    justify-content: space-between;
    height: 60px;
    padding: 10px 25px 10px 25px;
    background-color: #0a438b;
    color: white;
}
#nav button{
    background-color: #0a438b;
    color: white;
    font-size: 16px;
    border: none;
}

#right{
    width: 40%;
    justify-content: space-evenly;
}

#left>div{
    /* border: 1px solid black; */
    width: 50%;
}
.arrow1 {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -5px;
    left: 10px;
  }

  #right div:hover,#right button:hover{
    cursor: pointer;
  }

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .dropdown-content{
    display: none;
    color: black;
    width: 350px;
    position: absolute;
    background-color: #ffffff;
    left: 150px;
    top: 55px;
    z-index: 2;  
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 14px;
  }

  

  #dropdown>div{
    display: flex;
    /* border: 1px solid black; */
    height: 40px;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    
  }

  #dropdown>div:hover{
    background-color: #bdd7f7;
    color: #0a438b;
  }
  
 
  
  .part>div:nth-child(1){
    width: 10%;
  }
  .part>div:nth-child(2){
    width: 90%;
  }

  .signindrp{
    display: none;
    width: 300px;
    position: absolute;
    right: 4%;
    top: 12%;
    background-color: white;
    z-index: 2;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: black;
    padding: 10px 25px 10px 25px;
    
    
  
  }

  .show{
    display: block;
  }

  .signindrp>div{
    /* border: 1px solid black; */
    margin-bottom: 30px;
  }

  .signindrp h5{
    text-align: center;
    color: #0a438b;
    
  }
  .signindrp h5:hover{
    cursor: pointer;
  }
  .signindrp h3{
    margin-top: 5px;
    margin-bottom: 15px;
    
  }
  .signindrp button{
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background-color: white;
    width: 100%;
  }

  .signindrp p:hover{
    color: #6584ab;
    cursor: pointer;
  }
  
  #nav .signindrp button:hover{
    background-color: #94b1d4;
    cursor: pointer;
  }


   /* *************************navigation complete*********************************** */


   #search{
    height: 400px;
    border: 1px solid black;
   }
   .search-content{
    width:90%;
    height: auto;
    /* border: 1px solid black; */
    z-index: 1;
    background-color: white;
    position: absolute;
    top: 100px;
    left: 5%;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    

   }
  

   .menu{
    width: 50%;
    height: 10%;
    /* border: 1px solid black; */
    margin: auto;
    display: flex;
    justify-content: space-evenly;
   }
   .menu>div{
    width: 17%;
    height: 100%;
    /* border: 1px solid black; */
    text-align: center;
   }
   .menu button{
    width: 100%;
    height: 100%;
    background-color: white;
    border: none;
   }

   .menu>div:hover{
    border-bottom: 3px solid;
    color: #0a438b;
    border-color: black;
    cursor: pointer;
   }
   /* .menu>div:nth-child(1){
    border-bottom: 3px solid;
    color: #0a438b;
    border-color: #0a438b;
    cursor: pointer;
   } */
   
   .input_search{
    height: 50px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    /* border: 1px solid black; */
    margin-top: 20px;
    color: gray;
   }
   .input_search>div{
    border: 1px solid gray;
    height: 100%;
    border-radius: 5px;
    display: flex;
    /* width: 100px; */

   }
   .input_search>div:nth-child(1){
    width: 38%;
   }
   .input_search>div:nth-child(2){
    width: 13%;
   }
   .input_search>div:nth-child(3){
    width: 13%;
   }
   .input_search>div:nth-child(4){
    width: 28%;
   }
   #go{
    display: flex;
    align-items: center;
   }

   #go>div:nth-child(1){
    width: 10%;
    height: 50%;
  
   }
   #go>div:nth-child(2){
    width: 50%;
    height: 50%;
    margin-left: 10px;
   }

   .checkBox{
    width: 90%;
    height: 50px;
    margin: auto;
    margin-top: 10px;
    /* border: 1px solid black; */
    display: flex;
    
   }
   .checkBox>div{
    margin-left: 30px;
    color: gray;
   }
   
   .cal{
    text-align: center;
    display: flex;
    align-items: center;
   }

.cal input{
  width: 90%;
  border: none;
}
   
.cal>div:nth-child(1){
  width: 30%;

}
.cal>div:nth-child(2){
  width: 70%;
}
.cal>div>div{
  height: 40%;
  /* border: 1px solid black; */
  /* align-items: center; */
  text-align: center;
}
.cal>div:nth-child(1){
  height: 50%;
}

.travellers>div{
/* border: 1px solid black; */
margin-left: 10px;
/* display: flex; */
/* align-items: center; */
}
.travellers>div:nth-child(1){
  height: 50%;
  margin-top: 10px;
  
}

.search_button{
  border: 1px solid black;
  width: 15%;
  height: 50px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: white;
  background-color: #0a438b;
  border: none;

}

.search_button:hover{
  background-color: #2580f0;
}

/* ///////////////////////////// flight part/////// */
.flight-top{
  width: 90%;
  height: 30px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  
}

.flight-top div{
  border: 1px solid black;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
}
.flight-top>div:nth-child(2){
  border: none;
}
.flight-top>div:nth-child(2)>div{
  border: none;
}

.flight-top>div:nth-child(1){
  padding: 2px 15px 2px 15px;
  border-radius: 20px;
}

.fligt-search{
  width: 90%;
  height: 50px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
 

}
.fligt-search>div{
  border: 1px solid black;
  border-radius:10px ;
}
.fligt-search>div:nth-child(1){
  width: 28%;
  display: flex;
  align-items: center;

}
.fligt-search>div:nth-child(1)>div:nth-child(1){
  width: 20%;
  

}


.fligt-search>div:nth-child(2){
  display: flex;
  align-items: center;
  width: 28%;
}
.fligt-search>div:nth-child(2)>div:nth-child(1){
  width: 20%;
  

}

.fligt-search>div:nth-child(3){
  width: 18%;

}



.fligt-search>div:nth-child(4){
  width: 18%;
}


/* ///////////////////////////////// Car part/////////////// */

.car-top{
  width: 90%;
  height: 30px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  
}

.car-top div{
  border: 1px solid black;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
}
.car-top>div:nth-child(2){
  border: none;
}
.car-top>div:nth-child(2)>div{
  border: none;
}

.car-top>div:nth-child(1){
  padding: 2px 15px 2px 15px;
  border-radius: 20px;
}

.car-search{
  width: 90%;
  height: 50px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
 

}
.car-search>div{
  border: 1px solid black;
  border-radius:10px ;
}
.car-search>div:nth-child(1){
  width: 48%;
  display: flex;
  align-items: center;

}
.car-search>div:nth-child(1)>div:nth-child(1){
  width: 20%;
  

}


.car-search>div:nth-child(2){
  display: flex;
  align-items: center;
  width: 48%;
}
.car-search>div:nth-child(2)>div:nth-child(1){
  width: 20%;
  

}
.car-search2{
  width: 90%;
  height: 50px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
 

}

.car-search2>div{
  border: 1px solid black;
  border-radius:10px ;
}


/* ///////////package part/////////// */
.package-top{
  width: 90%;
  height: 30px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  
}

.package-top div{
  /* border: 1px solid black; */
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  align-items: center;
}
.package-top>div:nth-child(2){
  border: none;
}
.package-top>div:nth-child(2)>div{
  border: none;
}
.package-top>div>div{
  border: 1px solid black;
  padding: 2px 15px 2px 15px;
  border-radius: 20px;
}

.package-top>div:nth-child(1){
  padding: 2px 15px 2px 15px;
  border-radius: 20px;
}

.package-search{
  width: 90%;
  height: 50px;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
 

}
.package-search>div{
  border: 1px solid black;
  border-radius:10px ;
}
.package-search>div:nth-child(1){
  width: 28%;
  display: flex;
  align-items: center;

}
.package-search>div:nth-child(1)>div:nth-child(1){
  width: 20%;
  

}


.package-search>div:nth-child(2){
  display: flex;
  align-items: center;
  width: 28%;
}
.package-search>div:nth-child(2)>div:nth-child(1){
  width: 20%;
  

}

.package-search>div:nth-child(3){
  width: 18%;

}



.package-search>div:nth-child(4){
  width: 18%;
}
.package-choose{
  margin-top: 10px;
  margin-left: 70px;
}

/* ///////////things to do/////////
 */

 .ttd{
  height: 50px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  /* border: 1px solid black; */
  margin-top: 20px;
  color: gray;
 }
 .ttd>div{
  border: 1px solid gray;
  height: 100%;
  border-radius: 5px;
  display: flex;
  /* width: 100px; */

 }
 .ttd>div:nth-child(1){
  width: 48%;
 }
 .ttd>div:nth-child(2){
  width: 23%;
 }
 .ttd>div:nth-child(3){
  width: 23%;
 }
 
 #go2{
  display: flex;
  align-items: center;
 }

 #go2>div:nth-child(1){
  width: 10%;
  height: 50%;

 }
 #go2>div:nth-child(2){
  width: 50%;
  height: 50%;
  margin-left: 10px;
 }



.ttd img{
  width: 50%;
  height: 70%;
}

/* ///////////// mid part//////////////// */
#mid{
  height: auto;
  background-color: #f0f3f5;
  border: 1px solid white;
}
.mid-container{
  width: 90%;
  height: 250px;
  margin: auto;
  margin-top:200px ;
  /* border: 1px solid green; */
  display: flex;
  justify-content: space-evenly;
}

.mid-container>div{
  width: 30%;
  /* border: 1px solid black; */
  border-radius: 5px;
  background-color: white;
}
.mid-container>div:hover{
  border: 3px solid #0a438b;
}



.mid-container>div>div:nth-child(1){
  height: 80%;
  /* border: 1px solid black; */
 
}

.mid-container>div>div:nth-child(2){
  height: 20%;
  /* border: 1px solid black; */
}

.img1{
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url('https://forever.travel-assets.com/flex/flexmanager/images/2020/11/12/TVLY_StoreFrontRefresh_BrandPromise_FitForYou_sfimg_562x240_20201111.jpg');

 
  background-size: cover;
 border-radius: 5px 5px 0px 0px;
  
 
}
.img2{
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url('https://forever.travel-assets.com/flex/flexmanager/images/2020/11/12/TVLY_StoreFrontRefresh_BrandPromise_Transparency_sfimg_562x240_20201111.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh');

 
  background-size: cover;
 border-radius: 5px 5px 0px 0px;
}
.img3{
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2020/11/12/TVLY_StoreFrontRefresh_BrandPromise_GotYourBack_sfimg_562x240_20201111.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 0px 0px;
}


#mid h3{
  margin-left: 5px;
  position: absolute;
  bottom: -300px;
  color: white;
  /* filter: brightness(100%); */
}

#mid p{
  font-size: 12px;
  margin-left: 5px;
}

.mid-container2{
  
  height: 250px;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-around;
}
.mid-container2>div{
  width: 48%;
  height: 80%;
  /* border: 1px solid black; */
}

.mid-container2>div:nth-child(1){
  background:linear-gradient(to left, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_AllInclusive_imgB_1199x399_20211104.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
}
.mid-container2>div:nth-child(2){
  background:linear-gradient(to left, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_LastMinute_imgB_1199x399_20211104.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
}
.mid-container2>div>div{
  margin-top: 30px;
  height: 70%;
  width: 50%;
  /* border: 2px solid red; */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 10px;
  
}
.mid-container2 button{
  padding: 5px;
  width: 30%;
  color: #2580f0;
  border-radius: 5px;
}

.mid-container2 button:hover{
  background-color: #a7c5ea;
  color: white;
}



/* /////////////////  Trip////////////////// */
.trip{
  height: 350px;
  /* border: 1px solid black; */
  width: 90%;
  margin: auto;
}

.trip>div{
  height: 80%;
  /* border: 1px solid red; */
display: flex;
justify-content: space-evenly;
}
.trip>div>div{
  /* border: 1px solid black; */
  height: 70%;
  width: 23%;
}
.trip>div>div:nth-child(1){
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_Beach_imgB_900x506_20211104.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
}
.trip>div>div:nth-child(2){
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_Car_imgB_900x506_20211104.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
}
.trip>div>div:nth-child(3){
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_MOD_imgB_900x506_20211104.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
}
.trip>div>div:nth-child(4){
  background:linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_VacationRentals_imgB_900x506_20211104.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
}

.trip>div h2{
  color: white;
  margin-left: 10px;
  position: relative;
  bottom: -120px;
}

/* /////////// solo image////////////////// */

.solo-img{
  height: 300px;
  width: 90%;
  margin: auto;
  margin-top: -100px;
  /* border: 1px solid red; */
}

.solo-img>div{
  height: 85%;
  /* border: 1px solid black; */
  background:linear-gradient(to bottom, rgba(0,0,0,0) 100%, rgb(66, 66, 66)), url("https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_Family_imgB_1200x674_20211104.jpg");

 
  background-size: cover;
 border-radius: 5px 5px 5px 5px;
 background-position: 70%;

}
.solo-img>div>div{
  position: relative;
  bottom: -200px;
  margin-left: 10px;
}

.solo-img h4{
  color: white;
}
.solo-img p{
  color: #0a438b;
}

/* /////////    Youtube////////// */

.youtube{
  width: 90%;
  height: 400px;
  /* border: 1px solid red; */
  margin: auto;
  margin-top: 50px;
}

.qr{
  height: 200px;
  width: 90%;
  /* border: 1px solid black; */
  margin: auto;
  margin-top: 50px;
}
.qr>div{
  height: 50%;
  margin-top: 30px;
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-evenly;
}
.qr h4,.qr p{
  margin-left: 10px;
}

.qr>div>div{
  width: 30%;
  border: 1px solid gray;
  border-radius: 5px;
  background-color: white;
  
}
.qr>div>div:hover{
  border:3px solid #0a438b;
}
.qr>div>div>div{
  height: 50%;
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.qr>div>div>div>div{
  width: 10%;
  /* border: 1px solid teal; */

}

.qr-main{
  height: 300px;
  width: 90%;
  /* border: 1px solid black; */
  margin: auto;
  display: flex;
  background-color: white;
  border-radius: 5px;

}

/* .qr-main>div{
  border: 1px solid red;
  
} */
.qr-main>div:nth-child(1){
  width: 35%;
}
.qr-main>div:nth-child(2){
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 20px;
}

.qr-main>div:nth-child(3){
  width: 15%;
  text-align: center;
  padding-top: 50px;
}

.qr-button{
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

.qr-button>div{
  width: 30%;
  border: 1px solid black;
  height: 50px;
  border-radius: 5px;
  display: flex;
  
}

.qr-button>div:nth-child(1)>div:nth-child(1){
width: 90%;
/* border: 1px solid black; */
}
.qr-button>div:nth-child(1)>div:nth-child(1)>div{
  height: 50%;
  /* border: 1px solid rebeccapurple; */
  text-align: center;
}

.qr-button>div:nth-child(1)>div:nth-child(2){
  width: 10%;
  /* border: 1px solid black; */
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .arrow {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    left:-5px;
    top:5px;
  }

  .qr-button>div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: gray;
  }

  .qr-button>div:nth-child(3){
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a438b;
    color: white;
    border: none;
  }
  .qr-button>div:nth-child(3):hover{
    background-color: #2580f0;
  }

  .qr-button>div:hover{
    border: 2px solid#0a438b;
  }


  .destination{
    height: auto;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    /* border: 1px solid black; */
  }
  .destination>div{
    height: 80%;
    /* border: 1px solid red; */
    margin-top: 30px;
    
  }
  .destination>div>div{
    /* border: 1px solid blue; */
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 20px;
  }
  .destination>div>div>div{
    /* border: 1px solid green; */
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    background-color: white;
    border-radius: 10px;

  }
  .destination>div>div>div>div:nth-child(2){
    position: relative;
    top: -10px;
  }

  .flex{
    display: flex;
  }

  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    top: -50px;
  }

  .footer{
    height: auto;
    width: 90%;
    margin: auto;
    margin-top: 75px;
    /* border: 1px solid black; */
  }
  .footer>div:nth-child(1){
    height: 10%;
    /* border: 1px solid red; */
  }
  .footer>div:nth-child(1)>div{
    width: 20%;
    height: 100%;
    /* border: 1px solid black; */
  }

  .footer>div:nth-child(2){
    height: 70% ;
    /* border: 1px solid red; */
    display: flex;
  }

  .footer>div:nth-child(2)>div{
    width: 25%;
    height: 100%;
    /* border: 1px solid black; */
  }

  .footer li{
    list-style-type: none;
    margin-top: 10px;
  }

  hr{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bottom-border{
margin-bottom: 50px;
  }

  .footer li p{
    color: #0a438b;
  }
  .footer li p:hover{
    text-decoration: underline;
    cursor: pointer;
  }

  .bot{
    height: 30px;
    width: 70px;
    /* border: 1px solid red; */
    background-color: white;
    z-index: 3;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 2px 12px 2px 12px;
    border-radius: 20px;
    color:#2580f0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  .bot>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bot>div>div:nth-child(1){
    width: 30%;
    margin-right: 10%;
  }
  .bot img{
    position: relative;
    top: 2px;
  }


  .underline{
    
    border-bottom: 3px solid;
    color: #0a438b;
    border-color: #3f6593;
    cursor: pointer;
   
  }

 