@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


.logo {
    height: 50px !important;
}

.navbar {
    background-color: white !important;
    transition: all 0.3s ease !important;
}

.nav-item {
    padding: 10px !important;
}

.icon-color {
    font-size: 80px !important;
    color: #114681 !important;
}

.card {
    transition: transform 1s ease, background-color 1s ease, box-shadow 1s ease;
}

.color-change {
    color: #114681 !important;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
}

.heading-change {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
}

.nav-link {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    color: #114681 !important;
    animation: zoomin infinite !important;
}

.navbar-reduce {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin-left: 200px !important;
    margin-right: 200px !important;
    margin-top: 30px !important;
    border-radius: 30px !important;
    box-shadow: 10px 10px 10px 2px #d8d7df !important;
    transition: all 0.3s ease !important;
}

.swiper {
    width: 100%;
    height: 450px;
    background: #000;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    height: 300px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    position: relative;
    font-size: 70px;
    font-weight: 500;
    max-width: 800px;
    align-items: baseline;
}

.swiper-slide .subtitle {
    position: relative;
    top: 25px;
    font-size: 50px;
    font-weight: 200;
}

.swiper-slide .text {
    position: relative;
    bottom: 40px;
    font-size: 25px;
    max-width: 500px;
    line-height: 1.3;
}

.swiper-slide .image-item {
    height: 300px;
    width: 500px;
}

.nav-link {
    font-family: "Nunito Sans", sans-serif !important;
    color: #114681 !important;
    animation: zoomin infinite !important;
}

.navbar-reduce {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin-left: 200px !important;
    margin-right: 200px !important;
    margin-top: 30px !important;
    border-radius: 30px !important;
    box-shadow: 8px 8px 8px 2px #d8d7df !important;
    transition: all 0.3s ease !important;
    z-index: 1000;
}

.abt-us-cont {
    background-color: black !important;
    height: 700px !important;
}

.swiper-slide {
    background-image: url('background3.jpg') !important;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    border-radius: 25px !important;
    box-shadow: 8px 10px 10px 1px #d8d7df;
}

@media screen and (min-width:768px) and (max-width:2560px) {
    .navbar-brand {
        display: none !important;
    }
}

@media screen and (min-width:197px) and (max-width:450px) {
    .inside-block {
        display: none !important;
    }
}

@media screen and (min-width:236px) and (max-width:426px) {
    .logo {
        height: 30px !important;
    }

    .categories a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        background-color: rgb(45, 45, 45);
        border-radius: 10px;
        display: inline-block;
        white-space: nowrap;
        user-select: none;
    }

    .categories {
        padding: 10px 0px !important;
    }

    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }

    .navbar-reduce {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-top: 30px !important;
        border-radius: 30px !important;
        box-shadow: 10px 10px 10px 2px #d8d7df !important;
        transition: all 0.3s ease !important;
        z-index: 1000 !important;
    }

    .name-design {
        font-size: 10px !important;
    }

    .inside-block {
        display: none !important;
    }

    .title {
        font-size: 30px !important;
    }

    .text {
        font-size: 10px !important;
    }

    .image-item {
        height: 200px !important;
        width: 300px !important;
    }

    .swiper {
        height: 530px !important;
    }

    .swiper-slide .title {
        font-size: 20px;
        /* Adjust title size */
    }

    .swiper-slide .inside-text {
        font-size: 13px;
        /* Adjust text size */
    }

    .img1 .image-item {
        height: 100px !important;
        width: 300px !important;
    }

    .img2 .image-item {
        height: 180px !important;
        width: 300px !important;
    }

    .img3 .image-item {
        height: 170px !important;
        width: 250px !important;
    }

    .img4 .image-item {
        height: 170px !important;
        width: 250px !important;
    }

    .abt-us-cont {
        height: 1650px !important;
    }

}

@media screen and (min-width: 426px) and (max-width:1023px) {
    .navbar-reduce {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        margin-left: 100px !important;
        margin-right: 100px !important;
        margin-top: 30px !important;
        border-radius: 30px !important;
        box-shadow: 10px 10px 10px 2px #d8d7df !important;
        transition: all 0.3s ease !important;
        z-index: 1000 !important;
    }

    .name-design {
        font-size: 10px !important;
    }

    .swiper-slide .title {
        position: relative;
        font-size: 45px;
        font-weight: 500;
        left: -150px !important;
        max-width: 2000px !important;
        top: -20px;
    }

    .swiper-slide .subtitle {
        position: relative;
        font-size: 35px;
        font-weight: 200;
        left: -150px;
        top: -20px;
    }

    .swiper-slide .text {
        position: relative;
        font-size: 20px !important;
        max-width: 400px;
        line-height: 1.3;
        top: -50px;
        left: -150px !important;
    }

    .swiper-slide .image-item {
        position: relative;
        align-items: center !important;
        justify-content: center !important;
    }

    .img1 .image-item {
        position: relative;
        bottom: 140px !important;
        left: 130px;
    }

    .img2 .image-item {
        position: relative;
        bottom: 140px !important;
        left: 130px;
    }

    .img3 .image-item {
        position: relative;
        bottom: 140px !important;
        left: 130px;
    }

    .img4 .image-item {
        position: relative;
        bottom: 160px !important;
        left: 130px;
    }

    .img5 .image-item {
        position: relative;
        bottom: 160px !important;
        left: 130px;
    }

    .abt-us-cont {
        height: 1650px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .navbar-reduce {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        margin-left: 30px !important;
        margin-right: 30px !important;
        margin-top: 30px !important;
        border-radius: 30px !important;
        box-shadow: 10px 10px 10px 2px #d8d7df !important;
        transition: all 0.3s ease !important;
        z-index: 1000 !important;
    }
}

@media screen and (min-width:197px) and (max-width:450px) {
    .swiper-slide .title {
        position: relative;
        font-size: 40px;
        font-weight: 500;
        left: -20px !important;
        max-width: 2000px !important;
        top: 20px;
    }

    .swiper-slide .subtitle {
        position: relative;
        font-size: 25px;
        font-weight: 200;
        left: -20px;
    }

    .swiper-slide .text {
        position: relative;
        font-size: 15px !important;
        max-width: 400px;
        line-height: 1.3;
        bottom: 20px;
        left: -20px !important;
    }


    .img1 .image-item {
        height: 200px !important;
    }


    .img3 .image-item {
        position: relative !important;
        top: -30px !important;
    }

    .img4 .image-item {
        position: relative;
        top: -30px !important;
    }

    .img5 .image-item {
        position: relative;
        top: -30px !important;
    }

    .address-align {
        margin-top: 50px !important;
        padding: 20px;
    }

    .pot {
        margin-top: 20px;
        padding: 20px;
    }

    .form-card {
        width: 300px !important;
    }


    .maps-display {
        height: 1200px !important;
    }

    .maps-move {
        width: 300px;
        border-radius: 20px;
        margin-top: 600px;
    }

    .phone-back-add {
        border-radius: 150%;
        background-color: #121213;
        height: 30px;
        width: auto;
        margin-left: 120px;
    }

    .phone-back {
        border-radius: 150%;
        background-color: #121213;
        height: 50px;
        width: auto;
        margin-left: 120px;
    }

    .maps-hide {
        display: none;
    }

    .distributors-display {
        height: 500px !important;
    }
}

.card:hover {
    background-color: #114681 !important;
}

.card:hover .color-change {
    color: #fff !important;
    /* transition: color 0.5s ease-in !important; */
}

.card:hover .icon-color {
    color: white !important;
}

.scrollable-container {
    max-width: 100%;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.left-arrow svg {
    color: wheat;
    background: linear-gradient(to right, #000 30%, transparent);
    height: 50px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    padding-right: 100px;
}

.right-arrow svg {
    color: wheat;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(to left, #000 70%, transparent);
}

.categories {
    display: flex;
    gap: 16px;
    padding: 10px 70px;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.categories li {
    list-style: none;
    user-select: none;
}

.categories a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(45, 45, 45);
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    white-space: nowrap;
    padding: 8px 24px;
    user-select: none;
}

.categories::-webkit-scrollbar {
    display: none;
}

.products-container {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #000;
    position: relative !important;
}

.products-display {
    background-color: #000;
}

.category-details {
    display: none;
}

.active-category {
    background-color: blue;
    color: #000;
}

.category-fonts {
    font-family: "Nunito Sans", sans-serif !important;
    color: white;
}

[type=radio] {
    display: none;
}

.distributors-display {
    padding-top: 60px;
    background: #000;
    height: 900px;
}

#slider {
    height: 35vw;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

#slider label {
    margin: auto;
    width: 60%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.4s ease;
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
    transform: translate3d(-30%, 0, -200px);
}

#s1:checked~#slide5,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2);
    transform: translate3d(-15%, 0, -100px);
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5 {
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .3), 0 11px 7px 0 rgba(0, 0, 0, .19);
    transform: translate3d(0, 0, 0);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide1 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2);
    transform: translate3d(15%, 0, -100px);
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide1,
#s5:checked~#slide2 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
    transform: translate3d(30%, 0, -200px);
}

#slide1 {
    background: #fff;
    height: 500px;
}

#slide2 {
    background: #fff
}

#slide3 {
    background: #fff
}

#slide4 {
    background: #fff
}

#slide5 {
    background: #fff
}

@media (max-width: 768px) {
    #slider {
        height: 250px;
        /* Adjust as needed */
    }

    #slider label {
        width: 8px;
        height: 8px;
    }
}

/* Media query for mobile devices (576px and below) */
@media (max-width: 576px) {
    #slider {
        height: 300px;
        /* Adjust as needed */
    }

    #slider label {
        width: 200px;
        height: 200px;
    }

    .nancut {
        height: 200px;
        width: 200px;
    }

    .nancut3 {
        height: 150px;
        width: 150px;
    }
}


.contact-details {
    background-color: #121213;
    height: 800px;
}

.contact-card {
    width: 300px;
}

.phone-back {
    background-color: #121213;
    border-radius: 50%;
}

.phone-back-add {
    border-radius: 50%;
    background-color: #121213;
    height: 50px;
}

.form-card {
    width: 450px;
    margin-top: 100px !important;
}

input,
textarea {
    border: solid black !important;
}

input::placeholder {
    color: #000 !important;
}

.maps-display {
    background-color: #121213;
    height: 800px;
}


/* Add this to your custom CSS file */

.container-fluid.distributors-display {
    padding-bottom: 20px; /* Ensures space at the bottom of the distributors section */
    height: 700px !important;
}

.container-fluid.contact-details {
    padding-top: 20px; /* Ensures space at the top of the contact section */
}

/* Ensures the images are well contained and responsive */
.img-fluid {
    max-height: 150px;
    object-fit: contain; /* Keeps the image within its container without stretching */
}

/* Additional margin settings to prevent overlap */
.distributors-display .row > div {
    margin-bottom: 20px;
}


@media (max-width: 576px){
    .container-fluid.distributors-display {
        height: 1200px !important;
    }
}