.support,
.white-background {
  background-color: #fff;
}
.manage h2,
.popup-logo {
  margin-bottom: 30px;
}
.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: #4CAE50;
  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,
.popup-layer {
  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: 80%;
}
.popup-layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.216);
}
.cookies-manage-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  border-radius: 15px;
}
.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;
}
.necessary-warning ul li img,
.popup-info ul li img {
  margin-top: 0 !important;
}
.popup-info .popup-btns {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
}
.manage > div button,
.necessary-warning > div button,
.popup-info .popup-btns button {
  background: var(--pink);
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 0.8rem 1.5rem;
  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 {
  padding: 0 5rem;
  display: none;
}
.header-wrapper,
nav a {
  padding: 1rem;
}
.manage > div,
.necessary-warning ul li {
  margin-bottom: 20px;
}
.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;
}
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;
  margin-bottom: 19px;
  color: #000;
}
.footer_wrapper .social a {
  margin-left: 24px;
  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;
  }
  .cookies-manage-popup {
    width: 60%;
  }
  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;
  }
  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;
  }
  .cookies-manage-popup {
    width: 70%;
  }
  .popup-info .popup-btns {
    margin-top: 20px;
  }
  .popup-info ul {
    height: 350px;
    overflow-y: scroll;
  }
  .manage {
    padding: 0 2rem;
  }
  .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%;
  }
  .cookies-manage-popup {
    width: 80%;
  }
  .popup-info ul {
    height: 350px;
    overflow-y: scroll;
  }
  .manage > div button,
  .necessary-warning > div button,
  .popup-info .popup-btns button {
    padding: 0.8rem 0.5rem;
  }
  .manage {
    padding: 0;
  }
}
