/**************************/
/* HEADER */
/**************************/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.8rem;
  /* background: transparent; */
  background-color: #000;
  height: 9.6rem;
  position: relative;
}

/* .header {
  position: absolute;
  top: 0;
  left: 0;
} */

/* .hero-img-box {
  width: 100vw;
  height: 100vh;

  background-image: url(/img/hero.jpg);
  background-size: cover;
  background-position: center;
}

.hero-img {
  width: 100%;
} */

.row a {
  margin-bottom: 2rem;
}

/* .section-hero {
  position: relative;
} */

/* .section-hero .heading-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-weight: 700;
  color: #efe3e3;
  font-size: 15rem;
} */

.logo {
  height: 10rem;
}

/**************************/
/* NAVIGATION */
/**************************/
.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #777;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #fff;
}

.main-nav-link.nav-termin:link,
.main-nav-link.nav-termin:visited {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  background-color: #e6ff00;
  color: #000;
}

.main-nav-link.nav-termin:active,
.main-nav-link.nav-termin:hover {
  background-color: #fff;
  color: #000;
}

.header-social-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.social-icon {
  height: 3.2rem;
  width: 3.2rem;
}

.header-social-links:link,
.header-social-links:visited {
  display: inline-block;
  text-decoration: none;
  color: #777;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.social-mob:link,
.social-mob:visited {
  display: inline-block;
  text-decoration: none;
  color: #777;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.social-mob {
  display: none;
}

.header-social-links:hover,
.header-social-links:active {
  color: #fff;
}

/*MOBILE*/
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
}

.icon-mobile-nav[name='close-outline'] {
  display: none;
}

/**************************/
/* HERO */
/**************************/

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
}

/**************************/
/* CAROUSEL */
/**************************/

/* .section-carousel {
  max-width: 140rem;

  padding: 0 auto;
  margin: 0 auto;
} 

#homepagecarousel .carousel-item img {
  object-fit: fill;
  object-position: center;
   overflow: hidden;
  width: auto;
  
  object-fit: fill;
  height: 100vh;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

 .carousel-item .partner img {
  object-fit: fill;
  overflow: hidden;
  object-position: center;
} 

.carousel-caption {
  transform: translateY(-50%);
  transform: translateX(30%);
  bottom: initial;
  top: 70%;
}

.carousel-caption .left {
  transform: translateY(-50%);
  transform: translateX(-30%);
  bottom: initial;
  top: 70%;
}

.carousel-caption h5 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
} */

/**************************/
/* PRICING */
/**************************/
.section-pricing {
  padding: 9.6rem 0;
  background-color: #000;
  color: #fff;
}

.pricing-box .heading-primary {
  margin-bottom: 6.4rem;
}

/* .pricing-plan {
  border-radius: 11px;
  width: 75%;
  justify-self: center;
  border: 2px solid #fff;
  width: 40%;

  padding: 4.8rem 1.2rem;
  background-color: #fff;
  color: #000;
} */

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.plan-name {
  color: #000;
  font-weight: 600;
  font-size: 6.2rem;
  letter-spacing: 0.75px;
  margin-bottom: 4.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* .pricing-plan .list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.pricing-plan .list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  line-height: 1.2;
}

.pricing-plan .list-icon {
  width: 3rem;
  height: 3rem;
  color: #000;
} */

.appointment {
  text-align: center;
  /* margin-top: 4.8rem; */
}

/**************************/
/* GALLERY */
/**************************/

/* .section-gallery {
  margin: 0;
  padding: 0 2.8rem 3.2rem 2.8rem;
  background-color: #000;
  color: #fff;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
} */

/**************************/
/* IDEA */
/**************************/

.section-idea {
  padding: 3.2rem 0;
  background-color: #fff;
}

.idea-description {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

.idea-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idea-img {
  width: 100%;
  height: 100%;
}

/**************************/
/* ABOUT */
/**************************/

.section-about {
  padding: 3.2rem 0;
  background-color: #ceccf6;
}

.about-description {
  font-size: 1.8rem;
  line-height: 1.8;
}

.about-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-about.flipcolor {
  background-color: #000;
  color: #ceccf6;
}

.section-about.rose-color {
  background-color: #ffd5d4;
}

.about-img {
  width: 100%;
  height: 100%;
}

/**************************/
/* VIDEO */
/**************************/

.section-video {
  padding: 4.8rem 3.2rem;

  background-color: #000;
  color: #fff;
}

.section-video-ke {
  padding: 4.8rem 3.2rem;

  background-color: #fff;
  color: #000;
}

video {
  width: 100%;
  height: 95vh;
}

/**************************/
/* PARTNER */
/**************************/

.section-partner-gw {
  padding: 4.8rem 0;
  background-color: #e6ff00;
  color: #000;
}
.section-partner-gw.flipcolor {
  background-color: #000;
  color: #e6ff00;
}
.section-partner-ke {
  padding: 4.8rem 0;
  background-color: #ffd5d4;
  color: #000;
}
.section-partner-ke.flipcolor {
  background-color: #000;
  color: #ffd5d4;
}

.partners-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-text-box .heading-secondary {
  margin-bottom: 6.4rem;
}

.partners-img {
  width: 100%;
  height: 100%;
}

/**************************/
/* DATA */
/**************************/

.section-data {
  padding: 4.8rem;
  background-color: #ffd5d4;
  color: #000;
  font-size: 2rem;
}

/**************************/
/* FOOTER */
/**************************/

.footer {
  padding: 4rem 0;
  border-top: 1px solid #fff;
  background-color: #000;
  color: #777;
}

.grid--footer {
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.footer-social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.footer-social-icon {
  height: 2.4rem;
  width: 2.4rem;
}
.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #777;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
}

.heading-working {
  font-size: 1.8rem;
  font-weight: 700;
}
.text-working {
  font-size: 1.6rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #777;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #fff;
}

ul {
  padding-left: 0;
}

/**************************/
/* COOKIE BANNER */
/**************************/

/* .wrapper {
  position: fixed;
  top: 75%;
  left: -40%;

  transform: translate(-50%, -50%);
  background-color: #eee;
  color: #000;
  max-width: 36.5rem;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 2.5rem;
  z-index: 1;
  transition: left 0.3s ease-in;
}

.wrapper.show {
  left: 45%;
}

.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.wrapper header h1 {
  font-weight: 600;
  color: #5b82f0;
}

.wrapper header img {
  max-width: 4rem;
}

.wrapper .data {
  margin-top: 1.6rem;
}

.wrapper .data p {
  color: #333;
  font-size: 1.6rem;
}

.data p a {
  color: #5b82f0;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.wrapper .buttons {
  margin-top: 1.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons .button {
  padding: 0.8rem 0;
  background-color: #5b82f0;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 9px;
  width: 40%;
  transition: all 0.4s ease-in;
}

.buttons .button:hover {
  background-color: #02309b;
} */
