body {
  font-family: Inter, sans-serif;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a {
  color: inherit;
}

:root {
  --color1: #4f4f4f;
  --color2: #298ac3;
  --color3: #f2f7ff;
  --color4: #2d2f30;
  --color5: #8b8c8c;
}

.header-top-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0px;
  align-items: center;
  background: white;
}

ul.social {
  display: flex;
  gap: 0.5rem;
}

ul.social i {
  font-size: 17px;
  color: var(--color1);
  transition: all 0.3s ease 0s;
}

ul.top-menu {
  display: flex;
  gap: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--color1);
}

ul.social i:hover {
  color: var(--color2);
}

ul.top-menu a:hover {
  color: var(--color2);
}

.header-center-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.center-menu {
  display: flex;
  gap: 1rem;
  position: relative;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.header-center {
  background: var(--color2);
  padding: 0.5rem 0px;
  color: white;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

button.light-btn {
  border-radius: 50px;
  padding: 0.5rem 1rem;
  background: white;
  font-size: 16px;
  outline: none;
  border: 1px solid white;
  transition: all 0.3s ease 0s;
  color: var(--color2);
}

button.light-btn:hover {
  background: var(--color2);
  color: white;
}

.logo img {
  width: 68%;
}

.slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
  justify-content: start;
  margin-top: 3rem;
}

.slider-wrapper .desc {
  color: var(--color2);
  font-weight: 700;
  font-size: 76px;
  font-family: "Playfair Display", serif;
  line-height: 120%;
  letter-spacing: 0.02em;
}

.slider-wrapper .subdesc {
  font-size: 24px;
  color: #4f4f4f;
  font-weight: 600;
  max-width: 63%;
  line-height: 43px;
}

button.dark-btn {
  font-size: 18px;
  color: white;
  display: inline-block;
  background: var(--color2);
  border-radius: 50px;
  font-weight: 700;
  padding: 1rem 2rem;
  border: 1px solid var(--color2);
  transition: all 0.3s ease 0s;
}

button.dark-btn:hover {
  background: white;
  color: var(--color2);
}

.slider .right img {
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-left: 10%;
  margin-top: -10%;
  position: relative;
}

.slider .left {
  display: flex;
  align-items: center;
}

.slider .right {
  height: 100%;
  max-width: 100%;
}

.swiper-pagination {
  text-align: start;
}

.hr {
  width: 70px;
  color: var(--color2);
  border: 2px solid;
}

.bg {
  background: var(--color3);
}

.p10 {
  padding: 3rem 0px;
}

.section-title {
  font-family: "Playfair Display", serif;
  color: var(--color4);
  font-weight: 700;
  font-size: 58px;
  margin-bottom: 2rem;
}

.about .left .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  color: var(--color5);
}

.about .left .wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 70%;
}

.blue-btn {
  font-size: 16px;
  color: var(--color2);
  display: inline-block;
  background: transparent;
  border-radius: 50px;
  padding: 1rem;
  width: 168px;
  font-weight: 600;
  border: 1px solid var(--color2);
  transition: all 0.3s ease 0s;
}

.blue-btn:hover {
  background: var(--color2);
  color: white;
}

.about-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
  padding: 2rem;
  margin: 1rem;
  min-height: 90%;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 18px 58px 16px;
  border-radius: 8px;
}

.about-box .desc {
  color: var(--color5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.about-box .subdesc {
  font-size: 20px;
  line-height: 23px;
  font-family: "Playfair Display", serif;
  color: var(--color4);
  font-weight: 700;
}

.mb {
  margin-bottom: 1rem;
}

.about-box2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 49%;
  margin: 1rem;
}

.about-box2 .desc {
  font-family: "Playfair Display", serif;
  color: var(--color4);
  font-weight: 700;
  font-size: 32px;
  line-height: 110.3%;
  letter-spacing: 0.323077px;
}

.about-box2 .subdesc {
  font-size: 16px;
  color: var(--color1);
  font-weight: 600;
}

video {
  max-width: 90%;
  border-radius: 15px;
  border: 7px solid white;
}

section.video {
  background: var(--color2);
}

.video-wrapper {
  position: relative;
  display: flex;
  align-items: end;
}

.video-wrapper .title {
  color: white;
  font-size: 26px;
  font-weight: 600;
}

.video-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-width: 20px 20px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  border-image: initial;
  border-top-color: rgb(255, 255, 255);
  border-bottom-style: initial;
  border-bottom-color: initial;
  transform: translate(-50%, 100%);
}

.info .desc p {
  padding: 1rem 0px;
  color: black;
  letter-spacing: 0.3px;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
}

.footer-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top {
  background: var(--color2);
  padding: 1rem;
}

.footer-top .logo img {
  width: 100%;
}

ul.footer-menu {
  display: flex;
  color: white;
  font-size: 16px;
  font-weight: 500;
  gap: 0.5rem;
  flex-direction: column;
}

.ul-wrap {
  display: flex;
  gap: 5rem;
}

.footer-menu-wrapper .title {
  color: white;
  font-size: 20px;
  position: relative;
  font-weight: 800;
  padding: 1rem 0px;
  line-height: 36px;
  margin-bottom: 1rem;
}

.footer-menu-wrapper .title::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 10px;
  background: white;
  border-radius: 5px;
  height: 2px;
  margin-bottom: -10px;
}

ul.footer-menu a:hover {
  color: var(--color1);
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0px;
}

.copy {
  font-size: 14px;
  color: var(--color1);
}

.price-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 50px;
  border-radius: 25px;
  gap: 1rem;
  text-align: center;
  padding: 1.5rem 0px;
  align-items: center;
  width: 92%;
  justify-content: center;
}

.price-box .top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.price-box .top .title {
  color: var(--color2);
  font-weight: 700;
  font-size: 32px;
  padding: 0;
}

.price-box .top .buy {
  color: var(--color1);
  font-weight: 700;
  font-size: 40px;
}

.price-box .top .desc {
  font-size: 16px;
  color: var(--color5);
  line-height: 20px;
}

.price-box .center ul {
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: center;
  gap: 0.5rem;
}

.price-box .center {
  margin: 0px 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid rgb(217, 217, 217);
}

.price-box .center ul li {
  display: flex;
  color: var(--color1);
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  line-height: 20px;
  padding: 0.5rem 0px;
}

.price-box .center ul li i {
  color: var(--color2);
  font-size: 24px;
}

.price-box .center .title {
  font-size: 22px;
  padding: 0.5rem;
  font-weight: 700;
  color: var(--color1);
}

.price button.dark-btn {
  width: 100%;
}

.price-info p a {
  color: var(--color2);
}

.price-info p {
  color: var(--color1);
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0.5px;
}

button.transparent-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  color: var(--color1);
  font-size: 16px;
  border: 1px solid rgb(41, 138, 195);
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  letter-spacing: 0.08em;
}

button.transparent-btn i {
  color: red;
  font-size: 30px;
}

.price-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0px;
}

button.transparent-btn a:hover {
  scale: 1.1;
}

button.transparent-btn {
  background: none;
}

.info {
  padding-bottom: 13rem;
}

.price {
  margin-top: -10rem;
}

.breadcrumb .wrap {
  display: flex;
}

.breadcrumb .wrapper {
  display: flex;
  align-items: center;
  color: var(--color2);
  font-size: 20px;
  gap: 0.5rem;
  position: relative;
}

.breadcrumb .wrapper .subtitle {
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  z-index: 10;
  background: #f2f7ff;
}

.breadcrumb .wrapper::after {
  content: "";
  position: absolute;
  width: 85%;
  height: 3px;
  right: 0px;
  z-index: -1;
  top: 50%;
  background: var(--color2);
}

section.breadcrumb {
  padding: 2rem 0px;
  position: relative;
  z-index: 0;
}

section.breadcrumb img {
  position: absolute;
  max-width: 100%;
  left: -2%;
  top: -45%;
}

section.content-detail .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  padding: 1rem 0px;
  color: var(--color2);
}

section.content-detail .desc {
  font-weight: 400;
  font-size: 20px;
  color: var(--color1);
  padding-bottom: 1rem;
  line-height: 32px;
  margin: 1rem 0px;
  align-items: end;
  text-align: justify;
  display: flex;
  justify-content: end;
}

.pr {
  padding-right: 3rem;
}

.parallax .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding: 2rem 0px;
  text-align: justify;
  color: var(--color1);
}

.parallax-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
}

.parallax-wrap img {
  position: absolute;
  bottom: 0px;
  left: 15%;
  max-height: 610px;
}

.mt .video-wrapper {
  margin-top: 0px;
}

.bg-two {
  background: rgb(250, 250, 250);
}

.info-card {
  background: rgb(250, 250, 250);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 18px 58px 16px;
  border-radius: 8px;
  width: 90%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.info-card .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: var(--color2);
}

.info-card .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--color1);
  text-align: justify;
  padding: 1rem 0px;
}

.item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0px;
}

.item .title {
  font-family: "Playfair Display";
  font-style: normal;
  color: var(--color2);
  font-weight: 700;
  font-size: 40px;
}

.item .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--color1);
  text-align: justify;
}

section.content-detail .images img {
  max-width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 20px;
  height: 480px;
}

.parallax-two {
  background: var(--color2);
}

.parallax-two .desc {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  color: white;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 1rem;
}

.white-btn {
  font-size: 18px;
  color: var(--color2);
  display: inline-block;
  background: white;
  border-radius: 50px;
  font-weight: 700;
  padding: 1rem;
  width: 146px;
  border: 1px solid white;
  transition: all 0.3s ease 0s;
}

.box-content .images img {
  max-width: 100%;
  margin-top: -35%;
}

section.info-two .desc {
  font-weight: 400;
  color: var(--color1);
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
}

.faqwell {
  margin-top: 20px;
  margin-bottom: 50px;
}

.faqwell .item {
  box-shadow: rgba(202, 202, 202, 0.2) 0px 4px 20px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  transition: all 0.9s ease 0s;
  border-radius: 30px;
  margin-bottom: 3rem;
}

.faqwell .item .fs-head {
  color: var(--color1);
  display: flex;
  font-weight: 700;
  font-size: 22px;
  justify-content: space-between;
  line-height: 32px;
  margin: 0 2rem;
}

.faqwell .item .fs-head .plusminus .minus {
  display: none;
  font-size: 40px;
  border-radius: 50%;
}

.faqwell .item .fs-content {
  display: none;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
  color: var(--color1);
  line-height: 32px;
  margin: 0 2rem;
}

.faq-wrapper {
  position: relative;
  z-index: 3;
}

.faq .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  padding: 1rem 0px;
  color: var(--color2);
}

.faqwell .item .fs-head label {
  color: var(--color2);
  font-size: 38px;
}

.faqwell .item .fs-head .plus {
  font-size: 40px;
  color: var(--color2);
  width: 40px;
  display: flex;
  height: 40px;
  background: rgb(236, 236, 236);
  border-radius: 50%;
  align-items: center;
}

.faqwell .item .fs-head .top {
  display: flex;
  gap: 2rem;
}

.faqwell .item .fs-head span {
  margin: 0px 0.5rem;
}

ul.content {
  list-style: decimal;
  font-size: 20px;
  line-height: 32px;
  color: var(--color1);
  margin: 0 1.5rem;
}

.content-detail .subdesc {
  font-size: 22px;
  color: var(--color1);
  font-weight: 700;
}

ul.content li {
  padding: 0.7rem 0;
  text-align: justify;
}

ul.content li a {
  color: var(--color2);
  font-weight: 700;
}

section.video-parallax {
  background: rgb(242, 247, 255);
}

.video-parallax .desc {
  font-weight: 600;
  font-size: 23px;
  margin-top: 2rem;
  margin-left: 1rem;
  color: var(--color1);
}

.content-img img {
  position: absolute;
  margin-top: -3%;
  max-width: 90%;
  z-index: 1;
  right: 0px;
  top: 0px;
}

.content-img {
  position: relative;
}

.blog .title {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 44px;
  padding: 1rem 0px;
  color: var(--color2);
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: auto;
  height: 100%;
  max-width: 100%;
}

.blog-card .title {
  font-weight: 700;
  font-family: Inter;
  font-size: 26px;
  line-height: 32px;
  padding: 0px;
  color: var(--color1);
}

.blog-card img {
  max-width: 100%;
  max-height: 416px;
  object-fit: cover;
  border-radius: 25px;
}

.blog-card .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color1);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.pagination-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-icon-wrapper i {
  color: var(--color5);
}

a.pagination-link {
  color: var(--color2);
  font-size: 18px;
  font-weight: 600;
}

.pagination-icon-wrapper.link {
  border: 1px solid var(--color2) !important;
}

.blog-content-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.blog-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.blog-content-wrapper .title {
  font-weight: 700;
  font-size: 32px;
  color: var(--color1);
}

.blog-content-wrapper .desc p {
  padding: 1rem 0px;
  font-weight: 400;
  text-align: justify;
  font-size: 20px;
  line-height: 32px;
  color: var(--color1);
}

.contacts input {
  overflow: hidden;
  border: none;
  padding: 1rem;
  background: rgb(242, 247, 255);
  width: 100%;
  outline: none;
}

.contacts textarea {
  border: none;
  background: rgb(242, 247, 255);
  width: 100%;
  outline: none;
  min-height: 225px;
  padding: 1rem;
}

button#contact-submit {
  display: flex;
  color: white;
  background: var(--color2);
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  padding: 1rem;
}

.page .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.02em;
  color: var(--color2);
}

.contacts-wrapper {
  background: rgb(255, 255, 255);
  box-shadow: rgba(79, 79, 79, 0.1) 0px 0px 40px;
  border-radius: 14px;
  padding: 2rem;
  position: relative;
}

.contact-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  height: 100%;
}

.contact-content img {
  width: 100%;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  max-height: 420px;
  object-fit: cover;
  padding: 0 1rem;
}

.contact-content .mail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
  color: var(--color1);
}

.contact-content .mail i {
  font-size: 22px;
  color: var(--color2);
}

.contact-content .not {
  max-width: 268px;
  color: rgb(157, 157, 157);
  font-size: 12px;
  margin-top: 3rem;
}

ul.social-bar {
  padding: 2rem 1rem;
  background: var(--color2);
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  right: -4.2%;
  top: 50%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 40px;
}

ul.social-bar i {
  color: white;
  font-size: 24px;
  transition: all 0.3s;
}

.bg-image {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100vw;
  object-fit: cover;
}

.contacts-wrapper h1 {
  color: var(--color1);
  font-size: 30px;
  line-height: 16px;
}

.contacts-wrapper h3 {
  color: #9d9d9d;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.register-form .item1 input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 0.5rem;
  padding: 1rem;
  outline: none;
}

.register-form .title {
  font-size: 30px;
  line-height: 47px;
  color: var(--color1);
  font-weight: 600;
  text-align: center;
}

.register-form .desc {
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: var(--color1);
  text-align: center;
}

.register-form .item1 {
  padding: 5px;
}

.register-form .check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px 1rem;
  font-size: 14px;
}

.register-form .check a {
  color: var(--color2);
  font-weight: 600;
}

.register-form {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 50px;
  border-radius: 32px;
  padding: 2rem;
  position: relative;
}

.register-form .subdesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
}

.register-form .subdesc a {
  color: var(--color2);
  text-decoration: underline;
  font-weight: 600;
}

.register-form button.dark-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
}

.register-image {
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 0px;
}

.register-image img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  border-radius: 50px;
}

.register-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: end;
  padding: 2rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--color1);
}

.br {
  border-bottom: 0.5px solid rgb(160, 160, 160);
}

.register-wrapper {
  border-radius: 50px;
  background: white;
  padding: 3rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 50px;
}

.bg-images {
  position: absolute;
  top: -11%;
  z-index: -2;
  overflow: hidden;
  height: 115%;
}

.bg-images img {
  width: 100vw;
  padding: 2rem;
}

.menu-list {
  display: flex;
  gap: 45px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

.menu-list li a {
  color: rgb(0, 0, 0);
}
.dropdown li a:hover {
  color: var(--color2);
}

ul.dropdown {
  background: white;
  display: none;
  padding: 10px 0px;
  position: absolute;
  left: 42%;
  top: 142%;
  border: 1px solid rgba(107, 107, 107, 0.38);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 50px;
  width: 240px;
  z-index: 1;
  border-radius: 10px;
}

ul.dropdown::after {
  content: "";
  position: absolute;
  border-bottom: 55px solid white;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  top: -22%;
  width: 0px;
  height: 0px;
  left: 30%;
  z-index: -1;
}

.center-menu li:hover ul.dropdown {
  display: block;
}

.dropdown li a {
  padding: 14px 15px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: var(--color1);
}

.dropdown li a:hover {
  color: rgb(0, 0, 0);
}

.pricing .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  padding: 2rem 0px;
  letter-spacing: 0.02em;
  color: var(--color2);
}

.gift .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  padding: 2rem 0px;
  letter-spacing: 0.02em;
  color: var(--color2);
}

.gift .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: var(--color1);
}

.gift .desc p {
  padding: 1rem 0px;
  font-size: 18px;
}

.card-wrapper {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 25px;
  border-radius: 10px;
  width: 90%;
  padding: 2rem;
  height: 100%;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  width: 300px;
  margin-top: -80px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid black;
  background-image: url("https://images.wallpaperscraft.com/image/stains_paint_liquid_144876_3840x2400.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgb(37, 15, 16) 10px 10px 30px, rgb(51, 21, 22) -10px -10px 30px;
  transition: all 0.4s ease 0s;
}

.card:hover {
  transform: scale(1.1);
}

.card-header,
.card-number,
.card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.card-number {
  justify-content: center;
  margin: 10px 0px;
  border-radius: 5px;
  width: 90%;
  transition: all 0.4s ease 0s;
}

#chip {
  height: 50px;
  width: 80px;
  border-radius: 15px;
  margin: 10px;
}

#logo {
  height: 60px;
  width: 100px;
  margin: 10px;
  border-radius: 15px;
}

#p-card-number,
#card-name,
#card-cvv,
#card-month,
#card-year {
  color: rgb(241, 241, 241);
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s ease 0s;
}

.card-name-wrapper,
.cvv-wrapper {
  display: flex;
  justify-content: center;
  max-width: 70%;
  border-radius: 5px;
  padding: 0px;
  transition: all 0.4s ease 0s;
}

.date-wrapper {
  width: 30%;
  height: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}

#card-name::before {
  display: block;
  content: "cardholder";
  font-size: 0.7em;
  letter-spacing: normal;
  color: lightgrey;
}

.heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0.5rem;
}

.form-bottom {
  border: none;
}

.form-submit {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#month,
#year {
  width: 29%;
}

.card-wrapper input {
  width: 100%;
  outline: none;
  background: rgb(242, 247, 255);
  border-radius: 15px;
  padding: 1rem;
  border: none;
}

#date {
  width: 40%;
}

#input-cvv {
  width: 30%;
  float: right;
}

.card-wrapper h {
  color: var(--color1);
}

.card-wrapper .subtitle {
  color: var(--color2);
  font-size: 24px;
  font-weight: 600;
  padding: 1rem 0;
}

.payment .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  padding: 1rem 0px;
  color: var(--color2);
}

.card-info {
  font-weight: 400;
  font-size: 14px;
  color: var(--color1);
}

.page[_ngcontent-kkk-c43] {
  padding: var(--std-section-padding) 0;
}

.form[_ngcontent-kkk-c43] {
  display: flex;
  flex-direction: column;
}

.form-wrapper[_ngcontent-kkk-c43] {
  padding: 2rem;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 25px;
  border-radius: 10px;
}

.form-title[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: rgb(41, 138, 195);
}

.form-label[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgb(79, 79, 79);
}

.form-input[_ngcontent-kkk-c43] {
  background: rgb(242, 247, 255);
  border-radius: 15px;
  padding: 1rem;
  border: none;
  width: 100%;
}

.form-input-wrapper[_ngcontent-kkk-c43] {
  display: flex;
  flex-direction: column;
}

.expire-column[_ngcontent-kkk-c43] {
  flex: 1 1 60%;
}

.ccv-column[_ngcontent-kkk-c43] {
  flex: 1 1 40%;
}

.expire-column[_ngcontent-kkk-c43] {
  display: flex;
  align-items: flex-end;
}

.expire-column-divider[_ngcontent-kkk-c43] {
  margin: 0px 1rem;
  font-size: 2rem;
  color: var(--main-text-color);
}

.info[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: justify;
  letter-spacing: 0.02em;
  color: var(--main-text-color);
}

.order-package-name[_ngcontent-kkk-c43],
.order-price[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: rgb(79, 79, 79);
  margin: 0px;
}

.order-package-description[_ngcontent-kkk-c43] {
  margin: 0px;
  font-size: 16px;
}

.order-counter[_ngcontent-kkk-c43] {
  display: flex;
  gap: 0.5rem;
}

.order-counter-button[_ngcontent-kkk-c43] {
  background-color: rgb(41, 138, 195);
  color: rgb(255, 255, 255);
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}

.order-counter-year[_ngcontent-kkk-c43] {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--color1);
}

.order-slider[_ngcontent-kkk-c43] {
  padding: 0.75rem;
  background-color: rgb(242, 247, 255);
  border-radius: 1rem;
}

.order-slider-title[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: rgb(79, 79, 79);
}

.order-slider-input[_ngcontent-kkk-c43] {
  width: 100%;
  padding: 0;
}

.order-slider-labels[_ngcontent-kkk-c43] {
  display: flex;
  justify-content: space-between;
}

.order-slider-labels[_ngcontent-kkk-c43]>p[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: var(--color1);
}

.tax[_ngcontent-kkk-c43] {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: rgb(79, 79, 79);
}

.payment-columns[_ngcontent-kkk-c43] {
  display: flex;
  align-items: stretch;
  gap: 3rem;
}

.payment-column-card[_ngcontent-kkk-c43],
.payment-column-order[_ngcontent-kkk-c43] {
  flex: 1 1 100%;
}

.parallax-form {
  background: rgb(242, 247, 255);
  padding: 1rem;
}

.parallax-form button.dark-btn {
  display: inline-block;
  border-radius: 10px;
}

.parallax-form .register-form {
  box-shadow: none;
  background: none;
}

ul.content.register {
  list-style: disc !important;
  padding: 0 2rem;
}

.header-login {
  background: var(--color2);
  color: white;
  padding: 2rem 0px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

.header-login .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 23px;
}

.header-login .user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-login .user .icon {
  font-size: 20px;
}

.avatar-upload {
  display: flex;
  justify-content: center;
  max-width: 100%;
  background: rgb(242, 247, 255);
  flex-direction: column;
  padding: 5rem 0px;
  align-items: center;
  gap: 2rem;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -75%;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: flex;
  margin-bottom: 0px;
  padding: 0.5rem;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  border-radius: 100%;
  color: white;
  background: var(--color2);
  border: 3px solid white;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out 0s;
}


.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid var(--color2);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
}

.avatar-upload .avatar-preview>div {
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.avatar-upload .title {
  color: var(--color1);
  font-size: 24px;
  font-weight: 600;
}

ul.panel-menu {
  gap: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 100%;
  flex-direction: column;
  padding: 1rem 0px;
}

ul.panel-menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

ul.panel-menu i {
  color: var(--color2);
  font-size: 28px;
}

ul.panel-menu a {
  font-weight: 600;
  font-size: 17px;
  color: var(--color1);
}

ul.panel-menu .active {
  color: var(--color2);
  font-weight: 700;
}

.panel-wrapper {
  display: flex;
  justify-content: center;
}

.panel-title {
  font-weight: 700;
  font-size: 36px;
  color: var(--color1);
}

.panel-content {
  padding: 0px 3rem;
}

.panel-desc {
  font-size: 18px;
  color: var(--color1);
  margin: 1rem 0;
}

.panel-item .top {
  display: flex;
  gap: 0.5rem;
  color: var(--color2);
  font-size: 20px;
}

.panel-item {
  padding: 1rem 0px;
  border-top: 1px solid rgb(217, 217, 217);
}

.panel-form .item1 input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 0.5rem;
  padding: 1rem;
  outline: none;
}

.panel-form .title {
  font-size: 30px;
  line-height: 47px;
  color: var(--color1);
  font-weight: 600;
  text-align: center;
}

.panel-form .desc {
  font-size: 16px;
  line-height: 26px;
  color: var(--color1);
}

.panel-form .item1 {
  padding: 20px 15px 0 0;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

.panel-form .check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0px 1rem;
  font-size: 14px;
}

.panel-form .check a {
  color: var(--color2);
  font-weight: 600;
}

.panel-form {
  padding: 1rem 0px;
  position: relative;
}

.panel-form .subdesc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
}

.panel-form .subdesc a {
  color: var(--color2);
  text-decoration: underline;
  font-weight: 600;
}

.panel-image {
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 0px;
}

.panel-btn button.dark-btn {
  border-radius: 15px;
  margin: 0.5rem;
  width: 247px;
}

.panel-btn {
  display: flex;
  justify-content: end;
}

.panel-form label {
  color: var(--color1);
  line-height: 25px;
}

.panel-margin {
  border-right: 1px solid rgb(217, 217, 217);
}

.toggle {
  --toggle-width: 50px;
  --toggle-height: 23px;
  --toggle-offset: 5px;
  --toggle-outer-default: #ddd;
  --toggle-outer-active: #1c89f0;
  --toggle-inner-default: #fff;
  --toggle-inner-active: #fff;
  --toggle-transition: 200ms ease-out;
}

.toggle input {
  display: none;
}

.toggle label {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: var(--toggle-width);
  height: var(--toggle-height);
  background-color: var(--toggle-outer-default);
  border-radius: 100vw;
  cursor: pointer;
  transition: var(--toggle-transition);
}

.toggle input:checked+label {
  background-color: var(--toggle-outer-active);
}

.toggle label::before {
  content: "";
  position: absolute;
  top: var(--toggle-offset);
  left: var(--toggle-offset);
  bottom: var(--toggle-offset);
  aspect-ratio: 1 / 1;
  background-color: var(--toggle-inner-default);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 5px;
  transition: var(--toggle-transition);
}

.toggle input:checked+label::before {
  background-color: var(--toggle-inner-active);
  transform: translateX(calc(var(--toggle-width) - var(--toggle-height)));
}

.panel-item .center .left-top {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0px;
}

.panel-item .center .left .subtitle {
  color: var(--color1);
  font-size: 18px;
  font-weight: 500;
}

.panel-item .center .left {
  padding: 1rem;
}

.panel-item .left-desc {
  color: rgb(157, 157, 157);
  font-size: 14px;
  line-height: 20px;
}

.panel-item .left-desc span {
  font-weight: 600;
  color: var(--color1);
  text-decoration: underline;
}

.panel-item .left-desc span a {
  color: var(--color2);
}

.my-plan[_ngcontent-kyv-c53] {
  padding: 3rem;
}

.my-plan-data-usage[_ngcontent-kyv-c53] {
  background-color: rgb(242, 247, 255);
  border-radius: 1rem;
  padding: 2rem;
}

.my-plan-data-usage-text[_ngcontent-kyv-c53] {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: var(--color1);
}

.my-plan-data-usage-text[_ngcontent-kyv-c53]>span[_ngcontent-kyv-c53] {
  font-weight: 700;
}

.my-plan-data-usage-bar[_ngcontent-kyv-c53] {
  width: 100%;
  height: 28px;
  border-radius: 1.5rem;
  background-color: rgb(217, 217, 217);
  position: relative;
  margin-top: 0.5rem;
}

.my-plan-data-usage-bar-fill[_ngcontent-kyv-c53] {
  height: 28px;
  border-radius: 1.5rem;
  background-color: rgb(41, 138, 195);
  width: 30%;
}

.my-plan-subscription-row[_ngcontent-kyv-c53] {
  background-color: rgb(242, 247, 255);
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
}

.my-plan-subscription-row[_ngcontent-kyv-c53]:nth-child(2) {
  background-color: rgb(255, 255, 255);
}

.my-plan-subscription-row-title[_ngcontent-kyv-c53] {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--color1);
  width: 300px;
}

.my-plan-subscription-row-status[_ngcontent-kyv-c53] {
  width: 300px;
}

.my-plan-subscription-row-status.green[_ngcontent-kyv-c53] {
  color: rgb(53, 165, 0);
  font-weight: 500;
}

.my-plan-subscription-row-info[_ngcontent-kyv-c53] {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  color: var(--color1);
}

.panel-form .desc a {
  color: var(--color2);
}

.notion .title {
  font-size: 18px;
  line-height: 20px;
  text-align: start;
}

.notion .bottom {
  display: flex;
  gap: 0.5rem;
}

.notion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0rem;
}

.panel-content .subtitle {
  color: var(--color1);
  font-size: 16px;
  line-height: 26px;
  padding: 1rem 0;
}

.item1 textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 0.5rem;
  padding: 1rem;
  color: var(--color1);
  font-size: 14px;
  min-height: 60px;
}


.file-upload-contain {
  position: relative;
  margin-bottom: 40px;
}

.file-upload-contain .file-input,
.file-upload-contain .file-preview {
  position: initial;
}

.file-upload-contain .file-drop-zone {
  border: 2px dashed rgb(30, 128, 232);
  transition: all 0.3s ease 0s;
  margin: 0px;
  padding: 0px;
  border-radius: 20px;
  background-color: rgb(241, 248, 254);
  min-height: auto;
}

.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted {
  background-color: rgb(223, 237, 252);
  border: 2px dashed rgb(30, 128, 232) !important;
}

.upload-area i {
  color: rgb(30, 128, 232);
  font-size: 50px;
}

.upload-area p {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(37, 128, 232);
}

.upload-area p b {
  color: rgb(30, 128, 232);
}

.upload-area button {
  padding: 8px 16px;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgb(30, 128, 232);
  border: 2px solid rgb(30, 128, 232);
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}

.upload-area button:hover {
  background-color: rgb(30, 128, 232);
  box-shadow: rgba(37, 128, 232, 0.48) 0px 4px 8px;
}

.file-preview {
  padding: 0px;
  border: none;
  margin-bottom: 30px;
}

.file-preview .fileinput-remove {
  display: none;
}

.file-drop-zone-title {
  padding: 55px 10px;
}

.file-drop-zone .file-preview-thumbnails {
  cursor: pointer;
}

.file-preview-frame {
  cursor: default;
  display: flex;
  align-items: center;
  border: none;
  background-color: rgb(37, 128, 232);
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin: 8px 0px;
}

.file-preview-frame:not(.file-preview-error):hover {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

.file-preview-frame .kv-file-content {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-preview-image {
  border-radius: 4px;
}

.file-preview-frame .file-footer-caption {
  padding-top: 0px;
}

.file-preview-frame .file-footer-caption {
  text-align: left;
  margin-bottom: 0px;
}

.file-detail {
  font-size: 14px;
  height: auto;
  width: 100%;
  line-height: initial;
}

.file-detail .file-caption-name {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.file-detail .file-size {
  color: rgb(241, 248, 254);
  font-size: 12px;
}

.kv-zoom-cache {
  display: none;
}

.file-preview-frame .file-thumbnail-footer {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file-preview-frame .file-drag-handle,
.file-preview-frame .file-upload-indicator {
  float: none;
}

.file-preview-frame .file-footer-buttons {
  float: none;
  display: flex;
  align-items: center;
}

.file-preview-status.text-center {
  display: none;
}

.kv-file-remove.file-remove {
  border: none;
  background-color: rgb(239, 47, 47);
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.file-drag-handle.file-drag {
  border: none;
  background-color: rgb(255, 255, 255);
  color: rgb(37, 128, 232);
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.kv-file-upload.file-upload {
  border: none;
  background-color: rgb(72, 189, 34);
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}

.file-thumb-loading {
  background: none !important;
}

.file-preview-frame.sortable-chosen {
  background-color: rgb(100, 165, 239);
  border-color: rgb(100, 165, 239);
  box-shadow: none !important;
}

img.slider-bg {
  position: absolute;
  max-width: 50%;
  right: 17%;
  bottom: 0px;
}

section.slider {
  position: relative;
}

.banner {
  width: 50%;
}

.price .left img {
  max-width: 100%;
}

img.elipse {
  position: absolute;
  z-index: -1;
  top: -30%;
  right: 18%;
}

header.destkop-menu {
  position: relative;
  z-index: 2;
}

.sliderSwiper {
  padding: 1rem 0px 4rem;
  width: 320px;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: start;
  margin: initial;
}

.sliderSwiper .swiper-slide {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--color1);
}

.vp-center {
  display: inline;
}

.video-wrapper iframe {
  width: 96%;
  height: 350px;
  border: 5px solid white;
  border-radius: 15px;
}

.price-box .top span {
  position: absolute;
  top: -30%;
  right: -25%;
  background: var(--color2);
  color: white;
  border-radius: 15px;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

section.video .title {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 26px;
  line-height: 116.5%;
  color: white;
  margin-right: 1rem;
  text-align: center;
}

.faqwell .item.show {
  background: #F2F7FF !important;
}

ul.top-menu li .active {
  color: var(--color2);
}

.breadcrumb .wrapper .top {
  display: flex;
  align-items: center;
}

.mr {
  border: solid 1px var(--color2);
  display: flex;
}

.blog .mb {
  margin-bottom: 4rem;
}

.blog-card button.dark-btn {
  width: 45%;
}

.image {
  width: 100%;
}

fieldset {
  padding: 1rem 0;
}

ul.social-bar i:hover {
  color: var(--color1);
}

section.register {
  position: relative;
}

ul.content.register.learn li {
  list-style: decimal;
}

.panel .left.box {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5px 5px;
}
.card-wrapper p {
  margin: 1rem 0;
}

.upload-files-container {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F7FF;
  border-radius: 15px;
  flex-direction: column;
}

.drag-file-area {
  border: 1px dashed var(--color2);
  border-radius: 40px;
  margin: 10px 0 15px;
  padding: 30px 50px;
  background: white;
  text-align: center;
  width: 100%;
}

.drag-file-area .upload-icon {
  font-size: 50px;
}

.drag-file-area h3 {
  font-size: 26px;
  margin: 15px 0;
  color: var(--color1);
}

.drag-file-area label {
  font-size: 19px;
  line-height: 32px;
}

.drag-file-area label .browse-files-text {
  color: var(--color2);
  font-weight: bolder;
  cursor: pointer;
  margin-top: -2rem;
  font-size: 24px;
}

.browse-files span {
  position: relative;
}

.default-file-input {
  opacity: 0;
}

.cannot-upload-message {
  font-size: 17px;
  display: flex;
  align-items: center;
  color: red;
  margin: 5px 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  justify-content: center;
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cannot-upload-message span,
.upload-button-icon {
  padding-right: 10px;
}

.cannot-upload-message span:last-child {
  padding-left: 20px;
  cursor: pointer;
}

.file-block {
  color: var(--color1);
  background-color: white;
  transition: all 1s;
  width: 390px;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border: 1px solid #11AF22;
  border-radius: 15px;
  width: 100%;
  cursor: pointer;
}

.file-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.file-icon {
  margin-right: 10px;
}

.file-name,
.file-size {
  padding: 0 3px;
}

.remove-file-icon {
  cursor: pointer;
  color: var(--color2);
}

.progress-bar {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 4.5%;
  width: 0;
  height: 5px;
  border-radius: 25px;
  background-color: #4BB543;
}
.item-detail p {
  font-size: 18px;
  line-height: 28px;
  padding: 0.5rem 0;
  color: var(--color1);
}
.item-detail h3 {
  color: var(--color2);
  padding: 12px 0;
}
.item-detail h4 {
  color: var(--color2);
  padding: 12px 0;
}
.item-detail ul li {
  color: var(--color1);
  font-size: 18px;
  line-height: 26px;
}
.bas {
  font-size: 30px;
  font-weight: 600;
  padding: 1rem 0;
  color: var(--color1);
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color1);
}
section.content-detail .item-detail .desc {
  display: initial;
}
.item-detail .sub {
  color: var(--color2);
  font-size: 24px;
  font-weight: 700;
}
.upload-button {
  background-color: var(--color2);
  color: #f7fff7;
  display: flex;
  align-items: center;
  font-size: 18px;
  border: none;
  border-radius: 20px;
  margin: 10px;
  font-weight: 600;
  padding: 7.5px 50px;
  cursor: pointer;
}

span.browse-files {
  display: flex;
  flex-direction: column;
}

span.info-up {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  color: #9D9D9D;
}

.upload-files-container .title {
  font-weight: 700;
  font-size: 30px;
  color: var(--color1);
  margin: 1rem;
}



.parallax-two .dark-btn {
  border: 1px solid white;
}

form#contact {
  margin: 1rem 0;
}

#contact ::placeholder {
  color: #9d9d9d;
  opacity: 1;
  /* Firefox */
}

#contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9d9d9d;
}

#contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9d9d9d;
}

.upladed-box {
  border: 1px solid #9D9D9D;
  border-radius: 25px;
  margin: 2rem 0;
}

.upladed-box .title {
  font-size: 22px;
  border-bottom: 1px solid #D9D9D9;
  padding: 2rem 0;
  margin: 0 2rem;
  color: var(--color1);
}

.up-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.nav-wrapper ul.social i {
  color: white;
}
.up-item .left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2rem;
}

.up-item .left .icon {
  font-size: 20px;
  color: var(--color2);
}

.up-item .left .name {
  font-size: 16px;
  color: var(--color1);
}
.privace .video-wrapper iframe {
  box-shadow: 0 4px 25px #00000040;
}

.privace .video-wrapper::after {
  left: 46%;
}
.up-item .right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--color2);
  font-weight: 500;
  margin-right: 2rem;
}
.related-post .pos-title {
  color: var(--color1);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.upladed-box .my-plan-data-usage[_ngcontent-kyv-c53] {
  margin: 2rem;
  border-radius: 0;
  background-color: white !important;
  border-top: 1px solid #d9d9d9;
}
.last-up {
  color: var(--color1);
}

.mobile-menu .detail .header-wrapper {
  color: black;
}

.mobile-menu .detail {
  box-shadow: 0px 4px 30px rgba(204, 204, 204, 0.25);
  padding: 1rem 0;
}

.mobile-menu .detail .header-right .hamburger div {
  background: black;
}

.mobile-menu .header-wrapper {
  position: relative;
  height: 80px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  color: white;
}

.mobile-menu .header-center ul {
  display: flex;
  gap: 2rem;
  font-size: 18px;
}

.mobile-menu .header-left img {
  width: 168px;
}

li.whatsap {
  color: #92CB7A;
}

li.telegram {
  color: #70B0EE;
}

#toggle {
  display: none;
}

/**
  Hamburger
**/
.mobile-menu .header-right .hamburger {
  position: absolute;
  top: -1em;
  right: 0;
  cursor: pointer;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.mobile-menu .header-right .hamburger div {
  position: relative;
  width: 2.4em;
  height: 3px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.mobile-menu .header-right .nav {
  position: fixed;
  width: 70%;
  height: 100%;
  background-color: #298ac3;
  top: -100%;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.mobile-menu .nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

.mobile-menu .header-right nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem;
  overflow: hidden;
}

.mobile-menu .header-right nav a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.mobile-menu .header-right nav a:hover {
  color: white;
}

.mobile-menu .header-right nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked+.hamburger+.nav {
  top: 0;
  transform: scale(1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}

.header-right {
  position: relative;
}
.header-top {
  background: white;
}
.nav-top img {
  width: 183px;
}

.header-right nav .mobil-w {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.banner .right {
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.banner-wrapper .title {
  font-size: 46px;
  font-weight: 600;
}
.contacts .title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  padding: 1rem 0px;
  color: var(--color2);
}
.banner-wrapper .desc {
  font-size: 20px;
  line-height: 24px;
  font-weight: 350;
}

.butons ul {
  font-size: 18px;
  max-width: 450px;
}

.butons ul li {
  background: white;
  color: black;
  padding: 7px 14px;
  margin: 4px;
  display: inline-flex;
  font-weight: 600;
  border: solid 1px black;
}

.butons ul li:hover {
  color: white;
  background: #92CB7A;
  border: solid 1px #92CB7A;
}
.player-c335c6be-d028-4435-8a41-9531697a7f8a {
  border: 5px solid white;
  border-radius: 7px;
}
.mouse {
  position: absolute;
  width: 27px;
  height: 38px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid white;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 4px;
  height: 4px;
  margin: 6px auto;
  border-radius: 4px;
  background: white;
  animation: finger 1s infinite;
}

@-moz-keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@-o-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.mobile-menu{
  display: none;
}
header.mobile-menu {
  background: var(--color2);
  padding: 0.5rem 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 25px;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  header.destkop-menu {
    display: none;
  }
  .banner {
    width: 100%;
}
section.video .title {
  margin-bottom: 2rem;
  font-size: 23px;
}

.price .mb {
  margin-bottom: 3rem;
}
.footer-top .logo {
  margin: 0 2.5rem;
}
.about-box2 {
  max-width: 100%;
}
.price-box {
  width: 100%;
}
  .mobile-menu{
    display: block;
  }
  .slider-wrapper .desc {
    font-size: 26px;
  }

  .slider-wrapper .subdesc {
    line-height: 23px;
    font-size: 16px;
    max-width: 72%;
  }

  .slider-wrapper {
    gap: 1rem;
  }

  button.dark-btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }

  .sliderSwiper .swiper-slide {
    display: none;
  }

  img.slider-bg {
    max-width: 80%;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .about .left .desc {
    font-size: 18px;
    line-height: 28px;
  }

  .about .left .wrapper {
    gap: 1rem;
    max-width: 100%;
  }

  .about-box {
    margin: 1rem 0;
  }

  .info .desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .price .left img {
    display: none;
  }

  section.info-two .desc {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-top-wrapper {
    flex-direction: column;
  }
  .breadcrumb .wrapper::after {
    width: 45%;
}

section.content-detail .title {
    font-size: 38px;
    padding: 0.5rem 0px;
}
.panel-btn {
  justify-content: center;
}
.card-wrapper {
  width: 100%;
}
.avatar-upload {
  padding: 1rem 0px;
  gap: 1rem;
}

.avatar-upload .avatar-preview {
  width: 152px;
  height: 152px;
}

ul.panel-menu {
  gap: 1rem;
}

.panel-content {
  padding: 0px 1rem;
}
.my-plan-subscription-row-title[_ngcontent-kyv-c53] {
  font-size: 13px;
}

.my-plan-subscription-row[_ngcontent-kyv-c53] {
  gap: 4rem;
}
.renew {
  display: flex;
  flex-direction: column-reverse;
}
.upload-files-container {
  padding: 0;
}

.panel-item .center .left {
  padding: 0;
}

.upladed-box .title {
  padding: 1rem 0;
}

.upladed-box .my-plan-data-usage[_ngcontent-kyv-c53] {
  margin: 1rem;
}
.panel-title {
  font-size: 26px;
}


.panel-form .item1 {
  padding: 0.5rem;
}

.panel-btn button.dark-btn {
  height: 56px;
  margin-top: 1.5rem;
}
section.content-detail .desc {
    font-size: 16px;
    line-height: 26px;
}
.register-text {
  padding: 0;
}
.pr {
    padding-right: 0;
}

.parallax-wrap img {
    position: relative;
    width: 100%;
    left: -2%;
}

.info-card .title {
    font-size: 30px;
}

.info-card {
    width: 100%;
    padding: 1rem;
    gap: 0.5rem;
}

.info-card .desc {
    font-size: 16px;
    line-height: 26px;
}

.item .title {
    font-size: 30px;
}

.item .desc {
    font-size: 16px;
    line-height: 26px;
}
.parallax-two .desc {
  font-size: 24px;
  line-height: 34px;
}

.box-content .images img {
  margin-top: -12%;
}
.faqwell .item .fs-head label {
  font-size: 20px;
}

.faqwell .item .fs-head {
  font-size: 16px;
  margin: 0 0.5rem;
  line-height: 23px;
}

.faqwell .item .fs-content {
  font-size: 14px;
  text-align: justify;
  color: var(--color1);
  line-height: 24px;
  margin: 0 1rem;
}

.faqwell .item .fs-head .top {
  gap: 0rem;
}

.faqwell .item .fs-head .plus {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.faqwell .item .fs-head .plusminus .minus {
  font-size: 20px;
}
.content-detail .subdesc {
  font-size: 18px;
}

ul.content {
  font-size: 16px;
  line-height: 24px;
  margin: 1rem;
}

.content-img img {
  position: relative;
  margin-top: -8%;
  max-width: 70%;
  text-align: center;
}

.content-img {
  width: 100%;
  text-align: center;
}
.blog-content-wrapper .desc p {
  font-size: 16px;
  line-height: 26px;
}

.related-post .blog-card {
  margin-bottom: 1rem;
}
.contacts-wrapper {
  margin: 1rem;
}

ul.social-bar {
  top: 63%;
}
.register-image {
  display: none;
}

.register-wrapper {
  padding: 0;
  box-shadow: none;
  background: none;
}

.register-form .title {
  font-size: 20px;
  line-height: 32px;
}
.contacts-wrapper h1 {
  font-size: 26px;
  line-height: 30px;
}
.register-form .desc {
  font-size: 12px;
}
.parallax-wrap {
  text-align: center;
}
.video-wrapper iframe {
  height: 210px;
}


}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  header.destkop-menu {
    display: none;
  }
  .mobile-menu{
    display: block;
  }
  .slider-wrapper .desc {
    font-size: 24px;
  }
  .faq .title {
    font-size: 38px;
}
  .slider-wrapper .subdesc {
    line-height: 23px;
    font-size: 16px;
    max-width: 72%;
  }

  .slider-wrapper {
    gap: 1rem;
  }

  button.dark-btn {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }

  .sliderSwiper .swiper-slide {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--color1);
  }

  img.slider-bg {
    max-width: 74%;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .about .left .desc {
    font-size: 18px;
    line-height: 28px;
  }

  .about .left .wrapper {
    gap: 1rem;
    max-width: 100%;
  }

  .about-box {
    margin: 1rem 0;
  }

  .info .desc p {
    font-size: 16px;
    line-height: 26px;
  }

  .price .left img {
  max-width: 155%;
  }

  section.info-two .desc {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-top-wrapper {
    flex-direction: column;
  }
  .breadcrumb .wrapper::after {
    width: 75%;
}

section.content-detail .title {
    font-size: 38px;
    padding: 0.5rem 0px;
}

section.content-detail .desc {
    font-size: 16px;
    line-height: 26px;
}

.pr {
    padding-right: 0;
}

.parallax-wrap img {
    position: relative;
}

.info-card .title {
    font-size: 30px;
}

.info-card {
    width: 100%;
    padding: 1rem;
    gap: 0.5rem;
}

.info-card .desc {
    font-size: 16px;
    line-height: 26px;
}

.item .title {
    font-size: 30px;
}

.item .desc {
    font-size: 16px;
    line-height: 26px;
}
.parallax-two .desc {
  font-size: 24px;
  line-height: 34px;
}

.box-content .images img {
  margin-top: -12%;
}
.faqwell .item .fs-head label {
  font-size: 20px;
}

.faqwell .item .fs-head {
  font-size: 16px;
  margin: 0 0.5rem;
  line-height: 23px;
}

.faqwell .item .fs-content {
  font-size: 14px;
  text-align: justify;
  color: var(--color1);
  line-height: 24px;
  margin: 0 1rem;
}

.faqwell .item .fs-head .top {
  gap: 0rem;
}
.faq .title {
  font-size: 38px;
}

.faqwell .item .fs-head .plus {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.faqwell .item .fs-head .plusminus .minus {
  font-size: 20px;
}
.content-detail .subdesc {
  font-size: 18px;
}

ul.content {
  font-size: 16px;
  line-height: 24px;
  margin: 1rem;
}

.content-img img {
  position: relative;
  margin-top: -8%;
  max-width: 70%;
  text-align: center;
}

.content-img {
  width: 100%;
  text-align: center;
}

.blog-content-wrapper .desc p {
  font-size: 16px;
  line-height: 26px;
}

.related-post .blog-card {
  margin-bottom: 1rem;
}
.contacts-wrapper {
  margin: 1rem;
}

ul.social-bar {
  top: 63%;
}
.parallax-wrap {
  text-align: center;
}
.mobile-menu .header-right .nav {
  width: 50%;
}
}