﻿body,
html {

    overflow-x: hidden !important;
}

.index_999 {
    z-index: 999;
}

.index_1 {
    z-index: 1;
}

.cross_btn {
    top: 42px;
    right: 15%;
}

nav li a:hover {
    opacity: 1 !important;
}

nav li a::after {
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 1px;
    bottom: -5px !important;
    width: 0;
    background-color: var(--color-purple);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

nav li a:hover::after {
    color: var(--color-purple);
    width: 100%;
}

.nav_white_line:hover {
    opacity: 1 !important;
}

.nav_white_line::after {
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 1px;
    bottom: -5px !important;
    width: 0;
    background-color: #fff !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav_white_line:hover::after {
    color: #fff;
    width: 100%;
}

.line1,
.line2,
.line3 {
    content: "";
    height: 3px;
    width: 30px;
}

.menu {
    width: 30px;
    height: 20px;
    right: 10px !important;
    z-index: 1;
}

.show_nav {
    top: 0% !important;
    left: 0% !important;
    opacity: 1 !important;
    z-index: 77 !important;
}

.overflow_hidden {
    overflow: hidden !important;
}

.navbar-logo {
    max-width: 200px !important;
}

.nav_btn {
    background: var(--color-purple);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 12px 38px;
    border-radius: 10px;
    display: inline-block !important;
    border: 1px solid transparent;
    z-index: 1;
}

.nav_btn::after {
    position: absolute;
    content: "";
    background-color: white;
    color: var(--color-purple) !important;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--color-purple);
    border-radius: 10px;
    z-index: -1;
}

.nav_btn:hover {
    color: var(--color-purple) !important;
}


.nav_btn:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border-radius: 10px;
    color: var(--color-purple) !important;

}

.nav_link {
    position: relative !important;
}

.nav_link::before {
    position: absolute;
    width: 40px;
    height: 0px;
    left: 85px;
    top: 50%;
    content: "";
    border: 1px solid #E6EAF3;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.w_45 {
    width: 45px !important;
}

/* ==========DEFINE HERO SECTION CSS========== */


@media (max-width:767.98px) {
    .overlay {
        position: absolute;
        background: #000 !important;
        width: 100%;
        height: 100vh;
        top: -150%;
        left: -100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 0.3s all linear !important;
        -o-transition: 0.3s all linear !important;
        transition: 0.3s all linear !important;
        z-index: 9999;
    }

    nav li a::after {
        background: #ffffff !important;
    }

    .hero_image_height {
        min-height: 40vh !important;
    }

    .hero_btn {
        padding: 6px 6px 6px 14px !important;
    }

    .arrow_bg {
        padding: 10px !important;
    }

    .hero_icons {
        overflow: auto !important;
        min-width: 500px !important;
    }


    .hero_icons::-webkit-scrollbar {
        height: 2px !important;
    }

    .hero_icons::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        background: #D1D1D1;
    }
}

@media (max-width:575.98px) {
    .cross_btn {
        top: 30px;
        right: 18px;
    }

    .nav_logo {
        max-width: 50px !important;
        max-height: 50px !important;
    }

    .hero_img {
        max-width: 350px !important;
    }

    .lh_para {
        line-height: 190% !important;
    }

    .hero_icons {
        overflow: auto !important;
        min-width: 250px !important;
    }

    .navbar-logo {
        max-width: 150px !important;
    }

    .line1,
    .line2,
    .line3 {
        width: 24px !important;
    }
}