@charset "UTF-8";
/*
 Theme Name:     Twenty Twenty-Five Child
 Theme URI:      https://yourwebsite.com/twentytwentyfive-child
 Description:    Дочірня тема для Twenty Twenty-Five
 Author:         Ваше ім'я
 Author URI:     https://vbstudio.com.ua
 Template:       twentytwentyfive
 Version:        1.0
*/
@import url("../twentytwentyfive/style.css");
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background-color: #ffffff;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "Nunito", sans-serif;
}

.nunito {
  font-family: "Nunito", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

h2 {
  font-weight: 700 !important;
}

a {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: transform 0.3s;
}
a:hover {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transform: scale(1.1);
}

#metaslider_50 {
  height: 75vh !important;
}

@media screen and (max-width: 988px) {
  #metaslider_50 {
    height: auto !important;
  }
}
@media screen and (min-width: 988px) {
  .home-first-slider-group {
    height: calc(100vh - 80px - 3vh);
  }
  #metaslider_50 {
    height: 75vh !important;
  }
  #metaslider_50 img {
    height: 75vh !important;
    width: auto !important;
  }
}
.desktop-only {
  display: inline;
}

.mobile-only {
  display: none;
}

header {
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 2px solid black;
  background-color: #FFFFFF;
  align-items: center;
}
.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo .custom-logo-link {
  display: flex;
  align-items: center;
  height: 40px;
}
.header .logo .custom-logo {
  max-width: 170px;
  height: auto;
}
.header .nav-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.header .nav-menu .main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.header .nav-menu .main-menu li {
  display: flex;
  align-items: center;
  flex: 1;
  text-align: center;
}
.header .nav-menu .main-menu li a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  transition: transform 0.3s;
  font-family: "Oswald", serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  display: inline-block;
}
.header .nav-menu .main-menu li a:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .header .nav-menu .main-menu {
    flex-direction: column;
    justify-content: center;
  }
  .header .nav-menu .main-menu li {
    flex: unset;
    text-align: left;
  }
  .header .nav-menu .main-menu li a {
    width: auto;
  }
}
.header .circle-with-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(45, 221, 181);
  text-align: center;
  color: white;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 1.2;
  overflow: hidden;
}
.header .circle-with-text .dream {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.header .circle-with-text .count {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2;
}
.header .circle-with-text .counter {
  font-weight: 600;
  font-size: 20px;
  line-height: 0.7;
  animation: countAnimation 2s ease-out forwards;
  transform-origin: bottom;
}
.header .circle-with-text::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: white;
  z-index: -1;
}
.header .circle-with-text::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(45, 221, 181);
  z-index: -2;
}
.header .circle-with-text span {
  font-size: 10px;
}
@keyframes countAnimation {
  0% {
    content: "0";
  }
  100% {
    content: "8"; /* or final value */
  }
}
.header .menu-toggle-btn {
  position: absolute;
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.header :focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .header .nav-menu li {
    margin: 0 40px;
  }
}
@media (max-width: 768px) {
  .header {
    flex-wrap: wrap;
    position: relative;
  }
  .header .nav-menu {
    display: none;
  }
  .header .nav-menu li {
    margin-top: 15px;
  }
  .header .main-menu {
    padding: 0;
    display: block !important;
  }
  .header .menu-toggle-btn {
    top: 14px;
    right: 15px;
    display: block;
    margin-left: auto;
  }
  .header .circle-with-text {
    display: none;
  }
}

main {
  margin-top: 0 !important;
  padding-top: 90px;
}

.home .title-front-page {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  text-transform: uppercase;
}
.home .subtitle-front-page {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.06rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (min-width: 1500px) {
  .home .title-front-page {
    font-size: 3.3rem;
  }
  .home .subtitle-front-page {
    font-size: 1.36rem;
  }
}
.home .wp-block-social-links {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 1024px) {
  .home .wp-block-social-links {
    bottom: 15px;
  }
}

footer.wp-block-template-part {
  margin: 100px 40px 0 40px;
  font-size: 1rem;
}
footer.wp-block-template-part a:hover {
  transform: scale(1.1) !important;
}

.home-first-slider-group img {
  width: 50% !important;
}
@media screen and (max-height: 300px) {
  .home-first-slider-group img {
    height: 200px !important;
  }
}
.home-first-slider-group li {
  text-align: center;
}
.home-first-slider-group li img {
  display: inline-block !important;
}

.flex-control-nav {
  top: -35px;
  position: relative;
}

.home-second-slider-group {
  margin-bottom: 10rem !important;
}
.home-second-slider-group .slides img {
  height: 100% !important;
  width: auto !important;
  display: inline-block !important;
}
.home-second-slider-group .slides li {
  text-align: center;
}

.home-third-slider-group figure {
  text-align: center;
}
.home-third-slider-group img {
  min-height: 300px !important;
  width: auto !important;
}
@media screen and (min-width: 480px) {
  .home-third-slider-group img {
    height: 65vh !important;
  }
}

::marker {
  color: rgb(45, 221, 181);
}

.elements-of-midset-grid {
  font-family: "Nunito", sans-serif;
}

.services {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}
.services h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
.services strong {
  font-weight: 700;
}
.services ul {
  padding-left: 5px;
}
.services li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
.services li::before {
  content: "▫";
  position: absolute;
  left: 0;
  top: -5px;
  color: rgb(45, 221, 181);
  font-size: 25px;
}
.services li.li-with-dots {
  display: flex;
  justify-content: space-between;
}

.about-me {
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.about-me h2 {
  font-weight: 700;
}
.about-me .slides .ms-image {
  width: 100%;
  height: 500px !important;
}
.about-me .slides .ms-image .slides {
  display: flex;
  overflow: hidden;
}
.about-me .slides .ms-image img {
  object-fit: contain;
  height: 100%;
}
.about-me .slides .caption-wrap {
  bottom: -70px;
}

.flexslider {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: inline;
  }
  footer {
    margin: 100px 10px 0 10px;
  }
  .flexslider .ms-image {
    height: 300px;
  }
  .title-front-page {
    margin-bottom: 15px;
  }
}
.title-text {
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.contact-form {
  width: 400px !important;
}
@media screen and (max-width: 490px) {
  .contact-form {
    width: 350px !important;
  }
}

.add_to_cart_button span {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

.text-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .text-between {
    display: inline-grid;
  }
}

.wpforms-submit {
  font-family: Oswald, sans-serif !important;
}
.wpforms-submit:hover {
  color: #FFFFFF !important;
  transform: scale(1.1) !important;
}

a.wc-block-components-button,
a.wp-element-button,
button.wpforms-submit {
  transition: transform 0.3s !important;
}
a.wc-block-components-button:hover,
a.wp-element-button:hover,
button.wpforms-submit:hover {
  color: #FFFFFF !important;
  transform: scale(1.1) !important;
}

.services-left-group {
  position: relative;
}

.arrow-to-contact {
  position: absolute;
  width: 50px;
  right: -30px;
  top: 180px;
}
.arrow-to-contact img {
  rotate: 90deg;
}
@media screen and (max-width: 480px) {
  .arrow-to-contact {
    display: none;
    left: 50%;
    transform: translateX(-50%);
  }
}

.arrow-to-codas {
  position: absolute;
  width: 50px;
  right: -30px;
  top: 315px;
}
.arrow-to-codas img {
  rotate: 90deg;
}
@media screen and (max-width: 480px) {
  .arrow-to-codas {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    top: 375px;
  }
}

.link-to-contact {
  position: absolute;
  top: 220px;
  right: -30px;
  margin-top: 10px;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .link-to-contact {
    display: none;
    right: 0%;
  }
}

.link-to-codas {
  position: absolute;
  top: 365px;
  right: -10px;
  margin-top: 10px;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .link-to-codas {
    display: none;
    right: 0%;
  }
}

.contacts .contact-link {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.contacts .contact-link:hover {
  transform: scale(1.1);
}
.contacts .contact-link:active {
  transform: translateY(0);
}
.contacts p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0px;
}

.wpforms-field-container label {
  font-family: Oswald, sans-serif;
}

/*# sourceMappingURL=style.css.map */
