@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    letter-spacing: .3px;

    line-height: 1.7;
    overflow-x: hidden;
}

a{

    text-decoration: none;

}

p{

    margin-bottom: 14px;

}

.title-font {

    font-family: "Bebas Neue", sans-serif;

}



@media (min-width: 1500px) {

    .container {

        max-width: 1450px;

    }

}



header .navbar-brand img {

    height: 55px;

}



header .navbar-nav .nav-link {

       text-transform: capitalize;
    color: #000;
    font-weight: 500;
    letter-spacing: .2px;
    margin: 0 10px;
    font-size: 15px;

}



header .btn {

    padding: 12px 22px;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 500;

    letter-spacing: .5px;

}



.slider-container {

    width: 100%;

     position: relative;

}


.swiper {

    width: 100%;


}
.swiper-wrapper{
    height: auto;
}
.brandname{
    font-size: 15px;
    font-weight: 600;
    background: #000;
    line-height: 1.4;
    display: inline-block;
    margin: 0;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
}
/* 
.swiper-slide {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    background-size: cover;

    background-position: center;

    color: #fff;

    text-align: left;

    padding: 0px;

} */

.slide-content h2 {

    font-size: 60px;

    font-weight: normal;

    animation: fadeInUp 1s ease;

    margin-bottom: 30px;

    text-transform: uppercase;

    letter-spacing: 1px;

}



.slide-content p {

    font-size: 20px;

    margin-bottom: 20px;

    animation: fadeInUp 1.5s ease;

}



.btn-custom {

    background: #fff;

    color: #000;

    border-radius: 30px;

    animation: fadeInUp 2s ease;

    display: inline-block;

    padding: 12px 22px;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 500;

    letter-spacing: .5px;

    text-transform: uppercase;

}

.swiper-button-next,

.swiper-button-prev {

    color: #fff;

    z-index: 9999;

}

/* .swiper-slide:after{

    position: absolute;

    width: 100%;

    left: 0;

    top: 0;

    height: 100%;

    background-color: #000;

    content: '';

    z-index: 0;

    opacity: .4;

} */

.swiper-button-next:after, .swiper-button-prev:after{

    color: #fff;

    opacity: .5;

}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after{

    opacity: 1;

}

@keyframes fadeInUp {

    from {

        opacity: 0;

        transform: translateY(40px);

    }



    to {

        opacity: 1;

        transform: translateY(0);

    }

}

.bannerproduct img{

    height: 433px;

    animation: fadeInUp 1s ease;

}

.aboutSection{

    background-image: url(../images/about-bg.png);

    background-size: 33%;

    background-position:top right;

    background-repeat: no-repeat;

}
footer a{
    color: #fff;
}
.productPnl{
    padding: 80px 0 ;
}
.aboutbottom{

    padding-right: 33%;

}

.aboutBox{

    padding: 80px 30px 80px 0;

}
.aboutBox p{
    text-align: justify;
}
.aboutbottom img{

    height: 280px;

    width: 100%;

    object-fit: cover;

}
.glass-card li{
    text-align: justify;
    margin-bottom: 14px;
    display: block;
    position: relative;
}
.glass-card li:after{
    position: absolute;
    width: 10px;
    height: 10px;
    border: 4px solid #898989;
    border-radius: 50%;
    content: '';
    left: -22px;
    top: 7px;
}
.text-justify{
    text-align: justify;
}
.darkbtn{

    padding: 12px 22px;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 500;

    letter-spacing: .5px;

    background: #000;

    color: #fff;

}

.whatwedo{

    padding: 80px 0;

    background-color: #EFEFEF;

}

.whatdoBox{

    position: relative;

}

.whatdoBox h3{

    font-size: 20px;

}

.whaticon img{

    height: 75px;

}

.whatcount{

    font-size: 200px;

    color: #000;

    opacity: .08;

    position: absolute;

    width: 100%;

    text-align: center;

    line-height: 1;

    z-index: 0;

}

.brandspnl{

    padding: 80px 0;

}

.brandlist > div:nth-child(2n+2) .brandBox img{

    background-color: #000;

}

.brandBox img{

    max-width: 100%;

    aspect-ratio: 1 / 1;

    object-fit: contain;

    padding: 20px;

    border-radius: 10px;

     background-color: #F5F5F5;

}

.mapBox{

    height: 100%;

}

.mapBox iframe{

    width: 100%;

    height: 100%;

}

.footerform .form-control{

    border: 0;

    border-bottom: 1px solid #000;

    border-radius: 0;

    padding-left: 0;

    padding-right: 0;

    min-height: 50px;
    background: transparent;

}
footer.bg-black{
    background: #3a3a3a !important;
}

.footerform textarea.form-control{

    min-height: 100px;

}

.innerbanner{

    background-size: cover;

    background-position: bottom;
    background-attachment: fixed;
    position: relative;

}

.innerbanner:after{

    position: absolute;

    width: 100%;

    left: 0;

    top: 0;

    height: 100%;

    content: '';

    background: #000;

    opacity:.5;

}

.py-80{

    padding: 80px 0;

}

.innerbanner .container{

    position: relative;

    z-index: 9;

}

.innerbanner h3{

    color: #fff;

    letter-spacing: 1.5px;

}

.innerbanner .breadcrumb-item, .innerbanner .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before{

    color: #fff;

}



.main-image-container {

    position: relative;

    background: #fff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



.main-image-container:hover {

    transform: scale(1.02);

}



.main-image {

    width: 100%;

    height: auto;

    object-fit: contain;

    transition: all 0.4s ease;

    aspect-ratio: 1 / 1;

}

.a-unordered-list li{

    margin-bottom: 12px;

    font-weight: 500;

}



.thumbnail-slider {

    display: flex;

    gap: 10px;

    overflow-x: auto;

    padding: 10px 0;

    scrollbar-width: thin;

    scrollbar-color: #667eea #f1f3f4;

}



.thumbnail-slider::-webkit-scrollbar {

    height: 6px;

}



.thumbnail-slider::-webkit-scrollbar-track {

    background: #f1f3f4;

    border-radius: 10px;

}



.thumbnail-slider::-webkit-scrollbar-thumb {

    background: var(--primary-gradient);

    border-radius: 10px;

}



.thumbnail {

    min-width: 80px;

    height: 80px;

    border-radius: 10px;

    cursor: pointer;

    transition: all 0.3s ease;

    border: 3px solid transparent;

    object-fit: cover;

}





.product-title {

    font-size: 25px;

    font-weight: 600;

    color: #000;

    margin-bottom: 1rem;

    line-height: 1.4;

}



.rating-stars {

    color: #ffc107;

    margin-right: 10px;

}



.price-current {

    font-size: 2.5rem;

    font-weight: 700;

    color: #e74c3c;

}



.price-original {

    font-size: 1.3rem;

    color: #6c757d;

    text-decoration: line-through;

}



.discount-badge {

    background: var(--secondary-gradient);

    color: white;

    padding: 5px 15px;

    border-radius: 25px;

    font-size: 0.85rem;

    font-weight: 600;

    position: relative;

    overflow: hidden;

}



.discount-badge::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);

    transition: left 0.5s;

}



.discount-badge:hover::before {

    left: 100%;

}



.section-title {

    font-size: 1.4rem;

    font-weight: 600;

    color: #2c3e50;

    margin-bottom: 1rem;

    position: relative;

    padding-bottom: 10px;

}



.section-title::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 60px;

    height: 3px;

    background: var(--primary-gradient);

    border-radius: 2px;

}



.feature-item {

    padding: 10px 0;

    border-bottom: 1px solid rgba(0,0,0,0.05);

    transition: all 0.3s ease;

}



.feature-item:hover {

    padding-left: 10px;

    background: rgba(102, 126, 234, 0.05);

    border-radius: 8px;

}



.feature-item i {

    color: #27ae60;

    margin-right: 10px;

    font-size: 1.1rem;

}



.btn-gradient {

    background: var(--primary-gradient);

    border: none;

    color: white;

    font-weight: 600;

    border-radius: 50px;

    padding: 12px 30px;

    transition: all 0.3s ease;

    position: relative;

    overflow: hidden;

}



.btn-gradient::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);

    transition: left 0.6s;

}



.btn-gradient:hover {

    transform: translateY(-2px);

    box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);

    color: white;

}



.btn-gradient:hover::before {

    left: 100%;

}



.btn-outline-custom {

    border: 2px solid #667eea;

    color: #667eea;

    background: transparent;

    border-radius: 50px;

    padding: 12px 30px;

    font-weight: 600;

    transition: all 0.3s ease;

}



.btn-outline-custom:hover {

    background: var(--primary-gradient);

    border-color: transparent;

    color: white;

    transform: translateY(-2px);

}



.quantity-control {

    display: inline-flex;

    align-items: center;

    border: 2px solid #e9ecef;

    border-radius: 25px;

    overflow: hidden;

    background: white;

}



.quantity-control button {

    border: none;

    background: #f8f9fa;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all 0.3s ease;

}



.quantity-control button:hover {

    background: var(--primary-gradient);

    color: white;

}



.quantity-control input {

    border: none;

    width: 60px;

    text-align: center;

    background: transparent;

    font-weight: 600;

}



.quantity-control input:focus {

    outline: none;

    box-shadow: none;

}



.fade-in {

    animation: fadeIn 0.6s ease-in;

}



@keyframes fadeIn {

    from { opacity: 0; transform: translateY(20px); }

    to { opacity: 1; transform: translateY(0); }

}



.pulse-animation {

    animation: pulse 2s infinite;

}



@keyframes pulse {

    0% { transform: scale(1); }

    50% { transform: scale(1.05); }

    100% { transform: scale(1); }

}



.contactpnl{

    padding: 80px 0;

    background-size: 50%;

    background-repeat: no-repeat;

    background-position: left center;

}

.contactic{
        width: 50px;
    min-width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.contacttext{

    font-size: 16px;

}
.contacttext a{
    color: #000;
}

.brandswe{

    padding: 80px 0;

    background-size: 50%;

    background-repeat: no-repeat;

    background-position: right center;

}
.footerLogo{
        background: #d7d7d7 ;
}
.valuepnl{
    background-size: 33%;
    background-position: top left;
    background-repeat: no-repeat;
}
.listoptions{
    padding-left: 0;
}
.listoptions li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    display: block;
}
.listoptions li:before{
        position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 18px;
    line-height: 1.4;
    color: #3a3a3a;
}
.founderImg{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}
.sociallink a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    font-size: 18px;
    transition: all .3s;
    color: #000;
}
.sociallink a:hover{
    background: #666;
    color: #fff;
}
.brandsoffer .main-image-container{
    position: relative;
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
    transition: transform 0.3s ease;
    text-align: center;
}
.brandsoffer .main-image-container .main-image{
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 15px;
    background: #fff;
}
.glass-card.brandsoffer {
    background: #f9f9f9;
    height: 100%;
    padding: 20px;
    border: 1px solid #eee;
    transition: all .3s;
    border-radius: 20px;
}
.glass-card.brandsoffer:hover{
       box-shadow: 0 10px 30px #00000017;
}
.form-control:focus{
    box-shadow: none;
}
/* Default header */
#mainHeader {
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* Navbar default height */
#mainHeader .navbar {
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}

/* Sticky header */
#mainHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  background: #fff;
}

/* Shrink effect */
#mainHeader.sticky .navbar {
  padding: 6px 0;
}
.toast.show{
    position: relative;
}
.toast-header{
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    padding: 10px;
    font-size: 12px;
    width: auto;
}
.toast-header .btn-close{
        margin: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: .85;
    font-size: 9px;
    text-align: center;
}
.toast-body{
        font-size: 13px;
    background: #2bbf7c;
    color: #fff;
}
.offcanvas-body .mobilemenu li a{
    display: block;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.offcanvas-body{
    background: #959595;
}
@media(max-width: 1400px){
    header .navbar-brand img {
        height: 55px;
        max-width: 200px;
        object-fit: contain;
    }
    header .navbar-nav .nav-link{
        margin: 0 5px;
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    header .btn{
        padding: 10px 15px;
        font-size: 13px;
    }
    header .navbar-nav .nav-link{
        margin: 0;
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media(max-width: 991px){
        .valuepnl , .aboutSection{
        background-image: none !important;
    }
    .navbar-toggler{
        border: 0;
        padding: 0;
    }
    .navbar-toggler:focus{
        border: 0;
        box-shadow: none;
    }
    #mainHeader .navbar{
        padding: 10px 0;
    }
    .navbar-collapse{
        position: absolute;
        left: 0px;
        background: #fff;
        top: 75px;
        width: 100%;
        z-index: 11;
        padding: 20px;
    }
    .aboutbottom{
        padding-right: 0;
    }
    footer{
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footerLogo .d-flex{
        justify-content: start !important;
        margin-bottom: 10px;
    }
    .mapBox iframe{
        height: 300px;
    }
    .product-title {

        font-size: 2rem;

    }

    

    .price-current {

        font-size: 2rem;

    }

}