*{
    font-family: "Lato", sans-serif;
}
section.banner img {
    width: 100%;
}
.home header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}
header form {
    display: flex;
    flex-direction: column;
}
ul.navbar-nav {
    margin-right: 0px !important;
    margin-left: auto;
}
header label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 3px;
}
header input {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    min-width: 200px;
}
header a.nav-link {
    color: #f6f0eb !important;
    padding: 0px;
    font-weight: 300;
}
header a.nav-link.active {
    color: #f6f0eb !important;
    font-weight: 500;
}
.home a.navbar-brand img {
    /* max-width: 150px; */
    width: 100%;
}
a.navbar-brand img {
    /* max-width: 100px; */
    width: 100%;
}
.home header {
    background: rgba(0, 0, 0, 0.3);
}
header {
    background: #402C37;
}
header ul.navbar-nav li a:after {
    content: '|';
    margin-left: 10px;
}
header ul.navbar-nav li:last-child a:after {
    display: none;
}
header a.nav-link {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
section.news {
    background: #402C37;
    padding: 10px 0px;
    color: #fff;
}
.news marquee {
    color: #fcd002;
}
.icons-list-1 {
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
}
.icons-list-1 img {
    width: 25px;
}
section.top-selling {
    padding: 40px 0px;
}
section.top-selling h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}
.product-card {
    padding: 20px;
    background: url(../images/listing-product-bg.png);
}
.product-card {
    padding: 20px;
    background: url(../images/listing-product-bg.png);
    background-size: cover;
    margin-bottom: 25px;
    border-radius: 15px;
    position: relative;
}
h4.card-title {
    color: #402c37;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
button.btn-primary {
    background: #FF1800;
    color: #fff;
    letter-spacing: -0.5px;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}
p.show-more-text {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}
section.sale-banners .container {
    max-width: 1050px;
}
section.sale-banners img {
    width: 100%;
}
section.lazza-story {
    padding: 80px 0px;
}
section.lazza-story img {
    width: 90%;
}
.product-card img {
    max-width: 200px;
    width: 100%;
}
a.card-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.lazza-story h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
section.lazza-story .row {
    align-items: center;
}
.offers-card {
    position: relative;
}
.offer-card-conent h3 {
    font-size: 36px;
    font-weight: 600;
}
.offer-card-conent h4, .offer-card-conent p {
    font-size: 28px;
    font-weight: 300;
}
.offer-card-conent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 80%;
    height: 100%;
    left: 25px;
}
.offer-card-conent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer {

    padding: 40px 0px;
    color: #fff;
}
section.bottom-offer-banners {
    padding-bottom: 80px;
}
a.simons-logo img,a.footer-logo img {
    width: 100%;
    max-width: 150px;
}
footer h5 {
    color: #fff;
    letter-spacing: -0.5px;
}
footer ul {
    list-style: none;
    padding: 0px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.5px;
    margin-top: 10px;
    display: block;
}
footer h5 {
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.footer-bg-icon {
    display: flex;
    column-gap: 10px;
    margin-top: 15px;
}
.social-icons img {
    width: 30px;
}
.offer-card-conent p{
    margin-bottom: 0px;
}
section.filter-box {
    position: relative;
}
section.filter-box::after {
    content: '';
    width: 74%;
    height: 80px;
    background: #D1BEC9;
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 80px) 100%, 0% 100%);
    position: absolute;
    top: 0px;
    display: block;
    z-index: -1;
}
.filter-left-label p {
    margin-bottom: 0px;
    color: #402c37;
}
span.filter-heading {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.filters {
    display: flex;
    margin-top: 10px;
    text-align: center;
    column-gap: 25px;
    justify-content: center;
}
.filters img {
    width: 35px;
    display: block;
    margin: 0px auto;
    margin-bottom: 3px;
}
.filter-left-label {
    display: block;
    margin-top: 27px;
}
.filters a {
    cursor: pointer;
}
section.single-product-wrapper {
    padding-top: 40px;
}
.product-image-box {
    background: url(../images/single-product-bg.png);
    background-size: cover;
    border-radius: 20px;
    padding: 60px 40px;
}
.product-image-box img {
    max-width: 400px;
    display: block;
    margin: 0px auto;
        width: 100%;
}
section.single-product-wrapper h1 {
    color: #633828;
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 600;
}
section.single-product-wrapper h5 {
    color: #402c37;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}
ul.product-features-list {
    list-style: none;
    padding: 0px;
}
ul.product-features-list li {
    margin-bottom: 5px;
}
span.price {
    font-size: 42px;
    font-weight: 600;
    color: #3b1706;
}
span.sale-price {
    font-size: 26px;
    text-decoration: line-through;
}
.add-to-cart input {
    max-width: 40px;
}
section.single-product-wrapper .row {
    align-items: center;
}
.noUi-target {
    margin-top: 10px;
}
.slider-labels {
    display: flex;
    justify-content: space-between;
}
.filter-box .dropdown-menu {
    width: 100%;
    left: 0px;
    max-width: 1320px;
    right: 0px;
    margin: 0px auto;
    background: rgba(209, 190, 201, 0.9);
    border: none;
    padding: 20px 40px;
    text-align: center;
}
.noUi-pips.noUi-pips-horizontal {
    display: none;
}
.noUi-touch-area {
    background: url(../images/range-filter.png);
    background-repeat: no-repeat;
    padding: 0px;
    width: 17px !important;
    height: 43px !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}
.noUi-handle.noUi-handle-lower,.noUi-handle.noUi-handle-upper {
    border: none;
    background: none;
    box-shadow: none;
}
.filter-box .dropdown-menu label {
    font-size: 20px;
    font-weight: 600;
}
.filters a {
    color: #000;
    text-decoration: none;
}
.noUi-connect {
    background: #402C37 !important;
}
.noUi-handle.noUi-handle-upper {
    text-align: right;
    right: -33px !important;
}
.flavors-filters span {
    margin: 2px 10px;
    display: inline-block;
}
.icecreams-type {
    display: flex;
    justify-content: center;
    column-gap: 25px;
}
.icecreams-type img {
    display: block;
    margin: 0px auto;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.icecreams-type {
    margin-top: 10px;
}
.modal-body {
    background: #E8E1E3;
    border-radius: 10px;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.addtocart-modal img {
    width: 100%;
}
.addtocart-modal {
    padding: 10px 20px;
    align-items: center;
}
span.price-addtocart {
    font-size: 32px;
    font-weight: 600;
    color: #3b1706;
}
.addtocart-modal h4{
    color: #633828;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 500;
}
.total-item {
    border: 2px solid #3b1706;
    padding: 5px;
    border-radius: 5px;
}
.total-item span.price-addtocart {
    display: block;
    line-height: 1;
}
.total-item {
    text-align: center;
    width: 30%;
    display: inline-block;
    float: right;
}
label.delivery-time input {
    display: block;
    margin-top: 5px;
}
.delivery-time{
    width: 70%;
    display: inline-block;
}
.addtocart-modal button.btn-primary {
    margin-top: 15px;
}
.addtocart-modal hr {
    border-width: 3px;
}
input.quantity-addtocart {
    width: 60px;
}
input.quantity-addtocart {
    width: 60px;
    position: relative;
    top: -4px;
    margin-left: 10px;
}
 .video-container {
           height: 100%;
           width: 100%;
        }
.video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }
 .video-container img{
    width: 100%;
    height: 100%;
 }
section.news {
    position: sticky;
    bottom: 0px;
    z-index: 9;
}
span.cart-count {
    background: #FF1800;
    color: #fff;
    text-decoration: none;
    width: 20px;
    display: block;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    right: -10px;
    top: -5px;
}
.icons-list-1 a {
    position: relative;
    text-decoration: none;
}
section.news .row {
    align-items: center;
}
.addtocart-modal input {
    background: transparent;
    border: 1px solid;
}
img.enterlocation-tooltip {
    width: 150px;
    position: absolute;
    top: 50px;
    right: -50px;
    z-index: 9;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s, transform 0.5s;
}
header form {
    position: relative;
}
@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
   
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
.moving-objects {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 400px;
    height: 50%;
    width: 100%;
}

.object {
  position: absolute;
  width: 65px !important;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.object1 {
  top: 10%;
  left: 10%;
  animation-name: moveObject1;
}

.object2 {
  top: 10%;
  right: 0px;
  animation-name: moveObject2;
}

.object3 {
  bottom: 20%;
  left: 30%;
  animation-name: moveObject3;
}

.object4 {
  bottom: -10%;
  right: 0px;
  animation-name: moveObject4;
}

@keyframes moveObject1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

@keyframes moveObject2 {
  0% { transform: translateY(0); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(0); }
}

@keyframes moveObject3 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

@keyframes moveObject4 {
  0% { transform: translateY(0); }
  50% { transform: translateY(25px); }
  100% { transform: translateY(0); }
}

.cart-product-box img {
    width: 100%;
}
.cart-product-box {
    background: #E8E1E3;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.cart-product-box h4 {
    color: #633828;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 500;
}
.cart-product-box hr {
    border-width: 3px;
}
button.remove-product-cart {
    border: none;
    background: none;
    width: 15px;
    padding: 0px;
}
.cart-product-box .row {
    align-items: center;
}
section.cart-wrapper h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}
section.cart-wrapper h5 {
    background: #8F8F8F;
    text-align: center;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.row.address-box {
    background: #F6F6F6;
    margin: 0px;
    padding: 15px 5px;
    border-radius: 5px;
}
.row.address-box p {
    border-left: 5px solid #402C37;
    padding-left: 10px;
}
button.deliver-address-btn {
    background: #013523;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
button.remove-address-btn{
    background: #402C37;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
button.add-new-address {
    background: #F6F6F6;
    text-align: center;
    width: 100%;
    border: none;
    margin: 15px 0px;
    padding: 15px;
    border-radius: 5px;
}

.customer-coins-inner {
    background: #F6F6F6;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.customer-coins-inner p span {
    color: #FFA200;
    font-size: 24px;
    display: block;
}
.customer-coins-inner p {
    line-height: 1.2;
}
.customer-coins-inner p small {
    opacity: 0.7;
}
.row.customer-coins {
    margin-bottom: 15px;
}
.customer-coins-inner h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    justify-content: center;
}
.customer-coins-inner {
    height: 100%;
}
label.redeem-coin-checkbox {
    font-size: 14px;
}
section.cart-wrapper table td {
    font-size: 18px;
}
.customer-coins-inner img {
    width: 45px;
    margin-left: 5px;
}
section.cart-wrapper tr td:last-child {
    text-align: right;
}
.payment-buttons button {
    background: #402C37;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 50%;
}
.payment-buttons {
    margin-top: 15px;
    display: flex;
    column-gap: 10px;
}
section.cart-wrapper {
    padding: 40px 0px;
}
.addtocart-modal p {
    font-size: 18px;
    opacity: 0.6;
    margin-bottom: 5px;
}
section.refer-wrapper.cart-wrapper .customer-coins-inner {
    height: auto;
    margin-bottom: 15px;
}
.refer-top-text {
    background: #F6F6F6;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.unique-referal {
    text-align: center;
    border: 2px dashed #E6AD0A;
    padding: 30px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.unique-referal span {
    display: block;
    margin-bottom: 10px;
}
p.unique-referal button,.refer-top-text  button {
    background: #E6AD0A;
    padding: 5px 30px;
    border-radius: 5px;
    border: none;
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    color: #fff;
}
.refer-top-text a {
    color: #E6AD0A;
    text-decoration: none;
}
.refer-wrapper .table td {
    font-size: 16px;
    padding-top:15px;
    padding-bottom: 15px;
}
span.earned {
    color: green;
}
span.redeemed {
    color: red;
}
.refer-wrapper  table.table {
    border-top: 1px solid #dee2e6;
}
form.claim-form label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
}
form.claim-form input {
    display: block;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    width: 100%;
    padding: 5px;
    border: 1px solid #E6AD0A;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single {
    background-color: #BBC0C6 !important;
    border: none !important;
    border-radius: 5px;
    min-width: 200px;
}
span.select2.select2-container.select2-container--default {
    min-width: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}
.select2-dropdown {
    background-color: #BBC0C6 !important;
    border: 1px solid #BBC0C6 !important;
    border-radius: 5px !important;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #D7D7D7 !important;
    color: #444 !important;
}
input.select2-search__field {
    background: #D7D7D7;
    border: none !important;
}
.icons-list-1 a {
    cursor: pointer;
}
#searchModal input[type="text"] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 16px;
}
div#searchModal button.btn-close {
    position: absolute;
    right: 7px;
    font-size: 8px;
    top: 7px;
}
form#frmdelivery input, form#frmdelivery select {
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    padding: 10px;
}
div#addaddress button.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 8px;
}
.new-addres-form {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 5px;
    display: none;
        margin-bottom: 25px;
}
section.banner {
    position: relative;
}

.addtocart-modal input {
    border-radius: 5px;
}
    .number span {
        cursor:pointer;
    }
.minus, .plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    padding: 0px;
    line-height: 26px;
}
.number {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 10px;
}
.number input {
    text-align: center;
}
.cart-price-quantity {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.cart-price-quantity input {
    max-width: 40px;
}
.cart-price-quantity .number {
    margin-bottom: 0px;
}
img.mobile-banner {
    display: none;
}

    .moving-item {
      position: absolute;
      z-index: 1000;
      transition: all 1s ease-in-out;
      opacity: 0;
      visibility: hidden;
    }

    .moving-item.move-to-cart {
      opacity: 1;
      visibility: visible;
      transform: translate(calc(100vw - 60px), calc(100vh - 60px));
    }

    @keyframes flip {
      0% {
        transform: perspective(400px) rotateY(0);
      }
      50% {
        transform: perspective(400px) rotateY(180deg);
      }
      100% {
        transform: perspective(400px) rotateY(360deg);
      }
    }

    .cart-count {
      display: inline-block;
      animation: none;
    }

    .cart-count.flip {
      animation: flip 0.6s;
    }

    @keyframes cart-icon-animation {
      0% {
        transform: scale(1) rotate(0deg);
      }
      50% {
        transform: scale(1.2) rotate(10deg);
      }
      100% {
        transform: scale(1) rotate(0deg);
      }
    }

    #cart-icon img {
      display: inline-block;
      animation: none;
    }

    #cart-icon img.animated {
      animation: cart-icon-animation 0.6s;
    }

@media screen and (min-width: 1600px) {
   section.filter-box::after {
    width: 70%;
}
}
@media screen and (max-width: 992px) {
 header form {
    width: 100% !important;
    border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 5px;
}
header form:hover .enterlocation-tooltip {
    display: none;
}

.select2 {
    max-width: 500px;
    width: 100% !important;
}

  .offer-card-conent {
      width: 65%;
}

  .filter-box .dropdown-menu {
    padding: 20px;
    border-radius: 0px;
}
  a.navbar-brand img,.home a.navbar-brand img {
    /* max-width: 100px; */
    width: 100%;
}
button.navbar-toggler {
    background: #fff;
}
header ul.navbar-nav li a:after{
    display: none;
}
header a.nav-link {
    margin-top: 10px;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.icons-list-1 {
    margin: 5px 0px;
}
section.news .col-lg-9 {
    width: 70%;
}
section.news .col-lg-3 {
    width: 30%;
}
section.top-selling h2,section.lazza-story h2 {
    font-size: 26px;
}
section.sale-banners img {
    margin-bottom: 20px;
}
section.lazza-story {
    padding: 40px 0px;
}
section.lazza-story img {
    width: 100%;
}
.offers-card {
    margin-bottom: 20px;
}
section.bottom-offer-banners {
    padding-bottom: 40px;
}
footer h5 {
    margin-top: 20px;
}
a.footer-logo {
    margin-top: 20px;
    display: block;
}
footer {
    text-align: center;
}
.footer-bg-icon {
    justify-content: center;
}
.offer-card-conent h4, .offer-card-conent p,section.single-product-wrapper h5 {
    font-size: 16px;
}
.offer-card-conent h3,section.single-product-wrapper h1 {
    font-size: 26px;
}
.home header {
    background: #402C37;
    position: unset;
}
section.filter-box::after{
    display: none;
}
section.filter-box {
    text-align: center;
    background: #fafafa;
    padding: 15px 0px;
}
.filter-left-label {
    margin-top: 0px;
}
.filters {
    width: 100%;
    justify-content: center;
}
.product-image-box {
    margin-bottom: 20px;
}
.cart-product-box img {
    width: auto;
    max-height: 100px;
    object-fit: contain;
}
button.remove-product-cart img {
    width: 15px;
}
button.remove-product-cart {
    position: absolute;
    top: 10px;
    right: 10px;
}
.cart-product-box {
    position: relative;
}
section.cart-wrapper h2 {
    font-size: 26px;
}
img.enterlocation-tooltip {
    display: none;
}
}
@media screen and (max-width: 768px) {
.icecreams-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.total-item, .delivery-time {
    width: 100%;
}
label.delivery-time {
    margin-bottom: 10px;
}
.addtocart-modal img {
    height: 200px;
    margin: 0px auto;
    display: block;
    object-fit: contain;
}
label.delivery-time input {
    width: 100%;
}
.icons-list-1 img {
    width: 18px;
}
.news marquee {
    font-size: 12px;
}

.unique-referal span {
    font-size: 12px;
}
.moving-objects {
    transform: none;
    top: 0px !important;
    right: 20px;
    height: 100%;
    max-width: 60%;
}
.object {
    width: 30px !important;
}
.object4 {
    bottom: 10%;
    right: 0px;
    animation-name: moveObject4;
}
img.mobile-banner {
    display: block;
}
img.desktop-banner {
    display: none;
}
}

.address-box{
    cursor: pointer;
}
.deliver-address-btn span{
    display: none;
}
button.deliver-address-btn,button.remove-address-btn {
    background: #8F8F8F;
}
.row.address-box p {
    border-left: 5px solid #8F8F8F;
}
.address-box.selected-address span{
    display: inline-block;
}
.address-box.selected-address button.deliver-address-btn{
    background: #21bb74;
}
.address-box.selected-address p{
    border-left: 5px solid #21bb74;
}


/*Distribution Page CSS*/
section.distribution-bottom {
    padding: 60px 0px;
}
section.distribution-bottom img {
    width: 100%;
}
.inner-zig-zag-wrapper {
    padding: 50px;
    background: #D1BEC9;
    border-radius: 10px;
}
.inner-zig-zag-wrapper h2,.inner-why-partner h2 {
    color: #693409;
    font-weight: 600;
    font-size: 38px;
}
button.btn-primary.brown-bg {
    background: #693409;
    min-width: 150px;
    font-size: 20px;
}
.inner-zig-zag-wrapper p,.inner-why-partner p {
    font-size: 22px;
}
.unmatched-products {
    background: url(../images/unmatched-product.png);
    background-size: cover;
}
.strong-brand {
    background: url(../images/strong-brand.png);
    background-size: cover;
}
.profitable-bussiness {
    background: url(../images/profitable.png);
    background-size: cover;
}
.join-lazza-family {
    background: url(../images/ready-to-join.png);
    background-size: cover;
}
.zig-zag-sections {
    padding: 120px 0px;
}
.inner-why-partner {
    padding: 150px 0px;
}
 .inner-why-partner {
     position: relative;
     overflow: hidden;
}
.inner-why-partner::before,.inner-why-partner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
 }
.inner-why-partner::before {
    left: 0;
    background-image: url('../images/why-partner-left.png');
}
.inner-why-partner::after {
    right: 0;
    background-image: url('../images/why-partner-right.png');
}
.why-left-conent {
    z-index: 1;
    position: relative;
    padding-left: 35px;
}
img.distribution-logo {
    max-width: 150px;
}
section.distribution-hero {
    min-height: 100vh;
}
section.distribution-hero {
    background-color: #fff;
    background-size: cover;
}
.social-icons-distribution-hero {
    display: flex;
    column-gap: 20px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.social-icons-distribution-hero img{
    width: 35px;
}
section.distribution-hero h2 {
    color: #fff;
    font-size: 68px;
    font-weight: 600;
}
section.distribution-hero h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
section.distribution-hero .row {
    align-items: center;
    min-height: 100vh;
}
.section {
    height: 100vh;
}
img.distribution-logo {
    position: absolute;
    top: 30px;
}
section.distribution-hero iframe {
    border: 15px solid #F9F8F6;
}
.inner-why-partner {
    height: 100%;
}
.section .row,.section .container {
    height: 100%;
}
.sectionx .row,.sectionx .container {
    height: 100%;
    align-items: center;
}
div#applyModal button.btn-close {
    position: absolute;
    right: 3px;
    z-index: 1;
    font-size: 10px;
    top: 3px;
}
@media screen and (max-width: 992px) {
section.distribution-hero h2 {
    font-size: 46px;
}
img.distribution-logo {
    position: unset;
    margin-bottom: 20px;
}
section.distribution-hero h3 {
    font-size: 26px;
}
section.distribution-hero iframe {
    width: 100%;
            margin-top: 30px;
}
section.distribution-hero,.inner-why-partner,.zig-zag-sections,section.distribution-bottom {
    padding: 20px 10px;
}
.inner-why-partner::before, .inner-why-partner::after{
    display: none;
}
.inner-why-partner img {
    width: 100%;
    margin-bottom: 20px;
}
.why-left-conent {
    padding: 0px;
}
.inner-zig-zag-wrapper {
    padding: 20px;
}
.section {
    height: 100%;
}
section.distribution-bottom img{
    margin-bottom: 20px;
}
}
@media screen and (min-width: 992px) {
    html {
        scroll-snap-type: y mandatory;
    }

    .section {
        scroll-snap-align: start;
        padding: 0px;
    }

    section.distribution-bottom {
        height: auto;
        scroll-snap-align: start;
    }

    .navzeropad {
        padding-left: 0px;
        padding-right: 0px;
        background-color: #fff;
    }

    .bg-light {
        background-color: #fff !important;
    }

    .rounding {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 20px;
        min-height: 85vh;
    }
    .rounding2 {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 20px;
    }

    .carousel-item {
        height: 85vh;
        border-radius: 30px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .carousel-caption {
        background: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 10px;
    }

    .carouseltextblock {
        color: #fff;
        text-align: center;
    }
    .ctatextblock {
        color: #fff;
        text-align: left;
        font-family: 'DM Sans', sans-serif;
        font-weight: 200;
        padding-top: 250px;
    }

    .carouselthead {
        font-size: 36px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
    }

    .carouseltexthead {
        font-size: 78px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
    }
    .ctatexthead {
        font-size: 48px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
    }

    .carouseltext {
        font-size: 26px;
        line-height: 32px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 200;
        margin-left: 20%;
        margin-right: 20%;
    }
    .ctatext {
        font-size: 26px;
        line-height: 32px;
        font-family: 'DM Sans', sans-serif;
        text-align: left;
        font-weight: 200;
        margin-right: 20%;
    }

    .abvtitle {
        color: #ff3600;
        font-size: 26px;
        font-weight: bold;
    }

    .trstitle {
        font-size: 48px;
        line-height: 54px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
    }

    .servtitle {
        font-size: 48px;
        line-height: 54px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
    }
    .prodtitle {
        color: #ff3600;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
    }
    .producttitle {
        font-size: 48px;
        line-height: 54px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    .trstxt {
        font-size: 18px;
        line-height: 20px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 200;
    }

    .tsticon {
        margin: 15px;
        width: 80%;
    }

    .trsttitle {
        font-size: 20px;
        line-height: 20px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
    }
    .srvtitle {
        font-size: 20px;
        line-height: 18px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
    }
    .srvtxt {
        font-size: 16px;
        display: block;
        line-height: 18px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 200;
    }
    .secthree {
        background-color: #fff8f6;
        height: 95vh;
        /* margin-top: 50px; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* position: relative; */
    }
    .secfour {
        background-color: #fff;
        height: 95vh;
        /* margin-top: 50px; */
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* position: relative; */
    }
    .secfive {
        background-color: #ebebeb;
        height: 95vh;
        width: 100%; /* Adjust width as needed */
        background-position: right bottom; /* Aligns the background image to the bottom right */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        background-size: 100% auto;
    }
    
/* Scales the image to cover the entire div */

    .ourservicesbox {
        text-align: center;
        /* Center text within the container */
    }

    .inaline {
        display: block;
    }

    .servbox {
        height: 280px;
        background-color: #fff;
        /* border: #ff3600 1px solid; */
        border-radius: 20px;
        padding: 15px;
    }
    .ctatextblock {
        color: #000;
    }
    .servbox {
/* display: flex; */
text-align: left;
align-items: flex-start; /* Align items to the top */
justify-content: flex-start; /* Align items to the left */
}
.segmentbox {
        height: 480px;
        background-color: #fff;
        border: #ececec 1px solid;
        border-radius: 20px;
        padding: 15px;
    }
    .segmentbox {
/* display: flex; */
text-align: left;
align-items: flex-start; /* Align items to the top */
justify-content: flex-start; /* Align items to the left */
}

.servbox .row {
margin: 0; /* Reset any margin that might affect alignment */
padding: 0; /* Reset any padding that might affect alignment */
}

.servbox img {
max-width: 80px;
display: block; /* Ensure the image is a block element */
margin: 0; /* Reset any margin */
}
.servone {
display: block;
padding-left: 10px;
}
.connecting {
font-size: 10px;
}
.servgo {
padding-top: 20px;
padding-left: 10px;
}
.btn-orange {
background-color: #ff6600; /* Orange background color */
color: white; /* White text color */
border: none; /* No border */
padding: 10px 20px; /* Padding for the button */
font-size: 16px; /* Font size */
border-radius: 5px; /* Rounded corners */
cursor: pointer; /* Pointer cursor on hover */
transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.btn-orange:hover {
background-color: #e65c00; /* Darker orange on hover */
}
}
.blogtitledet{
    font-weight: bold;
    font-size: 20px;
}
.blogitembottom {
    margin-bottom: 35px;
}
.innerpagetitle {
    text-align: left;
    font-size: 28px;
    padding-top: 40px;
    margin-bottom: 40px;
    color: #ed2a34;
}
.col-md-6.innerpagecontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    /* align-items: center; */
  }
.innerpagetitle h3{
    font-size: 48px;
    font-weight: bold;
}
.smbanner {
    border-radius: 20px;
    min-height: 150px;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 64px;
    font-weight: bold;
    color:#fff;
    display: flex;
  justify-content: center;
  align-items: center;

}
.qatarflagedge {
        background-image: url('../assets/images/flaggg.png');
        background-repeat: repeat-y, no-repeat;
        background-position: left top, right center;
        background-size: auto, cover;
}
.qatarflagedge-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; /* Adjust width as needed */
    height: 100%;
    background-image: url('../assets/images/qatar-edge.png');
    background-repeat: repeat-y;
    background-size: auto 100%;
  }
.qataredge {
    background-image: url('../assets/images/qatar-edge.png');
    background-repeat: repeat-y;
    background-position: left top;
    background-size: auto 100%;
    background-color: #6e1238;
  }
  .flagg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sercontent p {
    margin-bottom: 0;
    font-size: 20px; /* Remove default bottom margin */
  }
  
  .sercontent ul {
    padding-left: 40px; /* Add 10px left padding */
    list-style: disc;
    font-size: 20px; /* Remove default bullet points */
  }
  .conttitle {
    font-size: 42px;
    font-weight: bold;
  }
  .fonred{
    color: red;
  }
  .contitle {
    font-size: 20px;
    font-weight: bold;
  }
  .condetails {
    font-size: 18px;
    font-weight: normal;
  }
  .conicon {
    float: left;
    max-width: 50px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .prodframe {
    margin-bottom: 40px;
  }
  .logoshell {
    max-width:100%; 
    border-radius: 15px;
    border: solid 1px #ececec;
  }