
header {
	width: 100%;
	height: 140px;
	backdrop-filter: blur(5px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
position: fixed;
	z-index: 91;
	top: 0;
background: linear-gradient(89.72deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);

}
.main_bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
  min-height: 100vh;

  background-size: cover;
}

.main_bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 0;
  pointer-events: none;
}

/* 
  *******************************
  HEADER TOP 
  *******************************
*/

.main__title {
  position: relative;
  width: 100%;
  height: calc(100vh);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 140px;
}
.title__h1 {
  font-size: 60px;
  color: #fff;
font-family: "Unbounded", sans-serif;
  font-weight: 400;
  margin-top: 220px;
  max-width: 991px;
}
.main__title__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 50px 0;
}
.main__title__btns .btntyp1blue{
  padding: 15px 40px;
  font-size: 18px;
  color: #fff;
  background-color: #00000060;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 1);
}
.main__title__btns .btntyp1blue:hover {
  background: #0090ff;
  border: 1px solid #0090ff;
  cursor: pointer;
}
.main__title__btns .main__title__btns__active {
  background: #0090ff;
  border: 1px solid #0090ff;
}

.main__title__statuses {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 50px;
}
.main__title__status {
box-shadow: -2px 0px 7px -4px rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 35px;
  height: 90px;
  border-radius: 15px;
  gap: 25px;
}
.main__title__status .title__h3 {
  font-family: "Unbounded", cursive;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -2.2px;
}

.main__title__status:nth-child(2) {
  width: 500px;
}
.main__title__status p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.7;
  line-height: 20px;
}

.main__left__line {
  position: absolute;
  top: 0;
left: 12vw;
  height: 100%;
z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.main__right__line {
  position: absolute;
  top: 0;
  right: 12vw;
  height: 100%;
z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.main__bottom__line {
position: absolute;
    left: -2000px;
    right: -2000px;
    bottom: 11.5%;
    width: auto;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}








.how__we__work {
  background: #fff;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: stretch;

}

.hww__text {
height: 100%;
    padding: 0 0 0 220px;
}
.hww__text__box {
  height: 100%;
  border-left: 2px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 100px 0;
  width: 90%;
}
.hww__text__box .hww__text_h2 {
  font-family: "Unbounded", cursive;
  font-size: 80px;
  font-weight: 400;
  margin-top: 100px;
  padding-left: 30px;
  margin-bottom: 25px;
}
.hww__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 40px;
  width: 90%;
  border-top: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.hww__box:nth-child(2) {
  border-top-right-radius: 15px;
}
.hww__box:nth-child(6) {
  border-bottom-right-radius: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.hww__box__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
}
.hww__box__title .hww__text_h5 {
    font-family: "Unbounded", cursive;
    color: #0090ff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
}
.hww__box__title .hww__text_h4 {
  font-family: "Unbounded", cursive;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
.hww__box p {
  color: #6e6e6e;
  font-size: 16px;
  text-align: justify;
  width: 100%;
  font-weight: 400;
  line-height: 130%;
}
.hww__photos {
display: grid;
    grid-template-rows: 1fr auto;
}
.hww__photos__top {
position: relative;

}
.hww__photos__bottom {
  width: 100%;
  min-height: 621px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.hww__photos__top::before {
  content: ""; 
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/how-we-work2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hww__photos__bottom::before {
  content: ""; 
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/how-we-work1.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
    top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hww__photos__top img {
  height: 100%;
  width: 100%;
}

.hww__photos__blur {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 5;
}
.hww__photos__dark {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000071;
  z-index: 5;
}
.hww__photos__bottom img {
  height: 100%;
  width: 100%;
}

.hww__photos__bottom .hww__photos__h3 {
  font-family: "Unbounded", cursive;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  z-index: 6;
}
.hww__photos__bottom p {
  z-index: 6;
  width: 50%;
  text-align: center;
  color: #f1f1f1;
  font-weight: 300;
}
.hww__photos__bottom button {
  z-index: 6;
  padding: 12px 45px;
  border-radius: 10px;
  border: none;
  background: #0090ff;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}


@media (max-width: 1340px) {
  .hww__text {
    padding-left: 100px;
  }
}
@media (max-width: 1160px) {
  .hww__text {
    padding-left: 70px;
  }
}

@media (max-width: 1100px) {
  .hww__text__box .hww__text_h2 {
    margin-top: 30px;
    font-size: 38px;
  }
  .hww__box__title .hww__text_h4 {
    font-size: 16px;
  }
  .hww__box__title .hww__text_h5 {
    font-size: 24px;
  }
  .hww__box__title {
    padding-bottom: 15px;
  }
}
@media (max-width: 860px) {
  .hww__text {
    padding-left: 30px;
  }
  .hww__box__title {
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 5px;
  }
}

@media (max-width: 700px) {
  .how__we__work {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .hww__text {
    width: 100%;
    /* padding: 0 20px; */
    /* margin-bottom: 40px; */
  }
  .hww__photos {
    width: 100%;
    flex-direction: column-reverse;
  }
  .hww__photos__top {
    height: 400px;
  }
  .hww__photos__top img {
    width: 100%;
    left: initial;
  }
  .hww__photos__bottom {
    height: 300px;
    min-height: auto;
    order: 0;
  }
  .hww__photos__top {
    order: 1;
  }
}

@media (max-width: 400px) {
  .hww__box__title .hww__text_h4 {
    font-size: 14px;
  }
  .hww__text__box .hww__text_h2 {
    font-size: 24px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .hww__box {
    padding: 10px;
    width: 95%;
  }
  .hww__box p {
    line-height: 18px;
    text-align: left;
  }
  .hww__text {
    padding-left: 15px;
  }
  .hww__photos__top {
    height: 200px;
  }
}

/* 
  *******************************
  HWW ENDs
  *******************************
*/

.worth__importing {
padding-top: 40px;
}

.wi__cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.wi__card {
  background: #fff;
  padding: 36px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.wic__title {
  font-size: 20px;
  font-weight: 400;
  font-family: "Unbounded", cursive;
  color: #333;
  line-height: 1.4;
}

.wic__desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #666;
  line-height: 1.5;
}

.wic__options {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
}

.wico__dot {
  width: 32px;
  height: 4px;
  background: #0090ff;
  border-radius: 2px;
  margin-top: 8px;
  flex-shrink: 0;
}

.wico__elem {
  font-size: 14px;
  font-weight: 300;
  color: #000000b9;
  line-height: 1.5;
}

/* Background cards */
.wi__card.wi__card__bg1 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-position: right;
  background-size: cover;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.wi__card.wi__card__bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/worth-importing-1.webp") no-repeat;
  background-size: cover;
  background-position: 60%;
}

.wi__card.wi__card__bg2 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  background-position: center;
  background-size: cover;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.wi__card.wi__card__bg2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/worth-importing-2.webp");
  background-size: cover;
  background-position: right;
}

.wi__card.wi__card__bg3 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  background-position: center;
  background-size: cover;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.wi__card.wi__card__bg3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/worth-importing-3.webp") no-repeat;
  background-size: cover;
  background-position-y: 50%;
}
.main_bg1 {
background: url('../img/bmw_1.webp') no-repeat;
background-size: cover;
}
/* Tablet - 1200px */
@media (max-width: 1200px) {
  .wi__card.wi__card__bg3 {
    min-height: 400px;
  }
  .wi__card.wi__card__bg2 {
    min-height: 400px;
  }
  .wi__card.wi__card__bg1 {
    min-height: 400px;
  }

  .wi__cards {
    grid-template-columns: repeat(6, 1fr);
  }

  /* .desktop__padding {
    padding: 0 20px;
  } */

  .wi__card {
    grid-column: span 6 !important;
  }

  .wi__card:nth-child(3) {
    grid-column: span 6 !important;
  }
}

/* Mobile - 600px */
@media (max-width: 600px) {
.main_bg1 {
background: url('../img/bmw_mobile.webp') no-repeat;
background-size: cover;
}
  
  .wi__cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wi__card {
    grid-column: 1 / -1 !important;
    width: 100%;
    padding: 24px;
  }

  .wi__card {
    grid-column: span 1 !important;
  }

  .wi__card:nth-child(3) {
    grid-column: span 1 !important;
  }

  /* .desktop__padding {
    padding: 0 16px;
  } */

  .wic__title {
    font-size: 18px;
  }

  .wic__desc {
    font-size: 14px;
  }

  .wic__options {
    gap: 12px;
  }

  .wico__dot {
    width: 24px;
    margin-top: 6px;
  }

  .wico__elem {
    font-size: 13px;
  }
}

/* Extra small devices */
@media (max-width: 400px) {
  .wi__card {
    padding: 20px;
  }

  /* .desktop__padding {
    padding: 0 12px;
  } */
}
.proccess__work {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
}

.proccess__work::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  top: 365px;
  height: 2px;
  background: #e5e5e5;
}
.proccess__work::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 288px;
    height: 2px;
    background: #e5e5e5;
    z-index: 0;
}
.pw__main {
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    padding: 100px 40px;
    margin: 0 100px;
}
.pw__main .pw__title {
  font-family: "Unbounded", sans-serif;
  font-size: 72px;
  letter-spacing: -2px;
  font-weight: 400;
  margin-bottom: 36px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card {
  background-color: white;
  border-radius: 15px;
  /* padding: 30px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.icon-container {
  width: 100px;
  height: 100px;
  background: #0090ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 30px;
  z-index: 2;
}

.icon-container img {
  width: 100%;
  color: white;
}

.title {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 80%;
}

.number {
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
}

.heading {
  color: #000;
  font-weight: 400;
  font-size: 22px;
  font-family: "Unbounded", sans-serif;
}

.card .desc {
  color: #6e6e6e;
  font-weight: 300;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}

.highlight {
  color: #2c3e50;
  font-weight: 600;
}

.blue-highlight {
  color: #3498db;
  font-weight: 600;
}

      .mySwiper  .swiper-button-next, .mySwiper .swiper-button-prev {
display: none;
    }

@media (max-width: 1480px) {

  .pw__main .pw__title {
    font-size: 64px;
  }
  .heading {
    font-size: 18px;
  }
  .number {
    font-size: 18px;
  }
  .card .desc {
    font-size: 15px;
  }
}

@media (max-width: 1210px) {

  .pw__main .pw__title {
    font-size: 52px;
  }
  .cards-grid {
    gap: 14px;
  }
  .heading {
    font-size: 16px;
  }
  .number {
    font-size: 16px;
  }
  .card .desc {
    font-size: 13px;
  }
  .title {
    margin-bottom: 10px;
  }

}
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .heading {
    font-size: 19px;
  }
  .number {
    font-size: 19px;
  }
  .card .desc {
    font-size: 15px;
  }


  .pw__main .pw__title {
    font-size: 46px;
  }
}

@media (max-width: 810px) {

  .pw__main .pw__title {
    font-size: 38px;
  }
  .heading {
    font-size: 16px;
  }
  .number {
    font-size: 16px;
  }
  .card .desc {
    font-size: 13px;
  }
}
@media (max-width: 660px) {

.header__top {

    height: 55px;

}
  .container {
    max-width: 1730px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px;
}

  .pw__main {
    margin: 0;
    padding: 40px 20px;
    border: none;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .heading {
    font-size: 19px;
  }
  .number {
    font-size: 19px;
  }
  .card .desc {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .pw__main {
    padding: 30px 14px;
    border: none;
    width: 100%;
  }
  .heading {
    font-size: 16px;
  }
  .number {
    font-size: 16px;
  }

  .icon-container {
    width: 50px;
    height: 50px;padding: 15px;
    margin-bottom: 10px;
  }
  .icon-container img {

  }
  .pw__main .pw__title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}


/* 

  MARQUE SECOND

*/







@media only screen and (max-width: 1919px) {
  .main__title {
    padding-left: 240px;
  }

}
/* Responsive design */
@media (max-width: 1500px) {

.main__left__line {
  position: absolute;
  top: 0;
left: 160px;
  height: 100%;
z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.main__right__line {
  position: absolute;
  top: 0;
  right: 160px;
  height: 100%;
z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.main__bottom__line {
position: absolute;
    left: -2000px;
    right: -2000px;
    bottom: 11.5%;
    width: auto;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.main__title__status {
    width: 500px;
}

  .main__title__statuses {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
            flex-direction: column;
  }
  .title__h1 {

    font-size: 68px;
  }

}
@media only screen and (max-width: 1230px) {
  .main__title {
        padding-left: 0;
        align-items: center;
  }
    .main__title__btns {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    gap: 15px;
  }
}

@media only screen and (max-width: 930px) {
      .mainSwiper  .swiper-button-next, .mainSwiper .swiper-button-prev {
display: none;
    }


  .title__h1 {
    margin-top: 180px;
  }
  .main__title__status {

    padding: 10px 20px;
  }
  .main__title__status:nth-child(2) {
    padding: 10px 20px;
  }
  .main__title__status .title__h3 {
    font-size: 28px;
  }


  .main__left__line {
    left: 5%;
  }
  .main__right__line {
    right: 5%;
  }
  .main__bottom__line {
    bottom: 10%;
  }
}
@media only screen and (max-width: 740px) {
  .main__title {
    padding-left: 60px;
  }
  .title__h1 {
    font-size: 48px;
  }
  .main__title__btns button {
    font-size: 16px;
    padding: 15px 25px;
  }
}


@media only screen and (max-width: 680px) {
  .proccess__work::after {
    z-index: -1;
  }

  .proccess__work::before {
    position: absolute;
    content: '';
    height:100%;
    left: 10px;
    right: 0;
    bottom: 0;
    width: 2px;
    background: #e5e5e5;
    z-index: 0;
}
    .icon-container{
        position: relative;
    }
.icon-container::before {
        position: absolute;
        content: '';
        height: 2px;
        left: -19px;
        right: 0;
        bottom: calc(50% - 1px);
        width: 19px;
        background: #e5e5e5;
        z-index: 0;
    }
      .hww__box__title {
        padding-bottom: 15px;
    }
        .hww__box {
        padding: 15px 10px 20px;
        width: 96%;
    }
        .hww__photos__top {
        height: 300px;
    }
      .hww__box__title .hww__text_h4 {
        font-size: 18px;
        text-align: left;
    }
  .hww__text__box .hww__text_h2 {
        font-size: 36px;
    }
    .hww__box__title .hww__text_h5 {
        font-size: 36px;
    }
.hww__text__box {
    padding: 0 0 0 0;
    width: 100%;
}

.section__cars {
    padding-bottom: 70px;
}

      .desktop__padding {
        padding: 10px 0;
    }
    .main__left__line {
    left: 3%;
  }
  .main__right__line {
    right: 3%;
  }
  .main__bottom__line {
    bottom: 6%;
  }


.main_bg {
background-position: -255px!important;
}
.main_bg1 {
background-position: 0px!important;
}

    .main__title {
    height: calc(100vh);
  }
  .title__h1 {
    margin-top: 80px;
    font-size: 26px;
  }


.hww__photos__bottom p {
    width: 70%;
}

  .main__title__status:nth-child(2) {
    justify-content: space-between;
    width: 334px;
  }
  .main__title__status:nth-child(1) {
    justify-content: space-between;
    width: 334px;
  }
.main__title__statuses {
    gap: 20px;
}
.main__title__status {
  height: auto;
}
  .main__title__status p {
    width: 70%;
    text-align: right;
  }
  .main__title {
    padding: 0;
  }

  .main__title__btns {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
            margin: 0 0 20px;
  }
    .main__title__btns button {
        width: 228px;
        height: 51px;
        opacity: 1;
        border-radius: 10px;
        padding-top: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
        display: flex;
        gap: 10px;
                text-align: center;
        justify-content: center;
    }
  .title__h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;

  }
  .main__title__btns .btntyp1blue {
    width: 280px;
    text-align: center;
}
    .main__title__status .title__h3 {
        font-size: 20px;
    }
}


/* 
  *******************************
  MAIN SECTION TOP
  *******************************
/* */

.section__header {
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section__header .section__header_h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
}

.section__header .section__header_h2 span {
  color: #ffb5b6;
}
@media (max-width: 800px) {
  .section__header .section__header_h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .section__header {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .section__header .section__header_h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .section__header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}