@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1600px) {
  :root {
    --fs-18: 16px;
    --fs-20: 18px;
    --fs-24: 20px;
    --fs-30: 25px;
    --lh-30: 28px;
    --lh-40: 35px;
    --fs-46: 40px;
    --lh-55: 50px;
    --fs-50: 40px;
    --lh-60: 50px;
    /* --lh-25: px; */
  }
  .logo-holders {
    max-width: 250px;
  }
  .btn-g {
    padding: 10px 15px;
  }
  .hero-section .fs-46 {
    margin-bottom: 10px;
  }
  .hero-section ul.cart-lists {
    padding-top: 10px;
  }
  .section-ready {
    padding: 60px 0px;
  }
  .section-ready-content .right ul.cart-lists {
    padding: 10px 20px;
    margin-top: 10px;
  }
  .product-section-data .fs-30 {
    margin-bottom: 10px;
  }
  .loop span {
    margin-top: 10px;
  }
  .product-section-data {
    padding: 60px 0px;
  }
  .loop {
    margin-bottom: 150px;
  }
  .section-payments {
    padding: 60px 0px;
  }
  .payment-content .fs-30 {
    padding-bottom: 10px;
  }
  .payment-plans {
    gap: 15px;
  }
  .payment-plans .plans {
    padding: 20px;
    min-height: 300px;
  }
  .payments-logo {
    max-width: 350px;
  }
  .payment-content {
    max-width: 400px;
  }
  .mt {
    margin-top: 99px;
  }
  .main-conent {
    top: 80px;
  }
  .main-img {
    max-width: 450px;
  }
  .hero-section .main-conent p {
    max-width: 600px;
  }
  .swiper-slide,
  .hero-section .mySwiper {
    height: 600px;
  }
  ul.nav-list,
  ul.cart-lists {
    gap: 25px;
  }
  .faq {
    padding: 100px 0px;
  }
  .faq-flex {
    gap: 150px;
  }
  .faq-list .fs-30 {
    padding-bottom: 40px;
  }
  .title-faq {
    padding: 35px 0px;
    padding-right: 20px;
  }
  .bootm-data {
    padding-bottom: 15px;
  }
  .custom-footer .header-holders,
  footer.custom-footer .container {
    gap: 100px;
  }
  .custom-footer .logo {
    max-width: 350px;
  }
  .custom-footer {
    padding: 20px 0px;
  }
  .custom-footer .logo a {
    margin-bottom: 15px;
  }
  .logo-container {
    margin-bottom: 10px;
  }
  .input-field {
    margin-bottom: 15px;
  }
  .login-btn {
    margin: 10px 0px;
  }
  .popup-content .fs-25 {
    padding-bottom: 8px;
  }
  .popup-content {
    padding: 30px;
  }
  .popup-header h2 {
    margin-bottom: 8px;
  }
  .signup-popup .popup-header {
    margin-bottom: 8px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .terms-group {
    margin: 15px 0px;
  }
  .signup-popup {
    padding: 30px;
  }
  .input-field,
  .form-group input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .submit-btn {
    padding: 10px;
  }
}
@media (max-width: 1400px) {
  :root {
    --fs-18: 15px;
    --fs-20: 16px;
    --fs-24: 18px;
    --fs-30: 20px;
    --lh-30: 25px;
    --lh-40: 30px;
    --fs-46: 30px;
    --lh-55: 40px;
    --fs-50: 30px;
    --lh-60: 40px;
    /* --lh-25: px; */
  }
  .logo-holders {
    max-width: 200px;
  }
  .mt {
    margin-top: 84px;
  }
  .main-conent {
    top: 60px;
  }
  .swiper-slide,
  .hero-section .mySwiper {
    height: 500px;
  }
  .main-img {
    max-width: 400px;
  }
  .content {
    max-width: 650px;
  }
  .loop {
    margin-bottom: 80px;
  }
  .product-section-data {
    padding: 50px 0px;
  }
  .section-ready {
    padding: 40px 0px;
  }
  .section-ready-content .right ul.cart-lists {
    padding: 5px 15px;
  }
  .payment-plans .plans {
    max-width: 240px;
  }
  .section-payments {
    padding: 40px 0px;
  }
  .payments-logo {
    max-width: 300px;
  }
  .hero-section .main-conent p {
    max-width: 500px;
  }
  ul.nav-list,
  ul.cart-lists {
    gap: 20px;
  }
  .faq {
    padding: 80px 0px;
  }
  .faq-flex {
    gap: 120px;
  }
  .faq-list .fs-30 {
    padding-bottom: 30px;
  }
  .title-faq {
    padding: 30px 0px;
    padding-right: 20px;
  }
  .faq-content .fs-30 {
    padding-bottom: 10px;
  }
  .bootm-data {
    padding-bottom: 10px;
  }
  .custom-footer .logo img {
    max-width: 250px;
  }
  .custom-footer .header-holders,
  footer.custom-footer .container {
    gap: 30px;
  }
}
@media (max-width: 1200px) {
  :root {
    --fs-18: 14px;
    --fs-20: 15px;
    --fs-24: 16px;
    --fs-30: 18px;
    --lh-30: 25px;
    --lh-40: 25px;
    --fs-46: 25px;
    --lh-55: 30px;
    --fs-50: 25px;
    --lh-60: 35px;
    /* --lh-25: px; */
  }
  .main-img {
    max-width: 350px;
  }
  .loop {
    margin-bottom: 50px;
  }
  .content {
    max-width: 550px;
  }
  .loop span {
    margin-top: 0px;
  }
  .swiper-slide,
  .hero-section .mySwiper {
    height: 400px;
  }
  ul.nav-list,
  ul.cart-lists {
    gap: 15px;
  }
  .faq {
    padding: 60px 0px;
  }
  .faq-flex {
    gap: 100px;
  }
  .faq-list .fs-30 {
    padding-bottom: 20px;
  }
  .title-faq {
    padding: 25px 0px;
    padding-right: 20px;
  }
  .custom-footer .logo {
    max-width: 300px;
  }
  .custom-footer .logo a {
    margin-bottom: 10px;
  }
  .custom-footer ul.nav-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 995px) {
  .section-ready-content {
    flex-direction: column;
    gap: 10px;
  }
  .right {
    max-width: 100%;
  }
  .section-ready-content .right ul.cart-lists {
    margin-top: 5px;
  }
  .section-ready {
    padding: 30px 0px;
  }
  .product-section-data {
    padding: 30px 0px;
  }
  .loop {
    margin-bottom: 30px;
  }
  .product-loop .loop:nth-child(2n),
  .loop {
    flex-direction: column;
    gap: 15px;
  }
  .main-img {
    max-width: 460px;
    margin-right: auto;
  }
  .content {
    max-width: 100%;
  }
  .full-plans {
    flex-direction: column;
    gap: 15px;
  }
  .payment-content {
    max-width: 100%;
  }
  .swiper-slide,
  .hero-section .mySwiper {
    height: 300px;
  }
  .hero-section ul.cart-lists {
    padding-top: 0px;
  }
  .fs-50 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-ready-content {
    gap: 5px;
  }
  .payments-logo {
    display: none;
  }
  .header-holders {
    display: none;
  }
  .cart-container {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  .mobil-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-holders ul {
    display: block;
  }
  .grid-header {
    flex-direction: column;
  }
  .header-holders ul {
    width: 100%;
  }
  .header-holders {
    width: 100%;
  }
  .header-holders ul {
    width: 100%;
    margin: 0;
    padding-top: 15px;
  }
  .header-holders ul li {
    margin-bottom: 10px;
  }
  .header-holders .cart-container {
    display: block;
  }
  .header-holders {
    display: none;
  }
  .header-holders .cart-container {
    width: fit-content;
  }
  .header-holders .cart-container ul {
    display: flex;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .header-holders .cart-container ul li {
    margin-bottom: 0px;
  }
  .faq {
    padding: 40px 0px;
  }
  .faq-flex {
    gap: 25px;
    flex-direction: column-reverse;
  }
  .faq-list .fs-30 {
    padding-bottom: 15px;
  }
  .title-faq {
    padding: 20px 0px;
    padding-right: 20px;
  }
  .faq-content {
    max-width: 100%;
  }
  .custom-footer .header-holders,
  footer.custom-footer .container {
    display: flex;
  }
  .custom-footer .logo {
    max-width: 100%;
  }
  .custom-footer ul.nav-list {
    display: flex;
  }
  footer.custom-footer .container {
    flex-direction: column;
  }
  .custom-footer .header-holders {
    gap: 10px;
  }
  footer.custom-footer .container {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .hero-section .fs-46 {
    margin-bottom: 5px;
  }
  .payment-plans {
    flex-wrap: wrap;
    justify-content: center;
  }
  .payment-plans .plans {
    min-height: 200px;
  }
  .faq {
    padding: 30px 0px;
  }
  .custom-footer .header-holders {
    flex-direction: column;
  }
  .custom-footer ul.nav-list {
    width: 100%;
    max-width: 100%;
    width: fit-content;
    margin-right: auto;
    padding: 7px 15px;
  }
  .custom-footer ul.nav-list li {
    margin-bottom: 0px;
  }
  .custom-footer .header-holders .cart-container {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .custom-footer .header-holders .tranparent-btn.btn-g {
    color: #061a00;
    border-color: #061a00;
  }
  .payment-plans .plans {
    max-width: 100%;
    min-height: auto;
    gap: 10px;
  }
  .payment-plans .plans span.price {
    margin-bottom: 10px;
  }
  .section-ready-content .right ul.cart-lists li span.try {
    font-size: 14px;
  }
  .swiper-slide,
  .hero-section .mySwiper {
    height: 400px;
  }
  .logo-holders {
    max-width: 180px;
  }
  .mt {
    margin-top: 78px;
  }
  .product-section-data .fs-30 {
    margin-bottom: 5px;
  }
  .btn-g {
    padding: 8px 15px;
  }
  .hero-section::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 2;
  }
  .main-conent {
    z-index: 99;
  }
  .hero-section .fs-46 {
    color: #fff;
    line-height: 35px;
  }
  .hero-section .main-conent p {
    color: #fff;
  }
  .tranparent-btn.btn-g {
    color: #fff;
    border-color: #fff;
  }
  .title-faq {
    padding: 15px 0px;
    padding-right: 10px;
  }
  .faq-content a {
    margin-top: 5px;
  }
  footer.custom-footer .container {
    gap: 5px;
  }
  .faq-content a img {
    max-width: 20px;
  }
  .title-faq img {
    max-width: 20px;
  }
  .signup-popup,
  .popup-content {
    padding: 15px;
  }

  header.custom-header .tranparent-btn.btn-g {
    color: #061a00;
    border-color: #061a00;
  }
  header.custom-header .tranparent-btn.btn-g:hover {
    border-color: #3a904b;
    color: #fff;
  }
  .terms-group {
    margin: 10px 0px;
  }
}
