@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

:root {
    --primary: #121212;
    --secondary: #414141;
    --acent: #3B9D9C;
    --white: #FFFFFF;
    --grey: #EEEEEE;


    --padding-sm: 0.5rem;
    --padding-md: 0.75rem;
    --padding-lg: 1rem;


    --txt-sm: 16px;
    --txt-md: 20px;
    --txt-lg: 36px;

    --txt-s-re: 12px;
    --txt-m-re: 18px;
    --txt-l-re: 30px;

}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.hero-bg {
    background: url('../images/HomeBG.png') !important;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

.hero-wrap {
    height: inherit;
    width: inherit;
    color: var(--white);
}

.hero-wrap>h1 {
    position: absolute;
    left: 0;
    top: relative;
    transform: rotate(-90deg);
    margin-top: 150px;
    padding: 1rem;
    font-size: 24px;
    font-weight: 400;
    color: var(--grey);
}

.hero-wrap h1::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 65px;
    background-color: var(--white);
    top: 50%;
    left: calc(-50% - 0px);

}

.hero-info {
    color: var(--white);
    display: flex;
    width: 100% !important;
    flex-direction: column;
    height: inherit;
    padding-left: 150px;
    padding-top: 60px;
}

.hero-info h1 {
    width: 706px;
    margin: 0.5rem 0;
    font-size: 64px;
    font-weight: 400;
}

.hero-info p {
    font-size: 24px;
    padding: 0.25rem 0.1rem 1rem 0.1rem;
    max-width: 50%;
}

/* -------- Dheerajs part -------- */

.who-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
    padding: 117px 137px 153px 150px;
}

.who-info p {
    width: 100%;
    padding-bottom: 15px;
    font-size: var(--txt-md);
    color: var(--secondary);
    font-weight: 400;
}

.who-info h1 {
    padding-bottom: 15px;
    font-size: var(--txt-lg);
    color: var(--primary);
    font-weight: 700;
}

.rudra p {
    padding-bottom: 15px;
    font-size: var(--txt-md);
    color: var(--secondary);
    font-weight: 400;
}

.rudra h1 {
    padding-bottom: 15px;
    font-size: var(--txt-lg);
    color: var(--primary);
    font-weight: 700;
}


.aksha p {
    padding-bottom: 15px;
    font-size: var(--txt-md);
    color: var(--secondary);
    font-weight: 400;
}

.aksha h1 {
    padding-bottom: 15px;
    font-size: var(--txt-lg);
    color: var(--primary);
    font-weight: 700;
}

.chennai p {
    padding-bottom: 15px;
    font-size: var(--txt-md);
    color: var(--secondary);
    font-weight: 400;
}

.chennai h1 {
    padding-bottom: 15px;
    font-size: var(--txt-lg);
    color: var(--primary);
    font-weight: 700;
}


#vision-para {
    padding-top: 50px;
}

/*----------- About Info ----------*/

.about-bg {
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 540px;
}

.about-bg img {
    padding: 147px 10px 0px 75px;
}

.about-info {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 147px 195px 96px 100px;
}

.about-info h1 p {
    padding-bottom: 25px;
}

.about-info p {
    font-size: var(--txt-md);
    font-weight: 400;
    color: #A3A3A3;
}

.about-info h1 {
    font-size: var(--txt-lg);
    font-weight: 400;
    color: var(--white);
}

.btn-group {
    padding-top: 50px;
}

/*------- ************ Cards *********** ------------*/
.card-temp {
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.adv-para {
    display: flex;
    flex-direction: column;
    padding: 117px 130px 25px 150px;
}

.card-temp p {
    padding-bottom: 15px;
    font-size: var(--txt-md);
    color: var(--secondary);
    font-weight: 400;
}

.card-temp h1 {
    padding-bottom: 15px;
    font-size: var(--txt-lg);
    color: var(--primary);
    font-weight: 700;
}

.cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px 100px;
}

.allmem-btn {
    display: flex;
    flex-direction: row;
    padding-bottom: 75px;
    align-items: flex-start;
    justify-content: center;
}

/*-----********** Contribute to team*********** -------*/
.contri-bg {
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: flex-start;
    justify-content: center;
}

.contri-bg h3 {
    align-self: center;
    padding-top: 75px;
    font-weight: 400;
    font-size: var(--txt-md);
}

.contri-bg>h1 {
    align-self: center;
    padding-top: 50px;
    font-weight: 500;
    font-size: 48px;
}

.team-join {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 50px 137px 100px 150px;
}

.sponser-us h1 {
    font-weight: 400;
    font-size: var(--txt-lg);
    padding-bottom: 25px;
}

.team-join h1 {
    font-weight: 400;
    font-size: var(--txt-lg);
    padding-bottom: 25px;
}

.team-join p {
    font-weight: 400;
    font-size: var(--txt-md);
    color: #D9D9D9;
}

.sponser-us p {
    font-weight: 400;
    font-size: var(--txt-md);
    color: #D9D9D9;
}

.sponser-us {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 30px 137px 100px 150px;
}

/*****************Memeber Information Part***************/
.member-info {
    padding: 0px;
}

.info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    width: 1500px;
}

.info-container2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 135px;
}

.img-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-card>img {
    clip-path: circle(50.0% at 50% 50%);
    max-height: 310px;
    max-width: 310px;
    object-fit: cover;
}

.slide-card>img {

    height: 500px;
    object-fit: contain;
    align-self: center;
}

/* .prabal>img {
    
    height: 100px; 
    object-fit: contain;
    align-self:  center;
} */

.prabal {
    width: 550px;
}

.img-card>h2 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #090909;
}

.img-card>h3 {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #414141;
}

.spec-info {
    flex: 1;
}

.spec-info p::before {
    content: '\201c';
    font-family: 'Modern Antiqua';
    font-style: normal;
    font-weight: 500;
    font-size: 150px;
    color: #3B9D9C;
    position: absolute;
    top: 0;
    left: -2rem;
    line-height: 0.5;
}

.spec-info p::after {
    content: '\201d';
    position: absolute;
    padding-top: 10px;
    font-family: 'Modern Antiqua';
    font-style: normal;
    font-weight: 500;
    font-size: 150px;
    top: 100%;
    right: 0;
    line-height: 0.5;
    color: #3B9D9C;
}

.spec-info p::first-letter {
    margin-left: 3rem;
}

.spec-info p {
    width: 700px;
    align-self: center;
    justify-self: flex-end;
    font-family: 'Poppins';
    font-style: italic;
    /* font-weight: 400; */
    font-size: 20px;
    color: var(--secondary);
    position: relative;
}

/*********** Image Gallery ***********/
.Image-gallery {
    display: flex;
    flex-flow: wrap;
    padding: 150px 171px 101px 172px;
    align-content: center;
    justify-content: center;
}

.Image-gallery img {
    margin: 15px;
}


/*@media only screen and (max-width: 1024px){
    .spec-info p{
        font-size: 16px;
    }
}*/