@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");
@import url(component.min.css);
@import url(layout.min.css);

:root {
  --primary: #0dc964;
  --secondry: #ff3061;
  --black: #000;
  --white: #fff;
  --text-color: #828282;
}

::selection {
  background: var(--primary);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / 0.8);
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1;
}

body {
  background: var(--white);
  color: #030303;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1;
  overflow-x: hidden;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
  color: #515151;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section {
  padding: 4rem 0;
  position: relative;
}

h1 {
}

h2 {
  font-size: 4.5rem;
  font-weight: 700;
  color: #363636;
}

h3 {
}

h4 {
  font-size: 2.9375rem;
  font-weight: 500;
  text-align: center;
}

h6 {
  font-size: 2.625rem;
  font-weight: 700;
  color: #363636;
  margin: 0;
}

.text-green {
  color: var(--primary);
}

.bannerContent h2 {
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.bannerContent h2::before {
  content: "";
  position: absolute;
  inset: 0 0 0 -5rem;
  width: 70px;
  background: url(../images/components/1.webp) top left/contain no-repeat;
}

.btnSec {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}

.bannerImg {
  position: absolute;
  left: 35%;
  bottom: 0;
  margin: 0;
  z-index: -1;
}

.mainBanner {
  position: relative;
  overflow: hidden;
  height: calc(100% - 8.875rem);
  display: flex;
  align-items: center;
  min-height: 50rem;
}

.mainBanner .banner {
  display: flex;
  align-items: flex-end;
}

.mainBanner .banner figure {
  margin: -8rem -4rem 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.leadForm {
  background: #000000b0;
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  width: 26rem;
  margin-left: auto;
}

.leadForm input:not(.iti__search-input) {
  width: 100%;
  height: 3.5rem;
  padding-left: 1rem;
  background: #00000063;
  border: none;
  margin: 5px 0;
  border-radius: 5px;
  color: #fff;
}

.leadForm button:not(.iti__selected-country) {
  width: 100%;
  border-radius: 5px;
  margin: 1rem 0 0;
  font-size: 1.275rem;
  font-weight: 500;
}

.leadForm h4 {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2rem;
}

.leadForm h4 span {
  color: var(--secondry);
}

/* Logo Section Start */
.logoSec {
  border-top: 1px solid #8c8c8cb8;
  padding: 1.5rem 0;
  text-align: center;
  background: #f8f8f8;
}

.logoSec h4 {
  font-size: 1.875rem;
  margin: 0;
}

.logos {
  background: #012210;
  padding: 1rem 0;
}

.logos div img {
  width: 12rem;
  margin: auto;
}

.logoSlider .slick-track {
  display: flex;
  align-items: center;
}

.logos .ele-four {
  bottom: 0;
  top: 0;
  margin: 0;
  width: auto;
  z-index: -1;
}

/* Logo Section  CSS End */

/* Why Choose Us CSS Section Start */
.whychooseSec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}

.whychooseSec ul li {
  flex: 0 0 19%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #d3d3d3;
  padding: 1.5rem 1.25rem;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 10px 20px #00000014;
  transition: all 0.5s ease;
}

.whychooseSec ul li:hover {
  transform: scale(1.09);
}

/* Why Choose Us CSS Section End */

/* About Us Section CSS Start */
.abtSec {
  padding-bottom: 0;
  overflow-x: hidden;
}

.abtSec h5 {
  font-size: 2.25rem;
  margin: 0;
}

.abtSec h4 {
  font-weight: 700;
  font-size: 4rem;
  text-align: left;
}

.abtSec h6 {
  font-size: 1.25rem;
  color: var(--white);
  position: relative;
  padding: 5px;
}

.abtSec h6::before {
  content: "";
  position: absolute;
  inset: 0 -100% 0 0;
  background: var(--primary);
  z-index: -1;
  border-radius: 5px;
}

.abtSec figure {
  margin: 0;
}

/* About Us Section CSS End */

/* Service Section CSS Start */
.serBox {
  box-shadow: 0 0 20px #00000014;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.5s ease;
  height: 100%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.serBox h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.serBox p {
  font-size: 15px;
  margin: 0;
}

.serBox img {
  width: 8rem;
}

.serBox:hover {
  border-color: var(--primary);
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 0 20px #0dc9642b;
}

.serviceSec .ele-four {
  bottom: 0;
}

/* Service Section CSS End */
/* Work Section CSS Start */
.workSec .container {
  background: linear-gradient(102deg, #79122b, #ff3061);
  padding: 3rem;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0 20px 30px #00000038;
}

.workSec ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.workSec ul li {
  display: flex;
  align-items: center;
  background: #000000a3;
  padding: 1rem;
  flex: 0 0 32%;
  justify-content: space-between;
  border-radius: 10px;
  min-height: 5rem;
  transition: all 0.5s ease;
  border: 1px solid #000000a3;
}

.workSec ul li .workHead {
  display: flex;
  align-items: center;
  gap: 10px;
}

.workSec ul li .workHead h6 {
  background: var(--primary);
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  border-radius: 50%;
  color: var(--white);
  margin: 0;
}

.workSec ul li .workHead h3 {
  color: var(--white);
  font-size: 1rem;
  margin: 0;
}

.workArrow {
  color: var(--white);
  font-size: 1.36rem;
}

.workArrow img {
  width: 3rem;
}

.workSec h4 {
  text-align: left;
  color: var(--white);
  margin: 0;
}

.workSec ul li:hover {
  transform: scale(1.04) rotate(-3deg);
  border-color: #ffffff;
}

/* Work Section CSS End */
/* Platform Section CSS Start */
.platformSec {
  background: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.platForm {
  padding: 0 1rem 1rem;
  background: var(--white);
  border: 1px solid #00000021;
  border-radius: 10px;
  box-shadow: 0 20px 20px #0000001c;
  margin: 3rem 0 1rem;
  transition: all 0.5s ease;
}

.platForm h5 {
  margin-top: -2.5rem;
  transition: all 0.5s ease;
}

.platForm:hover h5 {
  margin: 0;
}

.platForm:hover {
  border-color: var(--primary);
  box-shadow: 0 20px 20px #0dc96414;
}

.platformSec .ele-two {
  bottom: 0;
  z-index: 1;
}

/* Platform Section CSS End */

.subjectList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  background: var(--white);
  padding: 3rem;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-top: 2rem;
  box-shadow: 0 30px 30px #00000026;
}

.subjectList li {
  /* flex: 0 0 calc(25% - 1.5rem); */
  width: calc(calc(100% / 4) - 1rem);
  min-width: 170px;
  flex-grow: 1;
  flex-shrink: 0;

  background: var(--white);
  padding: 14px 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 11%);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: ease all 0.5s;
  border: 1px solid #00000021;
}

.subjectList li span {
  color: #000;
}

.subjectList li:hover {
  transform: scale(1.06) rotate(-1deg);
  border-color: var(--secondry);
  box-shadow: 0 10px 20px #ff306117;
}

.subjectLast h2,
.subjectLast p {
  color: #000;
}

.subjectLast {
  background: #fff;
}

/* Statistics Section CSS Start  */
.staySec {
  background: url(../images/bg/1.webp) top left/cover no-repeat;
}

.staySec ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.staySec ul li {
  background-color: #4b0c19e3;
  padding: 3rem;
  text-align: center;
  border-radius: 15px;
  margin-bottom: -7rem;
  margin-top: 2rem;
  flex: 0 0 20%;
  min-height: 21rem;
  backdrop-filter: blur(5px);
  box-shadow: 0 20px 30px #00000047;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.staySec ul li img {
  /* margin-bottom: 2rem; */
}

.staySec ul li h6 {
  color: var(--primary);
}

.staySec ul li h6 span {
  color: var(--white);
  font-weight: 500;
}

.staySec ul li p {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
}

.staySec h4 {
  color: var(--white);
}

.staySec ul li:hover {
  transform: scale(1.05) rotate(2deg);
}

/* Statistics Section CSS End  */

.reviewSec {
  padding-top: 5rem;
  overflow-x: hidden;
}

.reviewBox .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviewBox .user h4 {
  font-size: 1.15rem;
  text-align: left;
  font-weight: 600;
  line-height: 1.4;
}

.reviewBox .user h4 span {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: var(--primary);
  font-weight: 400;
}

.reviewBox .date h5 {
  color: #bebebe;
  font-size: 1rem;
  font-weight: 400;
}

.reviewBox .date ul {
  display: flex;
  gap: 3px;
}

.reviewBox .date ul li {
  color: #ffc700;
}

.reviewBox .reviewHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0000001c;
  padding: 1rem 0;
}

.reviewBox .reviewContnt h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5b5b5b;
}

.reviewBox .reviewContnt {
  padding: 1.25rem 0;
}

.reviewBox .reviewContnt p {
  font-weight: 300;
  line-height: 1.5;
}

.reviewBox {
  border: 2px solid #d1d1d1;
  border-radius: 15px;
  padding: 0 2rem;
  box-shadow: 0 30px 40px #00000008;
  margin: 2rem 1rem;
  transition: all 0.5s ease;
}

.reviewBox:hover,
.slick-current + .slick-active .reviewBox {
  transform: scale(1.05);
  border-color: var(--primary);
}

.reviewSec .ele-one {
  top: 2rem;
}

.reviewSec .ele-four {
  top: auto;
  right: -4rem;
  bottom: 2rem;
}

.reviewSlider {
  border-bottom: 1px solid #00000014;
}

/* Review Section CSS End */

/* Rating Section CSS Start */
.rateSec {
  padding: 0;
}

.rateSec ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.rateSec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  height: 3rem;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

/* Begin: FAQ's CSS */

.accordionStyle .accordion-item {
  box-shadow: none;
  border-radius: 1rem;
  box-shadow: 0 0 20px #00000017;
  margin-top: 1rem;
  padding: 0 1rem;
}

.accordionStyle .accordion-item .accordion-button {
  border-radius: 1rem;
  box-shadow: none;
  background: none;
  padding: 1.5rem;
  color: var(--black);
  font-weight: 600;
  font-size: 1.125rem;
}

.accordionStyle .accordion-item .accordion-button::after {
  transform: rotate(0deg);
  color: #000;
}

.accordionStyle .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0);
  transform: rotate(540deg);
}

.accordionStyle .accordion-item .accordion-button[aria-expanded="true"]:hover {
  background: var(--white);
  color: var(--black);
}

.accordionStyle .accordion-item .accordion-button:hover {
  background: var(--theme-color);
  color: var(--black);
  border-radius: 1rem;
}

.accordionStyle .accordion-body {
  border-top: 1px solid #ffffff;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  transition: ease all 0.5s;
}

.accordionStyle .show .accordion-body {
  border-top-color: rgb(152 152 152 / 21%);
}

.accordionStyle .accordion-body p {
  margin: 0;
  line-height: 1.6;
  color: var(--black);
}

.accordionStyle .accordion-body p + p {
  margin-top: 1rem;
}

.headingStyleThree h5 {
  font-size: 1.75rem;
  color: var(--primary);
}

.headingStyleThree h4 {
  text-align: left;
}

.faqHead {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.accordionStyle .accordion-item:first-child {
  margin: 0;
}

.headingStyleThree p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.contactSec h4 {
  text-align: left;
}

.contactSec {
  padding: 0;
}

/* END: FAQ's CSS */

/* Contact Section CSS Start */
.contactBox {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background: #f4f4f4;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 20px 20px #0000001c;
  transition: all 0.5s ease;
  margin: 0 0 2rem;
}

.contactBox i {
  display: block;
  font-size: 2.5rem;
  color: var(--primary);
}

.contactBox a {
  font-size: 14px;
  margin: 1rem 0;
  display: inline-block;
  color: var(--text-color);
  word-wrap: break-word;
}

.contactBox:hover {
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 20px 20px #0dc96430;
  background: var(--white);
}

.contactSec .container {
  border-bottom: 1px solid #00000014;
}

/* Contact Section CSS End */
/* Signup Section CSS Start */
.signupSec h4 {
  text-align: left;
}

.signupSec input {
  width: 100%;
  height: 4rem;
  padding-left: 1rem;
  border-radius: 15px;
  margin: 6px 0;
  box-shadow: 0 0 10px #00000026;
  border: 1px solid #e0dbdb;
}

.signupSec button:not(.iti__selected-country) {
  margin: 6px 0;
  width: 100%;
  padding: 1.25rem;
}

.checkBox input {
  height: 20px;
  box-shadow: none;
  width: 20px;
}

.checkBox {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.checkBox label a {
  font-weight: 700;
  color: var(--primary);
}

/* Signup Section CSS End */

/* Inner Pages CSS Start */
.abtBox {
  display: flex;
  align-items: center;
  gap: 8rem;
  position: relative;
}

.abtBox h5 {
  background: linear-gradient(-45deg, #007831, #0dc964);
  padding: 10px 1.75rem;
  border-radius: 10px;
  color: var(--white);
  margin: 0;
}

.abtBox p {
  border: 1px solid #d7d7d7;
  padding: 1.5rem 2.5rem;
  border-radius: 10px;
  background: var(--white);
  width: 100%;
}

.abtStory {
  text-align: right;
}

.abtContent {
  background: #f6f6f6;
  padding: 3rem;
  border-radius: 10px;
  border: 1px solid #00000026;
  box-shadow: 0 0 30px #0000001f;
  position: relative;
  margin: 4rem 0;
}

.abtContent::before {
  content: "";
  position: absolute;
  inset: 5rem 0 0 12rem;
  background: url(../images/components/border.webp) center left/contain
    no-repeat;
  height: 36rem;
}

.abtStory p {
  line-height: 1.7;
}

.abtone {
  position: absolute;
  left: 53%;
  top: -8rem;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

.abtStory img {
  margin-bottom: -7rem;
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

.innerContact .banner figure {
  margin: -5rem -2rem 0;
}

.innerContact figure {
  position: relative;
}

.innerContact figure::before {
  content: "";
  position: absolute;
  inset: auto 0 0 -5rem;
  background: linear-gradient(-19deg, #470c1a, #ff3061);
  border-radius: 50%;
  width: 100%;
  height: 70%;
  z-index: -1;
  animation: zoom-in-zoom-out 5s ease-out infinite;
}

.contactinner form input,
.contactinner form textarea {
  width: 100%;
  height: 3.5rem;
  padding-left: 1rem;
  border-radius: 15px;
  border: 1px solid #ccc;
  margin: 8px 0;
  box-shadow: 0 0 15px #0000001f;
  color: var(--text-color);
  background: var(--white);
}

.contactinner form textarea {
  height: 190px;
  padding: 1rem;
}

.contactinner form button:not(.iti__selected-country) {
  width: 100%;
  margin: 8px 0;
  font-size: 1.25rem;
}

.contactinner .contactBox a {
  margin: 5px 0;
}

.contactinner .contactBox i {
  margin-bottom: 1rem;
}

.ctaServices {
  background: url(../images/bg/ctaBg.webp) center center/cover no-repeat;
  position: relative;
  z-index: -1;
}

.ctaServices h4 {
  color: var(--white);
}

.ctaServices .btnSec {
  justify-content: center;
  margin: 1.5rem 0;
}

.ctaServices .ele-one.ele-two {
  bottom: 0;
}

.gradeSec {
  padding-top: 8rem;
}

.gradeBox {
  border: 1px solid #bababa6e;
  padding: 1rem 2rem;
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 10px 30px #0000000d;
  margin: 2rem 1rem;
}

.gradeBox .gradeHead {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.gradeBox .gradeHead h3 {
  font-size: 1.35rem;
  font-weight: 700;
}

.gradeBox .gradeHead h3 span {
  display: block;
  font-weight: 500;
}

.gradeBox p {
  text-align: center;
  color: var(--black);
  font-weight: 500;
}

.serviceGradeSlider .slick-next,
.serviceGradeSlider .slick-prev {
  top: auto;
  bottom: -2rem;
  left: 52%;
}

.serviceGradeSlider .slick-prev {
  left: 48%;
}

.examBox {
  padding: 3rem 3rem;
  background: linear-gradient(-30deg, #007134, #0dc964);
  border-radius: 25px;
  /* overflow: hidden; */
  position: relative;
}

.examBox h4 {
  text-align: left;
  color: var(--white);
  font-size: clamp(30px, 5vw, 45px);
}

.examBox p {
  font-size: 1.25rem;
  color: var(--white);
}

.examBox h6 {
  font-size: clamp(18px, 2.5vw, 23px);
  color: var(--white);
  position: relative;
  z-index: 1;
  padding: 8px;
  margin-bottom: 1.5rem;
}

.examBox h6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--secondry);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  inset: 0 10% 0 -5%;
}

.examBox h5 {
  font-weight: 700;
  color: var(--white);
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.examBox h5 span {
  font-size: 1.14rem;
}

.examBox ul {
  border-radius: 20px;
  background: var(--white);
  margin: 1rem 0;
  padding: 2rem;
}

/* .examBox ul li {
  padding: 10px 0;
} */

.examBox ul li img {
  margin-right: 10px;
}

.examBox ul li span {
  color: var(--secondry);
  font-weight: 700;
}

.examBox .ele-three {
  top: auto;
  bottom: 50px;
  right: -127px;
  width: 12rem;
  animation: xmoveAnim ease infinite 2s;
  z-index: 1;
}

.examBox .ele-two {
  bottom: -4rem;
  left: 2rem;
  animation: zoom-in-zoom-out 5s ease-out infinite;
}

.examSec .btnSec {
  justify-content: center;
  /* margin: -2rem; */
}

.spacing__x h4 {
  font-size: 2rem;
  text-align: left;
  margin: 1.5rem 0 10px;
}

.reviewBox .user img {
  border-radius: 50%;
  width: 5rem;
  border: 2px solid #2ad077;
}

.discraimer {
  background: #051743;
  padding: 1rem 0;
  position: relative;
}

.discraimer h6 {
  font-size: 1rem;
  color: var(--white);
}

.discraimer h6 span {
  color: var(--primary);
}

.discraimer img {
  position: absolute;
  top: -4rem;
}

.thanksBanner {
  background: url(../images/banner/thankyou.webp) top right/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 10rem 0;
}

.thanksBanner h5 {
  font-size: 8rem;
  -webkit-text-stroke: 1px #ffffff3d;
  color: transparent;
  font-weight: 700;
  margin-bottom: -4rem;
}

.thanksBanner h2 {
  font-size: 5rem;
  color: #0dc964;
}

.thanksBanner h6 {
  color: #fff;
  font-size: 2rem;
}

.thanksBanner p {
  font-size: 1.25rem;
  color: #fff;
  margin: 1rem;
}

/* .phone2 {
    left: 0 !important;
}
.iti__country-container button {
    margin: 0;
        padding: 0 10px;
}
.iti {
    width: 100%;
    margin: 5px 0;
}
.iti__dropdown-content input {
    background: #f5f4f4;
} */

.iti {
  width: 100% !important;
}
.form-error {
  border: 2px solid red !important;
}
.form-error .vscomp-value {
  color: red !important;
}

.form-error::placeholder {
  color: red !important;
}

.iti__selected-country {
  padding-left: 10px !important;
}

.aboutBanner-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 21vw;
}

@media screen and (min-width: 786px) {
  .banner .leadForm {
    width: clamp(300px, 25vw, 400px) !important;
  }
}
