@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;

}
.box{
    width: 100%;
}
.nav{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: white;
}
.logo{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logotab{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.logotab img{
    height: 100%;
}
.navspace{
    width: 20%;
    height: 100%;
]}
.navbar{
    width: 50%;
    height: 100%;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
 
}
.navbar a{
    width: 18%;
    height: 80%;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.navtab{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    transition: 0.1s;
    border-bottom: 3px solid transparent;
}
.navtab:hover{
    transition: 0.3s;
    border-bottom: 3px solid Blue;
    color: Blue;
}
.banner{
    width: 100%;
    height: 100%;
    background-image: url(YSCIbanner.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bannerlogo{
    width: 25%;
}
.bannertitle{
    width: 100%;
    font-size: 45px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: white;
}
.bannertagline{
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: white;

}
.bannerCTA{
    width: 200px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.3s;
    border: 3px solid white;
    cursor: pointer;
    margin-bottom: 50px;
    transform: scale(1);

}
.bannerCTA:hover{
    transition: 0.3s;
    background: white;
    border: 3px solid white;
    color: black;
}

.aboutpage{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.aboutimg{
    width: 50%;
    height: 100%;
    background: black;
    background-image: url(abtimg.jpg);
    background-repeat: no-repeat;
    background-size: 130%;

}
.aboutsec{
    width: 50%;
    height: 100%;
}
.abouthead{
    margin-left: 50px;
    width: 70%;
    font-size: 50px;
    margin-top: 20px;
    border-bottom: 3px solid black;
    padding-bottom: 10px;
}
.aboutpara{
    width: 70%;
    margin-top: 20px;
    margin-left: 50px;
    text-align: justify;
    font-size: 15px;
}
.aboutbtn{
    width: 200px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-top: 40px;
    color: rgb(0, 0, 0);
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.3s;
    border: 3px solid Black;
    cursor: pointer;
}
.aboutbtn:hover{
    transition: 0.3s;
    background: rgb(0, 0, 0);
    border: 3px solid black;
    color: white;
}
.teampage{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.teamtitle{
    width: 100%;
    font-size: 50px;
    margin-top: 45px;
    text-align: center;
}
.teamsec{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.teambox{
    width: 30%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.teamimg{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: white;
    border: 3px solid black;
    overflow: hidden;
}
.teamname{
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
.teampost{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;

}
.teambtn{
    width: 200px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.3s;
    border: 3px solid Black;
    cursor: pointer;
}
.teambtn:hover{
    transition: 0.3s;
    background: rgb(0, 0, 0);
    border: 3px solid black;
    color: white;
}
.timg1{
    width: 100%;
    margin-top: -40px;
}
.timg2{
    width: 140%;
    margin-top: -40px;
}
.timg3{
    width: 100%;
}
.gallerybanner{
    width: 100%;
    height: 100%;
    background-image: url(YSCIbanner.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.gallerytext{
    width: 70%;
    font-size: 250px;
    color: white;
    text-align: center;
}
.contactpage{
    width: 100%;
    height: 50%;
    background: black;
    display: flex;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contactsec{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contactlogo{
    width: 30%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.contactlogo img{
    width: 100%;
}


