@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap");

:root {
  --primary: #6fbe45;
  --gradient-1: #921a69;
  --gradient-2: #3b0c4c;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: 0;
  transition: all 0.4s linear;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit, sans-serif;
}
a,
input,
label,
li,
p,
select,
span {
  font-family: "Quicksand", sans-serif;
}
body {
  overflow-x: hidden;
}
.main-header {
  background-image: url(../../assets/images/header-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar .container {
  margin-top: 20px;
  width: 1170px;
}
.navbar-collapse {
  justify-content: space-evenly;
}
.header-contact {
  display: flex;
  align-items: center;
}
.header-img {
  margin-right: 10px;
}
.header-content p {
  margin: 0;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.header-content h6 {
  margin: 0;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.navbar-nav .active {
  color: #fff;
}
.navbar-nav li a {
  font-weight: 500;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}
.navbar-nav .dropdown-menu a {
  color: #000;
}
.navbar-nav .dropdown-menu a:hover {
  background-color: var(--primary);
  color: #fff;
}
.navbar-nav a:hover {
  color: var(--primary);
}
.navbar-nav a:focus {
  color: var(--primary);
}
.header-btn {
  text-decoration: none;
  color: #fff;
  background-color: var(--primary);
  padding: 10px 30px;
  border: 1px solid var(--primary);
  border-radius: 5px;
}
.header-btn:hover {
  border: 1px solid var(--gradient-1);
  background-color: #fff;
  color: var(--primary);
}
.header-bg .container {
  width: 1170px;
}
.header-bg .col-lg-6 {
  width: 55%;
}
.header-bg h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 35px;
  position: relative;
  z-index: 1;
}
.main-header h1:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 202px;
  height: 50px;
  width: 80%;
  background: linear-gradient(
    290deg,
    rgba(0, 0, 0, 0) 14%,
    rgba(111, 190, 69, 1) 14%
  );
  z-index: -1;
}
.header-bg p {
  color: #fff;
  margin: 0;
  line-height: 1.8;
  font-family: "Quicksand";
  font-weight: 500;
}
.header-bg ul {
  padding: 0;
  margin: 20px 0;
}
.header-bg ul li {
  color: #fff;
  line-height: 2.6;
  font-weight: 500;
}
.fa-check {
  color: var(--primary);
  vertical-align: middle;
}
.header-button {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
}
.header-button a:nth-child(1) {
  text-decoration: none;
  color: #fff;
  background-color: var(--primary);
  padding: 10px 30px;
  border: 1px solid var(--primary);
  border-radius: 5px;
}
.header-button a:nth-child(2) {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
  border: 1px solid var(--gradient-1);
}
.header-button a:nth-child(2):hover {
  border: 1px solid var(--gradient-2);
  background: #fff;
  color: #3b0c4c;
}
.header-form {
  background: linear-gradient(
    238deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
  height: 360px;
  width: 460px;
  border-radius: 15px;
  padding: 20px 30px;
  margin-left: 35px;
}
.header-form h4 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 30px;
}
.writer-label {
  position: relative;
}
.writer-label::before {
  content: "";
  background-image: url(../../assets/images/icon-writers.png);
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: -18px;
  margin-left: 10px;
}
.topic-label::before {
  content: "";
  background-image: url(../../assets/images/icon-topic.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: -15px;
  margin-left: 18px;
}
.course-label::before {
  content: "";
  background-image: url(../../assets/images/icon-course.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: -15px;
  margin-left: 18px;
}
.date-label::before {
  content: "";
  background-image: url(../../assets/images/input-calender.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: -15px;
  margin-left: 18px;
}
.page-label::before {
  content: "";
  background-image: url(../../assets/images/input-pages.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: -15px;
  margin-left: 18px;
}
.header-form select {
  border-radius: 7px;
  width: 47%;
  padding: 10px;
  margin: auto;
  border: 1px solid var(--gradient-1);
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 35px;
}
.header-form input {
  border-radius: 7px;
  width: 47%;
  padding: 10px;
  margin: auto;
  border: 1px solid var(--gradient-1);
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 35px;
}
.header-form input::placeholder {
  font-weight: 500;
  padding-left: 5px;
  color: #000 ;
}
.header-form .header-button .cta-btn {
  text-decoration: none;
  color: #fff;
  background-color: var(--primary);
  padding: 10px 30px;
  border: 1px solid var(--primary);
  border-radius: 5px;
}
.home-order-1 {
  text-align: center;
  margin-top: 10px;
}
.home-order-2 {
  text-align: center;
  margin-top: 10px;
}
.home-order-3 {
  text-align: center;
  margin-top: 10px;
}
.home-order-3 select {
  width: 96%;
}
.home-order-4 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
}
.home-order-4 h5 {
  color: #fff;
  font-size: 20px;
}
.home-order-4 span {
  background: 0 0;
  padding: 0;
  font-size: 26px;
  color: var(--primary);
  font-weight: 500;
}
.home-order-4 .header-button {
  margin: 0;
}
.content-section-1 {
  padding-top: 3rem;
  background-image: url(../../assets/images/content-section-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.content-section-1:before {
  content: "CIPD";
  position: absolute;
  height: 370px;
  width: 696px;
  transform: rotate(90deg);
  background-color: var(--primary);
  color: #fff;
  right: -163px;
  top: 162px;
  font-size: 15rem;
  font-weight: 600;
  padding-left: 75px;
}

.home-girl {
  position: relative;
  left: -9rem;
}

.content-section-1 h2 {
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
  position: relative;
}

.content-section-1 h2:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 61px;
  height: 50px;
  width: 63.5%;
  background: linear-gradient(
    290deg,
    rgba(0, 0, 0, 0) 14%,
    rgba(111, 190, 69, 1) 14%
  );
  z-index: -1;
}
.content-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.content-button .header-button {
  margin-top: 0;
}
.content-button .header-contact {
  padding-left: 20px;
}
.content-button a {
  text-decoration: none;
}
.content-button .header-contact p {
  padding-top: 0;
  color: #000;
}
.content-button .header-contact h6 {
  color: #000;
  font-weight: 600;
}
.features {
  background-image: url(../../assets/images/features-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.features h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.features p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
}
.features .swiper-slide {
  padding-top: 45px;
}
.feature-box {
  height: 185px;
  background: #fff;
  width: 360px;
  border: 1px solid #fff;
  border-radius: 7px;
  margin: auto;
}
.feature-box img {
  display: block;
  margin: auto;
  margin-top: -35px;
}
.feature-content {
  margin-top: 23px;
}
.feature-box h4 {
  text-align: center;
  font-weight: 600;
}
.feature-box p {
  margin: 0;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
}
.levels {
  padding: 3rem 0;
  background-image: url(../../assets/images/level-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.level-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 890px;
}
.levels .nav {
  margin-left: 100px;
}
.levels .level-box {
  height: 205px;
  width: 235px;
  color: #000 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin: 30px;
  position: relative;
}
.level-box .nav-link {
  height: 100%;
  color: #000;
  width: 100%;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.level-box .nav-link:hover {
  color: var(--primary) !important;
  background-color: #fff !important;
  border: 1px solid var(--primary) !important;
}
.level-box .nav-link:hover p {
  background: linear-gradient(
    295deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(111, 190, 60, 1) 8%
  );
  padding: 10px 60px 10px 10px;
}
.level-box .nav-link.active {
  color: var(--primary) !important;
  background-color: #fff !important;
  border: 1px solid var(--primary) !important;
  padding: 10px 60px 10px 10px;
}
.level-box .nav-link.active p {
  background: linear-gradient(
    295deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(111, 190, 60, 1) 8%
  );
}
.level-box span {
  font-size: 140px;
  font-family: Outfit, sans-serif;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 1;
}
.level-box .nav-link span.active {
  color: var(--primary);
}
.level-box .nav-link p {
  background: linear-gradient(
    115deg,
    rgba(59, 12, 76, 1) 15%,
    rgba(146, 26, 105, 1) 90%,
    rgba(255, 255, 255, 0) 24%
  );
  padding: 10px 60px 10px 10px;
  position: absolute;
  width: 100%;
  top: 70%;
  left: 20%;
  color: #fff;
}
.level-box .nav-link > p:hover {
  background: linear-gradient(
    115deg,
    rgba(111, 190, 69, 1) 90%,
    rgba(255, 255, 255, 0) 90%
  );
}
.level-box .nav-link p.active {
  background: linear-gradient(
    115deg,
    rgba(111, 190, 69, 1) 90%,
    rgba(255, 255, 255, 1) 90%
  );
}
.levels .tab-content h3 {
  font-weight: 600;
}
.levels .tab-content li {
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.levels .tab-content li p {
  margin-bottom: 0;
}
.content-section-2 {
  padding: 3rem 0;
  background-image: url(../../assets/images/content-section-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-section-2 h3 {
  color: var(--primary);
  text-align: center;
  margin: 0;
  padding: 5px;
}
.content-section-2 h4 {
  font-weight: 600;
}
.content-section-2 .col-lg-12 p {
  text-align: center;
  margin: 0;
}
.content-section-2 p {
  font-weight: 500;
  line-height: 1.7;
}
.content-area-2 {
  display: flex;
}
.slider .col-lg-3 {
  padding: 0;
}
.slider-box {
  border: 1px solid #e9e9e9;
  padding: 30px 15px 30px 45px;
}
.feature-2 {
  background-color: #f2f2f2;
  height: 100%;
}
.feature-3 {
  background-color: #e9e9e9;
  height: 100%;
}
.feature-4 {
  background-color: #d9d7d7;
  height: 100%;
}
.slider .col-lg-12 {
  padding: 0;
}
.slider .swiper-slide {
  margin-right: 0 !important;
}
.slider-box img {
  padding: 40px 10px;
}
.cta-bg {
  background-image: url(../../assets/images/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  height: 327px;
}
.cta-bg h4 {
  color: #fff;
  font-size: 36px;
}
.cta-bg .fa-envelope {
  font-size: 35px;
  color: var(--primary);
}
.cta-bg p {
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.cta-buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.cta-buttons a {
  margin-right: 20px;
}
.cta-buttons h6 {
  font-size: 20px;
}
.cta-buttons p {
  font-size: 18px;
  margin: 0;
}
.writers {
  background-image: url(../../assets/images/writer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.writer-img {
  position: absolute;
  top: 8%;
}
.writers .col-lg-10 {
  margin: 0;
}
.writer-box {
  transform: skew(162deg);
  height: 185px;
  width: 345px;
  background-color: #fff;
}
.writers .writer-para {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-weight: 600;
  padding-left: 10px;
  left: 0;
  text-align: end;
  padding-right: 120px;
}
.writers::before {
  content: "CONNECT WITH OUR CIPD SPECIALISTS AND DISCUSS YOUR PROJECT REQUIREMENTS";
  position: absolute;
  background-color: #d9d7d7;
  height: 50px;
  bottom: 0;
  width: 80%;
  right: 0;
  text-align: center;
  font-size: 23px;
  padding-top: 7px;
  font-weight: 400;
}
.writer-1 {
  margin-left: 120px;
  margin-bottom: 20px;
}
.writer-2 {
  margin-left: 60px;
  margin-bottom: 20px;
}
.writer-box .nav-link {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-radius: 0;
}
.writer-box .nav-link.active {
  background-color: transparent !important;
  background: linear-gradient(
    180deg,
    rgba(59, 12, 76, 1) 29%,
    rgba(146, 26, 105, 1) 83%
  );
  border-radius: 0;
}
.writer-content {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #000;
  width: 100%;
  border-radius: 0 !important;
  transform: skew(200deg);
}
.writer-content p {
  color: #000;
  margin: 0;
  font-size: 25px;
  text-align: left;
  padding-left: 20px;
}
.writer-content span {
  font-size: 120px;
  font-family: Outfit, sans-serif;
  line-height: 1;
  font-weight: 700;
  color: var(--primary);
}
.writer-box .nav-link.active span {
  color: #fff;
}
.writer-box .nav-link.active p {
  color: #fff;
  font-weight: 500;
}
.writer-project {
  margin-left: 20px;
}
.writer-box .nav-link .writer-project h5 {
  font-weight: 600;
  font-size: 60px;
  color: var(--primary);
}
.writer-box .nav-link.active h5 {
  color: #fff;
  font-weight: 500;
}
.writers .tab-content {
  margin-left: 60px;
  padding: 4rem 0;
}
.writers-info h4 {
  font-size: 35px;
  font-weight: 700;
}
.writers-info p {
  font-weight: 500;
  line-height: 1.9;
}
.writers-info span {
  font-weight: 700;
  color: var(--primary);
  font-size: 20px;
}
.writers-info .work {
  font-size: 22px;
  padding-top: 25px;
  font-weight: 700;
}
.writers-info a {
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  margin-left: 20px;
  background: linear-gradient(
    180deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
}
.writers-info a:hover {
  color: #fff;
}
.writers-edu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.writers-exp p {
  color: var(--gradient-1);
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}
.writers-exp h5 {
  font-size: 30px;
  font-weight: 700;
}
.country-slider {
  padding: 1.5rem 0;
  background: linear-gradient(
    180deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
}
/* .country-slider .swiper-slide {
  text-align: center;
  margin-right: 20px;
} */
.country-slider p {
  margin: 0;
  color: #fff;
  padding-top: 10px;
  font-weight: 600;
}
.country-slider img {
  width: 150px;
  height: 100px;
}
.countries {
  background-image: url(../../assets/images/countries.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 670px;
  position: relative;
}
.countries::before {
  content: "Countries We Serves";
  position: absolute;
  max-width: 630px;
  height: 200px;
  font-size: 50px;
  font-weight: 700;
  transform: rotate(270deg);
  top: 38%;
  color: #fff;
  left: -125px;
}
.process {
  padding: 3rem 0;
  background-image: url(../../assets/images/process-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.process-box-1 {
  transform: skew(162deg);
  height: 340px;
  width: 264px;
  border: 1px solid #000;
  background: linear-gradient(
    360deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
}
.process-box-2 {
  transform: skew(162deg);
  height: 340px;
  width: 264px;
  background-color: var(--primary);
}
.process-box-1 img {
  padding-bottom: 30px;
  margin-left: 20px;
}
.process-box-1 h5 {
  color: #fff;
  font-size: 22px;
}
.process-box-1 p {
  color: #fff;
  font-weight: 500;
}
.process-box-2 img {
  padding-bottom: 30px;
  margin-left: 20px;
}
.process-box-2 h5 {
  color: #fff;
  font-size: 22px;
}
.process-box-2 p {
  color: #fff;
  font-weight: 500;
}
.process-content {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  height: 100%;
  color: #000;
  width: 90%;
  border-radius: 0 !important;
  transform: skew(200deg);
  padding-top: 70px;
  text-align: center;
}
.process .col-lg-9 {
  margin: auto;
  text-align: center;
  padding-bottom: 40px;
}
.process h4 {
  font-size: 40px;
  font-weight: 700;
}
.process p {
  font-weight: 500;
}
.process .swiper-slide {
  margin-right: 0 !important;
  transform: skew(180deg) !important;
  height: 340px !important;
  width: 264px !important;
  margin-left: 10px !important;
}
.process .swiper-slide:nth-child(1) {
  margin-left: 55px !important;
}
.process .swiper-wrapper {
  margin-left: 35px !important;
}
footer {
  padding: 3rem 0;
  background-image: url(../../assets/images/footer-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .col-lg-4 {
  border-right: 1px solid #fff;
}
footer .col-lg-4:nth-child(3) {
  border-right: none;
}
footer .footer-contact {
  width: 60%;
  margin: auto;
}
footer .footer-contact .header-content {
  width: 100%;
}
footer .footer-contact .header-contact {
  margin-bottom: 30px;
}
footer .footer-content {
  width: 80%;
}
footer .footer-content img {
  padding-bottom: 20px;
}
footer .footer-contact i {
  color: var(--primary);
  font-size: 35px;
}
footer .footer-content p {
  color: #fff;
}
footer .payment {
  width: 100%;
  text-align: center;
}
footer .payment img {
  padding-bottom: 20px;
}
footer .social-icon {
  width: 100%;
  text-align: center;
}
footer .social-icon a {
  text-decoration: none;
}
footer .fa-facebook-f {
  color: #fff;
  font-size: 35px;
}
footer .fa-facebook-f:hover {
  color: var(--primary);
}
footer .fa-x-twitter {
  color: #fff;
  font-size: 35px;
  padding-left: 20px;
}
footer .fa-x-twitter:hover {
  color: var(--primary);
}
footer .fa-instagram {
  color: #fff;
  font-size: 35px;
  padding-left: 20px;
}
footer .fa-instagram:hover {
  color: var(--primary);
}
footer .fa-linkedin-in {
  color: #fff;
  font-size: 35px;
  padding-left: 20px;
}
footer .fa-linkedin-in:hover {
  color: var(--primary);
}
footer .fa-pinterest-p {
  color: #fff;
  font-size: 35px;
  padding-left: 20px;
}
footer .fa-pinterest-p:hover {
  color: var(--primary);
}
.footer-nav {
  width: 70%;
  margin: auto;
  padding-top: 70px;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #fff;
}
footer .swiper-slide {
  margin-right: 0 !important;
}
.footer-link {
  width: 70%;
  margin: auto;
  padding-top: 35px;
}
.footer-link ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
}
.footer-link ul li a {
  text-decoration: none;
  color: #fff;
}
.footer-bottom {
  background-color: var(--primary);
}
.footer-bottom p {
  color: #fff;
  margin: 0;
  text-align: center;
}
.subject {
  background-image: url(../../assets/images/subject-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
}
.subject h2 {
  color: #fff;
  font-weight: 700;
}
.subject p {
  color: #fff;
}
.subject .content ul li a {
  background: linear-gradient(
    107deg,
    rgba(0, 0, 0, 0) 7%,
    rgba(146, 26, 105, 1) 7%,
    rgba(59, 12, 76, 1) 94%,
    rgba(0, 0, 0, 0) 0
  );
  padding: 25px 10px 25px 10px;
  height: 44px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-bg {
  background-image: url(../../assets/images/about-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-bg h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.about-bg .header-bg .col-lg-8 {
  margin: auto;
  text-align: center;
}
.order-bg {
  background-image: url(../../assets/images/order-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.order-bg h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.order-bg .header-bg .col-lg-8 {
  margin: auto;
  text-align: center;
}
.order-bg .header-button a:nth-child(1) {
  background: 0 0;
  border: none;
  border-radius: 0;
}
.order-content {
  background-color: var(--primary);
  padding: 3rem 0;
}
.order-content .col-lg-8 {
  margin: auto;
}
.order-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}
.order-content p {
  color: #fff;
  text-align: center;
  font-size: 500;
}
.main-order {
  background-color: #f2f2f2;
  padding: 3rem 0;
}
.main-order h3 {
  margin-bottom: 40px;
  font-size: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(
    180deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
}
.main-order h4 {
  margin-bottom: 40px;
  font-size: 30px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: var(--primary);
}
.main-order label {
  display: block;
  padding-bottom: 12px;
  font-weight: 500;
}
.main-order select {
  border-radius: 6px;
  padding: 9px;
  width: 100%;
  margin-bottom: 20px;
  background: 0 0;
  border: 1px solid #bbb2b2;
}
.main-order select:active {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid #fff;
}
.main-order select:hover {
  background-color: var(--primary);
  color: #fff;
}
.main-order option {
  background-color: var(--primary);
  color: #fff;
}
.main-order input {
  border-radius: 6px;
  padding: 9px;
  width: 100%;
  margin-bottom: 20px;
  background: 0 0;
  border: 1px solid #bbb2b2;
}
.main-order input:focus-visible {
  background-color: var(--primary);
  color: #fff;
}
.main-order textarea {
  border-radius: 6px;
  padding: 9px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #bbb2b2;
  background: 0 0;
}
.main-order textarea:focus-visible {
  background-color: var(--primary);
  color: #fff;
}
.main-order .col-lg-4 {
  margin-bottom: 30px;
}
#checkbox {
  width: unset;
  margin: 0;
}
.main-order p {
  padding-left: 12px;
}
.main-order .nav-button a span {
  right: 10px;
}
.order-summary {
  width: 361px;
  height: 441px;
  padding: 2rem;
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  border-radius: 30px;
}
.order-summary h5 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.order-summary h6 {
  font-weight: 700;
  font-size: 19px;
  margin: 0;
  padding-bottom: 10px;
}
.order-summary p {
  padding: 0;
  margin-bottom: 10px;
}
.order-summary hr {
  border-top: 2px solid #fff;
}
.order-payment {
  margin-top: 20px;
}
.order-payment img {
  padding-bottom: 20px;
  display: block;
}
.price-bg {
  background-image: url(../../assets/images/pricing-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-bg .navbar .container {
  margin-top: 0;
}
.price-bg h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.price-bg .header-bg .col-lg-8 {
  margin: auto;
  text-align: center;
}
.pricing {
  background-color: #f2f2f2;
  padding: 3rem 0;
}
.pricing h3 {
  background: linear-gradient(
    180deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 13px;
  margin: 0;
}
.pricing ul {
  padding: 0;
}
.pricing ul li {
  background-color: #e8e8e8;
  border-bottom: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 45px;
}
.pricing ul li p {
  margin: 0;
  font-weight: 600;
}
.pricing ul li span {
  color: var(--primary);
  font-weight: 600;
  font-size: 20px;
}
.review-bg {
  background-image: url(../../assets/images/review-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.review-bg h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.review-bg .header-bg .col-lg-8 {
  margin: auto;
  text-align: center;
}
.review-content {
  background-color: var(--primary);
  padding: 3rem 0;
}
.review-content .col-lg-8 {
  margin: auto;
}
.review-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
}
.review-content p {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.main-reviews {
  padding: 3rem 0;
  background-color: #f2f2f2;
}
.main-reviews .swiper-slide {
  margin-right: 10px !important;
}
.review-box {
  background-image: url(../../assets/images/review-box.webp);
  width: 382px;
  height: 298px;
  padding: 20px 30px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.main-reviews p {
  margin: 0;
  padding-top: 10px;
}
.review-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.review-user p {
  font-weight: 600;
  padding: 0;
}
.main-reviews .fa-star {
  color: #ffdf00;
}
.cipd-level-3 h1 {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.cipd-level-3 h1:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 234px;
  height: 47px;
  width: 66%;
  background: linear-gradient(
    290deg,
    rgba(0, 0, 0, 0) 14%,
    rgba(111, 190, 69, 1) 14%
  );
  z-index: -1;
}
.cipd-level-5 h1 {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.cipd-level-5 h1:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 160px;
  height: 50px;
  width: 80%;
  background: linear-gradient(
    290deg,
    rgba(0, 0, 0, 0) 14%,
    rgba(111, 190, 69, 1) 14%
  );
  z-index: -1;
}
.cipd-level-7 h1 {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.cipd-level-7 h1:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 200px;
  height: 50px;
  width: 78%;
  background: linear-gradient(
    290deg,
    rgba(0, 0, 0, 0) 14%,
    rgba(111, 190, 69, 1) 14%
  );
  z-index: -1;
}
.cipd-level-3 .header-point {
  display: flex;
  column-gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.cipd-level-3 .header-button {
  margin-top: 0;
}
.cipd-level-5 .header-point {
  display: flex;
  column-gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.cipd-level-5 .header-button {
  margin-top: 0;
}
.cipd-level-7 .header-point {
  display: flex;
  column-gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.cipd-level-7 .header-button {
  margin-top: 0;
}
.level-content-3 {
  padding: 3rem 0;
  background-image: url(../../assets/images/level-content-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.level-content-5 {
  padding: 3rem 0;
  background-image: url(../../assets/images/level-content-5.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.level-content-7 {
  padding: 3rem 0;
  background-image: url(../../assets/images/level-content-7.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.level-content .col-lg-9 {
  margin: auto;
}
.level-content h3 {
  font-weight: 700;
  text-align: center;
}
.level-content span {
  background: linear-gradient(
    115deg,
    rgba(59, 12, 76, 1) 15%,
    rgba(146, 26, 105, 1) 90%,
    rgba(255, 255, 255, 0) 24%
  );
  padding: 10px 60px 10px 10px;
  color: #fff;
}
.level-content .col-lg-6 {
  margin-top: 30px;
}
.level-content .col-lg-8 {
  margin: auto;
}
.level-content .col-lg-8 .content-button {
  justify-content: center;
}
.level-3 {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.level-content h5 {
  font-weight: 600;
}
.level-content ul {
  padding: 0;
}
.level-content ul li {
  display: flex;
  align-items: center;
  line-height: 2;
  gap: 10px;
}

.level-content ul li i{
  font-size: 18px;
}

.level-content ul li img {
  margin-right: 10px;
}
.level-content ul li p {
  font-weight: 500;
  margin: 0;
}
.level-content-3 ul li {
  line-height: 2;
}
#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;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: var(--primary);
  border-top-color: var(--gradient-1);
  border-bottom-color: var(--gradient-2);
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
label:hover {
  cursor: pointer;
}
nav.navbar.navbar-expand-lg.head_top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    238deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
  z-index: 2;
}
.login {
  padding: 10px 30px;
  border-radius: 5px;
  margin-left: 20px;
  background: linear-gradient(
    180deg,
    rgba(146, 26, 105, 1) 15%,
    rgba(59, 12, 76, 1) 85%
  );
}
.login:hover .login-btn {
  color: #fff;
}
.login-btn {
  text-decoration: none;
  color: #ffff;
}
.login .fa-user {
  color: #fff;
  background-color: var(--primary);
  padding: 7px;
  border-radius: 100%;
  font-size: 12px;
}
.file-upload, .file-upload:hover {
    background-color: #fff;
}
.file-upload {
    background:#fff;
    border: 2px dashed var(--primary);
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 7px;
}
.upload-label {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    justify-content: center;
    color:#000 !important;
    padding: 0 !important;
}
[hidden] {
    display: none !important;
}
