body{
    margin: 0;
    padding: 0;
    
    
}
a{
    text-decoration: none;
}


.top-bar{
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: rgb(74, 216, 8);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar ul{
  
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    font-weight: 900;
    color: aliceblue;
}
.top-bar a{
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 90px;
    border-radius: 5px;
    
}
.top-bar a:nth-child(2){
    background-color: orange;
}
.top-bar a:hover{
    background-color: orange;
}

.header{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(to right,rgba(255, 166, 0, 0.322),rgba(29, 29, 29, 0.829));
    background-position: center;
    background-size: cover;
    position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    
}
.header .container{
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 85%;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(to right,rgba(20, 20, 20, 0.76),rgba(194, 29, 29, 0.575),rgba(20, 20, 20, 0.76)),url(pics/about.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 4%;
    justify-content: center;
}

.container .history{
    background-color: rgba(0, 0, 0, 0);
    width: 90%;
    padding: 10px;
    border-radius: 20px;
    margin: 20px;
    color: rgb(235, 241, 233);
    font-weight: 900;
    font-size: 25px;
    
}

/*middle section*/

.midle{
    height: fit-content;
    width: 100%;
    background-image: linear-gradient(to right,rgba(255, 166, 0, 0.322),rgba(21, 22, 21, 0.788));
    background-position: center;
    background-size: cover;
    position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    
}
.midle .main-cont{
    width: 95%;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    column-gap: 2%;
}

.main-cont .cont h2{
    color: rgb(12, 243, 12);
    font-size: 20px;
}
.main-cont .cont{
    width: 18%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(to right,rgba(20, 20, 20, 0.76),rgba(194, 29, 29, 0.575),rgba(20, 20, 20, 0.76));
    color: aliceblue;
    border-radius: 20px;
    padding-left: 20px;
    border: 1px solid rgb(7, 231, 7);
}
.main-cont .cont:hover{
    background-image: linear-gradient(to right,rgba(20, 20, 20, 0.938),rgba(194, 29, 29, 0.438),rgba(20, 20, 20, 0.87));
    transform: scale(1.1);
    transition: 1.5s;
    box-shadow: 0 0 5px rgb(9, 240, 9),
    0 0 25px, 0 0 50px rgb(6, 228, 6)
  
}
.team-member{
    width: 20%;
    background-color: green;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px;
    border-radius: 20px;
    color: aliceblue;
    font-weight: 900;
}
.team-member:hover{
    border-radius: 0%;
    transform: rotate(1deg);
    transition: 1.5s;
    box-shadow: 0 0 5px rgb(9, 240, 9),
    0 0 25px, 0 0 50px rgb(6, 228, 6)
}
.team-member a{
    width: 70%;
}

.team-member img{
    height: 200px;
    width: 150px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

}
.team-member button{
    width: 100%;
    height: 40px;
    border-style: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: rgba(0, 0, 0, 0.192);
    color: aliceblue;
    box-shadow: 0 0 5px rgb(9, 240, 9),
    0 0 25px, 0 0 50px orange,
    0 0 100px rgb(9, 240, 9), 0 0 200px rgb(9, 240, 9);
}

.members-partingshot{
    width: 90%;
    background-color: green;
    margin: 20px;
    border-radius: 20px;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
   
}
.members-partingshot a{
    width: 60%;
}
.members-partingshot h2{
   margin-top: -1px;
    width: 60%;
    height: 100px;
    border-style: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
    background-image: linear-gradient(to right,rgba(20, 20, 20, 0.76),rgba(194, 29, 29, 0.575),rgba(20, 20, 20, 0.76));
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center
}
.members-partingshot p{
    color: aliceblue;
    font-size: 20px;
}

.members-partingshot button{
    width: 100%;
    height: 50px;
    border-style: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: rgba(0, 0, 0, 0.192);
    color: aliceblue;
    box-shadow: 0 0 5px rgb(9, 240, 9),
    0 0 25px, 0 0 50px orange,
    0 0 100px rgb(9, 240, 9)
}

/*footersection*/

.footer{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right,rgba(38, 46, 38, 0.959),rgba(29, 28, 27, 0.925)),url(pics/logo.png);
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    row-gap: 20%;
    align-items: center;
    justify-content: center;
}

.footer .contacts{
    width: 40%;
    height: 80%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}
.footer ul{
    background-color: #70b9761a;
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    justify-content: center;
    list-style: none;
    text-align: center;
    border-radius: 20PX;
    font-size: 20px;
    color: aliceblue;
    padding-left: 10px;
}
.footer ul a{
    color: blue;
}

.footer .copy{
    width: 100%;
    height: 10%;
    background-color: rgba(199, 228, 218, 0.575);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}



/* media query*/

@media only screen and (max-width: 767px){
    .header .container h1{
        
        font-size: 20px;
    
    }
    .top-bar ul{
        
        justify-content: flex-start;
        font-size: 11px;
        column-gap: 15px;
    }
    .top-bar a{
        width: 150px;
        padding: 2px;
    }
    .header .container{
        flex-direction: column;
        width: 95%;
        height: 90%;
        margin-top: 30%;
        padding-bottom: 30px;
      
    }
    .container .history{
        font-size: 15px;
    }
    .header .container .logo{
        width: 100%;
        height: 60%;
        border-style: none;
    }
    .header .container .intro{
        width: 100%;
        height: 40%;
        justify-content: flex-start;
        padding-bottom: 30px;
    }
    
    .header .container .logo img{
        height: 80px;
        width: 80px;
    }

    .header .container .intro p{
        font-size: 15px;
        
    }
    .midle{
        flex-direction: column;
    }
    .midle .main-cont{
        flex-direction: column;
        row-gap: 5px;
        padding-bottom: 20px;
    }
    .main-cont .cont{
        width: 98%;
        padding-left: 5px;
       
        
    }
    .main-cont .cont:hover{
        transform: scale(1.0);
    }
    .members-partingshot h2{
        font-size: 15px;
    }
    .members-partingshot p{
        font-size: 15px;
    }
    .team-member{
        width: 80%;
    }
    .team-member img{
        height: 200px;
        width: 150px;

    }

    .footer .contacts{
        width: 70%;
    }
  

}