@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
@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');

:root {
    --Red: #c9102e;
    --Black: #000000;
    --Green: #4bca5a;
    --Blue: #022167;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Baloo 2", sans-serif;
}

* {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    list-style: none;
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}



/* .Navigation .navbar-collapse::before {
  content: "";
  position: absolute;
  right: -21%;
  top: 0;
  width: 30%;
  height: 100%;
  background: var(--Red);
  bottom: 0;
  z-index: -1;
} */
.Navigation a {
    color: #fff;
    font-size: 20px;
}

.Slider {
    background: url("../images/HeaderBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    /* margin-top: -9rem; */
    padding-top: 8rem;
    padding-bottom: 2rem;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.Slider h1 {
    font-size: 3.5rem;
}

.stars i {
    color: #E2B128;
}

.Homeform .form-group {
    margin-bottom: 15px;
}

.Homeform .form-control {
    height: auto;
    padding: 10px 20px;
    border: 1px solid var(--Red);
    appearance: auto;
}

.Homeform button {
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    background: var(--Red);
    border-color: var(--Red);
    color: #fff;
    font-size: 20px;
}

.sliderBox {
    background: url("../images/framBg.png"), #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-radius: 20px;
    height: 100%;
}

.Aboutsec ul li {
    flex: 30%;
}

.Aboutsec {
    background: url("../images/aboutFrame.png"), #fff;
    background-size: auto;
    background-repeat: no-repeat;
}

.Aboutsec::before {
    content: "";
    background: url("../images/notepadPen.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.Homeservices {
    background: url("../images/HomeserviceBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.Homeservices {
    z-index: 1;
}

.homeService {
    max-width: 530px;
    position: relative;
    margin-left: -13rem;
    z-index: -1;
}

.servicesItems {
    margin-bottom: 20px;
}

.Writers {
    background: url("../images/writersShape.png"), #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.writerItems {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    height: 100%;
    padding: 30px 30px;
    /* padding-top: 18rem; */
    border-radius: 30px;
    border: 1px solid #000000;
    position: relative;
    background: #fff;
}

.writerOverlay {
    /* opacity: 0; */
    display: none;
}

.writerItems:hover .writerOverlay {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(58deg,
            rgba(50, 50, 50, 1) 10%,
            rgba(0, 0, 0, 1) 70%);
}

.innerBox {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.balooFamliy {
    font-family: "Baloo 2", sans-serif;
}

.innerBox p {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.395), -2px 2px 0 rgba(0, 0, 0, 0.395),
        2px -2px 0 rgba(0, 0, 0, 0.395), -2px -2px 0 rgba(0, 0, 0, 0.395);
}

.innerBox a {
    background: #d7d7d7;
    border: 2px solid var(--Red);
    border-radius: 20px;
    text-decoration: none;
    color: var(--Black);
    font-family: "Baloo 2", sans-serif;

}

.Writers .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--Red);
    border-color: var(--Red);
    color: #fff;
}

.Writers .nav-pills .nav-link {
    background: #fff;
    border: 2px solid var(--Red);
    padding: 1rem 2rem;
    border-radius: 40px;
    color: var(--Black);
    font-weight: 600;
    font-family: "Baloo 2", sans-serif;

    font-size: 20px;
}

.Homecontent {
    background: url("../images/HomecontentBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Ctahome {
    background: url("../images/ctaShape.png"), #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ctaImg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 600px;
}

.Customers {
    background: var(--Red);
}

.customerItems {
    background: #ffffffb8;
    border-radius: 20px;
}

.customerItems.bgred {
    background: var(--Red);
    margin-bottom: 20px;
}

.customerItems.bgred p i {
    color: #E2B128;
}

.Customers .swiper-slide.swiper-slide-active {
    background: #fff;
    border-radius: 20px;
}

.Process {
    background: url("../images/ProcessShape.png"), #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Process .nav-pills .nav-link.active,
.Process .nav-pills .show>.nav-link {
    background: var(--Blue);
    border-color: var(--Red);
    color: #fff;
    transform: matrix(1);
}

.Process .nav-pills .nav-link.active img,
.Process .nav-pills .show>.nav-link img {
    filter: invert(1);
}

.Process .nav-pills .nav-link {
    background: #fff;
    border: 2px solid var(--Blue);
    padding: 0.7rem 2rem;
    color: var(--Black);
}

.Writerspapers {
    background: url("../images/WriterspaperBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.writerpaperItems {
    border: 3px solid var(--Red);
}

.offerGirl {
    position: absolute;
    top: 0;
    bottom: -93px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 299px;
}

.Offer {
    background: url("../images/offerShape.png"), #fff;
    background-repeat: no-repeat;
    background-position: left;
}

.Faq {
    background: url("../images/faqBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Faq .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
    color: var(--Red);
    border-radius: 30px;
    padding-bottom: 0;
}

.Faq .accordion-button {
    font-size: 23px;
    font-weight: 600;
    color: var(--Black);
    border-radius: 30px !important;
}

.Faq .accordion-item {
    margin-bottom: 20px;
    border-radius: 20px;
}

.Faq .accordion-header {
    border-radius: 20px;
}

.Faq .accordion {
    border-radius: 20px;
}

.subscribeForm .form-group {
    width: 75%;
}

.subscribeForm .form-control {
    padding: 1rem 1rem;
    background: var(--Blue);
    color: #fff;
    border: none;
    border-radius: 0;
}

.subscribeForm .form-control::placeholder {
    color: #fff;
}

.subscribeForm button {
    height: 100%;
    background: var(--Red);
    padding: 1rem 2rem;
    border: none;
    color: #fff;
}

.Footer {
    background: url("../images/footerBg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.itemFooter a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 7px 0;
    display: block;
    font-weight: 300;
}

.Breadcrumbs {
    background: url("../images/HeaderBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    /* margin-top: -9rem; */
    padding-top: 13rem;
    padding-bottom: 8rem;
}

.pricingCOunt {
    position: absolute;
    bottom: 75px;
    right: -22px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: var(--Blue);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    transform: skew(15deg, -17deg);
}

.pricingWrap {
    padding: 2rem 2rem;
    border-radius: 20px;
    transform: skew(5deg, -8deg);
}

.shapePricing {
    display: block;
    margin-left: auto;
}

.shapePricing {
    display: block;
    margin-left: auto;
    transform: skew(8deg, -9deg);
    position: relative;
    top: -13px;
}

.pricingCOunt p {
    font-size: 20px;
    text-align: center;
    line-height: 19px;
    font-weight: 700;
}

.PricingItems {
    width: 100%;
    max-width: 330px;
    margin: 20px 20px;
}

.Orderform hr {
    border: 1px solid #c9102e29;
    opacity: 1;
    width: 100%;
    /* max-width: 1300px; */
    margin: 20px auto;
}

.Orderform .form-control {
    border: none;
    border-bottom: 2px solid var(--Red);
    border-radius: 0;
    appearance: auto;
}

.Orderform .form-group {
    margin: 10px 0;
}

.Orderform .form-group label {
    font-weight: 600;
    font-family: "Baloo 2", sans-serif;

    font-size: 20px;
}

.Orderform button {
    background: var(--Blue);
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 22px;
    border-color: var(--Blue);
    font-family: "Baloo 2", sans-serif;

    border-radius: 10px;
}

.dropdown-item {
    color: var(--Black) !important;
}

.Navigation.fixed-top {
    position: fixed !important;
    /* background: var(--Red); */
    z-index: 999;
    background: #00003E;
    top: -60px;
}

.Reviewitems .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: var(--Blue);
    opacity: 1;
}

.Reviewitems .swiper-pagination-bullet-active {
    background: var(--Red);
}

.Reviewitems .swiper-pagination {
    text-align: start;
}

.writertabscontent .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid var(--Blue);
    opacity: 1;
}

.writertabscontent .swiper-pagination-bullet-active {
    background: var(--Blue);
}

.writertabscontent .swiper-pagination {
    text-align: start;
}

.Writerspapers .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.Writerspapers .swiper-pagination-bullet-active {
    background: #fff;
}

.Writerspapers .swiper-pagination {
    text-align: start;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--Green);
}

.supportItems {
    row-gap: 20px;
    column-gap: 30px;
}

.quickLinks li a {
    background: #fff;
    padding: 20px 40px;
    border-radius: 15px;
    text-decoration: none;
    color: #000;
}

.quickLinks li a.Red {
    background: var(--Red);
    color: #fff;
}

.focusarea {
    column-gap: 24px;
    row-gap: 10px;
}

.focusarea li {
    background: var(--Red);
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
}

.middleWriters hr {
    background: var(--Blue);
    opacity: 1;
    height: 2px;
}

.footerWriter p {
    font-size: 1.3rem;
}

.footerWriter p span {
    font-size: 1rem;
}

.Writerspapers ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 22%;
    font-size: 15px;
}

.Writerspapers .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--Red);
}

.Writerspapers .nav-pills .nav-link {
    background: var(--Blue);
    color: #fff;
}

.sidePaper {
    background: #fff;
    height: 100%;
    padding: 2rem 2rem;
    border-radius: 30px;
}

.sidePaper ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #3333;
}

.sidePaper a {
    margin: auto;
    display: block;
    width: fit-content;
}

.Writers .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.Writers .swiper-pagination-bullet-active {
    background: var(--Red);
}

.social li a svg {
    font-size: 20px;
    color: #fff;
}

.Topbar {
    background: var(--Red);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.Pricingbox .swiper {
    overflow: visible;
}

.Pricingbox .nav-link.active,
.Pricingbox .show>.nav-link {
    background-color: var(--Blue);
}

.nav-pills .nav-link {
    font-size: 20px;
    color: black;
    font-weight: 500;
}

.pricingCOunt a {
    text-decoration: none;
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2rem;
    z-index: 9999;
}

.Topbar.hide {
    display: none !important;
}

.navbar {
    z-index: 1;
    position: absolute;
    /* top: 60px; */
    left: 0;
    right: 0;
    z-index: 101;
}

.Navigation.fixed-top {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #00003e;
    transition: all 0.3s ease-in-out;
}

.disable-navbar-css {
    all: unset !important;
}