@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
    font-family: 'Nunito', sans-serif;
    margin: 0px;
    padding: 0px;
    transition-duration: 0.3s;
}
body {
    background-color: white;
    background: linear-gradient(349deg, rgba(0, 47, 115, 0.6) 0%, rgba(79, 156, 255, 0.6) 39%, rgba(186, 216, 255, 0.6) 82%);
    min-height: 100vh;

    text-align: center;
    min-width: 560px;
}

.globFooterNav {
    text-align: left;
    display: flex;
}

#globfooter a {
    text-align: left;
    text-decoration: none;
    color: #b9c7ff9c;
    margin: 10px;
    line-height: 30px;
    cursor: pointer;
}

#globfooter a:hover {
    color: #b9c7ff;
}

#globfooter h5 {
    text-align: left;
    color: white;
    font-size: 15px;
}

#globfooter p {
    text-align: center;
    color: #d9d9d9;
    font-size: 15px;
}

#globfooter img {
    max-width: 100%;
    max-height: 100px;
}

#globLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90;
    margin-top: 76px;
    top: 0;
    background: white;
}
#globLoader img {
    width: 500px;
    max-width: 100%;
    filter: hue-rotate(215deg);
}

.circle-loader {
    border: 10px solid #6cabff;
    border-top: 10px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 5px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg);}
  }
  

.featuresBlock {
    display: flex;
    flex-wrap: wrap;
    max-width: 895px;
    text-align: center;
    margin: auto;
}

.feature {
    background: #dbebff;
    border-radius: 10px;
    width: 380px;
    height: 380px;
    padding: 20px;
    margin: 12px auto;
    box-shadow: 0px 0px 10px #00000045;
    position: relative;
}

.feature img {
    width: 100%;
}


/*
    Proper Scaling
*/

@media only screen and (max-width: 700px) {
    .my-account-main .field > div > p {
        font-size: 15px;
        margin-bottom: -10px;
    }

    .my-account-main .field input {
        color: black;
    }

    .my-account-main .field > div {
        width: 100%;
    }

    .my-account-main .field {
        display: block;
    }

    .globMenuButton {display: inline-block;}
    .login {
        display: none;
        position: fixed;
        left: 10px;
        top: 80px;
        width: calc(100% - 30px) !important;
    }

    body {
        min-width: 400px;
    }

    .uhome-boards > div {
        width: 100%;
    }

    .MainBlock {
        flex-wrap: wrap;
        text-align: center;
    }
    .MainBlock > * :not(.supertitle){
        margin: auto !important;
        width: 90% !important;
    }

    .globFooterNav div {
        width: 100% !important;
        text-align: center;
    }

    #globfooter h5 {
        text-align: center !important;
    }

    .globFooterNav {
        justify-content: center;
        flex-wrap: wrap;
    }

    .TopMainTitle {
        padding: 30px !important;
        height: calc(100% - 60px) !important;
    }
    .supertitle {
        margin: 0px !important;
    }


}

@media only screen and (min-width: 701px) {
    .login {
        display: block !important;   
        margin-top: 5px !important; 
    }
    .Header div.Buttons button :not(.globMenuButton) {
        margin-top: 0px !important;
        display: block !important;    
    }
    .globMenuButton {
        display: none;
    }
    #globheader {
        height: 55px !important;
    }
    .uhome-boards > div {
        width: calc(50% - 50px);
    }
}

#noteFromDevBlock {
    max-width: 500px;
    margin: auto;
    position: relative;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
}
#profile {
    border: solid #2d5477 10px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    background: #383838;
    margin: auto;
    left: 0;
    bottom: 50%;
    top: 50%;
    z-index: 1;
}
#profile img {
    width: 100%;
    height: 100%;
}
#devnote {
    border: solid #2d5477 10px;
    border-radius: 20px;
    padding: 20px;
    background: #ffffff4a;
    color: black;
    text-align: left;
    position: relative;
    margin-top: -75px;
}
#devnote h2 {
    color: #000000;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 27px;
}


.userNotice {
    position: fixed;
    z-index: 100;
    background: #9dffa6;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    bottom: 50px;
    left: 20px;
    box-shadow: 0px 0px 20px #000000bf;
    max-width: 60%;
    font-size: 20px;
    display: none;
}
img.exit {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.8;
    cursor: pointer;
}
.userNotice img:hover {
    opacity: 1;
}

div#feedbackWindowContainer {
    display: flex;
    position: fixed;
    width: 100vw;
    justify-content: center;
    height: 100vh;
    backdrop-filter: blur(1px);
    align-items: center;
    top: 0;
    left: 0;
    background: #ffffffa8;
}
div#feedbackWindow {
    background: #d6e8ff;
    width: calc(90% - 40px);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    max-width: 600px;
}

.Header {
    height: 52px;
    position: fixed;
    left: 0px;
    width: calc(100% - 20px);
    background: white;
    padding: 10px;
    border-bottom: solid black 1px;
    display: inline-flex;
    font-size: 25px;
    box-shadow: 0px 0px 3px white;
    z-index: 100;
}
.Header div.Buttons {
    position: absolute;
    right: 10px;
    top: 7px;
    display: inherit;
}
button {
    width: 150px;
    height: 50px;
    margin: 0px 3px;
    font-size: 20px;
    cursor: pointer;
    border: solid 1px gray;
    border-radius: 3px;
    transition-duration: 0.3s;
}
button:hover {
    transform: scale(1.05);
}
button.buy {
    background: #2979e1 !important;
    color: white;
}
button.login {
    background: white;
}

#feedbackWindow h5 {
    font-size: 15px;
    padding: 20px;
    background: aliceblue;
    margin: 10px;
    color: #595959;
    font-weight: 100;
}
#feedbackWindow p {
    text-align: left;
    padding: 10px;
    font-size: 18px;
    height: 50px;
}
#feedbackWindow input[type='checkbox'] {
    margin: 5px;
    width: 18px;
    height: 18px;
    transform: translate(0px, 2px);
    cursor: pointer;
}
#feedbackWindow button {
    padding: 10px;
    font-size: 20px;
    background: #a7ff9e;
    border: solid 1px black;
    border-radius: 5px;
    cursor: pointer;
}
#feedbackWindow textarea {
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-height: 50vh;
    transition-duration: 0s;
    outline: none;
    padding: 10px;
    height: 100px;
    width: 450px;
}

.Footer {
    width: 100%;
    height: 300px;
    height: max-content;
    background-color: #0d2340;
    border-top: solid black 3px;
}
.Footer div {
    padding: 20px;
}

.MainBlock {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}
.MainBlock > * {
    margin: auto 0px;
    width: 50vw;
}
.TopMain {
    height: calc(100vh - 120px);
    height: calc(100svh - 120px);
    margin-top: 80px;
    width: calc(100% - 40px);
    padding: 20px;
}
.TopMain div.imageContainer img {
    border: solid 2px white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px white;
}
.TopMainWindow {
    background-color: black;
    background-image: url(images/test.png);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.TopMainTitle {
    color: white;
    background: linear-gradient(90deg, black, transparent);
    height: 100%;
    width: 50%;
    border-radius: 10px 0px 0px 10px;
    padding: 0px 30px;
}
.TopMainTitle > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    margin: auto;
}
.supertitle {
    display: flex;
    margin: auto;
    flex-direction: column;
}
.TopMainTitle h1, .TopMainTitle h2 {
    text-align: left;
    padding: 10px;
    font-weight: 100;
    text-shadow: 0px 0px 10px #00c8f1;
    width: 85%;
}
.TopMainTitle h1 {
    font-size: 50px;
    line-height: 45px;
    font-variant-caps: all-petite-caps;
}
.TopMainTitle h2 {
    
}
.imageContainer img {
    width: calc(100% - 10px);
}


#salesWindow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    backdrop-filter: blur(2px);
    background-color: #c7c7c7c7;
    text-align: center;
    font-size: 30px;
    align-items: center;
    display: inline-flex;
}
.sw-content {
    width: 80%;
    /*height: 80%;*/
    margin: auto;
    border-radius: 7px;
    display: inline-block;
    background-color: white;
    position: relative;
    padding: 0px;
}
.sw-content > * {
    /*margin: 10px 0px;*/
    padding: 10px;
}
.sw-content h1 {
    font-size: 30px;
    border-bottom: solid #b5b5b5 1px;
}
.PlansWindow, .PayLater div{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.PayLater {
    padding: 20px 10%;
}
.PayLater div {
    width: 100%;
    text-align: right;
}
.PayLater button {
    padding: 4px 20px;
    font-size: 25px;
    background-color: #ffffffbd;
    border: solid 1px gray;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: .3s;
}
.PayLater button:hover {
    color: white;
    background-color: rgb(0, 26, 73);
}
.sw-plans {
    display: inline-flex;
    width: 80%;
    height: inherit;
    text-align: center;
    margin: auto;
}
.sw-plans > div {
    margin: 5px;
    border-radius: 5px;
    width: calc(33.3333333% - 6px);
    height: 100%;
    padding: 5px;
    border: solid 3px black;
    cursor: pointer;
    transition-duration: 0.3s;
    background: #ffffffbd;
    box-shadow: 0px 0px 5px grey;
}
.sw-plans > div:not(.paypalpaymentcontainer) {
    display: inline;}
.sw-plans > div:hover {
    z-index: 10;
    scale: 1.05;
    box-shadow: 0px 5px 25px grey;

    /*
    color: white;
    background-color: rgb(0, 26, 73);*/
}
.sw-plans > div:hover img {
    /*filter: invert(1);*/
}
.sw-plans h3 {
    font-size: 20px;
}
.sw-plans h2 {
    font-size: 70px;
    margin-bottom: -20px;
}
.sw-plans p {
    font-size: 20px;
}
.sw-plans div.features {
    border-top: solid 1px #b5b5b5;
    margin-top: 20px;
    text-align: left;
    padding: 10px;
}
.sw-plans img {
    width: 20px;
    height: 20px;
    transition-duration: 0.3s;
}

#escSalesWindow {
    position: absolute;
    width: 100%;
    height: 100%;
}

#SalesMessage {
    padding: 20px;
    text-align: justify;
}
#SalesMessage h5 {
    font-weight: 100;
    font-size: 25px;
}
.important {
    color: #080808;
    background: #ff8f8f;
    border: solid red 2px;
    border-radius: 5px;
    display: block;
    margin: 10px;
    padding: 5px;
}
.signature {
    text-align: right;
    color: rgb(58, 58, 58);
    font-style: italic;
}

#headerlogo, .logo {
    width: 210px;
    background-image: url(images/WideLogo.png);
    height: 60px;
    margin-top: -8px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


.uhome-Main {
    min-height: calc(100vh - 110px);
    padding: 20px;
    text-align: center;
}
.uhome-boards {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.uhome-boards .icon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    box-shadow: 0px 0px 20px black;
    transition-duration: .3s;
}

.uhome-boards .Basketball {
    background-image: url(images/img1.png);
    transition-duration: .3s;
}

.uhome-boards .TeamStats {
    background-image: url(images/img5.png);
    transition-duration: .3s;
}

.uhome-boards > div {
    aspect-ratio: 1;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgb(99, 99, 99);
    margin: 20px;
    cursor: pointer;
    transition-duration: .4s;
    border: solid black;
    max-height: 60vh;
}
.uhome-boards > div:hover {
    box-shadow: 0px 0px 15px rgba(99, 99, 99, 0.719);
    transform: scale(1.05);
}
.uhome-boards > div > div {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 50px inset white;
}
.uhome-boards p {
    font-size: 30px;
    width: calc(100% - 20px);
    bottom: 0px;
    position: absolute;
    padding: 10px;
    padding-top: 90px;
    background: linear-gradient(0deg, #ffffff8c 50%, transparent);
}



.paypalpaymentcontainer {
    vertical-align: middle;
    display: inline-flex;
}
.paypalpaymentcontainer > div {
    width: 100%;
    margin: auto;
}



.globMenuButton {
    width: 50px !important;
    border: none !important;
    background: #ffffff00;
}

.globMenuButton div {
    width: 100%;
    background: #3c3c3c;
    border-radius: 5px;
    height: 10px;
    margin: 7px 0px;
}



.featureDescription {
    position: absolute;
    width: calc(100% - 60px);
    left: 0;
    bottom: 0;
    padding: 30px;
    background: linear-gradient(0deg, white, #ffffffe3 80%, transparent);
    border-radius: inherit;
}

.featureDescription h3 {
    font-weight: 400;
    font-size: 25px;
    margin: 15px;
}

.featureDescription h4 {
    font-weight: 100;
    font-size: 18px;
    color: #797979;
}

#cookieNotification {
    background: #d9a34e;
    padding: 15px;
    overflow: visible;
    position: fixed;
    z-index: 200;
    bottom: 20px;
    width: 50%;
    min-width: min(calc(100% - 70px), 500px);
    right: 20px;
    border-radius: 10px;
    transition-duration: .3s;
    display: none;
    opacity: 0;
}
#cookieNotification div {
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
}
#cookieNotification * {
    margin: auto;
}
#cookieNotification img {
    position: absolute;
    aspect-ratio: 1;
    height: 100px;
    top: -20px;
    left: -20px;
}
#cookieNotification p {
    z-index: 1;
    color: black;
    background: #ffffff96;
    height: calc(100% - 40px);
    font-size: 25px;
    padding: 20px;
    border-radius: 5px;
}
#cookieNotification button {
    font-size: 20px;
    padding: 5px;
    border: solid 2px #593700;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0px 0px 0px;
    width: 50%;
}

.textBanner {
    padding:  100px;
    background: linear-gradient(45deg, #000000de, #3d3d3dde);
    color: white;
    margin: 20px;
    border-radius: 10px;
}

.textBanner p {
    font-size: 25px;
}

.noteFromDev {
    margin: 20px;
    padding: 40px 100px;
    margin-top: 100px;
    background: linear-gradient(45deg, #000000ee, #3d3d3d);
    color: white;
    border-radius: 10px;
}

.noteFromDev h2 {
    margin: 20px;
}

.noteFromDev p {
    font-size: 17px;
    line-height: 30px;
    text-shadow: 2px 2px 3px black;
    max-width: 800px;
    margin: auto;
}