@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins&display=swap");
/**
*
* Testing
*
**/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  width: 10px;
  background-color: #ebfbff;
  border-left: 0 solid #ffffff;
  border-right: 0 solid #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff52bf;
  width: 15% !important;
  height: 15% !important;
  border-radius: 50px;
}

::-webkit-scrollbar:hover {
  cursor: pointer;
}

::-moz-selection {
  /* code for firefox */
  color: #ffffff;
  background-color: #ff52bf;
}

::selection {
  /* code for firefox */
  color: #ffffff;
  background-color: #ff52bf;
}

/* end variables */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  /*small*/
  /* tablet */
  /* Medium */
  /* desktop  */
}
@media (min-width: 577px) {
  .container {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/*! start variables*/
/*! end variables*/
/*! start Global Rules*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-family: "Poppins", sans-serif;
}

.footer .footer_content .community .Global_button, .landing_content .landing_text .Global_button, .header_content .button button {
  cursor: pointer;
  transition: 1.2s;
}
.footer .footer_content .community .Global_button:hover, .landing_content .landing_text .Global_button:hover, .header_content .button button:hover {
  transition: 1.2s;
  opacity: 0.8;
  transform: scale(1.05);
}

.footer .footer_content .community .Global_button, .landing_content .landing_text .Global_button {
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 12px 1px #dbdbdb;
  background-color: #ff52bf;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans";
}

.container_card {
  padding: 40px;
  margin: 40px auto;
  box-shadow: 0 0 8px -4px #808d99;
  border-radius: 10px;
}
.container_card .card_content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  overflow: hidden;
}
.container_card .card_content .image_card img {
  width: 300px;
  max-width: 1200px;
}
.container_card .card_content .text_card {
  width: 525px;
}
.container_card .card_content .text_card p:first-child {
  font-size: 25px;
  font-weight: 700;
  font-family: "Poppins";
}
.container_card .card_content .text_card p:last-child {
  color: #808d99;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans";
}
.container_card .flowing_content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .container_card .flowing_content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .container_card .card_content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .container_card .card_content p:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .container_card {
    width: 350px;
  }
  .container_card .card_content .image_card img {
    width: 200px;
  }
  .container_card .card_content .text_card p:first-child {
    font-size: 20px;
  }
  .container_card .card_content .text_card p:last-child {
    display: inline-flex;
    width: 290px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .container_card {
    width: 250px;
  }
}

/*! end Global Rules*/
/*! start header-and-linding*/
.header-and-linding {
  margin-bottom: 200px;
  background-image: url(../images/bg-hero-desktop.svg);
  background-color: #ebfbff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .header-and-linding {
    background-image: url(../images/bg-hero-mobile.svg);
  }
}

/*! end header-and-linding*/
/*! start header*/
.header_content {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_content .logo img {
  width: 200px;
}
.header_content .button button {
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 8px -4px #808d99;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 420px) {
  .header_content .logo img {
    width: 150px;
  }
  .header_content .button button {
    padding: 10px 15px;
  }
}

/*! end header*/
/*! start landing*/
.landing_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 40px;
}
.landing_content .mockups img {
  max-width: 1200px;
  width: 100%;
}
.landing_content .landing_text p:first-child {
  margin: 30px 0;
  width: 500px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins";
}
.landing_content .landing_text p:nth-child(2) {
  margin: 20px 0;
  width: 560px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans";
}
@media (max-width: 768px) {
  .landing_content {
    flex-direction: column-reverse;
  }
  .landing_content .mockups img {
    width: 400px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .landing_content .mockups img {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .landing_content .landing_text {
    text-align: center;
  }
  .landing_content .landing_text p:first-child {
    width: 340px;
    font-size: 30px;
  }
  .landing_content .landing_text p:nth-child(2) {
    width: 340px;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .landing_content .landing_text p:first-child {
    width: 280px;
    font-size: 25px;
  }
  .landing_content .landing_text p:nth-child(2) {
    width: 280px;
    font-size: 14px;
  }
}

/*! end landing*/
/*! start footer*/
.footer {
  background-color: #00252e;
  color: #ffffff;
  padding: 120px 0 40px 0;
  margin-top: 200px;
  position: relative;
}
.footer .footer_content {
  display: block;
  /*! start Attribution */
  /*! end Attribution */
}
.footer .footer_content .community {
  text-align: center;
  padding: 40px;
  margin: auto;
  width: 40%;
  border-radius: 10px;
  background-color: #ffffff;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 12px 0px #333;
}
.footer .footer_content .community p {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .footer_content .community {
    width: 80%;
  }
}
.footer .footer_content .logo_footer img {
  width: max-content;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .footer .footer_content .logo_footer img {
    padding-top: 50px;
    text-align: center;
  }
}
.footer .footer_content .contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer_content .contact ul li {
  list-style-type: none;
  padding: 10px 0;
  transition: 1.2s;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
}
.footer .footer_content .contact ul li:hover {
  color: #ff52bf;
  transform: scale(1.05);
  transition: 1.2s;
}
.footer .footer_content .contact ul li:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0a9";
  font-size: 14px;
  padding-left: 10px;
}
.footer .footer_content .contact ul:first-child p {
  width: 390px;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footer .footer_content .contact ul:first-child p {
    width: 210px;
    font-size: 12px;
  }
}
.footer .footer_content .contact ul:first-child li {
  display: flex;
  align-items: center;
}
.footer .footer_content .contact ul:first-child #location::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f3c5";
  font-size: 20px;
  padding: 5px 10px;
  -webkit-font-smoothing: antialiased;
}
.footer .footer_content .contact ul:first-child #phone::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f095";
  font-size: 20px;
  padding: 10px;
}
.footer .footer_content .contact ul:first-child #envelope::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0e0";
  font-size: 20px;
  padding: 10px;
}
.footer .footer_content .contact .footer_icon {
  margin: 20px;
}
.footer .footer_content .contact .footer_icon i {
  padding: 10px;
  margin: 0 10px;
  border: 1px solid;
  border-radius: 50%;
  transition: 1.2s;
}
.footer .footer_content .contact .footer_icon i:hover {
  color: #ff52bf;
  transform: scale(1.2);
  transition: 1.2s;
}
.footer .footer_content .contact .footer_icon .icon_facebook {
  padding: 10px 12px;
}
@media (max-width: 768px) {
  .footer .footer_content .contact {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
.footer .footer_content .copy {
  display: flex;
  justify-content: end;
  margin: 20px auto;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 400px) {
  .footer .footer_content .copy {
    margin: 20px auto 40px;
  }
}
.footer .footer_content .attribution {
  position: absolute;
  bottom: 0rem;
  color: #ebfbff;
  padding: 20px 0;
  text-align: center;
  width: -webkit-fill-available;
}
.footer .footer_content .attribution a {
  font-size: smaller;
  text-decoration: none;
  color: #ff52bf;
  text-transform: capitalize;
  font-size: 12px;
  white-space: nowrap;
}
.footer .footer_content .attribution a:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0a9";
  font-size: 14px;
  padding: 0 8px;
}

/*! end footer*//*# sourceMappingURL=style.css.map */