@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;1,700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
}

.content-bottom {
  color: #8492a6;
  margin-top: 100px;
  font-weight: 300;
  font-size: 18px;
  line-height: 31px;
}

h2 {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}

h3 {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  margin-top: 10px;
  line-height: 1;
}

p {
  color: #3c4858;
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (max-width: 320px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 991.98px) {
  h2 {
    font-size: 63px;
  }
}
.container-fluid {
  background-color: #F5F5F5;
}

.img-container {
  height: 100px;
  text-align: center;
}

/* Resize images */
.img-container img {
  max-width: 100px;
  height: auto;
}

.card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
}

.head__custom-nav .navbar-brand img {
  width: 18px;
  height: 18px;
}
.head__custom-nav .navbar-brand span {
  font-weight: 700;
  font-size: 22px;
  margin-left: 10px;
}
.head__custom-nav button {
  padding: 0;
}
.head__custom-nav button span img {
  width: 45px;
}
.head__custom-nav #navbarNav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 400;
  padding: 8px 15px;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.head__custom-nav #navbarNav .navbar-nav .nav-item .nav-link:hover {
  color: lightcoral;
}

.custom-section {
  width: inherit;
  padding: 40px 0;
}
@media screen and (max-width: 991.98px) {
  .custom-section {
    flex-direction: column-reverse;
  }
}
.custom-section .col-lg-4 {
  margin-top: 100px;
}
.custom-section .col-lg-4 a {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  background-color: #1ea5f7;
  margin-top: 40px;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.custom-section .col-lg-4 a:hover {
  color: #1ea5f7;
  background-color: #fff;
  border: 1px solid #1ea5f7;
}
.custom-section .col-lg-8 img {
  width: 100%;
  position: absolute;
  top: -14rem;
  right: -11%;
}
@media screen and (max-width: 991.98px) {
  .custom-section .col-lg-8 img {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
}
.custom-section .col-lg-8 .animate-img img {
  width: 118px;
  position: absolute;
  top: -13.5rem;
  right: 2.9rem;
}

/*# sourceMappingURL=style.css.map */
