html {
    scroll-behavior: smooth;
    touch-action: manipulation;
}


/* devanagari */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}


/* latin-ext */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Poppins, sans-serif;
    font-display: swap;
    font-weight: 400;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #90A4AE #ffffffab;
}

p {
    font-size: 17px;
}

:root {
    --darkviolet: #241e4e;
    --primary: #0B2D5D;
    --purple: #7c40fd;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #ffffffab;
}

body::-webkit-scrollbar-thumb {
    background-color: #90A4AE;
    border-radius: 6px;
    border: 3px solid #ffffff;
}

button:focus {
    outline: none;
}

.btn-purple {
    color: #fff;
    background-color: var(--purple);
    border-color: var(--purple);
}

.btn-purple:hover {
    color: #fff;
    background-color: #844dfa;
    border-color: #844dfa;
}

h2 {
    font-size: 1.7rem;
    font-weight: 700 !important;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

nav {
    font-weight: bold;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /* backdrop-filter: saturate(180%) blur(20px); */
    /* background-color: #d7692a; */
}

.blur {
    -webkit-filter: url(#better-blur);
    -moz-filter: url(#better-blur);
    -o-filter: url(#better-blur);
    -ms-filter: url(#better-blur);
    filter: url(#better-blur);
}

@supports (-moz-appearance:none) {
    /* for mozilla browsers*/
    .blur {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
    #email,
    #phoneNumber {
        border: none;
    }
}

.text-primary {
    color: var(--primary) !important;
}


/* slick slider to make slick slide height equal */


/* .slick-track {
    display: flex !important;
} */


/* .slick-slide {
    height: inherit !important;
} */

.slick-list {
    display: -webkit-box !important;
}


/* banner css start */

.top-banner {
    position: relative !important;
    width: 100%;
    min-height: 65vh;
    display: -ms-inline-grid;
    display: inline-grid;
    overflow: hidden;
    background-color: gray;
}

.banner-text h2,h1 {
    font-weight: 800;
    font-size: 3.8rem;
    color: #fff;
}

.banner-text p {
    font-weight: bold;
    color: #fff;
}


/* banner css end */


/* header css start */

.topnav {
    background: #00000059;
    color: white;
    height: 30px;
    text-align: right;
    font-size: small;
}

@media screen and (max-width: 992px) {
    .banner-text h2 {
        font-weight: 800;
        font-size: 2.3rem !important;
        color: #fff;
    }
    nav.fixed-top {
        position: relative;
        background-color: #343a40 !important;
    }
}

@media screen and (max-width: 768px) {
    .banner-text h2 {
        font-weight: 800;
        font-size: 1.6rem !important;
        color: #fff;
    }
}

#navbarTogglerDemo02 .nav-link {
    font-weight: 500 !important;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        background-color: #ffffffab !important;
    }
    .dropdown-item span {
        color: #0c0c0c;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .fix-nav {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-animation: comes-from-top 1s ease;
        animation: comes-from-top 1s ease;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        color: #fff !important;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        /* background-color: rgba(0, 0, 0, 0.363); */
        background-color: #d7692a;
    }
    .fix-nav .nav-link,
    .fix-nav .navbar-brand>*,
    .fix-nav .navbar-brand svg {
        color: #fff !important;
        fill: #fff !important;
    }
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        margin-top: 0;
        width: 37vw;
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
        left: 60%;
        top: 2.5rem;
    }
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: inherit;
    }
    .dropdown-toggle {
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
    .nav-item {
        margin-left: .2rem;
        margin-right: .2rem;
    }
}

@-webkit-keyframes comes-from-top {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
    }
    90% {
        visibility: visible;
        opacity: 0.8;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes comes-from-top {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
    }
    90% {
        visibility: hidden;
        opacity: 0.8;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* header css end */

.slide-infinite {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    -webkit-animation: 40s linear 0s infinite normal none running slideInfinite;
    animation: 40s linear 0s infinite normal none running slideInfinite;
}

@-webkit-keyframes slideInfinite {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes slideInfinite {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.shad {
    -webkit-box-shadow: rgb(99 99 99 / 10%) 0px 2px 2px 0px;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 2px 0px;
}

.lstimg {
    list-style: none;
}

.lstimg li::before {
    content: url('../images/common/tick.svg');
    display: inline-block;
    position: absolute;
    left: 25px;
    height: 24px;
    width: 24px;
}

.dlist {
    list-style: none;
    position: relative;
}

.dlist li::before {
    content: "\2022";
    display: inline-block;
    position: absolute;
    left: 15px;
    font-size: 30px;
    line-height: 24px;
    color: #0B2D5D;
}


/*social media icons*/

.whatsapp-fixed {
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    left: 10px;
    border-radius: 4px;
    -webkit-animation: pulse 1.8s ease-out infinite;
    animation: pulse 1.8s ease-out infinite;
    -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .4))
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}


/* footer */

.footer ul li {
    font-size: small;
    color: #d3d3d3;
    margin-top: 10px;
}


/* testimonials */

.testimonial-slider .box {
    padding: 1.25rem;
}

.BB {
    border-bottom: 5px solid #444d59 !important;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.d1-ads {
    background-color: #0570bd;
    background-image: linear-gradient(#0570bd);
    border-radius: 30px;
}

.d2-ads {
    background-color: #8500c9;
    background-image: linear-gradient(#8500c9);
    border-radius: 30px;
}

.d3-ads {
    background-color: #4ca966;
    background-image: linear-gradient(#4ca966);
    border-radius: 30px;
}

.d4-ads {
    background-color: #cf2e2e;
    background-image: linear-gradient(#cf2e2e, black 70%);
    border-radius: 30px;
}

.d5-ads {
    background-color: #ff6900;
    background-image: linear-gradient(#ff6900);
    border-radius: 30px;
}

.d6-ads {
    background-color: #fcb900;
    background-image: linear-gradient(#fcb900, black 70%);
    border-radius: 30px;
}

.d7-ads {
    background-color: #00d084;
    background-image: linear-gradient(#00d084, black 70%);
    border-radius: 30px;
}

.d8-ads {
    background-color: #8ed1fc;
    background-image: linear-gradient(#8ed1fc, black 70%);
    border-radius: 30px;
}

.d9-ads {
    background-color: #0693e3;
    background-image: linear-gradient(#0693e3);
    border-radius: 30px;
}

.d10-ads {
    background-color: #ff004d ;
    background-image: linear-gradient(#ff004d, black 70%);
    border-radius: 30px;
}

.d11-ads {
    background-color: #e67015 ;
    background-image: linear-gradient(#e67015, black 70%);
    border-radius: 30px;
}

.d12-ads {
    background-color: #009e4d  ;
    background-image: linear-gradient(#009e4d , black 70%);
    border-radius: 30px;
}

.d13-ads {
    background-color: #83980d  ;
    background-image: linear-gradient(#728506);
    border-radius: 30px;
}

.d14-ads {
    background-color: #dd1891  ;
    background-image: linear-gradient(#dd1891 , black 70%);
    border-radius: 30px;
}


.d15-ads {
    background-color: #2494c09c  ;
    background-image: linear-gradient(#2494c09c , black 70%);
    border-radius: 30px;
}

.form-section,.form-sections{
    background-color: #ff6900;
    background-image: linear-gradient(#ff6900, black);
}

/* p {
    font-family: 'Open Sans';
    font-size: 20px;
} */
/* h2, td, .lstimg li{
    font-family: 'Open Sans';
} */

.d5-text {
    top: 40%; 
    left: 40%; 
    font-size: 40px; 
    background: linear-gradient(to right, #f32170, 
            #ff6b08, #cf23cf, #eedd44); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text;
    background-clip: text;
}



/* scroll up */

#scroll-up {
    position: fixed;
    height: 25px;
    width: 25px;
    background-color: #0000007a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 80%;
    left: 0;
    border: none;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}