@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap');
@font-face {
  font-family: 'Mustica Pro';
  src: url(../fonts/MusticaPro600.woff2);
}
@font-face {
  font-family: 'Rawline';
  src: url(../fonts/rawline-700.ttf);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  position: relative;
}
h1 {
  font-family: 'Mustica Pro', sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.45px;
  color: #fff;
}
svg {
  overflow: visible;
  transform: translateZ(0);
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.strong {
  font-weight: 700;
}
.btn {
  font-family: 'Rawline', sans-serif;
  width: 245px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 48px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.btn:hover {
  background: #dcf5f5;
}
.btn:active {
  background: #78e4e8;
}
.btn-o {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.btn-o path {
  fill: #fff;
  transform: all 0.2s ease;
}
.btn-o:hover {
  border-color: #dcf5f5;
  color: #000;
}
.btn-o:active {
  border-color: #78e4e8;
}
.btn-o:hover path {
  fill: #000;
}
.accent-text {
  color: #32dbe4;
}

/* HEADER */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-top: 20px;
}
.header-logo-wrap {
  display: flex;
  align-items: flex-end;
}
.header-logo {
  margin-right: 40px;
}
.header-desc {
  padding-bottom: 5px;
  margin-left: 40px;
}
.header-menu ul {
  list-style: none;
  display: flex;
}
.header-menu a {
  margin-left: 50px;
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
}
.header-menu a::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: top left;
  transition: all 0.5s ease;
}
.header-menu a:hover::before {
  transform: scaleX(1);
}
.mobile-menu {
  display: none;
}

/* MAIN */
.main {
  background-image: url(../img/main-bg.webp);
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.main-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 150px;
}
.main-suptitle {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  max-width: 705px;
  margin: 30px 0;
}

/* ABOUT US */
.about-wrap {
  display: flex;
  justify-content: space-between;
}
.about-title {
  font-family: 'Inter', sans-serif;
  margin-top: 50px;
  margin-left: 15px;
  max-width: 370px;
  font-size: 40px;
  font-weight: 800;
  line-height: 51px;
  text-transform: capitalize;
}
.about-right-wrap {
  display: flex;
}
.about-img {
  width: 172px;
  height: 216px;
}
.about-text {
  margin-top: 12px;
  max-width: 477px;
  color: #003942;
  line-height: 24px;
  margin-left: 30px;
}
.about-text p:not(:last-child) {
  margin-bottom: 20px;
}
.about-text-bold {
  font-weight: 700;
  margin-top: 25px;
}

/* SERVICES */
.services {
  position: relative;
  padding-top: 100px;
}
.services .container {
  z-index: 1;
}
.services::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: -210px;
  background-image: url(../img/bg-s.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  min-height: 3136px;
}
.svg-trigger {
  position: absolute;
  top: -60px;
  z-index: -1;
}
.services-title {
  font-family: 'Mustica Pro';
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 30px;
}
.services-row {
  display: flex;
  align-items: center;
}
.services-card {
  width: 588px;
  height: 769px;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.card-one {
  background-image: url(../img/services-1.webp);
  margin-top: 135px;
}
.card-two {
  background-image: url(../img/services-2.webp);
  width: 588px;
  height: 863px;
}
.card-three {
  background-image: url(../img/services-3.webp);
  width: 588px;
  height: 768px;
  justify-content: start;
}
.card-three .services-card-text {
  color: #363636;
}
.row-two {
  justify-content: end;
  margin-top: -100px;
}
.row-three {
  margin-top: -30px;
}
.card-two .btn {
  margin-left: 160px;
}
.row-one .services-text {
  width: 380px;
  margin-left: 65px;
}
.row-two .services-text {
  width: 395px;
  margin-right: 100px;
  color: #000;
}
.row-three .services-text {
  width: 350px;
  margin-left: 75px;
  color: #4d5a7b;
}
.row-three .services-card-text {
  flex-grow: 1;
}
.card-title {
  font-family: 'Mustica Pro', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.4px;
}
.services-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 0 30px 0;
  max-width: 405px;
}
.services-card-text p:not(:last-child) {
  margin-bottom: 20px;
}
.services-text {
  color: #228080;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 51px;
}

/* INCLUDE */
.include {
  margin-top: 220px;
  margin-bottom: 130px;
  position: relative;
}
.include::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -340px;
  background-image: url(../img/serv-bg-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 738px;
}
.include-wrap {
  display: flex;
  justify-content: space-between;
}
.include-card {
  max-width: 368px;
  border-radius: 10px;
  background: #f3fafa;
}
.include-card-content {
  padding: 30px;
}
.include-card-img img {
  border-radius: 10px 10px 0 0;
}
.include-card-text p:not(:last-child) {
  margin-bottom: 20px;
}
.include-card-title {
  color: #2dc9d1;
  margin-bottom: 30px;
}
.include-card-text {
  color: #363636;
}

/* CTA */
.cta {
  background-image: url(../img/cta-bg.webp);
  min-height: 848px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 180px;
}
.cta-title {
  font-family: 'Mustica Pro';
  font-size: 70px;
  line-height: 110%;
  letter-spacing: -2.45px;
  color: #fff;
  margin-bottom: 60px;
}

/* CONTACTS */
.contacts-wrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: 90px;
}
.contacts-col a:hover {
  color: #12aab3;
  transition: all 0.2s ease;
}
.contacts-title {
  font-family: 'Mustica Pro';
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
.contacts-col-title {
  display: flex;
  align-items: center;
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 14px;
}
.contacts-col-title img {
  margin-right: 10px;
}
.contacts-phone {
  color: #1a1a1a;
}
.contacts-adress {
  max-width: 285px;
  line-height: 24px;
}
.contacts-email {
  color: #5e5e5e;
}
.contacts-soc-wrap a {
  margin-right: 5px;
}
.contacts-soc-wrap path {
  fill: #adadad;
  transition: all 0.2s ease;
}
.contacts-soc-wrap a:hover path {
  fill: #12aab3;
}

/* FOOTER */
.footer {
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
.footer-fly {
  position: absolute;
  top: 44px;
  left: 0;
  transform: rotate(0);
  animation: fly 25s linear infinite;
}
.footer-wrap {
  padding: 40px 0 50px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  align-items: flex-end;
}
.footer-desc {
  margin-left: 40px;
}
.footer-menu ul {
  display: flex;
}
.footer-menu-links a {
  color: #12aab2;
}
.footer-menu-links li a {
  transition: all 0.5s ease;
  position: relative;
}
.footer-menu-links li a::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #12aab2;
  transform: scaleX(0);
  transform-origin: top left;
  transition: all 0.5s ease;
}
.footer-menu-links li a:hover::before {
  transform: scaleX(1);
}
.footer-menu-links li:not(:last-child) {
  margin-right: 30px;
}
.footer-privacy {
  color: #c8c8c8;
  font-weight: 300;
  transition: all 0.2s ease;
}
.footer-privacy:hover {
  color: #12aab2;
}
.footer-copyright {
  background: #e9e9e9;
  padding: 20px 0;
  text-align: center;
  color: #bbb;
  font-weight: 300;
}

@keyframes fly {
  0% {
    left: -200px;
  }
  49% {
    transform: none;
    left: 102%;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
    left: -200px;
  }
}

/* CF7 */
.theme-99 {
  max-width: 768px !important;
  border-radius: 14px !important;
}
.pum-theme-99 {
  overflow: hidden !important;
}
.pum-theme-99,
.pum-theme-custom {
  background: rgba(3, 134, 162, 0.7);
  backdrop-filter: blur(10px);
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pum-title {
  text-align: center !important;
}
.wpcf7-form p {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-text {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid;
  border-radius: 8px;
}
.wpcf7-textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  border-radius: 8px;
}
.wpcf7-submit {
  width: auto;
}
.privacy p{
  margin-bottom: 8px;
}
.privacy strong {
  margin: 40px 0 8px 0;
}
.privacy h1 {
  margin-bottom: 30px;
}

/* SCROLLBAR */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #228080 #dfe9eb;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
*::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-track:hover {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-track:active {
  background-color: #b8c0c2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #78e4e8;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #78e4e8;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #78e4e8;
}

/* ADAPTIVE */
@media (max-width: 1220px) {
  .container {
    max-width: 1180px;
    padding: 0 10px;
  }
  .svg-trigger {
    display: none;
  }
}
@media (max-width: 1120px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 360px;
  }
  .btn {
    width: 196px;
    padding: 20px 30px;
  }
  .header-logo-wrap {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
  }
  .header-menu {
    display: none;
  }
  .header-desc {
    display: none;
  }
  .main-content {
    margin-top: 60px;
  }
  .main-title {
    font-size: 44px;
  }
  .main-suptitle {
    font-size: 14px;
    line-height: 150%;
  }
  .about-wrap {
    flex-wrap: wrap;
  }
  .main {
    background-image: url(../img/main-bg-mobile.webp);
    min-height: 750px;
    background-position: center bottom;
  }
  .about-title {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    margin-left: 0;
  }
  .about-right-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-text {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    line-height: 24px;
    text-align: center;
  }
  .services {
    padding-top: 60px;
  }
  .services::before {
    top: 0;
    background-image: url(../img/bg-s-mobile.webp);
    min-height: 1900px;
  }
  .services::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    top: -150px;
    right: 0;
    background-image: url(../img/decor-mobile-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    width: 70px;
    height: 300px;
  }
  .services-title {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: 3.2px;
    margin-left: 0;
  }
  .services-row {
    flex-wrap: wrap;
    width: 100%;
  }
  .row-one {
    flex-direction: column-reverse;
  }
  .row-one .services-text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
  .row-two {
    display: block;
    width: 340px;
    margin: 0 auto;
  }
  .row-two .services-text {
    width: 100%;
  }
  .row-three {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .row-three .services-text {
    margin: 60px 0 30px;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
  }
  .services-card {
    max-width: 340px;
    width: 100%;
    height: auto;
    padding: 20px 20px 35px;
  }
  .card-one {
    background-image: url(../img/services-1-mob.webp);
    margin-top: 30px;
    height: 435px;
  }
  .card-two {
    background-image: url(../img/services-2-mob.webp);
    height: 499px;
  }
  .card-three {
    background-image: url(../img/services-3-mob.webp);
    height: 444px;
    margin-left: -8px;
  }
  .card-three .services-card-text {
    color: #fff;
  }
  .card-two .btn {
    margin-left: 70px;
  }
  .services-card-title {
    font-size: 20px;
  }
  .services-card-text {
    font-size: 14px;
    line-height: 24px;
  }
  .row-two .services-text {
    color: #4d5a7b;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin: 30px 0;
  }
  .include {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .include::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
    top: 1200px;
    left: 0;
    background-image: url(../img/decor-mobile-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    width: 336px;
    height: 518px;
  }
  .include::before {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .include-wrap {
    flex-wrap: wrap;
  }
  .include-card {
    width: 340px;
    margin-bottom: 30px;
  }
  .include-card-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .include-card-title {
    font-size: 24px;
  }
  .include-card-text {
    line-height: 24px;
  }
  .cta {
    background-image: url(../img/cta-bg-mobile.webp);
    min-height: 848px;
    background-position: center top;
  }
  .cta-wrap {
    flex-wrap: wrap;
    padding: 100px 0;
    justify-content: center;
  }
  .cta-title {
    font-size: 44px;
    line-height: 110%;
    text-align: center;
  }
  .cta-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  .cta-img {
    width: 255px;
    text-align: center;
  }
  .cta-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .contacts {
    margin-top: 80px;
  }
  .contacts-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .contacts-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer {
    margin-top: 10px;
    padding: 0;
  }
  .footer-path,
  .footer-fly {
    display: none;
  }
  .footer-wrap {
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-desc {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer-menu {
    margin: 15px 0;
  }
  .footer-privacy {
    margin-bottom: 30px;
  }
  .footer-copyright {
    display: flex;
    justify-content: center;
  }
  .footer-copyright p {
    max-width: 230px;
  }

  #menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle input {
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -15px;
    left: -12px;
  }
  #menuToggle::before {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left: -10px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1;
  }

  #menuToggle span {
    display: flex;
    width: 15px;
    height: 1px;
    margin-bottom: 3px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin-bottom: 4px;
  }

  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 0px);
    background: #fff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(2px, 2px);
  }

  .mobile-menu ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px #85888c;
    padding-top: 65px;
    background: rgba(3, 134, 162, 0.7);
    backdrop-filter: blur(10px);
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .mobile-menu-links a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    transition: all 0.2s ease;
  }
  .mobile-menu-links a:hover,
  .mobile-menu-links a:active {
    background: rgba(255, 255, 255, 0.3);
  }

  #menuToggle input:checked ~ ul {
    transform: none;
  }
}
