@font-face {
    font-family: 'Another Shabby Font - Light';
    src: url(../fonts/Another-Shabby-font/Anothershabby_pro_light_v2\ trial.ttf);
}
@font-face {
    font-family: 'Another Shabby Font - Regular';
    src: url(../fonts/Another-Shabby-font/Anothershabby_pro_regular_v3_trial.ttf);
}
@font-face {
    font-family: 'Another Shabby Font - Bold';
    src: url(../fonts/Another-Shabby-font/Anothershabby_pro_bold_v2_trial.ttf);
}
@font-face {
    font-family: 'Another Shabby Font - Heavy';
    src: url(../fonts/Another-Shabby-font/Anothershabby_pro_heavy_v2_trial.ttf);
}
@font-face {
    font-family: 'Techno-LCD';
    src: url(../fonts/Techno-LCD/digital-7.ttf);
}
@font-face {
    font-family: 'Techno-LCD Italic';
    src: url(../fonts/Techno-LCD/digital-7-italic.ttf);
}
@font-face {
    font-family: 'Techno-LCD Mono';
    src: url(../fonts/Techno-LCD/digital-7-mono.ttf);
}
@font-face {
    font-family: 'Techno-LCD Mono-Italic';
    src: url(../fonts/Techno-LCD/digital-7-mono-italic.ttf);
}
:root {
    --custom-primary: #d72e7d;
    --custom-primary-light: rgba(253, 240, 246, .05);
    --custom-secondary: #4d8cd9;
    --custom-secondary-dark: #1263c5;
}
.text-custom-primary {
    color: var(--custom-primary) !important;
}
.text-custom-secondary {
    color: var(--custom-secondary) !important;
}
.btn-custom-primary {
    background-color: var(--custom-primary) !important;
}
.btn-custom-secondary {
    background-color: var(--custom-secondary) !important;
}
.client-logo {
    height: 150px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    /* padding: 20px 10px; */
}
.client-logo img {
    height: 100px;
    object-fit: contain;
}
#scrolled-header {
    position: fixed;
    width: 100%;
    top: 0;
    display: none;
}
#scrolled-header .header-nav .nav>li>a {
    padding-top: 30px;
    padding-bottom: 20px;
}
#scrolled-header .logo-header img {
    height: 120px;
    width: 120px;
}
#scrolled-header > div > div {
    min-height: 65px;
}
.main-slider .slide {
    min-height: 80vh;
}
.main-countdown-timer-container {
    /* min-height: 200px; */
    /* background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 75%
    ),
    linear-gradient(
        -135deg,
        rgba(255, 255, 255, 0.1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 75%
    );
    background-size: 200px 200px; */
    /* background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 75%
    ),
    linear-gradient(
        -135deg,
        rgba(255, 255, 255, 0.1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        transparent 75%
    );
    background-size: 200px 200px; */
    background-color: rgba(255, 255, 255, 0.3);
    padding: 40px 20px 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); */
    color: white !important;
}
#timer {
    display: flex;
    justify-content: center;
}
#timer h1 {
    font-size: 60px;
    color: white !important;
}
.techno#timer h1 {
    font-size: 60px;
    color: white !important;
    font-family: 'Techno-LCD Mono';
}
#timer > div {
    margin: 0 10px;
}
#timer > div > div {
    display: flex;
    align-items: flex-end;
    line-height: 100px;
}
.header-nav .nav>li>a {
    padding-top: 35px;
    padding-bottom: 20px;
}
.dlab-img-overlay1:before {
    /* background-color: var(--custom-primary); */
    background-color: transparent;
}

@media (max-width: 768px) {
    #scrolled-header .header-nav .nav>li>a {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #scrolled-header .logo-header img {
        height: 70px;
        width: 70px;
    }
    #scrolled-header > div > div {
        min-height: 45px;
    }
    #timer {
        font-size: 12px;
    }
    #timer h1 {
        font-size: 25px;
        margin-right: 0px;
        letter-spacing: 2px;
    }
    #timer > div > div {
        line-height: 110px;
    }
}
