@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
    --color-primary: #1da2db;
    --accent-color: #f6d155;

    --dark-grey: rgb(11, 11, 11);
    --light-grey: rgb(240, 240, 240);

    --dark-grey-rgb: 11, 11, 11;
    --light-grey-rgb: 240, 240, 240;
}

#logo img {
    max-width: 170px;
    filter: brightness(20);
    transition: 0.3s ease-in-out;
}

.transparent.smaller #logo img {
    filter: none;
    max-width: 140px;
    transition: 0.3s ease-in-out;
}

#section-hero {
    height: 100svh !important;
}

#section-hero video {
    object-fit: cover;
}

#section-hero a.btn-custom {
    margin-bottom: 100px;
}

.de-video-container {
    display: flex;
    align-items: end;
    height: 100vh;
}

h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 45px;
}

h2 {
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 1.2px;
    position: relative;
    margin-bottom: 50px;
}

#section-about h2::after {
    left: 0;
    transform: none;
}

h1>span {
    font-weight: 200;
    opacity: 0.9;
    font-size: 42px;
}

h2>span {
    font-weight: 200;
    opacity: 0.9;
    font-size: 32px;
}

h2::after {
    content: "";
    background: url("../img/symbol.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 20px;
}

p {
    font-size: 16px;
    letter-spacing: 0.8px;
}

.subtitle {
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    opacity: 0.7;
}

a.btn-custom,
a.btn-custom:hover,
input.btn-custom,
input.btn-custom:hover {
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 500 !important;
    border: none;
}

.form-control {
    padding: 15px 25px;
    border-radius: 5px;
    margin-bottom: 15px;
}

textarea.form-control {
    height: 200px;
    margin-bottom: 30px;
}

section {
    padding: 120px 0;
}

#section-about {
    padding-bottom: 240px;
}

#section-features {
    background: var(--dark-grey);
}

.middle-title h2 {
    margin-bottom: 90px;
    width: 100%;
    text-align: center;
}

.icon-box>svg {
    height: 80px;
    margin: auto;
    display: block;
}

.box-number .text {
    margin-top: 30px;
    margin-left: 0 !important;
    text-align: center;
}

.spacer-single {
    height: 60px;
}

h3 {
    letter-spacing: 1px;
    font-size: 20px;
}

.de_count h3 {
    font-size: 80px;
    margin-bottom: 0;
}

#section-fun-facts {
    padding: 100px 0;
}

#jarallax-container-0::after {
    content: "";
    background: black;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#jarallax-container-1::after {
    content: "";
    background: black;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#section-testimonials {
    padding: 80px 0;
}

.de_count span {
    opacity: 0.7;
}

.de_tab.tab_style_4 {
    margin-top: 20px;
}

.de_nav h3,
.de_nav h3 span {
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.schedule-item>div {
    float: unset;
}

.tab_style_4 .schedule-item h3 {
    margin-bottom: 15px;
    font-size: 22px !important;
    font-weight: 800;
}

.schedule-listing img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    border-radius: 5px;
    /* transform: rotate(8deg); */
    transition: 0.3s ease-in-out;
}

.schedule-listing img:hover {
    /* transform: rotate(6deg); */
    transition: 0.3s ease-in-out;
}

.schedule-listing {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

.schedule-item {
    border-bottom: none !important;
}

.schedule-item .sc-time {
    padding-top: 0 !important;
    padding-bottom: 2px;
}

.de_tab.tab_style_4 .de_nav {
    margin-bottom: 60px;
}

.schedule-item {
    padding: 60px 0 50px 0;
}

.g-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 0 !important;
    transition: all 0.5s ease-in-out;
}

#section-grid-gallery .g-img img {
    height: 300px;
}

.g-img {
    padding: 0 !important;
}

#section-portfolio {
    padding-top: 100px;
    background-color: var(--dark-grey);
}

#section-portfolio .container-fluid {
    padding: 17px;
}

#section-portfolio h2 {
    margin-bottom: 65px;
}

.g-img a {
    overflow: hidden;
    display: block;
    margin: 5px;
    border-radius: 5px;
}

.schedule-listing:last-child {
    border-bottom: none !important;
}

.g-img a:hover img {
    transform: scale(1.07);
    transition: all 0.5s ease-in-out;
}

blockquote.testimonial-big .name {
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 100;
    opacity: 0.7;
}

#contact_form input[type="text"],
#contact_form textarea,
#contact_form input[type="email"],
#contact_form input[type="number"],
#search,
.form-control:focus {
    border: solid 1px rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.03);
    color: white;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.07);
}

#submit {
    margin-bottom: 0;
}

footer.style-2 {
    padding: 30px 0;
}

#back-to-top.show {
    border-radius: 50%;
}

.social-icons i {
    padding: 4px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

img.sponsor {
    max-width: 200px;
    margin-top: 30px;
}

#mainmenu li li a {
    padding: 10px 20px !important;
    font-size: 11px !important;
}

#mainmenu li ul {
    border-radius: 5px;
    overflow: hidden !important;
}

/* Light */
.de_light #section-about {
    padding-bottom: 220px;
}

.de_light .de-images img {
    box-shadow: 2px 5px 15px 0px rgba(20, 20, 20, 0.2);
}

.de_light #section-features,
.de_light #section-sponsors,
.de_light #section-portfolio {
    background: var(--light-grey);
}

.de_light header.smaller:not(.header-bottom):not(.side-header) {
    background: white;
    box-shadow: 2px 2px 12px -5px rgba(20, 20, 20, 0.2);
}

.de_light header.smaller:not(.header-bottom):not(.side-header) #mainmenu a {
    color: black;
}

.de_light header.smaller:not(.header-bottom):not(.side-header) #mainmenu a:hover {
    color: var(--color-primary);
}

.de_light .schedule-listing {
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.de_light .form-control {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.06);
}

.de_light #contact_form input[type="text"],
.de_light #contact_form textarea,
.de_light #contact_form input[type="email"],
.de_light #contact_form input[type="number"],
.de_light #search,
.de_light .form-control:focus {
    color: black;
}

.de_light #mainmenu li ul {
    background: var(--light-grey);
}

.de_light header.smaller:not(.header-bottom):not(.side-header) #mainmenu li li a:hover {
    color: black !important;
}

.de_light #mainmenu li li {
    border-color: #dedede !important;
}

.de_light #mainmenu li li a {
    color: black !important;
}

@media only screen and (max-width: 600px) {
    .di-small {
        left: -10%;
        top: 90%;
        z-index: 2;
    }

    .g-img img {
        height: auto;
    }

    img.sponsor {
        max-width: 100px;
    }

    header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        z-index: 1000;
    }

    .box-number .text {
        margin-top: 15px;
    }

    .event-types-icon svg {
        width: 60px;
        height: 60px;
    }

    .event-types-h3 {
        font-size: medium;
        margin-bottom: 5px;
    }

    .event-types-p {
        font-size: 10px;
        line-height: 15px;
    }

    #section-features {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .de_count {
        padding: 10px 0;
    }

    .schedule-item {
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }

    #section-schedule {
        padding-top: 50px;
        padding-bottom: 0;
    }

    #section-portfolio {
        padding-bottom: 50px;
    }

    #section-sponsors,
    #section-register {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.copyright a {
    color: #ccc;
}

.copyright a:hover {
    color: var(--color-primary);
}

footer .social-icons i:hover {
    color: white;
}

.category-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.category-content h2 {
    color: white;
    margin-bottom: 0 !important;
}

.category-content h2::after {
    background-image: url("../img/symbol-white.png");
    object-fit: contain;
}

.category-link {
    display: block;
    position: relative;
}

.icon-box.event-types-icon path {
    stroke: var(--color-primary);
}

#menu-btn {
    background: none !important;
}

#menu-btn:before {
    color: white !important;
}

@media (max-width: 568px) {
    #section-location .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 769px) {
    #section-about {
        text-align: center;
    }

    h2::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    section {
        padding: 100px 0;
    }

    .de_light #section-about {
        padding-bottom: 220px;
    }

    #section-portfolio h2 {
        font-size: 26px;
    }

    #section-testimonials .de_tab.tab_style_4 {
        margin: 0;
    }

    #section-testimonials .schedule-item {
        padding: 0;
    }

    footer .text-left {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    footer .text-right {
        margin-bottom: 0 !important;
        text-align: center !important;
    }

    #section-testimonials .container .col-md-12,
    #section-schedule .container .col-md-12,
    #section-location .container .col-md-12 {
        margin-bottom: 0 !important;
    }

    #section-location .container>.row {
        flex-direction: column-reverse !important;
    }

    .de_count h3 {
        font-size: 65px;
    }

    .social-icons i {
        font-size: 18px;
    }

    .di-small {
        top: 70%;
        left: -15%;
        z-index: 1;
    }
}