@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root{
    --ff: "Montserrat",sans-serif;
    --rw: "Raleway", sans-serif;
}

li.logo img{
    height: 100%;
    width: 100%;
}

li.logo a{
    width: 300px;
}

nav{
    background-color: black;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

nav li{
    height: 70px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    font-family: var(--ff);
    font-weight: 600;
}

nav a:hover{
    color: rgb(110, 108, 108);
}

nav li.logo:last-child{
    margin-left: auto;
}

.sideBar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: rgba(135, 194, 253, 0.385);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sideBar li{
    width: 100%;
}

.sideBar a{
    width: 100%;
}

.sideBar a:hover{
    color: white;
}

.sideBar li:hover{
    background-color: gray;
}

li.close:hover{
    background-color: transparent;
    
}

li.close a:hover{
    cursor: default;
}

li.close svg:hover{
    cursor: pointer;
    fill: white;
}

li.menu svg:hover{
    cursor: pointer;
    fill: rgb(76, 76, 76);
}

.menu{
    display: none;
}

div.bg{
    height: 800px;
    width: 100%;
    background-image: url(images/1.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

*{
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-family: var(--ff);
}

h1{
    color: #FFFFFF;
    font-family: var(--ff);
    text-align: center;
    font-size: 80px;
    padding: 20px;
}

h1.header{
    font-weight: 300;
}

span.header2{
    font-weight: bold;
}

.vision h2{
    color: black;
    font-family: var(--rw);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 50px;
}

.vstatement{
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.mstatement{
    font-size: 17px;
    text-align: center;
    padding: 0px 15px ;
    font-weight: 400;
}

.pillar{
    list-style: none;
    display: inline-block;
    border: solid 3px black;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 700;
}

.pillars{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px 5px;
    align-items: center;
}

.mission h2{
    color: black;
    font-family: var(--rw);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 30px;
}

h3{
    color: black;
    font-size: 25px;
    text-align: center;
    padding: 20px;

}

div.clicker p{
    color: #4F4A4A;
    font-family: var(--rw);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 120px;
    animation: click 1s linear infinite;
}

div.clicker2 p{
    color: #4F4A4A;
    font-family: var(--rw);
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 80px;
    animation: click 1s linear infinite;
}

@keyframes click {
    0%{color: #4F4A4A ;}
    100%{color: #151212 ;}
}

.slider1{
    margin-top: 30px;
    height: 28px;
    text-align: center;
    overflow: hidden;
}

.slider2{
    box-sizing: border-box;
    animation: slider 6s linear infinite;
}

@keyframes slider{
    0%{margin-top: 50px;}
    5%{margin-top: 0px;}
    30%{margin-top: 0px;}
    35%{margin-top: -52px;}
    65%{margin-top: -52px;}
    70%{margin-top: -105px;}
    100%{margin-top: -105px;}
}

.slider3{
    margin-top: 30px;
    height: 28px;
    text-align: center;
    overflow: hidden;
}

.slider4{
    box-sizing: border-box;
    animation: slider2 6s linear infinite;
}

@keyframes slider2{
    0%{margin-top: 50px;}
    5%{margin-top: 0px;}
    20%{margin-top: 0px;}
    25%{margin-top: -50px;}
    40%{margin-top: -50px;}
    45%{margin-top: -100px;}
    60%{margin-top: -100px;}
    65%{margin-top: -150px;}
    80%{margin-top: -150px;}
    85%{margin-top: -200px;}
    100%{margin-top: -200px;}
}

.vstates{
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 25px;
}

.mstates{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
}

.container{
    position: relative;
    width: 600px;
    height:500px;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 20px;
}

.flip{
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.vision, .mission{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
}

.mission{
    transform: rotateY(180deg);
}

.flip.flipped .vision{
    transform: rotateY(180deg);
}

.flip.flipped .mission{
    transform: rotateY(360deg);
}

div.vision{
    background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
}

div.mission{
    background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
}


footer{
    background-color: #292727;
    padding-top: 25px;
}

footer div{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.footerpages{
    text-decoration: none;
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 20px;
}

div.links ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
    
}

div.links ul{
    text-align: center;
}

h2{
    color: #FFFFFF;
    font-family: var(--ff);
    font-weight: 500;
}

.links ul li a:hover{
    color: #aaa;
}

.socials li{
    list-style: none;
    display: inline-block;
    margin: 25px 43px;
}

i{
    color: #FFFFFF;
    font-size: 50px;
}

div.socials li a i{
    text-align: center;
}
div.socials li a i:hover{
    color: #aaa;
}
div.bottom{
    background-color: #3c3b3b;
    margin-top: 20px;
}

.bottom p{
    color: #FFFFFF;
}

@media (max-width:1024px) {

    footer{
        background-color: #292727;
        padding-top: 25px;
    }
    
    footer div{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: start;
    }
    
    .footerpages{
        text-decoration: none;
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
    }
    
    div.links ul li{
        list-style: none;
        display: flex;
        flex-direction: column;
        margin: 10px 30px;
        
    }
    
    div.links ul{
        text-align: start;
    }
    
    h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-weight: 700;
        margin: 0 30px;
        font-size: 20px;
    }
    
    .links ul li a:hover{
        color: #aaa;
    }
    
    .socials li{
        list-style: none;
        display: inline-block;
        margin: 25px 20px;
    }
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    div.socials li a i{
        text-align: center;
    }
    div.socials li a i:hover{
        color: #aaa;
    }
    div.bottom{
        background-color: #3c3b3b;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .bottom p{
        color: #FFFFFF;
        font-size: 15px;

    }
    
}

@media (max-width: 1180px) {
    .hideMobile{
        display: none;
    }
    
    .menu{
        display: block;
    }
}


@media (max-width:450px) {

    .sideBar{
        width: 100%;
    }

}

@media (max-width:540px) {

    div.bg{
        height: 800px;
        width: 100%;
        background-image: url(images/1.JPG);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    *{
        padding: 0;
        margin: 0;
        color: #FFFFFF;
        font-family: var(--ff);
    }
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 35px;
        padding: 20px;
    }
    
    h1.header{
        font-weight: 400;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    .vision h2{
        color: black;
        font-family: var(--rw);
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        padding: 30px;
    }
    
    .vstatement{
        font-size: 16px;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .mstatement{
        font-size: 16px;
        text-align: center;
        padding: 0px 15px ;
        font-weight: 400;
    }
    
    .pillar{
        list-style: none;
        display: inline-block;
        border: solid 3px black;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
    }
    
    .pillars{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 5px 5px;
        align-items: center;
    }
    
    .mission h2{
        color: black;
        font-family: var(--rw);
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        padding: 30px;
    }
    
    h3{
        color: black;
        font-size: 18px;
        text-align: center;
        padding: 10px;
    
    }

    li.logo a{
        width: 220px;
    }
    
    div.clicker p{
        color: #4F4A4A;
        font-family: var(--rw);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 140px 0;
        animation: click 1s linear infinite;
    }
    
    div.clicker2 p{
        color: #4F4A4A;
        font-family: var(--rw);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 50px;
        animation: click 1s linear infinite;
    }
    
    @keyframes click {
        0%{color: #4F4A4A ;}
        100%{color: #151212 ;}
    }
    
    .slider1{
        margin-top: 58px;
        height: 56px;
        text-align: center;
        overflow: hidden;
    }
    
    .slider2{
        box-sizing: border-box;
        animation: slider 6s linear infinite;
    }
    
    @keyframes slider{
        0%{margin-top: 54px;}
        5%{margin-top: 0px;}
        30%{margin-top: 0px;}
        35%{margin-top: -66px;}
        65%{margin-top: -66px;}
        70%{margin-top: -122px;}
        100%{margin-top: -122px;}
    }
    
    .slider3{
        margin-top: 58px;
        height: 56px;
        text-align: center;
        overflow: hidden;
    }
    
    .slider4{
        box-sizing: border-box;
        animation: slider2 6s linear infinite;
    }
    
    @keyframes slider2{
        0%{margin-top: 54px;}
        5%{margin-top: 4px;}
        20%{margin-top: 4px;}
        25%{margin-top: -56px;}
        40%{margin-top: -56px;}
        45%{margin-top: -116px;}
        60%{margin-top: -116px;}
        65%{margin-top: -176px;}
        80%{margin-top: -176px;}
        85%{margin-top: -246px;}
        100%{margin-top: -246px;}
    }
    
    .vstates{
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 14px;
    }
    
    .mstates{
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 14px;
    }



    .container{
        position: relative;
        width: 350px;
        height:600px;
        margin: auto;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    
    .flip{
    position: absolute;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.vision, .mission{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
}

.mission{
    transform: rotateY(180deg);
}

.flip.flipped .vision{
    transform: rotateY(180deg);
}

.flip.flipped .mission{
    transform: rotateY(360deg);
}
    
    div.vision{
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    }
    
    div.mission{
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    }
    
}

@media (min-width:768px) and (max-width:1024px) {

    div.bg{
        height: 1000px;
        width: 100%;
        background-image: url(images/1.JPG);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    *{
        padding: 0;
        margin: 0;
        color: #FFFFFF;
        font-family: var(--ff);
    }
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 80px;
        padding: 20px;
    }
    
    h1.header{
        font-weight: 400;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    .vision h2{
        color: black;
        font-family: var(--rw);
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        padding: 50px;
    }
    
    .vstatement{
        font-size: 20px;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .mstatement{
        font-size: 17px;
        text-align: center;
        padding: 0px 15px ;
        font-weight: 400;
    }
    
    .pillar{
        list-style: none;
        display: inline-block;
        border: solid 3px black;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
    }
    
    .pillars{
        display: flex;
        justify-content: space-around;
        padding: 15px 5px;
        align-items: center;
    }
    
    .mission h2{
        color: black;
        font-family: var(--rw);
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        padding: 30px;
    }
    
    h3{
        color: black;
        font-size: 25px;
        text-align: center;
        padding: 20px;
    
    }
    
    div.clicker p{
        color: #4F4A4A;
        font-family: var(--rw);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 120px;
        animation: click 1s linear infinite;
    }
    
    div.clicker2 p{
        color: #4F4A4A;
        font-family: var(--rw);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 80px;
        animation: click 1s linear infinite;
    }
    
    @keyframes click {
        0%{color: #4F4A4A ;}
        100%{color: #151212 ;}
    }
    
    .slider1{
        margin-top: 30px;
        height: 28px;
        text-align: center;
        overflow: hidden;
    }
    
    .slider2{
        box-sizing: border-box;
        animation: slider 6s linear infinite;
    }
    
    @keyframes slider{
        0%{margin-top: 50px;}
        5%{margin-top: 0px;}
        30%{margin-top: 0px;}
        35%{margin-top: -52px;}
        65%{margin-top: -52px;}
        70%{margin-top: -105px;}
        100%{margin-top: -105px;}
    }
    
    .slider3{
        margin-top: 30px;
        height: 28px;
        text-align: center;
        overflow: hidden;
    }
    
    .slider4{
        box-sizing: border-box;
        animation: slider2 6s linear infinite;
    }
    
    @keyframes slider2{
        0%{margin-top: 50px;}
        5%{margin-top: 0px;}
        20%{margin-top: 0px;}
        25%{margin-top: -50px;}
        40%{margin-top: -50px;}
        45%{margin-top: -100px;}
        60%{margin-top: -100px;}
        65%{margin-top: -150px;}
        80%{margin-top: -150px;}
        85%{margin-top: -200px;}
        100%{margin-top: -200px;}
    }
    
    .vstates{
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 25px;
    }
    
    .mstates{
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 25px;
    }
    
    .container{
        position: relative;
        width: 600px;
        height:500px;
        margin: auto;
        margin-bottom: 60px;
        margin-top: 100px;
    }
    
    .flip{
        position: absolute;
        width: 100%;
        height: 100%;
        perspective: 1000px;
    }
    
    .vision, .mission{
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 40px;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: all 0.6s ease-in-out;
    }
    
    .mission{
        transform: rotateY(180deg);
    }
    
    .flip.flipped .vision{
        transform: rotateY(180deg);
    }
    
    .flip.flipped .mission{
        transform: rotateY(360deg);
    }
    
    div.vision{
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    }
    
    div.mission{
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    }
    
}

@media (min-width:1180px) and (max-width:1180px) {

    div.bg{
        height: 800px;
        width: 100%;
        background-image: url(images/1.JPG);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    *{
        padding: 0;
        margin: 0;
        color: #FFFFFF;
        font-family: var(--ff);
    }
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 80px;
        padding: 20px;
    }
    
    h1.header{
        font-weight: 400;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    .vision h2{
        color: black;
        font-family: var(--rw);
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        padding: 50px;
    }
    
    .vstatement{
        font-size: 20px;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .mstatement{
        font-size: 17px;
        text-align: center;
        padding: 0px 15px ;
        font-weight: 400;
    }
    
    .pillar{
        list-style: none;
        display: inline-block;
        border: solid 3px black;
        border-radius: 10px;
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 700;
    }
    
    .pillars{
        display: flex;
        justify-content: space-around;
        padding: 15px 5px;
        align-items: center;
    }
    
    .mission h2{
        color: black;
        font-family: var(--rw);
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        padding: 30px;
    }
    
    h3{
        color: black;
        font-size: 25px;
        text-align: center;
        padding: 20px;
    
    }
    
    div.clicker p{
        color: #4F4A4A;
        font-family: var(--rw);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 120px;
        animation: click 1s linear infinite;
    }
    
    div.clicker2 p{
        color: #4F4A4A;
        font-family: var(--rw);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding: 80px;
        animation: click 1s linear infinite;
    }
    
    @keyframes click {
        0%{color: #4F4A4A ;}
        100%{color: #151212 ;}
    }
    
    .slider1{
        margin-top: 30px;
        height: 28px;
        text-align: center;
        overflow: hidden;
    }
    
    .slider2{
        box-sizing: border-box;
        animation: slider 6s linear infinite;
    }
    
    @keyframes slider{
        0%{margin-top: 50px;}
        5%{margin-top: 0px;}
        30%{margin-top: 0px;}
        35%{margin-top: -52px;}
        65%{margin-top: -52px;}
        70%{margin-top: -105px;}
        100%{margin-top: -105px;}
    }
    
    .slider3{
        margin-top: 30px;
        height: 28px;
        text-align: center;
        overflow: hidden;
    }
    
    .slider4{
        box-sizing: border-box;
        animation: slider2 6s linear infinite;
    }
    
    @keyframes slider2{
        0%{margin-top: 50px;}
        5%{margin-top: 0px;}
        20%{margin-top: 0px;}
        25%{margin-top: -50px;}
        40%{margin-top: -50px;}
        45%{margin-top: -100px;}
        60%{margin-top: -100px;}
        65%{margin-top: -150px;}
        80%{margin-top: -150px;}
        85%{margin-top: -200px;}
        100%{margin-top: -200px;}
    }
    
    .vstates{
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 25px;
    }
    
    .mstates{
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 25px;
    }
    
    .container{
        position: relative;
        width: 600px;
        height:500px;
        margin: auto;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    
    .flip{
        position: absolute;
        width: 100%;
        height: 100%;
        perspective: 1000px;
    }
    
    .vision, .mission{
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 40px;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        transition: all 0.6s ease-in-out;
    }
    
    .mission{
        transform: rotateY(180deg);
    }
    
    .flip.flipped .vision{
        transform: rotateY(180deg);
    }
    
    .flip.flipped .mission{
        transform: rotateY(360deg);
    }
    
    div.vision{
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    }
    
    div.mission{
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    }
    
}


@media (min-width:1025px) {

    nav a{
        height: 100%;
        padding: 0 20px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #aaa;
        font-family: var(--ff);
        font-weight: 600;
    }

    .nav ul li.hideMobile a:hover::after{
        width: 0;
    }
    
}
