@import url("https://fonts.googleapis.com/css2?family=Inria+Sans&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* For screens smaller than 600px */
@media screen and (max-width: 600px) {
  .login-button {
    display: none;
  }
  .logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .logo-img {
    width: 30%;
    margin-right: 50px;
  }
  .primary-nav {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: 20px;
  }
  .nav {
    width: 100%;
    margin-bottom: 50px;
  }
  ul {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
    margin-left: 2rem;
  }
  .tabs {
    margin-top: 20px;
    color: white;
  }
  .links {
    font-size: 10px;
    position: fixed;
    z-index: 1000;
    inset: 0 0 0 30%;
    background: hsl(3, 77%, 48%);
    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }
  .links[data-visible="true"] {
    transform: translateX(0%);
  }
  .nav-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px 0 50px;
    background-color: rgb(0, 0, 0);
  }

  .mobile-nav-toggle {
    display: block;
    position: absolute;
    z-index: 9999;
    background-color: transparent;
    background-image: url(../img/square.png);
    background-size: 2.2rem;
    background-repeat: no-repeat;
    width: 10%;
    border: 0;
    aspect-ratio: 1;
    top: 2rem;
    right: 1rem;
  }
  .mobile-nav-toggle[aria-expanded="true"] {
    background-image: url(../img/hamburger-close.png);
    background-color: transparent;
    width: 1rem;
    background-size: 1rem;
    top: 1.6rem;
  }

  .login {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 125, 155);
    text-decoration: none;
    transition: 0.3s ease-in;
    cursor: pointer;
    height: 50%;
    width: 70%;
  }
  .login-btn {
    display: flex;
    width: 30%;
    justify-content: flex-start;
    align-items: center;
  }

  .CTA {
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    border: 1px solid hsl(0, 0%, 100%);
    text-decoration: none;
    transition: 0.3s ease-in;
    cursor: pointer;
  }
  .banner {
    background-color: rgb(1, 15, 73);
  }
  .banner-text {
    font-size: 50px;
  }
  .container {
    padding: 20px;
  }
  .container-1 {
    padding: 20px;
  }
  .container-2 {
    padding: 20px;
  }
  .container-3 {
    padding: 20px;
  }
  .container-3 .about-image {
    display: none;
  }
  .header {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .subtext {
    width: 100%;
    text-align: justify;
  }

  .about-image {
    display: none;
  }
  .q3-image {
    display: none;
  }
  .section4 {
    padding: 20px;
  }
  .card-para {
    text-align: justify;
  }
  .footer-section-1 {
    width: 100%;
  }
  .icon1 {
    width: 8%;
  }
  .icon2 {
    width: 8%;
  }

  /************************* FOOTER *************************/

  .footer-content-1 {
    padding: 70px;
  }
  .footer-section-1 {
    width: 100%;
  }

  .footer-logo {
    width: 60%;
  }
  .footer-section-3 {
    width: 100%;
  }
  .footer-header {
    margin: 20px 12px 15px 0;
  }
  .sub-text {
    margin-top: 20px;
  }
  .socials {
    width: 12%;
  }
  .social-logos {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .copyrights {
    width: 100%;
  }
}
/* For screens larger than 600px */
@media screen and (min-width: 600px) {
  .primary-nav {
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px 0 100px;
  }

  .wrapper {
    width: 100%;
  }

  ul {
    display: flex;
  }
  li {
    padding: 30px 15px 20px 15px;
  }
  .links {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .tabs {
    color: black;
  }
  .mobile-nav-toggle {
    display: none;
  }
  .logo {
    width: 30%;
  }
  .logo-img {
    width: 40%;
    margin: 10px;
  }
  .login {
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 125, 155);
    text-decoration: none;
    transition: 0.3s ease-in;
    cursor: pointer;
    width: 50%;
  }
  .login-btn {
    display: flex;
    width: 30%;
    justify-content: flex-end;
  }
  .banner {
    margin-top: 5%;
    display: flex;
    align-items: center;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg.jpg);
  }
  .banner-text {
    font-size: 80px;
  }
  .flexbox {
    display: flex;
    width: 100%;
  }
  .container {
    padding: 50px 140px 50px 140px;
  }
  .container-1 {
    display: flex;
    padding: 50px 140px 50px 140px;
  }
  .container-2 {
    display: flex;

    padding: 50px 140px 50px 140px;
  }
  .container-3 {
    display: flex;
    padding: 50px 140px 50px 140px;
  }
  .container-3 .about-image {
    width: 70%;
    height: 40%;
    display: flex;
    border-radius: 30px;
    justify-content: flex-end;
  }
  .right {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    height: 5%;
  }
  .header {
    font-size: 30px;
  }
  .subtext {
    margin: 30px 30px 50px 0;
    text-align: justify;
  }
  .subtext-1 {
    margin: 40px 0 0 0;
  }
  .about-image {
    display: block;

    width: 80%;
  }
  .q3-image {
    display: block;

    width: 95%;
  }
  .section4 {
    padding: 50px 140px 50px 140px;
  }
  .cards {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .card-para {
    text-align: left;
  }
  .cards-section1 {
    width: 80%;
    display: flex;
    justify-content: center;
    padding: 10px 50px 50px 50px;
  }
  .cards-section2 {
    width: 80%;
    display: flex;
    justify-content: center;
    padding: 0 50px 50px 50px;
  }
  .testi-cards-section-1 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .testi-cards-section-2 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .testimonials {
    width: 100%;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
    padding: 20px;
    text-align: center;
    color: #000000;
    text-decoration: none;

    background-color: #e9e9e9;
    box-shadow: 10px 20px 20px 0px rgb(0 0 0 / 42%);
    transition: 0.3s ease-in;
    cursor: pointer;
  }

  /************************* FOOTER *************************/

  .footer-logo {
    width: 50%;
    margin-bottom: 6%;
  }
  .footer-content-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 150px 50px 150px;
  }
  .footer-section-1 {
    width: 33%;
  }
  .footer-section-3 {
    width: 20%;
  }
  .footer-header {
    margin: 20px 12px 15px 0;
  }
  .socials {
    width: 2%;
  }
  .social-logos {
    display: flex;

    justify-content: center;
  }
  .copyrights {
    width: 15%;
  }
}

.primary-nav {
  background-color: rgb(202, 202, 204);
}

.logo {
  display: flex;
}

li {
  display: flex;
  justify-content: space-between;
}
.tabs {
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;

  display: inline-block;
  position: relative;
  transition: 0.3s ease-in;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.tabs:hover {
  box-shadow: #000000;
  border: none;
  transform: translateY(-3px);
}

.login:hover {
  background-color: rgba(0, 124, 155, 0.616);
  border: none;
}
.banner-text {
  display: flex;
  justify-content: center;
  padding: 30px;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
}

.container {
  background: #d7d7d7;
}
.container-1 {
  background: #d7d7d7;
}
.container-2 {
  background: #ffffff;
}
.container-3 {
  flex-direction: row-reverse;
  background: #d7d7d7;
}

.container-2 .left {
  display: flex;
}
.container-3 .left {
  display: flex;

  justify-content: flex-end;
}

span {
  color: rgb(255, 0, 0);
  font-weight: 500;
  font-size: 20px;
}
.header {
  font-weight: 700;
}
.subtext {
  font-size: 18px;
  font-weight: 400;
}
.subtext-1 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
.subtext-2 {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.container-2 .about-image {
  height: 80%;
}

.button {
  font-size: 13px;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px;
  color: #ffffff;
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(150, 0, 0, 1) 100%
  ); */
  background-image: linear-gradient(90deg, #000000, #960000, #960000);
  background-position: left;
  background-size: 150%;
  transition: background-position 0.5s;
  width: auto;
}

.button:hover {
  background-position: right;
}

.section4 {
  background-color: rgb(176, 174, 174);
  background-blend-mode: overlay;
  background-image: url(../img/abstract-white-background-bright-shiny-white-abstract-wallpaper-your-home-decor-ai-generated_857333-.png);
}
.top-layer {
  margin-bottom: 50px;
}
.card-title {
  width: 90%;
  margin: 20px 15px 30px 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.card-para {
  padding: 0 20px 20px 20px;
  font-size: 15px;
  margin-top: 5px;
}
.testimonials:hover {
  transform: translateY(-10px);
}

/************************* FOOTER *************************/

.footer {
  width: 100%;
  background-color: #011b2d;
}
.footer-content-1 {
  border-bottom: 1.5px solid #ffffff;
}
.footer-logo {
  color: white;
  font-size: 20px;
}
.footer-logo-tagline {
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.footer-header {
  font-size: 20px;
  font-weight: 600;
  color: #d00404;
}
.sub-text {
  color: #ffffff;
  font-weight: 200;
  font-size: 15px;
}
.footer-section-1 {
  margin: 0 60px 0 0;
}
.footer-section-2 {
  width: 30%;
}

.material-symbols-rounded {
  margin-right: 10px;
  color: #d7d7d7;
}

.add2 {
  display: flex;
  margin-top: 8px;
}
.add1 {
  display: flex;
  margin-top: 8px;
}

.footer-tabs {
  display: flex;
  text-decoration: none;
  color: white;
  margin: 10px 0 10px 0;
  font-weight: 200;
}
.footer-content-2 {
  display: flex;
  padding: 20px;
}
.social-logos {
  width: 100%;

  align-items: center;
}
.socials {
  margin: 10px;
}
.copyrights {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
