@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
* {
  font-family: "Figtree", sans-serif;
}

body {
  background: url(../img/bg.webp) no-repeat center/cover fixed;
}

.burger, .mobile-menu, .overlay, .mobile {
  display: none;
}

.header-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: url("../img/h-banner.webp") no-repeat center/cover;
  width: 100%;
  height: 40px;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}
.header-banner .logo {
  background: linear-gradient(to right, #e8529c, #d574a3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.header-banner p {
  color: #fff;
}
.header-banner #timer {
  color: #fff;
}
.header-banner #timer span {
  background: #000;
  border-radius: 4px;
  padding: 4px;
}
.header-banner #timer .timer-title {
  background: transparent;
  font-weight: 500;
}
.header-banner .btn {
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #ee2754;
  border-radius: 30px;
  font-size: 12px;
  color: #ee2754;
  padding: 4px 12px 3px 12px;
  transition: 0.3s ease-in-out;
}
.header-banner .btn:hover {
  border-color: #a20d2f;
  color: #a20d2f;
}

header {
  background: #15151c;
  height: 60px;
}

.header-wrapper {
  max-width: 1110px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .logo {
  max-width: 212px;
  width: 100%;
}
.header-wrapper .logo img {
  height: 40px;
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
nav a {
  font-size: 18px;
  font-weight: 400;
  color: color-mix(in srgb, #fff 85%, #000 25%);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
nav a:hover {
  background: color-mix(in srgb, #fff 25%, #000 75%);
  padding: 10px 8px;
  border-radius: 6px;
}

.under-header-banner {
  background: url("../img/under-h-banner.webp") no-repeat center/cover;
  padding: 30px 0;
}

.under-header-banner-container {
  max-width: 1110px;
  margin: auto;
}
.under-header-banner-container p {
  max-width: 571px;
  font-size: 16px;
  line-height: 1.625rem;
  color: #fff;
}

.date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(73, 10, 127, 0.6);
  border-radius: 4px;
  width: fit-content;
}

h1 {
  font-size: 40px;
  margin: 16px 0;
  color: #fff;
}

.features {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.25rem;
  color: #fff;
}

.container {
  max-width: 1110px;
  margin: auto;
}

.rating-wrapper {
  margin: 40px 0;
}

.service-card {
  text-decoration: none;
}

.service-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  background: #982FCD;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  font-weight: 700;
}

.service-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #232324;
  border-radius: 0 0 10px 10px;
  padding: 24px 32px;
}
.service-body .logo {
  max-width: 150px;
}
.service-body .logo img {
  width: 100%;
}
.service-body ul {
  max-width: 398px;
}
.service-body ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  list-style: none;
}
.service-body ul li:before {
  content: "";
  background: url("../img/check.svg") no-repeat center/cover;
  flex: none;
  width: 20px;
  height: 20px;
}
.service-body ul li:last-child {
  margin-bottom: 0;
}
.service-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 176px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  background: #f12a63;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.service-body .btn:hover {
  background: #a11c52;
}

.rating {
  color: #fff;
}
.rating p {
  margin: 0;
  font-size: 14px;
  margin-top: 5px;
}

.rating-container {
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.num {
  width: fit-content;
  box-sizing: border-box;
  height: fit-content;
  font-size: 22px;
  background: #9A2CD4;
  color: #fff;
  font-weight: 500;
  padding: 7px 8px 6px 7px;
  border-radius: 5px;
  line-height: 1.625rem;
}

.desk .title {
  font-size: 18px;
  font-weight: 700;
}
.desk .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.desk .stars .star {
  width: 16px;
  height: 16px;
  background: #db8c0a;
  clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 73% 62%, 82% 100%, 50% 75%, 18% 100%, 27% 62%, 0% 38%, 37% 38%);
}

article {
  max-width: 820px;
  margin: auto;
}
article p {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
article p a {
  text-decoration: none;
  background: linear-gradient(to right, #e8529c, #d574a3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
}
article h2 {
  font-size: 24px;
  color: #fff;
}
article h3 {
  font-size: 16px;
  color: #fff;
}

.faq {
  background: #000;
  padding: 100px 0;
  margin: 40px 0 0 0;
}
.faq h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
}

.accordion {
  max-width: 800px;
  margin: auto;
  width: 100%;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #232324;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border-radius: 8px;
  height: 72px;
  box-sizing: border-box;
  cursor: pointer;
}
.accordion-header .icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.accordion-header .icon span {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.accordion-header .icon span:nth-child(1) {
  width: 21px;
  height: 3px;
  left: 5.5px;
}
.accordion-header .icon span:nth-child(2) {
  height: 21px;
  width: 3px;
  top: 5.5px;
  left: 14.5px;
}

.accordion-item.active .icon span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.accordion-body {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  padding: 0 27px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-radius: 0 0 8px 8px;
}

.accordion-item.active .accordion-body {
  padding: 25px 27px;
  max-height: 500px;
}

.accordion-item + .accordion-item {
  margin-top: 12px;
}

.footer-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: url("../img/f-banner.webp") no-repeat center/cover;
  transition: 0.3s ease-in-out;
  transform: translateY(100%);
}
.footer-banner p {
  font-size: 20px;
  text-decoration: none;
  background: linear-gradient(to right, #8c37c6, #9e53cf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
}
.footer-banner .logo {
  max-width: 120px;
}
.footer-banner .logo img {
  width: 100%;
  margin-bottom: -5px;
}
.footer-banner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  background: #ff2f89;
  color: #fff;
  border-radius: 8px;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.footer-banner .btn:hover {
  background: #a11c52;
}

.footer-banner.show {
  transform: translateY(0);
}

footer {
  background: #171c2b;
  padding-bottom: 120px;
  padding-top: 30px;
}

.footer-container {
  display: flex;
  gap: 80px;
  max-width: 1110px;
  margin: auto;
}

.footer-nav {
  display: flex;
  gap: 80px;
}

.nav-col .title {
  font-size: 20px;
  color: #fff;
}
.nav-col .border {
  width: 30px;
  height: 2px;
  background: #848484;
  margin: 24px 0;
}
.nav-col a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  margin: 24px 0;
}

.copyright {
  max-width: 800px;
  margin: 50px auto auto auto;
  font-size: 12px;
  color: #fff;
}

.image img {
  width: 100%;
}

@media screen and (max-width: 1160px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  nav {
    display: none;
  }
  .burger {
    display: block;
  }
  .burger .open {
    display: none;
  }
  .burger .close {
    display: block;
  }
  .burger.active .open {
    display: block;
  }
  .burger.active .close {
    display: none;
  }
  header {
    height: 52px;
  }
  .mobile-menu {
    position: fixed;
    top: 92px;
    height: 100%;
    width: 50%;
    background: #2a2e3b;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    transform: translateX(-100%);
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    z-index: 101;
  }
  .mobile-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
  }
  .mobile-menu.show {
    transform: translateX(0);
    opacity: 1;
    user-select: auto;
    pointer-events: auto;
  }
  .overlay {
    display: block;
    position: fixed;
    top: 92px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(7.6999998093px);
    backdrop-filter: blur(7.6999998093px);
    z-index: 100;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
  .overlay.show {
    opacity: 1;
    user-select: auto;
    pointer-events: auto;
  }
  .header-wrapper {
    padding: 0 20px;
  }
  .under-header-banner {
    padding: 30px 20px;
    background-position-x: 60%;
  }
  h1 br {
    display: none;
  }
  .under-header-banner-container p {
    max-width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  footer {
    padding: 30px 20px 120px 20px;
  }
  .service-card-container {
    background: #232324;
    border-radius: 0 0 10px 10px;
    padding: 24px 32px;
  }
  .service-body-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #000;
    padding-bottom: 16px;
  }
  .service-body-mobile .logo {
    max-width: 150px;
  }
  .service-body-mobile .logo img {
    width: 100%;
  }
  .service-footer {
    padding-top: 16px;
  }
  .service-footer ul {
    padding-left: 0;
    margin-left: 0;
  }
  .service-footer ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    list-style: none;
  }
  .service-footer ul li:before {
    content: "";
    background: url("../img/check.svg") no-repeat center/cover;
    flex: none;
    width: 20px;
    height: 20px;
  }
  .service-footer ul li:last-child {
    margin-bottom: 0;
  }
  .service-footer .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    font-size: 16px;
    background: #f12a63;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  .service-footer .btn:hover {
    background: #a11c52;
  }
}
@media screen and (max-width: 800px) {
  .footer-banner .btn {
    max-width: 120px;
  }
}
@media screen and (max-width: 660px) {
  .footer-banner {
    flex-direction: column;
    gap: 0;
    height: fit-content;
    padding: 10px 0;
  }
  .footer-banner p {
    margin: 5px 0;
  }
  .footer-banner .btn {
    max-width: 250px;
  }
  .header-banner {
    gap: 10px;
    font-size: 14px;
  }
  .header-banner #timer {
    font-size: 10px;
  }
  .header-banner .btn {
    display: none;
  }
  .features {
    flex-wrap: wrap;
  }
  .service-card-container {
    padding: 22px;
  }
  .footer-container {
    flex-direction: column;
    gap: 20px;
  }
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  .mobile-menu {
    width: 80%;
  }
}
@media screen and (max-width: 380px) {
  .service-body-mobile .logo {
    max-width: 120px;
  }
  .service-card-container {
    padding: 10px;
  }
  .under-header-banner {
    padding: 30px 10px;
  }
  .container {
    padding: 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
