@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --ff: "Montserrat",sans-serif;
}

*{
    padding: 0;
    margin: 0;
}

body{
    background-color: black;
}

div.back i{
    font-size: 40px;
}

div.back i:hover{
    color: #3c3b3b;
}

div.bg{
    width: 100%;
    height: 1400px;
}

div.animatedBG{
    z-index: -1;
    position: absolute;
    inset: 0;
    justify-content: center;
}

div.absoluteInset{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

div.blob1{
    width: 50%;
    height: 700px;
    border-radius: 9999px;
    opacity: .5;
    filter: blur(90px);
    background-color: #FF0000;
    animation: one ease-in-out 10s infinite;
    position: relative;

}

div.blob2{
    width: 50%;
    height: 700px;
    border-radius: 9999px;
    opacity: .5;
    filter: blur(90px);
    opacity: .5;
    filter: blur(90px);
    background-color: #102267;
    animation: two ease-in-out 10s infinite;
    position: relative;
}

div.blob3{
    width: 50%;
    height: 700px;
    border-radius: 9999px;
    opacity: .5;
    filter: blur(90px);
    background-color: #102267;
    animation: three ease-in-out 10s infinite;
    position: relative;
}

div.blob4{
    width: 50%;
    height: 700px;
    border-radius: 9999px;
    opacity: .5;
    filter: blur(90px);
    background-color: #FF0000;
    animation: four ease-in-out 10s infinite;
    position: relative;
}

@keyframes one{
    0%{left: 0px; top: -50px;}
    25%{left: 100px; top: 20px;}
    50%{left: 30px; top: -30px;}
    75%{left: 70px; top: 400px;}
    100%{left: 0px; top: -50px;}
}

@keyframes two{
    0%{right: 50px; top: -50px;}
    25%{right: 100px; top: 80px;}
    50%{right: 200px; top: -30px;}
    75%{right: 70px; top: 130px;}
    100%{right: 50px; top: -50px;}
}

@keyframes three{
    0%{left: 0px; bottom: 300px;}
    25%{left: 40px; bottom: 20px;}
    50%{left: 30px; bottom: 80px;}
    75%{left: 70px; bottom: 130px;}
    100%{left: 0px; bottom: 300px;}
}

@keyframes four{
    0%{right: 50px; bottom: 200px;}
    25%{right: 80px; bottom: 70px;}
    50%{right: 200px; bottom: 100px;}
    75%{right: 70px; bottom: 130px;}
    100%{right: 50px; bottom: 200px;}
}


h1{
    color: #FFFFFF;
    font-family: var(--ff);
    text-align: center;
    font-size: 80px;
    padding: 20px;
}

h1.header1{
    font-weight: 300;
}

span.header2{
    font-weight: bold;
}

div.banner{
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
}

div.slider{
    width: 100%;
    height: 50px;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    display: flex;
    align-items: center;
}

div.buttons{
    width: 50%;
    display: flex;
    justify-content: center;
}

button.b1{
    padding: 0 20px;
    font-size: 30px;
    font-family: var(--ff);
    font-weight: 700;
    color: #fff;
    border: none;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    background-color: transparent;
}

button.b2{
    padding: 0 20px;
    font-size: 30px;
    font-family: var(--ff);
    font-weight: 700;
    border: none;
    border-bottom: 3px solid #303030;
    cursor: pointer;
    background-color: transparent;
    color: #303030;
}

div.description{
    text-align: center;
    margin-top: 150px;
}

div.description p{
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 40px;
    line-height: 80px;
    padding: 0;
}

div.pics{
    width: 100%;
    height: 400px;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

div.picture{
    width: 400px;
    height: 300px;
    border: 2px solid black;
    margin-top: 0;
}

img{
    width: 100%;
    height: 100%;
}

div.info{
    width: 100%;
    height: 120px;
    text-align: center;
    border-radius: 200px;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    padding: 40px 0;
}

div.infoHeader h3{
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 30px;
}

div.socialMedia{
    display: flex;
    align-items: center;
    justify-content: center;
}

div.time p{
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 20px;
    font-weight: 400;
    padding: 20px 10px;
}

div.icon i{
    font-size: 40px;
    margin-right: 20px;
}

div a.insta{
    text-decoration: none;
    font-family: var(--ff);
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 600;
}

a.insta:hover{
    color: #3c3b3b;
}






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:540px) {
    body{
        background: linear-gradient(-45deg,#FF0000, #102267);
    }

    div.back i{
        font-size: 30px;
    }
    
    div.back i:hover{
        color: #3c3b3b;
    }
    
    div.bg{
        width: 100%;
        height: 1600px;
    }
    
    div.animatedBG{
        z-index: -1;
        position: absolute;
        inset: 0;
        justify-content: center;
    }
    
    div.absoluteInset{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    div.blob1{
        display: none;
        width: 50%;
        height: 700px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #FF0000;
        animation: one ease-in-out 10s infinite;
        position: relative;
    
    }
    
    div.blob2{
        display: none;
        width: 50%;
        height: 700px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        opacity: .5;
        filter: blur(90px);
        background-color: #102267;
        animation: two ease-in-out 10s infinite;
        position: relative;
    }
    
    div.blob3{
        display: none;
        width: 50%;
        height: 700px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #102267;
        animation: three ease-in-out 10s infinite;
        position: relative;
    }
    
    div.blob4{
        display: none;
        width: 50%;
        height: 700px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #FF0000;
        animation: four ease-in-out 10s infinite;
        position: relative;
    }
    
    @keyframes one{
        0%{left: 0px; top: -50px;}
        25%{left: 100px; top: 20px;}
        50%{left: 30px; top: -30px;}
        75%{left: 70px; top: 400px;}
        100%{left: 0px; top: -50px;}
    }
    
    @keyframes two{
        0%{right: 50px; top: -50px;}
        25%{right: 100px; top: 80px;}
        50%{right: 200px; top: -30px;}
        75%{right: 70px; top: 130px;}
        100%{right: 50px; top: -50px;}
    }
    
    @keyframes three{
        0%{left: 0px; bottom: 300px;}
        25%{left: 40px; bottom: 20px;}
        50%{left: 30px; bottom: 80px;}
        75%{left: 70px; bottom: 130px;}
        100%{left: 0px; bottom: 300px;}
    }
    
    @keyframes four{
        0%{right: 50px; bottom: 200px;}
        25%{right: 80px; bottom: 70px;}
        50%{right: 200px; bottom: 100px;}
        75%{right: 70px; bottom: 130px;}
        100%{right: 50px; bottom: 200px;}
    }
    
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 35px;
        padding: 20px;
    }
    
    h1.header1{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.banner{
        width: 100%;
        height: 150px;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    }
    
    div.slider{
        width: 100%;
        height: 30px;
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
        display: flex;
        align-items: center;
    }
    
    div.buttons{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    button.b1{
        padding: 0 10px;
        font-size: 20px;
        font-family: var(--ff);
        font-weight: 700;
        color: #fff;
        border: none;
        border-bottom: 3px solid #fff;
        cursor: pointer;
        background-color: transparent;
    }
    
    button.b2{
        padding: 0 10px;
        font-size: 20px;
        font-family: var(--ff);
        font-weight: 700;
        border: none;
        border-bottom: 3px solid #303030;
        cursor: pointer;
        background-color: transparent;
        color: #303030;
    }
    
    div.description{
        text-align: center;
        margin-top: 60px;
    }
    
    div.description p{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
        line-height: 40px;
        padding: 0 10px;
    }
    
    div.pics{
        width: 100%;
        height: 800px;
        margin-top: 20px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }
    
    div.picture{
        width: 300px;
        height: 230px;
        border: 2px solid black;
        margin-top: 20px;
    }
    
    img{
        width: 100%;
        height: 100%;
    }
    
    div.info{
        width: 100%;
        height: 120px;
        text-align: center;
        border-radius: 200px;
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
        padding: 40px 0;
    }
    
    div.infoHeader h3{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
    }
    
    div.socialMedia{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    div.time p{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 16px;
        font-weight: 400;
        padding: 20px 10px;
    }
    
    div.icon i{
        font-size: 20px;
        margin-right: 20px;
    }
    
    div a.insta{
        text-decoration: none;
        font-family: var(--ff);
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 600;
    }
    
    a.insta:hover{
        color: #3c3b3b;
    }
    
}

@media (min-width:1180px) and (max-width:1180px) {

    div.back i{
        font-size: 40px;
    }
    
    div.back i:hover{
        color: #3c3b3b;
    }
    
    div.bg{
        width: 100%;
        height: 2100px;
    }
    
    div.animatedBG{
        z-index: -1;
        position: absolute;
        inset: 0;
        justify-content: center;
    }
    
    div.absoluteInset{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    div.blob1{
        width: 50%;
        height: 1100px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #FF0000;
        animation: one ease-in-out 10s infinite;
        position: relative;
    
    }
    
    div.blob2{
        width: 50%;
        height: 1100px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        opacity: .5;
        filter: blur(90px);
        background-color: #102267;
        animation: two ease-in-out 10s infinite;
        position: relative;
    }
    
    div.blob3{
        width: 50%;
        height: 1100px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #102267;
        animation: three ease-in-out 10s infinite;
        position: relative;
    }
    
    div.blob4{
        width: 50%;
        height: 1100px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #FF0000;
        animation: four ease-in-out 10s infinite;
        position: relative;
    }
    
    @keyframes one{
        0%{left: 0px; top: -50px;}
        25%{left: 100px; top: 20px;}
        50%{left: 30px; top: -30px;}
        75%{left: 70px; top: 400px;}
        100%{left: 0px; top: -50px;}
    }
    
    @keyframes two{
        0%{right: 50px; top: -50px;}
        25%{right: 100px; top: 80px;}
        50%{right: 200px; top: -30px;}
        75%{right: 70px; top: 130px;}
        100%{right: 50px; top: -50px;}
    }
    
    @keyframes three{
        0%{left: 0px; bottom: 300px;}
        25%{left: 40px; bottom: 20px;}
        50%{left: 30px; bottom: 80px;}
        75%{left: 70px; bottom: 130px;}
        100%{left: 0px; bottom: 300px;}
    }
    
    @keyframes four{
        0%{right: 50px; bottom: 200px;}
        25%{right: 80px; bottom: 70px;}
        50%{right: 200px; bottom: 100px;}
        75%{right: 70px; bottom: 130px;}
        100%{right: 50px; bottom: 200px;}
    }
    
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 60px;
        padding: 20px;
    }
    
    h1.header1{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.banner{
        width: 100%;
        height: 200px;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    }
    
    div.slider{
        width: 100%;
        height: 50px;
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
        display: flex;
        align-items: center;
    }
    
    div.buttons{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    button.b1{
        padding: 0 10px;
        font-size: 30px;
        font-family: var(--ff);
        font-weight: 700;
        color: #fff;
        border: none;
        border-bottom: 3px solid #fff;
        cursor: pointer;
        background-color: transparent;
    }
    
    button.b2{
        padding: 0 10px;
        font-size: 30px;
        font-family: var(--ff);
        font-weight: 700;
        border: none;
        border-bottom: 3px solid #303030;
        cursor: pointer;
        background-color: transparent;
        color: #303030;
    }
    
    div.description{
        text-align: center;
        margin-top: 150px;
    }
    
    div.description p{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 40px;
        line-height: 80px;
    }
    
    div.pics{
        width: 100%;
        height: 1000px;
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }
    
    div.picture{
        width: 400px;
        height: 300px;
        border: 2px solid black;
        margin-top: 20px;
    }
    
    img{
        width: 100%;
        height: 100%;
    }
    
    div.info{
        width: 100%;
        height: 120px;
        text-align: center;
        border-radius: 200px;
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
        padding: 40px 1px;
    }
    
    div.infoHeader h3{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 30px;
    }
    
    div.socialMedia{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    div.time p{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
        font-weight: 400;
        padding: 20px 10px;
    }
    
    div.icon i{
        font-size: 40px;
        margin-right: 20px;
    }
    
    div a.insta{
        text-decoration: none;
        font-family: var(--ff);
        font-size: 25px;
        color: #FFFFFF;
        font-weight: 600;
    }
    
    a.insta:hover{
        color: #3c3b3b;
    }
    
}

@media (min-width:768px) and (max-width:1024px) {

    div.back i{
        font-size: 40px;
    }
    
    div.back i:hover{
        color: #3c3b3b;
    }
    
    div.bg{
        width: 100%;
        height: 2300px;
    }
    
    div.animatedBG{
        z-index: -1;
        position: absolute;
        inset: 0;
        justify-content: center;
    }
    
    div.absoluteInset{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    div.blob1{
        width: 50%;
        height: 1300px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #FF0000;
        animation: one ease-in-out 10s infinite;
        position: relative;
    
    }
    
    div.blob2{
        width: 50%;
        height: 1300px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        opacity: .5;
        filter: blur(90px);
        background-color: #102267;
        animation: two ease-in-out 10s infinite;
        position: relative;
    }
    
    div.blob3{
        width: 50%;
        height: 1300px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #102267;
        animation: three ease-in-out 10s infinite;
        position: relative;
    }
    
    div.blob4{
        width: 50%;
        height: 1300px;
        border-radius: 9999px;
        opacity: .5;
        filter: blur(90px);
        background-color: #FF0000;
        animation: four ease-in-out 10s infinite;
        position: relative;
    }
    
    @keyframes one{
        0%{left: 0px; top: -50px;}
        25%{left: 100px; top: 20px;}
        50%{left: 30px; top: -30px;}
        75%{left: 70px; top: 400px;}
        100%{left: 0px; top: -50px;}
    }
    
    @keyframes two{
        0%{right: 50px; top: -50px;}
        25%{right: 100px; top: 80px;}
        50%{right: 200px; top: -30px;}
        75%{right: 70px; top: 130px;}
        100%{right: 50px; top: -50px;}
    }
    
    @keyframes three{
        0%{left: 0px; bottom: 300px;}
        25%{left: 40px; bottom: 20px;}
        50%{left: 30px; bottom: 80px;}
        75%{left: 70px; bottom: 130px;}
        100%{left: 0px; bottom: 300px;}
    }
    
    @keyframes four{
        0%{right: 50px; bottom: 200px;}
        25%{right: 80px; bottom: 70px;}
        50%{right: 200px; bottom: 100px;}
        75%{right: 70px; bottom: 130px;}
        100%{right: 50px; bottom: 200px;}
    }
    
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 60px;
        padding: 20px;
    }
    
    h1.header1{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.banner{
        width: 100%;
        height: 200px;
        background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    }
    
    div.slider{
        width: 100%;
        height: 50px;
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
        display: flex;
        align-items: center;
    }
    
    div.buttons{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    button.b1{
        padding: 0 10px;
        font-size: 30px;
        font-family: var(--ff);
        font-weight: 700;
        color: #fff;
        border: none;
        border-bottom: 3px solid #fff;
        cursor: pointer;
        background-color: transparent;
    }
    
    button.b2{
        padding: 0 10px;
        font-size: 30px;
        font-family: var(--ff);
        font-weight: 700;
        border: none;
        border-bottom: 3px solid #303030;
        cursor: pointer;
        background-color: transparent;
        color: #303030;
    }
    
    div.description{
        text-align: center;
        margin-top: 150px;
    }
    
    div.description p{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 40px;
        line-height: 80px;
    }
    
    div.pics{
        width: 100%;
        height: 1000px;
        margin-top: 30px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }
    
    div.picture{
        width: 400px;
        height: 300px;
        border: 2px solid black;
        margin-top: 20px;
    }
    
    img{
        width: 100%;
        height: 100%;
    }
    
    div.info{
        width: 100%;
        height: 120px;
        text-align: center;
        border-radius: 200px;
        background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
        padding: 40px 1px;
    }
    
    div.infoHeader h3{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 30px;
    }
    
    div.socialMedia{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    div.time p{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
        font-weight: 400;
        padding: 20px 10px;
    }
    
    div.icon i{
        font-size: 40px;
        margin-right: 20px;
    }
    
    div a.insta{
        text-decoration: none;
        font-family: var(--ff);
        font-size: 25px;
        color: #FFFFFF;
        font-weight: 600;
    }
    
    a.insta:hover{
        color: #3c3b3b;
    }
    
}