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

:root {
    --primary: #de2652;
    --sercondary: #4391db;
    --black: #000;
    --white: #fff;

}

* {
    box-sizing: border-box;
    /*text-transform: capitalize;*/
}

.star {
    color: #FFD000;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 3rem;
}

.flex-42 {
    flex: 42%;
}


p,
a,
span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.headingFont,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya', serif;
}

.bg-pink {
    background: var(--primary);
}

.border-bottom-pink {
    border-bottom: 1px solid var(--primary);
}

.border-blue {
    border: 1px solid var(--sercondary);
}

.border-pink {
    border: 1px solid var(--primary);
}

.topbar {
    background: var(--primary);
}

.navbar-expand-lg {
    transition: 0.5s;
}


header nav ul li a.nav-link:focus {
    color: var(--primary);
}

header nav ul li a.nav-link {
    color: var(--sercondary);
    font-weight: 600;
    font-size: 16px;
}

header nav ul li a.nav-link.active,
header nav ul li a.nav-link:hover {
    color: var(--primary) !important;
}

section.topbar .contact a {
    font-size: 17px;
    font-family: 'Alegreya', serif;
    text-transform: lowercase;
}

.navLinkIcon {
    margin-left: 4px;
    width: 37px;
}

.dropdown .navLinkIcon {
    top: -128%;
}

.bg-blue {
    background: var(--sercondary);
}

.text-blue {
    color: var(--sercondary);
}

.text-pink {
    color: var(--primary);
}

.blueBtn {
    color: #fff;
    border: 3px solid var(--sercondary);
    background-image: -webkit-linear-gradient(30deg, var(--sercondary) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--sercondary)50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: 0.4s;
    font-family: 'Alegreya', serif;
    padding: 4px 13px;
    border-radius: 9px;
    font-weight: 600;
}

ul.list-unstyled li a img {
    width: 42px;
    height: 39px;
}

.star i {
    font-size: 10px;
    letter-spacing: -2px;
}

.blueBtn:hover {
    background-position: 100%;
    color: var(--black);
    transition: background 700ms ease-in-out;
}

.pinkBtn {
    color: var(--white);
    border: 3px solid var(--primary);
    background-image: -webkit-linear-gradient(30deg, var(--primary) 50%, transparent 50%);
    background-image: linear-gradient(30deg, var(--primary) 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: 0.4s;
    font-family: 'Alegreya', serif;
    padding: 4px 30px;
    border-radius: 9px;
    font-weight: 600;
}

.pinkBtn:hover {
    background-position: 100%;
    color: var(--black);
    transition: background 700ms ease-in-out;
}

.fa-regular.fa-circle-user.fs-4 {
    color: var(--sercondary);
}

.homeBanner,
.aboutBanner,
.reviewBanner {
    background: url(../images/homeBanner.webp) center/cover no-repeat;
}

.reviewsBg {
    background: url(../images/reviewsBg.webp) center/cover no-repeat;
}

.headerForm {
    background: var(--white);
    z-index: 2;
    position: relative;
    border-radius: 20px;
    width: 365px;
}

.form-control:focus,
.form-control:focus-visible {
    box-shadow: none;
    appearance: auto;
}

.headerForm .form-control {
    font-family: 'Alegreya', serif;
    padding: 10px 20px;
    border: 1px solid var(--primary);
    position: relative;
}

.headerGirl {
    position: absolute;
    max-width: 39%;
    bottom: 0;
    left: 35%;
    z-index: 0;
}

.aboutPoints li:nth-last-child(1) {
    margin-bottom: 0;
}

.aboutPoints li {
    width: 85%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
    margin-bottom: 10px;
    border-radius: 9px;
    padding: 20px;
}

.servicesBg {
    background: url(../images/servicesBg.webp) center/cover no-repeat;
}

.serviceGrBorder {
    position: relative;
    left: 22%;
    padding: 30px 39px;
    width: 363px;
    color: var(--white);
    z-index: 2;
    bottom: 72px;
}

.serviceGrBorder::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 5px;
    background: linear-gradient(45deg, var(--primary), var(--sercondary));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.servicesSecGirl img {
    position: relative;
    z-index: 1;
}

.servicesSecGirl {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.servicesSecGirl::before {
    content: "";
    position: absolute;
    background: url(../images/servicesSecGirlBg.webp) center/cover no-repeat;
    width: 351px;
    left: -60px;
    height: 100%;
    z-index: 0;
}


.servicesPoints {
    padding-left: 3rem;
}

.servicesPoints object {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7432%) hue-rotate(81deg) brightness(111%) contrast(100%);
}

.servicesPoints li {
    margin-top: 20px;
}

.servicesPoints li:nth-child(1) {
    margin-top: 0px;
}

.servicesLeft {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-right: 3rem;
}

.servicesLeft .text-white.position-relative {
    padding-right: 1.7rem;
}


.processBg.Service .servicesLeft *,
.processBg.Service .processHeading {
    color: var(--white) !important;
}

.processBg.Service {
    background: url(../images/processBgService.webp) center/cover no-repeat;
    color: var(--white);
}

.contentTwoBg {
    background: url(../images/contentTwoBg.webp) center/cover no-repeat;
}

.contentTwoBg .serviceGrBorder {
    bottom: -6px;
    left: -10%;
    padding: 20px 10px 20px 28px;
}

.contentTwoBg .row:nth-child(1) {
    position: relative;
    top: 15px;
}

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

.nav-pills .nav-link {
    padding: 10px 10px 13px 10px;
    width: 100%;
}

.nav-pills .nav-link.active {
    background: var(--primary);
}

.nav-pills .nav-link.active span {
    color: var(--white);
}

.writerImg {
    border-radius: 50%;
    border: 3px solid var(--white);
    box-shadow: 0px 0px 11px #00000042;
}

.writerSwiper {
    padding-left: 0.6rem;
}

.tab-content {
    padding-left: 0.8rem;
}

.tab-content .writerImg {
    width: 18% !important;
}

.writerLeft {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}

.testimonialBg {
    background: url(../images/testimonialBg.webp) center/cover no-repeat;
    position: relative;
    z-index: 2;
}

.testimonialBg::before {
    content: '';
    position: absolute;
    background: url(../images/testimoniaPinkBg.webp) center/cover no-repeat;
    width: 348px;
    height: 480px;
    z-index: -1;
    right: 15%;
    bottom: 9%;
}

.testiBox {
    padding: 2.5rem 2rem;
}

.testiBox::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/quote.svg) center/contain no-repeat;
    width: 115px;
    height: 83px;
}

.testimonialBg .swiper-button-next {
    opacity: 1;
    right: 40%;
    left: auto;
    width: 46px;
    height: 23px;
}

.testimonialBg .swiper-button-prev {
    opacity: 1;
    left: 35%;
    right: auto;
    width: 52px;
    height: 23px;
}

.testimonialBg .swiper-button-next:after {
    content: "";
    background: url(../images/nextArrow.svg) center/cover no-repeat;
    width: 52px;
    height: 23px;
}

.testimonialBg .swiper-button-prev:after {
    content: "";
    background: url(../images/prevArrow.svg) center/cover no-repeat;
    width: 46px;
    height: 23px;
}

.testimonialBottom {
    position: relative;
    top: -3rem;
    z-index: 1;
}

.processBg .servicesLeft {
    position: relative;
    padding-top: 7rem;
}

.processBg .servicesLeft .serviceGrBorder {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    bottom: auto;
    color: var(--black);
    padding: 20px 50px;
}

.processIcon {
    background: var(--primary);
    padding: 10px;
    width: fit-content;
    margin: 20px auto 10px;
    position: relative;
}

.processIcon::before {
    position: absolute;
    background: var(--sercondary);
    padding: 7px;
    clip-path: circle();
    font-family: 'Alegreya', serif;
    font-size: 1.3rem;
    color: var(--white);
    right: -17%;
    top: -33%;
}

.swiper-wrapper .swiper-slide:nth-child(1) .processIcon:before {
    content: "01";
}

.swiper-wrapper .swiper-slide:nth-child(2) .processIcon:before {
    content: "02";
}

.swiper-wrapper .swiper-slide:nth-child(3) .processIcon:before {
    content: "03";
}

.swiper-wrapper .swiper-slide:nth-child(4) .processIcon:before {
    content: "04";
}

.processHeading {
    font-size: 3.2rem;
    text-align: center;
    padding-bottom: 20px;
}

.contantBottomBg {
    background: url(../images/contantBottomBg.webp) center/cover no-repeat;
    position: relative;
}

.counterMain {
    padding: 20px;
    border-radius: 4rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.counterMain span {
    line-height: 1;
    font-size: 3rem;
    color: var(--primary);
    font-family: 'Alegreya', serif;
    font-weight: 700;
    text-transform: lowercase;
}

.counterMain div:last-child {
    border: none;
}

.counterMain div {
    border-right: 2px solid var(--primary);
}

footer {
    background: url(../images/footerBg.webp) center/cover no-repeat;
}

.quickLinks ul li a {
    color: var(--white);
    transition: 0.4s;
}

.quickLinks .bold {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Alegreya', serif;
}

.subjectSlider ul li {
    width: 97%;
    margin: 10px auto !important;
}

.reviewMain div:nth-child(1) {
    border: 1px solid var(--primary);
    border-bottom: none;
    position: relative;
    z-index: 1;
    top: 2px;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
}

.reviewMain div:last-child {
    border: 1px solid var(--primary);
    border-radius: 35px;
    border-top-left-radius: 0px;
    padding: 12px 47px 16px 20px;
}

/* Price Page */
.main-price {
    background: url(../images/priceBg.webp) center/cover no-repeat;
}

.main-price li.price-detial {
    flex: 16%;
    padding: 30px 10px;
    border-radius: 10px;
    line-height: 1.6;
    border: 3px solid var(--primary);
}

.main-price li.border-golden {
    border-bottom: 2px solid var(--primary);
}

.main-price li.nav-item {
    flex: 1;
}

.main-price .nav-pills .nav-link {
    background-color: var(--primary);
    color: #fff;
    width: 100%;
}

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

.main-price .tab-content .tab-pane ul {
    gap: 1.4rem;
}

.price-detial:hover {
    background: var(--primary) !important;
    border: 3px solid var(--white) !important;
    color: var(--white) !important;
}

.price-detial:hover li.border-golden {
    border-bottom: 2px solid var(--white);
}

.aboutPoints.Service li {
    width: 100%;
}

.aboutPoints.Service li p {
    font-size: 13px;
}

.serviceAboutUs h2,
.serviceAboutUs h2 span {
    font-size: 2rem !important;
}

.serviceAboutUs p {
    font-size: 14px;
}

.orderRightTop {
    background: url(../images/orderFormBg.webp) center/cover no-repeat;
    border-radius: 10px;
    padding: 32px;
}

.orderRightBottom {
    background: url(../images/orderRightBottom.webp) center/cover no-repeat;
    border-radius: 10px;
    padding: 32px;
}

.order-summary {
    background: url(../images/orderSummary.webp) center/cover no-repeat;
    border-radius: 10px;
    padding: 32px;
}

.orderRightTop .form-control {
    border: 1px solid var(--primary);
    padding: 12px 20px;
    font-weight: 600;
    color: var(--black);
}

.orderMain .form-control::placeholder {
    color: var(--black);
    font-weight: 600;
}

.orderRightBottom .form-control {
    border: 1px solid var(--black);
    padding: 12px 20px;
}

.navbar-expand-lg.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* .navbar-expand-lg.fixed .navLinkIcon {
    display: none;
} */

.navbar-expand-lg.fixed .container.align-items-lg-end.align-items-center {

    align-items: center !important;
}


#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: var(--primary);
    border-top-color: var(--sercondary);
    border-bottom-color: var(--black);
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

li.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeBanner p {
    width: 81%;
}

.headerForm div {
    position: relative;
}

.headerForm .form-control {
    appearance: none;
}

.headerForm div img {
    position: absolute;
    top: 17px;
    right: 11px;
}

.aboutUsSec p {
    font-size: 13px;
}
.left-content-banner {
    position: relative;
    top: -25px;
}
.footermail{
    text-transform: lowercase;
    font-size: 14px;
}
.serviceGrBorder p {
    font-size: 24px;
}
.fixedbtnwhatsapp img {
    display: block;
  }
  .fixedbtnwhatsapp {
    z-index: 999999;
  }
  
  .fixedbtnwhatsapp img.offerimg {
    transition: 0.2s linear;
    animation: Myanimation 3s ease-in-out infinite;
  }
  .fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
  }
  .fixedbtnwhatsapp ul li {
    list-style: none;
  }
  
  .dropdown-item.active, .dropdown-item:active{
      background-color:var(--primary);
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
}
p.startrating i {
    color: #eecd15;
}
.file-upload, .file-upload:hover {
    background-color: #fff;
}
.file-upload {
    border: 2px dashed #de2652;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 7px;
}
.upload-label {
    display: flex
;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    justify-content: center;
    color:#000 !important;
}
[hidden] {
    display: none !important;
}