@import url(mainstyle.css);

* {
    font-family: var(--primefont);
}

a {
    color: inherit;
    text-decoration: none;
}

[data-carzura-theme="dark"] [data-logo="dark"],
[data-carzura-theme="light"] [data-logo="light"] {
    display: block;
}

[data-carzura-theme="dark"] [data-logo="light"],
[data-carzura-theme="light"] [data-logo="dark"] {
    display: none;
}

/* icon BG */
.icon-bg {
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
}

.icon-bg-lg {
    min-width: 50px;
    min-height: 50px;
}
header{
    transition: 0.2s ease;
    z-index: 999;
}
header.fix{
    background-color: white;
    position: fixed !important;
}
@media(min-width:992px){
    header.fix .nav-link{
        color: #000000;
    }
}
/* header CSS */
.nav-link {
    color: var(--nav-text);
    font-weight: 500; 
}
.nav-item.active .nav-link,
.nav-item:hover .nav-link, .nav-item .nav-link:focus, .social-icon a:hover {
    color: var(--prime-text) !important;
}
/* dropdown menu */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 160px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ea;
    pointer-events: none;
    border-radius: 0.5rem;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-content a {
    color: #374151;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #f3f4f6;
    color: var(--prime-text);
}
@media(max-width:991px){
    .offcanvas-body{
        background-color: var(--dark-bg);
    }
}
/* Banner CSS */
::placeholder {
    color: var(--input-text) !important;
    opacity: 0.5 !important;
}
/* Banner container height */

#banner-slider {
    min-height: 900px;
}

/* Slide backgrounds */
.slide-1 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
        url('../../asstes/images/slide-1-1.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

.slide-2 {
    background: linear-gradient(170deg, rgb(10 10 10), rgb(106, 129, 75, 0.2)),
        url('../../asstes/images/slide-2.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

.slide-3 {
    background: linear-gradient(170deg, rgb(10 10 10), rgba(106, 129, 75, 0.2)),
        url('../../asstes/images/slide-3.jpg') no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 900px;
}

@media(max-width: 575px) {
    #banner-slider,.testimonial-container {
        min-height: 450px;
    }

    .slide-1,
    .slide-2,
    .slide-3,.testimonial-slide-1,.testimonial-slide-2,.testimonial-slide-3 {
        min-height: 550px;
    }
}
.theme-btn{
    width: 52px;
    height: 42px;
}

/* Content container */
.splide-container {
    max-width: 720px;
}

/* Navigation Arrows */
.splide__arrow {
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0.95;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}
.splide__arrow svg {
    font-size: 28px;
    fill: #fff;
}
@media(max-width:768px) {
.splide__arrow {
   display: none;
}
}
/* card effect */
.card-img-box {
    position: relative;
    overflow: hidden;
}

.card-img-box img {
    display: block;
    transition: all 0.4s ease;
}

.card-img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.card-img-box:hover .overlay {
    opacity: 1;
}


.cart-btn:hover {
    background: #000;
    color: #fff;
}

.head-content {
    margin: auto;
    text-align: center;
    max-width: 1000px;
    width: 100%;
}
.counter-bg {
    background: url("../../asstes/images/counter-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 318px;
    display: flex;
    align-items: center;
}

.flower-img{
    position: absolute;
    z-index: 0.3;
    right: 0 !important;
    top: 0;
}
.flower-img img{
    opacity: 0.1;
}

.testimonial-container {
    background: url('../../asstes/images/testimonial-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    margin: 2%;
} 
.gallery-img{
    overflow: hidden;
}
.gallery-img img {
    transition: transform 0.6s ease, filter 0.4s ease;
    height: 150px;
}
.gallery-img:hover img {
    transform: scale(1.1); 
}
@media(min-width:768px) {
    .search-btn{
        padding: 20px 32px 20px 33px;
    }
    .gallery-img img { 
        height: 300px;
    }
}
.form-control:focus{
    box-shadow: none;
    border: none;
}
.input-text::placeholder {
  font-weight: 500; /* fw-medium */
}
.insta-post{
    width: 250px;
    height: 250px;
}
.shoping-btn {
    position: fixed;
    right: 0;
    top: 60%;
    font-size: 15px;
    padding: 16px 19px;
    border-radius: 0 !important;
}
#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
.btn-close{
    background: unset !important;
}
.alertmsg{
    z-index: 9999;
}
.error{
    color: red;
}
#newsletter div.error{
    position: absolute;
    bottom: 0;
    left: 15px;
}