/*
Template Name: GPORTIA- Job Portal HTML Template.
*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;400;500;600;700;800;900&family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-color1: #00A7AC;
  --primary-dark: #000000;
  --title-color1: #061421;
  --text-color1: #595959;
  --white: #ffffff;
  --font-exo2: "Exo 2", sans-serif;
  --font-work-sans: "Work Sans", sans-serif;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-exo2);
}

p {
  font-family: var(--font-work-sans);
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: #FBFBFB;
}

a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/*================================================
2. Mixins Css
=================================================*/
.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

.ml-40 {
  margin-left: 40px;
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-25 {
  padding-top: 25px;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 88%;
  }
}
/*=======================================
 3. Banner Area
=======================================*/
.banner-area {
  background-color: #0D0F11;
  background-image: url(../images/bg/banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-area {
    padding: 160px 0 300px;
  }
}
@media (max-width: 1300px) {
  .banner-area {
    padding: 160px 0 270px;
  }
}
@media (max-width: 1300px) {
  .banner-area {
    padding: 150px 0 250px;
  }
}
@media (max-width: 1120px) {
  .banner-area {
    padding: 150px 0 150px;
  }
}
@media (max-width: 1020px) {
  .banner-area .banner-images {
    display: none;
    visibility: hidden;
  }
}
.banner-area .banner-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .banner-area .banner-img-1 img {
    max-width: 300px;
  }
}
.banner-area .banner-img-2 {
  position: absolute;
  left: 0;
  bottom: 108px;
}
@media (max-width: 1300px) {
  .banner-area .banner-img-2 img {
    max-width: 220px;
  }
}
.banner-area .banner-img-3 {
  position: absolute;
  left: 326px;
  bottom: 0;
}
@media (max-width: 1530px) {
  .banner-area .banner-img-3 {
    left: 285px;
  }
}
@media (max-width: 1500px) {
  .banner-area .banner-img-3 img {
    max-width: 350px;
  }
}
@media (max-width: 1300px) {
  .banner-area .banner-img-3 {
    left: 235px;
  }
  .banner-area .banner-img-3 img {
    max-width: 320px;
  }
}
@media (max-width: 1120px) {
  .banner-area .banner-img-3 {
    left: 235px;
  }
  .banner-area .banner-img-3 img {
    max-width: 280px;
  }
}
.banner-area .banner-img-5 {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media (max-width: 1300px) {
  .banner-area .banner-img-5 img {
    max-width: 230px;
  }
}
.banner-area .banner-img-4 {
  position: absolute;
  right: 380px;
  bottom: 0;
}
@media (max-width: 1600px) {
  .banner-area .banner-img-4 {
    right: 300px;
  }
}
@media (max-width: 1500px) {
  .banner-area .banner-img-4 img {
    max-width: 330px;
  }
}
@media (max-width: 1300px) {
  .banner-area .banner-img-4 {
    right: 240px;
  }
  .banner-area .banner-img-4 img {
    max-width: 310px;
  }
}
@media (max-width: 1120px) {
  .banner-area .banner-img-4 {
    right: 240px;
  }
  .banner-area .banner-img-4 img {
    max-width: 270px;
  }
}
.banner-area .banner-img-6 {
  position: absolute;
  right: 75px;
  top: 50px;
}
@media (max-width: 1870px) {
  .banner-area .banner-img-6 {
    right: 25px;
  }
}
@media (max-width: 1750px) {
  .banner-area .banner-img-6 img {
    max-width: 350px;
  }
}
@media (max-width: 1565px) {
  .banner-area .banner-img-6 img {
    max-width: 300px;
  }
}
@media (max-width: 1250px) {
  .banner-area .banner-img-6 {
    top: 25px;
  }
  .banner-area .banner-img-6 img {
    max-width: 280px;
  }
}
.banner-area .banner-content {
  max-width: 800px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1300px) {
  .banner-area .banner-content {
    max-width: 670px;
  }
}
.banner-area .banner-content .ptoject-logo {
  margin-bottom: 30px;
}
.banner-area .banner-content h1 {
  font-family: var(--font-exo2);
  font-weight: 700;
  font-size: 5rem;
  line-height: 105px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .banner-area .banner-content h1 {
    font-size: 4rem;
    line-height: 80px;
    margin-bottom: 30px;
  }
}
.banner-area .banner-content h1 span {
  color: var(--primary-color1);
}
.banner-area .banner-content a {
  font-family: var(--font-exo2);
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary-color1);
  border: 1px solid #00A7AC;
  border-radius: 5px;
  padding: 15px 48px;
  display: inline-block;
  position: relative;
  transition: 0.5s all ease;
  z-index: 1;
}
.banner-area .banner-content a ::after {
  transition: 0.5s all ease;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--primary-color1);
  z-index: -1;
}
.banner-area .banner-content a:hover {
  background-color: var(--primary-color1);
  color: #ffffff;
}
.banner-area .banner-content a:hover ::after {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

/*=======================================
 4. Pricing Area
=======================================*/
.pricing-area {
  background: linear-gradient(89.98deg, #00A7AC 8.68%, #FF7D05 109.36%);
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .pricing-area {
    padding: 30px 0;
    height: unset;
  }
}
.pricing-area .pricing-vec-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-area .pricing-vec-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-area .pricing-title {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .pricing-area .pricing-title {
    margin: 0;
  }
}
.pricing-area .pricing-title h3 {
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 2.188rem;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}
.pricing-area .price {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .pricing-area .price {
    margin: 0;
  }
}
.pricing-area .price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 576px) {
  .pricing-area .price ul {
    gap: 20px;
  }
}
.pricing-area .price ul li {
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 2.813rem;
  letter-spacing: 0.02em;
  color: #202020;
  position: relative;
  line-height: 1;
}
@media (max-width: 576px) {
  .pricing-area .price ul li {
    font-size: 2rem;
  }
  .pricing-area .price ul li img {
    max-width: 100px;
  }
}
.pricing-area .price ul li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pricing-area .price ul li:nth-child(2) {
  background: linear-gradient(92.75deg, #FFFFFF 20.04%, rgba(255, 255, 255, 0.34) 98.85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
}
.pricing-area .price ul li:nth-child(3) {
  background: linear-gradient(91deg, #FFFFFF 0.86%, rgba(255, 255, 255, 0) 102.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
}

/*=======================================
 5. Home Pages Area
=======================================*/
.section-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 90px;
}
.section-title > span {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 1.25rem;
  color: #00A7AC;
  display: inline-block;
  margin-bottom: 13px;
}
@media (max-width: 576px) {
  .section-title > span {
    margin-bottom: 5px;
  }
}
.section-title h2 {
  font-family: var(--font-work-sans);
  font-weight: 700;
  font-size: 2.813rem;
  margin-bottom: 0;
  color: var(--primary-dark);
}
.section-title h2 span {
  font-family: var(--font-exo2);
  font-weight: 800;
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 2rem;
  }
}
.section-title .features {
  padding-top: 30px;
}
.section-title .features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .section-title .features ul {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.section-title .features ul li {
  display: flex;
  align-items: center;
}
.section-title .features ul li .icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.section-title .features ul li span {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 1.063rem;
  text-transform: capitalize;
  color: #00A7AC;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 7px 20px 7px 40px;
  margin-left: -25px;
}
.section-title .features ul li span::after {
  content: "";
  background: rgba(0, 167, 172, 0.7);
  opacity: 0.1;
  border: 1px solid rgba(32, 32, 32, 0.7);
  border-radius: 0px 90px 90px 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-page-area {
  padding: 0px 100px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-page-area {
    padding: 0px 30px;
  }
}
@media (max-width: 1399px) {
  .home-page-area {
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  .home-page-area {
    padding: 0px 20px;
  }
}
.home-page-area .home-img-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 20px 25px 0px 25px;
  transition: 0.35s;
}
.home-page-area .home-img-wrap a h5 {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #202020;
  opacity: 0.7;
  margin-bottom: 15px;
  transition: 0.35s;
}
.home-page-area .home-img-wrap a img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.home-page-area .home-img-wrap a:hover {
  background: #00A7AC;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.08);
}
.home-page-area .home-img-wrap a:hover h5 {
  color: var(--white);
  opacity: 1;
}

/*=======================================
 6. Inner Pages Area
=======================================*/
.view-btn a {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 1.125rem;
  color: #FFFFFF;
  transition: 0.35s;
}
.view-btn a:hover {
  color: var(--primary-color1);
}

.inner-page-area {
  background-color: #0D0F11;
  background-image: url(../images/bg/inner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.inner-page-area .section-title {
  padding-top: 100px;
  margin: 0;
}
.inner-page-area .section-title h2 {
  color: var(--white);
}
.inner-page-area .js-marquee {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 767px) {
  .inner-page-area .js-marquee {
    gap: 20px;
  }
}
.inner-page-area .inner-pages-slider {
  padding-top: 75px;
}
.inner-page-area .water-text {
  display: flex;
  justify-content: center;
}
.inner-page-area .water-text h2 {
  font-family: var(--font-work-sans);
  font-weight: 700;
  font-size: 12.5rem;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.03;
  margin-bottom: 0;
  line-height: 0.7;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .inner-page-area .water-text h2 {
    font-size: 150px;
  }
}
@media (max-width: 1399px) {
  .inner-page-area .water-text h2 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .inner-page-area .water-text h2 {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .inner-page-area .water-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .inner-page-area .water-text h2 {
    font-size: 80px;
  }
}

/*=======================================
 7. Company Dashboard Area
=======================================*/
.company-dashboad-area {
  padding: 0px 100px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .company-dashboad-area {
    padding: 0px 30px;
  }
}
@media (max-width: 1399px) {
  .company-dashboad-area {
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  .company-dashboad-area {
    padding: 0px 20px;
  }
}
.company-dashboad-area .company-dashboard-slider {
  padding: 20px;
  margin: -20px;
}
.company-dashboad-area .company-dashboard-img {
  border-radius: 20px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: 0.35s;
  padding: 1px 1px 0px 1px;
}
.company-dashboad-area .company-dashboard-img img {
  border-radius: 20px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.08);
}
.company-dashboad-area .company-dashboard-img:hover {
  border-top: 1px solid #00A7AC;
  border-left: 1px solid #00A7AC;
  border-right: 1px solid #00A7AC;
}
.company-dashboad-area .swiper-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .company-dashboad-area .swiper-btn-group {
    display: none;
    visibility: hidden;
  }
}
.company-dashboad-area .swiper-btn-group .swiper-btn {
  background: #FFFFFF;
  border: 1px solid #00A7AC;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-dashboad-area .swiper-btn-group .swiper-btn i {
  font-size: 20px;
  color: var(--primary-color1);
}

/*=======================================
 8. Performance Area
=======================================*/
.performance-area {
  background: #FFFFFF;
  background-image: url(../images/bg/performance-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.performance-area .performance-top {
  padding: 0px 200px 0px 175px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .performance-area .performance-top {
    padding: 0px 30px;
  }
}
@media (max-width: 1399px) {
  .performance-area .performance-top {
    padding: 0px 30px;
  }
}
@media (max-width: 1199px) {
  .performance-area .performance-top {
    padding: 0px 20px;
  }
}
@media (max-width: 576px) {
  .performance-area .performance-top {
    padding: 0px 10px;
  }
}
.performance-area .performance-top .performance-content {
  max-width: 570px;
  width: 100%;
}
.performance-area .performance-top .performance-content img {
  margin-bottom: 20px;
}
.performance-area .performance-top .performance-content h3 {
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 45px;
  color: var(--primary-dark);
  margin-bottom: 65px;
  line-height: 1.4;
}
.performance-area .performance-top .performance-content h3 span {
  color: var(--primary-color1);
}
@media (max-width: 1399px) {
  .performance-area .performance-top .performance-content h3 {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .performance-area .performance-top .performance-content h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.performance-area .performance-top .performance-content .grade-area {
  display: flex;
  align-items: center;
  background: rgba(0, 171, 98, 0.08);
  border: 1px solid rgba(32, 32, 32, 0.08);
  border-radius: 10px;
  margin-bottom: 65px;
  padding: 10px;
  gap: 15px;
}
@media (max-width: 1399px) {
  .performance-area .performance-top .performance-content .grade-area {
    margin-bottom: 45px;
  }
}
.performance-area .performance-top .performance-content .grade-area h2 {
  margin-bottom: 0;
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 3.438rem;
  color: var(--primary-color1);
  line-height: 1;
  height: 95px;
  width: 101px;
  border-radius: 15px;
  border: 1px solid rgba(0, 171, 98, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .performance-area .performance-top .performance-content .grade-area h2 {
    font-size: 2.5rem;
    height: 70px;
  }
}
.performance-area .performance-top .performance-content .grade-area h3 {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 2.188rem;
  letter-spacing: 0.03em;
  color: #202020;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1399px) {
  .performance-area .performance-top .performance-content .grade-area h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .performance-area .performance-top .performance-content .grade-area h3 {
    font-size: 1.5rem;
  }
}
.performance-area .performance-top .performance-content .total-performance h2 {
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 70px;
  color: #00A7AC;
  line-height: 1;
}
@media (max-width: 576px) {
  .performance-area .performance-top .performance-content .total-performance h2 {
    font-size: 45px;
  }
}
.performance-area .performance-top .performance-content .total-performance h2 span {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(180deg, #202020 0%, rgba(32, 32, 32, 0.38) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .performance-area .performance-top .performance-content .total-performance h2 span {
    font-size: 25px;
  }
}
.performance-area .performance-btm {
  padding: 0px 110px;
}
@media (max-width: 1399px) {
  .performance-area .performance-btm {
    padding: 0px 50px;
  }
}
@media (max-width: 1199px) {
  .performance-area .performance-btm {
    padding: 0px 20px;
  }
}
@media (max-width: 576px) {
  .performance-area .performance-btm {
    padding: 0px 10px;
  }
}
.performance-area .performance-btm .performance-content {
  width: 100%;
  margin-left: auto;
}
.performance-area .performance-btm .performance-content img {
  margin-bottom: 20px;
}
.performance-area .performance-btm .performance-content h3 {
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 45px;
  color: var(--primary-dark);
  margin-bottom: 55px;
  line-height: 1.4;
}
.performance-area .performance-btm .performance-content h3 span {
  color: var(--primary-color1);
}
@media (max-width: 1399px) {
  .performance-area .performance-btm .performance-content h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .performance-area .performance-btm .performance-content h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.performance-area .performance-btm .performance-content .grade-area {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .performance-area .performance-btm .performance-content .grade-area {
    margin-bottom: 20px;
  }
}
.performance-area .performance-btm .performance-content .total-performance h2 {
  font-family: var(--font-work-sans);
  font-weight: 600;
  font-size: 70px;
  color: var(--primary-color1);
  line-height: 1;
}
@media (max-width: 576px) {
  .performance-area .performance-btm .performance-content .total-performance h2 {
    font-size: 45px;
  }
}
.performance-area .performance-btm .performance-content .total-performance h2 span {
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(180deg, #202020 0%, rgba(32, 32, 32, 0.38) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .performance-area .performance-btm .performance-content .total-performance h2 span {
    font-size: 25px;
  }
}
.performance-area .performance-img {
  width: 100%;
}

/*=======================================
 8. CORE FEATURE Area
=======================================*/
.core-feature-area .section-title {
  margin-bottom: 60px;
  max-width: 550px;
}
.core-feature-area .feature-card {
  background: #FFFFFF;
  box-shadow: 5px 0px 50px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 30px 15px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.core-feature-area .feature-card .feature-icon {
  margin-bottom: 25px;
}
.core-feature-area .feature-card .feature-icon svg {
  fill: var(--primary-color1);
}
.core-feature-area .feature-card .feature-icon svg.only-strock {
  fill: none;
  stroke: var(--primary-color1);
}
.core-feature-area .feature-card .feature-icon svg.animate {
  stroke: var(--primary-color1);
}
.core-feature-area .feature-card .feature-icon svg.animate .only-stock {
  fill: none;
  stroke: var(--primary-color1);
}
.core-feature-area .feature-card .content h5 {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #202020;
  margin-bottom: 0;
}

.dadicated-support .section-title {
  max-width: 580px;
  margin-bottom: 60px;
}

.accordion .accordion-item {
  background-color: transparent;
  padding: 0px 0 25px;
  border-bottom: none;
}
.accordion .accordion-button {
  background-color: transparent;
  padding: 0;
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #202020;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-body {
  padding: 0;
  padding-top: 30px;
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 17px;
  color: #595959;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

footer {
  background-color: #0D0F11;
  background-image: url(../images/bg/fooret-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0;
}
footer .footer-content {
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer .footer-content span {
  font-family: var(--font-work-sans);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #00A7AC;
  background: rgba(0, 171, 98, 0.1);
  border-radius: 23px;
  display: inline-block;
  padding: 8px 38px;
  margin-bottom: 20px;
}
footer .footer-content h2 {
  font-family: "Work Sans";
  font-weight: 700;
  font-size: 65px;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .footer-content h2 {
    font-size: 38px;
  }
}
footer .footer-content .buy-btn a {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 19px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #00A7AC;
  border: 1px solid #00A7AC;
  border-radius: 100px;
  display: inline-block;
  padding: 13px 53px;
  position: relative;
  transition: 0.5s all ease;
  z-index: 1;
}
footer .footer-content .buy-btn a::after {
  transition: 0.5s all ease;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: transparent;
  z-index: -1;
}
footer .footer-content .buy-btn a:hover {
  background-color: transparent;
}
footer .footer-content .buy-btn a:hover::after {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */