@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

html,
body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: smooth;
}

body.home .home-active a,
body.about .about-active a,
body.services .services-active a,
body.process .process-active a,
body.our-work .portfolio-active a,
body.testimonial .testi-active a,
body.allblog .blog-active a,
body.contact-us .contact-active a,
body.terms-and-privacy-policy .term-active a {
    font-weight: 700 !important;
}

header.cs_header_new .left-content .head-h1 {
    font-size: clamp(16px, 1.4vw, 22px);
    color: #fff;
    /* text-shadow: 0 0 5px black; */
    font-weight: 700;
    position: relative;
    display: inline-block;
    width: auto;
}

header.main-header .topheader .right-sec .right-cotact a {
    display: flex;
    gap: clamp(8px, 0.8vw, 14px);
    padding-left: 0;
    font-size: clamp(16px, 1.4vw, 22px);
}

header.cs_header_new .left-content .head-h1:before {
    content: "";
    background: #663493;
    width: 65px;
    height: 2px;
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
    /* box-shadow: 0 0 10px 2px #ffffff; */
}

header.main-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    font-family: "Bitter";
    background: linear-gradient(0deg, transparent, #0000004a);

}

header.main-header .topheader {
    overflow: hidden;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 30px;
    background-color: #fff
}

@media only screen and (min-width:992px) {
    header.main-header .topheader {
        padding: 12px clamp(30px, 3vw, 50px);
        background-color: transparent
    }
}

header.main-header .topheader .right-sec {
    justify-content: end;
    padding-right: clamp(30px, 5.469vw, 105px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

header.main-header .topheader .right-sec .right-cotact {
    float: none;
    color: #fff;
    font-weight: 700;
    /* text-shadow: 0 0 5px black; */
}

header.main-header .topheader .right-sec .right-cotact a {
    color: inherit;
    text-decoration: none;
    padding-left: 5px;
    font-family: inherit;
    transition: all .3s ease-in-out;
}

header.cs_header_new .left-content .head-h1,
header.main-header .topheader .right-sec .right-cotact a {
    font-family: 'Mulish';
    font-weight: 600;
}

.nav_body_scroll {
    transition: all .3s ease;
}

.nav_body_scroll .right-sec:before {
    background: #000 !important;
    opacity: 0.6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 12;
}

.nav_body_scroll {
    overflow: hidden !important;
}

header.main-header .topheader .right-sec .left-nav {
    float: none;
    position: fixed;
    top: 0%;
    right: calc(-100% - 20px);
    width: clamp(290px, 35vw, 645px);
    background-color: #663493;
    padding: 0px;
    z-index: 100;
    transition: all .3s ease;
    display: flex !important;
    height: 100vh;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 32px;
    gap: 30px;
}

.cs_nav_social_icons_wrapper {
    display: flex;
    align-items: center;
    gap: clamp(15px, 1.5vw, 25px);
    justify-content: center;
}

.cs_nav_social_icons_wrapper>a,
.cs_nav_social_icons_wrapper>a:active,
.cs_nav_social_icons_wrapper>a:focus {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 60px;
    background-color: transparent;
    transition: all .3s ease;
}


span.nav_close_btn {
    position: absolute;
    top: clamp(10px, 1.1vw, 20px);
    left: clamp(10px, 1.1vw, 20px);
    width: clamp(18px, 1.4vw, 24px);
    height: clamp(18px, 1.4vw, 24px);
    display: inline-block;
    cursor: pointer;
}

.cs_nav_social_icons_wrapper>a>img,
.cs_nav_social_icons_wrapper>a:active>img,
.cs_nav_social_icons_wrapper>a:focus>img {
    filter: brightness(100);
}

.cs_footer_social_icons_wrapper>a>img,
.cs_footer_social_icons_wrapper>a:active>img,
.cs_footer_social_icons_wrapper>a:focus>img {
    filter: brightness(100);
}

.cs_nav_social_icons_wrapper>a:hover>img {
    filter: none;
}

.cs_nav_social_icons_wrapper>a:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.nav_side_logo img {
    max-width: 166px;
    margin-inline: auto;
    padding-block: clamp(30px, 3.5vw, 50px) clamp(30px, 3.8vw, 60px);
}

span.nav_close_btn svg {
    width: 100%;
    height: 100%;
}

header.main-header .topheader .right-sec .left-nav.nav-left {
    right: 0;
    transition: all .3s ease;
}

header.main-header .topheader .right-sec .left-nav ul {
    height: calc(100dvh - (clamp(30px, 3.5vw, 50px) + clamp(30px, 3.8vw, 60px) + 120px + 30px + 32px));
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

header.main-header .topheader .right-sec .left-nav ul li {
    display: block;
    padding: 15px clamp(30px, 3.9vw, 67px);
    border-bottom: 1px solid hsl(0deg 0% 100% / 20%);
}

header.main-header .topheader .right-sec .left-nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.cs-right-info {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cs-right-info,
.left-content {
    width: calc(50% - 90px);
}

header.main-header .topheader .right-sec .left-nav ul li a {
    display: inline-block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    text-transform: normal;
    -webkit-transition: all 1s;
    transition: all 1s
}

header.main-header .topheader .right-sec .left-nav ul li a:hover,
header.main-header .topheader .right-sec .left-nav ul li.active a {
    color: #fff;
    font-weight: 700;
}

header.main-header .topheader #nav-icon1 {
    width: 90px;
    height: 35px;
    color: #fff;
    /* text-shadow: 0 0 5px black; */
    position: relative;
    font-weight: 700;
    margin: 0 auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: flex;
    margin: 0;
    align-items: center;
    gap: 10px;
}

header.main-header .topheader #nav-icon1:hover {
    color: #663494;
}

span.nav-icon-text {
    display: block;
    margin-top: 3px;
    line-height: 1;
}


.fp-viewing-0 .main-header .topheader {
    padding: 2%;
    background-color: transparent
}

.left-logo a img {
    width: 175px
}

header.main-header .topheader .right-sec .left-nav ul li a {
    position: relative;
    transition: all .5s;
    z-index: 1
}

header.main-header .topheader {
    display: none
}

.nav_body_scroll header.main-header .topheader {
    display: flex
}

.fp-viewing-0 .main-header .topheader,
.fp-viewing-firstPage .main-header .topheader {
    display: flex
}

.fp-viewing-0 #menu,
.fp-viewing-firstPage #menu {
    display: none
}

.black_logo {
    position: absolute;
    display: none
}

#menu {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    opacity: 1 !important;
    margin: 0 !important;
    visibility: visible !important
}

.seelist #menu svg path {
    fill: #fff
}

@media only screen and (max-width:991.98px) {
    .left-logo a img {
        max-width: 90%
    }

}

@media(max-width:1100px) {
    header.main-header .topheader {
        display: flex
    }

    .seelist header.main-header .topheader {
        display: flex
    }
}

@media(max-width:1024px) {
    header.main-header .topheader {
        display: flex
    }

    header.main-header .topheader .right-sec {
        padding-right: clamp(30px, 3.469vw, 105px);
    }
}

@media(max-width:991.98px) {
    .black_logo {
        display: inline-block
    }
}



@media(max-width:540px) {
    header.main-header .topheader .right-sec {
        padding-right: 20px
    }

    #menu {
        display: none
    }
}

@media(max-width:480px) {
    .left-logo a img {
        width: 120px
    }
}

@media (max-width:991.98px) {
    header.main-header .topheader .right-sec .right-cotact {
        display: none;
    }

    header.main-header .topheader .right-sec .left-nav {
        padding-bottom: 15px;
        gap: 15px;
    }
}

@media only screen and (orientation: landscape) and (max-width:1000.98px) {
    .nav_side_logo img {
        max-width: 116px;
        padding-block: clamp(20px, 3.5vw, 50px) clamp(30px, 3.8vw, 60px);
    }

    header.main-header .topheader .right-sec .left-nav {
        padding-bottom: 20px;
        gap: 20px;
    }

    header.main-header .topheader .right-sec .left-nav ul {
        height: calc(100dvh - (clamp(30px, 3.5vw, 50px) + clamp(30px, 3.8vw, 60px) + 94px + 20px + 20px));
        overflow-y: auto;
    }

}

@media (max-width:767.98px) {
    header.main-header .topheader {
        flex-wrap: wrap;
    }

    header.main-header .topheader .left-content {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 0.6%;
    }

    header.main-header .topheader .right-sec .left-nav ul {
        height: calc(100dvh - 165px);
        overflow-y: auto;
    }

    .nav_side_logo img {
        max-width: 110px;
        margin-inline: auto;
        padding-block: 20px;
    }

}

/* HEADER CSS HERE */
.right-cotact>a>img {
    filter: grayscale(1) brightness(100) drop-shadow(0px 0px 0px black);
    margin-top: -4px;
    transition: inherit;
    width: clamp(18px, 1.4vw, 24px);
}

.right-cotact>a:hover>img {
    filter: none;
}

.right-cotact>a:hover {
    color: #663494 !important;
}

@media (min-width: 991.99px) {
    .mob_black_logo {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    img.desk_black_logo {
        display: none !important;
    }

    div#nav-icon1:not(:hover),
    header.cs_header_new .left-content .head-h1 {
        color: #000 !important;
    }

    .contentsec {
        margin-top: 100px !important;
    }
}

@media (max-width: 767.98px) {
    header.cs_header_new .left-content .head-h1 {
        color: #fff !important;
    }

    header.cs_header_new .left-content .head-h1 {
        margin-top: 5px;
        font-size: clamp(12px, 1.1vw, 18px);
        color: #fff;
    }

    .contentsec {
        margin-top: 130px !important;
    }

    .left-content {
        position: absolute;
        left: 0;
        padding: 0 30px !important;
        top: 0;
        width: 100%;
        text-align: center;
        min-height: 30px;
        background: #663494;
    }

    header.main-header .topheader {
        margin-top: 30px;
    }

    header.cs_header_new .left-content .head-h1:before {
        right: auto;
        left: 50%;
        bottom: -2px;
        top: auto;
        transform: translateX(-50%);
        background-color: #fff;
        display: none;
    }

    header.cs_header_new .left-content .head-h1 {
        font-size: clamp(14px, 1.1vw, 18px);
    }

    .cs-right-info {
        margin-top: 0px;
    }
}

@media (max-width: 480.98px) {
    .contentsec {
        margin-top: 109px !important;
    }
}