.header ul li a {
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
    font-weight: 400;
}
.header ul li a:hover{
    color: var(--black) !important;
}
.header ul li {
    display: flex;
    align-items: center;
}
.navbar-nav li:nth-child(1) svg{
    display: block;
}
.navbar-nav li:nth-child(1) a{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.navbar-light .navbar-nav .nav-link:hover 
{
    color: var(--green) !important;
}
.navbar .order-btn{
    color: green;
    background-color: white;
}
.h-mail{
    clip-path: none !important;
}
.header .col-9 ul li svg {
    padding-left: 15px;
}
.navbar ul li .order-btn:hover{
    background-color: var(--green);
    color: white !important;
}
.navbar ul li .order-btn{
    clip-path: polygon(12% 0, 100% 0, 90% 100%, 0 100%);
}
    
.navbar ul li a:hover{
    color: var(--green) !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color: var(--green);
}
.navbar-light .navbar-nav .nav-link {
    color: var(--white) ;
    font-size: 14px ;
    padding: 0 15px;
}
.header ul li:nth-child(8) {
    position: relative;
    left: -18px;
}
.header ul li:nth-child(9) {
    position: relative;
    left: -36px;
}
.header ul li:nth-child(10) {
    position: relative;
    left: -56px;
}
/*.header ul li:nth-child(11) {*/
/*    position: relative;*/
/*    left: -36px;*/
/*}*/
/*.header ul li:nth-child(11) {*/
/*    position: relative;*/
/*    left: -77px;*/
/*}*/
.header ul li:nth-child(12) a {
    font-size: 20px;
    font-weight: 400;
}
.order-btn {
    font-size: 16px;
    background-color: var(--white);
    padding: 10px 30px;
    color: var(--black);
    font-weight: 600 !important;
    clip-path: polygon(8% 0, 98% 0, 90% 100%, 0 100%);
    text-decoration: none;
    display: inline-block;
    width: max-content;
    position: relative;
}
.header ul li:nth-child(12) a:hover{
    color: var(--white);
}
.header ul li:nth-child(12) {
    position: relative;
    left: -55px;
}
.bg-index{
    background: url(../images/index-banner.webp)  center top/cover no-repeat; 
    padding: 20px 0;
}
.index-banner .content .list {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 8px;
    padding-left: 38px;
    transform: skewX(358deg);
    padding-right: 80px;
}
.index-banner .content ul li svg {
    color: var(--white);
    background-color: var(--green);
    clip-path: circle();
}
.index-banner form select {
    font-size: 13px;
    font-weight: 300;
    color: var(--white);
    background-color: #010103;
    /*min-width: 182px;*/
    /*height: 40px;*/
    max-width: 210px;
    height: 40px;
    padding-left: 20px;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    appearance: none;
    position: relative;
}
.index-banner form input {
    font-size: 13px;
    font-weight: 300;
    color: var(--white);
    background-color: #010103;
    min-width: 182px;
    height: 40px;
    padding-left: 20px;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    appearance: none;
    position: relative;
}
.index-banner form input::placeholder{
    color:var(--white);
}

.index-banner form .field svg {
    position: absolute;
    right: 10%;
    z-index: 999;
    top: 33%;
    background-color: transparent !important;
    clip-path: none !important;
    color: var(--green) !important;
    transform: rotate(91deg);
    font-size: 12px;
}
.index-banner form .field {
    position: relative;
    margin: 10px 0;
}
.index-banner form .field::before {
    position: absolute;
    content: '';
    width: 102%;
    height: 106%;
    background-color: var(--green);
    top: -1px;
    left: -2px;
    z-index: 0;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);

}
.about-wrap .title span {
    left: 0;
}
.index-banner form button {
    font-size: 14px;
    background-color: var(--green);
    padding: 10px 15px;
    color: var(--black);
    font-weight: 600;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.index-banner form ul li:nth-child(2) .field select {
    width: 300px;
    clip-path: polygon(4% 0, 97.5% 0, 92% 100%, 0 100%);
}
.index-banner form ul li:nth-child(2) .field::before {
    width: 100%;
    clip-path: polygon(4% 0, 100% 0, 94% 100%, 0 99%);
}
.index-banner form {
    background-color: var(--green);
    padding: 9px 36px;
    clip-path: polygon(5% 0, 98.5% 0, 93% 100%, 0 100%);
    position: relative;
}
.index-banner form::before {
    content: '';
    position: absolute;
    width: 99.2%;
    height: 97%;
    background-color: #000201;
    left: 3px;
    top: 2px;
    clip-path: polygon(5% 0, 98.5% 0, 93% 100%, 0 100%);
}
.index-banner .order-btn {
    display: inline-block;
    margin-top: 20px;
}
.index-banner .order-wrap .order-btn:nth-child(2){
    background-color: var(--green);
    color: var(--white);
}
.index-banner h1 {
    transform: skewX(-7deg);
    padding-left: 52px;
    font-size: 40px;
    font-weight: 600;
}
.index-banner p {
    transform: skewX(358deg);
    padding-left: 46px;
}
.img-wrap img {
    display: block;
    margin-left: auto;
}
.university-slider img {
    max-width: 100%;
}
.university-slider .slick-track {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.about-wrap  .title {
    position: relative;
    font-size: 90px;
    font-family: Perpetua;
    color: var(--green);
    font-weight: 800;
    line-height: 69px;
    left: -33%;
    top: 10%;
    text-transform: uppercase;
}
.about-wrap ul {
    position: relative;
    left: -8%;
}
.about-wrap .order-wrap .order-btn {
    background-color: var(--green);
    color: var(--black);
    margin-top: 30px;
}
.info-wrap{
    background: url(../images/pegs-info-bg.webp)  center top/cover no-repeat; 
}
.info-wrap .left-content p {
    padding-right: 60px;
    line-height: 26px;
    font-weight: 300;
}
.info-wrap .right-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.info-wrap .right-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.services ul {
    display: flex;
}

.services ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background-color: var(--black);
    margin: 10px;
    padding: 10px 29px;
    text-align: center;
    color: var(--white);
    width: 220px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    height: 45px;
    margin-bottom: 16px;
}

.services ul li a:hover {
    background-color: var(--green);
}
.services .right-content p {
    line-height: 25px;
}

.uppercase{
    text-transform: uppercase;
}
.services  .right-content a:nth-child(3){
    background-color: var(--black);
    color: white;
}
.services  .order-btn{
    background-color: var(--green);
    margin-top: 20px;
}
.service-after-img {
    position: absolute;
    right: 0;
    bottom: 10%;
}
.cta-wrap{
    background: url(../images/cta-bg.webp)  center top/cover no-repeat; 
}
.cta-content ul li span, .process .order-wrap ul li span {
    display: block;
    text-align: left;
    line-height: 1;
}

.cta-content .order-wrap a:nth-child(3) {
    text-decoration: none;
    color: var(--white);
}

.cta-content .order-wrap a:nth-child(3) svg 
{
    font-size: 37px;
}
.process .order-wrap svg {
    color: var(--black);
    font-size : 37px
}
.writers{
    background: url(../images/writers-bg.webp)  center top/cover no-repeat; 
}
.writer-1 {
    max-width: 500px;
    min-height: 190px;
    padding: 5px 58px 15px 31px;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    background-color: var(--green);
    margin: 20px 10px;
}
.writer-1 div:nth-child(1) span:nth-child(3) {
    padding-top: 10px;
    padding-left: 10px;
}
.writer-1 p {
    padding-left: 47px;
    padding-bottom: 10px;
    font-weight: 200;
    padding-top: 15px;
}
.writer-1 div:nth-child(3) {
    border-top: 1px solid var(--green);
    border-bottom: 1px solid var(--green);
    padding: 5px 0;
    color: var(--green);
}
.writer-1 div:nth-child(4){
    color: var(--green);
    padding-top: 5px;
}
.writer-1::before {
    content: '';
    position: absolute;
    width: 99%;
    height: 98%;
    background-color: black;
    top: 2px;
    left: 2px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    z-index: -1;
}
.writer-img {position: absolute;bottom: 0;}
.left-content img {
    display: block;
    margin-left: auto;
}

.after-writer .left-content ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
}

.after-writer .left-content ul li a span {
    display: block;
    text-align: left;
    line-height: 10px;
}

.after-writer .left-content ul li a svg {
    font-size: 31px;
}

.after-writer .left-content ul {
    background: url(../images/shape.webp) center top/cover no-repeat;
    padding: 30px 20px;
    width: max-content;
    position: absolute;
    top: 0;
    left: -25%;
    top: 7%;
}
.after-writer .left-content ul li {
    margin-bottom: 20px;
}
.after-writer .left-content ul li:nth-child(4){
    margin-bottom: 0;
}
.after-writer .left-content ul .head {
    position: absolute;
    top: -13%;
    right: -24%;
}
.after-writer .right-content ul li {
    padding: 10px 0;
}
.after-writer .order-btn , .process .order-btn{
    background-color: var(--green);
}
.testimonial{
    background: url(../images/testi-bg.webp) left/cover no-repeat;
}
.slide {
    background-color: #aac73b;
    padding: 30px;
    clip-path: polygon(4% 0, 100% 0, 95% 100%, 0 100%);
    position: relative;
    margin-top: 50px;
}
.slide svg{
    color: yellow;
}
.writer {
    position: absolute;
    top: -22%;
    right: -3%;
    z-index: 9999;
}
.slide::before {
    content: '';
    position: absolute;
    width: 99.5%;
    height: 98%;
    background-color: black;
    left: 2px;
    top: 1%;
    clip-path: polygon(4% 0, 100% 0, 95% 100%, 0 100%);
    z-index:-1;
}
.slide p {
    transform: skewX(352deg);
}

.slide ul {transform: skewX(-13deg);padding-left: 10px;}
.process .row {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--green);
}
.bg-process{
    background: url(../images/process-bg.webp) center center/cover no-repeat;
}
.process  span{
    font-family: 'Raleway', sans-serif;
}
.process .right-content {
    padding: 35px 35px 35px 50px;
}
.process .right-content p {
    padding-right: 130px;
}
.bg-pattern{
    background: url(../images/bg-pattern.webp) center top/cover no-repeat;
}
.process .right-content ul li:nth-child(2), .right-content ul li:nth-child(4) {
    margin-left: 150px;
}
.process .right-content .order-wrap ul li:nth-child(2){
    margin-left: 0;
    color: var(--black);
}
.laptop-screen {
    position: absolute;
    left: 2%;
    bottom: 6%;
    max-width: 30%;
}
.counter{
    background: url(../images/counter-bg.webp) center top/cover no-repeat;
}
.counter .row {
    background-color: var(--black);
    padding: 25px;
    border-radius: 80px;
}

.counter .count span:nth-child(1) {
    font-size: 60px;
    color: var(--green);
    font-weight: 700;
    line-height: 1;
    font-family: Perpetua;

}

.counter .count span:nth-child(2) {
    display: inline-block;
    color: var(--green);
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    font-family: Perpetua;

}

.counter .count span:nth-child(3) {
    font-size: 18px;
    color: var(--white);
    display: block;
}
.count {
    text-align: center;
    border-right: 1px solid #ffffff91;
}
.counter .row .col-12:nth-child(4) .count{
    border: none;
}
.faqs .accordion-item button {
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    height: 70px;
}
.faqs .accordion-item{
    margin-bottom: 15px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-radius: 5px;
}
select:focus{
    outline: none;
}
button:focus:not(:focus-visible) {
    box-shadow: none;
}
.accordion-button:not(.collapsed) ,
.accordion-button:not(.collapsed)::after{
    color: var(--black);
}
.payment {
    max-width: 100%;
}
.footer{
    background: url(../images/footer-bg.webp) center top/cover no-repeat;
}
.ft-call a {color: var(--green);display: flex;gap: 10px;align-items: center;}

.ft-call a span {
    display: block;
    line-height: 1.3;
}

.ft-call a svg {
    font-size: 30px;
}

.ft-call a span:nth-child(2) {
    font-size: 18px;
}
.ft-call a:hover{
    color: var(--white);
}
img.ft-logo {
    max-width: 59%;
    margin-bottom: 20px;
}
.footer p {
    padding-right: 30px;
}
.footer ul li {
    line-height: 30px;
}

.footer ul li a {
    font-size: 14px;
    color: var(--white);
}

.footer ul li a:hover {
    color: var(--green);
}
.ft-reviews li {
    margin-bottom: 30px;
}

.ft-reviews li img {
    max-width: 85%;
}
.navbar .order-btn {
    color: var(--black);
}
.order-btn:hover{
    background-color: var(--green);
    color: var(--white);
}
.total-amount {
    z-index: 999;
}
.index-banner .order-wrap .order-btn:nth-child(2):hover{
    background-color: var(--white);
    color: var(--black);
}
.about-wrap .order-wrap .order-btn:nth-child(1){
    background-color: var(--black);
    color: var(--white);
}
.writer-box img {
    position: absolute;
    top: -17%;
    left: 15%;
    z-index: 999;
}
.name {
    padding-left: 120px;
    font-size: 30px;
    font-weight: 400;
}
.writer-box {
    margin-top: 50px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px;
  }
  .slick-dots li:active {
    background-color: var(--green);
  }
  .slick-dots li.slick-active button:before {
    background-color: var(--green);
    border: 1px solid transparent;
    border-radius: 10px;
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before,
  .slick-dots li.slick-active button:before {
    color: transparent;
  }
  .testimonial-slider .slick-dots {
    display: flex;
    justify-content: end;
    padding-right: 24px;
}
.testi-box img:nth-child(1) {
    top: 0;
    right: 2%;
    position: absolute;
    z-index: 999;
}
.about-bg{
    background: url(../images/about-bg.webp) center top/cover no-repeat;
}
.order-bg{
    background: url(../images/order-bg.webp) center center/cover no-repeat;
}
.pricing-bg{
    background: url(../images/pricing-bg.webp) center top/cover no-repeat;
}
.review-bg{
    background: url(../images/review-bg.webp) center top/cover no-repeat;
}
.about-bg h1 {
    padding-left: 30px;
}
.about-bg p {
    padding-left: 15px;
}
.reviews-bg{
    background: url(../images/reviews-bg.webp) center top/cover no-repeat;
}
.reviews-bg .slick-dots {
    display: flex;
}
.reviews-bg .slide ul {
    align-items: center;
    justify-content: space-between !important;
}
.reviews-bg .testi-box img:nth-child(1) {
    top: 0;
    right: 0;
    position: relative;
    max-width: 100px;
}
.pricing ul li i {
    background-color: var(--green);
    margin-bottom: 20px;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    position: relative;
}

.pricing ul li span {
    font-size: 20px;
}

.pricing ul li i::before {
    content: '';
    position: absolute;
    width: 99.5%;
    height: 94%;
    background-color: #060505;
    top: 2px;
    left: 3px;
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
    z-index: -1;
}
.pricing ul li i svg {
    background-color: var(--green);
    padding: 5px;
    border-radius: 2px;
    font-size: 15px;
    clip-path: circle();
    margin-right: 20px;
}

.pricing ul {
    height: 535px;
    overflow: auto;
    padding-right: 20px;
}
.pricing ul::-webkit-scrollbar {
    width: 1px;
  }
   
.pricing ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pricing ul::-webkit-scrollbar-thumb {
background-color: var(--green);
outline: 1px solid var(--green);
}


.order-form .fields-1 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}

.order-form {
    background-color: #aac73b;
    padding: 30px;
}

.order-form label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding-bottom: 5px;
}
.order-form .fields-1 select ,
.order-form .fields-1 input{
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 10px;
}

.order-form .fields-2 select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 5px;
}

.order-form .fields-2 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0;
}

.order-form .fields-3 {
    display: flex;
    margin-top: 30px;
}
.process span{
    font-size: 22px;
}
 #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(0deg);
      }

      to {
        -webkit-transform: rotate(360deg);
      }
    }

    @keyframes spin {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    #cover-spin::after {
      content: '';
      display: block;
      position: absolute;
      left: 48%;
      top: 40%;
      width: 100px;
      height: 100px;
      border-style: solid;
      border-color: #aac73b;
      border-top-color: transparent;
      border-width: 10px;
      border-radius: 50%;
      -webkit-animation: spin .8s linear infinite;
      animation: spin .8s linear infinite;
    }


    .head-social li a svg {
        font-size: 20px;
    }
    
    .head-social li:nth-child(1) {
        background-color: #3D6AD6;
    }
    
    .head-social li {
        padding: 8px 10px;
    }
    
    .head-social li:nth-child(3) {
        background-color: #0077b5;
    }
    .head-social li:nth-child(2) {
        background-color: black;
    }
    .head-social li:nth-child(4) {
        background-color: #f83838;
    }
    
    .head-social li:nth-child(5) {
        background-color: #D50012;
    }
    .head-social li:nth-child(6) {
        background-color: #D50012;
    }
    
    .head-social li:nth-child(7) {
        background-color: black;
    }
    
    
    .head-social li:hover {
        background-color: black;
        color: white;
    }
    
    .head-social li a svg:hover {
        color: white;
    }
    .navbar ul li:nth-child(5) a:nth-child(1) {
        background-color: var(--green);
    }
    .lowercase{
        text-transform: lowercase;
    }
    .fields-3 div:nth-child(1) {
        max-width: 70%;
    }
    
    .fields-3 div {
        min-width: 70%;
    }
    
    .fields-3 textarea {
        min-width: 100%;
        height: 100px;
        padding: 10px;
        font-size: 14px;
        color: black;
        border-radius: 5px;
    }
    input[type="file"] {
        background-color: white;
        width: 42%;
        display: flex;
        margin: 5px;
        align-items: center;
        justify-content: center;
        line-height: 39px;
        border-radius: 2px;
    }
    input::file-selector-button {
        background-color: white;
        border: none;
    }
    .personal-info {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px;
    }
    
    .personal-info input,
    .personal-info select
     {
        border-radius: 5px;
        font-size: 14px;
        color: black;
        height: 40px;
        padding-left: 10px;
        width:100%;
    }
    .form{
    background: url(../images/order-form-bg.webp)  center top/cover no-repeat; 
    }
    .form .right-content {
        background-color: var(--green);
        padding: 30px;
        margin-bottom: 20px;
    }
    
    .form .right-content ul li {
        font-size: 16px;
        color: white;
        line-height: 31px;
    }
    .form .right-content ul li:nth-child(7) {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
    .personal-info button {
        width: max-content;
        font-size: 16px;
        font-weight: 700;
        color: white;
        background-color: black;
        padding: 10px 35px;
    }
    
    .personal-info button:hover {
        background-color: white;
        color: black;
    }
      .services ul li a.active {
        background-color: var(--green);
        color: black;
      }
      .universities-img {
        background: url(../images/universities.webp)  center center/contain repeat; 
        background-position: 50%;
        height: 65px;
        animation: animatedBackground 60s linear infinite;
        -webkit-animation: animatedBackground 60s linear infinite;
        top: 16px
    }

   @-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -4750px 0
    }
    }
