/**************************/
/* BELOW 1248px */
/**************************/

@media (max-width: 78rem) {
  .container {
    max-width: 90vw;
  }

  .primary-heading {
    font-size: 8rem;
    line-height: 1.2;
  }

  .header-sub {
    max-width: 90vw;
  }

  .line-header {
    padding-top: 6.4rem;
  }

  .section {
    padding-bottom: 6.4rem;
  }

  .about-us {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr, 1fr, 1fr);
  }

  .embed-video-box {
    grid-row: 4 / 5;
    justify-self: center;
  }

  .grid--2--cols {
    gap: 2.4rem;
  }

  .what-we-offer {
    column-gap: 1.6rem;
  }

  .sub-heading-type-2 {
    font-size: 6.2rem;
  }

  .why-us .sub-heading-type-2 {
    font-size: 5.2rem;
  }

  .cta .sub-heading-type-2 {
    font-size: 5rem;
  }

  .what-we-offer .text-type-2 {
    font-size: 1.6rem;
  }

  .why-us .text {
    font-size: 1.6rem;
  }

  .why-us .text-type-2 {
    font-size: 1.7rem;
  }

  .modal-content {
    width: 65%;
  }

  .team-title {
    font-size: 1.7rem;
  }

  #radio-container a {
    padding: 6px;
  }

  #radio-container a ion-icon {
    font-size: 18px;
    color: var(--primary-color);
  }
}

/**************************/
/* BELOW 1032px */
/**************************/

@media (max-width: 64.2rem) {
  .main-nav-list {
    gap: 3.2rem;
  }

  .primary-heading {
    font-size: 6.6rem;
    line-height: 1.2;
  }

  .text {
    font-size: 1.7rem;
  }

  .hero-description {
    max-width: 85vw;
  }

  .section {
    padding-bottom: 5.2rem;
  }

  .sub-heading-type-2 {
    font-size: 5.2rem;
  }

  .why-us .sub-heading-type-2 {
    font-size: 4.2rem;
  }

  .cta {
    column-gap: 5.2rem;
  }

  .cta .sub-heading-type-2 {
    font-size: 4rem;
  }

  .sub-heading-type-3 {
    font-size: 3rem;
  }

  .modal-primary-heading {
    font-size: 3.6rem;
  }

  .modal-sub-heading {
    font-size: 2.4rem;
  }

  .team-title {
    font-size: 1.39rem;
  }
}

/**************************/
/* BELOW 832px */
/**************************/

@media (max-width: 52rem) {
  .main-nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .main-nav-toggle {
    display: flex;
  }

  .main-nav-list {
    padding-right: 24px;
  }

  .main-nav-list li:first-child {
    padding-top: 24px;
  }

  .nav-active {
    display: flex;
  }

  .primary-heading {
    font-size: 5.4rem;
  }

  .text {
    font-size: 1.6rem;
  }

  .hero-description {
    max-width: 80vw;
    margin-top: 3.2rem;
  }

  .text--lg--margin {
    margin-bottom: 3.2rem;
  }

  .section {
    padding-bottom: 4.2rem;
  }

  .line-header {
    padding-top: 4.2rem;
  }

  .sub-heading-type-2 {
    font-size: 4.2rem;
  }

  .what-we-offer {
    grid-template-columns: 1fr 1fr;
  }

  .what-we-offer .sub-heading-type-2 {
    font-size: 3.15rem;
  }

  .why-us .sub-heading-type-2 {
    font-size: 3.5rem;
  }

  .spc-1 {
    grid-row: 3 / 4;
  }

  .spc-2 {
    grid-row: 7 / 8;
  }

  .cta {
    column-gap: 3.6rem;
  }

  .cta .sub-heading-type-2 {
    font-size: 3.8rem;
  }

  .footer-grid {
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-nav {
    display: none;
  }

  .modal-primary-heading {
    font-size: 2.8rem;
  }

  .modal-sub-heading {
    font-size: 2rem;
  }

  .modal-text-2 {
    font-size: 1.4rem;
  }

  .title-card-1 {
    display: none;
  }

  .title-card-2 {
    display: block;
  }

  .team-title {
    font-size: 1.4rem;
  }

  .team-name-card {
    font-size: 1.7rem;
  }
}

/**************************/
/* BELOW 688px */
/**************************/

@media (max-width: 43rem) {
  .primary-heading {
    font-size: 4.8rem;
  }

  .sub-heading-type-2 {
    font-size: 3.8rem;
  }

  .service-sub-header {
    grid-column: 1 / -1;
  }

  .what-we-offer .btn--right {
    grid-column: 1 / -1;
    grid-row: 10 / 11;
  }

  .what-we-offer .sub-heading-type-2 {
    font-size: 4.4rem;
  }

  .cta {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .get-in-touch {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
  }

  .cta .sub-heading-type-2 {
    font-size: 4.4rem;
  }

  .why-us .sub-heading-type-2 {
    font-size: 4.4rem;
  }

  .why-us {
    grid-template-columns: 1fr;
  }

  .why-us .btn--right {
    grid-row: 6 / 7;
  }

  .modal-content {
    width: 75%;
  }

  .team-title {
    font-size: 1.4rem;
  }

  .team-name-card {
    font-size: 1.7rem;
  }

  #radio-container {
    display: none;
  }

  .section {
    margin: 0;
  }
}

/**************************/
/* BELOW 608px */
/**************************/

@media (max-width: 38rem) {
  .line {
    display: none;
  }

  .line-header {
    display: flex;
    justify-content: center;

    padding-top: 4.8rem;
  }

  .line-header p {
    font-weight: 500;
    font-size: 2.1rem;
  }

  .primary-heading {
    font-size: 3.95rem;
    text-align: center;
  }

  .hero-description {
    max-width: 90vw;
    text-align: center;
  }

  .btn--container {
    display: flex;
    justify-content: center;
  }

  .sub-heading-type-2 {
    font-size: 3.1rem;
  }

  .embed-video {
    max-width: 90vw;
    /* display: none; */
  }

  .what-we-offer {
    display: flex;
    flex-direction: column;
  }

  .what-we-offer .btn--right {
    order: 10;
    margin-left: auto;
  }

  .spc-3 {
    order: 2;
  }
  .spc-4 {
    order: 3;
  }
  .spc-5 {
    order: 4;
  }
  .spc-6 {
    order: 5;
  }
  .spc-7 {
    order: 6;
  }
  .spc-8 {
    order: 7;
  }
  .spc-9 {
    order: 8;
  }
  .spc-10 {
    order: 9;
  }

  .cta .sub-heading-type-2 {
    font-size: 4.15rem;
    text-align: center;
  }

  .spc-11 p {
    text-align: center;
  }

  .get-in-touch {
    display: flex;
    flex-direction: column;
  }

  .contact-details {
    justify-content: center;
  }

  .sub-heading-type-3 {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-socials {
    grid-row: 1 / 3;
  }

  .opening-hours {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .modal-content {
    width: 85%;
  }

  .modal-primary-heading {
    font-size: 2.4rem;
  }

  .modal-sub-heading {
    font-size: 1.8rem;
  }

  .modal-promo {
    font-size: 2.4rem;
  }

  .modal-text-2 {
    font-size: 1.3rem;
  }

  .team-title {
    font-size: 1.1rem;
  }

  .team-name-card {
    font-size: 1.4rem;
  }

  .logo {
    height: 8rem;
  }
}

/**************************/
/* BELOW 496px */
/**************************/

@media (max-width: 31rem) {
  .primary-heading {
    font-size: 3.4rem;
  }

  .hero-description {
    text-align: center;
  }

  .btn,
  .btn:link,
  .btn:visited {
    padding: 0.5rem 0.25rem;
    font-size: 1.4rem;
  }

  .sub-heading-type-2 {
    font-size: 2.4rem;
    text-align: center;
  }

  .section {
    padding-bottom: 2.4rem;
  }

  .what-we-offer .sub-heading-type-2 {
    font-size: 3.2rem;
  }

  .why-us .sub-heading-type-2 {
    font-size: 3.2rem;
  }

  .cta .sub-heading-type-2 {
    font-size: 3.2rem;
  }

  .cta-btn {
    display: grid;
    justify-items: center;
    gap: 1.2rem;
  }

  .cta .btn-space-right {
    margin-right: 0;
  }

  .modal-content {
    width: 90%;
  }

  .modal-primary-heading {
    font-size: 2rem;
  }

  .modal-sub-heading {
    font-size: 1.4rem;
  }

  .modal-promo {
    font-size: 2rem;
  }

  .modal-text-2 {
    font-size: 1rem;
  }

  .close {
    font-size: 2rem;
  }

  .team-title {
    font-size: 1.9rem;
  }

  .team-name-card {
    font-size: 1.9rem;
  }

  .title-card-1 {
    display: block;
  }

  .title-card-2 {
    display: none;
  }

  .team-grid {
    display: block;
  }

  .team-card {
    padding-bottom: 2rem;
  }

  .photo-container {
    width: 75%;
    margin: 0 auto;
  }

  .copyright-text {
    font-size: 1rem;
  }
}

/**************************/
/* BELOW 375px */
/**************************/

@media (max-width: 23.5rem) {
  .line-header p {
    font-size: 1.6rem;
  }

  .hero-section .line-header {
    padding-top: 1.2rem;
  }

  .primary-heading {
    font-size: 2.8rem;
  }

  .hero-description {
    font-size: 1.5rem;
    margin-bottom: 4.8rem;
  }

  .sub-heading-type-2 {
    font-size: 2rem;
  }

  .text {
    font-size: 1.4rem;
  }

  .about-us .text {
    text-align: center;
  }

  .section {
    padding-bottom: 1.6rem;
  }

  .what-we-offer .sub-heading-type-2 {
    font-size: 2.4rem;
  }

  .what-we-offer .btn--right {
    margin: auto;
  }

  .why-us .btn--right {
    margin: auto;
  }

  .why-us .sub-heading-type-2 {
    font-size: 2.4rem;
  }

  .why-us {
    text-align: center;
  }

  .why-us-list {
    display: flex;
  }

  .why-us-list .text {
    font-size: 1.5rem;
  }

  .why-us-list .icon {
    display: none;
  }

  .footer-grid {
    display: flex;
    flex-direction: column;

    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .modal-primary-heading {
    font-size: 1.6rem;
  }

  .modal-sub-heading {
    font-size: 1.1rem;
  }

  .modal-promo {
    font-size: 1.6rem;
  }

  .modal-text-2 {
    font-size: 0.8rem;
  }

  .copyright-text {
    font-size: 0.8rem;
  }
}
