﻿@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --main-color: #6dd5ed;
    --secondary-color: #2193b0;
    --gradient: linear-gradient( 135deg, var(--main-color), var(--secondary-color) );
}

.form {
    padding: 0px 0px 45px;
}

.Green {
    color: green !important;
}

ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 24px;
    color: #666;
    position: relative;
    padding: 0;
}

#myModal {
    z-index: 9999 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}


.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.button:hover {
    background: #ee1551 !important;
    color: #fff !important;
}

.form__link {
    margin-top: unset !important;
}

.colorred {
    color: red;
    font-size: 13px;
}

    .colorred:hover {
        color: red !important;
        font-size: 13px;
    }

.form__input {
    background: #fff;
}


span.field-icon {
    float: right;
    position: absolute;
    right: 124px;
    top: 265px;
    cursor: pointer;
    z-index: 2;
    font-size: 25px;
}

@media (max-width: 600px) {
    .a-container {
        z-index: 100;
        left: calc(0%);
    }
}



.logo-mobile {
    display: none !important;
}

@@media only screen and (max-width:500px) {
    .logo-mobile {
        display: block !important;
    }
}

button.ghost {
    background-color: transparent;
    border-color: #fff;
}

button {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #4b70e2;
    background: #4b70e2;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    /*padding: 12px 45px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-out;
}

    button.ghost:hover {
        background: #fff;
        color: var(--secondary-color);
    }

#switch-c1 {
    bottom: 0;
    transform: translateY(0);
    background: url('../../Content/img/login.png');
    /* background: var(--gradient); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

#switch-c2 {
    /*    background: url('../icons/dl.beatsnoop.com-xigwzptfak.jpg') #fff;
*/ background: url('images/regi.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border: 1px solid;
}


.noscroll {
    overflow: hidden;
}


main {
    font-size: 0;
}

    main .column.left,
    main .column.right {
        background: #fcfcfc;
        display: block;
        position: relative;
        font-size: 1rem;
        width: 100%;
        min-height: 0;
        vertical-align: top;
    }

@media (min-width: 641px) {
    main .column.left,
    main .column.right {
        display: inline-block;
        width: 50%;
        min-height: 100vh;
    }

    main .column.left {
        position: fixed;
    }

    main .column.right {
        margin-left: 50%;
    }
}

.video-banner {
    display: block;
}

@media (min-width: 641px) {
    .video-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }
}

.video-banner .video-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.video-banner-headline {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.0em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

@media (min-width: 641px) {
    .video-banner-headline {
        left: 2em;
        bottom: 2.75em;
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    backgound: #330099;
}

.content {
    display: block;
    min-height: 100vh;
    max-width: 40rem;
    margin: 2.5rem auto;
    padding: 1.5rem;
}

@media (min-width: 641px) {
    .content {
        margin: 5.75rem auto;
        padding: 2.5rem;
    }
}

.content h1,
.content h2,
.content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #0D013D;
}

.content h1 {
    font-size: 3.25em;
    font-weight: 200;
    line-height: 1.0em;
    margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
    .content h1 {
        font-size: 4em;
    }
}

.content h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.155em;
    margin-top: 3em;
}

/* buttons */
.content .button-group {
    margin-top: 1em;
}

.content .button {
    display: inline-block;
    padding: 1em 2em;
    min-width: 8em;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    /* button theme - secondary is default */
    background: #f0f0f0;
    color: #2B2B2B;
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

    .content .button ~ .button {
        margin-left: 0.5em;
    }

    .content .button:hover {
        background: #e5e5e5;
    }
    /* primary button overrides */
    .content .button.primary {
        background: #E50055;
        color: #fff;
    }

        .content .button.primary:hover {
            background: #9D00E5;
        }


/* video thumbnail grid */
.content .video-thumb-grid {
    position: relative;
    font-size: 0; /* collapse the white-space */
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.content .video-thumb {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    /* calculate the width, gutters, and aspect ratio */
    width: calc((100% - 4rem) / 2);
    height: 0;
    padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */

    margin: 1rem 1rem; /* gutters */

    overflow: hidden; /* clipping */

    position: relative; /* enable positioning for inner content */

    font-size: 1rem; /* reset the font size */

    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    box-shadow: 0 0 0 rgba(0,0,0,0.0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

    .content .video-thumb:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        box-shadow: 0 2px 4px rgba(13,1,61,0.35);
    }

    .content .video-thumb img {
        display: block;
        width: 100%;
        height: 100%;
        /* position inside the 16:9 container */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        /* clipping for source images that are letterboxed */
        object-fit: cover;
        object-position: 50% 50%;
        background: #2b2b2b;
    }








/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    /* using flexbox for vertical centering */
    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .video-modal .overlay {
        z-index: 0;
        background: rgb(0 0 0 / 82%); /* overlay color */

        opacity: 0.0;
        -webkit-transition: opacity 0.2s ease-out 0.05s;
        transition: opacity 0.2s ease-out 0.05s;
    }


.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}

    .show-video-modal .video-modal .overlay {
        opacity: 1.0;
    }

.show-video-modal .video-modal-content {
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
}