 .menu{
    text-align: center;
    background-color: rgb(7, 7, 74);
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 7%;
    padding-right: 7%;
    align-items: center;
 }
 .intro{
    display: flex;
    gap: 20px;
 }
.icon{
    gap:10px;
    padding-right: 4px;
    font-size: 16px;
 }
.logo{
    height: 95px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    display: flex;
    padding-left: 4%;
    padding-right: 7%;
    font-family:Tahoma ;
}
.series ul{
    gap: 30px;
    display: flex;
}
.series li{
    list-style: none;
} 
.series li a{
    color: black;
    text-decoration: none;
}
.series li a:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
} 
 button a{
    text-decoration: none;
    color: white;

}
.logo button{
    align-items: center;
    border: none;
    background-color: aquamarine;
    background-image: linear-gradient( 90deg,rgb(68, 181, 181), rgb(92, 205, 92));
    color:white;
    border-radius: 5px;
    height: 50px;
    width:145px;
    font-size: 17px;
}
.logo button a{
    text-decoration: none;
    color: white;
}
.logo img{
    width: 20%;
}
.logo h4{
    display: inline;
}
.availability{
    margin-top: 7%;
    background-color: rgb(217, 245, 245);
    display: flex;
    text-align: center;
    padding: 5%;
}
.availabilities img{
   margin-top: 8%;
    width: 40%;
    height: 300px;
}
.icons{
  display: flex;
    width: 100%;
   gap: 35px;
}
.icons i{
    font-size: 20px;
}
 .icons ul{
    margin: 0%;
    padding: 0%;
    line-height: 70px;
    list-style: none;
    text-decoration: none; 
}
.icons li{
    font-size: 17px;
}
.info{
    font-family: sans-serif;
    text-align:start;
    flex-wrap: wrap;
}
.info h1{
    font-size: 45px;
      color:rgb(23, 23, 143) ;
}
.info p{
    line-height: 30px;
}
.contact{
    height: 600px;
    color: white;
    background-color: rgb(3, 3, 78);
}
.email{
    font-family: sans-serif;
    padding: 2px;
    
    display: flex;
}
.menubar{
    padding-top: 4%;
    display: flex;
   margin-left: 3%;
   gap: 50px;
}
.menubar h2{
    font-size: 21px;
}
.list-icon ul{
      margin: 0%;
    padding: 0%;
    padding-top: 3%;
      font-size: 15px;
     line-height: 0%;
} 
.list-icon li{
     line-height: 45px;
    list-style:none ;
    text-decoration: none;
    font-size: 16px;
}
.list-icon li a{
    color: white;
    text-decoration: none;
}
.logotype{
    padding-left: 4%;
    width: 28%;
   
}
.logotype img{
  
  width: 90%;
}
.logotype p{
    margin-top: 0;
    font-size: 17px;
   margin-left: 12%;
     line-height: 30px;
}
 .nav-section ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
 .offers ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
 .contactus ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
.apps i{
    font-size: 20px;
    margin-top: 5%;
}
footer{
   border-top: 1px solid white;
    padding:3px;
   
    text-align: center;
        color: white;
    background-color: rgb(3, 3, 78);
}