@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) {
  /******** TOP LOGIN / SIGNUP HEADER *******/
  .top-header .container {
    padding: 20px 20px 20px 0;
  }
  .top-bar-left ul {
    margin-top: 0;
  }
  .top-bar-right ul {
    margin-top: 0;
    display: flex;
    flex-direction: row;
  }
  .top-bar-left li {
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
  }
  .top-bar-right li {
    font-size: 14px;
  }

  /******** TOP LOGIN / SIGNUP HEADER ENDS *******/
  .login-button {
    display: none;
  }
  .logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .logo-img {
    width: 20%;
    /* 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;
  }
  .header {
    font-size: 20px;
  }
  .banner {
    width: 100%;
    padding-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/BGFin2.jpg);
  }
  .section1 {
    width: 100%;
  }
  .copy-text {
    margin-top: 10%;
    margin-left: 10px;
    margin-right: 20px;
  }
  .left {
    width: 100%;
  }
  .h1-box {
    position: relative;
    top: -1rem;
  }
  .p-box {
    position: relative;
    top: 0.5rem;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .copy-text h1 {
    font-size: 12px;
    text-align: left;
  }
  .copy-text p {
    font-size: 10px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    line-height: 1.2em;
  }

  .btns {
    position: relative;
    top: -1rem;
    margin: 30px 20px 0 10px;
    display: flex;
    justify-content: flex-start;
  }
  .btn1 {
    height: 5%;
    margin-right: 30px;
    font-size: 10px;
    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;
  }
  .btn2 {
    height: 5%;
    font-size: 10px;
    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;
  }
  .learn-more-btn {
    width: 40%;
    display: flex;
    font-size: 12px;
    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;
    align-items: center;
    justify-content: center;
  }
  .button {
    width: 35%;
  }

  .about-image {
    display: none;
  }
  .subtext {
    width: 100%;
    text-align: justify;
    margin: 50px 0 70px 0;
  }
  .top-layer .right {
    display: none;
  }
  .section3 {
    padding: 50px 20px 50px 20px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-para {
    font-size: 12px;
  }
  /************************* FOOTER *************************/
  .footer-content-1 {
    padding: 70px;
  }
  .footer-section-1 {
    width: 100%;
  }
  .icon1 {
    width: 8%;
  }
  .icon2 {
    width: 8%;
  }
  .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%;
  }

  /* LOGIN MODAL */

  .bg-modal {
    height: 95%;
  }
  .modal-content {
    width: 90%;
  }
  .modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .modal-logo-img {
    width: 30%;
  }
  .modal-header {
    font-size: 20px;
  }
  .modal-sub-header {
    font-size: 12px;
  }
  .form-box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    overflow: hidden;
  }
  #login {
    left: 50px;
  }

  #register {
    left: 600px;
  }
  .modal-close {
    position: relative;
    bottom: 3.5rem;
    left: 11rem;
    font-size: 42px;
  }

  /* SIGN UP MODAL */

  .bg-signUp-modal {
    height: 95%;
  }
  .signUp-modal-content {
    width: 90%;
  }
  .signUp-modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0 0 0;
  }
  .signUp-modal-logo-img {
    width: 30%;
  }
  .signUp-modal-header {
    font-size: 20px;
  }
  .signUp-modal-sub-header {
    font-size: 12px;
  }
  .signUp-modal-close {
    position: relative;
    bottom: 3.5rem;
    left: 11rem;
    font-size: 42px;
  }
}

/* For screens larger than 600px */
@media screen and (min-width: 600px) {
  /******** TOP LOGIN / SIGNUP HEADER *******/

  .top-header .container {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
  }

  /******** TOP LOGIN / SIGNUP HEADER ENDS *******/

  .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: right;
    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 {
    height: 50rem;
    padding-bottom: 10px;
    background-position: -20px -50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/BGFin2.jpg);
  }
  .header {
    font-size: 30px;
  }
  .copy-text {
    margin-left: 80px;
  }
  .left {
    width: 50%;
    margin-left: 100px;
  }
  .p-box {
    width: 100%;
    text-align: center;
    margin-top: 4%;
  }
  .copy-text p {
    position: relative;
    top: 2.5rem;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-top: 50px;
    color: #000000;
    line-height: 1.5em;
  }
  .copy-text h1 {
    position: relative;
    top: 2.5rem;
    font-size: 42px;
    line-height: 0.5;
    text-align: left;
  }

  .btns {
    position: relative;
    top: 3rem;
    display: flex;
    justify-content: flex-start;
    margin: 30px 20px 0 82px;
  }
  .btn1 {
    width: 23%;
    margin-right: 30px;
    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;
  }
  .btn2 {
    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;
  }
  .learn-more-btn {
    width: 20%;
    display: flex;
    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;
    align-items: center;
  }
  .learn-more-btn:hover {
    background-color: rgba(0, 124, 155, 0.605);
  }
  .button {
    width: 100%;
  }

  .container {
    display: flex;
  }
  .about-image {
    display: block;
  }
  .subtext {
    margin: 50px 30px 70px 0;
    text-align: justify;
  }
  .top-layer .right {
    display: flex;
    align-items: center;
  }
  .cards-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .card-title {
    font-size: 25px;
  }
  .card-para {
    font-size: 15px;
  }
  .testi-cards-section {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .services {
    width: 100%;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;

    padding: 30px;
    text-align: center;
    color: #000000;

    background-color: #e9e9e9;
    box-shadow: 10px 20px 20px 0px rgb(0 0 0 / 42%);

    transition: 0.3s ease-in;
  }

  .testimonials {
    width: 100%;
    /* min-height: 450px; */
    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;
  }
  .section1 {
    display: flex;
    align-items: flex-start;
  }
  .section3 {
    padding: 50px;
  }
  /************************* FOOTER *************************/
  .phone-icon {
    width: 4%;
  }
  .mail-icon {
    width: 4%;
  }

  .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: 0 12px 15px 0;
  }
  .socials {
    width: 2%;
  }
  .social-logos {
    display: flex;

    justify-content: center;
  }
  .copyrights {
    width: 15%;
  }

  /* LOGIN MODAL */

  .bg-modal {
    height: 100%;
  }
  .modal-content {
    width: 40%;
  }
  .modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .modal-logo-img {
    width: 15%;
  }
  .modal-header {
    font-size: 30px;
  }
  .modal-sub-header {
    font-size: 18px;
  }
  .form-box {
    width: 100%;
    height: 80%;
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  #login {
    left: 120px;
  }

  #register {
    left: 600px;
  }
  .modal-close {
    position: relative;
    bottom: 2rem;
    left: 19rem;
    font-size: 42px;
  }

  /* SIGN UP MODAL */

  .bg-signUp-modal {
    height: 100%;
  }
  .signUp-modal-content {
    width: 40%;
  }
  .signUp-modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .signUp-modal-logo-img {
    width: 15%;
  }
  .signUp-modal-header {
    font-size: 30px;
  }
  .signUp-modal-sub-header {
    font-size: 18px;
  }
  .signUp-modal-close {
    position: relative;
    bottom: 2rem;
    left: 19rem;
    font-size: 42px;
  }
}
/******** TOP LOGIN / SIGNUP HEADER *******/
.top-header {
  width: 100%;
  background-color: rgb(0, 125, 155);
}
.top-header .container {
  margin-left: auto;
  margin-right: auto;

  background-color: transparent;
}

.top-bar-left {
  display: flex;
}
.top-bar-left li {
  color: white;
  padding: 5px 10px 5px 10px;
}

.top-bar-right {
  display: flex;
  align-items: center;
}
.top-bar-right li {
  color: white;
  padding: 5px 10px 5px 10px;
}
.top-bar-right a {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}

/******** TOP LOGIN / SIGNUP HEADER ENDS *******/

/******** NAVIGATION *******/

.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;
}

/******** NAVIGATION ENDS *******/

.copy-text h1 {
  color: #000000;
  line-height: 1em;
  font-weight: 900;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.btn1:hover {
  background-color: rgba(0, 124, 155, 0.574);
  border: none;
}

.btn2:hover {
  background-color: rgba(0, 124, 155, 0.55);
  border: none;
}

.container {
  background: #d7d7d7;

  width: 100%;
  padding: 50px;
}

.right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
span {
  color: red;
}
.header {
  font-weight: 700;
}
.subtext {
  font-size: 15px;
  font-weight: 500;
}

.about-image {
  width: 60%;
  height: 70%;
  margin-right: 100px;
}

.section3 {
  background-color: rgb(206, 202, 202);
  background-blend-mode: overlay;
  background-image: url(../img/abstract-white-background-bright-shiny-white-abstract-wallpaper-your-home-decor-ai-generated_857333-182.avif);
}
.section4 {
  background-color: rgb(206, 202, 202);
  background-blend-mode: overlay;
  background-image: url(../img/abstract-white-background-bright-shiny-white-abstract-wallpaper-your-home-decor-ai-generated_857333-182.avif);
  padding: 50px;
}
.top-layer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.testimonials:hover {
  transform: translateY(-10px);
}
.services:hover {
  transform: translateY(-10px);
}

.Web-services:hover {
  transform: translateY(-10px);
}

.card-title {
  width: 90%;
  margin: 50px 15px 30px 20px;
  text-align: center;
}

.card-para {
  padding: 0 20px 20px 20px;
  margin-top: 5px;
  text-align: center;
}

.services .button {
  margin: 30px 0 0 20px;
}
.Web-services .button {
  margin: 30px 0 100px 20px;
}

.avatar-and-name {
  display: flex;
  align-items: center;
  margin: 20px 0 30px 5px;
}

.avatar {
  height: 65px;
  width: 90px;
  margin: 10px;
  background-color: #bbb;
  border-radius: 50%;
}

.avatar-and-name .card-title {
  width: 90%;
  font-size: 25px;
  text-align: center;
  margin: 0;
}
.testimonials .card-para {
  text-align: left;
  margin: 0 0 30px 0;
}

/************************* FOOTER *************************/

.footer {
  width: 100%;
  background-color: #011b2d;
}
.footer-content-1 {
  border-bottom: 1.5px solid #ffffff;
}

.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%;
}

.phone-icon {
  margin-right: 20px;
}
.mail-icon {
  margin-right: 20px;
}

.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;
}
.material-symbols-rounded {
  margin-right: 5px;
  color: #d7d7d7;
}
.button {
  display: flex;
  justify-content: center;
  font-size: 12px;
  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;
  align-items: center;
}
.button:hover {
  background-color: rgba(0, 124, 155, 0.605);
}

/* LOGIN MODAL */

.bg-modal {
  width: 100%;

  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal-content {
  height: auto;
  background-color: white;
  border-radius: 5px;
  padding: 30px;
}
.modal-header {
  font-weight: 600;
  margin: 10px 0 0 0;
  text-align: center;
}
.modal-sub-header {
  font-weight: 300;
  text-align: center;
}
.input-group {
  margin: 10px auto 10px auto;
  width: 280px;
  transition: 0.5s;
}
.input-field {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
}
.submit-btn {
  width: 40%;
  padding: 10px 30px;
  cursor: pointer;
  display: block;
  margin: auto;
  background-color: rgb(0, 125, 155);
  color: white;
  border: 0;
  outline: none;
  border-radius: 5px;
  font-size: 15px;
}
.submit-btn:hover {
  background-position: right;
}
.check-box {
  margin: 30px 10px 30px 0;
}
.modal-span {
  color: #777;
  font-size: 12px;
  bottom: 68px;
}
.modal-close {
  transform: rotate(45deg);
  cursor: pointer;
}

/* SIGN UP MODAL */

.bg-signUp-modal {
  width: 100%;

  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.signUp-modal-open {
  overflow: hidden;
}
.signUp-modal-content {
  height: auto;
  background-color: white;
  border-radius: 5px;
  padding: 30px;
}
.signUp-modal-header {
  font-weight: 600;
  margin: 10px 0 0 0;
  text-align: center;
}
.signUp-modal-sub-header {
  font-weight: 300;
  text-align: center;
}
.signUp-modal-span {
  color: #777;
  font-size: 12px;
  bottom: 68px;
}
.signUp-modal-close {
  transform: rotate(45deg);
  cursor: pointer;
}
