@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-regular-webfont.woff2') format('woff2'),
    url('fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaregular';
    src: url('fonts/helvetica-webfont.woff2') format('woff2'),
    url('fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');


*
{
    padding: 0;
    margin: 0;
}
a
{
    text-decoration: none;
}
h1
{
    font-family: "Raleway Thin", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    color: #ffffff;
}
span
{
    background: #ffffff !important;
}
.fp-tooltip
{
    font-family: "Calibri Light", sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase;
}
.s1
{
    background-image: conic-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("img/img2.jpg");
    background-size: cover;

    background-color: black;

}
.s2
{
    background-image:conic-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("img/ab.jpg");
    background-size: cover;
    backdrop-filter: blur(10px);
}
.s3
{
    background-image:conic-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url("img/conbg.jpg");
    backdrop-filter: blur(10px);
    background-size: cover;
}
.s4
{
    background-image:conic-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)), url("img/img1.jpg");
    backdrop-filter: blur(10px);
    background-size: cover;
}
.s5
{
    background-image:conic-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("img/bg.jpg");
    backdrop-filter: blur(10px);
    background-size: cover;
}
.s1 p
{
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}
.s1 img
{
    width: 300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5rem;
}
@keyframes buttons {
    0%{
        width: 300px;
    }
    10%{
        width: 302px;
    }
    20%{

        width: 305px;

    }
    30%{

        width: 308px;

    }
    40%{

        width: 310px;

    }
    50%{

        width: 308px;

    }
    60%{

        width: 305px;

    }
    70%{

        width: 302px;
    }
    80%{

        width: 300px;

    }
    90%{

        width: 298px;

    }
    100%{

        width: 300px;
    }



}

@keyframes contactb {
    0%{
        width: 200px;
    }
    10%{
        width: 202px;
    }
    20%{

        width: 205px;

    }
    30%{

        width: 208px;

    }
    40%{

        width: 210px;

    }
    50%{

        width: 208px;

    }
    60%{

        width: 205px;

    }
    70%{

        width: 202px;
    }
    80%{

        width: 200px;

    }
    90%{

        width: 198px;

    }
    100%{

        width: 200px;
    }



}
.button1
{
    color: #ffffff;
    box-shadow: 0px 0px 10px 1px black;
    margin-top: 1rem;
    font-size: 1rem;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 200px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    animation: contactb 1s infinite;
}
.s2 h1
{
    color: #000;
    box-shadow: 0px 0px 10px 1px black;
    backdrop-filter: blur(10px);
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    animation: buttons 1s infinite;
}
.s4 h1
{
    color: #000;
    box-shadow: 0px 0px 10px 1px black;
    backdrop-filter: blur(10px);
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    animation: buttons 1s infinite;
}
.s5 h1
{
    color: #ffffff;
    box-shadow: 0px 0px 10px 1px black;
    backdrop-filter: blur(10px);
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    animation: buttons 1s infinite;
}
.paragraph
{
    color: #000;
    display: block;
    margin-top: 5rem;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(5px);
    /*border-radius: 20px;*/
    padding: 40px;
    text-align: center;
    font-size: 20px;
    font-family: "Helvetica",sans-serif;
    line-height: 1.6;
}
.vision
{
    background: rgba(255,255,255,.5);
}
.vision p
{
    font-weight: 400;
}
.mission
{
    background: rgba(0,0,0,.5);
    color: #ffffff;
}
.s3 h1
{
    margin-top: 0rem;
}
.row
{
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.card-1
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-family: "Calibri Light",sans-serif;
    box-shadow: 0px 0px 10px 2px black;
    width: 300px;
    color: #ffffff;
    display: flex;
    padding: 20px;
    animation: contact 2s infinite;
}
.card-1 .icon
{
    text-align: center;
    font-size: 2rem;
    padding: 5px;
    margin-right: 30px;
    margin-left: 10px;
}
footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    font-size: .8rem;
    text-align: center;
    color: #ffffff;
    font-family: "Calibri Light",sans-serif;
    box-shadow: 0px 0px 10px 1px black;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(2px);
    padding-top: .3rem;
}
footer a
{
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    h1
    {
        font-size: 1.3rem;
    }
    .button1
    {
        animation: none;
    }
    .s2 h1, .s4 h1, .s5 h1
    {
        animation: none;
    }
    .row
    {
        display: inline-block;
        width: 100%;
        padding: 10px 0px;
    }
    .paragraph
    {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 1rem;
        font-size: .8rem;
    }
    .s2 h1
    {
        width: 200px;
    }
    .s4 h1
    {
        width: 200px;
    }
    .s5 h1
    {
        width: 200px;
        color: #000000;
    }
    .s1
    {
        background-image: conic-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("img/img2-mob.jpg");
        background-size: cover;
    }
    .s2
    {
        background-image:conic-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("img/ab-mob.jpg");
        background-size: cover;
        backdrop-filter: blur(10px);
    }
    .s3
    {
        background-image:conic-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)),url("img/conbg-mob.jpg");
        backdrop-filter: blur(10px);
        background-size: cover;
    }
    .s4
    {
        background-image: url("img/img1-mob.jpg");
        background-size: cover;
    }
    .s5
    {
        background-image: url("img/bg-mob.jpg");
        background-size: cover;
    }
    .s1 img
    {
        width: 300px;
        margin-top: 0rem;
    }

}