@font-face {
    font-family: 'roboto';
    src: url(../font/Roboto-Regular.ttf);
}

:root {
    --color: #28ac47;
    --c2: #333333;
    --white: #f9f9f9;
    --black: #171717;
    --light: rgb(223, 245, 253);
    --gray: #cccccc;
    --l2: #eee;
    --red: rgb(255, 38, 38);
}

html {
    overflow-x: hidden;
    scroll-padding-top: 5.5rem;
    scroll-behavior: smooth;

}

body {
    background-color: var(--white);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'roboto';
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all 0.4s linear;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 15px;
}


/* <!-- top section Start -->  */

.top-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 1% 1%;
    background-color: var(--color);
}

.top-contact {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}


.top-contact:nth-child(2) {
    justify-content: flex-end;
}

.top-1 {
    width: auto;
    height: auto;
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
}

.top-1 span {
    color: var(--white);
    font-size: 12px;
    font-weight: 700;

}

.top-1 .s2 i {
    margin-left: 10px;
}


.top-contact:nth-child(2) .top-1:nth-child(2) {
    width: 10%;
    justify-content: flex-end;
}

.top-contact:nth-child(2) .top-1:nth-child(1) {
    width: auto;
    justify-content: flex-end;

}

.top-1-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--l2);
    border-radius: 50%;
}

.top-1-icon i {
    color: var(--color);
}

.top-section .top-1:hover .top-1-icon {
    background-color: var(--c2);
}

.top-section .top-1:hover i {
    transform: rotate(360deg);
    color: var(--color);
}

/* <!-- top section End -->  */


/* Navbar Start */

.navbar {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-brand {
    width: 7%;
}

.navbar-brand img {
    width: 100%;
}

.nav-icons {
    width: 15% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.nav-icons .nav-images {
    width: 45px;
    height: 45px;
    background-color: var(--color);
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
}

.nav-icons .nav-images .wish-count {
    width: 20px;
    height: 20px;
    background-color: var(--c2);
    color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    top: 0;
    font-weight: 600;
    font-size: 15px;
    right: 0;
}

.nav-icons .nav-images i {
    color: var(--white);
}

.navbar {
    transition: all 0.3s ease-out 0s !important;
    width: 90% !important;
    z-index: 200;
    margin-left: 50%;
    transform: translate(-50%, 0);
    position: sticky !important;
    top: 0 !important;
    background-color: var(--white);
}


.nav-num {
    padding-left: 0 !important;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: var(--red);
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar {
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: var(--color);
}

/* navbar-brand  */



/* .navbar .nav-icons  */

.navbar .nav-images:hover {
    background-color: var(--c2);
}

.navbar .nav-images:hover i {
    transform: rotate(360deg) !important;
    color: var(--color);
}

.navbar .active {
    color: var(--c2) !important;
}

.navbar .nav-link {
    font-size: 16px !important;
    color: var(--color);
    font-weight: 900;
    transition: 0.2s all;
}

.hamburger {
    width: 60%;
    justify-content: flex-end;
    gap: 10px;
}


/* Mega Menu  */


/* Mega Menu  */

/* Mega Menu  */

.menu-area {
    position: static !important;
    height: auto !important;
}

.mega-area {
    position: absolute;
    width: 90%;
    left: 50% !important;
    top: 0;
    transform: translate(-50%, 0);
    background-color: var(--color) !important;
    padding: 2% !important;
    filter: drop-shadow(0 10px 10px var(--black));
}

.mega-area p {
    color: var(--black);
    font-size: 14px;
}


.navbar .row .col-lg-6 {
    padding: 0px !important;
    margin-bottom: 4%;

}

.counselling-program {
    display: flex;
    flex-direction: column;
}

.mega-one .row {
    width: 100% !important;
}


.mega-area .num h6 {
    color: var(--color) !important;
    font-weight: 700;
}

/* 
.menu-area:hover .mega-area {
    display: block !important;
    top: 80px;
} */
.mega-area .num h6 {
    color: var(--c2) !important;
    font-weight: 900;
    margin-bottom: 2%;
    font-size: 20px;
}

.counselling-program {
    margin-bottom: 5%;
}

.counselling-program a {

    text-decoration: none;
    transition: 1s;
    font-size: 15px;
    font-weight: 400;

}



.counselling-program a .counselling-title {
    color: var(--white) !important;
    font-size: 13px;
    font-weight: 900;
}


.counselling-program a .counselling-title span {
    color: var(--color);
}

.nav-images {
    position: relative;
}

/* Navbar End */

/* Search Form  */


#search-form {
    position: fixed;
    top: -110%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1004;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

#search-form.active {
    top: 0;
}

#search-form #search-box {
    width: 50rem;
    border-bottom: .1rem solid #fff;
    padding: 1rem 0;
    color: #fff;
    font-size: 3rem;
    text-transform: none;
    background: none;
}

#search-form #search-box::placeholder {
    color: #eee;
    font-size: 19px;
}

#search-form #search-box::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#search-form .search {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    background-color: transparent;
}

#search-form .search:hover {
    color: rgba(80, 214, 255);
}

#search-form #close {
    position: absolute;
    color: #fff;
    cursor: pointer;
    top: 2rem;
    right: 3rem;
    font-size: 2rem;
}


/* ///////////// */


#search-forms {
    position: fixed;
    top: -110%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1004;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

#search-forms.active {
    top: 0;
}

#search-forms #search-boxs {
    width: 50rem;
    border-bottom: .1rem solid #fff;
    padding: 1rem 0;
    color: #fff;
    font-size: 3rem;
    text-transform: none;
    background: none;
}

#search-forms #search-boxs::placeholder {
    color: #eee;
    font-size: 19px;
}

#search-forms #search-boxs::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

#search-forms .search {
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    background-color: transparent;
}

#search-forms .search:hover {
    color: rgba(80, 214, 255);
}

#search-forms #closes {
    position: absolute;
    color: #fff;
    cursor: pointer;
    top: 2rem;
    right: 3rem;
    font-size: 2rem;
}

/* btn  */

.btn {
    width: 150px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    background-color: var(--color) !important;
    border: none;
    overflow: hidden;
    border-radius: 20px !important;
}

.btn-2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    position: relative;
    z-index: 4;
}

.btn-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: var(--white);
    top: -100%;
    right: -100%;
}

.btn-3 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    bottom: -100%;
    right: -100%;
    background-color: var(--c2);
}

.btn:hover .btn-1 {
    right: 0;
    top: 0;
}

.btn:hover .btn-3 {
    right: 0;
    bottom: 0;
}

/* hero-section  */

.hero-section {
    width: 100%;
    height: 80vh;
    background: var(--l2);
    position: relative;
}

.hero-section-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../Images/PNG/4.png);
    position: absolute;
    top: 0;
    background-attachment: fixed;
    left: 0;
    z-index: 0;
    background-size: contain !important;
    opacity: 0.2;
}


.hero-section .carousel {
    width: 100%;
    height: 100%;
}


.hero-section .carousel-inner {
    height: 100% !important;
}

.hero-section .carousel-item {
    height: 100% !important;
}

.hero-section .carousel-item .items-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
}

.hero-section .carousel-item .items-container img {
    width: 41%;
    object-fit: cover;
}

.hero-section .carousel-item .items-container .hero-content {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.hero-section .carousel-item .items-container .hero-content h5 {
    color: var(--black);
    font-weight: 700;
}

.hero-section .carousel-item .items-container .hero-content h1 {
    color: var(--color);
    font-size: 70px !important;
    font-weight: 700;
}

.hero-section .carousel-item .items-container .hero-content h1 span {
    color: var(--c2);
}

/* mini-shop */

.mini-shop {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: var(--l2);
    position: relative;
    margin-bottom: 5%;
}

.mini-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../Images/PNG/4.png);
    background-size: contain;
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: 0;
}

.mini-shop-container {
    width: 100%;
    height: auto;
    padding: 2%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}


.mini-shop-container .mini-boxs {
    width: 32%;
    height: 250px;
    padding: 2%;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mini-box-content h5 {
    font-size: 20px !important;
    font-weight: 700;

}

.mini-box-content p {
    font-weight: 700;
}

.mini-shop-container .mini-boxs .mini-box-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.mini-shop-container .mini-boxs:hover .mini-shop-overlay {
    scale: 0.9;
}

.mini-shop-container .mini-boxs:nth-child(1) {
    background-color: #f0e8d5;

}

.mini-shop-container .mini-boxs:nth-child(2) {
    background-color: #e5afbe;

}


.mini-shop-container .mini-boxs:nth-child(2) .mini-shop-overlay {
    height: 90%;
    width: 30%;
    opacity: 0.2;

}

.mini-shop-container .mini-boxs:nth-child(3) {
    background-color: #e9ba00;

}

.mini-shop-overlay {
    width: 35%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 0;
    opacity: 0.5;
}

.mini-shop-overlay img {
    width: 100%;
    height: 100%;
}

.st {
    color: var(--c2);
    font-size: 16px;

}

/* <!-- Popular Products Start --> */

.popular-products {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.popular-products a {
    text-decoration: none;
}

.popular-products-container {
    width: 100%;
    height: auto;
}

.popular-products-title {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.popular-products-title h2 {
    font-weight: 700;
    color: var(--color);

}

.popular-products-title h2 span {
    font-weight: 700;
    color: var(--c2);

}


.popular-boxs-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

.popular-product-boxs {
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    border: 0.3px solid var(--l2);
    border-radius: 20px;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    padding: 2%;
}

.popular-products-images {
    width: 100%;
    height: 150px;
    display: flex;
    position: relative;
    margin-bottom: 2%;
}

.popular-product-boxs .i-2 {
    opacity: 0;
}

.popular-product-boxs:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popular-product-boxs:hover .i-1 {
    opacity: 0;
}

.popular-product-boxs:hover .i-2 {
    opacity: 1;
}

.popular-products-images img {
    width: 45%;
    height: 100%;
    position: absolute;
    object-fit: contain;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);

}

.popular-products-contents .popular-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--c2);
}

.popular-products-contents h5 {
    color: var(--color);
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5% !important;
    overflow: hidden;
}

.products-review {
    width: 100%;
    height: auto;
    padding: 1%;
    display: flex;
    margin-bottom: 5%;
    gap: 10px;
}

.products-review .rating-value {
    color: var(--color);
    font-weight: 400;
}

.product-rate {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5%;
    gap: 20px;
}

.rate-1 {
    font-weight: 600;
    font-size: 17px;
    color: var(--color);
}

.rate-2 {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 600;
    color: var(--gray);
}

.add-cart {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--color);
    padding: 3% 2%;
    text-decoration: none;
    color: var(--white);
    font-weight: 700;
    transition: 0.2s all;
    border-radius: 8px;
}

.add-cart:hover {
    letter-spacing: 1.5px;
    color: var(--white);
    background-color: #1b1662;
}

.w1 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    left: -100%;
    top: 20px;
    background-color: var(--l2);
    color: var(--c2);
    z-index: 3;
    transition: 0.5s !important;

}

.w2 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--c2);
    font-size: 20px;
    right: -100%;
    top: 20px;
    background-color: var(--l2);
    z-index: 3;
    position: absolute;
    transition: 0.5s !important;

}

.w1:hover {
    color: var(--color);
}


.w2:hover {
    color: var(--color);
}

.popular-product-boxs:hover .w1 {
    left: 20px;
}

.popular-product-boxs:hover .w2 {
    right: 20px;
}

.offer-products {
    width: 100px;
    background-color: var(--c2);
    text-align: center;
    padding: 2%;
    position: absolute;
    z-index: 3;
    top: 0;
    color: var(--white);
    font-weight: 700;
    left: 0;
    border-bottom-right-radius: 15px;
}

.p2 {
    background-color: var(--color);
}

/* About section  */

.about {
    margin-bottom: 5%;
}

.about .about-container {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;

}


.about h5 {
    color: var(--color);
    font-weight: 700;
}

.about h2 {
    color: var(--color);
    font-weight: 700;
}

.about h2 span {
    color: var(--c2);
    font-weight: 700;
}


.about .about-container .about-image {

    width: 47%;
}

.about .about-container .about-image img {
    width: 100%;
}


.about .about-container .about-content {
    width: 47%;

}

.about .about-container .about-content h3 {
    color: var(--color);
    font-weight: 700;
}

.about .about-container .about-content h3 span {
    color: var(--c2);
}

.about .about-container .about-content p {
    color: var(--black);
    font-weight: 500;
    line-height: 2;
}

.about .about-container .about-content .icons-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
    margin-top: .5rem;
}

.about .about-container .about-content .icons-container .icons {
    background: #eee;
    border-radius: .5rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 30%;
    padding: 1rem 0rem;
}

.about .about-container .about-content .icons-container .icons i {

    color: var(--color);
}

.about .about-container .about-content .icons-container .icons span {
    color: var(--black);
}

/* daily-sales-section */

.daily-sales-section {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    position: relative;
    padding: 1%;
    background-color: var(--l2);
}

.daily-sales-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(../Images/PNG/4.png);
    left: 0;
    z-index: 0;
}

.daily-sales-title {
    margin-bottom: 4%;
}

.daily-sales-title h2 {
    color: var(--color);
    font-weight: 700;
}

.daily-sales-title h2 span {
    color: var(--c2);
}

.daily-sales-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;

}

.daily-sales-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.daily-sales-content .daily-sales-images {
    width: 30%;

}

.daily-sales-content .daily-sales-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.daily-sales-products {
    width: 65%;
}

.daily-sales-products a {
    text-decoration: none;
}

.daily-sales-section .popular-product-boxs {
    width: 100%;
    background-color: var(--white);
    padding: 3%;
}

.daily-sales-section .popular-products-images img {
    width: 50% !important;
}

.solding {
    font-weight: 700;
    color: var(--color);
}


/* ////////////////////////////// Milestone section /////////////// */

.milestones-section {
    width: 80%;
    height: auto;
    padding: 3%;
    margin-bottom: 5%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-left: 20%;
    background: var(--l2);
}

.milestones-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
    background-image: url(../Images/PNG/4.png);
}

.minlestone-container {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.milestone-title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5%;

}

.milestone-title h2 {
    color: var(--color);
    font-weight: 700;
    border-bottom: 1px solid var(--color);
}

/* ////////////////////////////// Milestone section /////////////// */


.milestone-details {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;


}


.milestone-content {
    width: 20%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: var(--white); */
    /* From https://css.glass */

    flex-direction: column;
    padding: 2%;
    border-radius: 20px;
}



.milestone-content i {
    font-size: 40px;
    color: var(--black);
}

.milestone-content .counts {
    font-size: 30px;
    color: var(--color);
    font-weight: 600;
}


.milestone-content .counts-name {
    color: var(--black);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
}

hr {
    width: 100%;
}


/* Order Info  */

.order {
    margin-bottom: 5%;
}

.order form {
    width: 100%;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    border: .1rem solid rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    margin: 0 auto;
    text-transform: uppercase !important;

}

.order-title {
    width: 100%;
}

.order-title h5 {
    color: var(--color);
    font-weight: 700;
}

.order-title h2 {
    color: var(--color);
    font-weight: 700;
}

.order-title h2 span {
    color: var(--c2);
    font-weight: 700;
}

.order form .inputBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order form .inputBox .input {
    width: 49%;

}

.order form .inputBox .input span {
    display: block;
    padding: .5rem 0;
    font-size: 1rem;
    color: var(--color);
    font-weight: 600;
}

.order form .inputBox .input input,
.order form .inputBox .input select,
.order form .inputBox .input textarea {
    background: var(--l2);
    border-radius: .5rem;
    padding: 1rem;
    font-size: 1rem;
    color: var(--black);
    text-transform: none;
    margin-bottom: 1rem;
    width: 100%;
}

.order form .inputBox .input input:focus,
.order form .inputBox .input textarea:focus {
    border: .1rem solid var(--color);
}


.order form .inputBox .input textarea {
    resize: none;
}

.order form .inputBox .btn {
    margin-top: 0;
}



@media (max-width:450px) {

    .order form .inputBox .input {
        width: 100%;

    }
}


/* Footer  */

footer {
    width: 100%;
    height: auto;
    padding: 2%;

}

.footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
}

.footer .footer-boxs {
    width: 20%;
    height: auto;
}

.footer-social-links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.footer-social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--l2);
    border-radius: 50%;
}

.footer .footer-boxs p {
    color: var(--black);
    font-size: 15px !important;
    font-weight: 500;
}

.footer .footer-boxs a {
    font-size: 15px !important;
    text-decoration: none;
    color: var(--black);
    font-weight: 500;

}


.footer .footer-boxs h4 {
    margin-bottom: 5% !important;
    font-weight: 700;
    color: var(--color);
}

.footer .footer-boxs h4 span {
    color: var(--c2);
}

.footer .footer-boxs ul {
    padding-left: 0;
    list-style-type: none;
}


.footer .footer-boxs .footer-icon {
    width: 100%;
    margin-bottom: 3%;
    color: var(--c2);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer .footer-boxs ul li {
    margin-bottom: 3%;
    font-size: 15px !important;
    text-decoration: none;
    font-weight: 500;
}

.footer .footer-boxs .footer-email {
    width: 100%;
    height: auto;
    padding: 2%;
}


.footer .footer-boxs .footer-email form {
    width: 100%;
}

.footer .footer-boxs .footer-email form input {
    width: 100%;
    margin-bottom: 6%;
    border: 1px dotted var(--black);
    padding: 2%;
}

/* <!-- After Footer section Start --> */

.after-footer {
    width: 100%;
    height: auto;
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.after-footer p {
    margin-bottom: 0;
    color: var(--color);
    font-weight: 600;
}

.after-footer p a {
    text-decoration: none;
    color: var(--c2);
}

.up-arrow {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color);
    color: var(--white);
    z-index: 10;
}

.up-arrow:hover {
    color: var(--white);
}























@media screen and (max-width:991px) {
    .nav-icons {
        width: 30% !important;
        height: 100% !important;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: space-between;

    }
}

@media screen and (max-width:700px) {



    .navbar {
        transition: all 0.3s ease-out 0s !important;
        width: 100% !important;
        z-index: 200;
        margin-left: 0%;
        transform: translate(-0%, 0);
        overflow-y: scroll !important;
    }


    #search-form #search-box {
        width: 90%;
        margin: 0 1rem;
    }

    #search-forms #search-boxs {
        width: 90%;
        margin: 0 1rem;
    }



    .navbar-brand {
        width: 18%;
    }

    .nav-icons {
        width: 60% !important;
        height: 100% !important;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: space-between;

    }

    .nav-icons .nav-images {
        width: 40px;
        height: 40px;
        background-color: var(--color);
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 50%;
    }


    .hero-section .carousel-item .items-container {
        flex-direction: column;
    }


    .hero-section .carousel-item .items-container img {
        width: 50%;
    }

    .hero-section .carousel-item .items-container .hero-content {
        width: 100%;
    }

    /* daily-sales-content */

    .daily-sales-content .daily-sales-images {
        display: none;

    }

    .daily-sales-products {
        width: 100%;
    }

    .after-footer {
        width: 100%;
        height: auto;
        padding: 1%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width:700px) {
    .navbar-nav .dropdown-menu {
        height: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (max-width:991px) {

    .mega-area {
        position: absolute;
        width: 100%;
        left: 0% !important;
        top: 0;
        transform: translate(-0%, 0);
        padding: 3% !important;
        text-align: justify !important;
        filter: drop-shadow(0 0 10px var(--white));
    }

    .top-contact {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        gap: 30px;
    }

    .top-contact:nth-child(2) .top-1:nth-child(1) {
        width: 50%;
    }

    .top-contact:nth-child(2) .top-1:nth-child(1) span {
        display: flex !important;
        align-items: center;
    }

    .top-contact:nth-child(2) .top-1:nth-child(2) {
        width: 30%;
        justify-content: flex-end;
    }

    .top-1 span {
        display: none;
    }

    .hamburgerss {
        width: 60%;
        justify-content: flex-end;
        gap: 10px;
    }


    .hero-section .carousel-item .items-container .hero-content h1 {
        color: var(--color);
        font-size: 40px !important;
        font-weight: 700;
    }



}



@media screen and (max-width:320px) {

    /* .mini-shop-container */
    .mini-shop-container {
        width: 100%;
        height: auto;
        padding: 2%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }



    .mini-shop-container .mini-boxs {
        width: 100%;
        height: 250px;
        padding: 2%;
        border-radius: 15px;
        margin-bottom: 5%;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    /* Products  */
    .popular-boxs-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2%;
    }

    .popular-product-boxs {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        border: 0.3px solid var(--l2);
        border-radius: 20px;
        margin-bottom: 5%;
        position: relative;
        overflow: hidden;
        padding: 2%;
    }


    .popular-products-images img {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);

    }


    /* About section  */


    .about .about-container .about-image {

        width: 100%;
    }


    .about .about-container .about-content {
        width: 100%;

    }


    .about .about-container .about-content .icons-container {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem 0;
        margin-top: .5rem;
    }

    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        padding: 1rem 0rem;
    }


    /* Mile stone  */

    .milestone-details {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;


    }


    .milestone-content {
        width: 100%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* background: var(--white); */
        /* From https://css.glass */

        flex-direction: column;
        padding: 2%;
        border-radius: 20px;
    }


    /* Footer  */

    footer {
        width: 100%;
        height: auto;
        padding: 2%;

    }

    .footer {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2%;
    }

    .footer .footer-boxs {
        width: 100%;
        height: auto;
    }


}

@media screen and (min-width:321px) and (max-width:425px) {

    /* .mini-shop-container */
    .mini-shop-container {
        width: 100%;
        height: auto;
        padding: 2%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mega-area {
        position: absolute;
        width: 100%;
        left: 0% !important;
        top: 0;
        transform: translate(-0%, 0);
        padding: 1% !important;
        filter: drop-shadow(0 0 10px var(--white));
    }

    .mini-shop-container .mini-boxs {
        width: 100%;
        height: 250px;
        padding: 2%;
        border-radius: 15px;
        margin-bottom: 5%;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    /* Products  */
    .popular-boxs-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5%;
    }

    .popular-product-boxs {
        width: 47%;
        height: auto;
        display: flex;
        flex-direction: column;
        border: 0.3px solid var(--l2);
        border-radius: 20px;
        margin-bottom: 5%;
        position: relative;
        overflow: hidden;
        padding: 2%;
    }


    .popular-products-images img {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);

    }

    /* About section  */


    .about .about-container .about-image {

        width: 100%;
    }


    .about .about-container .about-content {
        width: 100%;

    }


    .about .about-container .about-content .icons-container {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem 0;
        margin-top: .5rem;
    }

    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        padding: 1rem 0rem;
    }


    /* Mile stone  */

    .milestone-details {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;


    }


    .milestone-content {
        width: 100%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* background: var(--white); */
        /* From https://css.glass */

        flex-direction: column;
        padding: 2%;
        border-radius: 20px;
    }

    /* Footer  */

    footer {
        width: 100%;
        height: auto;
        padding: 2%;

    }

    .footer {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2%;
    }

    .footer .footer-boxs {
        width: 100%;
        height: auto;
    }


}

@media screen and (min-width:425px) and (max-width:600px) {

    /* .mini-shop-container */
    .mini-shop-container {
        width: 100%;
        height: auto;
        padding: 2%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .mini-shop-container .mini-boxs {
        width: 100%;
        height: 250px;
        padding: 2%;
        border-radius: 15px;
        margin-bottom: 5%;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    /* Products  */
    .popular-boxs-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5%;
    }

    .popular-products-images img {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);

    }

    /* About section  */


    .about .about-container .about-image {

        width: 100%;
    }


    .about .about-container .about-content {
        width: 100%;

    }


    .about .about-container .about-content .icons-container {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem 0;
        margin-top: .5rem;
    }

    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
        padding: 1rem 0rem;
    }


    /* Mile stone  */

    .milestone-details {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;


    }


    .milestone-content {
        width: 47%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* background: var(--white); */
        /* From https://css.glass */

        flex-direction: column;
        padding: 2%;
        border-radius: 20px;
    }

    /* Footer  */

    footer {
        width: 100%;
        height: auto;
        padding: 2%;

    }

    .footer {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2%;
    }

    .footer .footer-boxs {
        width: 100%;
        height: auto;
    }

}


@media screen and (min-width:425px) and (max-width:768px) {

    .popular-product-boxs {
        width: 47% !important;
        height: auto;
        display: flex;
        flex-direction: column;
        border: 0.3px solid var(--l2);
        border-radius: 20px;
        margin-bottom: 5%;
        position: relative;
        overflow: hidden;
        padding: 2%;
    }


}

@media screen and (min-width:601px) and (max-width:768px) {
    .nav-icons {
        width: 30% !important;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .nav-icons .nav-images {
        width: 40px;
        height: 40px;
        background-color: var(--color);
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 50%;
    }

    /* .mini-shop-container */
    .mini-shop-container {
        width: 100%;
        height: auto;
        padding: 2%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .mini-shop-container .mini-boxs {
        width: 47%;
        height: 250px;
        padding: 2%;
        border-radius: 15px;
        margin-bottom: 5%;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    /* Products  */
    .popular-boxs-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5%;
    }

    .popular-product-boxs {
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: column;
        border: 0.3px solid var(--l2);
        border-radius: 20px;
        margin-bottom: 5%;
        position: relative;
        overflow: hidden;
        padding: 4% !important;
    }


    .popular-products-images img {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);

    }

    /* About section  */


    .about .about-container .about-image {

        width: 100%;
    }


    .about .about-container .about-content {
        width: 100%;

    }


    .about .about-container .about-content .icons-container {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem 0;
        margin-top: .5rem;
    }

    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 47%;
        padding: 1rem 0rem;
    }

    /* Mile stone  */

    .milestone-details {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;


    }


    .milestone-content {
        width: 47%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* background: var(--white); */
        /* From https://css.glass */

        flex-direction: column;
        padding: 2%;
        border-radius: 20px;
    }

    /* Footer  */

    footer {
        width: 100%;
        height: auto;
        padding: 2%;

    }

    .footer {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2%;
    }

    .footer .footer-boxs {
        width: 100%;
        height: auto;
    }

}

@media screen and (min-width:769px) and (max-width:900px) {

    /* .mini-shop-container */
    .mini-shop-container {
        width: 100%;
        height: auto;
        padding: 2%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .mini-shop-container .mini-boxs {
        width: 47%;
        height: 250px;
        padding: 2%;
        border-radius: 15px;
        margin-bottom: 5%;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    /* Products  */
    .popular-boxs-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5%;
    }

    .popular-product-boxs {
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: column;
        border: 0.3px solid var(--l2);
        border-radius: 20px;
        margin-bottom: 5%;
        position: relative;
        overflow: hidden;
        padding: 4% !important;
    }


    .popular-products-images img {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);

    }


    .about .about-container .about-content h3 {
        font-size: 20px;
        color: var(--color);
        font-weight: 700;
    }

    .about .about-container .about-content .icons-container {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem 0;
        margin-top: .5rem;
    }

    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 47%;
        padding: 0.5rem 0rem;
    }



}

@media screen and (min-width:901px) and (max-width:991px) {

    /* .mini-shop-container */
    .mini-shop-container {
        width: 100%;
        height: auto;
        padding: 2%;
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .mini-shop-container .mini-boxs {
        width: 47%;
        height: 250px;
        padding: 2%;
        border-radius: 15px;
        margin-bottom: 5%;
        position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }

    /* Products  */
    .popular-boxs-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 2.5%;
    }

    .popular-product-boxs {
        width: 30%;
        height: auto;
        display: flex;
        flex-direction: column;
        border: 0.3px solid var(--l2);
        border-radius: 20px;
        margin-bottom: 5%;
        position: relative;
        overflow: hidden;
        padding: 4% !important;
    }


    .popular-products-images img {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);

    }


    .about .about-container .about-content h3 {
        font-size: 20px;
        color: var(--color);
        font-weight: 700;
    }


    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 47%;
        padding: 0.5rem 0rem;
    }


}

@media screen and (min-width:992px) and (max-width:1024px) {
    .about .about-container .about-content h3 {
        font-size: 20px;
        color: var(--color);
        font-weight: 700;
    }


    .about .about-container .about-content .icons-container .icons {
        background: #eee;
        border-radius: .5rem;
        border: .1rem solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: 47%;
        padding: 0.5rem 0rem;
    }
}

@media screen and (min-width:1025px) and (max-width:1140px) {}

.gallery {
    text-align: center;
}

.gallery .gallery-content .carousel-title {
    text-align: justify;
    height: 30vh;
    background: linear-gradient(to right, rgba(255, 143, 15, 0.178), rgba(234, 75, 144, 0.316)), url(../Images/Banner/1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    object-fit: cover;
    clip-path: polygon(0 0,
            40% 0%,
            50% 50%,
            0% 50%,
            0 50%);
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: justify;
    justify-content: flex-start;
    padding-left: 1%;
    padding-top: 2%;
    margin-bottom: 3%;
    padding: 2%;
}

.gallery .gallery-title {
    margin-bottom: 5%;
}

.gallery .gallery-title h1 {
    color: var(--color);
    font-weight: 700;

}


.gallery .gallery-title h1 span {
    color: var(--black);
}

.gallery .gallery-content {
    margin-bottom: 5%;
}

.gallery .gallery-content .carousel-title h5 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color);
    -webkit-text-stroke: 0.5px var(--white);
}

.gallery .gallery-content .carousel-title h5 span {
    color: var(--white);
}

.gallery-images .content-area .content .img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 10%;
    border-bottom-right-radius: 10%;
    text-align: center;

}

.gallery-images .content-area .content .img img:hover {
    border: 2px solid var(--color);
}

.gallery .gallery-content .carousel-title .line {
    width: 250px;
    height: 2px;
    text-align: center;
    background-color: var(--white);
    animation: border 6s ease-in-out infinite;
}

@keyframes border {
    0% {
        transform: translateX(0);
        width: 0;
    }

    50% {
        transform: translateX(00px);
        width: 250px;
    }

    100% {
        transform: translateX(0);
        width: 0;
    }
}

.gallery-content .row .mb-3 {
    position: relative;
    border-top-left-radius: 50%;
    border-top: 4px solid var(--color);
    overflow: hidden;
}

.gallery-content .row a {
    background: var(--black);
}


.gallery-content .row .inner-a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-content .row img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: var(--black);
    transition: 0.5s;
}

.gallery-content .row .inner-a .light-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0%;
    overflow: hidden;
    background-color: var(--color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 90%;
    transition: 1s;
}

.gallery-content .row .inner-a:hover .light-overlay {
    top: 0;
}


.gallery-content .row .inner-a .light-overlay i {
    margin-bottom: 10%;
    color: var(--white);
    opacity: 100%;
}

.gallery-content .row .inner-a .light-overlay h4 {
    color: var(--white);
    font-weight: bolder;

}


.gallery-content .row .inner-a:hover .light-overlay {
    visibility: visible;


}

.category-title{
    font-weight: 700;
    color: var(--color);
}

.category-title span{
    color: var(--black);
}
.category-title::before{
    content: '';
    width: 100px;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}






















