@import url("https://dedity.com.ua/wp-content/themes/tdedity/css/vars.css");

/* Prevent highlight after click */
:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* floating animations */

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes flyOut {
  0% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    filter: blur(5px);
  }
}

@keyframes flyIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}
/*  */

.mobileHeader .yellowSpan {
  color: var(--main-color);
}

.yellowBG {
  background-color: var(--main-color) !important;
  color: var(--second-color) !important;
}
.yellowBG:hover {
  background-color: #ccd700 !important;
}
.yellowBG:hover .yellow {
  border: 2px dashed #ccd700 !important;
}

header .content_text br {
  display: none;
}

.mobileOffer {
  display: none;
}

.mobileHeader {
  display: none;
}
.fit {
  width: min-content;
}

/* Fancybox */

.fancybox__slide.has-caption {
  flex-direction: column-reverse;
}

.fancybox__caption {
  max-width: 250px;
  padding: 2rem 1rem;
  font-size: 2rem;
  color: var(--main-color) !important;
}
.contact__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.contact__block-link {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.navButton {
  padding: 20px;
  background-color: var(--second-color);
}

/* ScrollAnimate */

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 0.6s ease-out;
}

.animate {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

@media (prefers-reduced-motion) {
  .hidden {
    transition: none;
  }
}

/* Shining button animation */

.btn-anim::before {
  -webkit-animation: shine var(--shine-time) ease-in-out infinite;
  animation: shine var(--shine-time) ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%,
  100% {
    left: 100%;
    transition-property: left;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%,
  100% {
    left: 100%;
    transition-property: left;
  }
}

/* popUpForm */

#checkInForm {
  position: relative;
  background-color: var(--second-color);
}
#checkInForm .item_checkbox {
  margin-top: 20px;
  gap: 30px;
}
#checkInForm .check_label {
  color: var(--main-color);
  font-size: 1rem;
  margin-left: 60px;
}
#checkInForm .check_label > a {
  color: inherit;
  text-decoration: underline;
}
#checkInForm .forms_wrapper {
  width: 100%;
  gap: 15px;
}
#checkInForm .forms_wrapper .forms_head {
  color: var(--main-color);
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 0;
}
#checkInForm .forms_wrapper .forms_input,
#checkInForm .forms_wrapper .forms_input::placeholder,
#checkInForm .forms_wrapper .forms_items_text {
  font-size: 1rem;
}
#checkInForm .forms_wrapper .forms_input {
  padding: 20px 30px;
  color: black;
  width: 100%;
  background-color: #fff;
}
#checkInForm .forms_wrapper .btn .make {
  font-size: 1.2rem;
}
#checkInForm .forms_wrapper .forms_items {
  width: 80%;
  gap: 5px;
  align-items: center;
  position: relative;
}
#checkInForm .forms_wrapper .forms_items > label {
  position: absolute;
  top: -25px;
  left: 0;
}
#checkInForm .forms_wrapper .forms_items > p {
  align-self: flex-start;
  color: var(--main-color);
}
#checkInForm .forms_wrapper .forms_items textarea {
  height: 180px;
  padding: 20px;
  border-radius: 35px;
}
#checkInForm .is-close-btn {
  position: absolute;
  background-color: var(--main-color);
  color: #64408e;
  opacity: 1;
  border-radius: 0;
  right: 15px;
  top: 15px;
}
#checkInForm .forms_wrapper .item_checkbox {
  padding-bottom: 0;
}
#checkInForm .forms_wrapper .btn {
  margin-top: 40px;
}
#checkInForm .forms_wrapper .checkbox_label {
  color: var(--main-color);
}
#checkInForm .forms_wrapper .checkbox_label a {
  color: inherit;
  text-decoration: underline;
}

.check_input {
  display: none;
}
.check_label {
  position: relative;
  font-size: 1.2rem;
  color: var(--main-color);
}
.check_label a {
  color: inherit;
  text-decoration: underline;
}
.check_label::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -60px;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 11px;
  background-image: url("../assets/Done.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--second-color);

  transition: 0.2s all;
}

.check_label.checked::after {
  background-color: white;
  background-position: center;
}

/* Slider */

.owl-stage {
  position: relative;
}
.owl-carousel .owl-nav {
  width: 100%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: fit-content;
}
.owl-nav > button > img {
  padding: 20px;
  background-color: var(--second-color);
}
.owl-next > img {
  rotate: 180deg;
  transform-origin: center;
}
.owl-carousel .owl-nav button.owl-next {
  right: -36px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -36px;
}
.owl-carousel .owl-dots {
  display: flex;
  gap: 15px;
  margin: 20px auto;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: var(--second-color);
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.owl-carousel .owl-dots .active {
  background-color: var(--onActive);
}

/* Scroll bar */

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--second-color);
  border-radius: 25px;
}
::-webkit-scrollbar-track {
  background-color: var(--main-color);
}

/*  */

.logo > img {
  fill: white;
}

.smallLogo {
  display: none;
}

.mobileContact {
  display: none;
}

/* -----WRAPPER------ */

.wrapper {
  margin: 0 auto;
}

/* Header */

header {
  position: relative;
  width: auto;
  height: 960px;
  background-image: url("../assets/Header_Vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Header Bar */

.header_filler {
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: var(--main-color);
  height: 153px;
}

.header_container {
  height: 153px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: height 0.3s ease-in-out;
}

.social {
  margin-right: 40px;
}
.social .social_content:hover {
  background-color: var(--onHover);
}
.social .social_content:active {
  background-color: var(--onActive);
}
.logo > img {
  width: 256px;
  height: 38px;
}

header nav .dropdown {
  display: none;
}
header nav .dropdown {
  width: 64px;
}

header nav .menu {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: var(--fz-first);
  transition: 1s all;
}

.bar_link:hover {
  transform: scale(1.1);
}

.bar_link {
  font-weight: normal;
  color: #060606;
  transition: 0.2s all ease-in-out;
}
.menu {
  display: flex;
}

.menu-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
.menu-link:hover,
.lang_container .lang_text:hover {
  color: #64408e !important;
  transition: all 0.3s ease;
  font-weight: 700;
}

.menu .menu-link::after,
.lang_container .lang_text::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
  .menu .menu-link::after {
    display: none;
  }
}

.lang_container {
  align-items: center;
  display: flex;
  font-size: var(--fz-first);
}
.lang_container > p {
  cursor: default;
  text-decoration: underline;
}

.lang_container .lang_text {
  color: #060606;
  padding: 10px 5px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.social_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}
.social_container-bottom {
  margin-bottom: 20px;
  justify-content: space-between;
  width: 115px;
  display: none;
}

header .social_container .social_content {
  width: 48px;
  height: 48px;
  background-color: #64408e;
  color: #f2ff0b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all ease;
}
header .social_container .social_content:hover {
  background-color: #8556bc;
}
.instagram {
  width: 30px;
  height: 30px;
}
.facebook {
  width: 17px;
  height: 32px;
}
.youtube {
  width: 30px;
  height: 21px;
}

.btn {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: fit-content;
  padding: 4px;
  border: 2px dashed #64408e;
  border-radius: 50px;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--shine-effect);
}

@keyframes ants {
  to {
    background-position: 100%;
  }
}

.header_btn:hover {
  border: 2px dashed transparent;
  background:
    linear-gradient(#f2ff0b, #f2ff0b) padding-box,
    repeating-linear-gradient(-45deg, #64408e 0, #64408e 25%, #f2ff0b 0, #f2ff0b 50%) 0 / 0.6em 0.6em;
  animation: ants 6s linear infinite;
}

.btn_container {
  display: flex;
  align-items: center;
  gap: 9px;
}
.btn_container .btn:nth-child(2) .make {
  background-color: transparent;
  color: var(--second-color);
  padding: 9px 28px;
}

.rounded {
  background-color: var(--second-color);
  color: #fff;
  border-radius: 50%;
  padding-left: 10px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
}

.make {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  background-color: #64408e;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Unbounded", cursive;
  transition: 0.5s all ease;
  cursor: pointer;
}

.make:hover {
  background-color: #8556bc;
}

/* Header Content */

.header_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.heade_l {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 101px 0 0 60px;
  color: #060606;
  padding-bottom: 241px;
  position: absolute;
  /* overflow: hidden; */
}

.dashed {
  stroke-dasharray: 10;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.header_dash {
  position: absolute;
  top: 450px;
  left: -250px;
  transform: translateX(50%);
}

.content_head {
  font-size: var(--fz-title);
  font-weight: 700;
  padding-bottom: 30px;
}

.content_head > span {
  color: #64408e;
}

.content_text {
  font-weight: 300;
  padding-bottom: 60px;
  text-shadow: 2px 2px var(--main-color);
  font-size: 30px;
}

.slideOut {
  animation: flyOut 1s ease-out forwards;
}

.slideIn {
  animation: flyIn 1s ease-in forwards;
}

.header_sharp {
  position: absolute;
  bottom: -90px;
  right: -100px;
}

.heade_r {
  width: 80%;
  background-image: url("../assets/headerPhoto_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: relative;
  z-index: -1;
}

.heade_r > img {
  width: 100%;
}

/* Offer Section */

.offer {
  overflow: hidden;
  width: 100%;
  background-image: url("../assets/studioFiller_placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-position: bottom;
  justify-content: flex-end;
}

.offer_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.square_offer {
  position: absolute;
  bottom: 132px;
  left: 574px;
  animation: floatAnimation 4s infinite;
  transition-delay: 400ms;
}

.offer_wrapper {
  position: relative;
  width: 53.2%;
  background-image: url("../assets/Rectangle 15.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 173px;
  padding-top: 140px;
  padding-bottom: 100px;
}
.offer_container {
  position: relative;
  z-index: 10;
}
.circle_offer {
  position: absolute;
  bottom: -400px;
  right: 0px;
  transform: rotate(54deg);
  z-index: 2;
}
.offer .offer_container .offer_list .list_item {
  position: relative;
}
.offer .offer_container .offer_list .list_item:nth-child(2) {
  transition-delay: 200ms;
}
.offer .offer_container .offer_list .list_item:nth-child(3) {
  transition-delay: 400ms;
}
.offer .offer_container .offer_list .list_item:nth-child(4) {
  transition-delay: 600ms;
}
.offer .offer_container .offer_list .list_item:nth-child(5) {
  transition-delay: 800ms;
}
.offer .offer_container .offer_list .list_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background-color: var(--main-color);
  border-radius: 50%;
}
.yellowEllipse {
  position: absolute;
  top: 150px;
  left: 200px;
  animation: floatAnimation 5s infinite;
}
.offer_head {
  font-weight: bold;
  font-size: var(--fz-title);
  color: #f2ff0b;
  padding-bottom: 30px;
}
.offer_text {
  font-size: var(--fz-third);
  font-weight: 500;
  color: #fff;
  padding-bottom: 60px;
}

.offers {
  font-size: var(--fz-subtitle);
  font-weight: 500;
  color: #f2ff0b;
}

.offer_list {
  font-size: var(--fz-third);
  font-weight: 400;
  color: #fff;
  padding-bottom: 50px;
  list-style-type: disc;
}
.offer_list > li {
  margin-left: 20px;
  padding: 2px 0;
}

.yellow {
  z-index: 10;
  border: 2px dashed #f2ff0b;
}

.yellow_make {
  background-color: #f2ff0b;
  color: #64408e;
}

.yellow_make:hover {
  background-color: #f8ff82;
}

/* Gallery Section */

.gallery {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  background-image: url("../assets/Rectangle 7.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery_wrapper {
  padding-top: 130px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.gallery_suffix {
  pointer-events: none;
  position: absolute;
  width: 400px;
  top: -120px;
  right: 60px;
}

.gallery_head {
  font-size: var(--fz-title);
  font-weight: 700;
  color: #64408e;
  padding-bottom: 100px;
}

.gallery_content {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 150px;
}

.gallery_items {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 30px;

  font-size: var(--fz-third);
  font-weight: 700;
}

.items_text {
  text-align: center;
  padding-bottom: 30px;
}

.gallery_items:hover {
  cursor: pointer;
  background-color: #64408e;
  color: #f2ff0b;
}

.gallery .gallery_wrapper .item img {
  width: 275px;
  height: 275px;
  object-fit: cover;
  object-position: center;
}

/* Reviews Section */

.reviews {
  width: 100%;
  background-color: #f2ff0b;
}

.reviews_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.reviews_head {
  font-size: var(--fz-title);
  font-weight: 700;
  color: #060606;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.reviews_head > span {
  color: #64408e;
}

.video_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;

  font-size: var(--fz-third);
  font-weight: 700;
  color: #64408e;

  position: relative;
}

.video_items .posters a {
  color: inherit;
}
.video_items .posters a .author {
  padding-top: 20px;
  text-align: center;
}

.author {
  text-align: center;
}

.posters {
  width: 100%;
}

.posters .posters_container {
  position: relative;
}

.play_video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.posters:hover circle {
  fill-opacity: 1;
}

circle {
  transition: 0.5s all ease;
}

video {
  width: 100%;
  cursor: pointer;
}

.reviews_btn {
  margin-top: 100px;
  align-self: center;
}

.reviews .owl-carousel .owl-dots {
  padding: 20px;
}

/* Forms Section */

.forms {
  background-image: url("../assets/Rectangle 8.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 102px;
}

.forms_head {
  font-size: var(--fz-title);
  font-weight: 700;
  color: #64408e;
  padding-bottom: 56px;
}

.forms_wrapper {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.forms_items {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  letter-spacing: 0.5px;
}

.forms_items_text {
  font-size: var(--fz-first);
  font-weight: 500;
  color: #060606;
  padding-left: 50px;
}

.forms_input {
  padding: 30px;
  border-radius: 50px;
  border: 2px solid #64408e;
  color: #060606;
  font-size: var(--fz-first);
  font-weight: 300;
  font-family: "Unbounded", cursive;
  outline: none;
}

.forms_input:hover {
  border-color: #8556bc;
}

.forms_input::placeholder {
  font-family: "Unbounded", cursive;
  color: #d4d4d4;
  font-size: var(--fz-first);
  font-weight: 300;
}

.item_checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#checkInForm .item_checkbox .btn {
  border: 2px dashed var(--main-color);
}

.chek_input {
  display: none;
}

.checkbox_label {
  position: relative;
  cursor: pointer;
  margin-left: 60px;
}

.checkbox_label > a {
  color: var(--second-color);
}

.checkbox_label > a:hover {
  color: var(--onHover);
}

.checkbox_label > a:active {
  color: var(--onActive);
}

.checkbox_label::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -60px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--second-color);
  border-radius: 11px;
  background-image: url("../assets/Done.png");
  background-repeat: no-repeat;
  background-color: white;

  transition: 0.2s all;
}

.chek_input:checked + .checkbox_label::after {
  background-color: var(--second-color);
}

.checkbox_label:hover:after {
  border-color: #8556bc;
}

/* Contact Section */

.contact {
  overflow: hidden;
  width: 100%;
  height: 800px;
  background-image: url("../assets/locationMap_placeholder.png");
  /* Временно */
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.map {
  position: absolute;
  top: 437px;
  left: 473px;
}

.contact_r {
  width: 57.9%;
  height: 100%;
  background-image: url("../assets/Rectangle 6.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 264px;
  padding-top: 246px;
}

.contact_head {
  font-size: var(--fz-title);
  font-weight: 700;
  color: #f2ff0b;
  padding-bottom: 50px;
}

.contact_info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
}

.contact_text {
  font-size: var(--fz-third);
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}

.contact_text:hover {
  color: #f2ff0b;
}

.contact_social {
  margin-top: 70px;
}

.contact .social_container .social_content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #64408e;
  background-color: #f2ff0b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.contact .social_container .social_content:hover svg path {
  fill: var(--onHover);
}
.contact .social_container .social_content:active svg path {
  fill: var(--onActive);
}

.contact_icon:hover {
  background-color: #f8ff82;
}

/* Footer */

.footer {
  background-color: #f2ff0b;
  position: relative;
  z-index: 2;
  /* box-shadow: 0 2px 10px 5px black; */
}

.footer_logo {
  width: 267px;
  height: 38px;
}

.footer_content {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_content .link {
  display: flex;
  justify-content: space-between;
  width: 40%;
}

.footer_text {
  font-size: var(--fz-first);
  font-weight: 300;
  color: #060606;
  margin-top: 40px;
  padding-bottom: 100px;
}
.footer_text a {
  color: inherit;
  font-size: 0.8rem;
  margin: 10px 0;
  transition: color 0.3s ease-in-out;
}
.footer_text a:hover {
  color: var(--onHover);
}

.footer .navigation {
  margin: 0;
}
.footer .navigation ul > li > a {
  padding: 1rem 1.5rem;
  cursor: pointer;
}
footer .menu > li {
  font-size: 1.2rem;
}
/* Media */

@media screen and (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }

  #checkInForm .forms_wrapper .forms_head {
    font-size: 2rem;
  }
  #checkInForm .item_checkbox {
    margin-top: 20px;
  }

  #checkInForm .forms_wrapper .forms_input,
  #checkInForm .forms_wrapper .forms_input::placeholder,
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label {
    width: 80%;
    text-align: left;
    padding-left: 80px;
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    left: 20px;
    top: 0;
  }
  #checkInForm .is-close-btn {
    width: 24px;
    height: 24px;
  }
  #checkInForm .forms_wrapper .forms_items:last-child {
    height: 150px;
  }

  header nav .menu {
    display: none;
  }
  header nav .dropdown {
    display: block;
    position: relative;
  }
  header .header_container .make {
    font-size: 1rem;
  }
  .content_head {
    font-size: 3rem;
  }
  .offer .offer_container .offer_head {
    font-size: 3rem;
  }
  .offer .offer_container .offer_text {
    font-size: 1.2rem;
  }
  .offer .offer_container .offers {
    font-size: 2rem;
  }
  .offer .offer_container .offer_list {
    font-size: 1.2rem;
    list-style-type: disc;
  }

  .gallery .gallery_items > .items_text {
    font-size: 1.4rem;
  }

  .reviews .reviews_head {
    font-size: 3rem;
  }

  .forms .forms_head {
    font-size: 3.5rem;
  }
  .forms .checkbox_label {
    font-size: 1.1rem;
  }
  .forms .checkbox_label {
    top: 50%;
    transform: translateY(-50%);
  }

  .contact .contact_content .contact_head {
    font-size: 3rem;
  }
  .contact .contact_content .contact_text {
    font-size: 1.2rem;
  }
  .contact .contact_social {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .btn_container {
    flex-direction: column;
    gap: 15px;
    align-items: baseline;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .content_head {
    font-size: 2.5rem;
  }
  header .header_dash {
    width: 400px;
    top: -130px;
    left: 40%;
    pointer-events: none;
  }
  header .content_text br {
    display: initial;
  }
  .offer .offer_container .offer_head {
    font-size: 2.5rem;
  }
  .offer .offer_container .offer_text {
    font-size: 1rem;
  }
  .offer .offer_container .offers {
    font-size: 2rem;
  }
  .offer .offer_container .offer_list > li {
    font-size: 1rem;
  }
  .forms .checkbox_label::after {
    top: 0;
  }

  .gallery .gallery_head {
    font-size: 3rem;
  }
  .gallery .gallery_items > .items_text {
    font-size: 1.2rem;
  }
  .forms .checkbox_label {
    margin-left: 80px;
  }

  .contact .contact_content {
    margin-left: 120px;
    margin-top: 100px;
    padding: 0;
  }

  footer .footer_content .menu {
    padding: 0;
  }

  footer .footer_content .menu > li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }

  #checkInForm .forms_wrapper .forms_head {
    font-size: 2rem;
  }
  #checkInForm .item_checkbox {
    margin-top: 20px;
  }
  #checkInForm .forms_wrapper .forms_input,
  #checkInForm .forms_wrapper .forms_input::placeholder,
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label {
    width: 80%;
    text-align: left;
    padding-left: 80px;
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    left: 20px;
    top: 0;
  }
  #checkInForm .is-close-btn {
    width: 24px;
    height: 24px;
  }
  #checkInForm .forms_wrapper .forms_items:last-child {
    height: 150px;
  }

  header .header_container .social_container {
    display: none;
  }
  header .content_head {
    font-size: 2.5rem;
  }
  header .header_content > .heade_r {
    background-position: center;
  }
  header .header_ellipse {
    left: 20%;
  }
  header .lang_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40%;
  }
  header .lang_container .lang_text {
    padding: 0;
  }

  .offer .offer_container {
    margin-left: 40px;
  }
  .offer .offer_wrapper {
    padding-left: 40px;
    padding-top: 260px;
  }
  .offer .circle_offer {
    width: 300px;
    top: 350px;
    right: 0;
  }

  .gallery .gallery_content {
    margin-bottom: 25px;
  }
  .gallery .gallery_content .gallery_items > p {
    font-size: 1rem;
  }

  .reviews .reviews_head {
    font-size: 2.7rem;
  }

  .forms .forms_head {
    font-size: 2.8rem;
  }
  .forms .forms_items .forms_items_text,
  .forms .forms_items .forms_input::placeholder {
    font-size: 1rem;
  }

  .contact .contact_content {
    padding: 0;
    margin-top: 250px;
  }

  footer .footer_content {
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
  }
  footer .footer_content .menu {
    display: block;
  }
  footer .footer_text {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact__block {
    display: none;
  }
  .wrapper {
    max-width: 540px;
  }

  #checkInForm {
    gap: 10px;
    width: 60%;
  }
  #checkInForm .forms_wrapper .forms_head {
    font-size: 1rem;
  }
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 0.7rem;
    padding-left: 0;
  }
  #checkInForm .forms_wrapper .forms_input {
    padding: 8px;
    font-size: 0.7rem;
    border-radius: 15px;
  }
  #checkInForm .forms_wrapper .forms_input::placeholder {
    font-size: 0.7rem;
  }
  #checkInForm .item_checkbox .check_label {
    font-size: 0.8rem;
    padding-left: 40px;
  }
  #checkInForm .item_checkbox .check_label::after {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    left: 0;
    background-size: cover;
  }
  #checkInForm .item_checkbox .make {
    font-size: 1rem;
    padding: 10px;
  }
  #checkInForm .item_checkbox {
    margin-top: 0;
  }

  header .wrapper .header_container .btn {
    display: none;
  }
  header .heade_l {
    position: absolute;
    margin-top: 40px;
    margin-left: 20px;
  }
  header .content_head {
    font-size: 2rem;
  }
  header .header_dash {
    display: none;
  }
  header .header_sharp {
    pointer-events: none;
    left: 0;
    top: 250px;
  }
  header .heade_l .btn button {
    font-size: 1rem;
  }
  header .header_container .btn {
    display: none;
  }
  .offer .offer_container .offer_head {
    font-size: 2rem;
  }
  .offer .offer_container .offer_text {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .offer .offer_container .offers {
    font-size: 1.5rem;
  }
  .offer .offer_container .offer_list > li {
    font-size: 0.8rem;
    font-weight: 400;
    position: relative;
  }
  .offer .offer_container .offer_list > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: var(--main-color);
    border-radius: 50%;
  }
  .offer .yellowEllipse {
    left: 120px;
    top: 60px;
    width: 200px;
  }
  .offer .square_offer {
    left: 40px;
    top: 600px;
  }
  .offer .circle_offer {
    display: none;
  }
  .offer .btn {
    margin: 0 auto;
  }
  .offer .btn > button {
    font-size: 1rem;
  }

  .reviews .owlReviews .owl-item {
    width: 60%;
  }
  .reviews_btn {
    margin-top: 50px;
  }

  .forms .forms_head {
    font-size: 1.5rem;
  }

  .forms .forms_wrapper {
    width: 80%;
  }
  .forms .checkbox_label::after {
    top: 50%;
    transform: translateY(-50%);
  }

  .contact {
    display: none;
  }
  .gallery_items > img {
    margin: 0 auto;
  }

  .reviews .owlReviews .video_items {
    width: 60%;
    margin: 0 auto;
  }

  .mobileContact {
    display: block;
    background-color: var(--second-color);
  }
  .mobileContact .contact_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 25px;
  }
  .mobileContact .contact_container .iMap {
    border-radius: 25px;
  }
  .mobileContact .contactInfo h2 {
    font-size: 2rem;
    text-align: center;
  }
  .mobileContact .contactInfo a > p {
    font-size: 1rem;
  }
  .mobileContact .contact_social {
    margin-top: 20px;
  }
  .mobileContact .contact_social .social_content {
    color: #f2ff0b;
  }
  .mobileContact {
    box-shadow:
      inset 0px 5px 5px rgba(0, 0, 0, 0.5),
      inset 0px -5px 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 575px) {
  .wrapper {
    max-width: 90%;
  }

  .iMap {
    width: 80%;
    height: 500px;
  }

  #checkInForm {
    width: 100%;
  }
  #checkInForm .forms_wrapper {
    gap: 45px;
  }
  #checkInForm .is-close-btn {
    width: 35px;
    height: 35px;
  }
  #checkInForm .forms_wrapper .forms_head {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 1rem;
    padding-left: 15px;
  }
  #checkInForm .forms_wrapper .forms_input {
    padding: 7.5px 15px;
    font-size: 1rem;
    border-radius: 15px;
  }
  #checkInForm .forms_wrapper textarea {
    border-radius: 18px;
    height: 250px;
  }
  #checkInForm .forms_wrapper .forms_input::placeholder {
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label {
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 4px;
  }
  #checkInForm .item_checkbox .check_label {
    padding-left: 40px;
  }
  #checkInForm .item_checkbox .make {
    font-size: 1.2rem;
  }

  header {
    background-image: url("../assets/headerPhoto.jpg");
    background-position: center;
    position: relative;
  }
  header .header_filler {
    height: 100px;
    z-index: 2;
  }
  header .header_content {
    display: none;
  }
  header .header_container .logo {
    display: none;
  }
  header .header_container {
    z-index: 10;
    height: 100px;
  }
  header .wrapper .header_container {
    height: 100px;
  }
  header .header_container .smallLogo {
    display: block;
  }
  header .header_content .btn > button {
    font-size: 0.6rem;
  }

  .mobileHeader {
    display: block;
  }
  .mobileHeader .filler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 960px;
    background-color: rgba(100, 64, 142, 0.7);
    z-index: 1;
    overflow: hidden;
  }
  .mobileHeader .filler .firstFigure {
    position: absolute;
    top: 90px;
    right: -90px;
  }
  .mobileHeader .filler .secondFigure {
    position: absolute;
    bottom: -25px;
    left: -25px;
    stroke-width: 3px;
  }
  .mobileHeader .header-container {
    z-index: 1;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: white;
  }
  .mobileHeader .btn_container .btn:nth-child(2) .make {
    color: var(--main-color);
  }
  .mobileHeader .btn_container .btn:nth-child(2) .make svg g circle {
    fill: var(--main-color);
  }
  .mobileHeader .btn_container .btn:nth-child(2) .make svg g path {
    fill: var(--second-color);
  }
  .mobileHeader .btn_container .rounded {
    background-color: var(--main-color);
    color: var(--second-color);
  }
  .mobileHeader .location-container {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .mobileHeader .location-container h2 {
    font-weight: 400;
    color: white;
    font-size: 1.3rem;
  }
  .mobileHeader .header-container .text-container h1 {
    font-size: 2rem;
  }

  .space {
    background-image: url("../assets/studioFiller_placeholder.jpg");
    height: 400px;
    background-position: center;
    background-size: cover;
  }

  .mobileContact .contact_container {
    padding: 20px;
    gap: 50px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: auto;
    bottom: -120px;
  }

  .gallery .owl-carousel .owl-nav button.owl-next,
  .gallery .owl-carousel .owl-nav button.owl-prev {
    bottom: -150px;
  }

  .gallery .gallery_head {
    font-size: 2.4rem;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }

  .offer {
    display: none;
  }
  .mobileOffer {
    display: block;
    padding: 120px 30px;
    box-shadow:
      inset 0px 5px 5px rgba(0, 0, 0, 0.5),
      inset 0px -5px 5px rgba(0, 0, 0, 0.5);
    background-color: var(--second-color);
  }
  .mobileOffer .offer_container .offer_head {
    font-size: 2.4rem;
  }
  .mobileOffer .offer_container .offer_text {
    font-size: 1rem;
  }
  .mobileOffer .offer_container .offers {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .mobileOffer .offer_list .list_item {
    position: relative;
    font-size: 1rem;
  }
  .mobileOffer .offer_list > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: var(--main-color);
    border-radius: 50%;
  }
  .mobileOffer .btn {
    margin: 0 auto;
  }

  @keyframes flyOut {
    0% {
      transform: translateX(0);
      opacity: 1;
      filter: blur(0);
    }
    100% {
      transform: translateX(30%);
      opacity: 0;
      filter: blur(5px);
    }
  }

  .reviews .owlReviews .video_items {
    width: 100%;
  }

  .gallery .gallery_wrapper {
    margin-bottom: 120px;
  }

  footer .footer_text {
    font-size: 1rem;
  }
  footer .footer_text a {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 390px) {
  .reviews_head {
    padding-left: 10px;
  }

  #checkInForm .item_checkbox .check_label {
    font-size: 0.8rem;
    padding-left: 0;
    margin-top: 5px;
  }
  #checkInForm .item_checkbox .check_label::after {
    left: -30px;
  }
  #checkInForm .forms_wrapper .forms_items {
    width: 100%;
  }
  #checkInForm .forms_wrapper .forms_input {
    padding: 16px 20px;
  }
  #checkInForm .forms_wrapper .forms_items textarea {
    border-radius: 20px;
    padding: 16px 20px;
  }
  #checkInForm .item_checkbox .make {
    padding: 14px 28px;
    font-size: 1.2rem;
  }

  .footer_content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    max-width: 1380px;
  }
  .header_sharp {
    right: 90px;
  }

  .forms .checkbox_label::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -12px;
    left: -60px;
    width: 40px;
    height: 40px;
    border: 2px solid #64408e;
    border-radius: 11px;
    background-image: url(../assets/Done.png);
    background-repeat: no-repeat;
    background-color: white;
    transition: 0.2s all;
  }

  #checkInForm {
    width: 50%;
  }
}
.social_content-bottom {
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  color: #64408e;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .social_container-bottom {
    display: flex;
  }
}
.mobile__tel {
  display: flex;
  align-items: center;
}
.contact__block-link:hover {
  transition: 0.5s all;
  transform: scale(1.2);
}
.mobile__text {
  font-weight: 400;
  color: #f2ff0b;
  font-size: 1.3rem;
}
