﻿/********** Template CSS **********/
:root {
    --primary: #dfe4fd;
    --secondary: #B5A642;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}
h1, h2, h3, h4, h5, h6, label, span, p, div,input,select,a,li,.btn,button {
    font-family: RHC-Roman, Helvetica, Arial !important;
}
inputL::placeholder {
    font-family: RHC-Roman, Helvetica, Arial !important;
}


body {
    margin: 0;
    font-family: RHC-Roman, Helvetica, Arial !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444444;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
    background: #FAFAFA;
}
input::placeholder {
    font-family: RHC-Roman, Helvetica, Arial !important;
}

body, html {
    width: 100%;
    font-family: RHC-Roman, Helvetica, Arial !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

a {
    color: var(--secondary);
    /*font-family: 'Open Sans' !important;*/
    font-family: RHC-Roman, Helvetica, Arial !important;
    /*font-weight:bold !important;*/
}

h1,
.h1,
h2,
.h2,
.fw-bold,button {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
    font-family: RHC-Roman, Helvetica, Arial !important;
    color: #444444;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    font-family: RHC-Roman, Helvetica, Arial !important;
    color: #444444 !important;
}
label {
    font-family: RHC-Roman, Helvetica, Arial !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgb(53 94 252 / 16%);
    background-color: #00000054;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

        .navbar .navbar-nav .nav-link {
            padding: 10px 0;
        }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .cartnumber {
        background-color: #ff0000;
        padding: 0.2px 4.1px;
        width: 15px;
        height: 15px;
        border-radius: 22px;
        color: white;
        position: absolute;
        font-size: 13px;
        top: 22% !important;
        right: -4%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    /*    background-color: var(--primary);
    border: 10px solid var(--primary);*/
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    .titfont {
        font-size: 29px !important;
    }


    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

        #header-carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

.page-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /*background: url(../img/header.jpg) top left no-repeat;*/
    background-size: cover;
    margin-top: 100px;
}

    .page-header .breadcrumb-item,
    .page-header .breadcrumb-item a {
        font-weight: 600;
    }

        .page-header .breadcrumb-item + .breadcrumb-item::before {
            color: var(--tertiary);
        }


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

    .callback::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        background: linear-gradient(rgb(18 87 129), rgb(18 87 129)), url(../img/bg.png);
        z-index: -1;
    }

.bg-dark {
    background-color: var(--secondary);
}
/*** Feature ***/
.feature .feature-box, .feature .feature-box * {
    transition: .5s;
    border-radius: 14px !important;
    cursor: pointer;
    /*text-align: justify !important;*/
}

.feature-box img {
    max-width: 25%;
    margin: 28px auto !important;
}

.feature .feature-box:hover {
    background: var(--secondary);
    border-color: var(--secondary) !important;
    transition: all 0.7s ease-in-out;
}

    .feature .feature-box:hover * {
        color: #FFFFFF !important;
    }

.btn-primary:hover {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

    .service .nav .nav-link.active {
        border-color: var(--primary) !important;
        background: var(--primary);
    }

        .service .nav .nav-link.active h5 {
            color: #FFFFFF !important;
        }

            .service .nav .nav-link.active h5 i {
                color: #FFFFFF !important;
            }


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

    .project-item .project-img a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        opacity: 0;
        transition: .5s;
    }

    .project-item:hover .project-img a {
        opacity: 1;
    }

    .project-item .project-title {
        position: absolute;
        top: 3rem;
        right: 0;
        bottom: 0;
        left: 3rem;
        border: 1px solid var(--light);
        border-radius: 8px;
        display: flex;
        align-items: flex-end;
        padding: 18px;
        z-index: -1;
        transition: .5s;
    }

    .project-item:hover .project-title {
        background: var(--primary);
        border-color: var(--primary);
    }

    .project-item .project-title h4 {
        transition: .5s;
    }

    .project-item:hover .project-title h4 {
        color: #FFFFFF;
    }

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.text-primary {
    color: var(--secondary) !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    font-weight: 500;
    font-size: 17px;
    opacity: 1;
    font-family: RHC-Roman, Helvetica, Arial !important;
    color: #444444;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: var(--secondary);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--secondary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

    .project-carousel .owl-nav .owl-prev:hover,
    .project-carousel .owl-nav .owl-next:hover {
        background: var(--secondary);
        color: var(--light);
    }


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

    .team-item img {
        position: relative;
        z-index: 2;
    }

    .team-item .team-text {
        position: absolute;
        top: 0;
        right: 3rem;
        bottom: 0;
        left: 3rem;
        padding: 15px;
        border: 1px solid var(--light);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
        z-index: 1;
    }

    .team-item:hover .team-text {
        background: var(--primary);
        border-color: var(--primary);
    }

    .team-item .team-text h4 {
        transition: .5s;
    }

    .team-item:hover .team-text h4 {
        color: #FFFFFF;
    }

    .team-item .team-social .btn {
        background: var(--light);
        color: var(--primary);
    }

    .team-item:hover .team-social .btn {
        background: #FFFFFF;
    }

    .team-item .team-social .btn:hover {
        background: var(--primary);
        color: var(--light);
    }


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

    .testimonial-item .testimonial-text {
        position: relative;
        text-align: center;
    }

        .testimonial-item .testimonial-text .btn-square {
            position: absolute;
            width: 60px;
            height: 60px;
            top: -30px;
            left: 50%;
            transform: translateX(-50%);
        }

        .testimonial-item .testimonial-text::before {
            position: absolute;
            content: "";
            bottom: -60px;
            left: 50%;
            transform: translateX(-50%);
            border: 30px solid;
            border-color: var(--light) transparent transparent transparent;
        }

        .testimonial-item .testimonial-text::after {
            position: absolute;
            content: "";
            bottom: -59px;
            left: 50%;
            transform: translateX(-50%);
            border: 30px solid;
            border-color: #FFFFFF transparent transparent transparent;
        }

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 54%;
    /*height: 100px;*/
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot::after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        top: 6px;
        left: 6px;
        border-radius: 16px;
        background: var(--light);
        transition: .5s;
    }

    .testimonial-carousel .owl-dot.active {
        border-color: var(--secondary);
    }

        .testimonial-carousel .owl-dot.active::after {
            background: var(--secondary);
        }


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: black;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: #060c26;
        letter-spacing: 1px;
        box-shadow: none;
    }

.copyright {
    color: var(--light);
    background: #000B1C;
}

    .copyright a {
        color: var(--light);
    }

        .copyright a:hover {
            color: var(--primary);
        }

.fixed-top {
    /*position: relative;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.FTStatic {
    position: fixed !important;
    transition: .5s;
}

.section-heading {
    position: relative;
    z-index: 2;
}

    .section-heading h4 {
        color: var(--secondary);
        font-size: 30px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 0px;
        font-family: RHC-Roman, Helvetica, Arial !important;
    }

    .section-heading img {
        width: 45px;
        height: 2px;
    }

    .section-heading p {
        margin-top: 10px;
        color: #000;
        font-weight: 400;
        text-align: justify !important;
        padding: 3px 10px;
        /* word-break: break-all; */
    }

main {
    overflow: hidden;
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.section {
    margin: 0 auto;
    padding: 6rem 0 2rem;
}



.centered {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    font-size: inherit;
    font-weight: 500;
    line-height: 2.5;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    border-radius: 0.25rem;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.btn-primary {
    padding: 0rem 1.5rem;
    color: var(--white-100);
    background-color: var(--pink-500);
    box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium);
    background-color: #D4AF37;
    color: white;
    border: 1px solid;
    padding: 2px 20px !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn-darken {
    padding: 0.75rem 1.5rem;
    color: var(--white-100);
    background-color: var(--night-300);
    box-shadow: var(--shadow-medium);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: var(--white-100);
    box-shadow: var(--shadow-medium);
}

.darkmode .header {
    background-color: var(--night-300);
}

.brand {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--pink-500);
    text-transform: uppercase;
    order: 1;
}

.darkmode .brand {
    color: var(--pink-300);
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    background-color: #00000000;
    transition: all 0.5s ease-in-out;
    /*box-shadow: 0px 0px 3rem 3px rgba(0,0,0,0.15) !important;*/
    background: linear-gradient(0deg, rgb(38 22 10 / 0%) 0%, rgb(0 0 0 / 33%) 100%);
}

.navbar-left {
    display: flex;
    align-items: center;
    flex: 0 0 17%;
}

.navbar-center {
    display: flex;
    margin-top: 10px;
}

.navbar-right {
    display: flex;
    flex: 0 0 17%;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1.5rem;
}

@media only screen and (max-width: 992px) {
    .menu-link {
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: black !important;
        text-transform: capitalize;
        font-size: 17px;
        transition: all 0.5s ease-in-out;
    }

    .thumbflex {
        display: block !important;
    }

    .thumbnail-container {
        display: flex !important;
        justify-content: center;
        width: 100% !important;
        margin: 6px 6px;
    }

    .headtitle h3 {
        font-size: 23px !important;
    }


    .navbar-left, .navbar-right {
        flex: 0 0 auto;
    }


    .navbar-right {
        align-items: center;
    }

    .navbar-center {
        /*flex: 0 0 100%;*/
        order: 3;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) {
    .navbar:hover .menu-link {
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: black;
        text-transform: capitalize;
        transition: all 0.25s ease;
        font-size: 17px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        FONT-WEIGHT: 600;
    }

    .navbar:hover .searchicon {
        width: 89%;
        filter: unset !important;
        transition: all 0.5s ease-in-out;
    }
}

.navbar:hover .fa-search {
    color: black;
    transition: all 0.5s ease-in-out;
}



.navbar:hover {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    background-color: white;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: white;
}

}

@media only screen and (max-width: 992px) {
    .titfont {
        font-size: 36px !important;
    }

    .heartt {
        position: absolute;
        text-decoration: none;
        color: #8C9197;
        top: 66% !important;
        right: 15px;
        transform: translate(28%, -76%);
        cursor: pointer;
    }

    .burgerhover {
        opacity: 1;
        visibility: visible;
        border: 2px solid black !important;
        border-color: #00000066 !important;
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 100;
        overflow: hidden;
        transform: translate(-100%);
        background-color: white;
        transition: all 0.4s ease-in-out;
    }

        .menu.is-active {
            transform: translate(0%);
        }

    .darkmode .menu {
        background-color: var(--night-300);
    }
}

.menu-header {
    display: none;
    box-shadow: var(--shadow-medium);
}

.menu-item {
    display: inline-block;
    line-height: 1.5;
    padding-right: 1.25rem;
}


.menu-link {
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    FONT-WEIGHT: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    text-transform: capitalize;
    font-size: 17px;
    transition: all 0.5s ease-in-out;
}

.navbarhover {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    margin: 0 auto;
    background-color: white;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.menu-linkhover {
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: black;
    text-transform: capitalize;
    transition: all 0.25s ease;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.menu-link > i.bx {
    font-size: 1.35rem;
    margin-left: 0.25rem;
    transform: rotate(90deg);
}

.darkmode .menu-link {
    color: var(--white-100);
}

.menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    font-size: 1.45rem;
    color: var(--black-300);
    transition: all 0.25s ease;
}

.darkmode .menu-icon {
    color: var(--white-100);
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }
}


@media only screen and (max-width: 992px) {
    .menu-header {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 6rem;
        z-index: 110;
        visibility: visible;
        background: transparent;
    }


        .menu-header.is-active {
            visibility: visible;
            background-color: var(--white-100);
        }

            .menu-header.is-active > .menu-arrow {
                display: block;
            }

    .darkmode .menu-header.is-active {
        background-color: var(--night-100);
    }

    .menu-arrow {
        display: none;
        cursor: pointer;
        width: 3rem;
        height: 4rem;
        text-align: center;
    }

        .menu-arrow > i.bx {
            font-size: 1.5rem;
            line-height: 4rem;
            color: var(--black-300);
            transition: all 0.25s ease;
        }

    .darkmode .menu-arrow > i.bx {
        color: var(--white-100);
    }

    .menu-title {
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        text-transform: capitalize;
        color: var(--black-300);
    }

    .darkmode .menu-title {
        color: var(--white-100);
    }

    .menu-inner {
        height: 100%;
        margin-top: -3rem;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 0%;
        padding-top: 25px;
    }

    .menu-item {
        display: block;
        line-height: 1;
        padding-inline: 0;
        padding-top: 36px;
    }

    .menu-link {
        justify-content: space-between;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-inline: 1.25rem;
        font-size: 21px;
    }

        .menu-link > i.bx {
            margin-left: 0.5rem;
            transform: rotate(0deg);
        }
}

.submenu {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 2px solid var(--pink-400);
    background-color: var(--white-100);
    box-shadow: var(--shadow-medium);
    transition: all 0.25s ease-in-out;
}

.darkmode .submenu {
    border-top: 2px solid var(--pink-300);
    background-color: var(--night-300);
}

.submenu-inner {
    flex: 0 0 25%;
    padding: 0 1rem;
}

.submenu-title {

    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem 0;
    color: var(--pink-500);
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    margin: auto;
}

.darkmode .submenu-title {
    color: var(--pink-300);
}

.submenu-item {
    /*display: block;*/
    line-height: 1;
    margin: 0 auto;
    padding: 0px 8px;
    /*list-style: inherit;*/
    /*margin: 0px 0px 0px 17px;*/
}

    .submenu-item:hover {
        /*display: block;*/
        line-height: 1;
        margin: 0 auto;
        color: #060c26;
        letter-spacing: 1px;
        box-shadow: none;
        padding: 0px 8px;
        background-color: #80808017;
        /*list-style: inherit;*/
        /*margin: 0px 0px 0px 17px;*/
    }

.submenu-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
    padding: 0rem 0;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--black-300);
    transition: all 0.25s ease-in-out;
}

.darkmode .submenu-link {
    color: var(--white-100);
}

.submenu-image {
    display: block;
    width: 60%;
    height: auto;
    margin-block: 0.5rem;
    object-fit: contain;
    margin: auto;
    aspect-ratio: 3 / 2;
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        box-shadow: none;
        transform: translateX(0%);
    }

    .submenu-title {
        font-size: inherit;
        font-weight: 500;
        line-height: 1;
        padding: 0.75rem 0;
        color: var(--pink-500);
        text-transform: uppercase;
        transition: all 0.3s ease;
        display: block;
        text-align: start !important;
        margin: auto;
    }

    .submenu-image {
        display: block;
        width: 28% !important;
        height: auto;
        margin-block: 0.5rem;
        object-fit: cover;
        MARGIN: initial !important;
        aspect-ratio: 3 / 2;
    }


    .submenu.is-active {
        display: block;
    }

    .submenu-inner {
        flex: 0 0 100%;
        padding: 0rem;
    }

    .submenu-list {
        margin-bottom: 1rem;
    }

    .submenu-link {
        display: block;
    }

    .submenu-image {
        margin-top: 0;
    }
}

.megamenu {
    /* left: 50%; */
    left: 50%;
    top: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateX(-50%);
}

.megamenu-column-1 {
    left: 65%;
    max-width: 15rem;
    width: 100%;
    height: auto;
}

.megamenu-column-4 {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 69rem;*/
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: white;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .megamenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }
}

.switch {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    margin-right: 0.5rem;
}

.switch-light, .switch-dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
}

.switch-light {
    font-size: 1.3rem;
    visibility: visible;
    color: var(--black-300);
}

.darkmode .switch-light {
    font-size: 0rem;
    visibility: hidden;
}

.switch-dark {
    font-size: 0rem;
    visibility: hidden;
    color: var(--white-100);
}

.darkmode .switch-dark {
    font-size: 1.3rem;
    visibility: visible;
}

.overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.45s ease-in-out;
}

@media only screen and (max-width: 992px) {
    .overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    /* width: 1.6rem;
    height: 1rem;*/
    margin-right: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    font-size: 1.15rem;
    top: 0px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: #00000054;
}

@media only screen and (max-width: 992px) {
    .burger {
        opacity: 1;
        visibility: visible;
        border: 2px solid white;
        border-color: white;
    }
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 1rem;
    background: var(--black-400);
}

.darkmode .burger-line {
    background: var(--white-100);
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.padatmob {
    padding: 10px 15px;
}

.ftco-animate {
    opacity: 1;
    visibility: visible;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    position: relative;
    flex-direction: column !important;
}

.curation-content, .trending-content {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.curation-content {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    padding: 15px 40px;
}

    .curation-content p {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 0;
    }

.product {
    display: block;
    width: 100%;
    top: 0px;
    margin-bottom: 1px;
    position: relative;
    z-index: 0;
    /*background: #f8f9fa;*/
    /*  -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;*/
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 19px;
}

    .product .img-prod {
        position: relative;
        display: block;
        /* overflow: hidden; */
        -moz-box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09);
        /* box-shadow: inset 0px 0px 101px 21px rgba(0, 0, 0, 0.09); */
        /*background: #f8f9fa;*/
        z-index: 1;
        /*margin: auto;*/
    }

.box {
    width: 210px !important;
    height: 314px;
    padding: 2%;
    /* border: 1px solid rgba(69, 88, 162, 0.2); */
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    /* box-shadow: 0px 0px 24px 0px rgba(69, 88, 162, 0.1); */
    transition: .6s;
    margin: auto;
}

@media (min-width: 992px) {

    .box {
        width: 210px !important;
        height: 314px;
    }

    .menu-item {
        display: inline-block;
        line-height: 1.5;
        padding-right: 1.25rem;
        padding: 30px 10px !important;
    }

        .menu-item:hover > a {
            border-bottom: 2px solid black;
        }
}

.img-wrapper {
    /* width: 250px; */
    height: 164px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
}

.product .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    /* -webkit-transition: all 1s ease; */
    -ms-transition: all 1s ease;
    /* transition: all 1s ease; */
    margin: auto;
    display: flex;
    transition: 0.5s ease-in-out;
}

.hover1, .hover2 {
    position: absolute;
    transition: 0.1s;
}

.product .img-prod span.status {
    padding: 10px 1px;
    color: #000000;
    font-weight: 400;
    background: #b88e4d;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: right;
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    z-index: 1;
}

.product .text {
    position: relative;
    width: 100%;
    margin-top: 11px;
}

    .product .text .bottom-area {
        position: absolute;
        top: 68px;
        left: -91px;
        right: 42px;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1;
    }

.product p {
    font-weight: 600;
}

.product .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

::-webkit-scrollbar {
    margin-left:10px;
    width: 3px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background: #5d7090;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::selection {
    background: #4b8ef1;
    color: #fff !important;
}

.footerBottom {
    border-top: 1px solid #0000002e;
    padding: 10px 0;
    background-color: #FAF9F6 !important;
}

    .footerBottom p {
        margin: 0;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        color: black;
    }

.titfont {
    font-size: 46px;
}

cart-avatar-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 118px;
    margin-left: auto;
}

.cart-btn {
    background-color: transparent;
    align-self: center;
    cursor: pointer;
    border: none;
    margin-top: 2px;
}

.cart-icon {
    align-self: center;
    margin-top: 3px;
}

.cart-btn:hover > .cart-icon {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(107%) contrast(107%);
}

.cart-quantity {
    position: absolute;
    display: none;
    background-color: hsl(26, 100%, 55%);
    color: hsl(0, 0%, 100%);
    font-size: 9px;
    font-weight: 700;
    border-radius: 16px;
    top: 11px;
    left: 9px;
    padding: 1px 6px;
}

    .cart-quantity.active {
        display: block;
    }

.cart-container {
    position: absolute;
    display: none;
    flex-direction: column;
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
    box-shadow: 0 20px 30px -4px rgba(0, 0, 0, 0.2);
    top: 78px;
    right: -76px;
    width: 360px;
    height: 245px;
}

    .cart-container.active {
        display: flex;
    }

.cart-label {
    border-bottom: 1px solid hsl(220, 14%, 75%);
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 24px 24px;
}

.cart-contents {
    display: none;
    flex-direction: column;
}

    .cart-contents.active {
        display: flex;
    }

.cart-contents-subcontainer {
    display: flex;
    justify-content: space-between;
    padding: 24px 24px;
}

.cart-thumbnail {
    border-radius: 4px;
    width: 50px;
}

.product-details {
    display: flex;
    flex-direction: column;
}

.product-name {
    text-transform: capitalize;
    margin-top: 1px;
    margin-bottom: 6px;
}

.product-details span {
    color: hsl(219, 9%, 45%);
}

.product-details strong {
    color: hsl(0, 0%, 0%);
}

.delete-btn {
    align-self: center;
    background-color: hsl(0, 0%, 100%);
    cursor: pointer;
    border: none;
    margin-top: 4px;
}

.checkout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(26, 100%, 55%);
    color: hsl(0, 0%, 100%);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 2px auto;
    padding: 18px 119px;
}

.empty-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding-bottom: 12px;
}

    .empty-cart.active {
        display: none;
    }

    .empty-cart span {
        color: hsl(219, 9%, 45%);
        font-weight: 700;
        text-align: center;
    }

.avatar {
    position: relative;
    background: url("https://raw.githubusercontent.com/frontendmentorio/ecommerce-product-page/main/images/image-avatar.png");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-top: 1px;
}

    .avatar:hover::after {
        position: absolute;
        content: "";
        border: 2px solid hsl(26, 100%, 55%);
        border-radius: 50%;
        top: 0;
        left: 0;
        width: 46px;
        height: 46px;
    }

.main-container {
    display: flex;
    align-items: center;
    width: 1192px;
    margin: 0 auto;
    padding: 89px;
}

.product-container {
    position: relative;
    top: 0;
    left: 0;
}

.product-image {
    display: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
    width: 350px;
    /*height: 445px;*/
}

#ProductName {
    font-size: 30px !important;
}

.product-img {
    width: inherit;
    height: inherit;
}

.thumbnail-container {
    /*    display: flex;
    justify-content: space-between;
    width: 444px;
    margin: 32px auto;*/
    display: block;
    justify-content: center;
    width: 225px;
    margin: 6px 6px;
}

@media(max-width:500px) {
    .thumbnail-container {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
        margin: 32px auto;
    }

    .surprise-bubble:hover {
        border-radius: 999rem;
        padding: 1rem;
        cursor: pointer;
        width: 23% !important;
        height: 30px;
        background: var(--secondary);
        color: white;
        -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

@media(max-width:992px) and (min-width:778px) {
    .product-image {
        display: none;
        overflow: hidden;
        cursor: pointer;
        border-radius: 16px;
        width: 350px;
    }

    .thumbnail-container {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
        margin: 32px auto;
    }
}
/* ::after does not work with img tags, so I  made
   a sub container */
.thumbnail-image {
    position: relative;
    /*background-color: hsl(0, 0%, 100%);*/
    border-radius: 11px;
    width: 93px;
    /*border: 1px solid #00000024;*/
    /* height: 88px; */
    padding: 2px;
    margin: auto;
}

    .thumbnail-image.active::after {
        position: absolute;
        content: "";
        /*border: 2px solid hsl(227.56deg 95.07% 60.2% / 38%);*/
        border-radius: 12px;
        top: -2px;
        left: -2px;
        width: 88px;
        height: 121px;
    }

.product-thumbnail {
    cursor: pointer;
    border-radius: 10px;
    width: 88px;
}

.thumbnail-image.active > .product-thumbnail {
    opacity: 0.25;
}

.product-thumbnail:hover {
    opacity: 0.5;
}

.right {
    display: flex;
    flex-direction: column;
    width: 520px;
    margin-left: 0px;
    padding: 20px;
}

.price {
    display: flex;
    flex-direction: column;
    margin: 24px 0 22px;
    position: relative;
}

.discounted-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 170px;
}

.current-price {
    font-size: 30px;
}

.discount {
    background-color: hsl(227.56deg 95.07% 60.2% / 13%);
    color: var(--secondary);
    border-radius: 8px;
    padding: 3px 8px;
}

s {
    color: hsl(220, 14%, 75%);
    font-weight: 700;
    margin-top: 7px;
}

.add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.quantity {
    display: flex;
    /*background-color: hsl(223, 64%, 98%);*/
}

.quantity-btn {
    display: flex;
    align-items: center;
    background-color: hsl(223, 64%, 98%);
    border: none;
    cursor: pointer;
}

    .quantity-btn:hover {
        opacity: 0.5;
    }

.decrease-btn {
    height: 10px;
    padding: 13px 7px;
    border-radius: 32px;
}

.increase-btn {
    height: 10px;
    margin-left: auto;
    padding: 13px 7px;
    border-radius: 32px;
}

.quantity span {
    text-align: center;
    font-weight: 700;
    width: 60px;
    padding: 16px 12px;
}

.add-to-cart-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: hsl(0, 0%, 100%);
    box-shadow: 0 18px 30px -2px hsl(227.56deg 95.07% 60.2% / 19%);
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    /* width: 272px; */
    padding: 7px 18px;
    margin-top: 35px;
    border-radius: 4px;
    letter-spacing: 1px;
}

    .add-to-cart-btn:hover {
        opacity: 0.65;
    }

.cart-btn-icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(1216%) hue-rotate(33deg) brightness(114%) contrast(101%);
    width: 18px;
}

/*-- Lightbox -------------------------------------*/
.lightbox {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: hsla(0, 0%, 0%, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .lightbox.active {
        display: flex;
    }

.close-icon-container {
    display: flex;
    justify-content: flex-end;
    width: 550px;
    margin-bottom: 22px;
}

.close-icon {
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7459%) hue-rotate(126deg) brightness(112%) contrast(108%);
    width: 21px;
}

    .close-icon:hover {
        filter: brightness(0) saturate(100%) invert(59%) sepia(96%) saturate(2535%) hue-rotate(347deg) brightness(101%) contrast(101%);
    }

.product-image-lb {
    display: none;
    overflow: hidden;
    border-radius: 16px;
    width: 550px;
    height: 550px;
}

.product-img-lb {
    width: inherit;
    height: inherit;
}

.product-btn {
    position: absolute;
    background-color: hsl(0, 0%, 100%);
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    width: 56px;
    height: 56px;
}

    .product-btn:hover > .button-icon {
        filter: brightness(0) saturate(100%) invert(59%) sepia(96%) saturate(2535%) hue-rotate(347deg) brightness(101%) contrast(101%);
    }

.prev-btn {
    left: 0;
    transform: translate(-50%, -67%);
}

.next-btn {
    right: 0;
    transform: translate(50%, -67%);
}

.thumbnail-container-lb {
    display: flex;
    justify-content: space-between;
    width: 445px;
    margin-top: 40px;
}

.thumbnail-image-lb {
    position: relative;
    background-color: hsl(0, 0%, 100%);
    border-radius: 11px;
    width: 88px;
    height: 88px;
}

    .thumbnail-image-lb.active::after {
        position: absolute;
        content: "";
        border: 2px solid hsl(26, 100%, 55%);
        border-radius: 12px;
        top: -2px;
        left: -2px;
        width: 88px;
        height: 88px;
    }

    .thumbnail-image-lb.active > .product-thumbnail {
        opacity: 0.25;
    }

.innerquant {
    background: #E6E6E6;
    border: 1px solid #d5d8e7;
    padding: 2px 2px;
    border-radius: 9px;
    height: 33px;
    width: 140px;
}


    .innerquant .btn {
        line-height: 0.5 !important;
    }





    .h-stack {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

.gap-1 {
    gap: 0.25rem;
}

.h-stack span {
    font-weight: 500;
    font-weight: 600;
    color: black;
}

.form-check {
    color: black;
    padding: 1px 1px;
    border-radius: 5px;
    margin-right: 12px;
    /* display: inline; */
    cursor: pointer;
    margin-top: 7px;
}

input[type="radio"] {
    display: none;
}
u{
}

input[type="radio"]:checked + label {
    background: #ffe19029;
    color: white;
    padding: 7px 23px;
    border: 1px solid #b6a064;
    border-radius: 5px;
    /* margin-right: 8px; */
}

.Colourbtn {
    padding: 5px 5px;
    /* border: 1px solid black; */
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;   
}

.sizebtn {
    padding: 5px 5px;
    /* border: 1px solid black; */
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.static-search,
.animated-search {
    position: relative;
    margin: -6px 0px;
}

.Searchinput {
    /*background: var(--primary);*/
    width: 225px;
    border-radius: 9999px;
    padding: 15px;
    border: 2px solid transparent;
    outline: none;
    font-size: 1rem;
    color: #ffffff;
    transition: all .3s ease-in-out;
    outline-offset: 0px;
    -webkit-appearance: none;
    padding: 17px 20px;
    transition: all 0.4s ease-in-out;
}

/* Remove the close option in Chrome */
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

input::placeholder {
    color: #BEC2C6;
}

/*input:focus {
    border: 2px solid #349AF0;
    box-shadow: 1px 1px 6px -1px #349AF0, -1px -1px 6px -1px #349AF0;
}*/

.static-search a {
    position: absolute;
    text-decoration: none;
    color: #8C9197;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

a:hover {
    color: var(--secondary);
}

.fa-search {
    color: white;
    transition: all 0.5s ease-in-out;
}

.product:hover {
    position: relative;
    top: -10px;
    transition: all 0.3s ease-in-out;
}

.animated-search input {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border-radius: 999px;
    background-color: transparent;
    /*background-color: #00000054;*/
}

/*.animated-search a {
    position: absolute;
    text-decoration: none;
    color: #8C9197;*/
/* To make up for line height */
/*top: 50%;
    right: 7px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}*/

.animated-search a:hover {
    color: #125781;
}

.animated-search input:focus {
    border: 2px solid #ffffffed;
    box-shadow: 1px 1px 6px -1px transparent, -1px -1px 6px -1px transparent;
    width: 225px;
    transition: all 0.5s ease-in-out;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    /*filter: invert(1);*/
}

.ToggHover {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    filter: unset !important;
}

.certification img {
    aspect-ratio: 3 / 3;
    object-fit: contain;
    mix-blend-mode: unset;
}


/*.backimage {
    height: 600px;*/
/*   background-image: url('/Assets/img/Untitled%20design.png');
    background-position: bottom;
    background-attachment: local;
    position: relative;*/
/*border-radius: 14px;
}*/
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto;
    border-radius: 14px;
}
/*  .backimage::before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: transparent;
        background-image: linear-gradient(180deg, #423d3fab 47%, #9c8c7d00 93%);
        opacity: 0.76;
        border-radius: 10px;
    }*/

.data {
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 95%;
}

    .data > span {
        text-align: center;
        display: block;
        margin: 0 auto;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        color: #FFFFFF82;
    }

.section-header {
    text-align: center;
}

    .section-header h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .section-header hr {
        border: 1px solid #fff;
        width: 56px;
    }

.bg-gradient_solid {
    background: var(--primary-gradient);
    color: #fff;
    padding: 48px 0;
}

.steps {
    position: relative;
    margin-top: 32px;
}

    .steps::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: black;
        opacity: 0.4;
        top: 0;
        bottom: 0;
        left: 50%;
    }

    .steps .content p {
        color: #676767;
        font-size: 16px;
    }

    .steps .content h2 {
        font-weight: 600;
        font-size: 16px;
        color: #676767;
    }

.steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}

    .steps-container .content {
        padding: 32px;
        background-color: white;
        position: relative;
        border-radius: 0px 0px 80px 0px;
        box-shadow: 0px 0px 20px 17px rgb(0 11 30 / 10%);
    }

.steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}

.steps-container {
    display: flex;
}

.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-color: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
}

.step-line {
    width: 40px;
    background-color: #000;
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .steps::after {
        left: 32px;
    }

    .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
    }

    .steps .steps-container:nth-child(even) {
        left: 0;
    }
}

.backimage2 {
    height: 700px;
    background-image: url(/Assets/img/Untitled%20design.png);
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
    border-radius: 14px;
}

    .backimage2::before {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: transparent;
        background-image: linear-gradient(180deg, #423d3f 47%, #9c8c7d 93%);
        opacity: 0.76;
        border-radius: 10px;
    }

.what-box:hover .what-box__icon {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.what-box__icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.what-box h3 {
    font-size: 34px;
    margin-bottom: 25px;
}

.what-box p {
    margin-bottom: 30px;
}

.border_btn {
    background: #003554;
    border: 2px solid #082444;
    color: white;
    padding: 15px 38px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.theme_btn {
    overflow: hidden;
    color: #ffffff;
    background: #003554;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 35px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 1px 11px #082444;
}

.what-box {
    background-color: var(--primary);
    border-radius: 45px;
    padding: 20px 45px;
}

.surprise-bubble {
    position: absolute;
    top: 2%;
    right: 11%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: var(--primary);
    cursor: pointer;
    padding: 1rem;
    color: white;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dress-card-heart {
    font-size: 1em;
    color: var(--secondary);
    margin: 4.5px;
    position: absolute;
    left: 3px;
    top: 0px;
}

.surprise-bubble a {
    font-size: 0.65em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    top: 9px;
    left: 8px;
    opacity: 0;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble:hover {
    border-radius: 999rem;
    padding: 1rem;
    cursor: pointer;
    width: 19%;
    height: 30px;
    background: var(--secondary);
    color: white;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .surprise-bubble:hover a {
        opacity: 1;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
        -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.cartnumber {
    background-color: #ff0000;
    padding: 0.2px 4.1px;
    width: 15px;
    height: 15px;
    border-radius: 22px;
    color: white;
    position: absolute;
    font-size: 13px;
    top: -11%;
    right: -4%;
}

.CountCartId2 {
    /* background-color: #726969f7; */
    padding: 0px 5.8px;
    /* width: 12px; */
    /* height: 12px; */
    border-radius: 22px;
    color: #fff9f9;
    position: absolute;
    font-weight: 700;
    font-size: 11px !important;
    top: -7%;
    right: -15%;
}

.border {
    border: 1px solid #5d709052 !important;
}

.shadow {
    box-shadow: 6px 7px 2rem 13px rgba(0,0,0,0.15) !important;
}

.shadow-lg {
    box-shadow: 6px 7px 2rem 13px rgba(0,0,0,0.15) !important;
}

.fa-trash:before {
    content: "\f1f8";
    font-size: 19px;
    color: #5b6e8d;
}

.heartt {
    position: absolute;
    text-decoration: none;
    color: #8C9197;
    top: 53%;
    right: 15px;
    transform: translate(28%, -76%);
    cursor: pointer;
}

.searchicon {
    width: 100%;
    /*filter: invert(1);*/
    transition: all 0.5s ease-in-out;
    margin-top: 10px;
}

.fa-searchHover {
    color: black !important;
    transition: all 0.5s ease-in-out;
}

.searchiconHover {
    filter: unset !important;
    transition: all 0.5s ease-in-out;
}


.btn-outline-light {
    color: #011a41;
    border-color: #faf9f6 !important;
}

.navbar:hover .animated-search input:focus {
    border: 2px solid #0000007a !important;
    box-shadow: 1px 1px 6px -1px transparent, -1px -1px 6px -1px transparent;
    width: 225px;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 992px) {
    .menu.is-active {
        transform: translate(0%);
    }

    .navbar:hover .searchicon {
        color: black;
        transition: all 0.5s ease-in-out;
        filter: brightness(0.5);
    }

    .navbar:hover .animated-search input:focus {
        border: 2px solid black !important;
        box-shadow: 1px 1px 6px -1px transparent, -1px -1px 6px -1px transparent;
        width: 225px;
        transition: all 0.5s ease-in-out;
    }

    .navbar:hover .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border-color: rgb(18 18 18) !important;
    }

    .navbar:hover .navbar-toggler-icon {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
        filter: none !important;
    }

    .heartt {
        position: absolute;
        text-decoration: none;
        color: #8C9197;
        top: 61% !important;
        right: 15px;
        transform: translate(28%, -76%);
        cursor: pointer;
    }

    .heartt {
        position: absolute;
        text-decoration: none;
        color: #8C9197;
        top: 61% !important;
        right: 15px;
        transform: translate(28%, -76%);
        cursor: pointer;
    }
}
.bi-person-fill {
    transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 992px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 100;
        overflow: hidden;
        transform: translate(-100%);
        background-color: white;
        transition: all 0.4s ease-in-out;
    }
}

.navbar:hover .Searchinput {
    border-radius: 9999px;
    padding: 15px;
    outline: none;
    font-size: 1rem;
    color: #000000 !important;
    transition: all .3s ease-in-out;
    outline-offset: 0px;
    -webkit-appearance: none;
    padding: 17px 20px;
    transition: all 0.5s ease-in-out;
}
.navbar:hover .bi-person-fill {
    color: black !important;
    transition: all 0.5s ease-in-out;
}
.PaddingDesktop {
    padding: 10px 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 0px; /* Adds gap between grid items */
}

.grid-item {
    /*background-color: #f0f0f0;*/
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .grid-item img {
        max-width: 100%;
        /* height: 53%; */
        display: block;
        margin-bottom: 10px;
        mix-blend-mode: darken;
        max-height: 200px;
    }

    .grid-item h2 {
        margin: 0;
        font-size: 18px;
    }

/* Media query for larger screens */
@media screen and (min-width: 768px) {
    .grid-item {
        padding: 30px;
    }

        .grid-item h2 {
            font-size: 20px;
        }
}

/* Media query for even larger screens */
@media screen and (min-width: 1024px) {
    .grid-item {
        padding: 40px;
    }

        .grid-item h2 {
            font-size: 24px;
        }
}

.grid-item:hover {
    transform: translateY(-20px);
    mix-blend-mode: darken;
}

.backimage3::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    background-image: linear-gradient(180deg, #30292a80 47%, #322f2c24 93%);
    opacity: 0.7;
}

.aboutusfront {
    background-image: url(/Assets/img/Untitled%20design.png);
    background-attachment: fixed;
    background-position: center;
    position: relative;
    /*background-position-x: -100px;*/
    top: -143px;
    height: 115vh;
    background-position-y: -138px;
}

.ourstorybox {
    border-radius: 8px;
    /*    border: 1px solid #00000024;
    background-color: #dfe4fd5e !important;*/
}

@media(max-width:500px) {
    .PaddingDesktop {
        padding: 10px 14px !important;
    }

    
}
@media(max-width:630px) {
    .searchiconhide {
        display: none !important;
    }

    
}

@media(max-width:520px) {

    .searchiconhide {
        display: none !important;
    }
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
}

.sizeimage {
    width: 89%;
    margin: auto;
}

.aboutuspadding {
    padding: 10px 5px;
}

.headtitle h3 {
    font-size: 33px;
}

.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

    .uploader label {
        float: left;
        clear: both;
        width: 100%;
        padding: 2rem 1.5rem;
        text-align: center;
        background: #fff;
        border-radius: 7px;
        border: 3px solid #eee;
        transition: all 0.2s ease;
        user-select: none;
        border: 3px dotted #00000061;
    }

        .uploader label:hover {
            border-color: #454cad;
        }

        .uploader label.hover {
            border: 3px solid #454cad;
            box-shadow: inset 0 0 0 6px #eee;
        }

            .uploader label.hover #start i.fa {
                transform: scale(0.8);
                opacity: 0.3;
            }

    .uploader #start {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #start.hidden {
            display: none;
        }

        .uploader #start i.fa {
            font-size: 50px;
            margin-bottom: 1rem;
            transition: all 0.2s ease-in-out;
        }

    .uploader #response {
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #response.hidden {
            display: none;
        }

        .uploader #response #messages {
            margin-bottom: 0.5rem;
        }

    .uploader #file-image {
        display: inline;
        margin: 0 auto 0.5rem auto;
        width: auto;
        height: auto;
        max-width: 180px;
    }

        .uploader #file-image.hidden {
            display: none;
        }

    .uploader #notimage {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }

        .uploader #notimage.hidden {
            display: none;
        }

    .uploader progress, .uploader .progress {
        display: inline;
        clear: both;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        height: 8px;
        border: 0;
        border-radius: 4px;
        background-color: #eee;
        overflow: hidden;
    }

        .uploader .progress[value]::-webkit-progress-bar {
            border-radius: 4px;
            background-color: #eee;
        }

        .uploader .progress[value]::-webkit-progress-value {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

        .uploader .progress[value]::-moz-progress-bar {
            background: linear-gradient(to right, #393f90 0%, #454cad 50%);
            border-radius: 4px;
        }

    .uploader input[type="file"] {
        display: none;
    }

    .uploader div {
        margin: 0 0 0.5rem 0;
        color: #5f6982;
    }

    .uploader .btn {
        display: inline-block;
        margin: 0.5rem 0.5rem 1rem 0.5rem;
        clear: both;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        text-transform: initial;
        border: none;
        border-radius: 0.2rem;
        outline: none;
        padding: 0 1rem;
        height: 36px;
        line-height: 36px;
        color: #fff;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        background: #454cad;
        border-color: #454cad;
        cursor: pointer;
    }

.uppercustombox {
    background-color: #b88e4d;
    border-radius: 7px;
    cursor: pointer;
    margin: 20px 0px
}

@media (max-width: 768px) {
    .filterdisb2 {
        display: block !important;
    }
}

.mobile_filters.show {
    display: block !important;
}


.mobile_filters.show {
    display: block !important;
}

.mobile_filters .position-fixed {
    z-index: 999999;
    position: fixed;
    padding: 0px 10px;
    padding-right: 6px;
}

.end-0 {
    right: 0 !important;
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0px !important;
}

.fs-7 {
    font-size: 12px;
}

.fw-400 {
    font-weight: 400;
}

.w-75 {
    width: 75% !important;
}

.fs-7 {
    font-size: 12px;
}

.theme-bg-color {
    background: #b88e4d;
    border: 1px solid #b88e4d;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    color: white !important;
    border-radius: 5px;
}

.bottom-0 {
    bottom: 0 !important;
}

.goo_btn > span.google-button__icon {
    width: 30px;
}

.goo_btn > span > svg {
    width: 100%;
}

@media(max-width:575px) {
    .phonehid {
        display: none !important;
    }
}

.bg-light {
    background-color: #f9f9f9 !important;
}

.custom-link .btnn {
    position: relative;
    width: 240px;
    height: 332px;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

    .custom-link .btnn img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 340px;
        width: 240px;
        display: block;
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
    }

    .custom-link .btnn:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1);
    }

        .custom-link .btnn:hover img:nth-of-type(2) {
            opacity: 0;
        }

.submenu-list {
    padding-left: 0px;
    overflow-y: scroll;
    /* height: 306px;*/
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        box-shadow: none;
        transform: translateX(0%);
    }
}

.ulhide {
    display: none
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-up {
    font-size: 11px;
    position: relative;
    top: -1px;
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out;
}

.menu-item:hover .fa-chevron-up {
    font-size: 11px;
    position: relative;
    top: -1px;
    transform: rotate(181deg);
    transition: all 0.3s ease-in-out;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.h6.craft-city-main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

span.craft-city-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding-bottom: 40px;
    white-space: nowrap !important;
}


/*SLider Css*/


.article-box {
    position: relative;
    color: white;
    /*filter: grayscale(1);*/
    border-radius: 7px;
}

    .article-box:hover {
        filter: grayscale(0);
    }

    .article-box .image img {
        width: 100%;
        height: 200px;
        transition: transform 1s ease;
        border: 4px solid wheat;
        border-radius: 10px;
        object-fit: cover;
        object-position: 50% 25%;
    }

    .article-box .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);
        border-radius: 10px;
    }

    .article-box:hover .image {
        box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    }

        .article-box:hover .image img {
            transform: scale(1.1);
            transition: transform .5s ease;
            border: 4px solid wheat;
        }

    .article-box .name {
        position: absolute;
        bottom: 50px;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        transition: all .075s ease-out;
        color: rgba(51, 51, 51, 1);
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        /* padding: 9px 10px; */
        font-weight: bold;
        width: 70%;
        line-height: 20px;
        padding: 10px;
    }

    .article-box .description .text-more {
        font-size: 11px;
        color: #333;
        text-align: right;
        padding-top: 10px;
    }

.mb-5 {
    margin-bottom: 3rem !important;
}

.prev-slide, .next-slide {
    background: #D4AF37;
    color: white;
    padding: 10px 18px;
    border-radius: 50%;
    margin: 0px 8px;
    /*border: 1px solid #125781;*/
    border:none;
}

.prev-slide {
    /*position: absolute;*/
    /* top: -92%; */
    bottom: 110PX;
    right: 575px;
    /* left: 0; */
    /* float: left;*/
}

.next-slide {
    /*position: absolute;*/
    bottom: 110PX;
    left: 574px;
}

@media (max-width:426px) {
    .prev-slide {
        /*position: absolute;*/
        /* top: -92%; */
        bottom: 110PX;
        right: 218px;
        /* left: 0; */
        /* float: left;*/
    }

    .next-slide {
        /*position: absolute;*/
        bottom: 110PX;
        left: 200px;
    }
}

@media (min-width:426px) and (max-width:1024px) {

    .prev-slide {
        position: static;
    }

    .next-slide {
        position: static;
    }
}


.slide-track {
    display: flex;
    transition: transform 0.5s ease; /* Add smooth transition */
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-track {
    display: flex;
}

.slide-content {
    padding: 0 0px;
}

.article-box {
    /*    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0 10px;
    width: 292px; /* Adjust width as needed */
}

.image img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

/*.description {
            padding: 10px;
        }*/

.name {
    font-size: 18px;
    font-weight: bold;
}


/*SLider Css*/
@media(max-width:500px) {
    .sizeimage {
        width: 73% !important;
        margin: auto;
    }

    .headtitle h3 {
        font-size: 17px !important;
    }
}


.loader {
    max-width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    flex-direction: column;
    font-size: 1rem;
    z-index: 9999;
    justify-content: center;
    overflow: hidden;
}

    .loader.is--static {
        position: static;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        min-height: 6rem;
    }

    .loader.is--coveringAll {
        position: fixed;
    }

    .loader.is--static .loader-backdrop {
        display: none;
    }

.loader-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    pointer-events: none;
}

.loader.is--coveringAll .loader-backdrop {
    position: fixed;
}

.loader-svg {
    height: 6rem;
    width: 100%;
    margin: 0;
}

.loader.is--withText .loader-svg {
    margin-bottom: 2rem;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    margin: auto;
}

.path {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: 800;
    animation: color 6s ease-in-out infinite, dash 1.5s ease-in-out infinite;
    stroke: #f169a2;
    stroke-linecap: round;
}

@-moz-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -2.188rem;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -7.75rem;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -2.188rem;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -7.75rem;
    }
}

@-o-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -2.188rem;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -7.75rem;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -2.188rem;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -7.75rem;
    }
}

@-moz-keyframes color {
    100%, 0% {
        stroke: #f169a2;
    }

    40% {
        stroke: #083b5c;
    }

    66% {
        stroke: #76bbb2;
    }

    80%, 90% {
        stroke: #ffe49c;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #f169a2;
    }

    40% {
        stroke: #083b5c;
    }

    66% {
        stroke: #76bbb2;
    }

    80%, 90% {
        stroke: #ffe49c;
    }
}

@-o-keyframes color {
    100%, 0% {
        stroke: #f169a2;
    }

    40% {
        stroke: #083b5c;
    }

    66% {
        stroke: #76bbb2;
    }

    80%, 90% {
        stroke: #ffe49c;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #f169a2;
    }

    40% {
        stroke: #083b5c;
    }

    66% {
        stroke: #76bbb2;
    }

    80%, 90% {
        stroke: #ffe49c;
    }
}

.hardnone {
    display: none !important;
}

/*.sidegallery, .sidegallery2, .sidegallery3, .sidegallery4, .sidegallery5, .sidegallery6, .sidegallery7 {
    display: none;
}
*/
.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.upload-main-wrapper {
    /*width: 220px;*/
    margin: 0;
}

#file-upload-name {
    margin: 4px 0 0 0;
    font-size: 12px;
}

.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8px auto 0;
    position: relative;
    cursor: pointer;
    background-color: var(--secondary);
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #fff;
}

    .upload-wrapper input[type="file"] {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        z-index: 1;
    }

    .upload-wrapper > svg {
        width: 50px;
        height: auto;
        cursor: pointer;
        margin: auto;
    }

    .upload-wrapper.success > svg {
        transform: translateX(-200px);
    }

    .upload-wrapper.uploaded {
        transition: 0.2s linear all;
        width: 60px;
        border-radius: 50%;
        height: 60px;
        text-align: center;
    }

    .upload-wrapper .file-upload-text {
        position: absolute;
        left: 80px;
        opacity: 1;
        visibility: visible;
        transition: 0.2s linear all;
    }

    .upload-wrapper.uploaded .file-upload-text {
        text-indent: -999px;
        margin: 0;
    }

.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .file-success-text svg {
        width: 25px;
        height: auto;
    }

    .file-success-text span {
        margin-left: 15px;
    }

.upload-wrapper.success .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.upload-wrapper.success.uploaded .file-success-text {
    opacity: 1;
    visibility: visible;
    transform: none;
}

    .upload-wrapper.success.uploaded .file-success-text span {
        display: none;
    }

.upload-wrapper .file-success-text circle {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}

.upload-wrapper.success .file-success-text circle {
    stroke-dashoffset: 0;
}

.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}

.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}

.upload-wrapper.success .file-upload-text {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #ccc;*/
    border-radius: 8px;
    overflow: hidden;
}

.sizeimage {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* Two items per row */
    }
}

.bg-dark {
    background-color: var(--secondary) !important;
}

.mt-40 {
    margin-top: 40px;
}

.mb-100 {
    margin-bottom: 100px;
}

.tab-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 15px;
}

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

.product__details-des-wrapper {
    padding-top: 15px;
}

    .product__details-des-wrapper p {
        line-height: 30px;
    }

.fade:not(.show) {
    opacity: 1;
}

.product__desc-info {
    padding-top: 15px;
}

    .product__desc-info ul li:nth-child(2n+1) {
        background: #f7f7f7;
    }

    .product__desc-info ul li {
        display: flex;
        align-items: center;
        padding: 8px 0px;
    }

.product__details-des-tab .nav-tabs {
    border: 0;
    margin: 0;
}

.nav {
    /* background-color: #F5F5F5; */
    padding: 3px;
    color: white;
    overflow: hidden;
    /* overflow-x: scroll; */
    font-size: 10px !important;
    white-space: nowrap;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.product__details-des-tab .nav-tabs .nav-item {
    margin: 0;
}

    .product__details-des-tab .nav-tabs .nav-item .nav-link.active, .product__details-des-tab .nav-tabs .nav-item .nav-link:hover {
        color: #222;
    }

    .product__details-des-tab .nav-tabs .nav-item .nav-link {
        padding: 0;
        padding-bottom: 10px;
        border: 0;
        position: relative;
        font-size: 20px;
        font-weight: 400;
        color: #222;
        margin-right: 50px;
        color: #b6b6b6;
        background: transparent;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #fff #fff #CF7B69;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.product__details-des-tab .nav-tabs .nav-item .nav-link.active::after, .product__details-des-tab .nav-tabs .nav-item .nav-link:hover::after {
    background-color: #fcbe00;
}

.product__details-des-tab .nav-tabs .nav-item .nav-link.active::after {
    width: 100%;
}

.product__details-des-tab .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: transparent;
}

.product__details-des-tab .nav-tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: transparent;
}

.thumbflex {
    display: flex;
}

.parent-container {
    display: flex;
}

@media (max-width: 992px) {
    .parent-container {
        display: flex !important;
        flex-direction: column-reverse;
    }
}

.cart-containerr {
    text-align: center;
    margin: 100px 0px;
}

.cart-icon {
    width: 150px;
    height: 150px;
    /* background-color: #e0e0e0; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    margin: auto;
    margin-top: 0px;
}

.cart-face {
    font-size: 50px;
}

.cart-containerr img {
    width: 177px;
    margin-bottom: 5px;
    margin-left: 9px;
    mix-blend-mode: darken;
}

.offcanvabody img {
    /* max-width: 85%; */
    border-radius: 5px;
}

.cart-containerr h1 {
    font-size: 24px !important;
    margin-bottom: 3px !important;
}

.headtitle h1 {
    font-size: 40px;
}

.suggestion {
    background-color: #ece7df;
    padding-left: 9px;
    overflow-y: scroll;
    display: none
}

.suggestion2 {
    /*background-color: #ece7df;*/
    /*height: 250px !important;*/
    padding-left: 15px;
    overflow-y: scroll;
    display: block !important;
}

.list-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.list-item {
    padding: 8px 12px;
    cursor: pointer;
}

#cheatsheet img {
    width: 5%;
}

#grid img {
    width: 5%;
}

.sticky {
    padding: 7px 23px !important;
    position: sticky !important;
    top: 0px !important;
    left: 0;
    width: 100%;
    padding: 1px 0px;
    /* height: 82px; */
    z-index: 998;
    margin: 0 auto;
    background-color: #ffffff !important;
    box-shadow: var(--shadow-medium);
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
}

.showresult {
    font-size: 14px;
    color: #011a41;
}

#grid img {
    width: 5%;
}

@media (max-width: 768px) {
    #grid img {
        width: 10% !important;
    }

    #cheatsheet img {
        width: 10% !important;
    }
}

@media (max-width: 577px) {
    #cheatsheet img {
        width: 23% !important;
    }

    #grid img {
        width: 23% !important;
    }
}

.list-item:hover {
    padding: 8px 12px;
    cursor: pointer;
    background-color: #8080804f;
}

.QuantStyle {
    font-weight: 600;
    color: #000000a6;
}

.holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #1c1c20c4;
    z-index: 9999;
}

.preloader {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .preloader div:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        width: 10%;
        height: 10%;
        background-color: #fff;
        transform: translateX(-50%);
        border-radius: 50%;
    }

    .preloader div:nth-child(1) {
        transform: rotateZ(0deg);
        animation: rotateCircle1 2s infinite linear;
        z-index: 9;
    }

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.HeadFil {
    font-size: 16px;
    border-bottom: 1px solid #0000001f;
    padding: 6px 5px;
    display: block;
    margin: auto;
    text-transform: uppercase;
}
.loadmoreless {
    BORDER: none;
    background-color: white;
}
.fa-angle-down {
    transition: all 0.5s ease-in-out
}
.iconrotate {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out
}
.OnlineStatus {
    background-color: #4b9832;
    padding: 0.2px 4.1px;
    width: 9px;
    height: 9px;
    border-radius: 22px;
    color: white;
    position: absolute;
    font-size: 9px;
    top: 1%;
    right: -32%;
    display: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    box-shadow: 1px 3px 14px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
.breadcrumb-item.active {
    color: #011a41;
    font-weight: 600;
}


@media(max-width:574px){
    .breadhide {
        display: none;
    }  
}
#ulColorImg, #size {
    display: flex;
    overflow-x: auto;
    padding-bottom:  0px;
    white-space: nowrap;
    /*background: #e3ddd3;*/
}
#dvAddToCart, #Dvqty {
    display: none;
}

.imgContainer {
    flex: 0 0 auto; /* Prevent the columns from wrapping */
    padding-right: 10px; /* Optional: add spacing between images */
    padding-left: 0px;
}

    .imgContainer img {
        max-height: 115px;
        min-height: 115px;
        object-fit: cover;
        width: 96px;
        height: 96px;
        margin: 11px 0px 6px 0px;
    }
.img-wrapper img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}
.btnn img {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}
.p-details p {

    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    background: #ffe19029;
    padding: 10px;
    text-align: center;
    color: black;
    border: 1px solid #b6a064;
}
.p-details span {
    color: #775D14;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.text-subdued u{
    text-decoration:none !important;
}
.proimg {
    margin-left: 13px;
    margin-bottom: 16px;
}
.customsize {
    color: black;
    text-transform: uppercase;
    padding: 7px 23px;
    border-radius: 2px;
}

.modalsize {
    margin-top: 2px;
    margin-left: 59px;
    font-weight: 600;
    cursor: pointer;
    color: #775D14;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0px;
}

    .modalsize i {
        font-size: 15px;
    }
.innerquant .count {
    text-align: center;
    width: 65px;
}
.ddlunit, .ddlshape {
    background-color: #b6a06457 !important;
    opacity: 1;
    font-size: 16px;
    padding: 10px;
    color: black;
    font-weight: 500;
    border-radius: 3px;
}

.txtLength input, .txtWidth input {
    background-color: #b6a06457 !important;
    opacity: 1;
    font-size: 16px;
    padding: 10px;
    color: black;
    font-weight: 500;
    border-radius: 3px;
}

    .txtLength input::placeholder, .txtWidth input::placeholder {
        font-size: 16px;
        padding: 10px;
        color: black;
        font-weight: 500;
        border-radius: 3px;
    }

.PaddingDesktop .btn {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 22px !important;
    line-height: 0px;
}

@media only screen and (max-width:768px)
{
    .navbar{
        background:white !important;
    }
    .navbar i{
        color:black
    }
}

.footer h4 {
    color: #2e2a2b;
    margin: 0 0 32px;

    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .88px;
    text-transform: uppercase;
}

.footer p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .36px;
    color: #333;
    margin-bottom: 16px;
}

.forminput {
    display: flex;
    background: transparent;
    border-bottom: 1px solid black;
}

    .forminput input {
        background: transparent;
        border: none;
        padding: 10px 8px 9px 0px;

    }
        .forminput input::placeholder {
            font-size: 12px;
            color: black;
            font-weight:500;
        }


.footer-container {
    background: #f5f2ee;
    padding: 40px 20px;
}

.footer_grid{
    display:grid;
    padding:20px;
    gap:20px;
    grid-template-columns:1fr;
}

.leftdata{
    max-width:350px;
}


@media only screen and (min-width:991px) {
    .footer_grid{
        grid-template-columns:1fr 1fr;
    }

    .footer_right {
        display: grid;
        grid-template-columns: 189px 180px 184px 184px;
        padding: 0px 20px 20px 20px;
        gap: 0px;
    }
}

.footer_right p {
    color: #2e2a2b;
    margin: 0 0 32px;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .88px;
    text-transform: uppercase;
}

.footer_right li a {
    color: black;
    text-decoration: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: .28px;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
}
.footer_right li{
    list-style:none;
}
.footer_right ul {
    padding-left: 0px;
}

.footer_left h4 {
    color: #2e2a2b;
    margin: 0 0 32px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .88px;
    text-transform: uppercase;
}

.footer_left p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .36px;
    color: #333;
    margin-bottom: 16px;
}

.inputfrombox {
    display: flex;
    border-bottom: 1px solid;
}
    .inputfrombox input {
        background: transparent;
        border: none;
        padding-left: 0px;
    }

    .inputfrombox input::placeholder{
        font-weight:500;
        color:black;
        font-size:12px;
    }
    .inputfrombox input:focus{
        border:none;
        background:transparent;
        box-shadow:none;
    }
.form-floating input {
    padding: 0px !important;
    height: 50px !important;
    border: none
}

    .form-floating input::placeholder, .form-floating textarea::placeholder {
        color: gray !important;
    }
    .form-floating > label {
        position: relative !important;
    }
.form-floating {
    border-bottom: 1px solid gray;
    padding-bottom: 0px;
}
    .form-floating input:focus {
        outline: none !important;
        box-shadow:none !important
    }


.custom-file-upload {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    /*border: 2px dashed #ccc;*/
    border-radius: 6px;
    font-weight: 500;
    color: #333;
}

    .custom-file-upload:hover {
        background-color: #e6e6e6;
    }

#RefFile {
    display: none !important;
}

.universalform .btn-primary{
    border-radius:8px !important
}

#header-carousel img {
    min-height: 100dvh;
    object-fit: cover;
    object-position: center;
}