html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Barlow", sans-serif !important;
    /*background: url(../images/body-back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: rgb(181,225,234);
    background: radial-gradient(circle, rgba(181,225,234,1) 0%, rgba(88,176,190,1) 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-screen h1 {
    font-size: 68px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: white;
    text-shadow: 3px 5px #0159ac;
}

.first-screen .card {
    background: #00072f;
    border: none;
    height: 340px;
    overflow-y: scroll;
}

/* width */
.card::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.card::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.card::-webkit-scrollbar-thumb {
    background: rgb(0, 115, 255);
    border-radius: 10px;
}

    /* Handle on hover */
    .card::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.first-screen .card ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.first-screen .card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    .first-screen .card ul li {
        background: #0159ac;
        border-bottom: 1px solid #00072f26;
        padding: 17px 30px;
    }

        .first-screen .card ul li:hover {
            background: #002a50;
            border-bottom: 1px solid #00072f26;
            /*padding: 20px 30px;*/
        }

section.first-screen h2 {
    font-size: 30px;
    text-transform: uppercase;
    background: #03143d;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 8px solid #07b189;
    margin: 0;
}

.for-slid-img {
    list-style-type: none;
    padding: 0;
    display: -webkit-inline-box;
}

    .for-slid-img img {
        width: 200px;
        border: 1px solid red;
    }

    .for-slid-img li {
        margin: 0 10px;
    }


/* width */
.offcanvas-body::-webkit-scrollbar {
    display: none;
}

/* Track */
.offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    display: none;
}

/* Handle */
.offcanvas-body::-webkit-scrollbar-thumb {
    background: rgb(0, 115, 255);
    border-radius: 10px;
    display: none;
}

    /* Handle on hover */
    .offcanvas-body::-webkit-scrollbar-thumb:hover {
        background: #b30000;
        display: none;
    }

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    height: 284px;
    background: linear-gradient(180deg, #B1E0E8 0%, #70BFCE 100%);
    /* background: #86c3d1; */
}

.play-btn {
    border: none;
    border-radius: 100px;
    font-size: 20px;
    margin: 0 20px 0 0;
    padding: 10px 30px;
    background: #024d73;
}

    .play-btn ion-icon {
        margin: 0 0 -8px 0;
        font-size: 30px;
    }

.btn-close-index {
    border: none;
    font-size: 31px;
    margin: 0 20px 0 0;
    padding: 14px 17px 2px 17px;
    background: #001e64;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    box-shadow: 0 2px 6px 0 #00000069;
}

.first-screen .card ul li.active {
    background: #002a50;
    border-bottom: 1px solid #00072f26;
    padding: 20px 30px;
}



form.log-in-f {
    background: #ffffff;
    padding: 30px 30px 40px 30px;
}

    form.log-in-f input {
        height: 50px;
        /* margin: 7px 0; */
        border-radius: 0;
    }

    form.log-in-f .input-group {
        margin: 20px 0;
    }

        form.log-in-f .input-group span {
            border-radius: 0;
        }

    form.log-in-f input[type=submit] {
        background: #03143d;
        color: #07b189;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
    }

        form.log-in-f input[type=submit]:hover {
            background: #07b189;
            color: #fff;
            text-transform: uppercase;
        }

.mainlogo {
    text-align: center;
    margin-bottom: 20px;
}

    .mainlogo img {
        width: 500px;
        margin: auto;
        text-align: center;
    }

.view-product img {
    width: 100%;
}

.view-product-slider .carousel-indicators [data-bs-target] {
    background-color: transparent !important;
}

.view-product-slider .carousel-indicators button {
    width: 100px;
    height: 100%;
    text-align: end;
}

.view-product-slider .carousel-indicators {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
    white-space: nowrap;
    display: block;
    bottom: -111px;
    z-index: 999;
}

    .view-product-slider .carousel-indicators button img {
        width: 100%;
    }


/*#slides {
    display: none
}

    #slides .slidesjs-navigation {
        margin-top: 3px;
    }

    #slides .slidesjs-previous {
        margin-right: 5px;
        float: left;
    }

    #slides .slidesjs-next {
        margin-right: 5px;
        float: left;
    }

.slidesjs-pagination {
    margin: 6px 0 0;
    float: right;
    list-style: none;
    overflow: auto;
    display: flex;
    width: 100%
}

    .slidesjs-pagination li {
        float: left;
        margin: -10px 10px;
    }

        .slidesjs-pagination li a {
            display: block;
            width: 200px;
            height: 200px;
            padding-top: 13px;*/
            /*background-image: url( https://media.geeksforgeeks.org/wp-content/uploads/20201213110552/logo.png);*/
            /*background-position: 0 0;
            float: left;
            overflow: hidden;
        }

            .slidesjs-pagination li a.active,
            .slidesjs-pagination li a:hover.active {
                background-position: 0 -13px
            }

            .slidesjs-pagination li a:hover {
                background-position: 0 -26px
            }

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

.navbar {
    overflow: hidden
}

#slides {
    display: none
}

.container {
    margin: 0 auto
}

.slidesjs-control img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}*/
/* For tablets & smart phones */
/*@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container {
        width: auto
    }

    .slidesjs-control img {
        height: auto !important;
        object-fit: contain;
    }
}*/
/* For smartphones */

/*@media (max-width: 480px) {
    .container {
        width: auto;
    }

    .slidesjs-pagination {
        width: auto !important;
        margin-top: 45px !important;
    }


        .slidesjs-pagination li a {
            width: auto;
            height: auto;
        }

            .slidesjs-pagination li a img {
                width: 75px !important;
            }
}*/
/* For smaller displays like laptops */

/*@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 724px
    }

    slidesjs-pagination {
        width: auto !important;
        margin-top: 45px !important;
    }


    .slidesjs-pagination li a {
        width: auto;
        height: auto;
    }

        .slidesjs-pagination li a img {
            width: 75px !important;
        }
}

@media (min-width: 992px) {
    .slidesjs-container {
        height: 617px !important;
    }
}*/
/* For larger displays */

/*@media (min-width: 1200px) {
    .container {
        width: 1170px
    }

    .slidesjs-container {
        height: 680px !important;
    }
}*/

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 100%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 0px;
    background: #0294a5;
}

    .mySwiper2 swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.7;
    }

    .mySwiper2 .swiper-slide-thumb-active {
        opacity: 1;
    }

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    /* your css rules for ipad portrait */
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* your css rules for ipad landscape */
}



.bhuchem-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(20px);
    background: rgba(3,20,61,0.2);
    padding: 10px 30px;
}

.privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: white;
}

    .privacy a {
        color: white;
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
    }

.privacy-policy-box {
    background: #ffffff7d;
    border-radius: 25px;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #3699aa;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position:relative;
}

    .privacy-policy-box h3 {
        text-align: center;
        margin: 15px 0;
        font-size: 25px;
        font-weight: 700;
        color: #03143d;
    }

    .privacy-policy-box h5 {
        text-align: left;
        margin: 5px 0;
        font-size: 17px;
        font-weight: 600;
        color: black;
    }

.effectide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.privacy-policy-box p {
    text-align: left;
}

.information {
    margin-top: 20px;
}

    .information p {
        margin: 0;
        color: #434343;
        font-size: 15px;
        padding-bottom: 10px;
        font-weight: 500;
    }

    .information li {
        text-align: left;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }

    .information ul {
        padding-left: 16px;
    }
    .information a {
        text-align: left;
        text-decoration: none;
        color: darkblue;
        font-weight: 600;
        align-items: flex-start;
        display: flex;
    }
.support-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background: white;
    padding: 10px 0px;
    border-radius: 25px;
}
    .support-box a {
        text-decoration: none;
        color: darkblue;
        font-size:16px;
    }
@media (max-width: 575px) {
    .support-box {
        gap: 12px;
    }
}


.back {
    background: cadetblue;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;

    a{
         color:white;
     }
}