@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exile&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nosifer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Genos:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
body {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
body{
    margin: 0;
    padding: 0;
    font-family: "Syne", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    background-color: #121212;
    color: white;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
}
*{
    transition: all 1s ease-in-out;
}
body::selection{
    color: #ffffff;
    background: #ff7b7b;
}
.logo{
    font-family: "Nosifer", sans-serif;
    font-weight: 100; 
    font-size: 26.5px;
    color: red;

}
.logo:hover {
    font-family: "Nosifer", sans-serif;
    font-weight: 100;
    font-size: 26.5px;
    color: red;
}
.link{
    margin-right: 13px;
    margin-left: 13px;
}
.link:hover {
    color: #e74c3c;
    transition: 500ms;
}
.second-title{
    font-family: "Emilys Candy", serif;
    font-weight: 900;
    font-size: 39px;
    color: white;
    color: #e74c3c;
   /* text-shadow: 9px 9px 15px #ffffff;*/
    transition: color 0.5s ease-in-out;
    letter-spacing: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.line {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.description{
    font-family: "Oregano", cursive;
    font-weight: 400;
    letter-spacing:1.7px;
    word-spacing: 4px;
    color: white;
}

.gr-1 {
    background: linear-gradient(170deg, #a1f7ff 0%, #1D3EDE 100%);;
}

.gr-2 {
    background: linear-gradient(170deg, #e0ffaa 0%, #429321 100%);;
}

.gr-3 {
    background: linear-gradient(170deg, #f2b2fc 0%, #3023AE 100%);;
}

.gr-4 {
    background: linear-gradient(170deg, #ffd1d1 0%, #ff0000 100%);;
}

* {
    transition: .5s;
}


.align-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.column {
    margin-top: 15px;
    padding-left: 3rem;

    &:hover {
        padding-left: 0;

        .card .txt {
            margin-left: 1rem;

            h1,
            p {
                color: #ffffff;
                opacity: 1;
            }
        }

        a {
            color: #ffffff;

            &:after {
                width: 10%;
            }
        }
    }
}
.card {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: #000000;
    letter-spacing: .05rem;
    font-family: "Genos", sans-serif;
    box-shadow: 0 0 21px #00000045;

    .txt {
        margin-left: -3rem;
        z-index: 1;

        h1 {
            font-size: 26px;
            font-weight: 300;
            text-transform: uppercase;
        }

        p {
            font-size: 20px;
            font-weight: 500;
            font-family: "Genos", sans-serif;
            letter-spacing: 0rem;
            margin-top: 33px;
            opacity: 0;
            color: #ffffff;
        }
    }

    a {
        z-index: 3;
        font-size: .7rem;
        color: #000000;
        margin-left: 1rem;
        position: relative;
        bottom: -.5rem;
        text-transform: uppercase;

        &:after {
            content: "";
            display: inline-block;
            height: 0.5em;
            width: 0;
            margin-right: -100%;
            margin-left: 10px;
            border-top: 1px solid #ffffff;
            transition: .5s;
        }
    }

    .ico-card {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    i {
        position: relative;
        right: -50%;
        top: 60%;
        font-size: 12rem;
        line-height: 0;
        opacity: .2;
        color: #ffffff;
        z-index: 0;
    }
}
.img-card{
    border-radius: 20px;
    padding: 9px;
}
.img-card:hover {
    transform: scale(1.03);
    transition: transform 0.5s ease;
}
.card-sponsors {
    font-family: "Itim", cursive;
    font-weight: 600;
    font-size: 17.6px;
    letter-spacing: 1.5px;
    word-spacing: 3.8px;
}
.card-sponsors:hover {
    transform: scale(1.11);
    cursor: pointer;
    box-shadow: #ffffff73 1px 5px 15px 5px;
    transition: transform 0.59s;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logos::before,
.logos::after {
    content: '';
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.logos::before {
    left: 0;
    background: linear-gradient(to left, #ffffff00, #fff);
}

.logos::after {
    right: 0;
    background: linear-gradient(to right, #ffffff00, #fff);
}

.logos-slide {
    animation: 50s slide infinite linear;
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide img {
    height: 60px;
    margin: 0 30px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.contact-card{
    border: 3px solid #ffffff5d;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-card p{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
}
.s_media{
    color: white;
    padding-bottom: 15px;
    padding-top: 1px;
    margin: 15px;
}
.s_media:hover {
    color: #ff4e4e;
}
.img-card-review{
    padding: 10px;
    height: 120px;
    border-radius: 15px;
}
.card-reviews{
    background: lightblue;
    padding: 17px;
}
.card-reviews:hover {
    justify-content: space-between;
    background: rgb(197, 240, 255);
    padding: 0px;
    padding-top: 40px;
    transform: translateY(-10px);
    box-shadow: #ffffff73 0px 5px 13px 5px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.s_media_footer{
    color: white;
    padding-bottom: 5px;
    padding-top: 1px;
    margin: 5px;
}
.s_media_footer:hover{
    transform:translateY(-7px);
    color:rgb(255, 148, 148);
    transition: all 0.5s ease;
}
.footer_link:hover {
    transform: translateX(5px);
    transition: all 320ms ease;
}
.built{
    font-family: "Limelight", cursive;
    font-weight: 100;
    font-size: 15.2px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.built:hover{
    color:#ffacac;
}