/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: 'Veneer Clean Soft Regular';
  src: url('../vendor/font/Veneer\ Clean\ Soft\ Regular.woff') format('woff');
}

body {
  overflow-x: hidden;
  position: relative; }

body {
  /* font-family: "Inter", sans-serif; */
  font-family: "Poppins", sans-serif;;
  font-weight: 400;
  line-height: 28px;
  color: black;
  font-size: 18px;
  background-color: white; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #ffffff !important;
  /* background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(3.7px);
    -webkit-backdrop-filter: blur(3.7px); */
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #000000 !important;/* nav item color */
    opacity: .7;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 2px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.section-custom{
  padding: 7rem 0px;
}
    
    /* Adjusted height and centering for slider items */
.item.bg-adjust,
.item.bg-adjust.tns-item,
.item.bg-adjust.tns-slide-active,
.item.bg-adjust.tns-fadeOut,
.item.bg-adjust.tns-fadeIn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh; /* Adjusted height */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.5s ease; /* Smooth height transition */
}

@media (max-width: 768px) {
  .item.bg-adjust,
  .item.bg-adjust.tns-item,
  .item.bg-adjust.tns-slide-active,
  .item.bg-adjust.tns-fadeOut,
  .item.bg-adjust.tns-fadeIn {
    height: 90vh; /* Adjusted height for smaller screens */
  }
}

/* Center content in the hero-pd class */
.hero-pd {
  width: 100%;
  text-align: left; /* Align text to the left */
  z-index: 1;
  position: relative;
  margin-top: -20px; /* Adjust the positioning */
}

/* Adjust font sizes */
.hero-pd h1 {
  font-size: 3rem; /* Increase font size for h1 */
}

.hero-pd h2 {
  font-size: 2rem; /* Increase font size for h2 */
}

.hero-pd p {
  font-size: 1.25rem; /* Increase font size for p */
}

/* Ensure that the content inside the slider is properly centered */
.new-hero .testimonial-slider .item .row {
  height: 100%; /* Ensure row takes full height */
}

.new-hero .testimonial-slider .item .col-md-12.mx-auto.zoom-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Ensure content is centered */
}

/* Additional styles for smooth transitions */
.testimonial-slider .item {
  transition: transform 0.5s ease-in-out, height 0.5s ease; /* Smooth transitions */
  width: 100%; /* Ensure items take full width */
}

.tns-item {
  transition: opacity 0.5s ease-in-out; /* Smooth opacity transition */
}

.tns-fadeOut {
  opacity: 0; /* Ensure it fades out */
}

.tns-fadeIn {
  opacity: 1; /* Ensure it fades in */
}


.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #000000;
    border-color: #000000; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #f8b810; 
  font-family: "Veneer Clean Soft Regular",sans-serif;
  font-size: 70px;
}

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      /* position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1;  */
    }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      /* position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1;  */
    }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #000000;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #000000;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #000000; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #000000; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000000;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #000000; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #000000;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #000000;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000000;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000000;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #000000 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #000000 !important; }

.thankyou-icon {
  position: relative;
  color: #000000; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }


/* FInal Adjust For Mobile */

.zoom-in {
  animation: zoom-in-bg-animation 2.5s ease infinite alternate;
}

@keyframes zoom-in-bg-animation {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.font-new {
  font-family: "Playfair Display", serif !important;
  font-weight: 900;
  /* color:  #2e38a9; */
}
.tns-inner{
  padding: 0 !important;
}
.hero-pd{
  align-items: center;
  padding: 325px 0 100px 0;
  text-align: left;
}
.list-adjust li{
    display: inline-block;
    /* width: calc(50% - 20px); */
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.list-adjust li::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #000000;
    position: absolute;
    left: 0;
    top: 8px;
}
.list-div {
  display: inline-block;
    /* width: calc(50% - 20px); */
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}
.list-div::before{
  content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #000000;
    position: absolute;
    left: 0;
    top: 8px;
}
.customIcon{
  width: 50px;
  height: 50px;
}
.firstText{
  font-size:50px;
}
.secondText{
  color: #ADCAD6;
}
.bg-adjust{
  background-size:cover;
  overflow:hidden;
  height:auto;
  background-repeat: no-repeat;
}
.padj{
  padding-right: 3rem ;
  padding-left: 3rem ;
}
.not-slide{
  background-image: url('../client/slider1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  height: 80vh;
}
.h-text{
  padding: 250px 0 150px 0;
}
.ft-hov li a{
  color: #1E196A;
}
.ft-hov li a:hover {
  color: white;
}
.ord3, .ord2{
  margin-top: 50px !important;
}
/* .ic-line i::after */
.ic-line i::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 60%;
  height: 3px;
  background: #1d1a68;
  border-top-right-radius : 5px;
  border-bottom-right-radius: 5px;
  
}
.ic-line span::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10%;
  height: 3px;
  background: #1d1a68;
  border-top-left-radius : 5px;
  border-bottom-left-radius: 5px;
}
.zig {
  
  background-color: #f8b810;
  color: white;
  height: 100%;
}
.zag {
  
  background-color: #87CEEB;
  color: white;
  height: 100%;
}
.ic-line2::after{
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 80%;
  height: 3px;
  background: #1d1a68;
  border-top-right-radius : 5px;
  border-bottom-right-radius: 5px;
}
.factory-zoom{
  overflow: hidden;
}
.factory-zoom img{
  scale: 1;
  transition: transform 1s ease;
}
.factory-zoom:hover img{
  transform: scale(1.2);
}
.mission-list{
  list-style-type: none;
  font-weight: normal;
  list-style-image: url('../images/yellow-tick.png') ;
  
}
.mission-list li {
  margin-bottom: 5px;
}

@media (min-width: 992px) { 
  .col-product {
    width: 20% !important;
  }
  
 }
@media (max-width: 991.98px) { 
  .sld2{
    display: none !important;
  }
  .factory-zoom{
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  .adj-list{
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}
/* @media (max-width: 991.98px) {  */
  /* .footer-logo-wrap{
    text-align: center;
  }
  .footer-logo img.img-fluid{
    width: 50%;
  } */
  
 /* } */
@media (max-width: 768.5px) { 
  .footer-logo-wrap{
    text-align: center;
  }
  .footer-logo img.img-fluid{
    width: 50%;
  } 
  .hero-img-wrap{
    overflow: hidden; 
  }
  .mob-fadjust{
    width: 89%;
  }
  .vis{
    padding-top: 15px;
  }
  .whyb-adj{
    margin-top: 30px;
  }
  .popular-product{
    padding: 0 0 2rem 0 !important;
  }
  
}
@media (max-width: 575.98px) { 
  .bg-adjust{
    background-position: center;
    background-size: cover;
  }
  .hero-pd{
    /* padding: 220px 0 50px 0; */
    padding: 255px 0 70px 0;
  }
  .firstText{
    font-size: 20px !important;
  }
  .secondText{
    font-size: 15px !important;
  }
  .padj{
    padding: 0 0 0 15px;
  }
  .f-info li a{
    font-size:12px;
  }
  .h-text{
    padding: 200px 0 100px 0;
  }
  .why-choose-section{
    padding: 7rem 0 3rem;
  }
  .why-adj{
    padding-top: 3rem;
  }
  .whyb-adj{
    margin-top: 30px;
  }
  .ulm{
    margin-bottom: 0 !important;
  }
  .we-help-section{
    padding: 3rem 0;
  }
  .footer-section{
    padding: 30px 0 80px;
  }
  

  .ord3{
    order: 3 !important;
  }
  .ord2{
    order: 2 !important;
  }
}





/* Owl Custom Css  */
#factory .owl-nav {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

#factory .owl-nav .owl-prev {
  position: absolute;
  left: 10px; /* Adjust as needed */
}

#factory .owl-nav .owl-next {
  position: absolute;
  right: 10px; /* Adjust as needed */
}

#factory .owl-nav button.owl-prev,
#factory .owl-nav button.owl-next {
    color: yellow !important;
    font-size: 50px !important;
    
}

#journey .owl-nav {
  width: auto;
  position: absolute;
  top: 19%;
  transform: translateY(-60%);
  left: 0;
  right: 0;
}

#journey .owl-nav .owl-prev {
  position: absolute;
  left: -35px; /* Adjust as needed */
}

#journey .owl-nav .owl-next {
  position: absolute;
  right: -35px; /* Adjust as needed */
}
#journey .item{
  padding: 5px 10px 5px 10px;

}
#journey .owl-nav button.owl-prev,
#journey .owl-nav button.owl-next {
    color: yellow !important;
    font-size: 50px !important;
    width: 35px;
    height: 35px;
    background-color: #e3e3e3;
    border-radius: 50%;
}
#journey .owl-nav button.owl-prev:hover,
#journey .owl-nav button.owl-next:hover{
  background-color: #bbbaba;
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  .ic-line2::after{
    width: 60%;
  }
}
@media (max-width: 575.98px) { 
  #journey .owl-nav .owl-prev {
    position: absolute;
    left: -5px; /* Adjust as needed */
  }
  
  #journey .owl-nav .owl-next {
    position: absolute;
    right: -3px; /* Adjust as needed */
  }
  #journey .item{
    padding: 5px 10px 5px 40px;

  }
  #journey .owl-nav{
    top: 13%;
  }
  .ic-line2::after{
    width: 70%;
  }
}
.prodPg{
    padding : 320px 0 150px 0;
}


@media (min-width: 1400px) {
    .h-text, .prodPg{
        padding: 400px 0 350px 0;;
    }
    .hero-pd{
        padding: 450px 0 350px 0;
    }
}