/* CONTAINERS START */
@media (min-width: 1200px) {
  :root {
    --container-size: 1160px;
  }

  .container {
    max-width: var(--container-size);
  }

  /* scrollbar */
  ::-webkit-scrollbar {
    width: 8px;
    height: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--clr-circumorbital-ring);
  }
  ::-webkit-scrollbar-track {
    background-color: var(--clr-wallflower-white);
  }
  .small-scrollbar::-webkit-scrollbar {
    width: 5px;
  }

  section,
  header,
  footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1280px) {
  :root {
    --container-size: 1240px;
  }
}

@media (min-width: 1350px) {
  :root {
    --container-size: 1300px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container-size: 1320px;
  }
}

@media (min-width: 1600px) {
  :root {
    --container-size: 1420px;
  }
}

@media (min-width: 1680px) {
  :root {
    --container-size: 1520px;
  }
}

/* CONTAINERS END */
@media (max-width: 1899px) {
  :root {
    --font-size: 9px;
  }
  html {
    scroll-padding-top: calc(var(--headerHeight));
  }
}
@media (max-width: 1679px) {
  :root {
    --font-size: 8px;
  }
  .amubulance-vehicle-img {
    bottom: -10rem;
  }
  .how-ac-solution-section {
    padding-top: 15rem;
  }
  /* font sixe */
  .h5,
  h5 {
    font-size: 22px;
  }

  .h5.small,
  h5.small {
    font-size: 18px;
  }

  .h6,
  h6,
  .h6.paragraph-text {
    font-size: 16px;
  }

  .title-label {
    font-size: 20px;
  }

  .paragraph-text {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  header ul {
    gap: 2.5rem;
  }
  footer {
    background-size: contain;
    padding-bottom: var(--space-lg);
  }
  footer::after {
    content: "";
    background-color: var(--clr-dark-knight);
    bottom: -50px;
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: -1;
  }
  footer .container {
    position: relative;
    top: calc(var(--footer-top-space) + 25px);
  }
  .bottom-footer-wrap {
    transform: translateY(0px);
  }
}
@media (max-width: 1679px) {
  .h5,
  h5 {
    font-size: 22px;
  }

  .h5.small,
  h5.small {
    font-size: 18px;
  }

  .h6,
  h6,
  footer ul.menu-option-wrawp li a {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  :root {
    --font-size: 7.5px;
  }
  footer {
    --footer-top-space: 90px;
    padding-bottom: 20px;
  }
  .custom-btn {
    --btn-size: 55px;
    min-width: 170px;
  }
  .custom-btn .btn-text {
    font-size: 16px;
  }
  .how-ac-works-section .circle {
    left: calc(100% - var(--circle-size) / 1.5);
  }
}
@media (max-width: 1439px) {
  :root {
    --font-size: 7px;
  }
  .how-ac-works-section .circle {
    left: calc(100% - var(--circle-size) / 1.3);
  }
}
@media (max-width: 1365px) {
}
@media (max-width: 1279px) {
  :root {
    --font-size: 6px;
  }
  footer {
    --footer-left-col: 350px;
  }
  .circle {
    top: 0;
    left: calc(50% + 0rem);
  }
}
@media (min-width: 1200px) {
  header ul {
    border-radius: 50px;
    border: 2px solid var(--clr-deep-velvet);
    padding: 8px;
  }
  .circle {
    position: absolute;
  }
  .hero-content {
    max-width: 89.6rem;
  }
  /*
  .hero-section::after {
    content: "";
    background-color: rgba(var(--clr-white), 1);
    border-top: 8px solid var(--clr-sovereign-red);
    position: absolute;
    bottom: calc(var(--hero-traiangle-size) / -2);
    width: 100%;
    height: var(--hero-traiangle-size);
    left: 0px;
    transform: rotate(-4deg);
  }*/
  .why-we-built-this-description-wrap {
    padding-bottom: var(--clients-says-traiangle-size);
  }
}
@media (max-width: 1199px) {
  /* mobiel sidebar css start */
  .navbar-ul {
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    padding: var(--headerHeight) 3rem 3rem;
    height: 100vh;
    background: rgba(var(--clr-black), 0.5);
    transform: translate(100%);
    transition: all 0.3s ease-in-out;
  }
  .navbar-ul-box-shadow {
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 60%);
    transition: all 0.15s linear;
    opacity: 0;
    visibility: hidden;
  }

  .show-menu .navbar-ul-box-shadow {
    opacity: 1;
    visibility: visible;
  }
  .show-menu .navbar-ul {
    transform: translate(0);
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
  }
  /* mobiel sidebar css end */
  .logo {
    max-width: 200px;
  }
  header ul li a {
    min-width: 100px;
    min-height: 40px;
    font-size: 16px;
    color: rgba(var(--clr-white), 1);
  }
  .footer-col-center ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* WHY WE BUILT THIS STARTS */
  .why-we-built-this-feature-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  /* WHY WE BUILT THIS ENDS */
  .hero-content {
    position: relative;
    z-index: 2;
  }
  .hero-section {
    padding-bottom: 10rem;
  }
  .amubulance-vehicle-img {
    filter: grayscale(1);
    opacity: 0.1;
    bottom: 0;
  }
  /* font sixe */
  .h5,
  h5 {
    font-size: 20px;
  }

  .title-label {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .how-ac-solution-title-wrap p {
    max-width: 99rem;
  }
  .solution-card {
    border-radius: 20px 20px 0 0;
  }
  .how-ac-works-description {
    max-width: 500px;
  }
  .clients-says-section::before {
    content: "";
    background-color: var(--clr-dark-knight);
    border-top: 8px solid var(--clr-sovereign-red);
    position: absolute;
    top: calc(var(--clients-says-traiangle-size) / -2);
    width: 100%;
    height: var(--clients-says-traiangle-size);
    left: 0px;
    transform: rotate(-2deg);
    z-index: 0;
  }
  .clients-says-col-right {
    width: calc(100% - var(--clients-says-size));
    padding: 7rem 0;
  }
  .clients-says-col-left {
    width: var(--clients-says-size);
  }
}

@media (max-width: 991px) {
  :root {
    --font-size: 5px;
  }
  /* font sixe */
  .h4.small,
  h4.small {
    font-size: 16px;
  }
  .card-wrapper,
  .solutions-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-wrap {
    padding: 0 var(--space-md);
  }
  .pricing-plan {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .footer-col-left {
    width: 100%;
  }

  .footer-col-center,
  .footer-col-right {
    width: calc(100% - 50% - 3rem);
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 80px;
  }
  .logo {
    max-width: 150px;
  }
  .navbar-ul,
  .footer-col-center,
  .footer-col-right {
    width: 100%;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
  }

  /* font size */
  .primary-title {
    font-size: 24px;
  }
  .secondary-title {
    font-size: 22px;
  }
  .title-label {
    font-size: 16px;
  }
  .h5,
  h5 {
    font-size: 16px;
  }

  .h5.small,
  h5.small {
    font-size: 16px;
  }

  .title-label {
    font-size: 16px;
  }

  .paragraph-text {
    font-size: 16px;
  }
  .hero-content {
    padding: 30px 0;
  }
  .hero-section {
    padding-bottom: 40px;
  }
  .custom-btn {
    --btn-size: 50px;
    min-width: 160px;
  }
  .how-ac-solution-section {
    padding-top: 60px;
  }
  .custom-btn .icon svg {
    max-width: 13px;
  }
}
@media (max-width: 575px) {
  .solutions-wrap {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .solution-card {
    border-radius: inherit;
  }
}
/* 2000 size up css */
@media (min-width: 2000px) {
  footer {
    background-size: cover;
  }
  .hero-section::after {
    transform: rotate(-1deg);
  }
  .clients-says-section::before {
    transform: rotate(0deg);
  }
}
