/* General */

body {
    font-family: 'Work Sans', sans-serif;
    background: #141414;
    color: #fff;
}

.y {
    color: #ffea00;
}

.custom-container-fluid {
    width: 1440px;
    max-width: 1440px !important;
}

a {
    color: #ffffff;
    text-decoration: none;
    backface-visibility: hidden;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #ffea00;
}

.mobile {
    display: none;
}


/* Video BG Section */

.videobg {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.videobg ._videolay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.videobg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.videobg ._overcontent {
    position: relative;
    z-index: 2;
}

._countryitem {
    cursor: pointer;
}

.iflag img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

._countryitem:hover img {
    transform: scale(1.2);
}

._overcontent h4 {
    font-weight: 600;
    font-size: 2.5rem;
}

._country {
    width: 70%;
    margin: 0 auto;
}

._country .d-flex {
    flex-wrap: wrap;
}


/* Casino Content */

.casino-content {
    height: auto;
    position: fixed;
    z-index: -10000;
    top: -10000px;
    color: rgba(0, 0, 0, .1);
}


/* Scroll Down */

.scrolldown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.chev {
    cursor: pointer;
    position: absolute;
    width: 2.1rem;
    height: 0.48rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.chev:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.chev:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}

.chev:before,
.chev:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #ffea00;
}

.chev:before {
    left: 0;
    transform: skewY(30deg);
}

.chev:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}


/* 3WE Ambassador Section */

._sambtitle {
    text-transform: uppercase;
}

.sponsor-bg {
    height: 44vh;
    background-size: cover !important;
}

.container-inside {
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
}

section.amb-list {
    border-bottom: 3px solid #000;
}

._amname {
    color: #eef130;
}

._amtitle {
    color: #fff;
}

._sambtitle h3 {
    margin-bottom: 0px;
}

.sponsor-title {
    color: #000;
}

.sponsor-title h2 {
    display: block;
}

.sponsor-gallerydate {
    background: #3e3e3e;
    max-width: 1170px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sponsor-date {
    font-size: 28px;
    font-weight: 700;
}

.sponsor-gallery {
    margin-top: -70px;
}

.img-wrap {
    width: 20%;
}

.img-wrap img {
    cursor: pointer;
    width: 100%;
    transition: transform .2s;
}


/* About Us */

.aboutus {
    background: #181818;
}

.aboutus h4 {
    font-size: 16px;
    font-weight: 700;
}

.aboutus .int-out,
.aboutus p,
._sdesc {
    font-size: 14px;
}

._sicon {
    margin-bottom: 15px;
}


/* Footer */

footer {
    border-top: 3px solid #000;
    padding-top: 20px;
}

.proof-legit,
.payment-social {
    border-bottom: 1px dotted #505050;
}

.proof-legit h5.heading,
.payment-social h5.heading {
    font-size: 14px;
}

.license>div {
    width: 158px;
}

.license img {
    height: 30px;
    margin-bottom: 10px;
}

.license p {
    font-size: 9px;
    color: #757575;
}

.certification img,
.gamble-aware img {
    height: 35px;
    margin-right: 10px;
}

.payment-social img {
    height: 32px;
    margin-right: 10px;
}


/* Media Query */

@media screen and (max-width: 1840px) {}

@media screen and (max-width: 1440px) {
    .sponsor-gallery {
        margin-top: 0px;
    }
    ._overcontent h3 {
        font-size: 2rem;
    }
    .logowrap img {
        width: 40%;
    }
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block
    }
    .sponsor-title h2 {
        font-size: 1.2rem;
    }
    .sponsor-description {
        font-size: 0.9rem;
    }
    .sponsor-gallerydate .sponsor-description {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    ._country {
        width: 100%;
    }
    .sponsor-bg {
        height: 30vh;
    }
}

@media screen and (max-width: 768px) {
    .sponsor-gallerydate.p-5.container {
        padding: 1.5rem !important;
    }
    ._overcontent h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .sponsor-bg {
        height: 21vh;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 425px) {
    .sponsor-bg {
        height: 55vh;
        background-position: 58% bottom !important;
    }
    .sponsor-title h2 {
        font-size: 1.5rem;
    }
    .logowrap img {
        width: 50%;
    }
}

@media screen and (max-width: 375px) {
    ._overcontent h3 {
        font-size: .8rem;
    }
    ._overcontent h1 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:375px) and (max-height:812px) {
    .sponsor-description {
        font-size: .9rem;
    }
    .sponsor-bg {
        height: 55vh;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .sponsor-description {
        font-size: 0.8rem;
    }
    .sponsor-title h2 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 375px) and (max-height: 568px) {
    .sponsor-description {
        font-size: 0.65rem;
    }
    .sponsor-title h2 {
        font-size: 1rem;
    }
}

@media screen and (min-height: 1499px) {
    .sponsor-bg {
        height: 37vh;
    }
    .sponsor-title h2 {
        font-size: 2rem;
    }
    .sponsor-bg .container-inside .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-height:1366px) {
    .sponsor-bg {
        height: 26vh;
    }
}