@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
:root{
    --primaryCol : #17202A;
    --event : #e2c625;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background: url("banner1.png") no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*Logo Profile*/
.rcicon img{
    margin-top: 5%;
    transition: all 0.7s;
}
.rc{
    width: 8%;
}
.hc{
    width: 10%;
}


/*lgbox*/
.lgbox{
    display: flex;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
/*galllary*/
.gallary{
    width: 45%;
    align-items: center;
    justify-content: center;
    display: flex;
    max-height: 400px;
}
.slider{
    width: 400px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.slides{
    width: 100%;
    height: 400px;
    display: flex;
}
.slides input{
    display: none;
}
.slide{
    width: 100%;
    transition: 2s;
}
.slide img {
    width: 400px;
    height: 400px;
}

.navigation-manual{
    position: absolute;
    width: 400px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}
.manual-btn{
    border: 2px solid gold;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child){
    margin-right: 40px;
}
.manual-btn:hover{
    background: #e2c625;
}
#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -100%;
}
#radio3:checked ~ .first{
    margin-left: -200%;
}
#radio4:checked ~ .first{
    margin-left: -300%;
}
#radio5:checked ~ .first{
    margin-left: -400%;
}
#radio6:checked ~ .first{
    margin-left: -500%;
}
#radio7:checked ~ .first{
    margin-left: -600%;
}
.navigation-auto{
    position: absolute;
    display: flex;
    width: 400px;
    justify-content: center;
    margin-top: 360px;
}
.navigation-auto div{
    border: 2px solid gold;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto div:not(:last-child){
    margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
    background-color: #e2c625;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background-color: #e2c625;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background-color: #e2c625;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background-color: #e2c625;
}
#radio5:checked ~ .navigation-auto .auto-btn5{
    background-color: #e2c625;
}
#radio6:checked ~ .navigation-auto .auto-btn6{
    background-color: #e2c625;
}
#radio7:checked ~ .navigation-auto .auto-btn7{
    background-color: #e2c625;
}
/*ClubLogo*/
.clubLogo{
    width: 45%;
    margin-top: 80px;
    color: #fff;
    font-family: 'Poppins';
}
.title{
    font-size: 70px;
    font-family: 'Poppins';
    letter-spacing: 10px;
}
.SubTitle{
    font-family: 'Poppins';
    font-size: 30px;
    letter-spacing: 2px;
}
/*animation*/
.hidden {
    opacity: 0;
    transition: all 1s;
}
.show{
    opacity: 1;
}

/*About*/
.Aabout{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #1b1b1bc9;
}
.Atitle{
    margin-top: 25px;
    font-size: 2.5rem;
    color: gold;
}
.parth2{
    display: flex;
}
.fAbox{
    width: 45%;
}
.fAbox img{
    width: 65%;
}
.sAbox{
    width: 45%;
}
.sAbox p{
    margin-top: 15%;
    font-size: 1.2rem;
    color: #fff;
}

/*Top-Board*/
.topBM{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #1b1b1b8e;
}
.Ttitle{
    margin-top: 35px;
    font-size: 2.5rem;
    color: gold;
}
.MemberListF,.MemberListS{
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    background-color: transparent;  
}
.member{
    width: 30%;
    height: 300px;
    margin-left: 5%;
    border-radius: 15px;
    margin-right: 5%;
    background-color: #1b1b1bef;
    bottom: 10px;
}
.member img{
    width: 80%;
    height: 60%;
    margin-top: 7%;
}
.member p span{
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
}
.member p{
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

/*Projects*/
.contactus_form{
    width: 40%;
    height: auto;
    background-color: var(--primaryCol);
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}
.contactus_form .title{
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: normal;
}
.contact-info{
    color: #aaaaaa;
    font-size: 1.5rem;
}
.contact-info span{
    font-weight: 300;
}
.contact-info p{
    font-size: 1.2rem;
}
.contact-number{
    color: rgb(120, 255, 255);
    font-size: 1rem;
    font-style: none;
}
.ecose{
    width: 40%;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #e2c625;
    border: none;
    border-radius: 15px;
}
.ecose a{
    text-decoration: none;
    color: #17202A;
    font-size: 1.5rem;
}
