/* Default Style */

::selection {
    color: #0A0A0A;
    background-color: #c7b7f3;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
a{
    text-decoration: none;
}
ul{
    margin-bottom: 0;
}

body {
    background-color: #F6F6F6;
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px;
}

.main-container {
    max-width: 1920px;
    margin: auto;
}

/* Header Section Style */

.menu-fxd {
    transition: all 0.34s ease-in-out;
}
.menu-area{
    z-index: 9;
    transition: all 0.3s linear;
}
.logo{
    padding: 32px 0;
}
.logo img{
    width:140px;
}
.sidebar-toggle-icon{
    display: none;
    height: 24px;
    width: 24px;
    margin-left: auto;
    padding-top: 5px;
    cursor: pointer;
}
.line {
    height: 2px;
    width: 100%;
    background-color: #000000;
    margin-bottom: 6px;
}
.top-bars{
    transform: rotate(45deg);
    margin-top: 5px;
}
.middle-bars{
    opacity: 0;
}
.bottom-bars {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.toggle-item li{
    display: inline-block;
    margin: 0 8px;
}

.toggle-item li a {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}

.toggle-item li a:hover,
.toggle-item li a.activa {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.menu-area a.r-btn1 {
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(0,0,0,0.7);
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}
.menu-area a.r-btn2 {
    display: inline-block;
    padding: 12px 24px;
    color: #000;
    font-weight: 500;
    background-color: #FFB48D;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}
.menu-area a.r-btn1:hover {
    transform: scale(1.05);
}
.menu-area a.r-btn2:hover {
    transform: scale(1.05);
}



.menu-sticky {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}


/* footer section  */

.footer {
    overflow: hidden;
    padding: 100px 0 24px;
    background-color: #e4e4fd;
    border-radius: 40px 40px 0 0;
    margin-top: -50px;
}
.footer-logo img {
    max-width: 140px;
    width: 100%;
}
.footer-logo p {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-link {
    margin-bottom: 30px;
}
.footer-link ul li,
.footer-address ul li {
    margin-bottom: 20px;
}
.footer-link h3,
.footer-address h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 24px;
}
.adds{
    color: #000;
    font-weight: 500;
}
.footer-address ul li a,
.footer-link ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: all 0.3s linear;
}
.footer-link ul li a:hover,
.footer-address ul li a:hover{
    color: #5B5BFF;
}
.footer-flx {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.c-card {
    margin-bottom: 16px;
}
.c-card img {
    width: 50px;
}
.footer-end {
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.7);
}
.footer-end p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}



/* Default CSS  */


.animate__animated.animate__delay-100ms {
    animation-delay: 0.1s;
}

.animate__animated.animate__delay-200ms {
    animation-delay: 0.2s;
}

.animate__animated.animate__delay-300ms {
    animation-delay: 0.3s;
}

.animate__animated.animate__delay-400ms {
    animation-delay: 0.4s;
}

.animate__animated.animate__delay-500ms {
    animation-delay: 0.5s;
}

.animate__animated.animate__delay-600ms {
    animation-delay: 0.6s;
}

.animate__animated.animate__delay-700ms {
    animation-delay: 0.7s;
}

.animate__animated.animate__delay-800ms {
    animation-delay: 0.8s;
}

.animate__animated.animate__delay-900ms {
    animation-delay: 0.9s;
}

.animate__animated.animate__delay-1s {
    animation-delay: 1s;
}

.animate__animated.animate__delay-1200ms {
    animation-delay: 1.2s;
}

.animate__animated.animate__delay-1400ms {
    animation-delay: 1.4s;
}

.animate__animated.animate__delay-1600ms {
    animation-delay: 1.6s;
}




/* Responsive  */


@media all and (max-width: 1199px){
    .px-50 {
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media all and (max-width: 991px){
    .logo {
        padding: 22px 0;
    }
    .logo img,
    .sidebar-toggle-icon{
        display: block;
        position: relative;
        z-index: 11;
    }
    .main-menu{
        position: fixed;
        right: -100%;
        top: 0;
        padding-top: 130px;
        padding-bottom: 30px;
        width: 100%;
        border-radius: 0;
        z-index: 9;
        background-color: #fafafa;
        transition: all 0.3s linear;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
    .rightt{
        right: 0;
    }
    .toggle-item li{
        display: block;
        margin: 0;
    }
    .toggle-item li a {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .bdr-r {
        border-right: none;
    }
    .footer-logo {
        border-right: none;
    }
    .footer-link ul li {
        margin-left: 0;
        margin-right: 24px;
    }
}
@media all and (max-width: 767px){
    .px-30 {
        padding: 0 16px;
    }
    .footer-logo p {
        font-size: 16px;
    }
}
@media all and (max-width: 575px){
    .px-50 {
        padding-right: 0;
        padding-left: 0;
    }
    .footer-logo h3 {
        font-size: 24px;
    }
}
