




.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}

.main-header:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    content: "";
    background-color: rgba(var(--thm-base-rgb), .15);
}
/*logo */
.navbar-brand {
    max-width: 150px;
  margin-top: 20px;
  margin-left: 15px;
    margin-right: 0;
  }
  .navbar-brand img {
    max-height: 80px;
  }
/*left menu */
.menu- {
    padding-top: 100px;
  }
 .menu-toggle {
    width: 22px;
    height: 25px;
  }
  .search-right {
    width: calc(100% - 12px);
    padding-top: 12px;
    top: 13px;
  }
  .menu-toggle {
    right: 12px;
    top: 15px;
  }
/*Search and shopping bag */

  .search-button-i,
.search-btn {
  background: transparent;
  
}
.cart-menu > .cart-icon {
  background: transparent;
 
}
/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.main-slider {
    overflow: hidden;
    position: relative;
  }
  
  .main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
  }
  
  .main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
  }
  
  .main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
  }
  
  .main-slider .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(var(--thm-black-rgb), 0.7);
    z-index: 2;
  }
  
  .main-slider .container {
    padding-top: 352px;
    padding-bottom: 337px;
  }
  
  .main-slider__content {
    position: relative;
    display: block;
  }
  
  .main-slider h2 {
    margin: 0;
    margin-bottom: 40px;
    color: var(--thm-base);
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 80px;
    line-height: 80px;
  }
  
  .main-slider p {
    font-size: 18px;
    color: var(--thm-base);
    font-weight: 700;
    margin: 0;
    line-height: 28px;
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
  }
  
  .main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 0.7;
    transform: translateY(0) translateX(0);
  }
  
  .main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
  }
  
  .main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
  
  .main-slider__nav {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
  }
  
  .main-slider__nav .swiper-button-next:hover,
  .main-slider__nav .swiper-button-prev:hover {
    color: var(--thm-primary);
  }
  
  .main-slider__nav .swiper-button-next::after,
  .main-slider__nav .swiper-button-prev::after {
    display: none;
  }
  
  .main-slider__nav .swiper-button-prev {
    margin-bottom: 0px;
  }
  
  .main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
  }
/*--------------------------------------------------------------
# Banner Two
--------------------------------------------------------------*/
.banner-two {
    
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    z-index: 1;
    overflow: hidden;
    background-color: var(--thm-black);
    
    min-height: 100vh;
    
  }
  .banner-two__content {
    position: relative;
    display: block;
    margin: 200px 0;
   
}
  .banner-two .banner-bg-slide {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
  }
  
  .banner-bg-slide-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), 0.5);
  }
  
  
  
  .banner-two__text {
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    color: var(--thm-base);
    margin: 0;
    opacity: 0.7;
  }
  
  .banner-two__title {
    font-size: 60px;
    color: var(--thm-base);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    margin-top: 16px;
    z-index: 2;
  }
  
  .banner-two-form {
    position: relative;
    display: block;
    margin-top: 38px;
    margin-bottom: 10px;
  }
  
  .banner-two__type-boxes {
    position: relative;
    display: block;
  }
  
  .banner-two__input-box {
    position: relative;
    float: left;
    margin-right: 16px;
    width: 353px !important;
  }
  
  .banner-two__input-box:last-child {
    margin-right: 0;
  }
  
  .banner-two-form
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 353px !important;
  }
  
  .banner-two-form .bootstrap-select > .dropdown-toggle::after {
    display: none;
  }
  
  .banner-two-form .bootstrap-select > .dropdown-toggle {
    height: 75px;
    outline: none !important;
    border-radius: var(--thm-border-radius);
    border: 1px solid #ffffff;
    background-color: #ffffff !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--thm-dark-gray) !important;
    font-size: 18px;
    line-height: 73px;
    font-weight: 400;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right 25.75px center;
  }
  
  .banner-two__btn {
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    color: var(--thm-base);
    font-weight: 700;
    background-color: var(--thm-black);
    padding: 20.5px;
    border-radius: var(--thm-border-radius);
    transition: all 500ms ease;
  }
  .banner-two__btn i {
    text-align: center;
    padding: 16px;
  }
  
  .banner-two__btn:hover {
    background-color: var(--thm-primary);
  }
  
  .banner-two__input-box button:focus {
    outline: none;
  }
  
  .banner-two_icon-boxes {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .banner-two__icons {
    position: relative;
    display: block;
  }
  
  .banner-two__icons li {
    position: relative;
    display: flex;
    height: 115px;
    width: 110px;
    border-radius: var(--thm-border-radius);
    text-align: center;
    align-items: center;
    justify-content: center;
    float: left;
  }
  
  .banner-two__icons li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-base-rgb), 0.1);
    border-radius: var(--thm-border-radius);
    transition: all 500ms ease;
  }
  
  .banner-two__icons li:hover:before {
    background: #17202d;
  }
  
  .banner-two__icons li + li {
    margin-left: 10px;
  }
  
  .banner-two__icons li span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--thm-base);
    transition: all 700ms linear;
  }
  
  .banner-two__bottom-content {
    position: relative;
    display: block;
    padding-left: 342px;
  }
  
  .banner-two-__bottom-icon {
    position: absolute;
    top: -10px;
    left: 306px;
  }
  
  .banner-two__bottom-discover-more {
    position: relative;
    display: block;
    margin-top: 17px;
  }
  
  .banner-two__bottom-discover-more a {
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-base);
  }
  
  
  
/*--------- Mobile Screen --------*/
@media (max-width: 767px) {
    /*--------- index v2 fix --------*/
    .banner-two__text {
    font-size: 24px;
    font-weight: 400;
    color: var(--thm-base);
    margin: 0;
    opacity: 0.7;
  }
  
  .banner-two__title {
    font-size: 60px;
    color: var(--thm-base);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 16px;
    z-index: 2;
  }
  .banner-two__input-box{
    margin-bottom: 12px;
  }
  
  .main-menu-wrapper__btn-box {
    display: none;
  }
    .container {
      max-width: 100%;
    }
    .owl-carousel button.owl-dot {
      width: 25px;
      height: 5px;
    }
    .btn {
      padding: 5px 15px;
    }
    .mb-25 {
      margin-bottom: 15px;
    }
    .ptb-100 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .pt-100 {
      padding-top: 40px;
    }
    .mt-100 {
      margin-top: 5px;
    }
    .pt-70 {
      padding-top: 15px;
    }
    .mt-80 {
      margin-top: 0px;
    }
    .ptb-120 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .hading-title {
      font-size: 20px;
    }
    .hading-title:before {
      top: 5px;
      height: 15px;
    }
    .nl-popup-main {
      background: #f0efee;
    }
}