* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat";
}

nav {
  background-color: #090b0e;
  color: #000;
  padding: 0 20px 100px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  backdrop-filter: blur(20px);
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

nav.show {
  transform: translateX(0);
  opacity: 1;
}

nav .nav-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
nav .nav-header span:last-child {
  cursor: pointer;
}
nav .nav-header span {
  font-weight: 400;
  font-size: 15px;
}
nav .pages {
  margin: 80px 30px 0;
  list-style: none;
  font-weight: 400;
  font-size: 25px;
  padding-left: 0;
}
nav .pages li {
  margin-bottom: 20px;
  cursor: pointer;
}

nav .pages li a {
  color: #000;
  text-decoration: none;
}
nav .pages li img {
  margin-left: 24px;
  cursor: pointer;
}

nav button {
  background: #efc88b;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 0;
  border: none;
  margin-left: 30px;
  cursor: pointer;
}

nav button a {
  color: #fff;
  text-decoration: none;
}

nav hr {
  width: 50%;
  margin-left: 30px;
}
nav .loaction {
  font-weight: 400;
  font-size: 16px;
  margin-left: 30px;
  margin-top: 20px;
  display: block;
}

nav .sochial {
  list-style: none;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 0;
  margin-left: 30px;
  gap: 10px;
}
.navigation-section {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 120px);
  z-index: 1;
}

.navigation-bar {
  height: 4px;
  background-color: rgb(117 117 117 / 30%);
  border-radius: 10px;
}

.bar-fill {
  border-radius: 10px;
  width: 0%;
  height: 100%;
  background-color: #efc88b;
  transition: width 0.2s ease;
}
.header-photos {
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px 60px;
}

.header-photos img:first-child {
  width: 113px;
  height: 32px;
}
.header-photos img:last-child {
  cursor: pointer;
}
.text h3 {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 60px;
  padding: 97px 60px 33px;
}

.plans {
  padding: 100px 60px 50px;
}

.plans h3 {
  font-weight: 700;
  font-size: 30px;
  color: #efc88b;
  margin-bottom: 50px;
}

.plans .cards {
  display: flex;
  gap: 10px;
}

.plans .cards .card {
  width: 25%;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border: 3px solid rgba(0, 0, 0, 1);
}

.plans .cards .card.active {
  color: rgba(255, 255, 255, 1);
  background-color: #efc88b;
  border: none;
}

.plans .cards .card div {
  display: flex;
  justify-content: space-between;
}
.plans .cards .card div p {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  gap: 4px;
}
.plans .cards .card div span {
  font-weight: 400;
  font-size: 16px;
}
.plans .cards .card span {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 30px;
}
.plans .cards .card .duration {
  font-weight: 700;
  font-size: 20px;
}

.details {
  padding: 10px 60px 100px;
  display: flex;
  gap: 122px;
}

.details .left-section,
.details .right-section {
  width: 50%;
}
.details .left-section h4 {
  color: #efc88b;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}

.details .left-section p {
  color: rgba(83, 83, 83, 1);
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
}

.details .left-section form {
  display: flex;
  row-gap: 30px;
  column-gap: 20px;
  flex-wrap: wrap;
}

.details .left-section form input,
select {
  width: calc(50% - 20px);
}

.details .left-section form input,
select {
  color: rgba(83, 83, 83, 1);
  font-weight: 400;
  font-size: 14px;
  border: 1px solid rgba(49, 48, 49, 1);
  border-radius: 4px;
  padding: 10px;
  outline: none;
}
.details .left-section form span {
  display: block;
}

.details .left-section form div {
  display: flex;
  flex-direction: column;
}

.details .left-section .checkbox {
  display: flex;
  gap: 10px;
  margin: 30px 0;
}

.details .left-section .checkbox span {
  color: rgba(83, 83, 83, 1);
  font-weight: 400;
  font-size: 14px;
}

.details .left-section .checkbox input {
  width: 18px;
  height: 18px;
}
.details .left-section .btns {
  display: flex;
  gap: 24px;
}

.details .left-section .btns button {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 5px;
  background-color: #efc88b;
  border: none;
  cursor: pointer;
}

.details .left-section .btns button:last-child {
  background-color: transparent;
  color: #efc88b;
  border: 1px solid #efc88b;
}

.details .right-section .card {
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  background-color: #efc88b;
  color: rgba(255, 255, 255, 1);
  height: 100%;
}

.details .right-section .card.active {
  border: none;
}

.details .right-section .card div {
  display: flex;
  justify-content: space-between;
}

.details .right-section .card .duration {
  font-weight: 700;
  font-size: 20px;
}

.details .right-section .card div p {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  gap: 4px;
}

.details .right-section .card div span {
  font-weight: 400;
  font-size: 16px;
}

.details .right-section .card span {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 50px;
}

.details .right-section .card ul {
  list-style: none;
  margin-top: 19px;
}
.details .right-section .card ul li {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: rgba(12, 12, 12, 1);
  align-items: center;
  padding: 60px;
  gap: 50px;
  backdrop-filter: blur(20px);
  color: rgba(255, 255, 255, 1);
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 50px;
  padding-left: 60px;
}

footer div {
  width: 33.333%;
}

footer div:nth-child(1) span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

footer div:nth-child(1) p {
  font-size: 50px;
  font-family: "Work Sans";
  font-weight: 400;
}

footer div:nth-child(2) span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

footer div:nth-child(2) p {
  font-size: 16px;
  font-weight: 400;
}

footer div:nth-child(3) {
  display: flex;
  flex-direction: column;
}

footer div:nth-child(3) span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

footer div:nth-child(3) span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0%;
  margin-bottom: 5px;
  text-decoration-skip-ink: auto;
}

footer div:nth-child(3) span:nth-child(3) {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  display: flex;
  gap: 15px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .header-photos {
    padding: 30px 20px;
  }
  .navigation-section {
    width: calc(100% - 60px);
  }
  .text h3 {
    padding: 30px;
    font-size: 40px;
  }

  .plans {
    padding-right: 30px;
    padding-left: 30px;
  }

  .plans .cards {
    flex-direction: column;
  }

  .plans .cards .card {
    width: calc(100%);
  }

  .details {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .details .right-section {
    width: 100%;
  }
  .details .left-section {
    width: 100%;
  }

  footer {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer div {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-photos {
    padding: 30px;
  }
  .text h3 {
    padding: 30px;
  }

  .plans {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 50px;
  }
  .plans .cards {
    flex-wrap: wrap;
  }

  .plans .cards .card {
    width: calc(50% - 10px);
  }

  .details {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    gap: 30px;
  }

  footer {
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    flex-wrap: wrap;
  }
  footer div:nth-child(1) {
    width: 100%;
  }
}
