:root {
    --primaryBg: #682a7d;
    --secondaryBg: #80c556;
    --greyBg: #696868;
    --darkGrey: #000;
}
body {
  font-family: "Outfit", serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p{
    font-size: 18px;
}
.bgpurple{
    background: var(--primaryBg);
}
.bggreen{
    background: var(--secondaryBg);
}
.Header .nav-link.ordernow {
    background: var(--primaryBg);
    padding: 8px 2rem;
    border-radius: 30px;
    color: #fff;
}
.Header .nav-link.whatsapp {
    background: #fff;
    padding: 8px 1rem;
    border-radius: 30px;
    color: var(--primaryBg);
}
.green{
    color:var(--secondaryBg);
}
.fs25{
    font-size: 25px;
}
.Header .nav-link {
    color: var(--darkGrey);
    font-weight: 600
}
.Slidersec {
    padding-top: 8rem;
    padding-bottom: 5rem;
}
.Slidersec h1 span {
    color: var(--secondaryBg);
}
.ordernow {
    background: var(--primaryBg);
    padding: 8px 2rem;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
.livechat {
    background: var(--secondaryBg);
    padding: 8px 2rem;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
.universities-img {
    background: url("/assets/images/flags.webp");
    background-position: 50%;
    height: 73px;
    animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
    top: 16px
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -4750px 0
    }
}
.purple {
    color: var(--primaryBg);
}
.purplebg{
    background: var(--primaryBg);
}
.Counter {
    background: var(--secondaryBg);
}
.counterItem {
    text-align: center;
}
.WiningSec {
    background: url("/assets/images/winning-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.writeCIPD {
    background-color: rgb(0, 166, 166);
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
}
.email {
    padding: 8px 20px;
    border-radius: 30px;
}
.featureItems {
    box-shadow: 0px 0px 4px 3px #a4a4a433;
    padding: 2rem 2rem;
    border-radius: 10px;
    height: 100%;
}
.Writingsec {
    background: url("/assets/images/writing-sec-bg2.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.levelBox {
    position: relative;
}
.levelCount {
    font-size: 10rem;
    font-weight: 800;
    color: var(--primaryBg);
    text-align: center;
}
.circleLevel {
    width: 100%;
    max-width: 197px;
    height: 197px;
    border-radius: 50%;
    background: #3333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    padding-top: 2rem;
    margin-top: -8rem;
}
.circleLevel p {
    color: #000;
}
p.levelpara {
    text-align: center;
    font-size: 18px;
}
.levelBox:hover .circleLevel {
    background: var(--secondaryBg);
}
.Ctasec {
    background: var(--secondaryBg);
}
.testimonailBox {
    box-shadow: 0px 0px 5px 5px #3333;
    padding: 1rem 1rem;
    border-radius: 10px;
}
.morereasonInner {
    background: var(--secondaryBg);
}
.Writers {
    background: url("/assets/images/chosse-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Buysec {
    background: url("/assets/images/buy-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Buysec .form-control {
    padding: 15px 20px;
    border-radius: 30px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.Buysec button {
    background: var(--secondaryBg);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    width: 100%;
}
.processItems {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.processItems::before {
    position: absolute;
    content: "";
    background: url("/assets/images/proce-before.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 183px;
    height: 281px;
    left: 50px;
}
.processWrap {
    padding-top: 7rem;
    padding-bottom: 5rem;
}
.Faq .accordion-button {
    background: var(--secondaryBg);
    font-size: 21px;
    color: #fff;
}
.Footer {
    background: url("/assets/images/footerBg.webp");
    background-position: center;
    background-size: cover;
}
.pages-ul-box ul {
    list-style: none;
    display: flex;
    align-items: center;
    border-top: solid 1px #ffffff45;
    border-bottom: solid 1px #ffffff45;
    padding: 10px 0;
    margin: 35px 0;
    justify-content: center;
}
.pages-ul-box ul li {
    width: 30%;
    color: #fff;
    margin: 0;
}
.pages-ul-box ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.footer-btn a {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}
.footerMenuWrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    list-style-type: none;
}
.footerMenuWrap ul li {
    width: 11%;
}
.footerMenuWrap ul li a {
    text-decoration: none;
    color: #fff;
}
.footerMenuWrap ul li a img {
    height: auto;
    width: 40px;
}
.Headerform {
    background: url("/assets/images/formBg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 2rem;
}
.Headerform .form-group {
    margin: 6px 0;
}
.Headerform .form-control {
    padding: 10px 10px;
    border-radius: 50px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.Headerform .border {
    border-radius: 50px;
}
.Headerform button {
    background: var(--primaryBg);
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    margin: auto;
    display: flex;
    justify-content: center;
}