@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 {

    --primary: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 58, 202, 1) 100%);
    --white: #fff;
    --black: #000;
    --secondary: #D9D9D9;
}

* {
    font-family: "Poppins", sans-serif;

}

ol,
ul {
    padding-left: 0px;
    list-style: none;
}

h1,
h2,
h3 {
    font-family: "Baloo 2", sans-serif;

}




a {
    text-decoration: none;
    list-style: none;
    color: black;
}

.fs60 {
    font-size: 60px;
}

.fs50 {
    font-size: 50px;
}

.fs45 {
    font-size: 45px;
}

.fs40 {
    font-size: 40px;
}

.fs30 {
    font-size: 30px;
}

.fs20 {
    font-size: 20px;
}

section {
    padding: 50px 0px;
}

.bgsecondary {
    background: var(--secondary);
}

.bgwhite {
    background: var(--white);
}

.bgprimary {
    background: var(--primary);
}

.bgblack {
    background: var(--black);
}

.home form {
    margin-bottom: 15px;
}

.home ul li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.home ul li span {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

header .nav-item a.nav-link,
header a.nav-link:active {
    color: var(--white) !important;
}

header a.nav-link:active {
    font-weight: 700;
}

.txt-white {
    color: var(--white);
}

header .order-now {
    background: var(--white);
    color: var(--black);
    padding: 10px 25px;
    border-radius: 30px;
}

header .login {
    background: var(--black);
    color: var(--white);
    padding: 10px 35px;
    border-radius: 30px;
}


.home-banner {
    background: url(../img/home-banner.webp)top center/cover no-repeat;
}

.home .form-group {
    display: flex;
    align-items: start;
    gap: 7px;
}

section.home select {
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 24px;
    appearance: auto;

}

section.home select,
section.home .form-price {

    width: 100%;

}

section.home .form-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    gap: 3px;

}

.form-price span {
    font-size: 30px;
    color: white;
    font-weight: bold;
    font-family: "Baloo 2", sans-serif;
}

.form-price button {
    padding: 7px 35px;
    font-size: 20px;
    background: var(--black);
    color: var(--white);
    border-radius: 25px;
    border: none;
    font-weight: 700;
}

.review-method {
    background: var(--black);
    border-radius: 40px;
    padding: 10px;
}

.banner-anim {
    width: 100%;
    height: 80px;
    background: url(../../assets/img/Unis.webp) repeat-x;
    background-size: cover;
    animation: animatedBackground 50s linear infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -4750px 0;
    }
}

.time-serving .order-now {
    background: var(--white);
    color: var(--black);
    padding: 10px 30px;
    border: 2px solid black;
    border-radius: 30px;
}


.time-serving .live-chat {
    background: var(--black);
    color: var(--white);
    padding: 10px 40px;
    border-radius: 30px;
}

.navbar .container {
    border-bottom: 2px solid white;
}

.order-now {
    background: var(--white);
    color: var(--black);
    padding: 10px 30px;
    border: 2px solid black;
    border-radius: 30px;
}

.live-chat {
    background: var(--black);
    color: var(--white);
    padding: 10px 40px;
    border-radius: 30px;
}

.time-serving {
    background: url(../img/timesavingBg.webp)center/cover no-repeat;
}

section.time-serving ul li {
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 28px;
    padding: 16px;
    border-radius: 30px;
    box-shadow: inset 0 0 25px rgba(0, 102, 255, 4.5), inset 0 0 10px rgba(0, 102, 255, 0.3), 0 0 20px rgba(0, 102, 255, 0.25);
}

section.time-serving ul li span {
    font-size: 22px;
    font-weight: 700;
}

section.time-serving ul li div:nth-child(1) {
    background: var(--primary);
    padding: 10px 10px;
    border-radius: 50%;
}

section.time-serving ul li p {
    margin: 0px;
    font-size: 15px;
}

.cta {
    background: var(--primary);
}

.assignment-help {
    background: url(../img/assignment-help.webp), white;
    background-size: cover;
    background-repeat: no-repeat;
}

.assignment-help .card-box span {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.assignment-help .card-box {
    background: var(--white);
    padding: 30px 14px;
    border-radius: 30px;
    box-shadow: inset 0 0 25px rgba(0, 102, 255, 4.5), inset 0 0 10px rgba(0, 102, 255, 0.3), 0 0 20px rgba(0, 102, 255, 0.25);
    margin: 18px 6px;
    transition: 0.3s ease-in-out;
}



.assignment-help .card-box p {
    font-size: 13px;
}

.assignment-help .card-box:hover {
    background: var(--primary);
    color: white;
    transform: rotate(-5deg);
    transition: 0.3s ease-in-out;
}


.assignment-help .card-box a {
    color: black;
    background: var(--white);
    padding: 8px 21px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid;
}

.swiper-pagination-bullet {
    padding: 7px;
}

.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}

.content-box {
    overflow-y: scroll;
    height: 1300px;
}

.content-box::-webkit-scrollbar {
    width: 8px;
}

.content-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* background */
}

.content-box::-webkit-scrollbar-thumb {
    background: #007bff;
    /* scrollbar color */
    border-radius: 10px;
}

.content-box::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.contact-now {
    background: var(--primary);
    color: white;
}

.contact-now .left-content {
    background: var(--white);
    color: black;
    padding: 40px 25px;
    text-align: center;
    border-radius: 45px;
    box-shadow: inset 0 0 25px rgba(0, 102, 255, 4.5), inset 0 0 10px rgba(0, 102, 255, 0.3), 0 0 20px rgba(0, 102, 255, 0.25);
}

.contact-now .left-content span {
    font-size: 35px;
    font-weight: 700;
}

.left-content .contact-box {
    background: var(--primary);
    width: max-content;
    margin: auto;
    border-radius: 50%;
    padding: 12px;
}

.writer-box {
    padding: 25px;
    border: 1px solid;
    border-radius: 20px;
}

.writer-box:hover {
    background: var(--primary);
    color: var(--white);
}

.writer-box p {
    border-bottom: 2px solid;
    padding-bottom: 15px;
}

.writer-box .profile-name .name {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.writer-box .profile-name .designation .fa-star {
    font-size: 14px;
    color: #F9AD03;
}

.writer-box .profile-name .designation span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-left: 3px;
}


.focus-area span {
    font-size: 20px;
    display: block;
    padding: 8px 0px 4px;
    font-weight: 700;
}

.focus-area ul {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.focus-area ul li {
    font-weight: 500;
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
    font-size: 14px;
}

.writer-box a {
    font-size: 20px;
    padding: 6px 40px;
    background: black;
    color: white;
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: center;
}

ul.review-rate li {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}

.Proficiency span {
    font-size: 20px;
}

.Proficiency p {
    font-size: 18px;
    font-weight: 700;
}

ul.review-rate li span:nth-child(1) {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

ul.review-rate li span:nth-child(1) {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

ul.review-rate {
    display: grid;
    grid-template-columns: auto auto;
}

.writers {
    background: url(../img/timesavingBg.webp);
}

.process-box {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 25px rgba(0, 102, 255, 4.5), inset 0 0 10px rgba(0, 102, 255, 0.3), 0 0 20px rgba(0, 102, 255, 0.25);
    padding: 20px;
    margin: 8px 8px 24px;
    border-radius: 30px;
}

.process-box span {
    font-size: 22px;
    font-weight: 600;
}

.testimonial-box span {
    font-size: 20px;
    font-weight: 700;
}

.fa-star {
    color: #F9AD03;
}

section.testimonial .swiper-pagination-bullet {
    padding: 1px 44px;
    border-radius: 0px;
    height: 5px;
}

.update-assignment button.btn {
    position: absolute;
    right: 3px;
    top: 4px;
    border-radius: 0px 30px 30px 0px;
    padding: 12px 28px;
    font-size: 14px;
}

.update-assignment input {
    padding: 16px 15px;
    border-radius: 30px;
    font-size: 14px;
}

.faq {
    background: #F5F5F5;
}

.faq span {
    font-size: 24px;
    font-family: "Baloo 2", sans-serif;
    line-height: 34px;
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
}

.faq p {
    border-bottom: 2px solid black;
    padding-bottom: 15px;
    font-size: 15px;
}

.counter-box span {
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
}


.counter-box {
    display: flex;
    align-items: end;
    gap: 8px;
    padding: 15px 20px;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    margin: 7px;
    border-radius: 20px;
    justify-content: center;
}

.counter-box p {
    margin: 0px;
    font-size: 18px;
}

footer {
    background: url("../img/footerbg.webp")center/cover no-repeat;
    padding: 40px 0px;
}

footer span {
    font-size: 26px;
    font-weight: 700;
    color: white;
    font-family: "Baloo 2", sans-serif;
    display: block;
    margin-bottom: 8px;
}

footer ul li {
    padding-bottom: 16px;
}

footer ul li a {
    font-size: 15px;
    color: white;
    display: flex;
    gap: 5px;
}

footer ul li a span {
    margin-bottom: 0px;
    font-size: 20px;
}

footer ul li a p {
    font-size: 15px;
}

.social-media i {
    font-size: 26px;
    color: white;
}

.copy-right ul li a span {
    margin-bottom: 0px;
}

.copy-right ul li a {
    color: var(--white);
}

button.navbar-toggler {
    background: white;
}

.plan-box {
    background: var(--primary);
    color: white;
    padding: 50px;
    text-align: center;
    border-radius: 40px;
}

.plan-box span {
    display: block;
    padding: 40px 20px;
    font-size: 30px;
}

.plan-box p {
    font-size: 14px;
}

.review-testimonial .testimonial-box {
    margin-bottom: 40px;
}

.plans {
    background: var(--primary);
    color: white;
    padding: 80px 20px;
    text-align: center;
    border-radius: 20px;
}

.plans span {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.prices {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 10px;
}

.prices .price-box {
    border: 2px solid black;
    margin: 0px;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    line-height: 26px;
}

.prices .price-box span {
    font-size: 18px;
    font-weight: 600;
}

.prices .price-box p {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0px;

}

section.order-sec .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

section.order-sec .file-upload {
    border: 2px dashed #212529;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.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;
}

.order-summary {
    background: var(--primary);
    color: var(--white);
    padding: 20px 30px;
    border-radius: 20px;
}

.border-sec {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 10px 0px 3px;
    margin-bottom: 10px;
}

.order-summary p {
    margin-bottom: 4px;
}

.order-summary span {
    font-size: 18px;
    font-weight: 800;
    display: block;
    margin-bottom: 7px;
}

.personal-detail label {
    display: block;
}

.personal-detail .form-group div {
    width: 100%;
}

.personal-detail .form-group div input {
    width: 100%;
    padding: 8px;

}

.personal-detail div select {
    width: 100%;
    padding: 8px;


}

.total p {
    font-size: 30px;
}

.total button {
    font-size: 20px;
    background: var(--black);
    color: white;
    padding: 7px 20px;
    border-radius: 30px;
}

.headerSec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--primary);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 2em;
    z-index: 999999;
}