/* *************************************************** */
/* **************************** MAX WIDTH - 1150px */
/***************************************************** */
@media (max-width: 1150px) {
  /* -------------------------------- GENERAL */
  .sct-space {
    padding: 4.8rem 0;
  }

  .pb {
    padding-bottom: 4.8rem;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .section-support-title {
    font-size: 0.9rem;
  }

  .p-type {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  /* -------------------------------- HEADER SECTION */
  #header {
    height: 4.8rem;
  }

  .contact-info {
    margin-left: 1.5rem;
  }

  /* *************** */
  /* MOBILE NAV */
  /* *************** */
  .btn-mobile-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    z-index: 9999;
    margin-right: 1rem;
  }

  .main-nav {
    background-color: rgb(0, 36, 55, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    right: 0;
    padding: 4.8rem;
    width: auto;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    margin-right: 0;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .mob-nav-icon[name="close-outline"] {
    display: block;
  }

  .nav-open .mob-nav-icon[name="menu-outline"] {
    display: none;
  }

  .nav-list {
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
  }

  .contact-link {
    font-size: 0.9rem;
  }

  .nav-icon {
    width: 1rem;
    height: 1rem;
  }

  .cta {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }

  .nav-link:link,
  .nav-link:visited,
  .nav-link:active,
  .nav-link:hover,
  .cta:link,
  .cta:visited,
  .cta:active,
  .cta:hover {
    font-size: 1.2rem;
  }

  .cta:link,
  .cta:visited,
  .cta:active,
  .cta:hover {
    padding: 0.5rem 1.5rem;
  }

  /* -------------------------------- MAIN SECTION */
  #main {
    height: 44rem;
    width: 100%;
  }

  video {
    height: 100%;
    width: 100rem;
    object-fit: cover;
  }

  #main-video {
    object-fit: cover;
  }

  #main-logo {
    width: 20rem;
  }

  .main-title {
    font-size: 4.2rem;
  }

  .title-support {
    font-size: 1.7358rem;
  }

  /* -------------------------------- ABOUT TOP SECTION */
  #about {
    max-width: 85%;
    padding: 4rem 0;
  }

  .sec-flex {
    gap: 3.6rem;
  }

  .about-img {
    width: 24rem;
    height: 32rem;
  }

  .about-flex {
    gap: 2rem;
  }

  .about-hr {
    width: 4.2rem;
  }

  .section-main-title {
    font-size: 1.2rem;
  }

  .emphasize {
    font-size: 1.6rem;
  }

  .p-review {
    font-size: 0.8rem;
  }

  .note-author {
    margin-top: -0.5rem;
  }

  /* -------------------------------- ABOUT BOTTOM SECTION */
  .owner {
    gap: 2rem;
  }

  .owner-hr {
    width: 7rem;
  }

  .owner-img {
    width: 28rem;
    height: 28rem;
  }

  /* -------------------------------- CTE SECTION */
  .commitment-content {
    max-width: 85%;
  }

  .cap-hr {
    width: 6rem;
  }

  .accolade {
    height: 16rem;
  }

  .acco-heading h4 {
    font-size: 1.8rem;
  }

  .acco-overlay {
    padding: 1.2rem;
  }

  .acco-overlay-heading {
    font-size: 1.2rem;
  }
  .acco-icon {
    width: 2rem;
    height: 2rem;
  }

  .acco-description {
    font-size: 0.8rem;
  }

  /* -------------------------------- PROJECTS SECTION */
  .project-section {
    max-width: 85%;
    gap: 2.4rem;
  }

  /* -------------------------------- CAPABILITIES SECTION */
  .cap-header {
    max-width: 85%;
  }

  .capabilities-grid {
    max-width: 85%;
  }

  /* -------------------------------- REVIEWS SECTION */
  .rev-header {
    max-width: 75%;
  }
  .review-wrapper {
    max-width: 75%;
  }

  .review-container {
    height: 20rem;
  }

  .review-text {
    width: 90%;
    gap: 1.4rem;
  }

  .r2 {
    height: 19rem;
  }

  .pr {
    height: 19rem;
  }

  .rev-img {
    width: 14rem;
  }

  .review {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .reviewer {
    font-size: 1.2rem;
  }

  .reviewer-business {
    font-size: 0.8rem;
  }

  .next-btn,
  .prev-btn {
    width: 3rem;
    height: 3rem;
  }

  /* -------------------------------- CONNECT SECTION */
  .con-header,
  .connect-container {
    max-width: 85%;
  }

  .connect-container {
    grid-template-columns: 1fr 1fr;
  }

  .connect-hr {
    width: 4rem !important;
  }

  /*  ************************************  */
  /*  * * * * * ABOUT PAGE * * * * * * * *  */
  /*  ************************************  */
  #about-body {
    display: flex;
    flex-direction: column;
  }

  .ap-current-page {
    border-bottom: 2px solid white !important;
  }

  #about-header {
    position: absolute;
    top: 1rem;
    left: -1rem;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start !important;
    height: 6rem;
  }

  .a-nl:link,
  .a-nl:visited {
    color: white;
  }

  .a-nl:active,
  .a-nl:hover {
    border-bottom: 2px solid white;
  }

  #a-cta:hover {
    color: white;
    border: 2px solid white;
  }

  .about-left-side {
    height: auto;
    padding: 8rem 7.2rem 3rem;
  }

  .about-left-content {
    gap: 2.4rem;
  }

  .about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-white-logo {
    box-shadow: none;
    align-self: center;
    width: 80%;
    margin: auto;
  }

  .about-right-side {
    height: auto;
    overflow-y: auto;
    padding: 1.5rem 7.2rem;
  }

  .about-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    gap: 1rem;
    margin-top: 4rem;
  }

  #slider {
    overflow: hidden;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  .tall-content {
    background: linear-gradient(
      to right bottom,
      rgb(128, 153, 167, 0.3) 40%,
      rgb(128, 153, 167, 0.15)
    );
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 2rem;
  }

  .main-about-content {
    grid-column: 0 / 2;
    grid-row: 2 / 5;
    background: linear-gradient(
      to right bottom,
      rgb(128, 153, 167, 0.3) 60%,
      rgb(128, 153, 167, 0.15)
    );
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-items: flex-start;
    padding: 2.4rem;
  }

  .small-content {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .grid-quote {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    background: linear-gradient(
      to right bottom,
      rgb(0, 36, 55) 30%,
      rgb(0, 36, 55, 0.8)
    );
    padding: 1.8rem;
  }

  .about-div {
    flex-direction: row;
    justify-content: flex-start;
  }

  #about-con-container {
    padding: 3.6rem;
  }

  #conn-text {
    width: 90%;
  }

  #nam-n-num {
    justify-content: space-between;
  }

  /*  ************************************  */
  /*  * * * * * POJECTS PAGE * * * * * * * *  */
  /*  ************************************  */

  .p-main-content {
    grid-template-columns: 1fr 3.5fr;
    gap: 3.6rem;
    max-width: 80vw;
    padding: 6.4rem 0 4.8rem;
  }

  .p-main-img {
    width: 18rem;
  }

  .history-title {
    font-size: 3.6rem;
  }

  .history-title-support {
    font-size: 1.2rem;
  }

  .history-title-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
