@import url('https://fonts.googleapis.com/css2?family=Paytone+One&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');

* {
    list-style: none;
    font-family: "Poppins", sans-serif;

}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;

}

h1,
h2,
h3 {
    font-family: "Paytone One", sans-serif;
}

.home h1 {
    font-size: 50px;
}

header a.nav-link {
    font-size: 22px;
    color: var(--white);
}

header a.nav-link:hover {
    color: var(--primary-solid) !important;
}

header .nav-link.active {
    color: var(--primary-solid) !important;
    font-weight: bold;
    border-bottom: 3px solid;
    line-height: 16px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--white);
}

ul.navbar-nav {
    background: black;
    padding: 10px 40px;
    border-radius: 40px;
}

header .live-chat,
section.assignment-help .live-chat {

    background: var(--black);
    color: white;
}

header .login {
    color: var(--black);
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.home {
    background: url(../img/HomeBg.webp)center/cover no-repeat;
}

.home .left-content {
    position: relative;
    z-index: 1;
}

.home .left-content a.order-now {
    font-size: 30px;
    background: black;
    padding: 12px 40px;
    color: white;
    border-radius: 14px;
    font-weight: 700;
}

section.home .right-content img {
    position: relative;
    left: -166px;
    width: 650px;
    z-index: 0;
}

section.home-form {
    background: url(../img/HomeFormBg.webp)center/cover no-repeat;
}

section.home-form span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    font-family: "Paytone One", sans-serif;
    margin-bottom: 5px;
}

section.home-form form div {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}

section.home-form form div select,
section.home-form form div input {
    font-size: 20px;
    padding: 14px;
    border: 2px solid;
    border-radius: 10px;
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
}

section.home-form form input::placeholder {
    font-size: 20px;
    color: var(--black);
}

section.home-form form div button {
    width: 100%;
    font-size: 28px;
    padding: 8px 2px;
    border-radius: 10px;
    font-weight: bold;
    background: var(--black);
    color: white;
}

section.home-form form div p {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    font-family: "Paytone One", sans-serif;


}

section.assignment-help ul {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 20px;
    gap: 20px;
    font-weight: 600;
}

section.assignment-help ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.choose-us {
    background: url(../img/ChooseUsBg.webp)center/cover no-repeat;
}

.choose-box {
    text-align: center;
    background: var(--white);
    padding: 60px 20px 40px;
    margin: 60px 5px 5px;
    color: var(--black);
    position: relative;
    border-radius: 20px;
}

.choose-box img {
    width: 60px;
}

.choose-box div {
    border: 7px solid orangered;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: -52px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    background: white;

}

.choose-box span {
    font-size: 30px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 20px 0px;
}


.counter_box span {
    font-size: 64px;
    font-weight: 600;
    border-right: 2px solid grey;
    padding-right: 20px;

}

.counter_box span:last-child {
    border-right: none;
}

.counter_box p {
    font-size: 30px;
    font-weight: 600;
}

.counter_box div {
    display: flex;
    gap: 10px;
    align-items: baseline;
}



.counter .boxes {
    position: relative;
    border-radius: 90px;
    padding: 20px;
    text-align: center;
}

.counter .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    object-fit: inherit;
    z-index: 0;
}

.boxes>*:not(.bg-shape) {
    position: relative;
    z-index: 1;
}


.counter .boxes .whatsapp span {
    font-size: 26px;
    display: block;
    color: black;

}

.counter .boxes .whatsapp {
    font-size: 38px;
    color: black;
}

.counter_box {
    position: relative;
    padding: 10px;
}

.counter_box::after {
    content: "";
    position: absolute;
    right: 0;
    /* border ko right pe lagana */
    top: 25%;
    /* kitni upar se start ho */
    height: 50%;
    /* border ki height */
    width: 2px;
    /* border ki width */
    background-color: black;
    /* ya jo bhi color hai */
}

.counter_box:last-child::after {
    display: none;
}

.counter .boxes .whatsapp div {
    background: var(--primary);
    padding: 10px;
    margin: 10px 0px;
    width: 124%;
    position: relative;
    left: -44px;
    color: var(--white);
}

.counter .boxes .whatsapp div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 0;
    /* height: 0; */
    border-left: 10px solid whitesmoke;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.counter .boxes .whatsapp div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    width: 0;
    /* height: 0; */
    border-right: 10px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.professionals {
    background: url(../img/ProfessionalBg.webp)center/cover no-repeat;
}

section.home-content {
    /* margin: 10px 0px; */
    position: relative;
    padding: 0px;
}

section.home-content::after {
    content: '';
    width: 49.5%;
    height: 100%;
    position: absolute;
    right: 0;
    background: green;
    z-index: -2;
    top: 0;
}

section.home-content::before {
    content: '';
    width: 49.5%;
    height: 100%;
    position: absolute;
    left: 0;
    background: orangered;
    z-index: -2;
}

.subject-img {
    background: url(../img/SubjectImg.webp)center /cover no-repeat;
}

.subject .subject_box {
    padding: 45px;


}

.subject .subject_box span {
    font-family: "Paytone One", sans-serif;

}

.subject-left {
    background: url(../img/SubjectLeft.webp)center /cover no-repeat;
}

.academic-writers .shape {
    position: absolute;
    width: 16%;
    right: 0px;
    top: 0px;
    z-index: -1;
}

section.home-content span {
    font-size: 40px;
    line-height: normal;
    font-family: "Paytone One", sans-serif;

}

section.home-content .left-content {
    padding: 20px 10px 20px 20px;
}

section.home-content .right-content {
    padding: 20px 10px 20px 30px;
}

.malaysia-helper {
    background: url(../img/malaysiaBg.webp)center/cover no-repeat;
}

.cta {
    background: url(../img/CtaBg.webp)center/cover no-repeat;
}

.cta .right-content img {
    width: 100%;
}

.cta-2 .boxes {
    padding: 10px;
    /* border: 2px solid black; */
    border-radius: 90px;
    text-align: center;
    width: 120%;
}

.cta-2 .left-content span {
    font-family: "Paytone One", sans-serif;

}

.cta-2 .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    object-fit: inherit;
    z-index: 0;

}


.cta-2 .boxes .whatsapp {
    font-size: 28px;
    color: black;
}

.cta-2 .boxes .whatsapp div {
    background: var(--primary);
    padding: 10px;
    margin: 10px 0px;
    width: 135%;
    position: relative;
    left: -45px;
    color: var(--white);
}

.cta-2 .boxes .whatsapp div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    width: 0;
    /* height: 0; */
    border-right: 10px solid whitesmoke;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.cta-2 .boxes .whatsapp div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 0;
    /* height: 0; */
    border-left: 10px solid whitesmoke;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.cta2-tiger {
    top: -30px;
    position: absolute;
}

img.malaysiaflag {
    position: absolute;
    width: 16%;
    right: 0px;
    height: 100%;
    top: 0px;
}



.testimonial .swiper {
    width: 100%;
    padding-top: 50px;
}

.testimonial .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: auto;
    display: flex;
}

.testimonial-box {
    padding: 50px 25px;
    background: white;
    border-radius: 50px;
    margin: 50px 0px 0px;

}

.testimonial .swiper-3d .swiper-wrapper {
    transform-style: flat;
}

.testimonial .swiper-slide.swiper-slide-active .testimonial-box {
    background: black;
    color: white;
    margin: 50px 0px 0px;
}

.testimonial .swiper-slide.swiper-slide-active .testimonial-box .testiquote {
    filter: invert(1);
}

.testimonial-box span {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-box p {
    font-size: 25px;
}

.testimonial .swiper-slide.swiper-slide-next .testimonial-box {
    padding: 75px 25px;
    margin: 0px;
}

.process {
    background: url(../img/ProcessBg.webp)center/cover no-repeat;
}

.process-box {
    background: white;
    padding: 70px 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}




.process-box span {
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.process-box p {
    font-weight: 500;
}

.process-box img {
    margin-bottom: 10px;
    /* Space between image and text */
}

.process .swiper {
    overflow: visible;
}

img.shape-right {
    position: absolute;
    right: -65px;
}

.half-circle {
    width: 20rem;
    height: 10rem;
    background-color: #48abe0;
    border-radius: 10rem 10rem 0 0;
}

.faq {
    background: url(../img/FaqBg.webp)center/cover no-repeat;
}

.faq .accordion-button {
    font-size: 20px;
}

.faq .accordion-item {
    margin-bottom: 10px;
}

.faq .accordion-button:not(.collapsed) {
    color: var(--black);
}

.latest-blog-box {
    background: var(--primary);
    color: white;
}

.latest-blog-box span {
    font-size: 40px;
}

.latest-blog-box .last-content {
    background: black;
}

.latest-blog-box .last-content p {
    margin: 0px;
}

footer {
    background: url(../img/FooterBg.webp)center/cover no-repeat;
    padding: 40px 0px 20px;
    color: var(--white);
}

footer .boxes {
    padding: 10px;
    border-radius: 90px;
    text-align: center;
    width: max-content;
}

footer .bg-shape {
    position: absolute;
    top: 0;
    left: 0px;

    width: 300px;
    height: 175px;
    object-fit: inherit;
    z-index: 0;
}

footer .boxes a {
    color: white;
    font-size: 24px;
}

footer .boxes .whatsapp div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    width: 0;
    /* height: 0; */
    border-left: 10px solid black;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

footer .boxes .whatsapp div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    width: 0;
    /* height: 0; */
    border-right: 10px solid black;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


footer .boxes .whatsapp div {
    background: var(--primary);
    padding: 10px;
    margin: 10px 0px;
    width: 320px;
    position: relative;
    left: -20px;
    color: var(--white);
    font-size: 26px;
}

footer div ul li a {
    font-size: 20px;
    color: white;
}


footer div ul li {
    padding: 12px 0px 0px;
}

.copyright {
    border-top: 1px solid white;
}

.testiSwiper {
    position: relative;
    padding-top: 50px;
    /* space for arrows */
}

.testimonial .swiper-button-prev,
.testimonial .swiper-button-next {
    top: 30px;
    /* arrows upar aa jayein */
    width: 35px;
    height: 35px;
    /* background: #000; */
    color: var(--primary-solid);
    border-radius: 50%;
    z-index: 10;
}

/* arrows ke bich me thoda farq */
.testimonial .swiper-button-prev {
    left: 10px;
}

.testimonial .swiper-button-next {
    right: 10px;
}

.faq .accordion-button:not(.collapsed) {
    background: black;
    color: var(--white);
}

.faq .accordion-collapse.collapse.show {
    background: black;
    color: white;
}

.faq button.accordion-button {
    font-size: 21px;
    font-weight: 500;
    line-height: normal;
}

.faq .accordion-button:not(.collapsed)::after {

    filter: contrast(0.1);
}

.latest-blog-box img {
    padding: 30px;
    display: block;
    margin: auto;
}

.latest-blog-box .content {
    padding: 20px;
}

.latest-blog-box .last-content {
    padding: 20px;

}

img.downshape {
    position: absolute;
    left: 30px;
    top: 4px;
}

img.upshape {
    position: absolute;
    top: -5px;
    right: 30px;
}

.swiper-pagination-bullet {
    padding: 6px;
}

.choose-us .swiper-pagination-bullet-active,
.process .swiper-pagination-bullet-active {
    background: var(--white) !important;
}

.latest-blogs .swiper-pagination-bullet-active,
.pricing-content .swiper-pagination-bullet-active,
.counter .swiper-pagination-bullet-active {
    background: var(--primary) !important;
}

.serviceflag {
    position: absolute;
    right: 0px;
    width: 250px !important;
    top: 0px;
    z-index: -1;
}

.price-flag {
    background: url(../img/malaysiapriceflag.webp);
}

.pricing-content .left-content {
    padding: 60px;
}

select.form-control {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
}

a.navbar-brand img {
    width: 165px;
}

.price-flag img {
    width: 100%;
}

.price-heading {
    display: inline-block;
    text-align: center;
    color: var(--white);
    padding: 10px 20px;
    background: var(--primary);
    width: max-content;
    margin: auto;
    border-radius: 30px;
}

.priceSwiper ul li:first-child {
    background: var(--primary);
    font-size: 36px;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 20px;
    border: none;
}

.priceSwiper ul li {
    text-align: center;
    line-height: normal;
    border: 2px solid black;
}

.priceSwiper ul li span {
    font-size: 30px;
    font-weight: bold;
}

.priceSwiper ul li p {
    font-size: 46px;
    font-weight: bold;
    color: var(--primary-solid) !important;
}

section.pricing-content img {
    position: relative;
    left: -50px;
    top: 20px;
}

form.order-form div label {
    font-size: 15px;
    width: 20%;
}

form.order-form div select {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 8px;
}

form.order-form div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

form.order-form div textarea {
    width: 100%;
    padding: 12px 12px 40px;
    border-radius: 8px;
}

form.order-form div textarea::placeholder {
    color: black;
    font-size: 15px;
}

input[type="file"] {
    padding: 10px 0px;
}

form.form-info div input,
form.form-info div div select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: #CFCAC8;
}

form.form-info label {
    display: block;
}

form.form-info div div {
    width: 100%;
    padding: 10px 0px;
}

.form-info input[type="checkbox"] {
    width: 3% !important;
}

form.form-info div input::placeholder {
    color: var(--black);
}

form.form-info button {
    width: 325px;
    padding: 10px;
    background: var(--primary);
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
}

section.order-now h2 {
    color: var(--primary-solid);
    font-size: 50px;
}

.order-summary {
    background: var(--primary);
    padding: 20px;
    color: white;
    text-align: center;
}

.order-summary div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

.order-summary h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px;
}

.order-summary p {
    font-size: 18px;
    font-weight: 700;
}

.order-summary div span {
    font-weight: lighter;
}

.securit-system {
    padding: 20px;
    border-top: 12px solid var(--primary-solid);
    border-top-left-radius: 60px;
    background: var(--white);
}

.securit-system .para {
    font-size: 30px;

}

.securit-system ul {
    display: block !important;
}

.securit-system ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.securit-system ul li div {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 10px;
}

.securit-system ul li div .price {
    text-decoration: line-through;
}

.securit-system .premium {
    color: var(--primary-solid);
    text-align: center;
}

.securit-system a {
    font-size: 18px;
    background: var(--black);
    color: var(--white);
    padding: 8px 20px;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    margin: auto;
}