@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

body{
    direction: ltr;
    font-family: 'Hind Siliguri', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}



a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.navbar-bg {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

nav.nb-row {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.nb-logo {
    display: flex;
    gap: 11px;
    align-items: center;
}

.nb-logo img {
    width: 50px;
    height: 50px;
}

.nb-logo h3 {
    font-size: 27px;
    margin: 0;
    font-weight: 500;
}

.nb-list-row {
    display: flex;
    align-items: center;
    gap: 11px;
}

.nb-link a {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
}

.nb-link a:hover {
    color:  #301B3F;
}

    .dropdown {
            float: left;
    }
        
    .dropdown .dropbtn {
        border: none;
        background-color: #fff;
        transition: all .3s ease;
        font-size: 16px;
        font-weight: 900;
        color: #7A7A7A;
        text-decoration: none;
        letter-spacing: 1px;;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .dropdown .dropbtn:hover {
        color: #301B3F;
    }

        
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 3;
    }
        
    .dropdown-content a {
        float: none;
        color: black;
        padding: 11px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
        width: 400px;
    }
        
    .dropdown-content a:hover {
        background-color: #000;
        color: #fff;
    }
        
    .dropdown:hover .dropdown-content {
        display: block;
    }

    .wellcome-banner {
        direction: ltr;
        overflow: hidden;
       background-image: url(pics/background-2024-12-17_12-43-340.jpg);
       background-position: left;
       background-size: 80%;
       background-repeat: no-repeat;
       background-size: cover;
    }

    .wb-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 170px 50px;
        border-radius: 0%;
        background-color: #301B3F;
        width: 60%;
        margin-left: auto;
    }

    .wb-title {
        color: #fff;
        font-size: 27px;
        font-weight: 500;
        line-height: 1.7;
        text-indent: 30px;
        letter-spacing: 1px;
        margin: 0;
    }

      .comment-marquee {
        height: 65px;
        width: 100%;
        margin:0 auto;
        overflow: hidden;
        background: #dbf6e9;
      }
      .comment-marquee p{
        direction: ltr;
        text-align:center;
        color:#000;
        text-transform: uppercase;
        padding-top: 15px;
        animation: text 50s infinite linear;
        padding-left: 100%;
        white-space: nowrap;
      }
      @keyframes text {
        0%{
          transform: translate(-90%, 0);
        }
        
        100%{
          transform: translate(-199%, 0);
        }
      }
    
      i.bi.bi-chat-dots-fill {
        padding: 0 40px;
    }

    .befit-market-bg {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #301B3F;
    }

    .befit-market {
        display: flex;
        flex-direction:  column;
        gap: 22px;
    }

    .bm-title-block {
        width: 35%;
        padding: 5px 11px;
    }

    .bm-title, .prod-directory-title, .about-col-title, .qa-falf-title, .clients-trust-title  {
        font-size: 33px;
        font-weight: 900;
        color: #fff;
        text-indent: 15px;
        letter-spacing: 1px;
    }

    .bm-entry {
        font-size: 16px;
        color: #fff;
    }

    .bm-list {
        width: 65%;
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 38px;
        justify-content: center;
        color: #fff;
    }

    .bm-item {
        width: 45%;
    }

    .bm-item i {
        font-size: 35px;
    }

    .bm-item-title {
        font-size: 18px;
        font-weight: 500;
        margin-top: 15px;
    }

    .bm-text {
        font-size: 16px;
    }

    .prod-directory {
        padding-top: 67px;
        padding-bottom: 67px;
    }

    .prod-directory-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
        flex-wrap: wrap;
    }

    .proda-boxinga {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 30%;
    }

    .prod-directory-list .even {
        padding-top:  38px;
        transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .prod-directory-list .even:hover {
        padding-top: 0;
    }

    .prod-directory-list .odd {
        flex-direction: column-reverse;
        padding-top:  38px;
        transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); 
    }

    .prod-directory-list .odd:hover {
        padding-top: 70px;
    }

    .prod-directory-card {
        display: flex;
        flex-direction: column;
        gap: 11px;
        padding:  38px;
        border-radius: 10px;
    }

    .prod-directory-card:first-child {
        box-shadow: #301B3F 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .prod-directory-card:last-child {
        box-shadow: #dbf6e9 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .pd-img-block a {
        display: block;
    }

    .pd-img-block img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .prod-directory-title {
        color: #000;
        margin-bottom: 28px;
        text-align: center;
    }

    .proda-boxina-textas h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
    }

    .proda-boxina-textas h4:hover {
        color: #000;
    }

    .proda-boxina-textas h4::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 2px;
        background-color: #000;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }


    .proda-boxina-textas h4:hover::after {
        width: 80%;
    }

    .pd-card-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 11px;
        align-items: center;
        margin-bottom: 15px;
    }

    .pd-card-code, .pd-card-price  {
        margin: 0;
        font-size: 12px;
        font-weight: 900;
    }

    .pd-card-stat-block {
        display: flex;
        gap: 11px;
        justify-content: space-around;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .pd-card-button-block {
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: space-around;
        align-items: center;
    }

    .pd-card-button-block button {
        width: fit-content !important;
    }

    .about-col-bg {
        padding-top: 67px;
        padding-bottom: 67px;
        background: #301B3F;
    }

    .about-col-block {
        display: flex;
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }

    .about-col {
        width: 32%;
    }

    .about-col-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .about-col img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .decor-logo {
        display: flex;
        gap: 11px;
        justify-content: center;
        margin-bottom: 38px;
        align-items: center;
    } 

    .decor-logo img {
        width: 50px;
        height: 50px;
    }

    .decor-logo h3 {
        font-size: 27px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }

    .about-col-text {
        font-size: 16px;
        line-height: 1.7;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
    }

    .qa-half-form {
        padding-top: 67px;
        padding-bottom: 67px;
        display: flex;
        flex-direction: row;
        gap: 38px;
        align-items: center;
        justify-content: center;
    }

    .qa-falf-block, .form-half-block {
        width: 49%;
    }

    .qa-falf-title {
        color: #301B3F;
        letter-spacing: 0;
        margin-bottom: 23px;
    }

    .accordion-flush .accordion-button {
        font-size: 16px;
        font-weight: 700;
        background-color: inherit;
        border-top: 0;
        border-bottom: 1px solid;
        color: #301B3F;
    }

    .accordion-collapse {
        color: #7A7A7A;
    }

    .run-img-block {
        width: 49%;
        display: none;
        position: relative;
    }

    .run-img-big {
        height: 450px;
        width: 450px;
        object-fit: cover;
        border-radius: 0%;
        display: flex;
        margin: auto;
    }

    .run-img-lil {
        position: absolute;
        width: 250px;
        height: 250px;
        border: 5px #fff solid;
        border-radius: 0%;
        bottom: 10px;
        right: 38px;
    }

    .form-half-block {
        position: relative;
        padding: 22px 27px;
    }

    .form-half-block::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #301B3F;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        z-index: -1;
    }

    .form-half-block:hover::before {
        width: 100%;
    }

    .form-half-title {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    .form-half-block:hover  .form-half-title {
        color: #fff;
    }

    .form-half-body {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

      .input-group--column__item, .textarea-group--column__item {
        border-radius: 4px;
        background-color: #e9e9f7;
        padding: 5px;
        width: 100%;
        color: #7a7ab3;
        border: 1px solid #dadaf7
      }
      
      .input:focus-visible {
        outline: 1px solid #aeaed6;
      }
      
      .input::placeholder {
        color: #bcbcdf;
      }
      
      .form-half-body label {
        color: #B2BAC8;
        font-size: 14px;
        display: block;
        padding-bottom: 4px;
      }

      .form-check-label a:hover {
        color: #B2BAC8;
        text-decoration: underline;
      }

      .cliennts-partners-bg {
        background-color: #dbf6e9;
    }

    .cliennts-partners-gr {
        padding-bottom: 38px;
        padding-top: 38px;
        background: rgb(18,20,20);
        background: linear-gradient(0deg, #301B3F 0%, rgba(255,255,255,0.333858543417367) 100%);
    }

    .cliennts-partners-block {
        display: flex;
        flex-direction: column;
        gap:  23px;
    }

    .clients-trust-title {
        text-align: center;
        color: #301B3F;
    }

    .clients-trust-list {
        display: flex;
        flex-direction: row;
        gap:  23px;
        align-items: center;
        justify-content: space-around;
    }

    .clients-trust-item {
        padding:  15px 22px;
    }

    .clients-trust-item p {
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        color: #301B3F;
    }

    .partners-list {
        display: flex;
        flex-direction: row;
        gap: 11px;
    }

    .partner-img {
        padding: 11px;
        width: 12%;
    }

    .partner-img img {
        width: 100%;
        height: 100px;  
        object-fit: contain;
        display: flex;
        margin: auto;
    }

    .foter-color-bg {
        padding-bottom: 22px;
        padding-top: 38px;
        background-color: #301B3F;
    }

    .foter-color-cont {
        display: flex;
        gap: 28px;
        align-items: center;
    }

    .foter-logo {
        display: flex;
        margin-bottom: 20px;
        gap: 11px;
        align-items: center;
    }

    .foter-logo img {
        width: 50px;
        height: 50px;
    }

    .foter-logo h3 {
        font-size:  27px;
        margin: 0;
        color: #fff;
        font-weight: 500;
    }

    .foter-logo-block {
        width: 40%;
    }

    .foter-pay-img {
        display: flex;
    }

    .foter-pay-img img {
        width: 90%;
        height: 50px;
        display: flex;
        margin: auto;
    }

    .foter-col-navblock {
        width: 59%;
        display: flex;
        flex-direction: row;
        gap: 23px;
        align-items: center;
        justify-content: space-around;
    }

    .foter-col-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        width: 49%;
    }

    .foter-col-nav a {
        text-decoration: none;
        color: #fff;
        font-size:  16px;
        font-weight: 700;
    }

    .foter-col-nav a:hover {
        text-decoration: underline;
    }

    .store-prodcard {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .s-prod-imgblock {
        float: left;
        width: 50%;
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        margin: 28px;
    }

    .s-prod-img {
        width: 85%;
        height: auto;
        object-fit: contain;
        display: flex;
        margin: auto;
    }

    .s-prod-statslist {
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: center;
        align-content: center;
    }

    .s-prod-statitem p {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 11px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 900;
        color: #301B3F;
    }

    .s-prod-statitem i {
        font-size: 22px;
        color: #301B3F;
    }

    .s-prod-title {
        font-size: 33px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 22px;
    }

    .s-prod-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 22px;
    }

    .s-prod-code {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

    .s-prod-code i {
        font-size: 26px;
    }

    .s-prod-price {
        font-size: 18px;
        font-weight: 900;
        padding: 11px;
        border: 3px solid #301B3F;
        color: #301B3F;
    }

    .s-prod-desc {
        font-size: 27px;
        text-align: center;
        margin-bottom: 22px;
    }

    .s-prod-content {
        font-size: 16px;
    }

    .s-prod-buyblock {
        margin-top: 22px;
    }

    .s-prod-formbody {
        width: 80%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .s-prod-formbody .input-group--column__item, .s-prod-formbody .textarea-group--column__item {
        height: 54px;
        border-radius: 4px;
        background: #dbf6e9;
        margin-bottom: 15px;
        border: none;
        padding: 0 15px;
        font-weight: 300;
        font-size: 14px;
        color: #4B4B4B;
    }

    .similar-prodacts {
        padding-bottom: 38px;
        padding-top: 38px;
    }

    .similar-prodacts-title {
        font-size: 27px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 28px;
        text-align: center;
    }

    .similar-prodacts-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 28px;
    }

    .sim-prod {
        width: 48%;
        display: flex;
        flex-direction: column;
        padding: 25px;
        align-items: center;
        gap: 25px;
        &:nth-child(1) {
         background-color: #301B3F;
        }
        &:nth-child(2) {
         background-color:  #F05454;
        }
        &:nth-child(3) {
         background-color: #e6dd3b;
        }
        &:nth-child(4) {
         background-color: #000000;
        }
       }

    .sim-prod-img {
        width: 35%;
        height: 200px;
    }
       
    .sim-prod-img img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        border-radius: 2px;
        box-shadow: -2px 6px 19px 0px #7f818e;
        transition: .3s ease;
        &:hover {
        transform: scale(1.03);
        }
   }
   
   .sim-prod-content {
    width: 65%;
    padding: 0 15px;
    color: #ffffff;
   }

   .sim-prod-title h4 {
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
   }

   .sim-prod-title:hover h4 {
    color: #fff;
    text-decoration: underline;
   }
   
   .sim-prod-txt {
    font-size: 14px;
    margin-bottom: 15px;
   }

   .store-contact-title-bg {
    background-image: url(pics/background-2024-12-17_12-43-341.jpg);
    background-position: center;
    background-size: cover;
   }

   .store-contact-title-overlay {
    padding-top:  38px;
    padding-bottom: 67px;
    background: rgba(0,0,0,0.5); color: #fff;
   }

   .store-contact-title {
    font-size: 33px;
    font-weight: 700;
    text-align: center;
   }

   .s-cont-cont {
    position: relative;
    top: -50px;
    padding: 70px 40px 50px;
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
   }

   .s-cont-form {
    width: 65%;
   }

   .s-cont-column {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

   .s-cont-form-input {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-radius: 0.5rem;
    padding: 1rem 0.75rem;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #9c9c9c60;
    outline: 2px solid #000000;
   }

   .s-cont-form-input:focus {
    outline: 2px solid #F05454;
   }

   .s-cont-form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
   }

   .s-cont-item h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: inherit;
    color: #000000;
   }

   .s-cont-item p {
    font-size: 16px;
    color: #000000;
   }




   
   









      
      