:root {
  --main-blue: #151235;
  --green: #33bfcc;
}

*{
  padding: 0;
  margin:0;
}

/* forma */
.title {
  color: #33BFCC;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.subtitle {
  font-size: 14px;
  margin-bottom: 20px;
  color: white;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

label {
  font-size: 14px;
  margin: 10px 0 5px;
}

.contact-form input, textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #33BFCC;
  color: #33BFCC;
  padding: 8px;
  font-size: 14px;
  color: white;
}

.contact-form textarea {
    border-bottom: 1px solid #33BFCC;
    resize: vertical;
    min-height: 60px;
   color: white;
}

input:focus, textarea:focus {
  outline: none;
  border-bottom: 1px solid white;
}


.btn-wrapper .submit-btn-form {
  background: #33BFCC;
  border: none;
  border-radius: 20px;
  padding: 12px;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.btn-wrapper .submit-btn-form:hover{
  background-color: transparent;
  border: 1px solid #33BFCC;
  transition: all 0.3s;
  color: #33BFCC;
}




.container-nav {
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-section {
  background-color: #151235;
  padding-top: 120px;
  padding: 100px 0px;
  
}

.hero-wrapper {
  display: flex;
  color: white;
  padding-top: 40px;
}


.txt-hero h1{
  font-size: 64px;
line-height: 80px;
}

.txt-hero p {
  font-size: 18px;
  line-height: 24px;
}

.btn-hero-wrapper {
  margin-top: 60px;

}

.btn-hero-wrapper a{
  background-color:#33BFCC;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  color:#151235;
  border: 1px solid transparent;
  transition: all .3s;

}

.btn-hero-wrapper a:hover {
  border: 1px solid #33BFCC;
  background-color: transparent;
  color: #33BFCC;
  transition: all .3s;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}


.navbar {
  background-color: var(--main-blue);
  border-bottom: .03rem solid #fff;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  object-fit: fill;
}

.nav-link {
  color: #fff;
  text-transform: lowercase;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--green);
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-btn {
  background-color: var(--main-blue);
  color: var(--green);
  text-transform: lowercase;
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all .4s;
}

.nav-btn:hover {
  background-color: var(--green);
  color: var(--main-blue);
  font-weight: 400;
}

.nav-btn.btn-our-work {
  background-color: var(--green);
  color: var(--main-blue);
  text-align: left;
  border: 1px solid #0000;
  margin-top: 60px;
}

.nav-btn.btn-our-work:hover {
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #33bfcc00;
}

.nav-btn.btn-our-work.btn-form {
  text-align: left;
  margin-top: 20px;
}

.nav-btn.nav-btn-respononsive {
  display: none;
}

.body {
  font-family: Chillax, Arial, sans-serif;
}

.column {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-3 {
  padding-right: 0;
}

.services-section {
  background-color: var(--green);
  padding-top: 40px;
  padding-bottom: 60px;
}

.heading1 {
  color: #fff;
  text-align: left;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3.4375rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading1.heading-services {
  margin-bottom: 40px;
  padding-left: 0;
}

.heading1.heading1-about {
  margin-bottom: 40px;
}

.service-card {
  background-color: var(--main-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 270px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.title-icon-wrapper {
  display: flex;
}

.heading2 {
  color: #fff;
  text-align: left;
  text-transform: lowercase;
  overflow-wrap: normal;
  font-family: Chillax, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.paragraph {
  margin-top: 20px;
  font-size: .875rem;
}

.paragraph-2 {
  font-size: .9em;
}

.paragraph-3 {
  margin-top: 20px;
  font-size: .9rem;
}

.column-4, .column-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-4 {
  margin-top: 20px;
}

.paragraph-service {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-service.paragraph-about {
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-service.paragraph-text-box {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.column-6 {
  padding-left: 10px;
}

.columns-2 {
  margin-left: -10px;
  margin-right: -10px;
}

.our-work-section {
  background-color: var(--main-blue);
  padding-top: 40px;
  padding-bottom: 60px;
}

.image-2 {
  border-radius: 40px;
  min-width: 600px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-2.image2-responsive {
  display: none;
}

.our-work-wrapper {
  border-bottom: .5px solid var(--green);
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.our-work-wrapper.our-work-wrapper-first {
  padding-top: 0;
}

.our-work-wrapper.our-work-wrapper-responsive {
  display: none;
}

.columns-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.column-7 {
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.column-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.contact-section {
  background-color: var(--main-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.field-label, .field-label-2 {
  color: #fff;
  font-weight: 400;
}

.text-field, .text-field-2 {
  border-radius: 10px;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.btn-wrapper {
  text-align: center;
}

.image-3 {
  border-bottom: .5px solid var(--green);
  min-width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
}

.footer {
  background-color: var(--main-blue);
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-block {
  color: var(--green);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  text-align: left;
}

.columns-4 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.column-9 {
  text-align: right;
}

.columns-5 {
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.about-section {
  background-color: var(--green);
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-box {
  background-color: var(--main-blue);
  text-align: center;
  border-radius: 40px;
  padding: 20px 30px;
}

.text-box.text-profile-box {
  text-align: center;
  width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-6 {
  margin-top: 40px;
}

.profile-img {
  border-radius: 40px;
  width: 360px;
  margin-bottom: 20px;
}

.profile-img.profile-img-responsive {
  display: none;
}

.text-span {
  color: var(--green);
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-span-2 {
  color: var(--green);
  font-style: italic;
  font-weight: 400;
}

.column-10 {
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.column-11 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.duo-big {
  object-fit: cover;
  margin-top: 40px;
  overflow: clip;
}

.img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.duo-big-wrapper {
  border-top: 1px solid var(--green);
}

form label {
  color: white;
  font-family: Monserat, Arial, sans-serif;
}

form input {
  width: 100%;
  padding: 10;
  border: none;
  border-bottom: 2px solid #41234;
  margin-bottom: 20px;
  outline: none;
  color: #041336;
  height: 30px;
  padding: 10px;
  border-radius: 10px;
}

form textarea {
  width: 100%;
  color: #151235;
  border-bottom: 2px solid #151235;
  height: 160px;
  padding: 10px;
  border-radius: 10px;
  outline: none;
}

.submit-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn {
  border: none;
  cursor: pointer;
  background-color:#33bfcc;
  border: 2px solid #33bfcc;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  transition: .3s all;
  color: white;
}

.submit-btn:hover {
  background-color: transparent;
  border: 2px solid #33bfcc;
}

.message-wrapper {
  background-color: #151235;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family:'Times New Roman', Times, serif ;
  position: relative;
  font-size: 1.4em;
  display: flex;
  flex-direction: column;
}

.message-container {
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.message-wrapper h1 {
  z-index: 99;
  margin-bottom: 40px;
}

.success-btn {
  border-radius: 20px;
  background-color: #33bfcc;
  padding: 10px;
  border: none;
  z-index: 99;
  text-decoration: none;
  color: white;
  font-size: 0.8em;
  border: 2px solid #33bfcc;
  transition: .3s all;
}

.success-btn:hover {
  background-color: transparent;
  transition: .3s all;
}

.overlay.success-overlay {
  opacity: 80%;
}

@media screen and (max-width: 991px) {
  .container-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    min-height: 90vh;
    padding-top: 40px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .txt-hero h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .img-hero img{
    width: 500px;
    margin-top: 40px;
  }

  .img-hero{
    display: flex;
    justify-content: center;
  }


  .nav-link {
    color: var(--main-blue);
    text-align: center;
    background-color: #fff;
  }

  .nav-btn {
    display: none;
    overflow: visible;
  }

  .nav-btn.btn-our-work {
    margin-top: 20px;
    font-size: 1rem;
    display: block;
  }

  .nav-btn.nav-btn-respononsive {
    border-radius: 0;
    display: block;
  }

  .services-section {
    padding-bottom: 40px;
  }

  .heading1, .heading1.heading-services {
    font-size: 2.8rem;
  }

  .service-card {
    min-height: 230px;
    margin-bottom: 20px;
  }

  .title-icon-wrapper {
    flex-flow: row;
    justify-content: space-between;
  }

  .heading2 {
    font-size: 1.6rem;
  }

  .paragraph-service {
    font-size: 13px;
  }

  .our-work-section {
    padding-bottom: 40px;
  }

  .our-work-wrapper, .our-work-wrapper.our-work-wrapper-first {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-work-wrapper.our-work-wrapper-responsive {
    display: block;
  }

  .our-work-wrapper.our-work-desktop {
    display: none;
  }

  .columns-3 {
    display: block;
  }

  .column-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding-bottom: 20px;
  }

  .text-block {
    font-size: 12px;
  }

  .about-section {
    padding-bottom: 40px;
  }

  .text-box.text-profile-box {
    max-width: 239px;
    padding: 5px 10px;
  }

  .text-span, .text-span-2 {
    font-size: 10px;
  }

  .menu-button {
    background-color: var(--main-blue);
  }

  .menu-button.w--open {
    background-color: #33bfcc00;
  }

  .nav-menu {
    background-color: #fff;
    inset: 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .container-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    min-height: 80vh;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

 .hero-wrapper {
    flex-direction: column;
  }

  .txt-hero h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .img-hero img{
    width: 500px;
    margin-top: 40px;
  }

  .img-hero{
    display: flex;
    justify-content: center;
  }

  .nav-btn.btn-our-work {
    font-size: .8rem;
  }

  .services-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading1, .heading1.heading-services {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .service-card {
    min-height: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .heading2 {
    font-size: 1.4rem;
  }

  .paragraph-service {
    font-size: 12px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .text-block {
    text-align: center;
    font-size: 11px;
  }

  .columns-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .profile-card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }



  .columns-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .profile-img {
    width: auto;
    max-width: 200px;
  }

  .text-span, .text-span-2 {
    font-size: 9px;
  }

  .column-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .column-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .duo-big-wrapper{
    display: flex;
    justify-content: center;
  }

  .footer .text-block{
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .container-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top:  30px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .txt-hero h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .txt-hero p {
    font-size: 16px;
  }

  .hero-section {
    position: relative;
  }

  .img-hero img{
    width: 800px;
    margin-top: 10px;
    position: absolute;
    bottom :-40px;
  }

  .btn-hero-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .img-hero{
    display: flex;
    justify-content: center;
  }


  .nav-link {
    background-color: #ffffffe0;
  }

  .nav-btn.btn-our-work {
    margin-top: 10px;
    font-size: .9rem;
  }

  .heading1 {
    font-size: 2.1rem;
  }

  .heading1.heading-services {
    padding-left: 10px;
    font-size: 2.1rem;
  }

  .service-card {
    min-height: 180px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .heading2 {
    font-size: 1.2rem;
  }

  .paragraph-service {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .our-work-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2 {
    min-width: 320px;
    max-width: 340px;
  }

  .our-work-wrapper {
    overflow: visible;
  }

  .our-work-wrapper.our-work-wrapper-first {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    font-size: 14px;
  }

  .btn-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    font-size: 8px;
    line-height: 1.4;
  }

  .image-4 {
    max-width: 20px;
    margin-top: 10px;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .column-9 {
    text-align: center;
  }

  .text-box.text-profile-box {
    max-width: 280px;
  }

  .profile-card {
    flex-flow: column;
  }

  .profile-img {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .profile-img.profile-img-2 {
    margin-top: 20px;
  }

  .duo-big {
    max-width: 260px;
    margin-top: 20px;
  }

  .nav-menu {
    background-color: #ffffffe0;
  }

  .duo-big-wrapper {
    text-align: center;
  }

}

@media screen and (max-width: 400px) {
  .container-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top:  40px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .txt-hero h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .txt-hero p {
    font-size: 16px;
  }

  .hero-section {
    position: relative;
  }

  .img-hero img{
    width: 200px;
    margin-top: 20px;
    position: absolute;
    bottom :-40px;
  }

  .btn-hero-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .img-hero{
    display: flex;
    justify-content: center;
  }


  .nav-link {
    background-color: #ffffffe0;
  }

  .nav-btn.btn-our-work {
    margin-top: 10px;
    font-size: .9rem;
  }

  .heading1 {
    font-size: 2.1rem;
  }

  .heading1.heading-services {
    padding-left: 10px;
    font-size: 2.1rem;
  }

  .service-card {
    min-height: 180px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .heading2 {
    font-size: 1.2rem;
  }

  .paragraph-service {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .our-work-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-2 {
    min-width: 320px;
    max-width: 340px;
  }

  .our-work-wrapper {
    overflow: visible;
  }

  .our-work-wrapper.our-work-wrapper-first {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    font-size: 14px;
  }

  .btn-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    font-size: 8px;
    line-height: 1.4;
  }

  .image-4 {
    max-width: 20px;
    margin-top: 10px;
  }

  .columns-4 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .column-9 {
    text-align: center;
  }

  .text-box.text-profile-box {
    max-width: 280px;
  }

  .profile-card {
    flex-flow: column;
  }

  .profile-img {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .profile-img.profile-img-2 {
    margin-top: 20px;
  }

  .duo-big {
    max-width: 260px;
    margin-top: 20px;
  }

  .nav-menu {
    background-color: #ffffffe0;
  }

  .duo-big-wrapper {
    text-align: center;
  }

}





@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Extralight.woff2') format('woff2'), url('../fonts/Chillax-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Bold.woff') format('woff'), url('../fonts/Chillax-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}