/* global */
@import url('../fonts/Myriad/fonts.css');
@import url('../fonts/Montserrat/fonts.css');

body {
    font-family: 'Montserrat' !important;
}

a {
    color: #FFF !important;
}

    a:hover {
        color: #BE8ABF !important;
    }

.btn {
    border-width: 2px !important;
    border-color: #BE8ABF !important;
    border-radius: 31.5px !important;
    font-size: 16.8px !important;
}

.btn-primary {
    background-color: #BE8ABF !important;
    color: #FFF !important;
    padding: 15px 30px !important;
}

.btn-outline-primary {
    color: #FFF !important;
    padding: 12px 15px !important;
}

    .btn-outline-primary:hover {
        background-color: #BE8ABF !important;
        color: #FFF !important;
    }

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(190, 138, 191, 0.5) !important;
}

.btn-animation span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .btn-animation span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

.btn-animation:hover span {
    padding-right: 25px;
}

    .btn-animation:hover span:after {
        opacity: 1;
        right: 0;
    }

.bg-wrapper {
    background-image: url("../images/bg.webp");
    background-color: #0C0C0C;
    color: #FFF;
    background-size: cover;
    background-repeat: repeat-y;
}

.section-header h3 {
    position: relative;
    padding: 13px;
    border-bottom: 1px solid #BE8ABF;
    font-size: 32px;
    font-family: "Montserrat Bold";
    line-height: 38.4px;
    width: fit-content;
}

    .section-header h3::after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%, 50%);
        background-color: #BE8ABF;
    }

#NavBar {
    z-index: 20;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: #0C0C0CFF !important;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #BE8ABF !important;
}

.a-hover-white:hover {
    color: #FFF !important;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-top: 72px;
}

.swiper-slide img {
    width: 100%;
}

/* AOS */
@media screen and (max-width: 768px) {
    [data-aos] {
        pointer-events: auto !important;
    }

    .sscp-4th:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 1 !important;
    }

    .sscp-4th:not(.no-js) [data-aos=fade-up] {
        transform: none !important;
    }
}

/* hero */
.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.video-background-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 43.5%, #0C0C0C 100%), linear-gradient(180deg, rgba(12, 12, 12, 0) 43.5%, #0C0C0C 100%);
    background-color: #0C0C0C80;
}

.video-background {
    min-height: 100%;
}

@media (min-width: 1600px) {
    .video-background {
        min-width: 100%;
    }
}


@media (min-width: 1200px) and (max-height: 796px) {
    .video-background {
        min-width: 100%;
    }
}

@media (max-width: 769px) {
    .video-background {
        min-width: auto;
    }
}

/* iframe */
.hero-section iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width: 991px) {
    .hero-section iframe {
        width: 180%;
        height: 180%;
        transform: translate(-50%, -50%) scale(2);
    }
}

/* header */
.hero-header {
    top: 0;
    background: #0C0C0C54;
    z-index: 2;
}

    .hero-header:has(.show, .collapsing) {
        background: #0C0C0CFF;
    }

.navbar {
    padding: 18px 77px !important;
}

.navbar-toggler {
    border: 1px solid #FFF !important;
    outline: none !important;
}

.custom-navbar-toggler-icon {
    content: "";
    display: inline-block;
    background: url("../images/icons/hamburger.png") no-repeat center center;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-size: 100% 100%;
}

@media (max-width: 769px) {
    .navbar {
        padding: 15px 30px !important;
    }
}

.hero-header .btn-primary {
    padding: 12px 15px !important;
}

    .hero-header .btn-primary:hover {
        color: #FFF !important;
    }

@media (max-width: 1170px) and (min-width: 992px) {
    .hero-header .nav-link {
        font-size: 12px;
    }

    .hero-header .btn {
        font-size: 12px !important;
    }
}

/* centered info */
.sscp-4th {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .sscp-4th .sscp-4th-image {
        width: 600px;
    }

        .sscp-4th .sscp-4th-image img {
            width: 100%;
        }

@media (max-width: 769px) {
    .sscp-4th .sscp-4th-image {
        width: 350px;
    }
}

.sscp-4th-counter {
    column-gap: 20px;
}

    .sscp-4th-counter .sscp-4th-counter-item {
        position: relative;
        width: 135px;
        height: 100px;
        border-radius: 6.51px;
        background: linear-gradient(105.87deg, rgba(255, 255, 255, 0.4) 3.04%, rgba(255, 255, 255, 0) 96.05%);
    }

        .sscp-4th-counter .sscp-4th-counter-item::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 6.51px;
            padding: 3px;
            background: radial-gradient(circle, #1E1E1E, #BE8ABF);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }

.sscp-4th-counter-item-number {
    color: #BE8ABF;
    font-size: 37.49px;
    font-family: "Montserrat Bold";
    line-height: 44px;
}

.sscp-4th-counter-item-unit {
    font-size: 18.74px;
    color: #FFF;
}

@media (max-width: 769px) {
    .sscp-4th-counter .sscp-4th-counter-item {
        width: 80px;
        height: 75px;
    }

    .sscp-4th-counter-item-number {
        font-size: 24px;
    }

    .sscp-4th-counter-item-unit {
        font-size: 12.74px;
    }
}

@media (max-width: 576px) {
    .sscp-4th-counter {
        column-gap: 8px;
    }
}

/* about us */
.about-us-section {
    padding: 50px 0px 100px;
}

    .about-us-section .section-header {
        margin-top: 90px;
    }

    .about-us-section p {
        width: 100%;
        max-width: 1000px;
    }

/* explore */
.explore-section {
    padding: 58px 0px 70px;
}

.explore-content {
    padding: 40px 205px 0px;
}

@media (max-width: 1200px) {
    .explore-content {
        padding: 40px 50px;
    }
}

@media (max-width: 992px) {
    .explore-content {
        padding: 40px 50px;
    }
}

@media (max-width: 576px) {
    .explore-content {
        padding: 40px;
    }
}

.explore-items {
    width: 900px;
}

.explore-item {
    background: rgba(59, 57, 57, 0.5);
    border-radius: 21px;
    padding: 23px 29px;
    max-width: 135px;
    height: 197px;
}

    .explore-item img {
        width: 75px;
    }

    .explore-item span {
        font-size: 18px;
        color: #FFF;
    }

/* themes */
.theme-section {
    padding: 50px 0px 70px;
}

.theme-content {
    padding: 0px 154px;
}

@media (max-width: 992px) {
    .theme-content {
        padding: 0px 50px;
    }
}

@media (max-width: 576px) {
    .theme-content {
        padding: 0px 20px;
    }
}

.theme-item {
    max-width: 370px;
    padding-top: 40px;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

    .theme-item p {
        font-size: 20px;
        padding-top: 16px;
    }

    .theme-item img {
        width: 60px;
    }

.theme-register {
    margin-top: 88px;
}

@media (max-width: 576px) {
    .theme-item p {
        font-size: 16px;
    }
}

/* targets */
.target-section {
    padding: 50px 0px 70px;
}

.target-content {
    padding: 0px 205px;
}

@media (max-width: 1200px) {
    .target-content {
        padding: 0px 120px;
    }
}

@media (max-width: 992px) {
    .target-content {
        padding: 0px 50px;
    }
}

@media (max-width: 576px) {
    .target-content {
        padding: 0px 20px;
    }
}

.target-item {
    max-width: 370px;
    padding-top: 40px;
    padding-right: 25px !important;
    padding-left: 25px !important;
}

    .target-item p {
        font-size: 20px;
        padding-top: 16px;
    }

.target-item-img {
    width: 60px;
    height: 120px;
    margin: auto;
    display: flex;
}

    .target-item-img img {
        width: 60px;
    }

@media (max-width: 576px) {
    .target-item p {
        font-size: 16px;
    }
}

/* footer */
footer {
    background-image: url("../images/footer.png");
    background-position: center;
    background-size: cover;
}

.footer {
    padding: 70px;
    background-color: #0C0C0CDE;
    color: white;
}

.footer-first-col {
    font-size: 18px;
    font-family: "Montserrat Bold";
}

.footer .copyright {
    font-size: 16px;
    color: #9A9A9A;
}

.footer h5 {
    font-size: 16.8px;
}

@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    .justify-content-center-md {
        justify-content: center;
    }
}

.sponsor-content {
    height: 135px;
    width: 100%;
}

.sponsor-img {
    background-color: #fff;
    height: 100px;
    width: 150px;
    border-radius: 10px;
}

.bnr-img {
    margin-top: 5px;
    max-width: 120px;
    max-height: 90px;
    width: auto;
    height: auto;
    text-align: center;
}
.explore-item span {
    font-size: 16px;
    color: #FFF;
    display: block;
    white-space: normal;
    padding: 0 5px;
}