* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #F3ECE6;
  font-family: "Poppins", sans-serif;
}

.navbar {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
}
.navbar__main-cont {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 50px;
  background-color: #F3ECE6;
  margin-top: 30px;
  border-radius: 1000px;
  width: 90%;
}
@media only screen and (min-width: 1200px) {
  .navbar__main-cont {
    width: 75%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 650px) {
  .navbar__main-cont {
    justify-content: center;
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 374px) {
  .navbar__main-cont {
    border-radius: 30px;
  }
}
.navbar__logo-cont {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  width: 100px;
  height: 50px;
}
@media only screen and (max-width: 650px) {
  .navbar__logo-cont {
    display: none;
  }
}
.navbar__logo {
  width: auto;
  height: 100%;
}
.navbar__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 650px) {
  .navbar__list {
    gap: 10px;
  }
}
.navbar__item {
  list-style: none;
}
@media only screen and (max-width: 374px) {
  .navbar__item {
    margin: 10px 0;
  }
}
.navbar__link {
  border: 2px solid #CF3D90;
  border-radius: 100px;
  text-decoration: none;
  color: #CF3D90;
  padding: 5px 25px;
  transition: all 0.2s;
}
.navbar__link:hover {
  background-color: #CF3D90;
  color: #fff;
}
.navbar__link--focused {
  background-color: #CF3D90;
  color: #fff !important;
}

.a26-opening {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 350px 50px 350px;
}
@media only screen and (max-width: 600px) {
  .a26-opening {
    height: auto;
    padding: 200px 0 130px;
  }
}
.a26-opening__logo-cont {
  max-width: 1000px;
}
@media only screen and (max-width: 600px) {
  .a26-opening__logo-cont {
    width: 80%;
  }
}
.a26-opening__img {
  width: 100%;
  height: auto;
  align-self: flex-start;
}
.a26-opening__subtitle {
  font-size: 35px;
  font-weight: bold;
  padding: 45px 0 0;
  color: #CF3D90;
  max-width: 1000px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .a26-opening__subtitle {
    font-size: 22px;
    width: 80%;
    padding: 38px 10px 0;
  }
}

.intro {
  background-color: #6CE074;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 100px 50px;
}
.intro__cont {
  max-width: 1000px;
}
.intro__title {
  text-align: center;
  font-size: 50px;
  padding-bottom: 38px;
}
.intro__text {
  text-align: center;
  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .intro {
    padding: 0;
  }
  .intro__cont {
    flex: 0 0 80%;
    padding: 38px 0;
  }
  .intro__title {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .intro__text {
    font-size: 16px;
  }
}

.intro-company {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #fff;
  color: #383838;
  padding: 100px 50px 125px;
}
@media only screen and (max-width: 600px) {
  .intro-company {
    padding: 0px;
  }
}
.intro-company__title {
  font-size: 50px;
  text-align: center;
  padding-bottom: 38px;
  color: #F2CC2B;
}
@media only screen and (max-width: 600px) {
  .intro-company__title {
    font-size: 32px;
    padding-top: 38px;
  }
}
.intro-company__cont {
  max-width: 1000px !important;
}
@media only screen and (max-width: 600px) {
  .intro-company__cont {
    flex-basis: 80%;
  }
}
.intro-company__section {
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-company__section:nth-child(3) {
  margin-top: 50px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .intro-company__section:nth-child(3) {
    margin-top: 0;
  }
}
.intro-company__info-cont {
  padding: 0 38px 0 19px;
  flex: 0 0 60%;
}
.intro-company__info-cont:nth-child(2) {
  padding: 0 19px 0 38px;
}
@media only screen and (max-width: 600px) {
  .intro-company__info-cont, .intro-company__info-cont:nth-child(2) {
    order: 10;
    flex-basis: 100%;
    padding: 38px 0 38px 0;
  }
}
.intro-company__main-title {
  font-size: 32px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .intro-company__main-title {
    text-align: center;
    font-size: 22px;
  }
}
.intro-company__paragraph {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .intro-company__paragraph {
    text-align: center;
    font-size: 16px;
  }
}
.intro-company__know-more-button {
  border: 2px solid #cf3d90;
  background-color: #cf3d90;
  color: #fff;
  margin-top: 38px;
  font-family: "Poppins", sans-serif;
  width: 50%;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.intro-company__know-more-button:hover {
  background-color: #F3ECE6;
  color: #cf3d90;
  border-color: #F3ECE6;
}
@media only screen and (max-width: 600px) {
  .intro-company__know-more-button {
    width: 100%;
  }
}
.intro-company__img {
  border-radius: 10px;
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .intro-company__img {
    width: 100%;
    order: 0;
  }
}

.services {
  padding: 150px 50px 175px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .services {
    padding: 0 0 80px 0;
  }
}
.services__cont {
  max-width: 1000px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .services__cont {
    flex-basis: 80%;
  }
}
.services__title {
  font-size: 50px;
  color: #CF3D90;
  padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .services__title {
    padding: 80px 0;
    font-size: 32px;
  }
}
.services__services-list {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 600px) {
  .services__services-list {
    flex-wrap: wrap;
  }
}
.services__card {
  padding: 38px 30px;
  background-color: #F3ECE6;
  border-radius: 10px;
  color: #363636;
  flex: 1 1 0;
}
.services__card-title {
  font-size: 32px;
  padding-bottom: 10px;
  color: #cf3d90;
}
@media only screen and (max-width: 600px) {
  .services__card-title {
    font-size: 22px;
  }
}
.services__card-sub-title {
  font-size: 20px;
  padding-bottom: 20px;
}
.services__card-info {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .services__card-info {
    font-size: 16px;
  }
}
.services__card-button {
  border: 1.5px solid #cf3d90;
  background-color: transparent;
  color: #cf3d90;
  margin-top: 38px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.services__card-button:hover {
  background-color: #cf3d90;
  border-color: #cf3d90;
}
.services__card-button:hover a {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .services__card-button {
    width: 100%;
  }
}
.services__card-wa-link {
  color: #cf3d90;
  text-decoration: none;
}

.lets-connect {
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  color: #cf3d90;
}
@media only screen and (max-width: 600px) {
  .lets-connect {
    padding: 0px;
  }
}
.lets-connect__main-cont {
  text-align: center;
  max-width: 1000px;
}
@media only screen and (max-width: 600px) {
  .lets-connect__main-cont {
    width: 80%;
    padding: 38px 0;
  }
}
.lets-connect__pre-title {
  font-size: 32px;
  color: #6CE074;
}
@media only screen and (max-width: 600px) {
  .lets-connect__pre-title {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.lets-connect__title {
  padding-bottom: 38px;
  font-size: 50px;
  color: #F2CC2B;
}
@media only screen and (max-width: 600px) {
  .lets-connect__title {
    font-size: 32px;
    padding-bottom: 10px;
  }
}
.lets-connect__info {
  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .lets-connect__info {
    font-size: 16px;
  }
}
.lets-connect__button {
  border: 2px solid #cf3d90;
  background-color: #cf3d90;
  color: #fff;
  margin-top: 38px;
  font-family: "Poppins", sans-serif;
  width: 25%;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}
.lets-connect__button:hover {
  background-color: #6CE074;
  border-color: #6CE074;
}
@media only screen and (max-width: 600px) {
  .lets-connect__button {
    width: 100%;
  }
}
.lets-connect__wa-link {
  text-decoration: none;
  color: #fff;
}

.footer {
  background-color: #cf3d90;
  color: #F3ECE6;
  padding: 100px 50px;
}
@media only screen and (max-width: 600px) {
  .footer {
    padding: 38px 0;
  }
}
.footer__cont {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .footer__cont {
    width: 80%;
    justify-content: center;
    text-align: center;
    row-gap: 38px;
  }
}
.footer__title {
  padding-bottom: 10px;
}
.footer__email a, .footer__phone a {
  color: #F3ECE6 !important;
  font-style: none;
  text-decoration: none;
  border-bottom: 1.8px solid #bc3581;
  transition: all 0.3s;
}
.footer__email a:hover, .footer__phone a:hover {
  border-color: #F3ECE6;
}
.footer__social-icons-list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer__social-icons-list a {
  color: #F3ECE6;
}
.footer__social-icons-list a:hover {
  color: #fff;
}
.footer__privacy-text {
  padding-top: 38px;
  text-align: center;
}/*# sourceMappingURL=main-v2.css.map */