@font-face {
  font-family: "Irish Grover";
  src: url("../../assets/font/IrishGrover.ttf");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../../assets/font/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../../assets/font/OpenSans-Regular.ttf");
}
/*Settings*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "OpenSans-Regular";
  font-size: 1.05rem;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #000000;
}

.flex-row-nowrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.font-title-logo {
  font-family: "Irish Grover";
  color: #FE60C5;
}

.font-bold {
  font-family: "OpenSans-Bold";
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.icon-social {
  max-width: 25px;
  max-height: 25px;
}

.icon-right {
  max-width: 10px;
  max-height: 10px;
}

.icon-flag {
  max-width: 20px;
  max-height: 20px;
}

.header-main {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  align-items: center;
}
.header-main-1 {
  display: grid;
  grid-template-columns: 60% 40%;
  justify-items: center;
  width: 100vw;
  height: 100%;
}
.header-main-2 {
  position: absolute;
  padding-left: 200px;
}
.header-section-1 {
  background-color: #efb9fa;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.header-section-1 p {
  font-size: 33px;
  font-weight: bold;
  z-index: 100;
}
.header-section-1 p span {
  font-size: 35px;
  z-index: 100;
}
.header-section-2 {
  display: grid;
  justify-content: center;
  align-items: center;
}
.header-image {
  width: 180px;
  border-radius: 20px;
  margin-right: 70px;
}
.header-section-2 {
  background-color: #ffd5db;
  width: 100%;
}

@-webkit-keyframes headerMoveImage {
  from {
    top: 150px;
  }
  to {
    top: 0px;
  }
}

@keyframes headerMoveImage {
  from {
    top: 150px;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes headerMove {
  from {
    top: 200px;
  }
  to {
    top: 0px;
  }
}
@keyframes headerMove {
  from {
    top: 200px;
  }
  to {
    top: 0px;
  }
}
#header-section-1 {
  position: relative;
  -webkit-animation: headerMove 2s;
          animation: headerMove 2s;
}

#header-section-2 {
  position: relative;
  -webkit-animation: headerMoveImage 2s;
          animation: headerMoveImage 2s;
}

@media only screen and (min-width: 414px) {
  .header-main {
    height: 300px;
  }
  .header-image {
    margin-top: 43px;
    width: 200px;
    align-self: flex-start;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 667px) {
  .header-main {
    height: 300px;
  }
  .header-section-1 {
    padding-left: 80px;
  }
  .header-image {
    margin-top: 43px;
    width: 300px;
    margin-right: 100px;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 844px) {
  .header-main {
    height: 350px;
  }
  .header-section-1 {
    padding-left: 80px;
    padding-right: 100px;
  }
  .header-section-1 p {
    font-size: 50px;
  }
  .header-section-1 p span {
    font-size: 55px;
  }
  .header-image {
    margin-top: 43px;
    width: 400px;
    margin-right: 100px;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1180px) {
  .header-main {
    height: 300px;
  }
  .header-section-1 {
    padding-left: 80px;
  }
  .header-image {
    margin-top: 43px;
    width: 350px;
    margin-right: 200px;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .header-main {
    height: 540px;
  }
  .header-section-1 {
    padding-left: 150px;
    padding-right: 200px;
  }
  .header-section-1 p {
    font-size: 70px;
  }
  .header-section-1 p span {
    font-size: 75px;
  }
  .header-image {
    margin-top: 43px;
    width: 600px;
    margin-right: 200px;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1340px) {
  .header-main {
    height: 540px;
  }
  .header-section-1 {
    padding-left: 150px;
    padding-right: 200px;
  }
  .header-section-1 p {
    font-size: 70px;
  }
  .header-section-1 p span {
    font-size: 75px;
  }
  .header-image {
    margin-top: 43px;
    width: 600px;
    margin-right: 200px;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 1450px) {
  .header-main {
    height: 600px;
  }
  .header-section-1 {
    padding-left: 250px;
    padding-right: 200px;
  }
  .header-section-1 p {
    font-size: 70px;
  }
  .header-section-1 p span {
    font-size: 75px;
  }
  .header-image {
    margin-top: 43px;
    width: 750px;
    margin-right: 250px;
    align-self: flex-start;
  }
}
.services-main {
  display: grid;
  grid-template-columns: auto;
  width: 100vw;
  height: 100%;
  padding-bottom: 25px;
}
.services-section-1 {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
.services-section-1 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.services-section-2 {
  background-attachment: #ffffff;
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.services-section-2-heading {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
.services-section-2-item {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.services-section-2-item-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
  background-color: #FCF6FF;
}
.services-section-2-item-image img {
  width: 50px;
  height: 50px;
}
.services-section-2-p div {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.services-section-2-p div p {
  min-width: 80px;
  background-color: #ffd5db;
  padding: 5px;
  border-radius: 20px;
  margin: 0;
}

@media only screen and (min-width: 667px) {
  .services-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .services-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services-section-2 {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .services-main {
    display: flex;
    flex-direction: column;
    padding: 25px;
  }
  .services-section-2 {
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .services-main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .services-section-2 {
    display: flex;
    justify-content: space-evenly;
  }
}
.about-main {
  display: grid;
  grid-template-columns: 40% 60%;
  width: 100vw;
  height: 100%;
}
.about-section-2 {
  background-color: #bfe4f5;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-right: 10px;
  padding-left: 20px;
  text-align: left;
}
.about-section-2 span {
  font-size: 35px;
  font-weight: bold;
  z-index: 10;
}
.about-section-2 span p {
  font-size: 20px;
  z-index: 10;
}
.about-image {
  width: 160px;
  border-radius: 20px;
}
.about-section-1 {
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: #86eac8;
  width: 100%;
  padding-left: 20px;
}

@-webkit-keyframes aboutMove {
  from {
    top: 200px;
  }
  to {
    top: 0px;
  }
}

@keyframes aboutMove {
  from {
    top: 200px;
  }
  to {
    top: 0px;
  }
}
#about-section-1 {
  position: relative;
  -webkit-animation: aboutMove 2s;
          animation: aboutMove 2s;
}

#about-section-2 {
  position: relative;
  -webkit-animation: aboutMove 2s;
          animation: aboutMove 2s;
}

@media only screen and (min-width: 414px) {
  .about-section-1 {
    padding-left: 30px;
  }
  .about-section-2 {
    padding-left: 25px;
    padding-right: 20px;
  }
  .about-image {
    width: 180px;
  }
}
@media only screen and (min-width: 667px) {
  .about-main {
    height: 700px;
  }
  .about-section-1 {
    padding-left: 80px;
  }
  .about-section-2 {
    padding-left: 10px;
    padding-right: 50px;
  }
  .about-image {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .about-main {
    height: 330px;
  }
  .about-section-1 {
    padding-left: 80px;
  }
  .about-section-2 {
    padding-left: 10px;
    padding-right: 50px;
  }
  .about-image {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) {
  .about-main {
    height: 730px;
  }
  .about-section-1 {
    padding-left: 80px;
  }
  .about-section-2 {
    padding-left: 60px;
    padding-right: 50px;
  }
  .about-image {
    width: 330px;
  }
}
@media only screen and (min-width: 844px) {
  .about-main {
    height: 730px;
  }
  .about-section-1 {
    padding-left: 120px;
  }
  .about-section-2 {
    padding-left: 60px;
    padding-right: 80px;
  }
  .about-image {
    width: 330px;
  }
}
@media only screen and (min-width: 1180px) {
  .about-main {
    height: 750px;
  }
  .about-section-1 {
    padding-left: 200px;
  }
  .about-section-2 {
    padding-left: 180px;
    padding-right: 200px;
  }
  .about-image {
    width: 440px;
  }
}
@media only screen and (min-width: 1280px) {
  .about-main {
    height: 540px;
  }
  .about-section-1 {
    padding-left: 200px;
  }
  .about-image {
    margin-left: 50px;
  }
  .about-section-2 {
    padding-left: 180px;
    padding-right: 50px;
  }
  .about-image {
    width: 640px;
  }
}
@media only screen and (min-width: 1340px) {
  .about-main {
    height: 540px;
  }
  .about-section-1 {
    padding-left: 200px;
  }
  .about-section-2 {
    padding-left: 250px;
    padding-right: 50px;
  }
  .about-image {
    width: 700px;
  }
}
@media only screen and (min-width: 1450px) {
  .about-main {
    height: 600px;
  }
  .about-section-1 {
    padding-left: 200px;
  }
  .about-section-2 {
    padding-left: 250px;
    padding-right: 150px;
  }
  .about-section-2 p {
    font-size: 70px;
  }
  .about-section-2 p span {
    font-size: 75px;
  }
  .about-image {
    width: 750px;
  }
}
@media only screen and (min-width: 1750px) {
  .about-section-1 {
    padding-left: 350px;
  }
  .about-section-2 {
    padding-left: 250px;
    padding-right: 200px;
  }
}
.contact-main {
  padding: 20px;
  text-align: center;
  background-color: #ffd5db;
  height: auto;
}
.contact-main p {
  font-size: 30px;
  font-weight: bold;
}
.contact-main span {
  font-size: 35px;
}
.contact-main textarea {
  resize: none;
}
.contact-main button {
  border-radius: 10px;
  background-color: #FE60C5;
  color: #ffffff;
  border-color: #FE60C5;
  width: 60%;
}
.contact-main button:hover {
  background-color: #fcb9dc;
  border-color: #fcb9dc;
}
.contact-main input,
.contact-main textarea {
  border-radius: 5px;
  border-color: #ffffff;
}
.contact-main input::-moz-placeholder, .contact-main textarea::-moz-placeholder {
  color: #D4D4D4;
}
.contact-main input:-ms-input-placeholder, .contact-main textarea:-ms-input-placeholder {
  color: #D4D4D4;
}
.contact-main input::placeholder,
.contact-main textarea::placeholder {
  color: #D4D4D4;
}
.contact-main textarea:valid,
.contact-main input:valid {
  border: 2px solid #86eac8;
  background-color: #ffffff;
}
.contact-section-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.contact-message {
  font-size: 20px !important;
}

@-webkit-keyframes contactMove {
  from {
    top: 200px;
  }
  to {
    top: 0px;
  }
}

@keyframes contactMove {
  from {
    top: 200px;
  }
  to {
    top: 0px;
  }
}
#contact {
  position: relative;
  -webkit-animation: contactMove 2s;
          animation: contactMove 2s;
}

@media only screen and (min-width: 667px) {
  .contact-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-main {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1180px) {
  .contact-main {
    padding-left: 250px;
    padding-right: 250px;
  }
  .contact-section-1 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-main {
    padding-left: 300px;
    padding-right: 300px;
  }
}
@media only screen and (min-width: 1450px) {
  .contact-main {
    padding-left: 500px;
    padding-right: 500px;
  }
}
.customers-main {
  display: grid;
  grid-template-columns: auto;
  width: 100vw;
  height: 100%;
  justify-content: center;
  padding: 25px;
}
.customers-section-1 {
  background-color: #ffffff;
  width: 100%;
  padding-top: 25px;
  text-align: center;
}
.customers-section-1 img {
  width: 180px;
  height: 180px;
}
.customers-section-1 p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
}
.customers-section-title {
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .customers-main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .customers-section-1 img {
    width: 250px;
    height: 250px;
  }
}
.footer-main {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  padding-top: 20px;
}
.footer-main img {
  width: 150px;
}
.footer-section-main {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
.footer-logo {
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  justify-content: center;
  padding-bottom: 15px;
}
.footer-logo span {
  font-size: 50px;
}
.footer-section-1 {
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  align-items: flex-start;
  gap: 20px;
}
.footer-right {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ffd5db;
  font-size: 12px;
}
.footer-right-1:nth-of-type(1) {
  flex-grow: 4;
}
.footer-right-2:nth-of-type(2) {
  flex-grow: 4;
}
.footer-right-3:nth-of-type(3) {
  flex-grow: 1;
}

@media only screen and (min-width: 667px) {
  .footer-section-1 {
    justify-items: center;
    grid-template-columns: auto auto auto;
    gap: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-main img {
    width: 200px;
  }
  .footer-section-1 {
    padding: 25px;
  }
}
.nav-bar-main {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .nav-bar-main {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100vw;
    height: 80px;
  }
  .nav-bar-section-1 {
    background-color: #efb9fa;
    width: 100%;
    gap: 100px;
    padding-left: 50px;
    justify-content: start;
    align-items: center;
  }
  .nav-bar-section-1-logo {
    cursor: default;
  }
  .nav-bar-section-1-logo span {
    font-size: 30px;
  }
  .nav-bar-section-1-items {
    gap: 50px;
    cursor: pointer;
  }
  .nav-bar-section-1-items-home:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #FE60C5;
            text-decoration-color: #FE60C5;
    color: #FE60C5;
  }
  .nav-bar-section-1-items-services:hover, .nav-bar-section-1-items-about:hover, .nav-bar-section-1-items-contact:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #000000;
            text-decoration-color: #000000;
  }
  .nav-bar-section-2 {
    background-color: #ffd5db;
    width: 100%;
  }
  .nav-bar-home {
    color: #FE60C5;
    font-weight: bolder;
  }
}/*# sourceMappingURL=style.css.map */