@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&family=Hind:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "gobold";
  src: url(../../assets/font/gobold-regular.otf);
}

:root {
  --primary-color: #f48c02;
  --secondary-color: #3d1152;
  --tertiary-color: #d72715;
  --gradient-1: linear-gradient(
    90deg,
    rgba(215, 39, 21, 1) 0%,
    rgba(244, 140, 2, 1) 50%,
    rgba(215, 39, 21, 1) 100%
  );
  --gradient-2: linear-gradient(
    90deg,
    rgba(215, 39, 21, 1) 0%,
    rgba(61, 17, 82, 1) 50%,
    rgba(215, 39, 21, 1) 100%
  );
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  /* transition: all 0.4s linear; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
}

p,
ul,
li,
a,
label,
button,
select,
input,
textarea,
span {
  font-family: "Hind", sans-serif;
}

nav.navbar.head_top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  transition: all 0s linear;
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 0em;
  z-index: 999999;
}

.fixedbtnwhatsapp li {
  list-style: none;
}

.fixedbtnwhatsapp img {
  width: 100%;
  max-width: 80px;
  display: block;
}

.navbar-toggler {
  border: 1px solid #000 !important;
}

.navbar-toggler .fa-bars {
  color: #000;
  font-size: 30px;
}

.navbar-nav .dropdown-menu a:hover {
  background-color: var(--primary-color);
}

.nav-call {
  writing-mode: vertical-lr;
  transform: rotate(181deg);
  font-size: 12px;
}

.main-header {
  background-image: url(../../assets/images/header-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

form .form-control {
  padding: 4px 10px;
  appearance: auto;
}

form .form-control:focus {
  box-shadow: unset;
}

form button {
  padding: 4px 4.5rem;
}

.form-hat {
  position: relative;
  top: 31px;
  left: 5px;
}

.form-bg {
  background-image: url(../../assets/images/form-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  right: -15px;
  top: 0;
  animation: animate 2s infinite alternate;
  width: 58%;
}

form p.lh-sm {
  font-family: "Exo 2", sans-serif;
}

/* Feature  */
.feature-bg {
  position: relative;
  z-index: 0;
}

.feature-bg .swiper-pagination {
  position: static;
  margin-top: 25px;
}

.feature-bg .swiper-pagination-bullet {
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.feature-bg .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.feature-bg .col-md-7 p {
  font-family: "Exo 2", sans-serif;
  color: #0093ff;
}

.feature-bg .swiper-slide {
  height: auto;
}

.feature-box {
  padding: 1rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 100%;
}

.feature-box.active {
  border-top: 1px solid #d72715;
  border-right: 1px solid #d72715;
  border-left: 1px solid #d72715;
  border-bottom: 9px solid var(--primary-color);
  background-image: url(../../assets/images/feature-hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  height: 100%;
}

.feature-box:hover {
  border-top: 1px solid #d72715;
  border-right: 1px solid #d72715;
  border-left: 1px solid #d72715;
  border-bottom: 9px solid var(--primary-color);
  background-image: url(../../assets/images/feature-hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  height: 100%;
}

.feature-box p,
.feature-box li {
  font-size: 12.5px;
}

/* Home-About */
.home-about {
  background-image: url(../../assets/images/home-about.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-about .col-md-2 ul li {
  flex: 1;
}

.home-about .button-1 {
  background: var(--gradient-1);
}

.home-about .button-2:hover {
  background: var(--gradient-1);
}

.home-about-us {
  position: absolute;
  top: 55px;
  left: 25px;
}

/* Feature-2 */
.feature-2 {
  background-color: #fff;
  z-index: 0;
  position: relative;
}

.feature-2 .swiper-slide {
  height: auto;
  border-bottom: 10px solid var(--secondary-color);
  border-radius: 10px;
}

.feature-2 .swiper-pagination {
  position: static;
  margin-top: 25px;
}

.feature-2 .swiper-pagination-bullet {
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.feature-2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.feature-box-2 {
  padding: 2rem 1rem;
  height: 100%;
}

.feature-2 .swiper-slide-active {
  background-image: url(../../assets/images/feature-2-hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #ffc201;
  border-left: 1px solid #ffc201;
  border-right: 1px solid #ffc201;
  border-bottom: 10px solid var(--secondary-color);
  border-radius: 10px;
  color: #fff;
}

.feature-2 .col-md-7 p {
  font-family: "Exo 2", sans-serif;
  color: #0093ff;
}

/* CTA */
.cta {
  background-image: url(../../assets/images/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cta p.custom {
  writing-mode: vertical-lr;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 2.4rem;
  font-weight: 700;
  background: #ffc201;
  color: #fff;
  padding: 12px 0px;
}

/* Content Section */
.content-section {
  background-image: url(../../assets/images/content-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-section .col-lg-4 {
  background-image: url(../../assets/images/cipd.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fa-circle {
  font-size: 10px;
}

.content-section p.position-absolute {
  font-size: 10rem;
  transform: rotate(-40deg);
  margin-top: 130px;
  text-shadow: 10px 7px #3d115270;
  color: var(--secondary-color);
  font-weight: 900;
}

/* Level Section */

.level-bg {
  background-image: url(../../assets/images/level-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.level-bg .swiper-pagination {
  position: static;
  margin-top: 25px;
}

.level-bg .swiper-pagination-bullet {
  background: var(--tertiary-color);
  width: 11px;
  height: 12px;
}

.level-bg .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tertiary-color);
  width: 11px;
  height: 12px;
}

.level-box p.fw-bold {
  font-size: 5rem;
  line-height: 1;
  font-family: "Exo 2", sans-serif;
}

.level-box:hover {
  background-color: var(--tertiary-color) !important;
  color: #fff;
}

.level-box:hover a {
  color: #fff;
}

.level-box.active {
  background-color: var(--tertiary-color) !important;
  color: #fff;
}

.level-box.active a {
  color: #fff;
}

.level-bg .swiper-slide img {
  left: -2.3rem;
  line-height: 1;
  top: -7px;
  height: 232px;
  width: 98px;
}

.level-content {
  margin-left: 3.5rem;
}

.level-content p:nth-child(2) {
  font-size: 15px;
}

/* Home Review */
.home-review {
  background-image: url(../../assets/images/home-review.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.home-review-box {
  border-bottom: 8px solid #ffc201;
}

.home-review-box img {
  width: 60px;
  border-radius:50%;
}

.review-box {
  position: relative;
}

.home-review .col-md-3 img {
  position: relative;
  left: -80px;
}

/* Subject */
.main-subject {
  background-image: url(../../assets/images/subject-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.main-subject .swiper-pagination {
  position: static;
  margin-top: 25px;
}

.main-subject .swiper-pagination-bullet {
  background: var(--tertiary-color);
  width: 11px;
  height: 12px;
}

.main-subject .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tertiary-color);
  width: 11px;
  height: 12px;
}

.subject-box.active {
  background: #ffc201;
  border-bottom: 6px solid #fff;
  color: #fff;
}

.subject-box {
  background: #fbfbfb;
  border-bottom: 6px solid #ffc201;
}

.subject-box:hover {
  background: #ffc201;
  border-bottom: 6px solid #fff;
  color: #fff;
}

/* Level Point */

.main-level-content {
  position: relative;
  z-index: 0;
}

.main-level-content p.d-flex {
  font-family: "Exo 2", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #ffc201;
}

.main-level-content p.d-flex:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 100%;
}

.main-level-content p.d-flex span.text-white {
  font-size: 4.2rem;
  line-height: 0;
  font-family: "gobold", sans-serif;
  font-weight: 600;
}

.main-level-content .nav-pills .nav-link.active {
  background-color: unset;
  color: unset;
}

.fa-circle-check {
  color: #ffb501;
  font-size: 22px;
}

.main-level-content .nav-pills .nav-link {
  position: relative;
}

.main-level-content .nav-link:nth-child(1) {
  position: relative;
  left: 80px;
}

.main-level-content .nav-link:nth-child(3) {
  position: relative;
  left: 80px;
}

.main-level-content .nav-pills .nav-link.active p::before {
  background-color: var(--tertiary-color);
  border: 1px solid var(--tertiary-color);
}

/* Writers */
.main-writer {
  background-image: url(../../assets/images/writer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#v-pills-writer-2-tab {
  position: relative;
  top: 130px;
  left: 140px;
}

#v-pills-writer-3-tab {
  position: relative;
  top: 153px;
  left: 145px;
  width: 135px;
  height: 135px;
}

#v-pills-writer-1-tab {
  position: relative;
  left: 34px;
  top: 29px;
}

.writer-tab .nav-link {
  padding: 0px;
  filter: grayscale(1);
}

.main-writer .nav-pills .nav-link.active {
  background-color: transparent;
  filter: unset;
}

/* Process */

.process {
  position: relative;
  z-index: 0;
}

.process .swiper-pagination {
  position: static;
  margin-top: 25px;
}

.process .swiper-pagination-bullet {
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.process .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.process-box {
  border-bottom: 9px solid #ffb701;
}

.process-box.active {
  background: #ffb701;
  border-bottom: 9px solid #fff;
  color: #fff;
}

.process-box:hover {
  background: #ffb701;
  border-bottom: 9px solid #fff;
  color: #fff;
}

.process-box.position-relative {
  top: 45px;
}

/* Main CTA */
.main-cta {
  background-image: url(../../assets/images/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-img-1 {
  right: 0;
  top: -48px;
  width: 360px;
}

.footer-top {
  z-index: 0;
  position: relative;
}

/* Main Footer */
footer {
  background-image: url(../../assets/images/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .col-md-4 li a svg {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 100%;
}

footer .fa-pinterest-p {
  padding: 10px 14px;
}

.homeReview .swiper-pagination-bullet {
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.homeReview .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.swiper-pagination-bullet {
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

/* Service Page */
.service-form {
  width: 48%;
}

.service-section p.fw-bold {
  font-family: "Exo 2", sans-serif;
  line-height: 1.1;
  font-size: 1.5rem;
}

/* About */
.about-bg {
  background-image: url(../../assets/images/about-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section li.d-flex {
  flex: 45%;
}

.about-section .col-md-5 img {
  position: relative;
  left: -108px;
}

/* Price Page */
.price-bg {
  background-image: url(../../assets/images/price-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.price-img {
  position: absolute;
  right: 0;
  top: 65px;
  height: 265px;
}

.price-content {
  background-image: url(../../assets/images/price-content.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}

.price-content img.position-absolute:nth-child(1) {
  z-index: -1;
  right: 31px;
  top: -26px;
}

.price-content img.position-absolute:nth-child(2) {
  bottom: 0;
  z-index: -1;
  right: 153px;
  width: 100px;
}

.price-section .col-md-4 p.text-purple {
  z-index: -2;
  height: 100%;
  text-align: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 63px;
  top: 0;
  font-size: 7.93rem;
  background: #f0f0f0;
  padding: 17px 0px;
  text-shadow: 10px 7px #ffb501;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
}

.price-section .col-md-4 p.text-white {
  height: 100%;
  text-align: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 2.6rem;
  font-weight: 700;
  background: #ffc201;
  padding: 25px 0px;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  margin: 0;
}

.table-1 {
  border: 1px solid #000;
  border-radius: 20px;
}

.table-1 li:nth-child(1) {
  flex: 8%;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  padding: 39px 15px;
  text-align: left;
  background: var(--secondary-color);
}

.table-1 li {
  flex: 1;
  background: #f6f6f6;
  padding: 53px 0px;
  text-align: center;
}

.table-1 li:last-child {
  border: unset;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Reveiw */
.review-bg {
  background-image: url(../../assets/images/review-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-content {
  background-image: url(../../assets/images/price-content.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-content .col-md-4 img {
  width: 239px;
  position: relative;
  top: -24px;
  left: 4px;
  background: #f0f0f0;
}

.review-section .col-md-4 p.text-white {
  height: 100%;
  text-align: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 2.6rem;
  font-weight: 700;
  background: #ffc201;
  padding: 25px 0px;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  margin: 0;
}

.review-img {
  position: relative;
  left: 200px;
  top: -26px;
}

.main-review .review-tab {
  background-image: url(../../assets/images/review-tab.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 401px;
  padding: 2rem;
  padding-top: 3.5rem;
}

.main-review .nav-pills .nav-link {
  width: 100%;
}

.review-box {
  border-top-right-radius: 120px;
  position: relative;
  height: 100%;
}
.main-review .swiper-slide {
  height: auto;
}

/* .review-box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tertiary-color);
  height: 200px;
  width: 200px;
} */

.review-tab p {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--primary-color);
  text-shadow: 1px 2px #fff;
  font-family: "Exo 2", sans-serif;
}

.main-review .nav-pills .nav-link {
  background-color: #fff;
  color: var(--primary-color);
}

.main-review .nav-pills .nav-link.active {
  background-color: var(--tertiary-color);
  color: #fff;
}

.review-section .col-md-4 {
  height: 283px;
}

.review-section .col-md-4 p.text-white {
  font-size: 2.599rem;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0px;
  top: 0;
  font-weight: 700;
  background: #ffc201;
  padding: 25px 0px;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  margin: 0;
}

/* Order Page */

.order-bg {
  background-image: url(../../assets/images/price-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-order select,
.main-order input,
.main-order textarea {
  border: 2px solid var(--secondary-color);
  border-radius: 18px;
  padding: 9px 15px;
  appearance: auto;
}

.order-contact {
  background: url(../../assets/images/order-detail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 3rem;
}

.order-contact select,
.order-contact input {
  border: 2px solid var(--secondary-color);
  border-radius: 18px;
  padding: 9px 15px;
  appearance: auto;
}

.order-contact button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 40px;
  margin-top: 25px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

@keyframes animate {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -20px);
  }
}

.fa-star {
  color: #ffb501;
}

.main-level-content .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.main-level-content .swiper-pagination-bullet {
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

.main-level-content .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  width: 11px;
  height: 12px;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-color: var(--primaryBg);
  border-top-color: transparent;
  border-width: 10px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.cipdrevieBox {
    background-image: url(../../assets/images/level-bg.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #f48c02;*/
    border-top-left-radius: 129px;
    height: auto;
    padding: 4rem 2rem;
    min-width: 329px;
}
.cipdrevieBox .innerreview {
    min-width: 410px;
}
.cipdrevieBox .innerreview h5 {
    font-size: 5rem;
    font-weight: 900;
}
.cipdrevieBox .innerreview h5 span{}
.cipdrevieBox .innerreview h5 span.c1 {
    color: #d72715;
    display: flex;
    justify-content: end;
    font-size: 7rem;
    line-height: 91px;
}
.cipdrevieBox .innerreview h5 span.c2 {
    color: #d72715;
    display: flex;
    justify-content: end;
    font-size: 7rem;
    line-height: 78px;
    font-weight: 800;
    padding-top: 2rem;
}
.cipdrevieBox .innerreview h5 span.c3 {
    color: #3d1152;
    display: flex;
    justify-content: left;
    font-size: 5rem;
    line-height: 117px;
    font-weight: 800;
    padding-top: 0.5rem;
}
.main-level-content .swiper{
    overflow:hidden;
}

