*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --first-color: #ea1567;
}
body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
}
nav.navbar {
  z-index: 999;
  padding: 0.5em;
}
a.nav-link {
  color: var(--first-color);
  font-size: 24px;
  font-weight: 600;
}
.nav-link:focus,
.nav-link:hover {
  color: #ea1567 !important;
}
.nav-link:focus-visible {
  outline: none !important;
}
.navbar-toggler {
  border-color: #ea1567;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler-icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ea1567;
  margin: 6px 0;
}
.navbar-toggler-icon .line {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ea1567;
  margin: 6px 0;
}
.navbar-toggler-icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ea1567;
  margin: 6px 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.hero-section {
  background-image: url(../img/herosectionbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-logo {
  width: 400px;
}
.girl-image {
  width: 429px;
}
.hero-section ul {
  margin-left: 65px;
}
.hero {
  padding-top: 3.5rem !important;
  position: relative;
  left: -57px;
}
.button {
  gap: 30px;
  position: relative;
}
.button p {
  font-size: 40px;
  font-weight: bold;
}
.button a {
  font-size: 30px;
  font-weight: bold;
  background-color: #028fdf;
  border-color: #028fdf;
  border-radius: 50px;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none !important;
}
.team-banner {
  background-image: url("../img/teambanner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  top: 524px;
}
.our-team {
  margin-left: 6rem;
}
.logo-group,
.logo-group-client {
  padding-top: 4rem;
  gap: 15px;
}

.team-title {
  font-weight: bold;
  color: #025db2;
  font-size: 50px;
  margin-bottom: 2rem !important;
}

.team-description {
  font-size: 25px;
}
.need-website {
  position: relative;
  top: 524px;
  gap: 30px;
}
.need-website p {
  font-size: 40px;
  color: #025db2;
  font-weight: bold;
  margin-bottom: 0;
}
.need-website a {
  font-weight: bold;
  font-size: 30px;
  background-color: #ea1567;
  border-color: #ea1567;
  border-radius: 50px;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none !important;
}

.clients-banner {
  background-image: url("../img/clientsbanner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  top: 524px;
}

.logo-group img,
.logo-group-client img {
  width: 70px;
  gap: 15px;
}

.clients-title {
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  margin-bottom: 2rem !important;
}

.clients-description {
  font-size: 25px;
  color: #fff;
}
.social-media {
  position: relative;
  top: 524px;
  gap: 30px;
}
.social-media p {
  font-size: 40px;
  color: #ea1567;
  font-weight: bold;
  margin-bottom: 0;
}
.social-media a {
  font-weight: bold;
  font-size: 30px;
  background-color: #028fdf;
  border-color: #028fdf;
  border-radius: 50px;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none !important;
}

.contact-section {
  background-image: url("../img/contactsection.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  top: 524px;
}
.contact-title {
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  margin-bottom: 2rem !important;
}
.contact-content-div {
  width: 365px;
  margin: auto;
}
.contact-description {
  font-size: 25px;
}
.footer-section {
  position: relative;
  top: 524px;
  background: linear-gradient(
    90deg,
    #dd0255 13.91%,
    #ffffff 77.85%,
    #ffffff 100%
  );

  padding: 20px 0;
  color: white;
}
.footer-logo {
  width: 200px;
  height: auto;
}

.footer-logo p {
  margin: 0;
  color: white;
  font-size: 1rem;
}

.email {
  color: #ea1567;
  text-decoration: none !important;
  font-weight: 600;
}
.email a {
  color: #ea1567 !important;
  text-decoration: none !important;
}
.col-two-footer {
  font-weight: 500;
}
.hero-section-row {
  position: relative;
  top: 100px;
}
@media (max-width: 1100px) {
  .hero {
    left: 0px;
  }
  .hero-section,
  .team-banner,
  .clients-banner {
    background-position: center;
  }
  .hero-logo {
    width: 300px;
  }
  .button {
    margin: 4px;
  }
  .button p {
    font-size: 35px;
  }
  .button a,
  .social-media a,
  .need-website a {
    font-size: 25px;
  }
  .our-team {
    margin-left: 3rem;
  }
  .social-media p,
  .need-website p {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  a.nav-link {
    color: #fff;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: #fff !important;
  }
  .our-team {
    margin-left: 0;
  }
  .team-banner,
  .clients-banner,
  .contact-section {
    height: 396px;
    background-size: contain;
  }
  .logo-group img,
  .logo-group-client img {
    width: 50px;
  }
  .team-title,
  .clients-title,
  .contact-title {
    font-size: 45px;
    margin-bottom: 12px !important;
  }
  .team-description,
  .clients-description,
  .contact-description {
    font-size: 18px;
  }
  .logo-group {
    padding-top: 0rem;
  }
  .logo-group-client {
    padding-top: 2rem;
  }
}
@media (max-width: 850px) {
  .social-media p,
  .need-website p {
    font-size: 25px;
  }
  .button a,
  .social-media a,
  .need-website a {
    font-size: 20px;
  }
  .team-banner,
  .clients-banner,
  .contact-section {
    height: 340px;
  }
  .logo-group-client {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 770px) {
  .hero-section,
  nav.navbar {
    background-image: unset;
    background: linear-gradient(
      90deg,
      #dd0255 40.91%,
      #ffffff 108.85%,
      #ffffff 100%
    );
  }
  .hero-section {
    position: unset;
  }
  .team-banner,
  .clients-banner,
  .contact-section,
  .need-website,
  .social-media,
  .footer-section {
    z-index: 99999;
    position: relative;
    top: 0;
  }
  .button {
    margin: 0;
  }
  .team-banner,
  .clients-banner,
  .contact-section {
    height: 390px;
    background-size: cover;
  }
  .hero {
    left: 115px;
    width: max-content;
  }
  .contact-section {
    background-position: center;
  }
  .team-description,
  .clients-description,
  .contact-description {
    width: 300px;
  }
  .contact-content-div {
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero {
    left: 0;
  }
  h2.clients-title {
    font-size: 41px;
  }
  .logo-group-client {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 710px) {
  .social-media p,
  .need-website p {
    font-size: 20px;
  }
  .button a,
  .social-media a,
  .need-website a {
    font-size: 18px;
  }
}
@media (max-width: 696px) {
  .button p {
    font-size: 28px;
  }
}
@media (max-width: 615px) {
  .button p {
    font-size: 24px;
  }
  .hero {
    left: -32px;
  }
  .team-description,
  .clients-description,
  .contact-description {
    width: 260px;
  }
  .social-media p,
  .need-website p {
    font-size: 18px;
  }
  .button a,
  .social-media a,
  .need-website a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .row.hero-section-row {
    justify-content: center;
    position: unset;
  }
  .contact-section {
    background-image: unset;
    background-color: #60bbcf;
  }
  .clients-banner {
    background-image: unset;
    background-color: #f3594f;
  }
  .team-banner {
    background-image: unset;
    background-color: #b1daf0;
  }

  .team-description,
  .clients-description,
  .contact-description {
    width: auto;
  }
  .logo-group-client {
    justify-content: space-around;
    margin-bottom: 1rem !important;
  }
  .image-hero-logo {
    display: none;
  }

  .hero {
    padding-top: 1.5rem !important;
    left: 0;
    text-align: center;
    /* padding-bottom: 7rem !important; */
  }

  .button {
    gap: 20px;
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .hero-section ul {
    margin-left: 0;
  }
  .need-website,
  .social-media {
    flex-direction: column;
  }
  .social-media p,
  .need-website p {
    font-size: 27px;
    text-align: center;
  }
  .logo-group-client {
    justify-content: unset;
  }
  .footer-section {
    text-align: center;
    background: linear-gradient(
      90deg,
      #dd0255 40.91%,
      #ffffff 108.85%,
      #ffffff 100%
    );
  }
  .footer-logo {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  a.navbar-brand img {
    width: 200px !important;
  }
}
@media (max-width: 321px) {
  .hero-logo {
    width: 250px;
  }
  .clients-banner {
    height: 410px;
  }
}
