/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Variable Css */
:root {
  /* ========== Colors ========= */

  --title-color: #84e9fe;
  --text-color: hsl(250, 8%, 35%);
  --body-color: hsl(250, 60%, 98%);
  --container-color: #fff;
  --shadow: hsla(0, 0%, 15%, 0.1);
  --scroll-bar-color: hsl(250, 12%, 90%);
  --scroll-thumb-color: hsl(250, 12%, 80%);

  --hue: 0;
  --first-color: #d7d7d7;
  --first-color-bg: #242424;
  --first-color-2: hsl(260, 88%, 61%);
  --first-color-3: hsl(336, 88%, 61%);
  --first-color-4: hsl(284, 88%, 61%);
  --first-color-5: hsl(375, 88%, 61%);

  /* ========== Font and typography ========= */
  --body-font: "Circe", sans-serif;
  --biggest-font-size: 4rem;
  --h1-font-size: 2.25rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.25rem;
  --normal-font-size: 1rem;
  --small-font-size: 0.875rem;
  --smaller-font-size: 0.813rem;

  /* ========= Font weight ========== */
  --font-medium: 500;
  --font-bold: 600;

  /* ========= Margines bottom ========= */
  --mb-0-5: 0.5rem;
  --mb-0-75: 0.75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  --mb-3: 3rem;

  /* ======== Z index ========= */
  --z-tooltip: 10;
  --z-fixed: 100;
}

/* ========== Responsive Font and typography ========== */
@media screen and (max-width: 992px) {
  :root {
    --biggest-font-size: 2rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: 0.938rem;
    --small-font-size: 0.813rem;
    --smaller-font-size: 0.75rem;
  }
}

/* Reset default styles for all headings (h1, h2, h3, h4, h5, h6) */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

/* Reset default styles for paragraphs */
p {
  margin: 0;
  line-height: 1.5;
}

/* Remove list styles from <ul>, <ol> */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Reset anchor (<a>) styles */
a {
  text-decoration: none;
  color: inherit; /* Inherit color from parent */
}

/* Reset form input elements (input, textarea, select, button) */
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}

html {
  scroll-behavior: smooth;
}

body,
input,
textarea {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
}

body {
  background: linear-gradient(rgba(0, 0, 0, 0.882)),
    url("https://w0.peakpx.com/wallpaper/1/1023/HD-wallpaper-bright-blue-for-website-banner-abstract-geometric-pattern-with-line-connection-and-light-particle-structure-of-energy-or-global-space-5490647-vector-art-at-vecteezy.jpg");
  color: var(--text-color);
}

h1,
h2,
h3,
h4 {
  font-weight: var(--font-medium);
  /* color: var(--title-color); */
}

input,
textarea {
  outline: none;
  border: none;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: inherit;
}

/* ========== Reusable css classes ========= */
.section {
  padding: 7rem 0 2rem;
}

.section__title {
  color: var(--title-color);
  font-family: "Drunk", Sans-serif;
  font-size: 50px;
  text-transform: uppercase;
}

.section__title,
.breadcrumb__subtitle {
  margin-top: var(--mb-3);
}
/* 
.section__title,
.breadcrumb__title,
.breadcrumb__subtitle {
  text-align: center;
} */

/* Layout */
.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

/* MODAL */

/*****PRICE-FORM START*****/
#price-form .modal-content {
  padding: 20px 0 0 0;
  max-width: 500px;
  margin: auto;
}

#price-form .modal-body {
  padding: 10px 40px 40px 40px;
}
#price-form .modal-title {
  font-size: 18px !important;
}
#price-form .modal-header {
  margin: 0 40px 10px 40px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid var(--main-color);
}

#price-form .modal-title {
  font-weight: 700;
  color: #000;
}
#price-form input.effect,
#price-form .custom-form select.effect {
  height: 50px;
}

#price-form .effect,
.projects-full-story__form .effect {
  width: 100%;
  border: 2px solid #e6ecf2;
  padding: 12px 20px;
  margin: 0 0 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#price-form .modal-content .btn-close {
  display: block;
  height: 20px;
  opacity: 0.5;
  position: absolute;
  right: 50px;
  top: 34px;
  width: 20px;
  z-index: 100;
  padding: 0;
  outline: transparent;
}

.modal-backdrop {
  opacity: 0.8 !important;
}
#price-form .btn-close:focus {
  box-shadow: none !important;
}

#price-form .submit-btn:hover {
  background-color: #3083c3;
}

#price-form .submit-btn,
.projects-full-story__form .submit-btn {
  background-color: #4894cd;
  color: #fff;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 26px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 500px) {
  #price-form .modal-body {
    padding: 10px 28px 28px 15px;
  }

  .class__menu-img {
    width: 44px !important;
    height: 26px !important;
  }
}

/********** HEADER ********** */
.logo {
  max-width: 280px;
  margin: 30px auto 20px auto;
  display: block;
}

.body_title {
  font-family: "DrunkBold";
  font-size: 2.5rem;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

h2.body__subtitle {
  color: var(--title-color);
  font-family: "Drunk";
  font-size: 3.75rem;
  text-transform: uppercase;
  /* letter-spacing: -5.7px; */
  text-align: center;
  margin-top: 16px;
}

.menu_links {
  display: flex;
  gap: 0.25rem;
  margin-top: 30px;
}

.menu_links li {
  width: 100%;
}

.menu_links__item {
  cursor: pointer;
  color: var(--first-color);
  background: var(--first-color-bg);
  padding: 8px 20px;
  border-radius: 1.875rem;
  display: block;
  text-align: center;
  font-size: 1.45rem;
}

.block-menu.active .menu_links__item {
  color: var(--title-color);
}
/*********** CLASS SECTION ********* */
.class_section{
  position: sticky;
  top: 0;
  background: #000000;
  padding: 4px 0 15px 0;
  z-index: 1;
}


.class__inner {
  position: relative;
  margin-top: 1.25rem;
}

.class__inner h3 {
  color: var(--first-color);
  font-size: 1.25rem;
}

.class__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.class__menu-item {
  width: 100%;
  text-align: center;
  font-family: "CirceBold", Sans-serif;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;

  &.active {
    color: var(--title-color);
  }
}

.class__menu-img {
  filter: invert(1);
  width: 80px;
  height: 30px;
  display: block;
  margin: auto;
  object-fit: contain;
}

/* Ana kapsayıcıyı konumlandırmak için kullanın */
.class__menu-item {
  position: relative;
}

/* Görselin üzerine renkli katman ekleyin */
.class__menu-item:hover:after,
.class__menu-item.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #84e9fe; /* İstediğiniz renk kodu */
  mix-blend-mode: multiply; /* Renklerin karışımını sağlar */
}

/*********** DESCRIPTION SECTION ******** */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.description_section {
  display: none;

  &.active {
    display: block;
    animation: fadeIn 0.5s forwards;
  }
}

.description__inner {
}

.description__class {
  display: none;
  &.active {
    display: block;
    animation: fadeIn 0.5s forwards;
  }
}

.description__title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;

  h3 {
  }
}

.class__text-group {
}

.text-group__texts li:not(&:last-child) {
  margin-bottom: 20px;
}

.texts__item-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.texts__text-title {
  color: var(--first-color);
  font-family: "CirceBold";
  font-size: 24px;
}

.texts__price {
  color: var(--title-color);
  font-size: 24px;
}

.texts__subtitle {
  color: var(--first-color);
}

/********* RESERVATION SECTION ******** */

.reservation-section {
  position: relative;
}

.reservation-section .section__title {
  color: white;
  text-align: center;
}

.fixed-group {
  position: fixed;
  left: 0px;
  right: 0;
  bottom: 25px;

  margin: auto;
  margin-top: 40px;
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-group .map {
  display: grid;
  place-content: center;
  background-color: #f34d4d;
  width: fit-content;
  height: fit-content;
  padding: 14px;
  border-radius: 100%;
  margin-right: 15%;
}

.fixed-group .map img {
  width: 30px;
  filter: invert(1);
}

.fixed_btn {
  font-family: "Circe", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  fill: #000;
  color: #000;
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.5);
  padding: 15px 30px;
  transition: 0.3s;
  max-width: 194px;

  &:hover {
    color: white;
    background-color: #5f5f5f;
  }
}

.wave-bg {
  background: url("../img/vibration.png") center;
  background-size: contain;
  height: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}

/************* CONTACT **************** */
.contact-section {
  margin-top: 50px;
}

.body_title.contact {
  font-size: 30px;
}

.contact__inner .gmail {
  margin-top: 15px;
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  font-family: "Drunk";
}

.contact__inner .section__title {
  margin: 0;
}

.contact__inner .contact-link {
  display: block;
  text-align: center;
}

.contact__inner .location {
  text-align: center;
  color: var(--first-color);
  margin: 30px 0;
  display: block;
  font-size: 22px;
}

.social__icon-wrapper {
  margin-top: 30px;
  display: grid;
  place-content: center;
  margin-bottom: 20px;
}

.social__icon-container {
  display: flex;
  gap: 0.625rem;
  margin: auto;
}

.social__icon-wrapper .wp-icon svg {
  width: 60px;
  margin: auto;
  display: block;

  fill: var(--first-color);
  transition: 0.5s;
  &:hover {
    fill: #ff7e00;
  }
}

.social__icon-wrapper .wp-icon.tg svg {
  width: 70px;
}

.social__icon-wrapper .sublink {
  margin-top: 66px;
  font-size: 20px;
  color: var(--first-color);
  span {
    font-family: "CirceBold";
    color: #ff7e00;
  }
}

/* ******** MEDIA QUERY *********** */

@media screen and (max-width: 768px) {
  .logo {
    max-width: 200px;
  }

  .body_title {
    font-size: 20px;
  }

  h2.body__subtitle {
    font-size: 30px;
  }

  .menu_links__item {
    font-size: 18px;
  }

  .class__menu-item {
    font-size: 18px;
  }

  .section__title {
    font-size: 25px;
  }

  .texts__price {
    font-size: 18px;
    min-width: fit-content;
  }

  .texts__text-title {
    font-size: 18px;
  }

  .texts__subtitle {
    font-size: 14px;
  }

  .body_title.contact {
    font-size: 20px;
  }

  .contact__inner .location {
    font-size: 16px;
  }

  .contact__inner .gmail {
    font-size: 18px;
  }

  .fixed_btn {
    padding: 10px 0px;
    text-align: center;
    max-width: unset;
    width: 25%;
    font-size: 15px;
  }

  .menu_links {
    flex-wrap: wrap;
  }

  .fixed-group .map {
    margin-right: 10%;
  }
}
@media screen and (max-width: 600px) {
  .fixed-group {
    /* padding: 0 10px; */
    .map {
      margin-right: 0;
      padding: 10px;
    }
  }
  
  .wave-bg {
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .class__menu-item {
    font-size: 15px;
  }
}