@import url('https://fonts.googleapis.com/css2?family=Rubik+One&display=swap');

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body{
    margin: 0;
    color: white;
    background-image: url("images/home-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.sizer {
    width: 85%;
    margin: 0 auto;
}

.back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 10;
    background: linear-gradient(270.33deg, rgba(0, 102, 204, 0.7) -7.42%, rgba(160, 97, 181, 0.7) 118.81%);
}

.nav{
    display: flex;
    justify-content: space-between;
    height: 64px;
}

.logo{
    width: 180px;
    height: 62px;
    position: relative;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 62px;
    cursor: pointer;
}

.rightSec{
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.links{
    display: block;
    height: 100%;
    padding: 18px 30px;
    border-width: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    color: white;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.list {
    display: none;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
}

.list img {
    width: 30px;
    height: 30px;
}

.links:hover {
    background-color: rgb(255, 255, 255, 0.1)
}

.list:hover {
    background-color: rgb(255, 255, 255, 0.1)
}

.menu {
    margin-top: 64px;
    background-color: #005bb5;
    height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.menu a {
    display: block;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 20px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    width: 100%;
    color: white;
    z-index: 10;
}

.menu a:hover {
    background-color: rgb(255, 255, 255, 0.1);
}

/****************************************************/

@media (max-width: 1000px) {
    .links {
        display: none;
    }
    .rightSec {
        width: fit-content;
    }
    .list {
        display: flex;
    }
    .back {
        background: none;
        background-color: #005bb5;
    }
}
@media (max-width: 500px) {
    .sizer {
        width: 95%;
    }
}

/****************************************************/

.t-container {
    background: #4D4D4D47;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 80px;
    margin-top: 100px;
}

.t-container h1 {
    font-family: "Rubik One", sans-serif;
    font-weight: 400;
    font-size: 34px;
}

.t-container p {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    width: 85%;
    text-align: center;
}


.f-header {
    font-family: 'Rubik One', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.f-container {
    color: white;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap-reverse;
    align-items: flex-end;

}

.f-container img {
    width: 350px;
    height: 350px;
    border-radius: 18px;
}

.f-container:nth-of-type(odd) {
    flex-direction: row-reverse;
}

.txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    margin: 0px;
    gap: 30px;
}

.txt h2 {
    font-family: 'Rubik One', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}

.txt h3 {
    font-family: 'Rubik One', sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin: 0;
}

.txt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.txt a {
    display: block;
    width: 250px;
    height: 60px;
    border-radius: 13px;
    border: none;
    background: linear-gradient(270deg, #0066CC -9.64%, #A061B5 158.23%);
    color: white;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    text-align-last: center;
    padding-top: 14px;
    font-weight: lighter;
}

/****************************************************/
@media (max-width: 992px) {
    .txt {
        width: 100%;
        align-items: center;
    }
    .f-container {
        justify-content: center;
        gap: 40px;
    }

    .f-container img {
        width: 80%;
        max-width: 300px;
        height: auto;
    }

    .txt a {
        width: 70%;
        max-width: 250px;
        margin: 0 auto; 
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .t-container {
        padding: 20px;
        margin-bottom: 50px;
        margin-top: 70px;
    }

    .t-container h1 {
        font-size: 28px;
    }

    .t-container p {
        font-size: 20px;
        width: 90%;
    }

    .f-header {
        font-size: 30px;
    }

    .txt {
        width: 90%;
        text-align: center;
    }

    .txt h2 {
        font-size: 26px;
    }

    .txt p {
        font-size: 18px;
        line-height: 26px;
    }

    .f-container img {
        width: 90%;
        max-width: 280px;
    }

    .txt a {
        width: 90%;
        padding-top: 12px;
    }
}


/****************************************************/

.board-header {
    font-family: 'Rubik One', sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    height: fit-content;
    margin-bottom: 70px;
}

/****************************************************/

@media (max-width: 1024px) {
    .board-header {
        font-size: 38px;
    }
}

/* For smaller tablets & large phones */
@media (max-width: 768px) {
    .board-header {
        font-size: 32px;
    }
}

/* For mobile devices */
@media (max-width: 480px) {
    .board-header {
        font-size: 28px;
    }
}

/* For very small screens */
@media (max-width: 360px) {
    .board-header {
        font-size: 24px;
    }
}

/****************************************************/

.board {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
}

.card {
    width: 270px;
    height: 350px;
    background: linear-gradient(208.75deg, rgba(160, 97, 181, 0.7) 0%, rgba(0, 102, 204, 0.7) 100%);
    border-radius: 18px;
    text-align: center;
    position: relative;
}

.card img {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.card span {
    position: absolute;
}

.circ1 {
    background: linear-gradient(213.41deg, rgba(160, 97, 181, 0.8) 13.13%, rgba(0, 102, 204, 0.8) 104.96%);
    top: -55px;
    left: 60px;
    width: 150px;
    height: 150px;
    border-radius: 75px;
}

.circ2 {
    background: linear-gradient(224.91deg, rgba(160, 97, 181, 0.8) 6.67%, rgba(41, 130, 219, 0.8) 94.59%);
    top: -60px;
    left: 55px;
    width: 160px;
    height: 160px;
    border-radius: 80px;
}

.circ3 {
    background: linear-gradient(230.18deg, rgba(189, 119, 213, 0.8) 5.5%, rgba(90, 145, 200, 0.8) 91.86%);
    top: -65px;
    left: 50px;
    width: 170px;
    height: 170px;
    border-radius: 85px;
}

.circ4 {
    background: linear-gradient(228.94deg, rgba(209, 170, 222, 0.6) 7.68%, rgba(132, 170, 207, 0.6) 96.97%);
    top: -70px;
    left: 45px;
    width: 180px;
    height: 180px;
    border-radius: 90px;
}

.name { 
    font-family: 'Rubik One', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
}

.role {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 30px 0 40px;
}

.card a {
    display: block;
    width: 85%;
    height: 75px;
    background-color: #35609f;
    border-radius: 14px;
    border-style: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    padding-top: 14px;
    margin-left: 20px;
}

.heads .role {
    font-size: 16px;
}

.card a:hover {
    background-color: #5b82bc;
}

.cover {
    position: absolute;
    width: calc(85% + 6px);
    height: 81px;
    background: linear-gradient(90deg, #A061B5 0%, #F7F9FF 48.5%, #0066CC 100%);
    border-radius: 14px;
    bottom: 22px;
    left: 17px;
}

.heads .cover {
    bottom: 27px;
}

/****************************************************/


@media (max-width: 1365px) {

    .board {
        justify-content: center;
        row-gap: 80px;
    }
}

/****************************************************/

.members {
    border-radius: 10px;
    padding: 20px;
    color: white;
    text-align: center;
    margin: 0 auto;
    background: #4D4D4D47;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.members h2 {
    font-family: 'Rubik One', sans-serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 20px;
}

.members-text {
    max-width: 780px;
    margin: 0 auto; 
    text-align: center;
    margin-bottom: 20px;
}

.members-text {
    font-family: 'Open sans', sans-serif;
    font-weight: lighter;
    font-size: 24px;
    line-height: 32.68px;
    text-align: center;
    margin-bottom: 30px;
}

.members a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    text-align: center;
    padding: 14px 20px;
    border: none;
    max-width: 300px;
    height: 60px;
    background: linear-gradient(270deg, #0066CC -9.64%, #A061B5 158.23%);
    color: white;
    cursor: pointer;
    font-size: 21.1999998px;
    transition: background-color 0.3s ease;
    border-radius: 12px;
    margin-bottom: 50px;
}

/****************************************************/

@media (max-width: 600px) {

    .members h2 {
        font-size: 35px;
    }
    .members-text {
        font-size: 20px;
    }
}

@media (max-width: 400px) {

    .members h2 {
        font-size: 25px;
    }
    .members-text {
        font-size: 18px;
    }
    .members button {
        font-size: 16px;
    }
}

/****************************************************/

.footer{
    display: flex;
    background-color: rgba(77, 77, 77, 0.3);
    height: 280px;
    justify-content: space-evenly;
    position: relative;
}

.contact {
    margin-top: 50px;
}

.clubLogo{
    width: 180px;
    height: 62px;
}

.facebook a, .email p{
    display: inline;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    color: white;
    height: fit-content;
}

.facebook img, .email img {
    width: 20px;
    transform: translateY(3px);
    margin-right: 5px;
}

.facebook {
    margin: 20px 0;
}

.facebook a:hover {
    color: #0066cc;
}

.activities{
    width: fit-content;
    margin-top: 50px;
}
.main{
    width: fit-content;
    margin-top: 50px;
}

.Main{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    text-align: left;
}

.mainLinks a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 14px;
    text-align: left;
    color: #C8CAD0;
    white-space: nowrap;
    margin-bottom: 12px;
    cursor: pointer;
}

.mainLinks a:hover {
    color: white;
}

.Line{
    width: 100%;
    height: 21px;
    background: linear-gradient(270.33deg, rgba(0, 102, 204, 0.7) -7.42%, rgba(160, 97, 181, 0.7) 118.81%);
}

/****************************************************/

@media (max-width: 900px) {

    .main {
        display: none;
    }
}

@media (max-width: 500px) {

    .activities {
        display: none;
    }
}

/****************************************************/
/****************************************************/

.button1 {
    transition: background-color 0.3s ease;
}

.button1:hover {
    background: none;
    background-color: rgb(74, 57, 150);
}

/****************************************************/
/****************************************************/
