﻿@import url('fonts.css');


html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg);
    border-bottom-color: #FDE9A9;
    font-family: body;
    color: #101010;
    overflow-x: hidden;
}

*, *:before, *:after {
    text-shadow: none !important;
}

:root {
    /*theme color*/
    --text: #101010; /*black*/
    --lighttext: #848484; /*grey*/
    --bg: #FFFFFF; /*whitish grey*/
    --nav-bg: #C3345B; /*whitish grey*/
    --pink: #C3345B; /*pink*/
    --light-pink: #E6AABA; /*light pink*/
    --nav-text : #FFFFFF; /*white*/
    --error: red;
    /*grediant (webgradiant.com) color */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    /*theme font-family*/
}

h1 {
    font-family: body;
    font-weight:700;
}


h2 {
    font-family: body;
    font-weight:500
}

p {
    font-family: body;
}-


/*.bi-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}*/

/*.bi-whatsapp {
    color: #fff;
    background: linear-gradient(#25d366, #25d366) 14% 84% / 16% 16% no-repeat, radial-gradient(#25d366 57%, transparent 0) !important;
}*/

.sticky-button {
    width: 2.3%;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.bi-google {
    background: linear-gradient( to bottom, #4285F4 25%, /* Blue */
    #EA4335 25%, /* Red starts */
    #EA4335 50%, /* Red ends */
    #FBBC05 50%, /* Yellow starts */
    #FBBC05 75%, /* Yellow ends */
    #34A853 75% /* Green starts */
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.owl-next span, .owl-prev span {
    padding: 0 1rem;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--text);
    transition: 0.3s;
}

    a:hover {
        opacity: 1;
        text-decoration: none;
        color: var(--pink);
    }

.row {
    margin: 0 !important;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 7px 14px;
    border-radius: 40px;
    transition: 0.5s;
    font-size: 15px;
}

    .btn-primary:hover {
        color: var(--bg);
        background-color: var(--primary);
    }

.pagination {
    justify-content: center;
    --bs-pagination-border-width: 0px;
    --bs-pagination-border-color: var(--text);
    --bs-pagination-color: var(--text);
    --bs-pagination-active-bg: transparent;
    --bs-pagination-active-color: var(--pink);
    --bs-pagination-hover-color: var(--light-pink);
    --bs-pagination-hover-bg: transparent;
}
/*-----------------layout--------------------*/
/*-----------------layout--------------------*/
.navbar {
    padding: 0;
    margin: 0;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    justify-content: center;
    background-color: var(--bg);
    box-shadow: 0px 11px 20px -20px rgba(0, 0, 0, 0.45);
}

.navbar-logo {
    z-index: 9;
}

.navbar-logo a{
    opacity: 1;
} 

.nav-logo {
    width: 37%;
}

.navbar a {
    color: var(--nav-text) !important;
    text-decoration: none;
}

.nav-sm-icons {
    padding-top: 1.5rem;
}

.navbar .row {
    width: 100%;
    align-items: center;
    margin: 0;
    display: flex;
}

.navbar .navbar-menu {
    margin-left: auto;
}

.navbar-icon {
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.last-fitem a {
    background-color: var(--primary);
    color: white !important;
    cursor: pointer;
}

@media screen and (min-width: 2500px) {
    .navbar-icon {
        display: none;
    }
}

.navbar-icon span {
    width: 36px;
    height: 3px;
    background-color: #000000;
    display: block;
    position: relative;
    transition: 0.3s;
}

.navbar-icon:hover span {
    background-color: var(--pink);
}

    .navbar-icon span:after,
    .navbar-icon span:before {
        content: "";
        width: 36px;
        height: 3px;
        background-color: #000000;
        position: absolute;
        transition: 0.3s;
    }

    .navbar-icon:hover span:before,
    .navbar-icon:hover span:after {
        background-color: var(--pink); /* if it's a line or shape */
    }

    .navbar-icon span:after {
        top: 9px;
    }

    .navbar-icon span:before {
        bottom: 9px;
    }

.navbar-icon.active span {
    background-color: transparent;
}

    .navbar-icon.active span:before {
        transform: rotate(45deg);
        bottom: 0;
        background-color: #FFFFFF;
        opacity:0.8;
    }
    
    .navbar-icon.active {
        transition: 0.9s;
    }

    .navbar-icon.active:HOVER {
        transform: translateY(-3px);
    }
    

    .navbar-icon.active span:after {
        transform: rotate(-45deg);
        top: 0;
        background-color: #FFFFFF;
        opacity: 0.8;
    }

/*Jeet Negi*/
#footerSocialMedia a {
    padding: 0 10px;
    border-left: 1px solid var(--pink);
    font-size: 9px;
}

    #footerSocialMedia a:first-child {
        border-left: none;
    }

#footerSocialMedia a {
    padding: 0 6px;
    border-left: 1px solid var(--pink);
}

.social-icons a {
    font-size: 12px;
    padding-right: 8px;
    color: var(--pink);
    font-weight: 700;
}

.navbar-menu nav.active ul li a {
    padding: 2px 20px;
    font-size: 15px;
}

@media screen and (max-width: 2499px) {
    .navbar-menu nav {
        visibility: hidden;
        position: fixed;
    }

        .navbar-menu nav ul li {
            transform: translateX(-10px);
            opacity: 0;
        }

        .navbar-menu nav.active {
            visibility: visible;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--nav-bg);
            z-index: 2;
        }

            .navbar-menu nav.active ul {
                flex-direction: column;
                justify-content: flex-start;
                height: 100%;
                margin: 22rem auto 0;
            }

                .navbar-menu nav.active ul li {
                    transform: translateX(0);
                    opacity: 1;
                    transition: 0.9s;
                }

                    .navbar-menu nav.active ul li:nth-child(1) {
                        transition-delay: 0.15s;
                    }

                    .navbar-menu nav.active ul li:nth-child(2) {
                        transition-delay: 0.3s;
                    }

                    .navbar-menu nav.active ul li:nth-child(3) {
                        transition-delay: 0.45s;
                    }

                    .navbar-menu nav.active ul li:nth-child(4) {
                        transition-delay: 0.6s;
                    }

                    .navbar-menu nav.active ul li:nth-child(5) {
                        transition-delay: 0.75s;
                    }

                    .navbar-menu nav.active ul li:nth-child(6) {
                        transition-delay: 0.9s;
                    }

                    .navbar-menu nav.active ul li:nth-child(7) {
                        transition-delay: 1.05s;
                    }

                    .navbar-menu nav.active ul li:nth-child(8) {
                        transition-delay: 1.2s;
                    }

                    .navbar-menu nav.active ul li:nth-child(9) {
                        transition-delay: 1.35s;
                    }

                    .navbar-menu nav.active ul li a {
                        color: #fff;
                    }

    .last-fitem {
        margin: 0 !important;
    }
}

.navbar-menu nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

    .navbar-menu nav ul li {
        margin: 0;
    }

        .navbar-menu nav ul li a {
            display: block;
            color: #000;
            transition: 0.3s;
        }

.navi li a {
    padding: 2px 20px;
    font-size: 24px;
    font-family: body;
    font-weight: 400;
    letter-spacing: 1px;
}

.cont li a {
    padding: 1px 20px;
    font-size: 19px;
    font-family: light;
}

.navbar-menu nav ul li:hover a {
    text-decoration: none;
    transform: translateY(-3px);
}

.navbar-menu nav ul li a {
    text-transform: uppercase;
}

.nav-sm-icons a {
    font-size: 12px !important;
}

.social-icons a {
    font-size: 1.3rem;
    padding-right: 8px;
    color: var(--pink);
}

.footer-logo {
    text-align : right;
}

    .footer-logo img {
        width: 80%;
        opacity: 0;
    }

.footer-links{
    justify-content:center !important;
}

.footer-links-link a {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--pink);
    letter-spacing: 0.7px;
}

.social-icons {
    text-align: center;;
}

.footer-box {
    box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.1);
    background-color: #F7F7F7;
}
    @media (min-width: 1700px) {
        .footer-logo img {
            width: 65%;
        }
    }

    @media (max-width: 1200px) {
        .navbar-menu nav ul li a {
            padding: 10px 10px;
        }


        .footer-links-link a {
            font-weight: 400;
        }
    }

@media (max-width: 1024px) {
    .navbar {
        padding: 1rem 0;
        margin: 0;
    }

    .footer-logo img {
        display: none;
    }

    .navbar-menu nav.active ul {
        margin: 39rem auto 0;
    }

        .navbar-menu nav.active ul li a {
            padding: 2px 20px;
            font-size: 1.3rem;
        }

    .social-icons {
        text-align: left;
        padding: 0rem 2rem 0rem;
    }

    .footer-box {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #home-button {
        width: 70% !important;
    }

    .nav-sm-icons a {
        font-size: 1rem !important;
    }
}

    @media (max-width: 768px) {
        .navi li a {
            font-size: 24px;
        }

        .navbar-menu nav.active ul {
            margin: 27rem auto 0;
        }

        .navig li a {
            font-size: 1rem !important;
        }

        .navbar-menu nav.active ul li a {
            font-size: 1rem;
        }

        .navbar-menu nav ul li a {
            padding: 5px 10px;
        }

        .tab_content_wrap .container,
        .tab_content_wrap .container-sm {
            max-width: fit-content;
        }

        .tab_content .row {
            flex-direction: column-reverse;
        }

            .tab_content .row img {
                width: 50%;
                margin-bottom: 1rem;
            }

        .ser-item p {
            font-size: 1rem !important;
        }

        .footer-links {
            justify-content: left !important;
            padding: 0.5rem 2rem 0.5rem;
        }

        .nav-sm-icons a {
            font-size: 0.8rem !important;
        }
    }

    @media (max-width: 500px) {
        #home-button {
            width: 58% !important;
            padding: 0.5rem 0;
        }

        .cont {
            display: none !important;
        }

        .approach-head {
            padding: 0.8rem 0;
        }

        .navbar-menu nav.active ul li a {
            font-size: 15px;
        }

        .head {
            font-size: 1.6rem !important;
        }

        .sub-head {
            font-size: 14px;
        }

        .navig ul li {
            height: 50px !important;
            padding: 0 !important;
        }

        .navig li a {
            height: 12px;
        }

        .approach {
            padding: 1rem !important;
        }

        .footer-links-link a {
            font-weight: 400;
        }

        .footer-links {
            flex-wrap: wrap;
            line-height: 35px;
        }

        .nav-logo {
            width: 40%;
        }

        .navbar-menu nav.active {
            flex-direction: column-reverse;
            text-align: center;
        }

        .nav-sm-icons {
            align-self: flex-start;
        }

        .navi li a {
            font-size: 18px;
        }

        .footer-links a {
            border-bottom: none;
        }

        .footer-logo img {
            width: 30% !important;
        }

        .ser-item p {
            font-size: 0.8rem !important;
            line-height: 20px !important;
        }

        .ser-item a {
            padding: 0.6rem 1.5rem !important;
            font-size: 0.8rem !important;
        }

        .footer-links-link div {
            padding: 0 5px !important;
            height: 1.5rem;
        }

        .social-icons {
            text-align: left;
            padding: 1rem 1.5rem;
        }

        .footer-links {
            padding: 0rem 1.5rem;
        }
        /*.footer-links-link {
            display: block !important;
        }*/
        .footer-box {
            margin-top: 1.5rem !important;
        }

        .navbar-menu nav.active ul {
            margin: 20rem 0 0px 8rem;
            text-align:left;
        }

        .nav-sm-icons a{
            font-size:12px !important;
        }
    }



    @media (max-width: 767px) and (orientation: landscape) {
        .navbar-menu nav.active {
            overflow-y: scroll;
        }
    }





/*------------------------------------------Page-Headings-------------------------------------------------*/

@media (max-width: 500px) {

    .social-icons a {
        font-weight: 400;
    }
}

/*------------------------------------------Page-Headings-------------------------------------------------*/