@font-face {
    font-family: 'Firs-Neue', sans-serif;
    src: url(../fonts/firsneue.ttf) format("truetype");
    font-optical-sizing: auto;
    font-weight: 100 900;
    font-style: normal;
}

:root {
    --alt-font: 'Firs-Neue',
        sans-serif;
    --primary-font: 'Firs-Neue',
        sans-serif;
    --base-color: #ff1e80;
    --dark-gray: #2c3038;
    --medium-gray: #888e95
}

body {
    font-size: 17px;
    line-height: 32px
}

header .navbar-brand img {
    height: 36px
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 26px
}

header .btn.btn-switch-text.btn-very-small>span {
    padding: 10px 30px
}

.text-gradient-dark-purple-watermelon {
    background: linear-gradient(to right top, rgb(255, 30, 128) 15.923566878980886%, rgb(156, 50, 176) 50.63694267515923%, rgb(96, 0, 255) 99.68152866242038%);
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.ls-minus-20px {
    letter-spacing: -20px !important
}

.bg-dark-gray-01 {
    background: #232323
}

.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0
}

.btn.btn-extra-large {
    font-size: 17px
}

.btn.btn-large {
    font-size: 16px
}

.btn.btn-medium {
    font-size: 15px
}

.btn.btn-small {
    font-size: 14px
}

.btn.btn-very-small {
    font-size: 13px
}

.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #ff1e80, #ab2fa8, #7d18d8)
}

.review-star-icon i {
    letter-spacing: 1px
}

.play-video-botton {
    color: #2c3038
}

.wave-animation {
    display: inline-block
}

.wave-animation span {
    animation: animate 3s linear infinite;
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100%;
    position: absolute;
    transform: scale(0)
}

.wave-animation span:nth-child(1) {
    animation-delay: 1s
}

.wave-animation span:nth-child(2) {
    animation-delay: 2s
}

.wave-animation span:nth-child(3) {
    animation-delay: 3s
}

.wave-animation span:nth-child(4) {
    animation-delay: 4s
}

.head_button {
    padding: 10px 10px !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.btn.btn-hover-animation-switch .btn-icon {
    background-color: #151FDB;
    padding: 10px;
    margin-left: 10px;
    border-radius: 100%;
}

.btn.btn-hover-animation-switch .btn-icon img {
    height: 20px;
    width: 20px;
}

.text-shadow-light {
    text-shadow: 0 0 60px rgba(255, 255, 255, 0.4);
}

.box-shadow-light {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.custom-menu {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    background-color: rgba(35, 35, 35, .3) !important;
    transition: all .3s ease-in-out;
    height: 50px;
    margin-top: 20px;
}

.sticky-active .custom-menu {
    box-shadow: none;
    background-color: transparent !important;
    backdrop-filter: none;
    margin-top: 10px;
}

.contact-form-style-03 textarea {
    border: none;
    padding: 20px !important;
}

.contact-form-style-03 textarea:focus {
    border: none !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3) !important;
}

.nice-shadow {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.bg-dark-trans {
    background-color: rgba(0, 0, 0, .1);
}

.menu-item-text:hover {
    color: #151FDB !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -100px;
    margin-top: var(--bs-dropdown-spacer);
}

.contact-form-style-03 button {
    transform: translateY(-60px);
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(0) translateX(0)
    }

    50% {
        opacity: .4;
        transform: scale(1) translateX(-25px)
    }

    100% {
        opacity: 0;
        transform: scale(1.5) translateX(-50px)
    }
}

@media(max-width:1199px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 16px;
        padding-right: 16px
    }

    header .btn.btn-switch-text.btn-very-small>span {
        padding: 8px 25px
    }

    .large-icon a {
        font-size: 22px;
        width: 45px;
        height: 45px
    }

    .large-icon li {
        margin: 0 5px
    }

    .ls-minus-20px {
        letter-spacing: -10px !important
    }

    footer .nav-link {
        padding: 10px
    }
}

@media(max-width:991px) {
    .large-icon li {
        margin: 0 10px
    }

    .large-icon a {
        font-size: 24px;
        width: 60px;
        height: 60px
    }

    .navbar-full-screen-menu-inner.bg-transparent,
    .navbar-modern-inner.bg-transparent,
    .navbar.bg-transparent {
        background-color: transparent !important;
    }

    .custom-menu {
        box-shadow: none;
        border-radius: 0;
        backdrop-filter: none;
        background-color: transparent !important;
        height: auto;
        margin-top: inherit;
    }
}

@media(max-width:767px) {
    .elements-social ul li {
        margin-bottom: 0
    }

    .large-icon a {
        font-size: 21px;
        width: 45px;
        height: 45px
    }

    .contact-form-style-03 button {
        transform: translateY(0);
    }
}