*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
.nav li{
    list-style: none;
    padding-right: 10px;
    margin-right: 8px; 
}

.nav a{
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-style: bold;
    font-weight: 700;
}
.show{
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
     flex-wrap: wrap;
}
.container{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
}
.img1{
    width:70px;
}
.inner{
    display: flex;

}
header{
    background-color: rgb(85, 174, 233);
    
}
.inner h3{
    margin-top: 20px;
}

    .first{
    background-color:#f0f1e8e3;
    padding-bottom: -30px;
    
}
.first-a{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    
    
}
.first-a p:nth-child(1){
    margin-top: 40px;
}
.image1 img{
    width: 100%;
    height: 660px;
    border-radius: 35px;
    margin-top: 15px;
}
.container1{
    margin: 17px auto;
    width: 90%;
    
}
.sect-a{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    min-height: 500px;
}  
.sect-a h2{
    font-size: 35px;
    font-weight:900 ;
    padding-top: 30px;
}
.sect-a p{
     font-size: 20px;
     margin-top: 8px;
}
.sect-a button{
    padding: 8px 5px;
    font-weight: 18px;
    font-style: bold;
    border-radius: 15px;
    background-color: rgba(0, 0, 255, 0.356);
    color: white;
    font-weight: 500;
    margin-top: 13px;
}
.sect-a button:hover{
    background-color: darkgoldenrod;
}
.showcase{
    margin-top: 10px;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
   background-repeat: no-repeat;
   min-width: 100%;
   height: 450px;
   margin-top: -17px;  
   background-position: 0 -150px ;
   padding-bottom: -15px;
}
.team{
    background-color:#f0f1e8e3;
    margin-top: -12px;
}
.team-a{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
.team h2{
    text-align: center;
    margin: 15px auto;
}
.sect-b{
    width: 85%;
    margin: 5px auto;
}
.sect-b div{
    border: 2px solid black;
    text-align:center;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    border-radius: 15px ;
}
.sect-b img{
    height: 250px;
    width: 60%;
    margin-top: 5px;
    border-radius: 50%;
  
}
.sect-b div:nth-child(1){ 
    padding-bottom: 22px;
}
.contact h2{
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto;
    background-color: khaki;
}
textarea{
    padding-right: 160px;
    border-radius: 11px ;
}
input{
    padding-right: 155px;
    margin-bottom: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    border-radius: 9px ;
    
}
button{
    padding: 3px 3px;
    font-size: bold;
    border-radius: 10px;
    font-weight: 900; 
    font-size: 15px;
    background-color: rgba(0, 0, 255, 0.849);
    color: white;
    cursor: pointer;
}
button:hover{
    background-color: darkgoldenrod;
}
.contact{
    background-color:#f0f1e8e3;
}
.contact-b{
    width: 70%;
    margin: 0 auto;
}
.contact-a{
    display: flex;
    align-content: flex-start;
    justify-content:space-between ;
}
label{
    font-weight: 900;
}
.footer{
    width: 85%;
    margin: 15px auto;
   height: 100%;
}
.footer-a{
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
.social ul {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    
}
li{
    list-style: none;
    margin-right: 10px;
    
}
.social img{
    width: 60px;
    height: 50px;  
    border-radius: 50%;
}
footer{
    background-color: rgb(240, 191, 215);
    height: 100px;
}
.sec-1,.sec-3{
    width: 80%;
    margin-top: 15px;
    outline: none;
}
.search,.register{
    align-content: center;
    text-align: center;

}
.register1{
    background-color: mediumturquoise;
}
.sec-3 a{
    text-decoration: none;
    
}
.menu img{
    height: 50px; 
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}
@media(max-width:1001px){
    .menu img{
        display: block;
    }
     .show{
         display: none;
        
     }
     .nav li{
         background-color: #ccc;
         width: 200px;
         line-height: 6px;
         margin-left: -50px;
         padding-top: 10px;
         height: 50px;
         opacity: 0.9;
         transform: translateX(-100);
         animation-delay: 600s;
     }
    .apple{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 60px;
        text-align: center;
    }
    .image1 img{
        height: 650px;
    }
}
@media (max-width:841px){
    .footer-a h3{
        padding-top: 13px;
    }
    .footer-a{
        display:block;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
        
      }
      .showcase{
          width: 100%;
          height: 100%;
      }
      .social ul{
          display: inline-flex;
      }
      .team{
          margin-top: -80px;
      }
}
@media(max-width:716px){
    .first-a{
        display: block;
    }
    .image1 img{
        width: 100%;
        height: 300px;
        border-radius: 35px;
        margin-top: 15px;
    }
    .contact-a{
        display: block;
    }
    .container1{
        margin: 5px auto;
        width: 98%;
    }  
    .showcase{
        height: 600px;
        margin-top: 5px;
    }
    .sect-a h2{
        font-size: 35px;
        font-weight:900 ;
        padding-top: 70px;
        
    }
}
@media(max-width:540px){
    .team-a{
        display: block;
        margin-bottom: 5px;
    }
    .sect-b div:nth-child(1),.sect-b div:nth-child(2),.sect-b div:nth-child(3){ 
        margin-bottom: 5px;
    }
}
@media(max-width:490px){
    .showcase{
        height: 800px;
    }
    .sect-a h2{
        font-size: 30px;
        font-weight:900 ;
        padding-top: 50px; 
        color: black;  
    }
    .social ul{
        display: none;
    }
    .sect-a p{
        color: white;  
    }
}
