@media (max-width: 1399px) {
  .slider-rotate-img .slide-img-left:nth-child(1) {
    transform: translate(12px) rotate(270deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(2) {
    /* transform: translate(37px, -208px) rotate(290deg); */
    transform: translate(29px, -206px) rotate(285deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(3) {
    /* transform: translate(145px, -390px) rotate(315deg); */
    /* transform: translate(137px, -394px) rotate(310deg); */
    transform: translate(118px, -403px) rotate(307deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(4) {
    /* transform: translate(313px, -518px) rotate(332deg); */
    /* transform: translate(296px, -536px) rotate(327deg); */
    transform: translate(270px, -550px) rotate(325deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(5) {
    /* transform: translate(529px, -570px) rotate(0); */
    transform: translate(470px, -625px) rotate(0)
  }
  .slider-rotate-img .slide-img-right:nth-child(6) {
    /* transform: translate(-367px, -516px) rotate(385deg); */
    transform: translate(-270px, -550px) rotate(-325deg);
  }
  .slider-rotate-img .slide-img-right:nth-child(7) {
    /* transform:translate(-189px, -381px) rotate(410deg); */
    transform: translate(-118px, -403px) rotate(-307deg);
  }
  .slider-rotate-img .slide-img-right:nth-child(8) {
    /* transform:translate(-71px, -212px) rotate(423deg); */
    transform: translate(-29px, -206px) rotate(-285deg);
  }
  .slider-rotate-img .slide-img-right:nth-child(9) {
    transform: translate(-12px) rotate(-270deg);
  }
}


@media (max-width: 1199px) {
  .slider-rotate-img .slide-img-left:nth-child(1) {
    transform: translate(12px) rotate(270deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(2) {
    /* transform: translate(37px, -208px) rotate(290deg); */
    transform: translate(26px, -206px) rotate(280deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(3) {
    /* transform: translate(145px, -390px) rotate(315deg); */
    /* transform: translate(137px, -394px) rotate(310deg); */
    transform: translate(78px, -403px) rotate(290deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(4) {
    /* transform: translate(313px, -518px) rotate(332deg); */
    /* transform: translate(296px, -536px) rotate(327deg); */
    transform: translate(188px, -582px) rotate(315deg);
  }
  .slider-rotate-img .slide-img-left:nth-child(5) {
    /* transform: translate(529px, -570px) rotate(0); */
    transform: translate(383px, -680px) rotate(0)
  }
  .slider-rotate-img .slide-img-right:nth-child(6) {
    /* transform: translate(-367px, -516px) rotate(385deg); */
    transform: translate(-188px, -582px) rotate(-315deg);
  }
  .slider-rotate-img .slide-img-right:nth-child(7) {
    /* transform:translate(-189px, -381px) rotate(410deg); */
    transform: translate(-78px, -403px) rotate(-290deg);
  }
  .slider-rotate-img .slide-img-right:nth-child(8) {
    /* transform:translate(-71px, -212px) rotate(423deg); */
    transform: translate(-26px, -206px) rotate(-280deg);
  }
  .slider-rotate-img .slide-img-right:nth-child(9) {
    transform: translate(-12px) rotate(-270deg);
  }
}

@media (max-width: 991px) {
  .change-fs-16px-14px {
    font-size: 15px;
  }
  .change-fs-20px-fs-16px {
    font-size: 18px;
  }
  .change-fs-22px-18px {
    font-size: 20px;
  }
  .change-fs-24px-18px {
    font-size: 21px;
  }
  .change-fs-32px-24px {
    font-size: 28px;
  }
  .change-fs-60px-fs-35px {
    font-size: 42px;
  }
  .change-fs-85px-50px {
    font-size: 67px;
  }
  .change-fs-240px-150px {
    font-size: 195px;
  }

  .change-line-hight-82px-50px {
    line-height: 66px;
  }

  /* Start padding  */
  .after-lg-p-20px {
    padding: 20px;
  }
  .change-pt-180px-120px {
    padding-top: 150px;
  }
  .change-pt-230px-110px {
    padding-top: 170px;
  }
  .change-pb-200px-110px {
    padding-bottom: 155px;
  }

  .change-py-80px-50px {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .change-p-40px-20px {
    padding: 30px;
  }
  /* End padding  */

  /* Strat gap  */
  .change-row-gap-20px-10px {
    row-gap: 15px;
  }
  .change-row-gap-40px-16px {
    gap: 28px;
  }
  /* End gap  */

  /* Start border radius */

  .change-rounded-40px-20px {
    border-radius: 30px;
  }
  /* End border radius */

  /* Start width and height */
  .change-max-h-250px-170px {
    max-height: 210px;
  }
  /* End width and height */

  .header-S1 .navbar {
    padding: 8px 0;
  }

  .header-S1 .navbar-collapse {
    position: fixed;
    left: -100%;
    height: 100dvh;
    top: 0;
    padding: 20px 24px;
    background-color: #000000d1;
    max-width: 450px;
    width: 100%;
    backdrop-filter: blur(15px);
    box-shadow: rgba(35, 35, 36, 0.468) 0px 5px 15px;
    z-index: 99;
    transition: 0.5s;
    backdrop-filter: blur(11px);
  }

  .backdrop.show {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    background: #84848480;
    transition: opacity 0.15s linear;
  }

  .card-S1-absolute-right,
  .card-S2-absolute-left {
    position: unset;
  }
  .after-lg-d-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .faq-accordion .accordion-item {
    padding: 30px;
  }

  .faq-accordion .accordion-header .accordion-button {
    font-size: 20px;
  }
  .faq-accordion .accordion-body {
    font-size: 15px;
  }

  /* Start faq-auestions-tab  */

  .faq-auestions-tab .nav-item .nav-link {
    padding: 14px 24px;
  }
  /* End faq-auestions-tab  */

  /* Start policy-point  */
  .policy-point li {
    font-size: 18px;
    color: #727272;
    margin-bottom: 4px;
  }
  /* End policy-point  */

  /* Start cookies-card  */
  .cookies-card {
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 100%;
    z-index: 999;
  }
  /* End cookies-card  */


  .change-max-h-870px-lg-0{
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .change-fs-16px-14px {
    font-size: 14px;
  }
  .change-fs-20px-fs-16px {
    font-size: 16px;
  }
  .change-fs-22px-18px {
    font-size: 18px;
  }
  .change-fs-24px-18px {
    font-size: 18px;
  }
  .change-fs-32px-24px {
    font-size: 24px;
  }
  .change-fs-60px-fs-35px {
    font-size: 35px;
  }
  .change-fs-85px-50px {
    font-size: 50px;
  }
  .change-fs-240px-150px {
    font-size: 150px;
  }

  .change-line-hight-82px-50px {
    line-height: 50px;
  }

  /* Strat gap  */
  .change-row-gap-20px-10px {
    row-gap: 10px;
  }
  .change-row-gap-40px-16px {
    gap: 16px;
  }
  /* End gap  */

  /* Start width and height */
  .change-max-h-250px-170px {
    max-height: 170px;
  }
  /* End width and height */

  /* Start padding  */
  .change-pt-180px-120px {
    padding-top: 120px;
  }
  .change-pt-230px-110px {
    padding-top: 110px;
  }
  .change-pb-200px-110px {
    padding-bottom: 100px;
  }

  .change-py-80px-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .change-p-40px-20px {
    padding: 20px;
  }
  /* End padding  */

  /* Start border radius */

  .change-rounded-40px-20px {
    border-radius: 20px;
  }
  /* End border radius */

  .faq-accordion .accordion-item {
    padding: 20px;
  }

  .faq-accordion .accordion-header .accordion-button {
    font-size: 18px;
  }
  .faq-accordion .accordion-body {
    font-size: 14px;
  }

  /* Start policy-point  */
  .policy-point li {
    font-size: 16px;
    color: #727272;
    margin-bottom: 4px;
  }
  /* End policy-point  */
}
