html {
    overflow-x: hidden;
}

#lp-menu {
    padding: 20px 0;
    background: var(--backGround);
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

#menu-item-18 {
    display: block;
}

#lp-menu .main-manu {
    margin-right: 0;
}

#lp-menu ul {
    margin-bottom: 0;
}

#lp-menu li {
    margin: 0;
}

#lp-menu .lp-nav-btn {
    background: var(--secondary);
    border-radius: 50px;
    color: var(--white);
    padding: 8px 40px;
    font-family: Regular;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 800;
    transition: linear .15s;
}

#lp-menu .lp-nav-btn:hover {
    background: var(--primary);
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.top-right-fuzz {
    height: 500px;
    width: 500px;
    position: absolute;
    background-color: #fe096c;
    content: "";
    top: -100px;
    right: -100px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(50px);
}

.bottom-left-fuzz {
    height: 500px;
    width: 500px;
    position: absolute;
    background-color: var(--primary);
    content: "";
    top: 200px;
    left: -300px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(50px);
}

.vn-lp-section {
    padding: 100px 0;
}

.vn-lp-hero-section {
    /*background: var(--backGround); */
    padding: 200px 0 125px;
    background: rgba(234, 239, 244, .5);
    backdrop-filter: blur(5px);
}

.vn-lp-hero-section .row {
    align-items: flex-start
}

.vn-lp-hero-vid::after {
    display: none;
    height: 500px;
    width: 500px;
    position: absolute;
    background-color: #fe096c;
    content: "";
    top: -20px;
    right: -20px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(50px);
}

.vn-lp-hero-vid {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
}

.vn-lp-vid-wrapper {
    position: relative;
}

.small-play {
    left: 20px !important;
    top: inherit !important;
    bottom: 15px !important;
    font-size: 20px !important;
    padding: 10px 12px !important;
    width: 39px !important;
    text-align: center !important;
    box-shadow: none !important;
    transform: none !important;
}

.vid-restart, .small-play, .vid-volume {
    z-index: 10;
}

.small-play:hover, .vid-restart:hover {
    cursor: pointer !important;
}

.vid-restart {
    position: absolute;
    left: 20px;
    top: inherit;
    bottom: 60px;
    font-size: 20px;
    padding: 10px 12px;
    width: 42px;
    text-align: center;
    box-shadow: none;
    background: var(--secondary);
    color: #fff;
    border-radius: 50px;
    transition: linear .15s;
}

.vid-volume {
    position: absolute;
    left: 20px;
    top: inherit;
    bottom: 105px;
    font-size: 20px;
    padding: 10px 12px;
    width: 42px;
    text-align: center;
    box-shadow: none;
    background: var(--secondary);
    color: #fff;
    border-radius: 50px;
    transition: linear .15s;
}

.vn-lp-vid-wrapper video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
}

.vn-lp-vid-wrapper img {
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
}

.vid-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    box-shadow: 0px 5px 34px 2px #ffa3c8;
    border-radius: 50px;
    animation: pulse 2s infinite;
    background: var(--secondary);
    padding: 20px 23px 20px 31px;
    transition: linear .15s;
}

.vid-mobile-play {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    box-shadow: 0px 5px 34px 2px #ffa3c8;
    border-radius: 50px;
    animation: pulse 2s infinite;
    background: var(--secondary);
    padding: 15px 20px;
    transition: linear .15s;
}

.vid-icon:hover, .vid-restart:hover, .vid-volume:hover {
    cursor: pointer;
    background: var(--primary);
}

@keyframes pulse {
    0% {
        box-shadow: 0px 5px 34px 2px var(--secondary);
    }
    50% {
        box-shadow: 0px 5px 34px 2px #ffa3c8;
    }
    100% {
        box-shadow: 0px 5px 34px 2px var(--secondary);
    }
}

.vn-lp-vid-wrapper .fa-circle-play:hover {
    cursor: pointer;
}

.vn-lp-hero-section iframe {
    border-radius: 8px;
}

.vn-banner-section {
    background: linear-gradient(to right, #39097e, #df016a);
    padding: 100px 0 85px;
}

.vn-banner-section .row {
    align-items: baseline;
}

.vn-banner-item {
    display: flex;
    align-items: flex-start;
}

.vn-banner-item  i {
    margin-right: 10px;
}

.vn-banner-section h2,
.vn-banner-section p,
.vn-banner-section i {
    color: #fff;
}

.vn-banner-section i {
    font-size: 30px;
}

.calc-img {
    border-radius: 30px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.vn-lp-section .about-scale-wrapper {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.vn-study-section .page-title {
    margin-bottom: 50px;
}

.quick-links {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.vn-study-section .quick-links a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 15px 0;
}
.vn-study-section .quick-links a:hover {
    color: var(--secondary);
}

.vn-study-section .quick-links a:nth-child(2) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.vn-study-content h3 {
    scroll-margin-top: 100px;
}

.vn-lp-hero-vid, .vid-mobile-play {
    display: none;
}

@media(max-width: 576px) {
    #hero-vid, .vid-volume, .vid-restart, .vid-icon {
        display: none;
    }
    .vid-mobile-play {
        display: block;
    }
    #lp-menu .lp-nav-btn {
        padding: 5px 20px;
        font-size: 10px;
    }
    .vn-lp-hero-section {
        padding: 100px 0 20px;
    }
    .vn-lp-hero-vid {
        position: relative;
        z-index: 1;
        margin-top: 50px;
    }
    .vn-lp-vid-wrapper img {
        margin-top: 50px;
    }
    .vn-lp-vid-wrapper .fa-play {
        font-size: 40px;
        padding: 15px 18px 15px 22px;
        top: 60%;
    }
    .vn-lp-section {
        padding: 30px 0;
    }
    .top-right-fuzz {
        display: none;
    }
    .vn-lp-hero-section {
        padding: 100px 0 30px;
        background: rgba(234, 239, 244, .75);
    }
    .quick-links {
        display: none;
    }
    .vn-banner-section {
        padding: 30px 0;
    }
}