.bar {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.support,
.white-background {
  background-color: #fff;
}
.manage .manage-title
/* .popup-logo  */ {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0 10px;
}
.white-background nav a {
  color: #000;
}
.support {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.17px;
  width: 125px;
  height: 37px;
  border-radius: 12.25px;
}
.support-icon {
  width: 19px;
  height: 19px;
}
.support span {
  color: #2e7d32;
  font-weight: 500;
  margin-bottom: 1px;
}
.transparent-background {
  background-color: transparent;
}
.side-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  z-index: 4;
}
.cookies-manage-popup {
  position: fixed;
  z-index: 9;
  display: none;
}
.side-bar .cookie {
  width: 100%;
  cursor: pointer;
  background-color: #f5b97d;
  padding: 0.5rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.side-bar .cookie img {
  width: 34px;
  height: 34px;
}
.cookies-manage-popup {
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 1.5rem;
  width: 100%;
}
/* .popup-logo > div {
  width: 60px;
  height: 60px;
} */
/* .popup-logo > div img {
  width: 100%;
  object-fit: contain;
} */
/* .popup-logo {
  display: flex;
  justify-content: center;
} */
.popup-info ul li {
  margin-bottom: 10px;
}
.cookie-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cookie-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.cookie-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.necessary-warning {
  max-width: 800px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  background: white;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 1px 1px 10px 5px #6969696e;
}
.necessary-warning ul li {
  margin-bottom: 25px;
}

.necessary-warning ul li img,
.popup-info ul li img {
  margin-top: 0 !important;
}
.popup-info .popup-btns {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.manage > div button,
.necessary-warning > div button,
.popup-info .popup-btns button {
  background: var(--pink);
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: clamp(15px, 2vw, 17px);
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  cursor: pointer;
}
.toggle-switch {
  display: inline-block;
  position: relative;
}
.bar,
.necessary-warning,
.toggle-switch input {
  display: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  background-color: #ccc;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
}
input:checked + .switch {
  background-color: var(--light-pink);
}
input:checked + .switch::after {
  transform: translateX(25px);
}
.manage {
  display: none;
  width: 600px;
  margin: auto;
}
.header-wrapper,
nav a {
  padding: 1rem;
}
.manage > div:last-child {
  margin-bottom: 0;
}
.manage > div {
  margin-bottom: 10px;
}
.manage > div {
  display: flex;
  justify-content: space-between;
}
nav,
nav ul {
  align-items: center;
  display: flex;
}
.manage > div button:first-child,
nav ul a {
  margin-right: 20px;
}
.header .container {
  padding: 0 calc((100vw - 1400px) / 2);
}
.footer_wrapper .img,
.header-wrapper .logo {
  width: 172px;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
nav .nav-logo {
  display: none;
  width: 172px;
}
nav ul {
  margin-right: 176px;
}
nav .nav-extra a:first-child {
  margin-right: 50px;
}
nav a {
  color: #fff;
}
nav .nav-extra button {
  border-radius: 23px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
}
.footer_wrapper {
  padding: 5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_wrapper .links a {
  display: block;
  color: #000;
}
.footer_wrapper .links a:first-child {
  margin-bottom: 19px;
}
.footer_wrapper .social {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.footer_wrapper .social a {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.right {
  text-align: center;
  padding: 1rem 0;
}

.btn {
  background: #f75873;
  color: white;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 15px;
  border: none;
  font-size: clamp(14px, 3vw, 20px);
  margin-top: 20px;
  cursor: pointer;
}

@media (max-width: 1273px) {
  nav ul {
    margin-right: 30px;
  }
  nav ul a {
    margin-right: 0;
  }
  nav .nav-extra a:first-child {
    margin-right: 15px;
  }
}
@media (max-width: 1010px) {
  .white-background,
  nav {
    background: linear-gradient(146deg, #fb8983 0, #8c3488 49%, #135cca 100%);
  }
  .header-wrapper,
  nav {
    padding: 1rem;
  }
  .bar,
  nav .nav-logo {
    display: block;
  }
  nav .nav-extra a:first-child,
  nav ul a {
    margin-right: 0;
    padding: 0.4rem;
    display: inline-block;
  }
  .grid-1-3,
  .grid-1-3-reverse {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .grid-1-3-reverse > div,
  .grid-1-3 > div {
    grid-column: auto;
  }
  nav {
    position: fixed;
    top: 0;
    left: -500px;
    border-right: 1px solid #b1b1b1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    height: 100%;
    z-index: 5;
    transition: 0.5s;
  }
  .nav-active {
    left: 0;
    z-index: 10;
  }
  nav .nav-extra a:first-child,
  nav .nav-logo {
    margin-bottom: 20px;
  }
  nav .nav-extra,
  nav ul {
    display: flex;
    width: 100%;
  }
  nav .nav-logo img {
    width: 100%;
  }
  nav ul {
    align-items: flex-start;
    flex-direction: column;
    margin-right: 0;
  }
  nav a {
    color: #fff;
    padding: 0;
  }
  nav .nav-extra {
    flex-direction: column;
  }
  nav .nav-extra button {
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 850px) {
  .sec-title {
    padding: 1rem 7rem;
  }
  .grid-1-3,
  .grid-1-3-reverse {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-1-3 picture {
    grid-row: 2;
  }
  .grid-1-3-reverse > div,
  .grid-1-3 > div {
    grid-column: auto;
  }
  .popup-info .popup-btns {
    margin-top: 20px;
  }
  .popup-info ul {
    height: 350px;
    overflow-y: scroll;
  }
  .necessary-warning {
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .manage {
    width: 100%;
  }
  .manage > div button:first-child {
    margin-right: 20px;
  }
  nav {
    width: 50%;
  }
  .footer_wrapper {
    padding: 3rem 1rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer_wrapper > div {
    margin-bottom: 20px;
  }
  .footer_wrapper > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .sec-title {
    padding: 1rem 4rem;
  }
  .grid-1-3-reverse > div,
  .grid-1-3 > div {
    grid-column: auto;
  }
  .grid-1-3-reverse {
    grid-template-columns: repeat(1, 1fr);
  }
  nav {
    width: 70%;
  }
  .popup-info ul {
    height: 350px;
    overflow-y: scroll;
  }
}
