
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.container {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.logo {
    position: relative;
    height: 0px;
}
nav ul {
    list-style: none;
    padding: 15px 20px;
    margin: 0;
    display: inline-block;
}
.hidden-list-container {
    position: relative;
    display: inline-block;
}

header {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.container {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo img {
    width: 110px;
    height: auto;
    padding: 20px 20px;
    position: relative;
    bottom: 40px;
}
.logo{
    position: relative;
    height: 0px;
}


nav li {
    margin: 0 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 15px;
    transition: 0.3s;
}

nav a:hover {
    background-color: red;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
}
.home{
    min-height: 25vh;
    width: 100%;
    
    background-size: cover;
    background-attachment: fixed;
}
.first{
    padding-top: 15px;
}
.first h4{
    padding-left: 10px;
}
aside{
    color: black;
    background-color: #ffffff;
    position: relative;
    bottom: 70px;
    width: 30%;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    margin-left: 40px;
    border-radius: 10px;
}

.location{
    background-color: rgb(234, 218, 218);
    border-radius: 30px;
    padding: 10px;
    width: 170%;
    position: relative;
    bottom: 15px;
    
}
.contact{
    background-color:  rgb(234, 218, 218);
    border-radius: 30px;
    padding: 10px;
    width: 170%;
    position: relative;
    bottom: 22px;
}
.tel{
    background-color:  rgb(234, 218, 218);
    border-radius: 30px;
    padding: 10px;
    width: 170%;
    position: relative;
    bottom: 160px;
}
.tel img{
    position: relative;
    top: 10px;
    width: 30px;
    height: 30px;
}
.con{
    display: flex;
}
.co{
    display: flex;
}
.co img{
    position: relative;
    top: 12px;
    width: 30px;
    height: 30px;
}
.con img{
    position: relative;
    top: 12px;
    width: 30px;
    height: 30px;
}

.tel{
    display: flex;
}
.t ,.te{
    display: flex;
}
.t img, .te img{
    position: relative;
    top: 12px;
    width: 30px;
    height: 30px;
}

.set{
    background-color: #ffffff;
    width: 130%;
    height: auto;
    padding: 30px;
    position: relative;
    margin-left: 60%;

}
.set input{
    width: 67%;
    border-radius: 5px;
    border: none;
    background-color: #cccccc7d;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-left: 103px;
}
.set input:hover{
    border: #2f6b07 2px solid;
}
#h:hover{
    border: #2f6b07 2px solid;
}
.a #h{
    border: #2f6b07 2px solid;
}
.num{
    display: flex;
    margin-top: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.a #h{
    border: 1px solid black;
    padding: 15px 55px;
    font-size:large ;
    font-weight: bold;
    color: black;
    text-decoration: none;
    background-color: #cccccc7d;
    border: none;

}
#h{
    border-radius: 5px;
    margin-right: 5px;
   
}
.z #h{
    border: 1px solid black;
    padding: 15px 55px;
    font-size:large ;
    font-weight: bold;
    color: black;
    text-decoration: none;
    background-color: #cccccc7d;
    border: none;
}
.e #h{
    border: 1px solid black;
    padding: 15px 55px;
    font-size:large ;
    font-weight: bold;
    color: black;
    background-color: #cccccc7d;
    text-decoration: none;
    border: none;
}
.set h3{
    text-align: center;
}
#j{
    text-align: center;
    text-decoration: underline;
}
#li{
    background-color: rgba(220, 68, 68, 0.92);
    color: black;
    padding: 10px 25.5%;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    margin-left: 20%;
    border-radius: 20px;
    
}
#li:hover{
    background-color: rgba(233, 29, 29, 0.92);
}
.io{
    background-color:  rgb(234, 218, 218);
    padding: 30px;
}
.in{
    background-color:  rgb(234, 218, 218);
    padding: 30px;
}
.seconde{
    position: relative;
    bottom: 20px;
}
#h:active, #h:focus {
    background-color: #e74c3c;
}
footer {
    background-color: #333;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.hidden-list-container {
    position: relative;
    display: inline-block;
  }

.hover-link {
    text-decoration: underline;
    cursor: pointer;
    
}
.hover-link:hover{
    background-color: red;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px; 
}

.hidden-list {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10%;
    top: 20px;
    width: 130%;
}

  
.hidden-list-container:hover .hidden-list {
    display: block;
}

.hidden-list li {
 margin: 5px 0;
}
.hover-link{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 15px;
    transition: 0.3s;
}
.hidden-list li {
    margin-bottom: 10px;
    
}
.hidden-list li a{
    color: black;
}
.hidden-list li :hover{
    color: red;
    background-color: transparent;
}
body{
    animation: fade 2s ;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
html {
    height:100%;
  }
  
  body {
    margin:0;
  }
  
  .bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, rgb(130, 20, 3) 50%, rgb(3, 41, 5) 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
  }
  
  .bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
  }
  
  .bg3 {
    animation-duration:5s;
  }
  
  .content {
    background-color:rgba(255,255,255,.8);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    padding:10vmin;
    position:fixed;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
  }
  
  @keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }