* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
  background-color: #080808;
  position: relative;
  z-index: -1;
}

.page {
  background-color: #080808;
}

body.light-mode footer {
  background-color: #0f0f0f;
}
body.light-mode header.scrolled {
  background-color: #0f0f0f;
}
body.light-mode .header-dropdown-one {
  background-color: #0f0f0f;
}
body.light-mode .header-dropdown-two {
  background-color: #0f0f0f;
}
body.light-mode .menu-mobile {
  background-color: #0f0f0f;
}
body.light-mode .page {
  background-color: #fdfaf6;
}
body.light-mode .contact-section {
  color: #242421;
}
body.light-mode .contact-info-item a {
  color: #242421;
}
body.light-mode .whatsapp-linked img {
  filter: invert(100%);
}
body.light-mode
  :is(
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea,
    select
  ) {
  background-color: #000000b3;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/PPCirka/PPCirka-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url(/assets/fonts/Roboto/roboto-v50-latin-300.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Roboto/roboto-v50-latin-regular.woff2) format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/rubik-regular.ttf") format("truetype");
  unicode-range: U+0020-007E;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/rubik-700.ttf") format("truetype");
  unicode-range: U+0020-007E;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #242421;
}
::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.side-items {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.discount-item {
  width: 170px;
  border-radius: 5px 0 0 5px;
  background-color: #1b1d1c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0.6rem;
  position: relative;
}

.discount-text {
  z-index: 1;
  position: relative;
}

.discount-text h2 {
  font-family: "PPCirka", sans-serif;
  color: #dbd5c9;
  font-weight: 200;
  font-size: 1.8rem;
  margin-top: 0;
  z-index: 2;
}

.discount-text p {
  color: #dbd5c9;
  font-weight: 200;
  font-size: 1rem;
  margin-bottom: 0;
}

.discount-code {
  color: #f49b1f;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
  cursor: pointer;
  text-align: center;
}

.close-discount-item {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
}

.discount-item:hover .close-discount-item {
  opacity: 0.7;
}

.close-discount-item:hover {
  opacity: 1 !important;
}

.close-discount-item img {
  width: 26px;
  display: block;
}

.discount-bg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}

.booking-reviews {
  position: relative;
}

.review-badge {
  width: 170px;
  height: auto;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.close-review-item {
  background: transparent;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  padding: 0;
}

.booking-reviews:hover .close-review-item {
  opacity: 0.7;
}

.close-review-item:hover {
  opacity: 1 !important;
}

.close-review-item img {
  width: 26px;
  display: block;
}

.desktop-header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px 50px;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background-color: #080808;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.5),
    0 6px 10px rgba(0, 0, 0, 0.3);
}

header.no-shadow {
  box-shadow: none;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 69px;
  height: auto;
}

.logo-mobile {
  width: 50px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.link-item {
  color: #dbd5c9;
  font-size: 1.1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-button {
  background-color: #8c1007;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  padding: 0.8rem 1rem;
  border-radius: 2px;
  font-size: 1.1rem;
  min-width: 170px;
  text-decoration: none;
  color: #dbd5c9;
  box-shadow:
    0 73px 20px 0 rgba(79, 79, 79, 0),
    0 47px 19px 0 rgba(79, 79, 79, 0.01),
    0 26px 16px 0 rgba(79, 79, 79, 0.05),
    0 12px 12px 0 rgba(79, 79, 79, 0.09),
    0 3px 6px 0 rgba(79, 79, 79, 0.1);
  overflow: hidden !important;
  position: relative;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  border: none;
  cursor: pointer !important;
}

.header-dropdown-one {
  height: 0;
  background-color: #080808;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}

.header-dropdown-two {
  height: 0;
  background-color: #080808;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 100%;
  position: fixed;
  z-index: 100;
  overflow: hidden;
}

.link-item img {
  transition: transform 0.4s ease-in-out;
}

#dropdown-one:hover img {
  transform: rotate(180deg);
}

#dropdown-two:hover img {
  transform: rotate(180deg);
}

.dropdown-one-layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 150px 8rem 4rem 8rem;
  gap: 5%;
}

.dropdown-side {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.dropdown-item {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  cursor: pointer;
}

.dropdown-item {
  color: #dbd5c9;
}

.dropdown-links a {
  color: #dbd5c9;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 200;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.dropdown-item h3 {
  font-family: "PPCirka", sans-serif;
  font-size: 1.5rem;
  margin-top: 5px;
  margin-bottom: 1rem;
}

.dropdown-item p {
  font-size: 0.9rem;
  font-weight: 200;
}

sup {
  font-size: 0.6rem;
}

.dropdown-item-img {
  width: 160px;
  height: 120px;
  object-fit: cover;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.nav-menu {
  background: transparent;
  border: none;
}

.line {
  background-color: #fff;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fff;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #080808;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  display: flex;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15%;
  left: 1.4rem;
}

.menu-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0.7rem 0;
  color: #dbd5c9;
}

.menu-bottom {
  position: absolute;
  bottom: 2rem;
  left: 4%;
}

.vertical-bar {
  color: #dbd5c9;
}

.menu-bottom a {
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
}

.menu-rooms {
  background-color: #080808;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}

.menu-rooms-closing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 1.4rem;
  width: 100%;
  position: absolute;
  top: 0;
}

main {
  height: 60vh;
  position: relative;
}

.main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(30%);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.main-text {
  position: absolute;
  bottom: 0;
  left: 8rem;
}

h1 {
  font-family: "PPCirka", serif;
  font-size: 4rem;
  color: #dbd5c9;
  font-weight: 800;
  margin: 0;
}

.main-text p {
  color: #dbd5c9;
  font-size: 1.3rem;
  font-weight: 100;
}

.contact-section {
  margin: 10rem 8rem 9rem 8rem;
  padding-bottom: 6rem;
  color: #dbd5c9;
}

.contact-section h2 {
  font-family: "PPCirka", sans-serif;
  font-weight: 700;
  font-size: 2.7rem;
  margin-top: 0;
}

.contact-layout {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}

.contact-info {
  width: 30%;
}

.contact-info-item {
  margin-bottom: 2rem;
}

.contact-info-item p {
  margin: 0;
  line-height: 1.9rem;
  font-size: 1.3rem;
  font-weight: 100;
}

.whatsapp-linked {
  display: flex;
  align-items: center;
  gap: 4px;
}

.contact-info-item a {
  margin: 0;
  line-height: 1.7rem;
  font-size: 1.3rem;
  font-weight: 100;
  color: #dbd5c9;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.contact-info-item a:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.contact-info-item a:hover:before {
  width: 100%;
}

.contact-info-item a:hover {
  color: #f49b1f !important;
}

.map-wrapper {
  width: 100%;
  height: 400px;
  margin-top: 4rem;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff6ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  border-radius: 5px;
}

#map-overlay p {
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 20px;
  padding: 0 20px;
}

#map-overlay a {
  font-size: 1rem;
  font-weight: 100;
  color: #fff6ec;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#accept-map {
  width: 140px;
  height: 45px;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Inter", sans-serif !important;
  background-color: #fff6ec;
  color: #080808;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

.form-wrapper {
  width: 60%;
}

form {
  margin: 0 auto;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

.required {
  color: #f49b1f;
  margin-left: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  margin-bottom: 2rem;
  width: 100%;
  padding: 16px;
  border: 1px solid #0c0c0c;
  background-color: #171717;
  border-radius: 4px;
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #dbd5c9;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #f49b1f;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.betreff {
  cursor: pointer;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-column {
  flex: 1;
  min-width: 200px;
}

.checkbox-container {
  display: flex;
  align-items: start;
  gap: 20px;
}

.checkbox-container input {
  cursor: pointer;
}

.checkbox-container label {
  font-size: 1rem;
  cursor: pointer;
}

.checkbox-container a {
  color: #f49b1f;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.checkbox-container a:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.checkbox-container a:hover:before {
  width: 100%;
}

.checkbox-container a:hover {
  color: #f49b1f !important;
}

.submit-button {
  margin-top: 2rem;
}

button[type="submit"] {
  background-color: #c5ae80;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 14px 20px;
  cursor: pointer;
  color: #1b1d1c;
  border: none;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 200 !important;
  transition: all 0.2s ease-in-out;
}

button[type="submit"]:hover {
  background-color: #050203;
  color: #dbd5c9;
}

footer {
  background-color: #000000;
  width: 100%;
  min-height: 20vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 4rem 8rem 1rem 8rem;
  color: #dbd5c9;
}

footer h2 {
  font-family: "PPCirka", sans-serif;
  font-size: clamp(3rem, 6.5vw, 9rem);
  color: #dbd5c9 !important;
}

.footer-layout-upper {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  align-items: stretch;
}

.layout-links-wrapper,
.layout-hyper-links {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  width: 49%;
}

.footer-main-div {
  width: 49%;
}

footer h4 {
  border-top: 1px solid #dbd5c9;
  padding-top: 1rem;
  font-family: "PPCirka", sans-serif;
  font-size: 1.3rem;
  color: #dbd5c9;
  margin-bottom: 20px;
}

footer ul {
  padding: 0;
}

footer ul li {
  font-size: 1rem;
  font-weight: 200;
  line-height: calc(1rem + 10px);
  list-style: none;
  color: #dbd5c9;
}

footer ul li a {
  text-decoration: none;
  color: #dbd5c9;
}

.hyper-links-container {
  background-color: #0a0a0a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 49%;
  cursor: pointer;
}

.hyper-links-container h3 {
  font-family: "PPCirka", sans-serif;
  font-size: 1.7rem;
  color: #dbd5c9;
}

.circle-hyper-links {
  background-color: #dbd5c9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-hyper-links img {
  filter: invert(100%);
  width: 12px;
  height: auto;
}

.social-links-layout {
  display: flex;
  gap: 1rem;
}

.social-icon {
  width: 25px;
}

.yt-icon {
  width: 30px;
  margin-top: -2px;
}

.tiktok-icon {
  margin-left: -3px;
}

.parnters-logos {
  display: flex;
  gap: 2rem;
}

.CM-logo {
  width: 80px !important;
  height: auto;
  margin-right: 10px;
}

.ginie-logo {
  width: 55px !important;
  height: auto;
}

.footer-layout-lower {
  display: flex;
  justify-content: flex-start;
  margin-top: 5%;
  gap: 2.5%;
}

.footer-layout-lower div {
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: -1rem;
}

.bottom-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bottom-layout p {
  font-size: 0.9rem;
  font-weight: 100;
}

.bottom-layout a {
  text-decoration: none;
  color: #dbd5c9;
}

.linked-hv-f {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.linked-hv-f:before {
  background-color: #f49b1f;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.linked-hv-f:hover:before {
  width: 100%;
}

.linked-hv-f:hover {
  color: #f49b1f !important;
}

@media (max-width: 768px) {
  .close-discount-item,
  .close-review-item {
    opacity: 1;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .leave-btn-wrapper {
    display: none;
  }

  main {
    height: 80vh;
  }

  .main-text {
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
    transform: translateX(0%);
  }

  h1 {
    font-size: 3rem;
  }

  .contact-section {
    margin: 6rem 1rem 1rem 1rem;
  }

  .contact-layout {
    flex-direction: column;
  }

  .contact-info,
  .form-wrapper {
    width: 100%;
  }

  .contact-section h2 {
    font-size: 2.6rem;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  footer {
    background-color: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: initial;
    padding: 6rem 1rem 1rem 1rem;
  }

  .footer-layout-upper {
    flex-direction: column;
  }

  .footer-layout-lower {
    flex-direction: column;
    margin-top: 0;
  }

  .layout-links-wrapper {
    flex-direction: column;
  }

  .layout-hyper-links {
    display: none;
  }

  .layout-links-wrapper {
    width: 100%;
  }

  .footer-main-div {
    width: 100%;
  }

  footer h2 {
    display: none;
  }

  footer h4 {
    border: none;
    padding: 0;
  }

  .footer-item-mobile {
    display: none;
  }

  .parnters-logos {
    gap: 0rem;
  }

  .parnters-logos img {
    width: 80%;
  }

  .bottom-layout {
    flex-direction: column;
    text-align: center;
  }

  .bottom-layout p {
    margin: 0;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .review-badge {
    width: 150px;
  }
  .discount-item {
    width: 150px;
  }
  .close-discount-item,
  .close-review-item {
    opacity: 1;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .leave-btn-wrapper {
    display: none;
  }

  main {
    height: 80vh;
  }

  .main-text {
    width: calc(100% - 4rem);
    left: 2rem;
    right: 2rem;
    transform: translateX(0%);
  }

  h1 {
    font-size: 3rem;
  }

  .contact-section {
    margin: 6rem 2rem 1rem 2rem;
  }

  .contact-layout {
    flex-direction: column;
  }

  .contact-info,
  .form-wrapper {
    width: 100%;
  }

  .contact-section h2 {
    font-size: 2.6rem;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  footer {
    background-color: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: initial;
    padding: 6rem 2rem 1rem 2rem;
  }

  .footer-layout-upper {
    flex-direction: column;
  }

  .footer-layout-lower {
    flex-direction: column;
    margin-top: 0;
  }

  .layout-links-wrapper {
    flex-direction: column;
  }

  .layout-hyper-links {
    display: none;
  }

  .layout-links-wrapper {
    width: 100%;
  }

  .footer-main-div {
    width: 100%;
  }

  footer h2 {
    display: none;
  }

  footer h4 {
    border: none;
    padding: 0;
  }

  .footer-item-mobile {
    display: none;
  }

  .parnters-logos {
    gap: 0rem;
  }

  .parnters-logos img {
    width: 80%;
  }

  .bottom-layout {
    flex-direction: column;
    text-align: center;
  }

  .bottom-layout p {
    margin: 0;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .close-discount-item,
  .close-review-item {
    opacity: 1;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .leave-btn-wrapper {
    display: none;
  }

  main {
    height: 80vh;
  }

  .main-text {
    width: calc(100% - 4rem);
    left: 2rem;
    right: 2rem;
    transform: translateX(0%);
  }

  h1 {
    font-size: 3rem;
  }

  .contact-section {
    margin: 6rem 2rem 1rem 2rem;
  }

  .contact-layout {
    flex-direction: column;
  }

  .contact-info,
  .form-wrapper {
    width: 100%;
  }

  .contact-section h2 {
    font-size: 2.6rem;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  footer {
    background-color: #000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: initial;
    padding: 6rem 2rem 1rem 2rem;
  }

  .footer-layout-upper {
    flex-direction: column;
  }

  .footer-layout-lower {
    flex-direction: column;
    margin-top: 0;
  }

  .layout-links-wrapper {
    flex-direction: column;
  }

  .layout-hyper-links {
    display: none;
  }

  .layout-links-wrapper {
    width: 100%;
  }

  .footer-main-div {
    width: 100%;
  }

  footer h2 {
    display: none;
  }

  footer h4 {
    border: none;
    padding: 0;
  }

  .footer-item-mobile {
    display: none;
  }

  .parnters-logos {
    gap: 0rem;
  }

  .parnters-logos img {
    width: 80%;
  }

  .bottom-layout {
    flex-direction: column;
    text-align: center;
  }

  .bottom-layout p {
    margin: 0;
    line-height: 2rem;
  }
}
