body {
  background-color: #f5f5f5;
  color: #333333;
}
h1,
h2,
li {
  font-family: "Cardo", serif;
  text-transform: capitalize;
}
p {
  font-family: "Roboto", sans-serif;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.header {
  display: flex;
  justify-content: space-between;
  background-color: #4a90e2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
}
.header__loro-box {
  display: flex;
  padding: 10px 0 10px 20px;
}
.title {
  padding: 15px 0 0 20px;
  font-size: 3rem;
  color: #fff;
  font-weight: 300;
}
.list-box {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.list-text {
  padding-right: 50px;
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
}
.nav {
  display: none;
}
@media (max-width: 850px) {
  .list-box {
    display: none;
  }
  .title-logo {
    width: fit-content;
    padding: 10px 0 0 10px;
  }
  .title-logo img {
    width: 60%;
  }
  .title {
    padding: 20px 0 0;
    font-size: 2rem;
  }
  .open-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
  }
  .open-btn span,
  .open-btn span::before,
  .open-btn span::after {
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .open-btn span::before {
    bottom: -8px;
    width: 30px;
  }
  .open-btn span::after {
    bottom: -16px;
    width: 20px;
  }
  .open-btn.active span {
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .open-btn.active span::before {
    opacity: 0;
    background-color: #1c1c1c;
  }
  .open-btn.active span::after {
    width: 40px;
    transform: translateY(-14px) translateX(0) rotate(90deg);
  }
  .animation {
    transition: all 2s;
  }
  .nav {
    display: block;
    position: fixed;
    background-color: #1c1c1c;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 1s, visibility 1s, width 1s;
  }
  .nav.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 999;
  }
  .nav-logo {
    padding: 20px 0 0 30px;
  }
  .nav__list-box {
    padding-top: 100px;
    max-width: 300px;
    margin: 0 auto;
  }
  .nav__list {
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff;
    padding-bottom: 50px;
    position: relative;
  }
  .nav__list::before,
  .nav__list::after {
    position: absolute;
    top: 10%;
    right: 0;
    border: solid #fff 0.5px;
    width: 30px;
    content: "";
    display: block;
    transform: rotate(30deg);
  }
  .nav__list::after {
    transform: rotate(150deg);
    top: 30%;
  }
  .nav__list-box2 {
    padding-top: 70px;
    max-width: 300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .nav__list2 {
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    color: #1c1c1c;
    text-align: center;
  }
  .nav__cta-btn {
    padding: 100px;
    max-width: 300px;
    margin: 0 auto;
    transform: translateX(-35%);
    transition: transform 0.3s ease-in-out;
  }
  .nav__cta-btn img {
    transition: transform 0.3s ease-in-out;
  }
  .nav__cta-btn:active img {
    transform: scale(0.95);
  }
}
.about__heading {
  padding-top: 250px;
  font-size: 4rem;
  font-weight: 400;
  color: #4a90e2;
  text-align: left;
}
.about__heading span {
  padding-left: 10px;
}
.about__text {
  max-width: 800px;
  padding-top: 20px;
  font-size: 2rem;
  font-size: 300;
  text-align: left;
  line-height: 3rem;
}
.about__box-b {
  margin-top: 100px;
  background-color: #333333;
  width: 100vw;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about__box-text-wrapper {
  display: flex;
  width: max-content;
}
.aboout__box-text {
  font-size: 5rem;
  color: #898989;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 1900px;
  flex-shrink: 0;
  animation: slide infinite 20s -5s linear both;
}

.aboout__box-text span {
  padding-left: 20px;
}
@keyframes slide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.about__title {
  padding-top: 70px;
  font-size: 4rem;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Cardo", serif;
  color: #4a90e2;
  text-align: left;
}
.about__title:first-child {
  padding-top: 100px;
}
.--c {
  text-align: center;
}
.about__title-box {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 30px 20px 0 0;
}
.about__title-heading {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.about__title-text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.2rem;
}
.about__title-list {
  padding: 70px 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}
.about__title-list-heading {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.about__title-list-text {
  padding-top: 20px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  line-height: 2.8rem;
}
.cta-box {
  padding: 250px 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
}
.cta-sbox {
  background-color: #4a90e2;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.1s ease-in-out;
}

.cta-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.cta-sbox:active {
  transform: scale(0.95);
}
.cta-headong {
  padding: 40px 0 0 40px;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Cardo", serif;
  text-transform: capitalize;
}
.cta-img {
  padding: 30px 0;
}
.footer-container {
  background-color: #1c1c1c;
  margin-top: 350px;
}
.footer-box {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.footer-title {
  padding-bottom: 60px;
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
}
.footer-list {
  font-size: 2.4rem;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 300;
}
.footer-list:last-child {
  padding-bottom: 0;
}
.footer-logo {
  padding-right: 140px;
}
.footer-logo img {
  width: 50%;
}
.footer-list2 {
  font-size: 1.8rem;
  padding-top: 20px;
  color: #fff;
  font-weight: 300;
}
.footer-list2:first-child {
  padding-top: 40px;
}
.footer-btn-box {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 130px;
}
.footer-btn-text {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Cardo", serif;
  padding-right: 10px;
}
.copyright-box {
  padding: 30px 0 10px;
  text-align: center;
}
.copyright {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}
@media (max-width: 850px) {
  .footer-box {
    max-width: 650px;
    margin: 0 auto;
  }
  .footer-logo {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .footer-container {
    margin-top: 250px;
  }
  .footer-box {
    max-width: 350px;
    margin: 0 auto;
  }
  .footer-title {
    font-size: 2rem;
  }
  .footer-logo {
    padding-right: 0;
    text-align: right;
  }
  .footer-list2 {
    padding-left: 100px;
  }
  .footer-btn-box {
    padding: 40px 30px 20px 0;
  }
}
.fadein {
  opacity: 0;
  filter: blur(0.4rem);
  transform: translateY(4rem);
  transition: opacity 2s, filter 2s, transform 2s;
}
.fadein.--visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
