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

@font-face {
  font-family: "Batman";
  src: url(../../assets/fonts/batmfa__.ttf);
}

:root {
  --primary-color: #010101;
  --secondary-color: #d7041a;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.4s linear;
  font-family: "Raleway", sans-serif;
}

.fa-star,
.fa-star-half-stroke {
  color: #ffc600;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background: var(--secondary-color);
  color: #fff;
}

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

.navbar .nav-link {
  color: var(--primary-color);
}

nav.navbar .nav-item {
  padding: 1.3rem 1.65rem;
}

.navbar-nav {
  height: 85px;
}

.topbar-social a:nth-child(1) {
  background: #316ff6;
  padding: 3px 15px;
}

.fa-square-facebook {
  font-size: 25px;
}

.topbar-social a:nth-child(2) {
  background: #000000;
  padding: 3px 15px;
}

.fa-square-x-twitter {
  font-size: 25px;
}

.topbar-social a:nth-child(3) {
  background: #0077b5;
  padding: 3px 15px;
}

.fa-linkedin {
  font-size: 25px;
}

.topbar-social a:nth-child(4) {
  background: #9d00ff;
  padding: 3px 15px;
}

.fa-square-instagram {
  font-size: 25px;
}

.fa-tiktok {
    font-size: 25px;
}
.fa-youtube {
    font-size: 25px;
}

.topbar-social a:nth-child(5) {
  background: #e60023;
  padding: 3px 15px;
}
.topbar-social a:nth-child(6) {
  background: #000000;
  padding: 3px 15px;
}
.topbar-social a:nth-child(7) {
  background: #e60023;
  padding: 3px 15px;
}
.topbar-email-content p {
  font-size: 13px;
}
.fa-square-pinterest {
  font-size: 25px;
}

li.logo.shadow-sm.bg-white {
  padding: 0px 1rem;
  position: relative;
  top: -20px;
}

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

.fixedbtnwhatsapp li {
  list-style: none;
}

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

#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(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: var(--primaryBg);
  border-top-color: var(--secondaryBg);
  border-bottom-color: var(--thirdWhite);
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

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

.form-bg {
  background: #f5f5f5;
}

.form-bg .form-control {
  background: transparent;
  border: 1px solid var(--secondary-color);
  appearance: auto;
}

.form-bg .form-control:focus {
  background-color: transparent;
  border-color: var(--secondary-color);
  outline: 0;
  box-shadow: unset;
}

.order-btn button {
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.order-btn button:hover {
  background: #fff;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.fa-whatsapp {
  color: #fff;
  font-size: 40px;
}

.content-section-1 {
  background-image: url(../../assets/images/about-us.webp);
  background-position: right;
  background-repeat: no-repeat;
}

.features {
  background: var(--primary-color);
}

.features .col-md-2 {
  background: var(--secondary-color);
}

.feature-list {
  gap: 2rem;
}

.feature-content {
  position: relative;
  left: -31px;
}

.feature-content p.border-red {
  padding: 4px 7px;
}

.subject-box:hover {
  background-color: #fff;
  border-radius: 0.5rem;
}

.subject-box.active {
  background-color: #fff;
  border-radius: 0.5rem;
}

.subject-box:hover p {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.subject-box.active p {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.subjects .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.subjects .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 12px;
  height: 12px;
}

.subjects .swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

.footer-features .swiper-pagination {
  position: static;
}

.footer-features .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 12px;
  height: 12px;
}

.footer-features .swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

.fa-circle {
  font-size: 12px;
  color: var(--secondary-color);
}

.scroll-content .swiper-scrollbar {
  position: static !important;
  margin-top: 20px;
  opacity: 1;
  background: #fff;
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  height: 10px !important;
}

.scroll-content .swiper-scrollbar-drag {
  background: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
}

.writers {
  background-image: url(../../assets/images/writers.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.writers .writerSlider {
  height: 486px;
}

.writers .writerSlider .swiper-slide {
  height: auto !important;
}

.writer-slider {
  height: 455px;
}

.writers-details p {
  font-size: 13.5px;
}

.writers-box p.fs-2 {
  background: var(--secondary-color);
}

.writers-box-2 p.fs-2 {
  color: var(--secondary-color);
}

.writers .swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 85%;
  right: 0 !important;
}

.writers .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 17px;
  height: 6px;
  border-radius: 10px;
  margin: 2px !important;
}

.writers .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}

.counter li {
  flex: 40%;
}

.home-reviews {
  background-image: url(../../assets/images/home-reveiws.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-review-box {
  writing-mode: vertical-lr;
}

.home-review-box p {
  text-orientation: mixed;
  rotate: 180deg;
}

.home-reviews .nav-pills .nav-link {
  padding: 0px 9px 0px 0px;
  border-radius: unset;
  background: #fff;
}

.home-reviews .nav-pills .nav-link.active {
  background-color: var(--secondary-color);
  border: unset;
}

.home-reviews .tab-content {
  position: relative;
  left: -49px;
}

.home-reviews p.para {
  font-size: 15px;
}

.fa-quote-left {
  font-size: 20px;
}

.fa-quote-right {
  font-size: 20px;
  float: right;
}

.home-reviews .swiper-pagination {
  position: static;
}

.home-reviews .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 12px;
  height: 12px;
}

.home-reviews .swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

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

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

.process .swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

.process-box {
  writing-mode: vertical-lr;
  border-radius: 65px;
  width: 130px;
  height: 80%;
}

.process-box.active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.process-box p {
  text-orientation: mixed;
  rotate: 180deg;
  font-size: 2.07rem;
  padding-top: 40px;
}

.process-box.active p {
  color: #fff;
}

.process-img {
  width: 126px;
  height: 126px;
  padding-left: 32px;
}

.process-box.active .process-img {
  background: #fff;
  border: 1px solid #fff;
}

.process-box.active .process-img object {
  filter: brightness(0) saturate(100%) invert(13%) sepia(82%) saturate(5484%)
    hue-rotate(348deg) brightness(86%) contrast(107%);
}

span.bg-red {
  padding: 0px 8px;
  border-radius: 8px;
}

.process-box:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.process-box:hover p {
  color: #fff;
}

.process-box:hover .process-img {
  background: #fff;
  border: 1px solid #fff;
}

.process-box:hover .process-img object {
  filter: brightness(0) saturate(100%) invert(13%) sepia(82%) saturate(5484%)
    hue-rotate(348deg) brightness(86%) contrast(107%);
}

.process-div {
  writing-mode: tb-rl;
  background-image: url(../../assets/images/process-img-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 496px;
  width: 180px;
  padding-top: 20px;
  padding-right: 13px;
}

.process-div p {
  text-orientation: mixed;
  font-family: "Batman", sans-serif;
  font-size: 5rem;
  line-height: 0.85;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

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

.footer-features span {
  color: #f46262;
}

.footer-features .fa-circle-arrow-right {
  color: #f46262;
}

.faqs .accordion-button:focus {
  box-shadow: unset;
  border-color: unset;
}

.faqs .accordion-button:not(.collapsed) {
  box-shadow: unset;
  background-color: unset;
  color: var(--primary-color);
}

.faqs .accordion-item {
  border: 1px solid var(--secondary-color);
}

.faqs .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--secondary-color);
}

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

.vl {
  border: 1px solid #fff;
  height: auto;
}

/* Writer Page */

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

.writers-section {
  background-image: url(../../assets/images/writer-section.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.writers-section .button-1 {
  padding: 8px 11px;
}

.writers-section .button-2 {
  padding: 8px 11px;
}

.writers-scroll {
  background-image: url(../../assets/images/writers-scroll.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

/* Review Page */

.review-bg {
  background-image: url(../../assets/images/review-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-reviews {
  background: var(--primary-color);
}

.review-box {
  z-index: 1;
}

.review-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 243px;
  background-color: var(--secondary-color);
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  z-index: -1;
}

.review-box .fa-quote-right {
  font-size: 5rem;
  color: #fff;
}

.reveiw-box .fa-star {
  color: #ffc122;
}

.review-box {
  background-image: url(../../assets/images/main-review.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviewSldier .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.reviewSldier .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 12px;
  height: 12px;
}

.reviewSldier .swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

.review-box-2 {
  z-index: 1;
}

.review-box-2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 280px;
  background-color: var(--secondary-color);
  right: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  z-index: -1;
}

.review-box-2 .fa-quote-right {
  font-size: 5rem;
  color: #fff;
}

.reveiw-box-2 .fa-star {
  color: #ffc122;
}

.review-box-2 {
  background-image: url(../../assets/images/main-review.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Price Slider */
.price-bg {
  background: url(../../assets/images/price-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-price {
  background: url(../../assets/images/main-price.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-price .nav-item {
  width: 18%;
}

.main-price .nav-item button {
  width: 100%;
  color: var(--secondary-color);
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
}

.home-reviews .nav-pills .nav-link:hover {
  background-color: var(--secondary-color);
  padding: 0;
}

.main-price .nav-item:hover button {
  color: #fff;
}

.nav-pills .nav-link.active {
  background-color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
}

.main-price .nav-item.active button {
  color: #fff;
}

.main-price .tab-content ul li {
  flex: 100%;
}

.main-price .tab-content ul li .fa-check {
  background-color: var(--secondary-color);
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 5px;
}

.main-price .tab-content ul li p.fs-5 {
  flex: 70%;
}

.main-price .tab-content ul li p.fs-4 {
  flex: 24%;
}

/* Order Page */
.order-bg {
  background: url(../../assets/images/order-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-order .form-control {
  appearance: auto;
  border-radius: 5px;
  background-clip: unset;
  border: 1px solid #fff;
}

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

#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: 120px;
    height: 120px;
    border-style: solid;
    border-color: #fff;
    border-top-color: #ce2032;
    border-bottom-color: #181617;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite
}

.fa-pinterest-p {
    font-size: 25px;
}

/* Writer Page */


.Sitemapcontent ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
}

.Sitemapcontent ul li {
    width: 32%;
    padding: 1rem 1rem;
    background: #e2e0e033;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.Sitemapcontent ul li a {
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.Sitemapcontent ul li a svg{
    font-size:25px;
}