@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.utility__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10rem;
}
.utility-title {
  font-size: 3rem;
  color: #003569;
  font-weight: 600;
}
.text-center {
  text-align: center;
}
.mb-5 {
  margin-bottom: 4rem;
}
nav {
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  max-width: 140rem;
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 2.5rem;
}
.overlay {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  width: 100%;
  display: none;
  background-color: #37363699;
  left: 0;
}
.logo {
  width: 10.8rem;
  height: 6.2rem;
  margin-top: 1.2rem;
}
.nav-items {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  width: 53%;
  padding-right: 2rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  position: relative;
}
.nav-items .nav-links ul {
  display: flex;
  align-items: center;
  /* gap: 3.6rem; */
}
.nav-items .nav-links li {
  list-style: none;
}
.nav-items .nav-links li a,
.nav-buttons a,
.product-links a {
  font-weight: 500;
  text-decoration: none;
  color: #212529;
  font-size: 1.5rem;
}
.menu-btn {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  font-size: 3.1rem;
  color: #000;
  cursor: pointer;
  display: none;
}
.close-btn {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  font-size: 3.1rem;
  color: #01934a;
  cursor: pointer;
  display: none;
}
.product-links {
  display: none;
  position: absolute;
  width: 23.4rem;
  left: 0;
  bottom: -16rem;
  flex-direction: column;
  z-index: 11;
  background: #f4f4f4;
  border-radius: 1rem;
  justify-content: center;
  overflow: hidden;
}
.product-links.open {
  display: flex;
}
.product-links a {
  padding: 1.6rem 2.1rem;
  background: transparent;
  font-size: 1.4rem;
}
.product-links a:hover {
  background: #d9d9d9;
  transition: 0.5s;
}
.nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
  position: relative;
}
.nav-items .nav-buttons .signup {
  padding: 0.6rem 3rem 0.9rem 2.2rem;
  background-color: #01934a;
  color: #ffffff;
  border-radius: 1.95rem;
}
.signup-links {
  display: none;
  position: absolute;
  right: 0;
  width: 23.4rem;
  bottom: -15.5rem;
  flex-direction: column;
  z-index: 10;
  background: #f4f4f4;
  border-radius: 1rem;
  justify-content: center;
  overflow: hidden;
}
.signup-links.open {
  display: flex;
}
.signup-links a {
  border-bottom: 1px solid #dfdfdf;
  padding: 1.6rem 2.1rem;
  background: transparent;
}
.signup-links a:hover {
  background: #d9d9d9;
  transition: 0.5s;
}
.bars {
  display: none;
}
.bars i {
  font-size: 30px;
  color: white;
  background: #01934a;
  padding: 0.5rem;
}

.carousel-slider {
  position: relative;
}
.slider {
  /* max-width: 100rem; */
  height: 48.4rem;
  margin: 0 auto;
  position: relative;
  /* overflow: ; */
  /* IN THE END */
  overflow: hidden;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  /* z-index: 2; */
  /* background: rgba(29, 26, 26, 0.64); */
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-blend-mode: darken;
}
.slide-one {
  background: url(../images/nathan-dumlao-Wr3comVZJxU-unsplash%201.png)
    #1d1a1aa3;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.slide-two {
  background: url(../images/bg2.png) rgba(29, 26, 26, 0.64);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide-three {
  background: url(../images/bg3.png) rgba(29, 26, 26, 0.64);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide-four {
  background: url(../images/bg4.png) rgba(29, 26, 26, 0.64);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.slide__text-box {
  color: #fff;
  max-width: 100rem;
  margin-right: auto;
  margin-left: 18rem;
}
.slide__text-box > h1 {
  font-size: 3rem;
  margin-bottom: 1.7rem;
}
.slide__text-box > p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.8rem;
  max-width: 62.7rem;
  margin-bottom: 2.7rem;
}

.slide__text-box > a:link,
.slide__text-box > a:visited {
  background-color: #01934a;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 2rem 3.7rem;
  text-decoration: none;
  border-radius: 1rem;
  cursor: pointer;
}
.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #d9d9d9;
  border-radius: 50%;
  height: 5.6rem;
  width: 5.6rem;

  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}

.dots__dot {
  border: none;
  background-color: #ffff;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 0.7rem;
  cursor: pointer;
  transition: all 0.5s;
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #556aeb;
  opacity: 1;
}
.validation-message {
  color: #f66a5e;
  font-weight: 500;
  font-size: 1.6rem;
}

.footer {
  padding: 10rem 0 4.5rem;
  display: flex;
  flex-direction: column;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
  gap: 1rem;
}
.footer-top {
  display: flex;
  gap: 5rem;
}
.footer .company {
  flex: 2;
}
.company .company-title,
.link-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #262626;
  margin-bottom: 1.4rem;
}
.company .company-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.5rem;

  color: #00000099;
}
.company-desc {
  /* max-width: 50rem; */
}
.footer .links-section {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.links-section .link {
  /* flex: 1; */
}
.links ul {
  font-size: 1.4rem;
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  list-style: none;
}

.links a:link,
.links a:visited {
  font-weight: 400;
  text-decoration: none;
  color: #969696;
  font-size: 1.6rem;
}

.footer-bottom {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.footer-bottom__desc {
  width: 50%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.5rem;
}
.footer-bottom img {
  width: 50px;
  height: 50px;
}
.footer-bottom__contacts h1 {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  color: rgba(0, 0, 0, 0.6);
}
.socials {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.footer-bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #00000099;
  margin: 0;
}
.footer-bottom span {
  font-weight: 600;
}
p,
h1,
h2 {
  margin: 0;
}
.copyright {
  text-align: center;
}
.copyright > p {
}
@media screen and(max-width:1330px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 1104px) {
  .utility__grid {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .utility__grid br {
    display: none;
  }
  .nav-items {
    position: fixed;
    background-color: #ffff;
    top: 0;
    width: 50%;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease;
  }
  .nav-open .nav-items {
    flex-direction: column;
    justify-content: unset;
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    padding: 6rem 2rem;
    min-width: 28rem;
    align-items: flex-start;
    pointer-events: all;
  }
  .nav-open .product-links {
    bottom: -5rem;
  }
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu-btn {
    display: flex;
    z-index: 5;
  }
  .menu-btn ion-icon {
    display: none;
  }
  .nav-open .menu-btn img {
    display: none;
  }
  .nav-open .overlay {
    display: block;
  }
  .nav-open .menu-btn ion-icon {
    display: block;
  }
  .close-btn {
    display: block;
  }
  .offering-content-1 {
    gap: 2.5rem;
  }
  .slide__text-box {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .slider__btn {
    height: 4.6rem;
    width: 4.6rem;
  }
  .slider__btn--left {
    left: 5%;
  }
  .slider__btn--right {
    right: 5%;
  }
  .offering-content-1 br {
    display: none;
  }
  .offering-content-1 .item {
    gap: 1.3rem;
  }
  .footer-top {
    flex-direction: column;
    gap: 8rem;
    row-gap: 4rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-bottom__desc {
    width: 100%;
  }
  .footer-bottom__contacts h1,
  .footer-bottom__contacts .text-center {
    text-align: unset;
  }
  .socials {
  }
}
@media screen and (max-width: 768px) {
  .slider__btn {
    display: none;
  }
  .slide__text-box {
    padding: 0 1.5rem;
  }
  .slide__text-box > p {
    font-size: 1.8rem;
  }
  .company {
    grid-column: 1 / span 3;
    width: 100%;
  }
  .link:nth-child(4) {
    grid-row: 3;
  }
  .footer .container {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 1.8rem;
  }
  .utility-title {
    font-size: 2.5rem;
  }
  .footer {
    padding: 5rem 0 4.5rem;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .company {
    grid-column: unset;
  }
  .link:nth-child(4) {
    grid-row: unset;
  }
}
