@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.contact {
  padding: 20rem 0 10rem;
}
@media (max-width: 767px) {
  .contact {
    padding: 12rem 0 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact {
    padding: 12rem 0 4rem;
  }
}
.contact__title h1 {
  color: #ccc;
  font-size: 20rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact__title h1 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__title h1 {
    font-size: 6rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__title h1 {
    font-size: 8rem;
    margin: 0 0 3rem;
  }
}
@media (max-width: 767px) {
  .contact__right {
    margin: 4rem 0 0;
  }
}
.contact__right p {
  color: #6F6F6F;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .contact__right p {
    text-align: center;
  }
}
.contact__box {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1019607843);
  background: #F6F6F6;
  padding: 3.2rem;
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .contact__box {
    padding: 2rem;
  }
}
.contact__input {
  margin: 0 0 4.8rem;
}
@media (max-width: 767px) {
  .contact__input {
    margin: 0 0 2.4rem;
  }
}
.contact__input label {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact__input label {
    font-size: 1.4rem;
  }
}
.contact__input input,
.contact__input textarea {
  border: none;
  border-bottom: 1px solid #6F6F6F;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  border-radius: 0;
}
.contact__input input::-webkit-input-placeholder, .contact__input textarea::-webkit-input-placeholder {
  color: #6F6F6F;
}
.contact__input input::-moz-placeholder, .contact__input textarea::-moz-placeholder {
  color: #6F6F6F;
}
.contact__input input:-ms-input-placeholder, .contact__input textarea:-ms-input-placeholder {
  color: #6F6F6F;
}
.contact__input input::-ms-input-placeholder, .contact__input textarea::-ms-input-placeholder {
  color: #6F6F6F;
}
.contact__input input::placeholder,
.contact__input textarea::placeholder {
  color: #6F6F6F;
}
.contact__input input:focus,
.contact__input textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #6F6F6F;
}
.contact__btn button {
  background-color: #1065EC !important;
  border: none !important;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  padding: 1rem 3rem;
  border-radius: 0.6rem;
  font-size: 2rem;
  font-weight: 600;
}
.contact__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
}
@media (max-width: 767px) {
  .contact__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .contact__left-title {
    text-align: center;
  }
}
.contact__left-title h3 {
  font-size: 3.2rem;
  color: #181927;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact__left-title h3 {
    font-size: 1.6rem;
  }
}
.contact__left-title p {
  color: #6F6F6F;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .contact__left-title p {
    font-size: 1.4rem;
  }
}
.contact__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .contact__list ul {
    gap: 2rem;
    margin: 3rem 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__list ul li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .contact__list ul li {
    text-align: center;
  }
}
.contact__list ul li h4 {
  color: #181927;
  font-size: 2.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 0.6rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact__list ul li h4 {
    font-size: 1.6rem;
  }
}
.contact__list ul li a {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #0073ff;
}
@media (max-width: 767px) {
  .contact__list ul li a {
    font-size: 1.6rem;
  }
}
.contact__list ul li p {
  color: #6F6F6F;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
}
@media (max-width: 767px) {
  .contact__list ul li p {
    font-size: 1.4rem;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 0 0 4.8rem;
}
@media (max-width: 767px) {
  .contact__radio {
    margin: 0 0 2rem;
  }
}
.contact__radio label {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contact__radio label {
    font-size: 1.4rem;
  }
}
.contact__radio .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact__radio .form-check-input {
  height: 2rem;
  width: 2rem;
  border: 1px solid #6F6F6F;
  background-color: transparent;
}
.contact__map {
  margin: 2rem 0 0;
}

.terms {
  padding: 20rem 0 10rem;
}
@media (max-width: 767px) {
  .terms {
    padding: 12rem 0 4rem;
  }
}
.terms__title {
  border-bottom: 0.1rem solid #ccc;
}
.terms__title h1 {
  color: #ccc;
  font-size: 8rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .terms__title h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .terms__title h1 {
    font-size: 6rem;
  }
}
.terms__row {
  margin: 4em 0 0;
}
.terms__left {
  position: sticky;
  top: 12rem;
}
@media (max-width: 767px) {
  .terms__left {
    display: none;
  }
}
.terms__left ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.terms__left ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.terms__left ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0E0E0F;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.terms__left ul li a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.terms__left ul li span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0E0E0F;
  display: block;
}
.terms__left ul li p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6f6f6f;
  display: block;
  margin: 0;
}
.terms__right-title h3 {
  color: #0E0E0F;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .terms__right-title h3 {
    font-size: 2.8rem;
    text-align: center;
  }
}
.terms__right-title p {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
.terms__right h2 {
  color: #0E0E0F;
  font-size: 5.6rem;
  font-weight: 700;
  margin: 0 0 3.2rem;
}
.terms__right ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin: 0;
}
.terms__right ul li {
  list-style-type: none;
}
.terms__right ul li h3 {
  color: #0E0E0F;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-size: 2.8rem;
  font-family: "Lora", serif !important;
}
@media (max-width: 767px) {
  .terms__right ul li h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.terms__right ul li h4 {
  color: #0E0E0F;
  font-weight: 700;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .terms__right ul li h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.terms__right ul li p {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
@media (max-width: 767px) {
  .terms__right ul li p {
    font-size: 1.4rem;
    text-align: center;
  }
}

.blog {
  padding: 17rem 0 10rem;
}
@media (max-width: 767px) {
  .blog {
    padding: 12rem 0 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog {
    padding: 12rem 0 4rem;
  }
}
.blog__title h1 {
  color: #ccc;
  font-size: 20rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog__title h1 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__title h1 {
    font-size: 6rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title h1 {
    font-size: 8rem;
    margin: 0 0 3rem;
  }
}
.blog__top-content {
  border: 1px solid #E5E7EB;
  backdrop-filter: blur(15px);
  background-color: #fff;
  padding: 3rem 10rem 3rem 4rem;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .blog__top-content {
    padding: 2rem;
    margin: 2rem 0 0;
  }
}
.blog__top-content h3 {
  color: #0E0E0F;
  font-size: 3.2rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 1.2rem;
}
@media (max-width: 767px) {
  .blog__top-content h3 {
    font-size: 1.8rem;
  }
}
.blog__top-content p {
  color: #626568;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .blog__top-content p {
    font-size: 1.4rem;
  }
}
.blog__top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.4rem;
}
.blog__top-flex span {
  background: #E3DCF6;
  color: #0E0E0F;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  border-radius: 2.6rem;
}
.blog__top-flex h5 {
  color: #626568;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.blog__row {
  margin: 4rem 0 0;
}
.blog__content {
  border: 1px solid #E5E7EB;
  backdrop-filter: blur(15px);
  background-color: #fff;
  padding: 2rem 8rem 2rem 3rem;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .blog__content {
    padding: 2rem;
    margin: 2rem 0 0;
  }
}
.blog__content h3 {
  color: #0E0E0F;
  font-size: 2.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 1.2rem;
}
@media (max-width: 767px) {
  .blog__content h3 {
    font-size: 2rem;
  }
}
.blog__content p {
  color: #626568;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.blog__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2.4rem;
}
.blog__flex span {
  background: #E3DCF6;
  color: #0E0E0F;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  border-radius: 2.6rem;
}
.blog__flex h5 {
  color: #626568;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.blog__top-link {
  overflow: hidden;
}
.blog__top-link:hover .blog__img img {
  -webkit-transform: scale(1.05) rotate(1deg);
          transform: scale(1.05) rotate(1deg);
}
.blog__top-link:hover .arrow-box {
  background-color: #000;
  border-color: #000;
}
.blog__top-link:hover .arrow-box img {
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog__top-link:hover .view-img {
  -webkit-transform: scale(1.05) rotate(1deg);
          transform: scale(1.05) rotate(1deg);
}
.blog__single h3 {
  margin: 0;
  color: #0E0E0F;
  font-size: 2rem;
  font-weight: 600;
}
.blog__img {
  height: 100%;
  overflow: hidden;
  border-radius: 1.6rem;
}
.blog__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog__list {
    margin: 3rem 0 0;
  }
}
.blog__list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  color: #0E0E0F;
  font-size: 2.4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .blog__list h3 {
    font-size: 2.2rem;
  }
}
.blog__list ul {
  padding: 0;
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.blog__list ul li {
  list-style-type: none;
}
.blog__list ul li img {
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__list ul li a {
  border: 1px solid #E5E7EB;
  padding: 1.6rem 2rem;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.blog__list-content h4 {
  color: #0E0E0F;
  font-size: 1.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 1.2rem;
}
.blog__list-content p {
  color: #626568;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
}
.blog__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .blog__grid {
    margin: 0 0 5rem;
  }
}
.blog__back {
  margin: 0 0 2rem;
}
.blog__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.blog__back a span {
  color: #0E0E0F;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog__details {
    text-align: center;
  }
}
.blog__details h2 {
  color: #0E0E0F;
  font-size: 3.2rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .blog__details h2 {
    font-size: 2.4rem;
  }
}
.blog__details p {
  color: #626568;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .blog__details p {
    font-size: 1.4rem;
  }
}
.blog__details ul {
  padding: 0 0 0 3rem;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.blog__details ul li {
  list-style-type: disc;
  color: #626568;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog__details ul li {
    font-size: 1.4rem;
    text-align: left;
  }
}
.blog__details h3 {
  font-size: 2.8rem;
  color: #0E0E0F;
  font-family: "Lora", serif !important;
  margin: 0 0 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog__details h3 {
    font-size: 2.2rem;
  }
}
.blog__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  border: 0.6px solid #E5E7EB;
  background-color: #fff;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6rem;
  padding: 0.8rem 1.6rem;
}
.blog__link a span {
  color: #1065EC;
  font-size: 1.2rem;
  font-weight: 500;
}
.blog__sinlge h3 {
  color: #0E0E0F;
  font-size: 2.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 1.2rem 0 0;
}
.blog__tag {
  background: #E3DCF6;
  color: #0E0E0F;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2rem;
  border-radius: 2.6rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.blog__single-img {
  height: 21rem;
  position: relative;
  margin: 0 0 2rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.blog__single-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
  height: 100%;
  width: 100%;
}
.blog__sinlge {
  display: block;
}
.blog__list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .blog__list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog__info {
  border: 1px solid #E5E7EB;
  padding: 1.6rem 2rem;
  border-radius: 1.6rem;
}
.blog__info-list {
  margin: 0 0 1.6rem;
}
.blog__info-list ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__info-list ul li {
  list-style-type: none;
}
.blog__info-list ul li p {
  color: #626568;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
.blog__info-list ul li h4 {
  color: #0E0E0F;
  font-size: 1.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
}
.blog__info-content {
  background: #F6F6F6;
  padding: 3.2rem;
  border-radius: 1rem;
}
.blog__info-content h4 {
  color: #0E0E0F;
  font-size: 1.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 1rem;
}
.blog__info-content ul {
  padding: 0 0 0 3rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.blog__info-content ul li {
  list-style-type: disc;
  color: #0E0E0F;
  font-size: 1.4rem;
  font-weight: 500;
}
.blog__tag-lists h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  color: #0E0E0F;
  font-size: 2.4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
}
.blog__tag-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 2rem 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog__tag-lists ul li {
  list-style-type: none;
  background: #E3DCF6;
  color: #0E0E0F;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2rem;
  border-radius: 2.6rem;
}
.blog__info-right {
  margin: 0 0 0 3rem;
  position: sticky;
  top: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .blog__info-right {
    margin: 0;
  }
}
.blog__info-box {
  background: #eaecee;
  padding: 3.2rem;
  border-radius: 1rem;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
.blog__info-content-name span {
  color: #6f6f6f;
}
.blog__info-content-name p {
  color: #0E0E0F;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .blog__info-content-name p {
    font-size: 1.4rem;
  }
}
.blog__info-content-name h4 {
  color: #0E0E0F;
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
.blog__author {
  border-top: 0.1rem solid #6f6f6f;
  padding: 3rem 0 0;
}
.blog__author p {
  color: #0E0E0F;
  font-style: italic;
}
.blog__post {
  margin: 0 0 3rem;
}
.blog__post img {
  border-radius: 1.6rem;
}
.blog__social h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  color: #0E0E0F;
  font-size: 2.4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
}
.blog__social ul {
  padding: 0;
  margin: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog__social ul li {
  border-radius: 0.6rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  list-style-type: none;
}
.blog__social ul li:nth-child(1) {
  background-color: #0077B5;
}
.blog__social ul li:nth-child(2) {
  background-color: #1065EC;
}
.blog__social ul li:nth-child(3) {
  background-color: #000000;
}
.blog__social ul li:nth-child(4) {
  background-color: #FF0000;
}
.blog__social ul li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog__social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.6rem;
}
.blog__social ul li a p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
.blog__author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .blog__author-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.blog__author-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.blog__author-img img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog__author-img h4 {
  font-size: 1.4rem;
  color: #0E0E0F;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
.blog__author-img h4 span {
  color: #6f6f6f;
  font-size: 1rem;
  display: block;
}
.blog__cmt-flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.blog__cmt-flex ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.blog__cmt-flex ul li p {
  font-size: 1.2rem;
  margin: 0;
  color: #6f6f6f;
  font-weight: 500;
}
.blog__cmt-flex-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1rem;
  margin: 2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F6F6F6;
  border-radius: 1rem;
}
.blog__cmt-flex-right ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
}
.blog__cmt-flex-right ul li p {
  font-size: 1.2rem;
  margin: 0;
  color: #6f6f6f;
  font-weight: 500;
}

.card-corner {
  z-index: 2;
  background-color: #fff;
  border-top-left-radius: 2em;
  width: 58px;
  height: 58px;
  position: absolute;
  inset: auto 0% 0% auto;
  border-top: 1px solid #E5E7EB;
  border-left: 1px solid #E5E7EB;
}
.card-corner::before {
  content: "";
  position: absolute;
  border-top-left-radius: 2.5em;
  width: 120%;
  height: 120%;
  z-index: 1;
  background-color: #fff;
}

.curve-one {
  position: absolute;
  content: "";
  top: -16px;
  right: -1px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
}

.curve-two {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -16px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  -webkit-box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
          box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
  border-bottom: 1px solid #E5E7EB;
  border-right: 1px solid #E5E7EB;
}

.arrow-box {
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #E5E7EB;
  background-color: #E5E7EB;
  position: absolute;
  inset: 8px 0% 0% 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.arrow-box img {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.view-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.we {
  padding: 20rem 0 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .we {
    padding: 12rem 0 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we {
    padding: 12rem 0 4rem;
  }
}
.we__title h1 {
  color: #ccc;
  font-size: 20rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .we__title h1 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__title h1 {
    font-size: 6rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .we__title h1 {
    font-size: 8rem;
    margin: 0 0 3rem;
  }
}
.we__head {
  text-align: center;
  margin: 0 0 8rem;
}
@media (max-width: 767px) {
  .we__head {
    margin: 0 0 2rem;
  }
}
.we__head h2 {
  color: #181927;
  font-size: 6rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .we__head h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .we__head h2 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .we__head h2 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__head h2 {
    font-size: 3.4rem;
  }
}
.we__head p {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
  color: #6F6F6F;
}
@media (max-width: 767px) {
  .we__head p {
    font-size: 1.4rem;
  }
}
.we__line {
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.we__line .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
}
.we__line .marquee span {
  font-size: 12rem;
  font-family: "MyCustomFont", sans-serif !important;
  color: #1065EC;
  line-height: 9rem;
}
@media (max-width: 767px) {
  .we__line .marquee span {
    font-size: 5.4rem;
    line-height: 7rem;
  }
}
.we__line .reverse {
  margin-top: 2rem;
}
.we__row {
  padding: 6rem 0;
}
.we__right {
  padding: 0 0 0 4rem;
}
@media (max-width: 767px) {
  .we__right {
    margin: 2rem 0;
    text-align: center;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__right {
    padding: 0;
  }
}
.we__right h3 {
  color: #181927;
  font-size: 7.4rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .we__right h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__right h3 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .we__right h3 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .we__right h3 {
    font-size: 6rem;
  }
}
.we__right h3 span {
  font-weight: 600;
  border: 4.48px solid #000000;
  border-radius: 3.4rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .we__right h3 span {
    border: 1px solid #000;
  }
}
.we__right p {
  color: #6F6F6F;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .we__right p {
    font-size: 1.4rem;
  }
}
.we__right p a {
  color: #0064E1;
  text-decoration: underline !important;
}
.we__top-row {
  padding: 4rem 0 0;
}
@media (max-width: 767px) {
  .we__content {
    margin: 0 0 2rem;
    text-align: center;
  }
}
.we__content h3 {
  color: #181927;
  font-size: 2.4rem;
  margin: 0 0 1rem;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .we__content h3 {
    font-size: 2rem;
  }
}
.we__content p {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .we__content p {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
.we__content a {
  color: #fff;
  background-color: #524EF4;
  height: 6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2.4rem;
}
@media (max-width: 767px) {
  .we__content a {
    font-size: 1.6rem;
    height: 3.8rem;
    padding: 1rem;
  }
}
.we__right-img {
  text-align: center;
}
.we__left h5 {
  color: #181927;
  font-size: 3.4rem;
  font-weight: 400;
  margin: 0 0 2rem;
  max-width: 54%;
}
@media (max-width: 767px) {
  .we__left h5 {
    font-size: 1.8rem;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__left h5 {
    font-size: 2.4rem;
    max-width: 65%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .we__left h5 {
    font-size: 3rem;
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .we__left h5 {
    font-size: 3.2rem;
    max-width: 57%;
  }
}
@media (max-width: 767px) {
  .we__flex-left {
    text-align: center;
  }
}
.we__flex-left h3 {
  font-size: 3rem;
  color: #181927;
  margin: 0 0 1rem;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .we__flex-left h3 {
    font-size: 2.4rem;
  }
}
.we__flex-left p {
  color: #6F6F6F;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
}
.we__right-list h4 {
  color: #000000;
  font-size: 2.8rem;
  margin: 0 0 0.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .we__right-list h4 {
    font-size: 2rem;
    text-align: center;
  }
}
.we__right-list p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .we__right-list p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.we__flex-list {
  padding: 0 0 8rem;
}
.we__flex-list h3 {
  font-size: 9.2rem;
  color: #181927;
  margin: 0 0 1rem;
  font-family: "MyCustomFont", sans-serif !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__flex-list h3 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .we__flex-list h3 {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .we__flex-list h3 {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .we__flex-list h3 {
    font-size: 3.2rem;
    text-align: center;
  }
}

/* forward scroll */
.forward {
  -webkit-animation: marquee-left 10s linear infinite;
          animation: marquee-left 10s linear infinite;
}

/* reverse scroll */
.reverse {
  -webkit-animation: marquee-right 10s linear infinite;
          animation: marquee-right 10s linear infinite;
}
.reverse span {
  color: transparent !important;
  -webkit-text-stroke: 2px #000000;
  text-stroke: 2px #000000;
}

@-webkit-keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* shift by half width (2 copies) */
}

@keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* shift by half width (2 copies) */
}
@-webkit-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.faq {
  padding: 20rem 0 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq {
    padding: 12rem 0 4rem;
  }
}
.faq__title h1 {
  color: #181927;
  font-size: 20rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq__title h1 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
}
.faq__head {
  text-align: center;
  margin: 0 0 8rem;
}
.faq__head h2 {
  color: #181927;
  font-size: 6rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .faq__head h2 {
    font-size: 2.4rem;
  }
}
.faq__head p {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
  color: #6F6F6F;
}
@media (max-width: 767px) {
  .faq__head p {
    font-size: 1.4rem;
  }
}
.faq__tab {
  margin: 2rem 0 0;
}
.faq__tab .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.faq__tab .nav-link {
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 2.4rem;
  border-radius: 10rem !important;
  background-color: #999;
  color: #fff !important;
}
.faq__tab .nav-link.active {
  background-color: #000 !important;
}
.faq__accordion {
  margin: 4rem 0 0;
}
.faq__accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.faq__accordion .accordion-button {
  color: #181927;
  font-size: 2.4rem;
  font-weight: 700;
  background: #EFF4FD;
  border-radius: 4rem;
  padding: 2rem;
  border-radius: 4rem !important;
}
@media (max-width: 767px) {
  .faq__accordion .accordion-button {
    font-size: 1.6rem;
  }
}
.faq__accordion .accordion-body {
  color: #6F6F6F;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .faq__accordion .accordion-body {
    font-size: 1.4rem;
  }
}
.faq__accordion .accordion-item {
  border: none;
  padding: 1rem;
  border-radius: 2rem !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
.faq__accordion .accordion-item:focus-visible {
  outline: none !important;
}
.faq__accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq__accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #EFF4FD;
  color: unset;
}
.faq__accordion .accordion-button::after {
  background-image: url(/assets/img/icons/add.svg);
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  background-size: 3.6rem;
  background-position: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq__accordion .accordion-button::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1.6rem;
  }
}
.faq__accordion .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/img/icons/add.svg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__accordion .accordion-header:focus-visible {
  outline: none;
}
.faq__accordion .accordion-item.active {
  background-color: #FDFBFC;
  border: 1px solid #ECECEC;
}
.faq__accordion .accordion-item.active .accordion-button {
  background-color: transparent;
}
.faq__accordion .accordion-item.active .accordion-button::after {
  background-color: #EFF4FD;
}

.header {
  padding: 2rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header .container {
  max-width: 90%;
  margin: 0 auto;
  -webkit-transition: max-width 0.4s ease;
  transition: max-width 0.4s ease;
}
@media (max-width: 767px) {
  .header .container {
    max-width: 100% !important;
  }
}
.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10rem;
  padding: 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .header__flex {
    padding: 1rem 1.4rem;
  }
}
@media (max-width: 991px) {
  .header__logo img {
    width: 10rem;
  }
}
.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  border-radius: 10rem;
}
.header__middle a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #FDF9F0;
  padding: 0.8rem 1.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10rem;
}
.header__middle a.active {
  border-radius: 0;
  font-weight: 600;
  color: #f7c41f;
}
@media (max-width: 991px) {
  .header__middle {
    display: none;
  }
}
.header__end .input-group {
  height: 4.8rem;
  background-color: #FDFBFC;
  border-radius: 10rem;
  padding: 0 1rem;
  width: 15rem;
}
.header__end .input-group-text {
  background-color: transparent;
  border: none;
}
.header__end input {
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.header__end input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.header__end a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #524EF4;
  height: 4.8rem;
  border-radius: 10rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .header__end a {
    height: 3.8rem;
    font-size: 1.4rem;
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .header__end a {
    display: none;
  }
}
.header__end button {
  display: none;
  background-color: transparent !important;
  border: none !important;
}
.header__end button img {
  width: 4rem;
}
@media (max-width: 991px) {
  .header__end button {
    display: block;
  }
}

.offcanvas {
  background-color: #0E0C15 !important;
}

.menu {
  padding: 3rem;
  height: 100%;
  position: relative;
}
.menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__logo img {
  width: 60%;
}
.menu__list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.menu__list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.menu__list a.active {
  border-radius: 0;
  font-weight: 600;
  color: #f7c41f;
}
.menu__btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu__btn a {
  background-color: #524EF4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 27rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.menu__close button {
  all: unset !important;
  cursor: pointer !important;
}
.menu__close button img {
  width: 3rem;
}

.header.scrolled {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .header.scrolled {
    padding: 2rem !important;
  }
}
.header.scrolled .container {
  max-width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.scrolled .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.scrolled .container {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header.scrolled .container {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .header.scrolled .container {
    max-width: 100% !important;
  }
}

.footer {
  position: relative;
  background: url("/assets/img/icons/footer.png"), -webkit-gradient(linear, left top, left bottom, from(#DEEBFF), color-stop(30.42%, #FFFFFF));
  background: url("/assets/img/icons/footer.png"), linear-gradient(180deg, #DEEBFF 0%, #FFFFFF 30.42%);
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer__row {
  border-bottom: 1px solid #3D3D3D;
  padding: 0 0 4rem;
}
.footer__row h3 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 2.4rem;
  color: #000;
  font-family: "MyCustomFont", sans-serif !important;
}
.footer__logo {
  text-align: center;
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 15rem;
  }
}
.footer__list {
  margin: 0 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__list {
    gap: 1.6rem;
  }
}
.footer__list a {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  display: block;
}
@media (max-width: 767px) {
  .footer__list a {
    font-size: 1.6rem;
  }
}
.footer__list-para {
  margin: 0 0 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__list-para {
    gap: 1.6rem;
  }
}
.footer__list-para a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #585E6E;
  display: block;
}
@media (max-width: 767px) {
  .footer__list-para a {
    font-size: 1.4rem;
  }
}
.footer__copy {
  margin: 4rem 0 0;
}
.footer__copy p {
  color: #676767;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copy p {
    font-size: 1.4rem;
  }
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__social ul li {
  border-radius: 0.6rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  list-style-type: none;
}
.footer__social ul li:nth-child(1) {
  background-color: #0077B5;
}
.footer__social ul li:nth-child(2) {
  background-color: #1065EC;
}
.footer__social ul li:nth-child(3) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footer__social ul li:nth-child(4) {
  background-color: #FF0000;
}
.footer__social ul li:nth-child(5) {
  background-color: #000000;
}
.footer__social ul li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.footer__social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.6rem;
}
.footer__social ul li a p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.footer__flex span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin: 4rem 0 0;
}
.footer__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  background-color: #000;
  border-radius: 1rem;
  padding: 1.6rem 2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #000;
  height: 6rem;
}
.footer__link a:hover {
  background-color: #fff;
}
.footer__link a:hover .footer__para p,
.footer__link a:hover .footer__para h4 {
  color: #000;
}
.footer__link a:hover:nth-child(2) .footer__icon img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.footer__para p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.3rem;
}
.footer__para h4 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__para h4 {
    font-size: 1.2rem;
  }
}

.footer__social ul:hover > li:not(:hover) {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@font-face {
  font-family: "MyCustomFont";
  src: url("/assets/font/font.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff !important;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.load-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.load-content span {
  color: #F6BD40;
  font-size: 4.8rem;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .load-content span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .load-content img {
    width: 10rem;
  }
}

.banner__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  opacity: 1 !important;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

.workflow__content {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

#loader {
  position: fixed;
  inset: 0;
}

.load-para {
  text-align: center;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.load-para h4 {
  font-size: 8rem;
  color: #fff;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .load-para h4 {
    font-size: 3rem;
  }
}
.load-para h4 span {
  color: #1065EC;
}

.load-para.show {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.load-content,
.load-para {
  display: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.load-content.show,
.load-para.show {
  display: block;
}

.banner {
  min-height: 100vh;
  padding: 20rem 0 2rem;
  position: relative;
  background-color: #000;
}
@media (max-width: 767px) {
  .banner {
    padding: 20rem 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner__title {
  text-align: center;
}
.banner__title h1 {
  color: #fff;
  font-size: 7.2rem;
  font-weight: 400;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  text-transform: uppercase;
}
.banner__title h1 span {
  color: #F7C41F;
}
@media (max-width: 767px) {
  .banner__title h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title h1 {
    font-size: 6.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner__title h1 {
    font-size: 6.2rem;
  }
}
.banner__download {
  margin: 2rem 0;
}
.banner__download ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  gap: 2.4rem;
}
.banner__download ul li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .banner__download ul li a img {
    width: 16rem;
  }
}
.banner__line {
  color: #232323;
  font-size: 2rem;
}
.banner__join {
  background-color: #000;
  border-radius: 10rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.banner__join a {
  background-color: #1065EC;
  border-radius: 10rem;
  font-size: 1.6rem;
  display: block;
  padding: 0.8rem 2.4rem;
  font-weight: 600;
  color: #fff;
}
.banner__join span {
  color: #FDF9F0;
  font-size: 1.6rem;
  font-weight: 500;
}
.banner__left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.banner__right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .banner__list {
    gap: 1rem;
    margin: 8rem 0 0;
  }
}
.banner__img img {
  width: 200px;
  height: 200px;
}
@media (max-width: 767px) {
  .banner__img img {
    width: 6rem;
    height: 6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__img img {
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__img img {
    width: 12rem;
    height: 12rem;
  }
}
.banner__down-arrow {
  position: absolute;
  bottom: -30rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .banner__down-arrow {
    bottom: -27rem;
  }
}
.banner__down-arrow img {
  -webkit-animation: slideDown 1.6s ease-in-out forwards infinite;
          animation: slideDown 1.6s ease-in-out forwards infinite;
}
.banner__down-arrow span {
  color: #6F6F6F;
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: 2rem 0 0;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.workflow {
  background-color: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workflow__content {
  text-align: center;
}
.workflow__content span {
  color: #444342;
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .workflow__content span {
    font-size: 1.4rem;
  }
}
.workflow__content h2 {
  color: #181927;
  font-size: 4.4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 2.4rem 0;
}
@media (max-width: 767px) {
  .workflow__content h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workflow__content h2 {
    font-size: 3.8rem;
  }
}
.workflow__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.workflow__img img {
  width: 8.6rem;
  height: 8.6rem;
}

.about {
  padding: 0 0 6rem;
  background-color: #fff;
}
.about__title span {
  color: #6F6F6F;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin: 0 0 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .about__title span {
    font-size: 1.6rem;
  }
}
.about__title h2 {
  color: #181927;
  font-size: 4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
  text-align: center;
}
@media (max-width: 767px) {
  .about__title h2 {
    font-size: 2rem;
  }
}
.about__bg {
  background-image: url(/assets/img/about.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 77rem;
  z-index: 3;
  position: relative;
}
.about__bg-content {
  height: 77rem;
  position: relative;
}
.about__content {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about__content span {
  color: #181927;
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin: 0 0 2.4rem;
}
.about__content h3 {
  color: #181927;
  font-size: 4rem;
  margin: 0 0 1.6rem;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .about__content h3 {
    font-size: 3.4rem;
  }
}
.about__js-1 {
  position: absolute;
  right: 0;
  top: 5%;
  height: 37rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about__js-1 {
    height: 13rem;
    top: 11%;
    right: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__js-1 {
    height: 17rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__js-1 {
    height: 28rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about__js-1 {
    height: 32rem;
  }
}
.about__js-2 {
  position: absolute;
  top: 35%;
  left: 0;
  height: 42rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about__js-2 {
    height: 18rem;
    bottom: 10%;
    top: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__js-2 {
    height: 17rem;
    bottom: 10%;
    top: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__js-2 {
    height: 28rem;
    bottom: 10%;
    top: unset;
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about__js-2 {
    height: 32rem;
  }
}
.about__imgs img:nth-child(1) {
  position: absolute;
  top: 3%;
  left: 20%;
  width: 25rem;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .about__imgs img:nth-child(1) {
    width: 10rem;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__imgs img:nth-child(1) {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__imgs img:nth-child(1) {
    left: 10%;
  }
}
.about__imgs img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 5%;
  width: 31rem;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .about__imgs img:nth-child(2) {
    width: 12rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__imgs img:nth-child(2) {
    width: 17rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__imgs img:nth-child(2) {
    width: 17rem;
  }
}
.about__imgs img:nth-child(3) {
  position: absolute;
  top: 20%;
  left: 0;
  width: 37rem;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .about__imgs img:nth-child(3) {
    width: 12rem;
    bottom: 10%;
    top: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__imgs img:nth-child(3) {
    width: 17rem;
    bottom: 10%;
    top: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__imgs img:nth-child(3) {
    width: 20rem;
    bottom: 10%;
    top: unset;
    left: 5%;
  }
}
.about__imgs img:nth-child(4) {
  position: absolute;
  right: 20%;
  bottom: 10%;
  width: 25rem;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .about__imgs img:nth-child(4) {
    width: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__imgs img:nth-child(4) {
    right: 10%;
  }
}
.about__imgs img:nth-child(5) {
  position: absolute;
  bottom: 0%;
  left: 30%;
}
@media (max-width: 767px) {
  .about__imgs img:nth-child(5) {
    width: 10rem;
  }
}

.service {
  padding: 0 0 12rem;
  background-color: #fff;
}
.service__title span {
  color: #6F6F6F;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin: 0 0 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service__title span {
    font-size: 1.6rem;
  }
}
.service__title h2 {
  color: #181927;
  font-size: 4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
  text-align: center;
}
@media (max-width: 767px) {
  .service__title h2 {
    font-size: 2rem;
  }
}
.service__grid {
  margin: 4rem 0 0;
  position: relative;
  height: 45rem;
}
.service__card {
  background-color: #232323;
  border-radius: 4rem;
  padding: 4rem 4rem 4rem 8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (max-width: 767px) {
  .service__card {
    padding: 3rem 2rem;
  }
}
.service__card:nth-child(1) {
  z-index: 0 !important;
}
@media (max-width: 767px) {
  .service__content {
    text-align: center;
  }
}
.service__content h3 {
  font-size: 3.2rem;
  margin: 0 0 1rem;
  font-family: "MyCustomFont", sans-serif !important;
  color: #fff;
}
@media (max-width: 767px) {
  .service__content h3 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.service__content p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .service__content p {
    margin: 0;
    font-size: 1.2rem;
  }
}
.service__tag ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service__tag ul {
    gap: 0.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service__tag ul li {
  list-style-type: none;
}
.service__tag ul li button.active {
  background-color: #524EF4 !important;
}
.service__tag ul li button {
  background-color: #444342;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FDF9F0 !important;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 2.4rem;
  border-radius: 10rem !important;
}
@media (max-width: 767px) {
  .service__tag ul li button {
    font-size: 1.2rem;
    height: 3.6rem;
    padding: 1rem;
  }
}
.service__end {
  margin: 2.4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .service__end {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service__end p {
  color: #FDF9F0;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .service__end p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.service__img {
  text-align: end;
}
.service__img img {
  width: 35rem;
  border-radius: 1.2rem;
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .service__img img {
    height: 24rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__img img {
    width: 100%;
    height: 30rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__img img {
    width: 100%;
    height: 38rem;
  }
}
.service__img video {
  width: 35rem;
  border-radius: 1.2rem;
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .service__img video {
    height: 24rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__img video {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__img video {
    width: 100%;
    height: 30rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__img video {
    width: 100%;
    height: 38rem;
  }
}
.service__img iframe {
  width: 35rem;
  border-radius: 1.2rem;
  height: 46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .service__img iframe {
    height: 24rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__img iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service__img iframe {
    width: 100%;
    height: 30rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service__img iframe {
    width: 100%;
    height: 38rem;
  }
}
.service__lottie {
  border-radius: 4rem;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service__lottie {
    height: 16rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__lottie {
    width: 100%;
  }
}
.service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .service__flex img {
    display: none;
  }
}
.service__flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.future {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5f5f5;
  padding: 6rem 0;
}
.future__review {
  text-align: center;
  margin: 0 0 6rem;
}
.future__review img {
  margin: 0 0 2.4rem;
}
.future__review p {
  font-size: 2.4rem;
  color: #181927;
  font-weight: 600;
  margin: 0;
}
.future__content {
  text-align: center;
}
.future__content h2 {
  color: #181927;
  font-size: 4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .future__content h2 {
    font-size: 2rem;
  }
}
.future__content h3 {
  color: #181927;
  font-size: 3.2rem;
  margin: 0 0 1rem;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .future__content h3 {
    font-size: 2rem;
  }
}
.future__content p {
  color: #181927;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .future__content p {
    font-size: 1.4rem;
  }
}
.future__content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #524EF4;
  height: 6rem;
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .future__content a {
    font-size: 1.8rem;
  }
}
.future__sec {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.future__left {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30rem;
  border-radius: 6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .future__left {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .future__left {
    width: 25rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .future__left {
    width: 25rem;
  }
}
.future__left img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .future__left img {
    max-width: 10rem;
  }
}
.future__right {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30rem;
  border-radius: 6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .future__right {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .future__right {
    width: 25rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .future__right {
    width: 25rem;
  }
}
.future__right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .future__right img {
    max-width: 10rem;
  }
}
.future__imgd {
  height: 50rem;
}
.future__down-arrow img {
  -webkit-animation: slideDown 1.6s ease-in-out forwards infinite;
          animation: slideDown 1.6s ease-in-out forwards infinite;
}
.future__down-arrow span {
  color: #6F6F6F;
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: 2rem 0 0;
}

.movie {
  padding: 6rem 0;
  background-color: #fff;
}
.movie__title {
  margin: 0 0 6rem;
  text-align: center;
}
.movie__title h2 {
  color: #181927;
  font-size: 4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
}
.movie__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.movie__search .input-group {
  height: 4.4rem;
  background-color: #DDDDDD;
  border-radius: 10rem;
  padding: 0 1rem;
  width: 100%;
}
.movie__search .input-group-text {
  background-color: transparent;
  border: none;
}
.movie__search input {
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
.movie__search input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.movie__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.movie__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.movie__radio label {
  height: 4.4rem;
  border-radius: 2.7rem;
  padding: 1.2rem 1.6rem;
  background-color: rgba(16, 101, 236, 0.5019607843) !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: transparent;
}
.movie__radio .btn-check:checked + .btn,
.movie__radio .btn.active,
.movie__radio .btn.show,
.movie__radio .btn:first-child:active,
.movie__radio :not(.btn-check) + .btn:active {
  background-color: #1065EC !important;
  border-color: transparent;
}
.movie__list {
  margin: 6rem 0 0;
}
.movie__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie__list ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie__grid {
  border: 1px solid #181927;
  border-radius: 1rem;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.movie__grid:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  background-color: #F7C41F;
}
.movie__grid.active {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  background-color: #F7C41F;
}
.movie__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie__details span {
  color: #181927;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
.movie__details p {
  color: #181927;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 20rem;
}
.movie__cast {
  background-color: #D0D0D0;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
}
.movie__cast p {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.movie__left.active {
  width: 550px;
  /* adjust as per design */
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 0 2rem;
}
.movie__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: width 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: width 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: width 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  transition: width 0.4s ease, transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  display: flex;
}

.work {
  padding: 0 0 6rem;
  background-color: #fff;
}
.work__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .work__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work__left {
  height: 100%;
}
.work__left img {
  border-radius: 2.4rem 0 0 2.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .work__left img {
    border-radius: 2.4rem 2.4rem 0 0;
  }
}
.work__right {
  background-color: #000;
  padding: 3rem;
  border-radius: 0 2.4rem 2.4rem 0;
}
@media (max-width: 767px) {
  .work__right {
    border-radius: 0 0 2.4rem 2.4rem;
  }
}
.work__right span {
  color: #6F6F6F;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
  display: block;
}
.work__right h3 {
  color: #fff;
  font-size: 4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0 0 1.6rem;
}
.work__right p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
.work__right ul {
  margin: 4rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
.work__right ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.work__right ul li p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.work__right a {
  background-color: #524EF4;
  border-radius: 10rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}
.work__banner {
  margin: 4rem 0 0;
}

.branding {
  background-color: #fff;
  position: relative;
  min-height: 100vh;
  padding: 6rem 0 20rem;
}
@media (max-width: 767px) {
  .branding {
    padding: 6rem 0;
  }
}
.branding__head {
  margin: 0 0 3rem;
}
.branding__head span {
  color: #6F6F6F;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin: 0 0 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .branding__head span {
    font-size: 1.6rem;
  }
}
.branding__head h2 {
  color: #181927;
  font-size: 4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
  text-align: center;
}
@media (max-width: 767px) {
  .branding__head h2 {
    font-size: 2rem;
  }
}
.branding__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.branding__list ul li {
  list-style-type: none;
  border-bottom: 1px solid #6F6F6F;
  padding: 2.6rem 0;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .branding__list ul li {
    padding: 2rem 0;
  }
}
.branding__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.branding__title span {
  color: #6F6F6F;
  font-size: 2.4rem;
  display: block;
  font-family: "MyCustomFont", sans-serif !important;
}
@media (max-width: 767px) {
  .branding__title span {
    font-size: 1.6rem;
  }
}
.branding__title h3 {
  font-size: 4rem;
  color: #676767;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .branding__title h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .branding__title h3 {
    font-size: 3rem;
  }
}
.branding__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 0;
  overflow: hidden;
}
.branding__content p {
  font-size: 2rem;
  font-weight: 500;
  color: #181927;
  margin: 0;
}
@media (max-width: 767px) {
  .branding__content p {
    font-size: 1.4rem;
  }
}
.branding__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.branding__list h5 {
  border: 1px solid #181927;
  border-radius: 10rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2.4rem;
  color: #181927;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
.branding__para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 5rem;
}
.branding__text {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.branding__text h3 {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  background: -webkit-gradient(linear, left top, right top, color-stop(-36.11%, #524EF4), color-stop(77.69%, #FDFBFC));
  background: linear-gradient(90deg, #524EF4 -36.11%, #FDFBFC 77.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 8rem;
  white-space: nowrap;
  font-family: "MyCustomFont", sans-serif !important;
  text-transform: uppercase;
}

.review {
  padding: 6rem 0 6rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  /* Keep your existing front styles */
  /* Your back styles + flip position */
}
@media (max-width: 767px) {
  .review {
    padding: 20rem 0 4rem;
  }
}
.review__title {
  margin: 0 0 6rem;
}
.review__title h2 {
  color: #181927;
  font-size: 4rem;
  font-family: "MyCustomFont", sans-serif !important;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .review__title h2 {
    font-size: 2rem;
  }
}
.review__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
.review__list ul li {
  list-style-type: none;
  height: 30rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.review__list ul li:nth-child(odd) {
  margin-top: 10rem;
}
.review__list ul li:nth-child(even) {
  margin-bottom: 10rem;
}
.review__list ul li .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.review__list ul li:hover .flip-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.review__front, .review__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 1.2rem;
}
.review__front {
  position: relative;
  border-radius: 1.2rem;
}
.review__back {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.4rem;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.review__back p {
  color: #181927;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
}
@media (max-width: 767px) {
  .review__back p {
    font-size: 1.4rem;
  }
}
.review__name {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.review__name h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .review__name h3 {
    font-size: 1.4rem;
  }
}
.review__name span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .review__name span {
    font-size: 1.4rem;
  }
}
.review__end h3 {
  font-weight: 700;
  color: #181927;
}
.review__end span {
  color: #6f6f6f;
}
.review__end h3,
.review__end span {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0;
}
@media (max-width: 767px) {
  .review__end h3,
  .review__end span {
    font-size: 1.4rem;
  }
}
.review__img {
  height: 100%;
}
.review__img img {
  max-width: 28rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .review__img img {
    max-width: 25rem;
  }
}

.feature {
  background-color: #f5f5f5;
  padding: 6rem 0;
}
.feature__title {
  text-align: center;
}
.feature__title p {
  color: #6F6F6F;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin: 0 0 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .feature__title p {
    font-size: 1.4rem;
  }
}
.feature__title h2 {
  color: #181927;
  font-size: 4rem;
  margin: 0;
  font-family: "MyCustomFont", sans-serif !important;
  text-align: center;
}
.feature__title h2 span {
  color: #0073ff !important;
}
@media (max-width: 767px) {
  .feature__title h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .feature__title h2 {
    font-size: 3.4rem;
  }
}
.feature__tab {
  margin: 2rem 0 0;
}
.feature__tab .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 0 5rem;
}
@media (max-width: 767px) {
  .feature__tab .nav-pills {
    margin: 0 0 2rem;
  }
}
.feature__tab .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 2.4rem;
  border-radius: 10rem !important;
  background-color: #fff;
  color: #181927 !important;
}
@media (max-width: 767px) {
  .feature__tab .nav-link {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }
}
.feature__tab .nav-link:hover {
  background-color: #1065EC !important;
  color: #fff !important;
}
.feature__tab .nav-link.active {
  background-color: #000 !important;
  color: #fff !important;
}
.feature__card {
  background-color: #fff;
  padding: 4rem 6rem;
  border-radius: 1.6rem;
  min-height: 37rem !important;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 767px) {
  .feature__card {
    padding: 2rem;
    min-height: 48rem !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature__card {
    min-height: 44rem;
  }
}
.feature__card h4 {
  font-size: 2.8rem;
  font-family: "MyCustomFont", sans-serif !important;
  color: #181927;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .feature__card h4 {
    font-size: 1.6rem;
    text-align: center;
  }
}
.feature__card p {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .feature__card p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.feature__list ul {
  padding: 0 0 0 2rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature__list ul li {
  list-style-type: disc;
  color: #181927;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .feature__list ul li {
    font-size: 1.4rem;
  }
}
.feature .swiper-pagination-bullet {
  background: #999;
  /* default color */
  opacity: 0.5;
}
.feature .swiper-pagination-bullet-active {
  background: #000;
  /* active dot color */
  opacity: 1;
}
.feature .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.feature .swiper-pagination {
  bottom: 0rem !important;
}
.feature__tab-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 2rem 0 5rem;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
@media (max-width: 767px) {
  .feature__tab-list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 2rem 0;
  }
}
.feature__tab-list ul li {
  list-style-type: none;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.8rem 1.5rem;
  border-radius: 10rem !important;
  background-color: #fff;
  color: #181927 !important;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .feature__tab-list ul li {
    padding: 1rem 1.4rem;
    font-size: 1.4rem;
  }
}
.feature__tab-list ul li:hover {
  background-color: #1065EC !important;
  color: #fff !important;
}
.feature__tab-list ul li.active {
  background-color: #000 !important;
  color: #fff !important;
}
.feature__left-arrow {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.feature__right-arrow {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.feature__slider {
  position: relative;
}

.feature__slider .swiper {
  padding-bottom: 80px;
  /* make room for dots */
}

.feature__slick::before,
.feature__slick::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  /* adjust the fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* allows clicks through */
}
@media (max-width: 767px) {
  .feature__slick::before,
  .feature__slick::after {
    width: 1rem;
  }
}

.feature__slick::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #f5f5f5 0%, rgba(255, 255, 255, 0) 100%);
}

.feature__slick::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #f5f5f5 0%, rgba(255, 255, 255, 0) 100%);
}

.review-list {
  position: relative;
  overflow: hidden;
  /* important to hide extra content */
  width: 100%;
}

.review__list::before,
.review__list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  /* adjust the fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* allows clicks through */
}
@media (max-width: 767px) {
  .review__list::before,
  .review__list::after {
    width: 4rem;
  }
}

.review__list::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.review__list::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.future__content .rotating-head {
  color: #f7c41f;
}

.submit {
  padding: 10rem 0 4rem;
}
.submit__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.submit__row h3 {
  font-size: 2.8rem;
  font-family: "MyCustomFont", sans-serif !important;
  color: #181927;
  margin: 0;
}
.submit__row p {
  color: #6f6f6f;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.submit__row a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #524EF4;
  height: 4rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 767px) {
  .submit__row a {
    font-size: 1.8rem;
  }
}

/* Add gap between slides */
.feature__slick .slick-slide {
  margin: 20px 10px;
  /* left-right gap */
}

.feature__slider-slick {
  position: relative;
}
.feature__slider-slick .slick-prev,
.feature__slider-slick .slick-next {
  display: none !important;
}
.feature__slider-slick .slick-dots li button:before {
  font-size: 1.2rem;
}
.feature__slider-slick .slick-dots {
  bottom: -4rem;
}
.feature__slider-slick .slick-dots li {
  margin: 0;
}
.feature__slider-slick .slick-dots li button {
  padding: 0;
}

.feature__slick .slick-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 0.6;
}

.feature__slick .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.comment-box {
  margin: 3rem 0 0;
}

.comment-box h3 {
  font-size: 2.8rem;
  color: #0E0E0F;
  font-family: "Lora", serif !important;
  margin: 0 0 1.6rem;
  font-weight: 700;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}

textarea {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
  font-size: 14px !important;
  margin-bottom: 15px !important;
}

.comment-box button:hover {
  background: #333;
}

.comments {
  max-width: 800px;
  margin: 30px auto;
}

.comments h3 {
  margin-bottom: 20px;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.comment img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.comment-header {
  font-weight: bold;
  font-size: 15px;
}

.comment-header span {
  color: #666;
  font-weight: normal;
  font-size: 13px;
  margin-left: 8px;
}

.comment-body p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.5;
}

.reply-btn {
  font-size: 13px;
  background: #f0f0f0;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.reply-btn:hover {
  background: #ddd;
}

hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.default-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #524EF4 !important;
  height: 4rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  padding: 1.6rem 2.4rem;
  border: none !important;
}

.reply-box {
  margin-top: 10px;
}

.reply-btn {
  font-size: 13px;
  background: #f0f0f0;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}

.reply-btn:hover {
  background: #ddd;
}

.reply-box textarea {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
  min-height: 70px;
  font-size: 14px;
}

.reply-box .send-btn {
  margin-top: 8px;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

.reply-box .send-btn:hover {
  background: #333;
}

.feature__tab-list ul::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}/*# sourceMappingURL=style.css.map */