*{
    margin: 0px;
    padding: 0px;
        font-family: 'Ubuntu', sans-serif;
}

img.logo{
     border-radius:100% ;
     width: 06%;
     height: 80px;
}
img.logo:hover{
border: 2px solid blue;
}
header{
    width: 100%;
    height: 80px;
      background-color: #001F3F;
      border-bottom:5px solid blue ;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
}
li{
    display: inline-block;
    font-size: 25px;
    transition: 0.4s ease;
    text-align: center;
    width: fit-content;
    margin-left:20px ;
    
}
li:hover{
    border-bottom: 2px solid blue;
    padding: 5px;
}
a{
    text-decoration: none;
    color: white;
}
.header-buttons{
    margin-right: 30px;
}
.header-button{
    width: 100px;
    height: 40px;
     background-color: #ffc300;
     font-weight: bold;
     border-radius: 5px;
}

.header-select{
      width: 80px;
       height: 40px;
       margin-right: 10px;
       border-radius: 5px;
}
#hero{
     width: 100%;
    background: url(./assets/images/photo-1521791136064-7986c2920216.png) ;
    background-size: cover;
    background-position: center;
    height: 600px;
    background-repeat: no-repeat;
}
.sub-hero{
     width: 100%;
     height: 600px;
     background-color: rgba(0, 31, 63, 0.85);
     display: flex;
     justify-content: center;
     align-items: center;
   
}
.hero-h1{
    color: #fff;
    text-align: center;
     font-size: 55px;
    word-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
margin-top: 30px;
}
.hero-para{
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 70px;
}

.third-hero-div{
     width:70% ;
    height: 500px;
    display:block ;
    margin: 0 auto;
   background-color: rgba(0, 0, 0, 0.35);
   border-radius: 20px;
   box-shadow: 0px 0px 10px blue;
}
.four-hero-div{

    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    height: 180px;
    border-radius: 10px;
    
    box-shadow: inset 0px 0px 10px blue;
   

}
.hero-input,.select-hero{
   
    width: 20%;
    border-radius: 07px;
    height: 50px;
    margin-left: 2%;
    margin-top: 30px;
}
.search-hero-button{
    width: 92.5%;
    border-radius: 07px;
    height: 50px;
    margin-left: 04%;
    background-color: #ffc300;  
     margin-top: 10px; 
     font-weight: bold;
     font-size: 21px;
}
.first-hero-input{
    margin-left: 4%;
    width: 20%;
    border-radius: 07px;
    height: 50px;
}
#destination-main{
    width: 100%;
    height: 580px;
    background-color: #001F3F;
    box-shadow: 0px -06px 10px white;

}
h1.destination-h1{
    text-align: center;
    color: #ffc300;
    font-size: 45px;
    padding-top: 40px;
}
.main-three{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
.three-destination{
    width: 25%;
    height: 300px;
    background-color: #002b5c;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s ease;
}
.three-destination>img{
    width: 100%;
    height: 180px;
   

}
h3.destination-card-text{
    text-align: center;
    padding-top: 10px;
    color: #ffc300;
    font-size: 25px;
    margin-bottom: 10px;
}
p.destination-card-text{
      text-align: center;
      color: #fff;
      margin-bottom: 5px;
}
.three-destination:hover{
    box-shadow: 0px 0px 10px white;
    padding: 10px;
}
#why-choose-us{
    width: 100%;
    height: 1000px;
     background-color: #002b5c;
     box-shadow: 0px -6px 10px white;
    
}
.why-choose-us-h1{
     text-align: center;
    color: #ffc300;
    font-size: 55px;
    padding-top: 60px;
    margin-bottom:70px;
    
}
.choose-cards{
     width: 25%;
    height: 300px;
    background-color: #001F3F;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px white;
    transition: 0.4s ease;
}
.choose-cards-main{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 40px;
}

.why-choose-sticker{
    text-align: center;
    font-size: 45px;
}
.why-choose-h3{
  color: #ffc300;
  margin-top: 20px;
    font-size: 28px;
    text-align: center;
}
.why-choose-para{
    color: #fff;
    text-align: center;
    margin-left: 10px;
margin-top: 30px;
line-height: 25px;
    margin-right: 10px;
    font-size: 18px;
}
.choose-cards:hover{
    padding: 10px;
    box-shadow: 0px 0px 10px blue;
}
div.offer{
    width: 100%;
    height: 750px;
   background-color: #001f3f;
   box-shadow: 0px -6px 10px white;
}
.main-h1-offer{
    text-align: center;
    font-size: 50px;
    color: #ffc300;
    padding-top: 80px;
}
.main-three-offer{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
}
.offers{
    width: 25%;
    height: 400px;
    background-color: #002b5c;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 10px white;
    transition: 0.4s ease;
}
.offers:hover{
    box-shadow: 0px 0px 10px blue;
    padding: 05px;
}
.offer-image{
  display: block;
  margin: 20px auto;
    width: 80%;
    height: 150px;
    background-color: black;
    border-radius: 15px;
}
.offer-h1,.offer-h2,.offer-para{
    text-align: left;
    padding-left:30px ;
    margin-bottom: 10px;
}
.offer-h1{
    color: #ffc300;
    font-weight: lighter;
    
}
.offer-para{
    color: #fff;
    line-height: 25px;
    font-size: 15px;
}
.offer-h2{
    color: #fff;
    font-size: 20px;
}
button.book-now{
width: 40%;
height: 45px;
margin-left: 30PX;
background-color: #ffc300;
border-radius: 10px;
font-weight: bold;
}
#footer{
width: 100%;
height: 500px;
background-color: #002b5c;
box-shadow: 0px -6px 10px white;
}
.footer-content{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}
.footer-h1{
    color: #ffc300;
    margin-bottom: 20px;
    font-size: 35px;
    padding-top: 40px;
}
.footer-h2{
     color: #ffc300;
    margin-bottom: 20px;
    font-size: 30px;
    padding-top: 40px;
}
.footer-para{
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer-first-para{
    color: #fff;
    width: 90%;
    text-align: justify;
    font-size: 20px;
    line-height: 28px;
}
.three-content{
    width: 30%;
    margin-left: 100px;
}
.footer-input{
    width: 80%;
    height: 30px;
    border-radius: 6px;
    padding-left: 20px;
}
.footer-button{
    width:40%;
    height: 40px;
    background-color: #ffc300;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 10px;
}
i{
    color: #ffc300;
  
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 25px;
    font-size: 35px;
}
.footer-main{
    width: 100%;
    height: 80px;
    background-color: #001F3F;
    margin-top: 83px;
}
.footer-main-para{
    text-align: center;
    color: #fff;
    
    padding-top: 10px;
}
@media(max-width:800px){
    header,#hero,#destination-main,#why-choose-us,div.offer,#footer{
        width: 1008px;
    }
}
