@font-face {
  font-family: "Roboto"; /* Replace with the actual font name */
  src: url("../../Roboto/Roboto-VariableFont_wdth,wght.ttf") format("woff2"), url("../../Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("woff");
  /* Add more src lines for other font formats if needed */
}
* {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

.max-width {
  max-width: 1200px;
  margin: 0rem auto;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .max-width {
    max-width: 100%;
    margin: 0rem;
  }
}
.navigation-bar-mother-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.navigation-bar-mother-container .top-nav-infor {
  background: #fff;
  padding: 0.5rem 0rem;
  transition: all 0.5s ease-in-out;
}
.navigation-bar-mother-container .top-nav-infor .width-percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #000;
}
.navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .email {
  padding: 0.5rem 0.8rem 0.5rem 0rem;
  border-right: 1px dashed #000;
  color: #000;
  font-weight: 500;
}
.navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .phone-number {
  padding: 0.8rem;
  font-weight: 500;
}
.navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn {
  background-color: orangered;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 2.3rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn:hover {
  background: #fff;
  color: #000;
}
.navigation-bar-mother-container .bottom-nav-infor {
  background: rgb(1, 1, 66);
  padding: 1.5rem 0rem;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .name {
  font-size: 2rem;
  line-height: 2rem;
  color: #c2c2c2;
  font-weight: bolder;
  letter-spacing: 2px;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .name span {
  color: orangered;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .company {
  color: orangered;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.47rem;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  font-size: 0.9rem;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link {
  cursor: pointer;
  transition: color 0.3s;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link:hover {
  color: orangered;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link.active {
  color: orangered;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons {
  display: none;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .open-button {
  display: none;
  width: 1rem;
}
.navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .close-button {
  display: none;
  width: 1rem;
}

.navigation-bar-mother-container.scrolled .top-nav-infor {
  height: 0;
  padding: 0;
}
.navigation-bar-mother-container.scrolled .top-nav-infor .width-percentage {
  display: none;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .navigation-bar-mother-container .top-nav-infor {
    background: #fff;
    padding: 0.5rem 1rem;
    transition: all 0.5s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #000;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .email {
    padding: 0.5rem 0.8rem 0.5rem 0rem;
    border-right: 1px dashed #000;
    color: #000;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .phone-number {
    padding: 0.8rem;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn {
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn:hover {
    background: #fff;
    color: #000;
  }
  .navigation-bar-mother-container .bottom-nav-infor {
    background: rgb(1, 1, 66);
    padding: 1.5rem 1rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .name {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #c2c2c2;
    font-weight: bolder;
    letter-spacing: 2px;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .name span {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .company {
    color: orangered;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.4rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #fff;
    font-size: 0.9rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link {
    cursor: pointer;
    transition: color 0.3s;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link:hover {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link.active {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons {
    display: none;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .open-button {
    display: none;
    width: 1rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .close-button {
    display: none;
    width: 1rem;
  }
}
@media (max-width: 900px) {
  .navigation-bar-mother-container .top-nav-infor {
    background: #fff;
    padding: 0.5rem;
    transition: all 0.5s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #000;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .email {
    padding: 0.5rem 0.8rem 0.5rem 0rem;
    border-right: 1px dashed #000;
    color: #000;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .phone-number {
    padding: 0.8rem;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn {
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn:hover {
    background: #fff;
    color: #000;
  }
  .navigation-bar-mother-container .bottom-nav-infor {
    background: rgb(1, 1, 66);
    padding: 1rem 0.5rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo {
    width: 6.5rem;
    height: 2.5rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo img {
    width: 100%;
    height: 100%;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-size: 0.9rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link {
    cursor: pointer;
    transition: color 0.3s;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link:hover {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link.active {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .open-button {
    display: none;
    width: 1rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .close-button {
    display: none;
    width: 1rem;
  }
}
@media (max-width: 600px) {
  .navigation-bar-mother-container .top-nav-infor {
    background: #fff;
    padding: 0.5rem;
    transition: all 0.5s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 0.5rem;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #000;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .email {
    padding: 0.5rem 0.8rem 0.5rem 0rem;
    border-right: 1px dashed #000;
    color: #000;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .phone-number {
    padding: 0.8rem;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn {
    background-color: orangered;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn:hover {
    background: #fff;
    color: #000;
  }
  .navigation-bar-mother-container .bottom-nav-infor {
    background: rgb(1, 1, 66);
    padding: 1rem 0.5rem;
    z-index: 100;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .name {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #c2c2c2;
    font-weight: bolder;
    letter-spacing: 2px;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .name span {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo .company {
    color: orangered;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.3rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-size: 0.9rem;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    background: rgb(1, 1, 66);
    padding: 2rem 0rem;
    transform: translateY(-110%);
    transition: transform 1s ease-in-out;
    z-index: -1;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link {
    cursor: pointer;
    transition: color 0.3s;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link:hover {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link.active {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover.appear {
    transform: translateY(0%);
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons {
    display: block;
    position: relative;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .open-button {
    display: flex;
    width: 1.3rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .close-button {
    display: none;
    width: 1rem;
    transform: translate(0%, 0%);
  }
}
@media (max-width: 350px) {
  .navigation-bar-mother-container .top-nav-infor {
    background: #fff;
    padding: 0.5rem;
    transition: all 0.5s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    gap: 0.5rem;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    font-size: 0.9rem;
    margin: 0rem 0rem 0.5rem;
    color: #000;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .email {
    padding: 0rem;
    border-right: none;
    color: #000;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .email-plus-number-cover .phone-number {
    padding: 0rem;
    font-weight: 500;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn {
    background-color: orangered;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .navigation-bar-mother-container .top-nav-infor .width-percentage .get-quote-btn:hover {
    background: #fff;
    color: #000;
  }
  .navigation-bar-mother-container .bottom-nav-infor {
    background: rgb(1, 1, 66);
    padding: 1rem 0.5rem;
    z-index: 100;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo {
    width: 5rem;
    height: 1.8rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .logo img {
    width: 100%;
    height: 100%;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    font-size: 0.9rem;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    background: rgb(1, 1, 66);
    padding: 2rem 0rem;
    transform: translateY(-110%);
    transition: transform 1s ease-in-out;
    z-index: -1;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link {
    cursor: pointer;
    transition: color 0.3s;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link:hover {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover .link.active {
    color: orangered;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .navigation-links-cover.appear {
    transform: translateY(0%);
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons {
    display: block;
    position: relative;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .open-button {
    display: flex;
    width: 1.3rem;
  }
  .navigation-bar-mother-container .bottom-nav-infor .width-percentage .nav-buttons .close-button {
    display: none;
    width: 1rem;
    transform: translate(0%, 0%);
  }
}
.home-page-mother-container {
  background-image: url("../../images/logyONE.jpg");
  background-size: cover;
  background-position: center;
  padding: 35vh 0rem 12vh;
  color: #fff;
}
.home-page-mother-container .content-mother-container .company-slogan {
  color: orangered;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0rem 0rem 1rem;
}
.home-page-mother-container .content-mother-container .big-heading-text-cover {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: medium;
  text-transform: uppercase;
  width: 90%;
  margin: 0rem 0rem 2rem;
}
.home-page-mother-container .content-mother-container .big-heading-text-cover strong {
  color: orangered;
}
.home-page-mother-container .content-mother-container .paragraph-text {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 42%;
  margin: 0rem 0rem 2.5rem;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover {
  display: flex;
  align-items: center;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .image-of-client {
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem;
  background-image: url("../../images/oldManparttwo.jpg");
  background-size: cover;
  background-position: center;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients {
  display: flex;
  flex-direction: column;
  border-right: 2px dashed #fff;
  padding: 0rem 2rem 0rem 1rem;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .number {
  font-size: 3rem;
  font-weight: bold;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .discription {
  font-size: 1rem;
  font-weight: normal;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years {
  display: flex;
  flex-direction: column;
  padding: 0rem 2rem;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .number {
  font-size: 3rem;
  font-weight: bold;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .discription {
  font-size: 1rem;
  font-weight: normal;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover {
  width: 35rem;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .why-us {
  background: rgb(1, 1, 54);
  font-size: 0.9rem;
  color: orangered;
  padding: 1rem 1.5rem;
  width: -moz-max-content;
  width: max-content;
  font-weight: normal;
  border-radius: 0.5rem 0rem 0rem 0rem;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem;
  background: rgb(1, 1, 66);
  border-radius: 0rem 0.5rem 0.5rem 0.5rem;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .text {
  font-size: 1rem;
  line-height: 1.5rem;
  flex: 1;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote {
  flex: max-width;
  background-color: orangered;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 2.3rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote:hover {
  background: #fff;
  color: #000;
}

.mobile-view-image {
  display: none;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .home-page-mother-container {
    background: #000;
    padding: 30vh 1rem 10vh;
    color: #fff;
  }
  .home-page-mother-container .content-mother-container .company-slogan {
    color: orangered;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: medium;
    text-transform: uppercase;
    width: 90%;
    margin: 0rem 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover strong {
    color: orangered;
  }
  .home-page-mother-container .content-mother-container .paragraph-text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 42%;
    margin: 0rem 0rem 2.5rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover {
    display: flex;
    align-items: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .image-of-client {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    background-image: url("../../images/oldManparttwo.jpg");
    background-size: cover;
    background-position: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients {
    display: flex;
    flex-direction: column;
    border-right: 2px dashed #fff;
    padding: 0rem 2rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .number {
    font-size: 3rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .discription {
    font-size: 1rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years {
    display: flex;
    flex-direction: column;
    padding: 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .number {
    font-size: 3rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .discription {
    font-size: 1rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover {
    width: 35rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .why-us {
    background: rgb(1, 1, 54);
    font-size: 0.9rem;
    color: orangered;
    padding: 1rem 1.5rem;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    border-radius: 0.5rem 0rem 0rem 0rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.5rem;
    background: rgb(1, 1, 66);
    border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .text {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote {
    flex: max-width;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote:hover {
    background: #fff;
    color: #000;
  }
  .mobile-view-image {
    display: block;
    width: 100%;
    height: 30rem;
  }
  .mobile-view-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 900px) {
  .home-page-mother-container {
    background: #000;
    padding: 30vh 1rem 10vh;
    color: #fff;
  }
  .home-page-mother-container .content-mother-container .company-slogan {
    color: orangered;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: medium;
    text-transform: uppercase;
    width: 90%;
    margin: 0rem 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover strong {
    color: orangered;
  }
  .home-page-mother-container .content-mother-container .paragraph-text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 48%;
    margin: 0rem 0rem 3rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: unset;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover {
    display: flex;
    align-items: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .image-of-client {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    background-image: url("../../images/oldManparttwo.jpg");
    background-size: cover;
    background-position: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients {
    display: flex;
    flex-direction: column;
    border-right: 2px dashed #fff;
    padding: 0rem 2rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .number {
    font-size: 3rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .discription {
    font-size: 1rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years {
    display: flex;
    flex-direction: column;
    padding: 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .number {
    font-size: 3rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .discription {
    font-size: 1rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover {
    width: 35rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .why-us {
    background: rgb(1, 1, 54);
    font-size: 0.9rem;
    color: orangered;
    padding: 1rem 1.5rem;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    border-radius: 0.5rem 0rem 0rem 0rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.5rem;
    background: rgb(1, 1, 66);
    border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .text {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote {
    flex: max-width;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote:hover {
    background: #fff;
    color: #000;
  }
  .mobile-view-image {
    display: block;
    width: 100%;
    height: 25rem;
  }
  .mobile-view-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .home-page-mother-container {
    background: #000;
    padding: 35vh 0.5rem 10vh;
    color: #fff;
  }
  .home-page-mother-container .content-mother-container .company-slogan {
    color: orangered;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: medium;
    text-transform: uppercase;
    width: 100%;
    margin: 0rem 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover strong {
    color: orangered;
  }
  .home-page-mother-container .content-mother-container .paragraph-text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    margin: 0rem 0rem 3rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: unset;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover {
    display: flex;
    align-items: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .image-of-client {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    background-image: url("../../images/oldManparttwo.jpg");
    background-size: cover;
    background-position: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients {
    display: flex;
    flex-direction: column;
    border-right: 2px dashed #fff;
    padding: 0rem 1rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .number {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .discription {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years {
    display: flex;
    flex-direction: column;
    padding: 0rem 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .number {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .discription {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover {
    width: 100%;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .why-us {
    background: rgb(1, 1, 54);
    font-size: 0.9rem;
    color: orangered;
    padding: 1rem 1.5rem;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    border-radius: 0.5rem 0rem 0rem 0rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgb(1, 1, 66);
    border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .text {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote {
    flex: max-width;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote:hover {
    background: #fff;
    color: #000;
  }
  .mobile-view-image {
    display: block;
    width: 100%;
    height: 13rem;
  }
  .mobile-view-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 380px) {
  .home-page-mother-container {
    background: #000;
    padding: 42vh 0.5rem 10vh;
    color: #fff;
  }
  .home-page-mother-container .content-mother-container .company-slogan {
    color: orangered;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: medium;
    text-transform: uppercase;
    width: 100%;
    margin: 0rem 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover strong {
    color: orangered;
  }
  .home-page-mother-container .content-mother-container .paragraph-text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    margin: 0rem 0rem 3rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: unset;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover {
    display: flex;
    align-items: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .image-of-client {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    background-image: url("../../images/oldManparttwo.jpg");
    background-size: cover;
    background-position: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients {
    display: flex;
    flex-direction: column;
    border-right: 2px dashed #fff;
    padding: 0rem 1rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .number {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .discription {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years {
    display: flex;
    flex-direction: column;
    padding: 0rem 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .number {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .discription {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover {
    width: 100%;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .why-us {
    background: rgb(1, 1, 54);
    font-size: 0.9rem;
    color: orangered;
    padding: 1rem 1.5rem;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    border-radius: 0.5rem 0rem 0rem 0rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgb(1, 1, 66);
    border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .text {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote {
    flex: max-width;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote:hover {
    background: #fff;
    color: #000;
  }
  .mobile-view-image {
    display: block;
    width: 100%;
    height: 13rem;
  }
  .mobile-view-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 350px) {
  .home-page-mother-container {
    background: #000;
    padding: 38vh 0.5rem 10vh;
    color: #fff;
  }
  .home-page-mother-container .content-mother-container .company-slogan {
    color: orangered;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: medium;
    text-transform: uppercase;
    width: 100%;
    margin: 0rem 0rem 2rem;
  }
  .home-page-mother-container .content-mother-container .big-heading-text-cover strong {
    color: orangered;
  }
  .home-page-mother-container .content-mother-container .paragraph-text {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    margin: 0rem 0rem 3rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    justify-content: unset;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover {
    display: flex;
    align-items: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .image-of-client {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    background-image: url("../../images/oldManparttwo.jpg");
    background-size: cover;
    background-position: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients {
    display: flex;
    flex-direction: column;
    border-right: 2px dashed #fff;
    padding: 0rem 1rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .number {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .clients .discription {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years {
    display: flex;
    flex-direction: column;
    padding: 0rem 0rem 0rem 1rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .number {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .clients-reviews-cover .years .discription {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover {
    width: 100%;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .why-us {
    background: rgb(1, 1, 54);
    font-size: 0.9rem;
    color: orangered;
    padding: 1rem 1.5rem;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    border-radius: 0.5rem 0rem 0rem 0rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgb(1, 1, 66);
    border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .text {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote {
    flex: max-width;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem 2.3rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
  }
  .home-page-mother-container .content-mother-container .clints-plus-why-us-cover .why-us-cover .reason-text-plus-button .get-quote:hover {
    background: #fff;
    color: #000;
  }
  .mobile-view-image {
    display: block;
    width: 100%;
    height: 12rem;
  }
  .mobile-view-image img {
    width: 100%;
    height: 100%;
  }
}
.about-us-mother-container {
  margin: 15vh 0rem 10vh;
}
.about-us-mother-container .about-us-grid-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  margin-bottom: 10vh;
}
.about-us-mother-container .about-us-grid-container .text-container h5 {
  color: blue;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1rem;
}
.about-us-mother-container .about-us-grid-container .text-container .about-heading-text {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: medium;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: rgb(1, 1, 66);
}
.about-us-mother-container .about-us-grid-container .text-container .about-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  width: 90%;
}
.about-us-mother-container .about-us-grid-container .text-container .learn-more-btn {
  height: 2.6rem;
  width: 10.5rem;
  font-size: 1rem;
  background: orangered;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.about-us-mother-container .about-us-grid-container .text-container .learn-more-btn:hover {
  background: #fff;
  color: #000;
}
.about-us-mother-container .about-us-grid-container .image-container {
  position: relative;
  background-image: url(../../images/logisticsimage.png);
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}
.about-us-mother-container .about-us-grid-container .image-container .awwards-cover {
  position: absolute;
  left: 10%;
  bottom: 10%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 10rem;
}
.about-us-mother-container .about-us-grid-container .image-container .awwards-cover .hook-image-cover {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: orangered;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2rem;
}
.about-us-mother-container .about-us-grid-container .image-container .awwards-cover .hook-image-cover img {
  width: 1.8rem;
}
.about-us-mother-container .about-us-grid-container .image-container .awwards-cover h3 {
  font-size: 3rem;
  font-size: 500;
  color: rgb(1, 1, 66);
  text-align: center;
  margin: 2rem 0rem 0rem;
}
.about-us-mother-container .about-us-grid-container .image-container .awwards-cover h2 {
  background: blue;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
}
.about-us-mother-container .our-strenghts-cover {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 10rem;
  gap: 1rem;
}
.about-us-mother-container .our-strenghts-cover .single-strength {
  background: rgb(1, 1, 66);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-mother-container .our-strenghts-cover .single-strength .text-cover {
  color: #fff;
  display: flex;
  align-items: center;
  width: 80%;
}
.about-us-mother-container .our-strenghts-cover .single-strength .text-cover h1 {
  font-size: 3rem;
  padding: 0rem 0.5rem;
}
.about-us-mother-container .our-strenghts-cover .single-strength .text-cover p {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 0rem 0.8rem;
  border-left: 2px dashed #fff;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .about-us-mother-container {
    margin: 12vh 1rem 10vh;
  }
  .about-us-mother-container .about-us-grid-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 3rem;
    margin-bottom: 10vh;
  }
  .about-us-mother-container .about-us-grid-container .text-container h5 {
    color: blue;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .about-us-mother-container .about-us-grid-container .text-container .about-heading-text {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: medium;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: rgb(1, 1, 66);
  }
  .about-us-mother-container .about-us-grid-container .text-container .about-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    width: 60%;
  }
  .about-us-mother-container .about-us-grid-container .text-container .learn-more-btn {
    height: 2.6rem;
    width: 10.5rem;
    font-size: 1rem;
    background: orangered;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .about-us-mother-container .about-us-grid-container .text-container .learn-more-btn:hover {
    background: #fff;
    color: #000;
  }
  .about-us-mother-container .about-us-grid-container .image-container {
    position: relative;
    background-image: url(../../images/logisticsimage.png);
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    height: 25rem;
    width: 60%;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover {
    position: absolute;
    left: 10%;
    bottom: 10%;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    width: 10rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover .hook-image-cover {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: orangered;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover .hook-image-cover img {
    width: 1.8rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover h3 {
    font-size: 3rem;
    font-size: 500;
    color: rgb(1, 1, 66);
    text-align: center;
    margin: 2rem 0rem 0rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover h2 {
    background: blue;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding: 1rem;
    text-transform: uppercase;
  }
  .about-us-mother-container .our-strenghts-cover {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10rem 10rem;
    gap: 1rem;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength {
    background: rgb(1, 1, 66);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength .text-cover {
    color: #fff;
    display: flex;
    align-items: center;
    width: 80%;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength .text-cover h1 {
    font-size: 3rem;
    padding: 0rem 0.5rem;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength .text-cover p {
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 0rem 0.8rem;
    border-left: 2px dashed #fff;
  }
}
@media (max-width: 600px) {
  .about-us-mother-container {
    margin: 12vh 0.5rem 10vh;
  }
  .about-us-mother-container .about-us-grid-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 3rem;
    margin-bottom: 10vh;
  }
  .about-us-mother-container .about-us-grid-container .text-container h5 {
    color: blue;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1rem;
  }
  .about-us-mother-container .about-us-grid-container .text-container .about-heading-text {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: medium;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: rgb(1, 1, 66);
  }
  .about-us-mother-container .about-us-grid-container .text-container .about-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .about-us-mother-container .about-us-grid-container .text-container .learn-more-btn {
    height: 2.6rem;
    width: 10.5rem;
    font-size: 1rem;
    background: orangered;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
  }
  .about-us-mother-container .about-us-grid-container .text-container .learn-more-btn:hover {
    background: #fff;
    color: #000;
  }
  .about-us-mother-container .about-us-grid-container .image-container {
    position: relative;
    background-image: url(../../images/logisticsimage.png);
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    height: 20rem;
    width: 100%;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover {
    position: absolute;
    left: 5%;
    bottom: 5%;
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem;
    width: 10rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover .hook-image-cover {
    position: absolute;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: orangered;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover .hook-image-cover img {
    width: 1.8rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover h3 {
    font-size: 3rem;
    font-size: 500;
    color: rgb(1, 1, 66);
    text-align: center;
    margin: 2rem 0rem 0rem;
  }
  .about-us-mother-container .about-us-grid-container .image-container .awwards-cover h2 {
    background: blue;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    padding: 1rem;
    text-transform: uppercase;
  }
  .about-us-mother-container .our-strenghts-cover {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 8rem 8rem 8rem;
    gap: 1rem;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength {
    background: rgb(1, 1, 66);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength .text-cover {
    color: #fff;
    display: flex;
    align-items: center;
    width: 80%;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength .text-cover h1 {
    font-size: 2rem;
    padding: 0rem 0.5rem;
  }
  .about-us-mother-container .our-strenghts-cover .single-strength .text-cover p {
    font-size: 1.2rem;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 0rem 0.8rem;
    border-left: 2px dashed #fff;
  }
}
.our-services-mother-container {
  background: #f2f2f2;
  padding: 15vh 0rem 12vh;
}
.our-services-mother-container .our-service-text {
  font-size: 1rem;
  font-weight: normal;
  color: blue;
  text-align: center;
  text-transform: uppercase;
  margin: 0rem 0rem 1rem;
}
.our-services-mother-container .our-services-heading-text {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: medium;
  color: rgb(1, 1, 66);
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  justify-self: center;
  margin: 0rem 0rem 3rem;
}
.our-services-mother-container .services-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1rem;
  justify-content: center;
}
.our-services-mother-container .services-grid-container .single-service-container {
  padding: 3rem;
  background: #fff;
  border-radius: 0.5rem;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.our-services-mother-container .services-grid-container .single-service-container:hover {
  background: rgb(1, 1, 66);
}
.our-services-mother-container .services-grid-container .single-service-container:hover .service-name {
  color: #fff;
}
.our-services-mother-container .services-grid-container .single-service-container:hover .service-text {
  color: #fff;
}
.our-services-mother-container .services-grid-container .single-service-container .box-cover {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  background: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 0rem 2rem;
}
.our-services-mother-container .services-grid-container .single-service-container .box-cover img {
  width: 2.5rem;
}
.our-services-mother-container .services-grid-container .single-service-container .service-name {
  font-size: 1.5rem;
  color: rgb(1, 1, 66);
  font-weight: medium;
  text-transform: uppercase;
  margin: 0rem 0rem 1rem;
}
.our-services-mother-container .services-grid-container .single-service-container .service-text {
  font-size: 1rem;
  color: #000;
  line-height: 1.5rem;
}

.logos-mother-container {
  background: blue;
  padding: 10vh 0rem 8vh;
}
.logos-mother-container .logos-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logos-mother-container .logos-container img {
  width: 10rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.logos-mother-container .logos-container img:hover {
  transform: scale(1.1);
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .our-services-mother-container {
    background: #f2f2f2;
    padding: 15vh 1rem 10vh;
  }
  .our-services-mother-container .our-service-text {
    font-size: 1rem;
    font-weight: normal;
    color: blue;
    text-align: center;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .our-services-heading-text {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    text-align: center;
    text-transform: uppercase;
    width: 70%;
    justify-self: center;
    margin: 0rem 0rem 3rem;
  }
  .our-services-mother-container .services-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 1rem;
    justify-content: center;
  }
  .our-services-mother-container .services-grid-container .single-service-container {
    padding: 3rem;
    background: #fff;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover {
    background: rgb(1, 1, 66);
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-name {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-text {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover img {
    width: 2.5rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-name {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
  }
  .logos-mother-container {
    background: blue;
    padding: 8vh 1rem 6vh;
  }
  .logos-mother-container .logos-container {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .logos-mother-container .logos-container img {
    width: 10rem;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.3s ease-in-out;
  }
  .logos-mother-container .logos-container img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 900px) {
  .our-services-mother-container {
    background: #f2f2f2;
    padding: 15vh 1rem 10vh;
  }
  .our-services-mother-container .our-service-text {
    font-size: 1rem;
    font-weight: normal;
    color: blue;
    text-align: center;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .our-services-heading-text {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    justify-self: center;
    margin: 0rem 0rem 3rem;
  }
  .our-services-mother-container .services-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 1rem;
    justify-content: center;
  }
  .our-services-mother-container .services-grid-container .single-service-container {
    padding: 3rem;
    background: #fff;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover {
    background: rgb(1, 1, 66);
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-name {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-text {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover img {
    width: 2.5rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-name {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
  }
  .logos-mother-container {
    background: blue;
    padding: 8vh 1rem 6vh;
  }
  .logos-mother-container .logos-container {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .logos-mother-container .logos-container img {
    width: 10rem;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.3s ease-in-out;
  }
  .logos-mother-container .logos-container img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 600px) {
  .our-services-mother-container {
    background: #f2f2f2;
    padding: 12vh 0.5rem 10vh;
  }
  .our-services-mother-container .our-service-text {
    font-size: 1rem;
    font-weight: normal;
    color: blue;
    text-align: center;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .our-services-heading-text {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    justify-self: center;
    margin: 0rem 0rem 3rem;
  }
  .our-services-mother-container .services-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
    gap: 1rem;
    justify-content: center;
  }
  .our-services-mother-container .services-grid-container .single-service-container {
    padding: 1.5rem;
    background: #fff;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover {
    background: rgb(1, 1, 66);
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-name {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-text {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover img {
    width: 2.5rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-name {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
  }
  .logos-mother-container {
    background: blue;
    padding: 5vh 1rem 5vh;
  }
  .logos-mother-container .logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .logos-mother-container .logos-container img {
    width: 10rem;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.3s ease-in-out;
  }
  .logos-mother-container .logos-container img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 370px) {
  .our-services-mother-container {
    background: #f2f2f2;
    padding: 12vh 0.5rem 10vh;
  }
  .our-services-mother-container .our-service-text {
    font-size: 1rem;
    font-weight: normal;
    color: blue;
    text-align: center;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .our-services-heading-text {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    justify-self: center;
    margin: 0rem 0rem 3rem;
  }
  .our-services-mother-container .services-grid-container {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
    justify-content: center;
  }
  .our-services-mother-container .services-grid-container .single-service-container {
    padding: 1.5rem;
    background: #fff;
    border-radius: 0.5rem;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover {
    background: rgb(1, 1, 66);
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-name {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container:hover .service-text {
    color: #fff;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .box-cover img {
    width: 2.5rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-name {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .our-services-mother-container .services-grid-container .single-service-container .service-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
  }
  .logos-mother-container {
    background: blue;
    padding: 5vh 1rem 5vh;
  }
  .logos-mother-container .logos-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .logos-mother-container .logos-container img {
    width: 10rem;
    height: 5rem;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.3s ease-in-out;
  }
  .logos-mother-container .logos-container img:hover {
    transform: scale(1.1);
  }
}
.how-it-works-mother-container {
  background: #f2f2f2;
  padding: 15vh 0rem 13vh;
}
.how-it-works-mother-container .ocean-pic-plus-text-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  padding: 0rem 0rem 8vh;
  border-bottom: 2px dashed rgb(1, 1, 66);
}
.how-it-works-mother-container .ocean-pic-plus-text-grid .ocean-pic-cover {
  border-radius: 1rem;
  background-image: url(../../images/shipAtSea.jpg);
  background-size: cover;
  background-position: center;
}
.how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h2 {
  font-size: 1rem;
  color: blue;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0rem 0rem 1rem;
}
.how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h1 {
  font-size: 3rem;
  line-height: 4rem;
  color: rgb(1, 1, 66);
  font-weight: medium;
  text-transform: uppercase;
  margin: 0rem 0rem 1.5rem;
}
.how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover p {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 90%;
}
.how-it-works-mother-container .procedure-grid-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 8vh 0rem 0rem;
}
.how-it-works-mother-container .procedure-grid-container .single-procedure {
  width: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-it-works-mother-container .procedure-grid-container .single-procedure h5 {
  font-size: 0.9rem;
  font-weight: normal;
  border: 1px solid #c2c2c2;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0rem 0rem 1rem;
}
.how-it-works-mother-container .procedure-grid-container .single-procedure .box-container {
  background: blue;
  border-radius: 0.5rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 0rem 2rem;
}
.how-it-works-mother-container .procedure-grid-container .single-procedure .box-container img {
  width: 4rem;
}
.how-it-works-mother-container .procedure-grid-container .single-procedure h3 {
  font-size: 1.5rem;
  color: rgb(1, 1, 66);
  font-weight: medium;
  text-transform: uppercase;
  margin: 0rem 0rem 1rem;
}
.how-it-works-mother-container .procedure-grid-container .single-procedure p {
  font-size: 1rem;
  line-height: 1.3rem;
  text-align: center;
}

.video-link-section {
  position: relative;
  height: 100vh;
  background-image: url(../../images/videoThumbnail.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-link-section .text-cover {
  margin: 12% 0rem 0rem;
}
.video-link-section .text-cover h2 {
  font-size: 4rem;
  font-weight: medium;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.video-link-section .text-cover p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5rem;
  margin: 1rem 0rem 0rem;
  text-align: center;
}
.video-link-section .play-button {
  background: #fff;
  border: none;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 46%;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.video-link-section .play-button img {
  width: 3.5rem;
  transform: translate(10%, 0%);
}
.video-link-section .play-button:hover {
  background: orangered;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .how-it-works-mother-container {
    background: #f2f2f2;
    padding: 15vh 1rem 13vh;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0rem 0rem 8vh;
    border-bottom: 2px dashed rgb(1, 1, 66);
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .ocean-pic-cover {
    border-radius: 1rem;
    background-image: url(../../images/shipAtSea.jpg);
    background-size: cover;
    background-position: center;
    height: 20rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1.5rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 60%;
  }
  .how-it-works-mother-container .procedure-grid-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 8vh 0rem 0rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure {
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h5 {
    font-size: 0.9rem;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container {
    background: blue;
    border-radius: 0.5rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container img {
    width: 4rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h3 {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure p {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .video-link-section {
    position: relative;
    height: 50vh;
    background-image: url(../../images/videoThumbnail.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video-link-section .text-cover {
    margin: 6% 0rem 0rem;
  }
  .video-link-section .text-cover h2 {
    font-size: 4rem;
    font-weight: medium;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }
  .video-link-section .text-cover p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5rem;
    margin: 1rem 0rem 0rem;
    text-align: center;
  }
  .video-link-section .play-button {
    background: #fff;
    border: none;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 44%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  .video-link-section .play-button img {
    width: 3.5rem;
    transform: translate(10%, 0%);
  }
  .video-link-section .play-button:hover {
    background: orangered;
  }
}
@media (max-width: 900px) {
  .how-it-works-mother-container {
    background: #f2f2f2;
    padding: 15vh 1rem 13vh;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0rem 0rem 8vh;
    border-bottom: 2px dashed rgb(1, 1, 66);
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .ocean-pic-cover {
    border-radius: 1rem;
    background-image: url(../../images/shipAtSea.jpg);
    background-size: cover;
    background-position: center;
    height: 20rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h1 {
    font-size: 3rem;
    line-height: 4rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1.5rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 60%;
  }
  .how-it-works-mother-container .procedure-grid-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
    margin: 8vh 0rem 0rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure {
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h5 {
    font-size: 0.9rem;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container {
    background: blue;
    border-radius: 0.5rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container img {
    width: 4rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h3 {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure p {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .video-link-section {
    position: relative;
    height: 50vh;
    background-image: url(../../images/videoThumbnail.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video-link-section .text-cover {
    margin: 6% 0rem 0rem;
  }
  .video-link-section .text-cover h2 {
    font-size: 4rem;
    font-weight: medium;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }
  .video-link-section .text-cover p {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5rem;
    margin: 1rem 0rem 0rem;
    text-align: center;
  }
  .video-link-section .play-button {
    background: #fff;
    border: none;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 42%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  .video-link-section .play-button img {
    width: 3.5rem;
    transform: translate(10%, 0%);
  }
  .video-link-section .play-button:hover {
    background: orangered;
  }
}
@media (max-width: 600px) {
  .how-it-works-mother-container {
    background: #f2f2f2;
    padding: 12vh 0.5rem 10vh;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0rem 0rem 6vh;
    border-bottom: 2px dashed rgb(1, 1, 66);
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .ocean-pic-cover {
    border-radius: 1rem;
    background-image: url(../../images/shipAtSea.jpg);
    background-size: cover;
    background-position: center;
    height: 13rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h1 {
    font-size: 2rem;
    line-height: 3rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1.5rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .how-it-works-mother-container .procedure-grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 6vh 0rem 0rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure {
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h5 {
    font-size: 0.9rem;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container {
    background: blue;
    border-radius: 0.5rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container img {
    width: 4rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h3 {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure p {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .video-link-section {
    position: relative;
    height: 15rem;
    background-image: url(../../images/videoThumbnail.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 0.5rem;
  }
  .video-link-section .text-cover {
    margin: 1% 0rem 0rem;
  }
  .video-link-section .text-cover h2 {
    font-size: 2rem;
    font-weight: medium;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }
  .video-link-section .text-cover p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    margin: 0.5rem 0rem 0rem;
    text-align: center;
  }
  .video-link-section .play-button {
    background: #fff;
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 42%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  .video-link-section .play-button img {
    width: 1.5rem;
    transform: translate(10%, 0%);
  }
  .video-link-section .play-button:hover {
    background: orangered;
  }
}
@media (max-width: 380px) {
  .how-it-works-mother-container {
    background: #f2f2f2;
    padding: 12vh 0.5rem 10vh;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0rem 0rem 6vh;
    border-bottom: 2px dashed rgb(1, 1, 66);
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .ocean-pic-cover {
    border-radius: 1rem;
    background-image: url(../../images/shipAtSea.jpg);
    background-size: cover;
    background-position: center;
    height: 13rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h1 {
    font-size: 2rem;
    line-height: 3rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1.5rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .how-it-works-mother-container .procedure-grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 6vh 0rem 0rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure {
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h5 {
    font-size: 0.9rem;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container {
    background: blue;
    border-radius: 0.5rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container img {
    width: 4rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h3 {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure p {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .video-link-section {
    position: relative;
    height: 15rem;
    background-image: url(../../images/videoThumbnail.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 0.5rem;
  }
  .video-link-section .text-cover {
    margin: 1% 0rem 0rem;
  }
  .video-link-section .text-cover h2 {
    font-size: 2rem;
    font-weight: medium;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }
  .video-link-section .text-cover p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    margin: 0.5rem 0rem 0rem;
    text-align: center;
  }
  .video-link-section .play-button {
    background: #fff;
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 42%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  .video-link-section .play-button img {
    width: 1.5rem;
    transform: translate(10%, 0%);
  }
  .video-link-section .play-button:hover {
    background: orangered;
  }
}
@media (max-width: 350px) {
  .how-it-works-mother-container {
    background: #f2f2f2;
    padding: 12vh 0.5rem 10vh;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0rem 0rem 6vh;
    border-bottom: 2px dashed rgb(1, 1, 66);
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .ocean-pic-cover {
    border-radius: 1rem;
    background-image: url(../../images/shipAtSea.jpg);
    background-size: cover;
    background-position: center;
    height: 13rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover h1 {
    font-size: 2rem;
    line-height: 3rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1.5rem;
  }
  .how-it-works-mother-container .ocean-pic-plus-text-grid .text-cover p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .how-it-works-mother-container .procedure-grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 6vh 0rem 0rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure {
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h5 {
    font-size: 0.9rem;
    font-weight: normal;
    border: 1px solid #c2c2c2;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    width: -moz-max-content;
    width: max-content;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container {
    background: blue;
    border-radius: 0.5rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem 2rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure .box-container img {
    width: 4rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure h3 {
    font-size: 1.5rem;
    color: rgb(1, 1, 66);
    font-weight: medium;
    text-transform: uppercase;
    margin: 0rem 0rem 1rem;
  }
  .how-it-works-mother-container .procedure-grid-container .single-procedure p {
    font-size: 1rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .video-link-section {
    position: relative;
    height: 15rem;
    background-image: url(../../images/videoThumbnail.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem 0.5rem;
  }
  .video-link-section .text-cover {
    margin: 1% 0rem 0rem;
  }
  .video-link-section .text-cover h2 {
    font-size: 2rem;
    font-weight: medium;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
  }
  .video-link-section .text-cover p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    margin: 0.5rem 0rem 0rem;
    text-align: center;
  }
  .video-link-section .play-button {
    background: #fff;
    border: none;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 42%;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
  }
  .video-link-section .play-button img {
    width: 1.5rem;
    transform: translate(10%, 0%);
  }
  .video-link-section .play-button:hover {
    background: orangered;
  }
}
.testimonial-mother-container {
  background: #f2f2f2;
  padding: 15vh 0rem 12vh;
}
.testimonial-mother-container .two-testimonial-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover h2 {
  font-size: 1rem;
  color: blue;
  font-weight: normal;
  margin: 0rem 0rem 1rem;
  text-transform: uppercase;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover h1 {
  font-size: 3rem;
  font-weight: medium;
  color: rgb(1, 1, 66);
  line-height: 4rem;
  text-transform: uppercase;
  margin: 0rem 0rem 2.5rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy {
  position: relative;
  width: 100%;
  height: 20rem;
  border-radius: 0.5rem;
  background-image: url(../../images/warehouseblackMan.webp);
  background-position: center;
  background-size: cover;
  margin: 0rem 0rem 2rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote {
  width: 8rem;
  height: 8rem;
  border-radius: 0.5rem;
  background: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3rem;
  right: -3rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote img {
  width: 3.5rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  color: rgb(1, 1, 66);
  transition: all 0.5s ease-in-out;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony:hover {
  background: rgb(1, 1, 66);
  color: #fff;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0rem 0rem 1rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container img {
  width: 2rem;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .clients-testimony {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1rem;
  width: 95%;
}
.testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .client-name {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  color: rgb(1, 1, 66);
  transition: all 0.5s ease-in-out;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony:hover {
  background: rgb(1, 1, 66);
  color: #fff;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0rem 0rem 1rem;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container img {
  width: 2rem;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .clients-testimony {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1rem;
  width: 95%;
}
.testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .client-name {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .testimonial-mother-container {
    background: #f2f2f2;
    padding: 15vh 1rem 12vh;
  }
  .testimonial-mother-container .two-testimonial-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    margin: 0rem 0rem 1rem;
    text-transform: uppercase;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover h1 {
    font-size: 3rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    line-height: 4rem;
    text-transform: uppercase;
    margin: 0rem 0rem 2.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy {
    position: relative;
    width: 100%;
    height: 20rem;
    border-radius: 0.5rem;
    background-image: url(../../images/warehouseblackMan.webp);
    background-position: center;
    background-size: cover;
    margin: 0rem 0rem 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote img {
    width: 2.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgb(1, 1, 66);
    transition: all 0.5s ease-in-out;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony:hover {
    background: rgb(1, 1, 66);
    color: #fff;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0rem 0rem 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container img {
    width: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .clients-testimony {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0rem 0rem 1rem;
    width: 95%;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .client-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgb(1, 1, 66);
    transition: all 0.5s ease-in-out;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony:hover {
    background: rgb(1, 1, 66);
    color: #fff;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0rem 0rem 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container img {
    width: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .clients-testimony {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0rem 0rem 1rem;
    width: 95%;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .client-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media (max-width: 900px) {
  .testimonial-mother-container {
    background: #f2f2f2;
    padding: 15vh 1rem 12vh;
  }
  .testimonial-mother-container .two-testimonial-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    margin: 0rem 0rem 1rem;
    text-transform: uppercase;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover h1 {
    font-size: 3rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    line-height: 4rem;
    text-transform: uppercase;
    margin: 0rem 0rem 2.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy {
    position: relative;
    width: 100%;
    height: 20rem;
    border-radius: 0.5rem;
    background-image: url(../../images/warehouseblackMan.webp);
    background-position: center;
    background-size: cover;
    margin: 0rem 0rem 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote img {
    width: 1.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgb(1, 1, 66);
    transition: all 0.5s ease-in-out;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony:hover {
    background: rgb(1, 1, 66);
    color: #fff;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0rem 0rem 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container img {
    width: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .clients-testimony {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0rem 0rem 1rem;
    width: 100%;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .client-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgb(1, 1, 66);
    transition: all 0.5s ease-in-out;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony:hover {
    background: rgb(1, 1, 66);
    color: #fff;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0rem 0rem 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container img {
    width: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .clients-testimony {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0rem 0rem 1rem;
    width: 100%;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .client-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media (max-width: 600px) {
  .testimonial-mother-container {
    background: #f2f2f2;
    padding: 12vh 0.5rem 10vh;
  }
  .testimonial-mother-container .two-testimonial-sections {
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover h2 {
    font-size: 1rem;
    color: blue;
    font-weight: normal;
    margin: 0rem 0rem 1rem;
    text-transform: uppercase;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover h1 {
    font-size: 2rem;
    font-weight: medium;
    color: rgb(1, 1, 66);
    line-height: 3rem;
    text-transform: uppercase;
    margin: 0rem 0rem 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy {
    position: relative;
    width: 100%;
    height: 15rem;
    border-radius: 1rem;
    background-image: url(../../images/warehouseblackMan.webp);
    background-position: center;
    background-size: cover;
    margin: 0rem 0rem 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1rem;
    right: -0.5rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .warehouse-guy .quote img {
    width: 1.3rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgb(1, 1, 66);
    transition: all 0.5s ease-in-out;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony:hover {
    background: rgb(1, 1, 66);
    color: #fff;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0rem 0rem 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .stars-container img {
    width: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .clients-testimony {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0rem 0rem 1rem;
    width: 100%;
  }
  .testimonial-mother-container .two-testimonial-sections .left-section-cover .left-testimony .client-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0rem;
    gap: 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgb(1, 1, 66);
    transition: all 0.5s ease-in-out;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony:hover {
    background: rgb(1, 1, 66);
    color: #fff;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0rem 0rem 1rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .stars-container img {
    width: 2rem;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .clients-testimony {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0rem 0rem 1rem;
    width: 100%;
  }
  .testimonial-mother-container .two-testimonial-sections .right-section-cover .single-testimony .client-name {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
  }
}
.footer-mother-container {
  background: rgb(1, 1, 66);
  padding: 13vh 0rem 5vh;
  color: #fff;
}
.footer-mother-container .footer-content .footer-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0rem 0rem 8vh;
  border-bottom: 2px dashed #fff;
  margin: 0rem 0rem 5vh;
}
.footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text {
  width: 17rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .logo {
  width: 10rem;
  margin: 0rem 0rem 2rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .logo img {
  width: 100%;
}
.footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .company-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .links-cover {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .links-cover h3 {
  font-size: 1.5rem;
  font-weight: medium;
  text-transform: uppercase;
}
.footer-mother-container .footer-content .footer-content-wrapper .links-cover .links-wrapper {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover h3 {
  font-size: 1.5rem;
  font-weight: medium;
  text-transform: uppercase;
}
.footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover .project-area {
  background-image: url(../../images/recents.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0.3rem;
  width: 13rem;
  height: 7rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .subs-cover {
  width: 16rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .subs-cover h3 {
  font-size: 1.5rem;
  font-weight: medium;
  text-transform: uppercase;
}
.footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form input {
  border-radius: 0.5rem;
  padding: 1rem;
  width: 100%;
  outline: none;
  border: none;
}
.footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form button {
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
  background: orangered;
  color: #fff;
  border: none;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form button:hover {
  background: #fff;
  color: #000;
}

/* MEDIA SCREEN RESPONSIVENESS */
@media (max-width: 1100px) {
  .footer-mother-container {
    background: rgb(1, 1, 66);
    padding: 10vh 1rem 5vh;
    color: #fff;
  }
  .footer-mother-container .footer-content .footer-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: wrap;
    padding: 0rem 0rem 5vh;
    border-bottom: 2px dashed #fff;
    margin: 0rem 0rem 5vh;
    gap: 3rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text {
    width: 17rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .logo {
    width: 10rem;
    margin: 0rem 0rem 2rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .logo img {
    width: 100%;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .company-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .links-cover {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .links-cover h3 {
    font-size: 1.5rem;
    font-weight: medium;
    text-transform: uppercase;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .links-cover .links-wrapper {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover h3 {
    font-size: 1.5rem;
    font-weight: medium;
    text-transform: uppercase;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover .project-area {
    background-image: url(../../images/recents.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0.3rem;
    width: 13rem;
    height: 7rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover {
    width: 16rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover h3 {
    font-size: 1.5rem;
    font-weight: medium;
    text-transform: uppercase;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form input {
    border-radius: 0.5rem;
    padding: 1rem;
    width: 100%;
    outline: none;
    border: none;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form button {
    width: 100%;
    border-radius: 0.5rem;
    padding: 1rem;
    background: orangered;
    color: #fff;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form button:hover {
    background: #fff;
    color: #000;
  }
}
@media (max-width: 600px) {
  .footer-mother-container {
    background: rgb(1, 1, 66);
    padding: 10vh 0.5rem 5vh;
    color: #fff;
  }
  .footer-mother-container .footer-content .footer-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: wrap;
    padding: 0rem 0rem 5vh;
    border-bottom: 2px dashed #fff;
    margin: 0rem 0rem 5vh;
    gap: 2rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text {
    width: 100%;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .logo {
    width: 10rem;
    margin: 0rem 0rem 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .logo img {
    width: 100%;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .logo-plus-text .company-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .links-cover {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .links-cover h3 {
    font-size: 1.5rem;
    font-weight: medium;
    text-transform: uppercase;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .links-cover .links-wrapper {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover h3 {
    font-size: 1.5rem;
    font-weight: medium;
    text-transform: uppercase;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .recent-prg-cover .project-area {
    background-image: url(../../images/recents.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0.3rem;
    width: 13rem;
    height: 7rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover h3 {
    font-size: 1.5rem;
    font-weight: medium;
    text-transform: uppercase;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form input {
    border-radius: 0.5rem;
    padding: 1rem;
    width: 100%;
    outline: none;
    border: none;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form button {
    width: 100%;
    border-radius: 0.5rem;
    padding: 1rem;
    background: orangered;
    color: #fff;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .footer-mother-container .footer-content .footer-content-wrapper .subs-cover .form button:hover {
    background: #fff;
    color: #000;
  }
}/*# sourceMappingURL=style.css.map */