/* registration
.registration-container {
    background: #1B4B56;
    padding: 75px 80px;
    display: flex;
    position: relative;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.5), 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.registration-content {
    width: 46.5%;
    padding-right: 95px;
}
.registration-content h2 {
    font-family: 'Impact';
    font-size: 50px;
    color: #fff;
    width: 85%;
    margin: 0;
    border-bottom: 3px solid #F29100;
    display: inline;
}
.registration-divider {
    height: 3px;
    background: #F29100;
    width: 110px;
    margin: 8px 0 75px;
}
.registration-content a {
    text-decoration: none;
}
.registration-content-title {
    font-family: 'Montserrat-Regular';
    font-size: 25px;
    font-weight: 600; 
    color: #F29100;
    margin-top: 75px;
}
.registration-content-content {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin: 0;
}
.registration-content-button {
   margin: 95px 0;
}
.registration-content-button a {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #fff;
    border: 2px solid #F29100;
    padding: 20px 47px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}
.registration-form {
    width: 45%;
}
.registration-form form {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 48px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}
.registration-form form h1 {
    font-family: 'Montserrat-Regular';
    font-size: 30px;
    font-weight: 600;
    color: #3BDBEF;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px #000000;
}
.registration-form form p {
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px #000000;
}
.registration-form form input {
    font-family: 'Montserrat-Regular';
    width: 93%;
    padding: 16px;
    border: none;
    margin-bottom: 30px;
}
.registration-form form .button {
    width: 30%;
    color: #fff;
    background: #1B4B56;
    border: 2px solid #F29100;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 
}
.registration-form-radio-button {
    display: flex;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    text-shadow: 1px 1px 4px #000000;
}
.registration-form-radio-button input[type="radio"] {
    width: 10%;
}
textarea {
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    width: 93%;
    height: 80px;
    border: none;
    padding: 16px;
} */

/* sponsors */
/* .sponsors-container {
    background: radial-gradient(circle at top, rgba(35,98,112,1) 20%, rgba(11,29,33,1) 100%);
    padding: 75px 80px;
}
.sponsors-container h2 {
    font-family: 'Impact';
    font-size: 50px;
    margin: 0;
    color: #fff;
    border-bottom: 3px solid #F29100;
    display: inline;
}
.sponsors-divider {
    height: 3px;
    background: #F29100;
    width: 110px;
    margin: 8px 0 75px;
}
.sponsors-container p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #fff;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 30px;
}
.sponsors-container p:nth-child(2) {
    margin-top: 75px !important;
}
.sponsors-logo-container {
    background: #1B4B56;
    height: 160px;
    border-radius: 18px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 75px;
}
.sponsors-logo-container p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 2;
    text-align: center;
} */

/* footer */
footer {
    position: relative;
    background: #000;
    padding: 75px 80px;
    display: flex;
    flex-flow: column;
}
.footer-images {
    width: 50%
}
.footer-socials {
    margin-top: 24px;
}
.footer-socials ul {
    display: flex;
    width: 70%;
    padding: 0;
}
.footer-socials ul li {
    margin-right: 48px;
}
.footer-socials ul li:last-child {
    margin-right: 0;
}
.footer-navs {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
}
.footer-navs ul {
    list-style: none;
    margin: 0;
}
.footer-navs ul:first-child {
    padding: 0;
}
.footer-navs ul li {
    line-height: 1.5;
}
.footer-navs ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 2.2;
}
.footer-copy-right {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 75px;
}

.footer-date {
    font-family: 'Montserrat-Regular';
    background: #1B4B56;
    opacity: .7;
    width: auto;
    padding: 20px;
    text-align: right;
    border-radius: 10px;
    line-height: .5;
    position: absolute;
    top: 80px;
    right: 80px;
}
.footer-date p:first-child {
    font-size: 18px;
    color: #3BDBEF;
    font-weight: 600;
    margin: 0;
}
.footer-date span {
    border-right: 3px solid #F29100;
    margin-right: 15px;
}

@media screen and (max-width: 1024px) {
    /* registration
    .registration-container {
        padding: 75px 48px;
    }
    .registration-content {
        width: 48%;
        padding-right: 75px;
    }
    .registration-content h1 {
        width: 100%;
    }
    .registration-form form .button {
        width: 35%;
    } */

    /* sponsors */
    .sponsors-container {
        padding: 75px 48px;
    }

     /* footer */
     footer {
        padding: 75px 48px
    }
    .footer-images {
        width: 58%
    }
    .footer-date { 
        width: 18%;
    }
}
@media screen and (max-width: 912px) {
    /* registration
    .registration-content {
        padding-right: 60px;
    } */

    /* footer */
    footer {
        flex-flow: column;
    }
    .footer-images {
        width: 100%;
    }
    .footer-navs {
        width: 60%;
        justify-content: space-between;
        margin-top: 32px;
    }
    .footer-date { 
        width: 20%;
    }
}
@media screen and (max-width: 820px) {
    /* registration  
    .registration-container {
        flex-flow: column;
    }
    .registration-content {
        width: 100%;
        padding-right: 0;
    }
    .registration-form {
        width: 70%;
        margin: auto;
    } */

    /* footer */
    .footer-navs {
        width: 70%;
    }
    .footer-date {
        right: 45px;
    }
}

@media screen and (max-width: 768px) {
    .footer-copy-right {
        margin-top: 150px;
    }

    .footer-date {
        width: 23%;
        top: 175px;
        right: 0;
        left: 47px;
    }
}

@media screen and (max-width: 767px) {
    /* registration
    .registration-container {
        padding: 75px 24px;
    }
    .registration-form {
        width: 100%;
    }
    .registration-form form .button {
        width: 40%;
    } */

    /* sponsors */
    .sponsors-container {
        padding: 75px 24px;
    }

   /* footer */
    footer {
        padding: 75px 24px;
    }
    .footer-socials ul li {
        margin-right: 24px;
    }
    .footer-navs {
        flex-flow: column;
    }
    .footer-navs ul:nth-child(2), .footer-navs ul:last-child {
        padding: 0;
    }
    .footer-date {
        width: 45%;
        left: 25px;
    }
}

@media screen and (max-width: 540px) {
    .footer-date {
        width: 33%;
    }
}

@media screen and (max-width: 430px) {
    .footer-date {
        width: 41%;
    }
}

@media screen and (max-width: 420px) {
    .footer-date {
        width: 50%;
    }
}

@media screen and (max-width: 393px) { 
    /* registration
    .registration-content h1 {
        font-size: 40px;
    } */
    .sponsors-container h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 375px) {
    .footer-date {
        width: 55%;
    }
}

@media screen and (max-width: 280px) {    
    /* registration
    .registration-content-button a {
        font-size: 18px;
        padding: 20px;
    }
    .registration-form form {
        padding: 48px 24px;
    }
    .registration-form form input {
        width: 85%;
    }
    .registration-form form .button {
        width: 50%;
    }
    textarea {
        width: 85%;
    } */

     /* footer */
    .footer-socials ul li {
        margin-right: 21px;
    }
    .footer-date {
        width: 63%;
    }
}