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

:root {
    --primary: #0c1f4c;
    --secondary: #ff4000;
    --white: #fff;
    --black: #000;
    --gray: #474343;
    --lightBlue: #f0f7f9;
}

.h-80 {
    height: 80%;
}

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

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

* {
    font-family: 'Rubik', sans-serif;
    
}

h1,h2,h3,h4,h5,h6{
    text-transform: capitalize;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.blueText {
    color: var(--primary);
}

.grayText {
    color: var(--gray);
}

.radius {
    border-radius: 7px;
}

.btn {
    border: none !important;
}

.topBar {
    position: relative;
}

.topBar nav {
    position: absolute;
    top: 30px;
    transition: .1s linear;
}

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

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

.topBar nav {
    border-radius: 45px;
}

.blueBtn {
    background: var(--primary);
    color: var(--white);
    transition: 0.3s;
    padding: 11px 25px;
    border-radius: 14px;
    border-top-right-radius: 0px;
    font-weight: 600;
}

.blueBtn:hover {
    background: var(--secondary);
    color: var(--white);
}

.headerRight * {
    color: var(--primary);
    font-weight: 600;
}

.whiteBtn {
    background: var(--white);
    color: var(--primary);
    transition: 0.3s;
    padding: 11px 25px;
    border-radius: 14px;
    border-top-right-radius: 0px;
    font-weight: 600;
}

.whiteBtn:hover {
    background: var(--gray);
    color: var(--white);
}

.orangeBtn {
    background: var(--secondary);
    color: var(--white);
    transition: 0.3s;
    padding: 11px 25px;
    border-radius: 14px;
    border-top-right-radius: 0px;
    font-weight: 600;
}

.orangeBtn:hover {
    background: var(--black);
    color: var(--white);
}

.header {
    padding-top: 6.3rem;
    padding-bottom: 3rem;
}

.header h1, .header h2 {
    padding-top: 2.5rem;
}



.headerPoints li {
    flex: 49%;
}
.headerPoints li .fa-check-double{
    color: var(--primary);
    font-size: 18px;
}
.headerForm * {
    font-size: 14px;
}

.headerForm {
    margin-top: 2.5rem;
    background: var(--primary);
    border-radius: 20px;
}

.headerForm select:focus-visible {
    outline: none;
}

.headerForm select:hover {
    background: var(--secondary);
    color: var(--white);
    border: none;
}

.headerForm select {
    display: block;
    width: 100%;
    margin-top: 1rem;
    border-radius: 7px;
    padding: 7.4px 20px;
    border: none;
}

.leftForm {
    padding-left: 4.333333%;
}

.formQuantity button:not(.btn-check)+.btn:active {
    border: none;
}

.orangeBg {
    background: var(--secondary) !important;
    width: fit-content;
    color: var(--white);
}

.headingColour {
    font-weight: 700;
    color: var(--gray);
}

.blueText {
    color: var(--primary);
}

.feature1 {
    background: var(--primary);
    padding: 2em 1.2rem;
}

.feature p:nth-child(3) {
    font-size: 14px;
}

.feature {
    padding: 2em 1.2rem;
    row-gap: 10px;
    flex-direction: column;
    text-align: center;
}

.feature:hover.feature object {
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(7472%) hue-rotate(183deg) brightness(103%) contrast(107%);
}

.feature:hover.feature .grayText {
    color: var(--white);
}

.feature:hover {
    background: var(--primary);
    color: var(--white) !important;
}

.featureSlider .swiper-pagination {
    position: static;
}

.subjects,
.subjects {
    background: var(--lightBlue);
    position: relative;
}

.subTabsContent p {
    font-size: 15px;
}

.subBook {
    position: absolute;
    bottom: 35px;
}

.subCircle {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.subAngel {
    position: absolute;
    right: 0;
    top: 20px;
}

.subjects .nav-pills .nav-link.active,
.subjects .nav-pills .nav-link:hover {
    background: var(--secondary);
    color: var(--white);

}

.subjects .nav-pills .nav-link {
    background: var(--white);
    color: var(--gray);
    border-radius: 0px 13px 13px 0px;
    border-left: 5px solid var(--primary);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px;
}

.subjectleft {
    background: var(--primary);
    padding: 55px 0px 55px 86px;
    border-radius: 13px 0px 0px 13px;
}

.subjectleft .mbalogo {
    position: absolute;
    top: 30%;
    right: 5%;
}

.serviceHeading object {
    background: var(--white);
    padding: 10px;
    clip-path: circle();
}

.serviceHeading hr {
    position: relative;
    left: 69px;
}

.serviceHeading li::before {
    content: " ";
    background: var(--secondary);
    position: absolute;
    right: -17px;
    width: 17px;
    height: 18px;
    clip-path: polygon(0 0, 0% 100%, 100% 55%);
}

.subjectRight {
    position: relative;
    left: -23px;
    padding: 55px 21px 55px 64px;
    border-radius: 0px 13px 13px 0px;
}

.cta {
    background: var(--lightBlue);
}

.cta img:nth-child(1) {
    position: absolute;
    right: 0;
    top: 30px;
}

.cta img:nth-child(2) {
    position: absolute;
    bottom: 20px;
    left: 40px;
    height: 110px;
}

.process {
    background: var(--lightBlue);
}

.processBox {
    background: linear-gradient(90deg, rgba(238, 245, 248, 1) 0%, rgba(253, 254, 254, 1) 100%);
    padding: 60px 21px;
    border-radius: 50%;
}

.processBox p.f-14 {
    height: 80px;
    overflow-y: scroll;
}

.processBox p.f-14::-webkit-scrollbar {
    width: 5px;
}

.processBox p.f-14::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #0c1f4c6f;
    border-radius: 10px;
}

.processCount span {
    padding: 13px;
    clip-path: circle();
    background: var(--white);
    z-index: 2;
}

.processCount p {
    background: var(--white);
    padding: 3px 22px 3px 11px;
    border-radius: 0px 20px 20px 0px;
    position: relative;
    left: -5px;
    z-index: 1;
    font-size: 15px;
}

.processBorder {
    background: linear-gradient(90deg, rgb(240 246 249) 49%, rgba(12, 31, 76, 1) 49%);
    padding: 7px 7px;
    border-radius: 50%;
    position: relative;
}

.processBorder::before {
    content: " ";
    height: 30px;
    width: 30px;
    background: var(--white);
    position: absolute;
    bottom: -9px;
    left: 48%;
    border-radius: 50%;
    border: 3px solid #a6aaba;
}

.processIcon {
    position: absolute;
    top: -23px;
    left: 41.5%;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
}

.processIcon img {
    background: var(--white);
    border-radius: 50%;
    padding: 10px;
}

.process .left {
    position: absolute;
    left: 2%;
    top: 51%;
}

.process .right {
    position: absolute;
    right: 2%;
    top: 51%;
}

.customerSaysSlider .swiper-pagination {
    text-align: start;
    position: static;
}

.customerSaysSlider .swiper-pagination .swiper-pagination-bullet,
.writerSlider .swiper-pagination .swiper-pagination-bullet {
    background: var(--primary);
    opacity: 1;
}

.customerSaysSlider .swiper-pagination .swiper-pagination-bullet-active,
.writerSlider .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 20px;
    background: var(--secondary);
}

.homePrice {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 29%, rgba(237, 244, 247, 1) 29%);
}

.priceBox {
    box-shadow: 2px 1px 11px gray;
    gap: 14px;
}

.priceBox img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    width: 100%;
}

.priceBox h6 {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.priceBox:hover.priceBox * {
    color: var(--lightBlue) !important;
}

.priceBox:hover {
    background: var(--secondary) !important;
}

.priceBox object {
    background: var(--primary);
    padding: 4px 13px;
    border-radius: 22px 0px 22px 22px;
    margin: 20px 0px 5px 0px;
}

.priceBox span {
    margin-bottom: 0.5rem;
}

.priceBox h5 {
    font-size: 1.6rem;
}

.priceBox p {
    font-size: 1rem;
}

.priceDotteddVector {
    bottom: 20px;
    right: 20px;
}

.priceLetterVector {
    right: 9rem;
}

.priceCircleVector {
    left: 2%;
    bottom: 1%;
}

.writerVector {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='89' viewBox='0 0 88 89' fill='none'%3E%3Cpath d='M1.899 63.239C7.78675 83.7489 17.3943 93.5842 40.5024 86.1437L44.417 84.7919C67.0195 74.925 79.6321 58.4776 83.1131 51.4872C88.6267 42.5779 89.3794 29.8614 83.0087 21.2799C56.6114 -10.2704 18.2034 -4.30651 4.15608 24.8025C-1.82198 43.1771 0.25411 57.509 1.899 63.239Z' fill='%230C1F4C'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 87.398px;
    height: 88.408px;
    position: absolute;
}

.writerImg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='458' height='463' viewBox='0 0 458 463' fill='none'%3E%3Cpath d='M448.339 133.383C417.913 26 367.839 -25.6172 246.838 12.883L226.339 19.8828C107.939 71.0828 41.6719 156.883 23.3385 193.383C-5.66111 239.883 -9.82819 306.383 23.3385 351.383C160.839 516.883 361.839 486.383 435.839 334.383C467.439 238.383 456.839 163.383 448.339 133.383Z' fill='%230C1F4C'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 9px;
    padding: 59px 0px;
}

.writerImg i {
    color: #ffd800;
}

.writerRight .fa-user {
    color: var(--secondary);
}

.dateTime p {
    color: var(--primary);
}

.dateTime i {
    color: var(--secondary);
}

.writerSlider .swiper-pagination {
    bottom: 10% !important;
    left: auto !important;
    right: 7%;
    width: fit-content !important;
}

.subjectSlider ul li {
    border-left: 7px solid var(--primary);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.subjectSlider ul li:hover {
    background-color: var(--secondary) !important;
    color: #fff;
}
.subjectSlider ul li:hover object{
    mix-blend-mode: difference;
}

.subjectSlider div:nth-child(2) ul li:nth-child(2) {
    margin-top: 77px;
}

.subjectSlider .swiper-slide ul li.Resource {
    position: relative;
    right: 373px;
    top:15px;
}

.subjectSlider .swiper-slide ul li.last {
    position: relative;
    right: 361px;
    top: -80px;
}

.subjectSlider .swiper-slide ul li.ScndLast {
    position: relative;
    left: 29px;
}

.swiper-1 li:nth-child(even) {
    position: relative;
    left: 158px;
}

.swiper-2 li:nth-child(even) {
    position: relative;
    right: 219px;
}

.subjectHexa {
    left: 60px;
    bottom: 0px;
}

.subjectletter {
    right: 12%;
    top: 14%;
    width: 101px;
}

.subjects .subCircle {
    top: 0;
}

.dottedBorder {
    border-radius: 20px;
}

.dottedBorder ul li object {
    border-right: 8px solid var(--primary);
    border-radius: 20px;
    border-top-right-radius: 0px;
    box-shadow: 0px 0px 7px #cfcfcf;
    padding: 9px 17px;
}

@keyframes marching-ants {
    0% {
        background-position: 0 0, 50px 100%, 0 50px, 100% 0;
    }

    100% {
        background-position: 50px 0, 0 100%, 0 0, 100% 50px;
    }
}

.dottedBorder ul {
    background-image: linear-gradient(90deg, var(--primary) 38%, transparent 99%), linear-gradient(90deg, var(--primary) 50%, transparent 50%), linear-gradient(0, var(--primary) 50%, transparent 50%), linear-gradient(0, var(--primary) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 14px 4px, 14px 5px, 4px 15px, 4px 15px;
    animation: marching-ants 550ms infinite linear;
}

.customPapper p:nth-child(1) {
    background: var(--primary);
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.customPapper a {
    color: var(--gray);
    font-weight: 600;
}

.customPapper ul li:nth-child(1) object {
    background: var(--primary);
    padding: 10px 16px;
    border-radius: 14px;
    border-top-right-radius: 0%;
}

.customPapper ul li:nth-child(2) object {
    background: var(--secondary);
    padding: 10px 20px;
    border-radius: 20px;
    border-top-right-radius: 0%;
}

.customPapper ul li:nth-child(3) object {
    background: var(--primary);
    padding: 13px 9px;
    border-radius: 14px;
    border-top-right-radius: 0%;
}

.customPapper {
    border-radius: 14px;
}

.ctaBg {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: 0px 0px 8px #c1bdbd;
    margin-top: 2rem;
}

.ctaGirl {
    position: absolute;
    bottom: 0;
    left: 8.8%;
}

.footer-icons i {
    /*border-radius: 15px;*/
    font-size: 16px;
    /*background: var(--primary);*/
    color: var(--white);
    /*padding: 8px;*/
}

.quickLinks .bold {
    color: var(--gray);
    font-weight: 700;
    font-size: 22px;
}

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

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

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

.priceSlider .swiper-pagination {
    position: static;
}


.featureSlider .swiper-pagination .swiper-pagination-bullet-active,
.priceSlider .swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: var(--secondary);
}

.featureSlider.swiper-pagination .swiper-pagination-bulletd,
.priceSlider .swiper-pagination .swiper-pagination-bullet {
    background: var(--primary);
    opacity: 1;
    width: 10px;
    height: 10px;
}

.letterTop {
    position: absolute;
    right: 0;
    top: 0;
}

.letterBottom {
    position: absolute;
    bottom: 16px;
    left: -24px;
}

.capBottom {
    position: absolute;
    right: 0;
    bottom: 24px;
}

.priceLeve p {
    font-size: 25px;
    text-align: center;
    border-radius: 14px;
    padding: 13px 21px;
    background: var(--secondary);
    color: var(--white);
    margin: 0;
    font-weight: 700;
}

.priceAmount {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.priceAmount div {
    text-align: center;
    border-radius: 14px;
    padding: 18px 21px;
    background: var(--primary);
    color: var(--white);
    margin: 0;
}

.order-summary {
    color: var(--white);
    background: var(--secondary);
}

.order-details,
.order-form {
    background: var(--lightBlue);
    border-radius: 20px;
    border: 2px solid var(--secondary);
}

.form-radius {
    border-radius: 55px;
}

.order-details .form-control,
.order-form .form-control {
    border: 1px solid black;
    border-radius: 50px;
}

.order-details .form-control:hover {
    background: var(--secondary);
    color: var(--white);
}

.order-details .form-control:hover::placeholder {
    color: var(--white);
}

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

.reviewShadow {
    box-shadow: 0px 0px 4px -2px #000 !important;
}

.topBar nav.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
    top:0;
    transition: .1s linear;
    border-radius: 0;
    width:100%;
}

.serviceHeading {
    gap: 2rem;
}

#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;
    left: 48%;
    top: 40%;
    width: 120px;
    height: 120px;
    border-style: solid;
    border-color: #f45c4b #fff #000;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: 0.8s linear infinite spin;
    animation: 0.8s linear infinite spin;
    position: absolute;
}

.formBtn {
    outline: none;
    border: none;
    background: transparent;
    color: var(--white);
    padding: 5px 6px;
    border-radius: 4px;
}

.formBtn.active {
    background: var(--secondary);

}
.form-control{
    appearance:auto;
}

.headerForm .form-control:focus {
    box-shadow: none;
}

.footer-icons a {
    width: 30px;
    height: 30px;
    background: var(--primary);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customerSaysx{
	box-shadow: 0px 0px 12px #3333;
}

.orange{
    color:var(--secondary);
}
.orange:hover{
    color: var(--secondary);
}
.blue{
    color:var(--primary);
}
.subjectRight ul li hr{
     border: 1px solid var(--secondary);
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color:var(--secondary);
}
.nav-link:focus, .nav-link:hover{
    color:var(--secondary);
}

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

.boxBlog p {
    cursor: auto;
    color: #000;
}