:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Baloo 2", sans-serif;
  --primaryColor: #9C29B2;
  --secondaryColor: #2EBDAE;
  --secondaryColor2: #7061CC;
  --secondaryColor3: #CE9103;
  --secondaryColor4: #FE5D37;
  --hoverColor: #2EBDAE;
  --bodyColor: #404A60;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --titleColor: #222E48;
  --borderColor: #DFE0E4;
  --inputbgColor: #ffffff;
  --softbgColor: #F9F6EF;
  --transition: 0.4s all ease;
}

.p1-color {
  color: var(--primaryColor);
}

.p1-bg-color {
  background-color: var(--primaryColor);
}

.p2-color {
  color: var(--secondaryColor);
}

.p3-color {
  color: var(--secondaryColor2);
}

.p4-color {
  color: var(--secondaryColor3);
}

.p5-color {
  color: var(--secondaryColor4);
}

.p3-clr {
  color: var(--extraColor) !important;
}

.p4-clr {
  color: var(--extraColor2) !important;
}

.n0-color {
  color: var(--whiteColor);
}

.up_btn-text-one {
  color: var(--whiteColor);
}

.up_btn-text-two {
  top: 150%;
  transform: translateY(-50%);
}

.up_btn:hover .up_btn-text-one {
  top: -100%;
}

.up_btn:hover .up_btn-text-two {
  top: 50%;
}

.themephi_button {
  padding: 12px 25px;
  background-color: transparent;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  border: 1px solid var(--primaryColor);
  font-family: var(--titleFont);
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.themephi_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hoverColor);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 8px;
}

.themephi_button:hover::before {
  transform: scaleX(1);
}

.themephi_button:hover {
  border-color: var(--hoverColor);
}
.themephi_button:hover .btn_text {
  color: var(--whiteColor);
}

.themephi_button .btn_text {
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Styles for the button text and icon */
.themephi_button .btn_text {
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: var(--titleColor);
}

.themephi_button span:not(.btn_text) {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ppricing_btn a {
  width: 100% !important;
}

.ppricing_btn button {
  width: 100% !important;
}

.home_one_with {
  max-width: 856px;
}

.home_one_with1 {
  max-width: 966px;
}

.text_underline {
  text-decoration: underline;
}

.el-tab-button-wrap.el-tab-button-h-fit.el-tab-button-lg-sticky .e-n-tabs-heading {
  position: sticky;
  top: 120px;
  z-index: 1;
  background: var(--softbgColor);
  padding: 8px;
  border-radius: 8px;
  height: fit-content;
  border: 1px solid rgba(156, 41, 178, 0.2);
}

.butterfly {
  width: 100px;
  animation: fly 6s linear infinite, flap 0.6s ease-in-out infinite alternate;
}

/* Movement Path */
@keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(80px, -60px) rotate(10deg);
  }
  50% {
    transform: translate(160px, 0) rotate(-10deg);
  }
  75% {
    transform: translate(240px, -50px) rotate(5deg);
  }
  100% {
    transform: translate(320px, 0) rotate(0deg);
  }
}
/* Wing Flapping */
@keyframes flap {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.w-max-content {
  width: max-content !important;
}

.g-21,
.gy-21 {
  --bs-gutter-y: 6rem !important;
}

.g-21, .gx-21 {
  --bs-gutter-x: 6rem !important;
}
@media (max-width: 1024px) {
  .g-21, .gx-21 {
    --bs-gutter-x: 3rem !important;
  }
}

form.tps-search-button-wrapper .hfe-search-form__container {
  display: flex;
  align-items: center;
  position: relative;
}
form.tps-search-button-wrapper .hfe-search-form__container input {
  width: 100% !important;
}
form.tps-search-button-wrapper .hfe-search-form__container .hfe-search-submit {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 20px !important;
  position: absolute;
  right: 15px;
}

.testimonial .single-box {
  background-color: var(--whiteColor);
  border: 1px solid rgba(39, 58, 41, 0.2);
}
.testimonial .single-box .author_info {
  border-bottom: 1px dashed rgba(34, 46, 72, 0.3);
}
.testimonial .single-box .desc_heading {
  font-size: 20px;
  font-weight: 500;
}
.testimonial .single-box .author_img {
  max-width: 60px;
}
.testimonial .single-box .quote_img {
  max-width: 76px;
}

@keyframes marqueeY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@media (min-width: 1200px) {
  .testimonial .height-fixed {
    height: 900px;
  }
  .testimonial .col-xl-4 {
    transform: translateY(25%);
  }
  .testimonial .all-item {
    animation: marqueeY 20s linear infinite running;
    animation-direction: alternate;
  }
  .testimonial .all-item.reverse {
    animation-direction: alternate-reverse;
  }
  .testimonial .all-item {
    animation: marqueeY 20s linear infinite;
    animation-direction: alternate;
  }
  .testimonial .all-item.reverse {
    animation-direction: alternate-reverse;
  }
}

.eldwell_tab .e-n-tabs-heading {
  background: transparent;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.eldwell_tab.tab_2 .e-n-tabs-heading {
  background: #011804;
}

.pricing_icon1 .elementor-icon {
  border: 1px solid #00B8D9;
}

.pricing_icon2 .elementor-icon {
  border: 1px solid #8E33FF;
}

.pricing_icon3 .elementor-icon {
  border: 1px solid #E2A76F;
}

.tokenomics-item .review {
  font-size: 18px;
}
.tokenomics-item .rating_area ul {
  margin: 0;
  padding: 0;
}
.tokenomics-item .rating_area ul li {
  list-style: none;
  display: inline-block;
}
.tokenomics-item .rating_area ul li i {
  color: var(--secondaryColor3);
  font-size: 20px;
}

.testimonial_section5 .testi_item5 .review {
  font-size: 24px;
  width: 87%;
  margin: 0 auto;
  text-align: center;
  color: var(--titleColor);
}
@media (max-width: 1200px) {
  .testimonial_section5 .testi_item5 .review {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 880px) {
  .testimonial_section5 .testi_item5 .review {
    font-size: 18px;
    width: 100%;
  }
}
.testimonial_section5 .slider_btn_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 48%;
  left: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonial_section5 .slider_btn_area {
    top: 66%;
  }
}

.slider_btn_area {
  position: absolute;
  top: 75%;
  right: 0;
  z-index: 1;
}
.slider_btn_area .slide-button {
  border: 1px solid var(--primaryColor);
  transition: 0.3s all ease;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: var(--whiteColor);
}
.slider_btn_area .slide-button i {
  color: var(--primaryColor);
}
.slider_btn_area .slide-button:hover {
  background: var(--primaryColor);
}
.slider_btn_area .slide-button:hover i {
  color: var(--whiteColor);
}

.testimonial-section9 .slider_btn_area .slide-button {
  height: 48px;
  width: 48px;
  line-height: 48px;
  background-color: var(--softbgColor);
}
.testimonial-section9 .slider_btn_area .slide-button:hover {
  background-color: var(--primaryColor);
}

.blog_section4.blog_section1 .blog_items .blog_category {
  display: inline-block;
  padding: 4px 18px;
  align-items: center;
  border-radius: 5px;
  background: var(--whiteColor);
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog_section4.blog_section1 .blog_items .blog_category a {
  color: var(--primaryColor);
  font-weight: 700;
}
.blog_section4.blog_section1 .blog_items .content {
  padding-left: 20px;
  position: relative;
}
.blog_section4.blog_section1 .blog_items .content:after {
  position: absolute;
  content: "";
  top: 28px;
  left: 0;
  height: 112px;
  width: 2px;
  background: var(--primaryColor);
}
.blog_section4.blog_section1 .blog_items .content .blog_title a:hover {
  color: var(--primaryColor);
}
.blog_section4.blog_section1 .blog_items .content .blog_btn {
  color: var(--primaryColor);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--titleFont);
}
.blog_section4.blog_section1 .blog_items .content .blog_btn:hover {
  color: var(--primaryColor);
}
.blog_section4.blog_section1 .slider_btn_area {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: -12px;
}
.blog_section4.blog_section1 .slider_btn_area .inner_btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 480px) {
  .blog_section4.blog_section1 .slider_btn_area {
    left: 0;
  }
}
.blog_section4.blog_section1 .slider_btn_area .slide-button {
  background: var(--whiteColor);
  display: flex;
  padding: 8px 10px;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid var(--secondaryColor);
  transition: 0.3s all ease;
}
.blog_section4.blog_section1 .slider_btn_area .slide-button i {
  color: var(--secondaryColor);
}
.blog_section4.blog_section1 .slider_btn_area .slide-button:hover {
  background: var(--secondaryColor);
}
.blog_section4.blog_section1 .slider_btn_area .slide-button:hover i {
  color: #fff;
}
.blog_section4.blog_section1 .slider_btn_area button.ara-next.slide-button {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.blog_section4.blog_section1 .slider_btn_area button.ara-prev.slide-button {
  position: absolute;
  left: 0;
  bottom: 100%;
}

.circle {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog_section1 .blog_items .thumb {
  border-radius: 8px;
}
.blog_section1 .blog_items .thumb a img {
  border-radius: 8px;
}
@media (min-width: 1600px) {
  .blog_section1 .blog_items .thumb a img {
    border-radius: 8px;
    min-height: 240px;
    object-fit: cover;
  }
}
.blog_section1 .blog_items .blog_category {
  display: inline-block;
  padding: 6px 20px;
  align-items: center;
  border-radius: 8px;
}
.blog_section1 .blog_items .blog_category a {
  color: var(--titleColor);
}
.blog_section1 .blog_items .blog_title {
  padding: 14px 0 0 0;
}
.blog_section1 .blog_items .blog_title a {
  font-weight: 700;
  color: var(--bodyFont);
  transition: 0.4s all ease;
  line-height: 1.4;
}
.blog_section1 .blog_items .blog_title a:hover {
  color: var(--primaryColor);
}
.blog_section1 .blog_items .date_info i,
.blog_section1 .blog_items .user_info i {
  font-size: 16px;
  color: var(--titleColor);
}
@media screen and (max-width: 460px) {
  .blog_section1 .blog_items .date_info i,
  .blog_section1 .blog_items .user_info i {
    font-size: 14px;
  }
}
.blog_section1 .blog_items .date_info span,
.blog_section1 .blog_items .user_info span {
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 460px) {
  .blog_section1 .blog_items .date_info span,
  .blog_section1 .blog_items .user_info span {
    font-size: 14px;
  }
}

.blog_section2 .blog_items {
  border-radius: 16px;
  border: 1px solid transparent;
  transition: 0.4s all ease;
  position: relative;
  padding: 0 24px 24px 24px;
}
.blog_section2 .blog_items::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  z-index: -1;
}
.blog_section2 .blog_items:hover .blog_btn a {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  transform: rotate(90deg);
}
.blog_section2 .blog_items:hover .blog_btn a i {
  color: var(--whiteColor);
}
.blog_section2 .blog_items .blog_category {
  display: inline-block;
  padding: 5px 20px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--whiteColor);
  background-color: var(--whiteColor);
}
@media (max-width: 1366px) {
  .blog_section2 .blog_items .blog_category {
    padding: 6px 10px;
  }
}
.blog_section2 .blog_items .blog_category a {
  color: var(--primaryColor);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .blog_section2 .blog_items .blog_category a {
    font-size: 14px;
  }
}
.blog_section2 .blog_items .blog_title a:hover {
  color: var(--primaryColor);
}
.blog_section2 .blog_items .date_info i {
  color: var(--primaryColor);
}
.blog_section2 .blog_items .blog_btn a {
  padding: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  transform: rotate(45deg);
}
.blog_section2 .blog_items .blog_btn a i {
  color: var(--primaryColor);
}
.blog_section2 .blog_items .content {
  padding-top: 30px;
}

.benefit_heading {
  position: sticky !important;
  top: 120px;
}

.benefit_item {
  position: relative;
}
.benefit_item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 130px;
  background-image: linear-gradient(to bottom, rgb(15, 96, 77), rgba(15, 96, 77, 0));
}

.integration_section {
  position: relative;
}
.integration_section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(226, 255, 94, 0.1019607843);
  z-index: -1;
}

.slider_pagination {
  margin-top: 70px;
}
.slider_pagination .swiper-pagination-bullet {
  background: var(--primaryColor);
  padding: 6px;
}
.slider_pagination .swiper-pagination-bullet-active {
  padding: 6px 14px;
  border-radius: 30px;
}

.bg_heading {
  background-color: var(--extraColor2);
  padding: 0 10px;
  border-radius: 4px;
  transform: rotate(-2deg);
  display: inline-block;
  height: 83px;
}

.testimonial-section3 .slider_item {
  display: flex;
  width: 856px;
  padding: 16px 16px 16px 48px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), var(--Brand-Color-BG-Dark-Color, #000001);
}
.testimonial-section3 .slider_item .testi_logo_area {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.testimonial-section3 .slider_item .testi_logo_area .testi_logo {
  margin-bottom: 86px;
}
.testimonial-section3 .slider_item .testi_logo_area .logo_content .sub_title {
  color: var(--whiteColor);
}
.testimonial-section3 .slider_item .testi_logo_area .logo_content .title {
  color: var(--whiteColor);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonial-section3 .slider_item .testi_logo_area .logo_content .description {
  color: var(--whiteColor);
}
.testimonial-section3 .slider_item .tokenomics-item {
  width: 60%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--Brand-Color-BG-Dark-Color, #000001);
  padding: 40px 32px;
}
.testimonial-section3 .slider_item .tokenomics-item .review {
  color: var(--whiteColor);
}
.testimonial-section3 .slider_item .tokenomics-item .author_info {
  border-top: 1px solid;
  padding-top: 30px;
}
.testimonial-section3 .slider_item .tokenomics-item .author_info .profile-info h6 {
  color: var(--whiteColor);
}
.testimonial-section3 .slider_item .tokenomics-item .author_info .profile-info p {
  color: var(--whiteColor);
}
.testimonial-section3 .swiper-slide-active .slider_item {
  border: 1px solid var(--extraColor2);
  background: linear-gradient(0deg, rgba(239, 104, 32, 0.12) 0%, rgba(239, 104, 32, 0.01) 100%), var(--Brand-Color-BG-Dark-Color, #000001);
}
.testimonial-section3 .slider_pagination {
  padding-top: 2px;
}
.testimonial-section3 .slider_pagination .swiper-pagination-bullet {
  background: #EF6820;
  padding: 6px;
}
.testimonial-section3 .slider_pagination .swiper-pagination-bullet-active {
  padding: 6px 14px;
  border-radius: 30px;
}

.circle-text {
  width: 135px;
  max-width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 1px solid var(--primaryColor);
  background-color: var(--primaryColor);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .circle-text {
    width: 125px;
    max-width: 125px;
    height: 125px;
  }
}
.circle-text .text {
  animation: Textrotate 20s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle-text .text p {
  transform: translate(50%, 1px);
}
.circle-text .text span {
  position: absolute;
  font-size: inherit;
  color: inherit;
  transform-origin: 0 62px;
}
@media (max-width: 991px) {
  .circle-text .text p {
    transform: translate(50%, 0);
  }
  .circle-text .text span {
    transform-origin: 0 60px;
  }
}
.circle-text:hover .text {
  animation-play-state: paused;
}
.circle-text .otline_border {
  padding: 12px;
  border-radius: 100%;
  border: 1px solid var(--whiteColor);
}
.circle-text .img-area {
  width: 33px;
  max-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
.circle-text .img-area::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: var(--primaryColor);
}
.circle-text.second .text p {
  transform: translate(50%, -12px);
}
.circle-text.second .text span {
  transform-origin: 0 100px;
}
@media (max-width: 991px) {
  .circle-text.second .text p {
    transform: translate(50%, -8px);
  }
  .circle-text.second .text span {
    transform-origin: 0 70px;
  }
}
.circle-text.second .img-area {
  width: 140px;
  max-width: 140px;
  height: 140px;
}
@media (max-width: 991px) {
  .circle-text.second .img-area {
    width: 90px;
    max-width: 90px;
    height: 90px;
  }
}
.circle-text.second .img-area span {
  font-size: 57px;
  color: #fff;
}

@keyframes Textrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sidebar_box {
  position: sticky !important;
  top: 100px;
}

.circle_box {
  width: 306px;
  height: 306px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--whiteColor);
  padding: 14px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.circle_box .inner_circle {
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--whiteColor);
  padding: 50px;
  border: 12px solid var(--softbgColor);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.circle_box .inner_circle h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--secondaryColor3);
}
.circle_box .inner_circle p {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondaryColor3);
}

.step-box {
  position: sticky !important;
  top: 100px;
  z-index: 1;
}

.expert-solutions .solution-image-container .img_border {
  border: 1px solid var(--secondaryColor);
  width: max-content;
  border-radius: 12px;
}
@media (max-width: 1366px) {
  .expert-solutions .solution-image-container .img_border {
    width: 100%;
    text-align: center;
  }
}
.expert-solutions .solution-image-container img {
  border-radius: 12px;
  transform: rotate(-5deg);
  position: relative;
}
.expert-solutions .solution-items .solution-item {
  position: relative;
  cursor: pointer;
  padding: 30px 0 34px 42px;
  border-top: 1px solid rgba(15, 96, 77, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
}
.expert-solutions .solution-items .solution-item:last-child {
  border-bottom: 1px solid rgba(15, 96, 77, 0.2);
}
.expert-solutions .solution-items .solution-item .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.expert-solutions .solution-items .solution-item .content h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--secondaryColor);
  opacity: 0.5;
}
@media (max-width: 880px) {
  .expert-solutions .solution-items .solution-item .content h3 {
    font-size: 22px;
  }
}
.expert-solutions .solution-items .solution-item .content h6 {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.3);
  margin-bottom: 22px;
  color: var(--secondaryColor);
  opacity: 0.5;
}
.expert-solutions .solution-items .solution-item i {
  position: absolute;
  top: 22px;
  left: 34px;
  font-size: 40px;
  color: var(--secondaryColor);
  transform: scale(0);
}
.expert-solutions .solution-items .active {
  padding: 30px 0 34px 85px;
  background-color: var(--secondaryColor);
}
.expert-solutions .solution-items .active .content h3 {
  color: var(--whiteColor);
  opacity: 1;
  margin-left: 0;
}
.expert-solutions .solution-items .active .content h6 {
  color: var(--whiteColor);
  opacity: 1;
}
.expert-solutions .solution-items .active i {
  color: var(--whiteColor);
  transform: scale(1);
}

.community-satisfied .community-satisfied-item {
  cursor: pointer;
  transition: all 0.4s ease;
}
.community-satisfied .community-satisfied-item:hover .info_area {
  transform: scale(1);
}
.community-satisfied .community-satisfied-item .thumb {
  border-radius: 8px;
}
.community-satisfied .community-satisfied-item .thumb img {
  border-radius: 8px;
}
.community-satisfied .community-satisfied-item .info_area {
  position: absolute;
  left: 13%;
  bottom: -30%;
  transform: scale(0);
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  .community-satisfied .community-satisfied-item .info_area {
    left: 10%;
  }
}
@media (max-width: 1200px) {
  .community-satisfied .community-satisfied-item .info_area {
    left: 5%;
  }
}
@media (max-width: 1024px) {
  .community-satisfied .community-satisfied-item .info_area {
    left: 20%;
    bottom: -22%;
  }
}
@media (max-width: 991px) {
  .community-satisfied .community-satisfied-item .info_area {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .community-satisfied .community-satisfied-item .info_area {
    left: 30%;
    bottom: -90px;
  }
}
@media (max-width: 400px) {
  .community-satisfied .community-satisfied-item .info_area {
    left: 20%;
    bottom: -90px;
  }
}
.community-satisfied .community-satisfied-item .team_info {
  border-radius: 100%;
  background: var(--primaryColor);
  height: 220px;
  width: 220px;
  margin: 0 auto;
  border: 2px solid var(--whiteColor);
}
@media (max-width: 1366px) {
  .community-satisfied .community-satisfied-item .team_info {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .community-satisfied .community-satisfied-item .team_info {
    height: 190px;
    width: 190px;
  }
}
.community-satisfied .community-satisfied-item .team_info .team_info_inner {
  margin-top: 28px;
}
@media (max-width: 1200px) {
  .community-satisfied .community-satisfied-item .team_info .team_info_inner {
    margin-top: 20px;
  }
}
.community-satisfied .community-satisfied-item .team_info h6 a {
  color: var(--secondaryColor3);
}
.community-satisfied .community-satisfied-item .team_info span {
  color: var(--secondaryColor3);
}
.community-satisfied .community-satisfied-item .team_info .social_icons {
  margin: 0;
}
.community-satisfied .community-satisfied-item .team_info .social_icons li a i {
  color: var(--secondaryColor3);
}
.community-satisfied .social_top .info_area {
  position: absolute;
  left: 13%;
  top: -30%;
  transform: scale(0);
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  .community-satisfied .social_top .info_area {
    left: 10%;
  }
}
@media (max-width: 1200px) {
  .community-satisfied .social_top .info_area {
    left: 5%;
  }
}
@media (max-width: 1024px) {
  .community-satisfied .social_top .info_area {
    left: 20%;
    top: -22%;
  }
}
@media (max-width: 991px) {
  .community-satisfied .social_top .info_area {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .community-satisfied .social_top .info_area {
    left: 30%;
    bottom: -90px;
  }
}
@media (max-width: 400px) {
  .community-satisfied .social_top .info_area {
    left: 20%;
    bottom: -90px;
  }
}
.community-satisfied .team_active {
  margin-top: 120px;
}
@media (max-width: 1366px) {
  .community-satisfied .team_active {
    margin-top: 100px;
  }
}
@media (max-width: 1200px) {
  .community-satisfied .team_active {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .community-satisfied .team_active {
    margin-top: 100px;
  }
}

.community-satisfied.team_style2 .community-satisfied-item {
  transition: all 0.4s ease;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info {
  border-radius: 5px;
  background: var(--whiteColor);
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: -40%;
  left: 15px;
  height: 134px;
  padding: 15px;
  transition: all 0.4s ease;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info .social_icons {
  margin: 0;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info .social_icons li a {
  background-color: transparent;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
}
.community-satisfied.team_style2 .community-satisfied-item .team_info .social_icons li a i {
  color: var(--whiteColor);
  font-size: 14px;
}
.community-satisfied.team_style2 .community-satisfied-item:hover .team_info {
  bottom: 15px;
}

.team_style3 .community-satisfied-item {
  overflow: unset;
  transition: all 0.4s ease;
  padding: 30px 28px;
  border-radius: 16px;
}
@media (max-width: 1200px) {
  .team_style3 .community-satisfied-item {
    padding: 15px;
  }
}
.team_style3 .community-satisfied-item .thumb_area {
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}
.team_style3 .community-satisfied-item .card_footer {
  border-top: 1px solid rgba(156, 41, 178, 0.2);
  padding-top: 28px;
}
.team_style3 .community-satisfied-item .btn_area a {
  font-weight: 700;
}
.team_style3 .community-satisfied-item .social_area ul {
  margin: 0;
}
.team_style3 .community-satisfied-item .social_area ul li {
  line-height: 0;
  list-style: none;
}
.team_style3 .community-satisfied-item .social_area ul li a {
  height: 36px !important;
  width: 36px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(156, 41, 178, 0.2);
  transition: all 0.3s ease;
}
.team_style3 .community-satisfied-item .social_area ul li a:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.team_style3 .community-satisfied-item .social_area ul li a:hover i {
  color: var(--whiteColor);
}
.team_style3 .community-satisfied-item .social_area ul li a i {
  color: var(--titleColor);
  font-size: 16px;
}
.team_style3 .slider_pagination {
  margin-top: 70px;
}

.color_card .item_1 {
  background: rgba(156, 41, 178, 0.1);
}
.color_card .item_2 {
  background: rgba(46, 189, 174, 0.1);
}
.color_card .item_3 {
  background: rgba(206, 145, 3, 0.1);
}

.community-satisfied.team_style2.team_style4 .community-satisfied-item {
  overflow: unset;
  transition: all 0.4s ease;
  background-color: var(--softbgColor);
  padding: 0;
  position: relative;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .inner_area {
  padding: 30px 28px;
  overflow: hidden;
  position: relative;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .team_info {
  border-radius: 8px;
  background: var(--whiteColor);
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 130px;
  padding: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.04);
  transform: translate(12%, 50%);
  border-bottom: 2px solid var(--whiteColor);
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .team_info .tp-name-title {
  color: var(--titleColor);
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .team_info .tp-role-title {
  color: var(--bodyColor);
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .social_area {
  transition: all 0.4s ease;
  position: absolute;
  right: -92px;
  top: 74px;
  background: var(--primaryColor);
  padding: 12px 18px;
  z-index: 1;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .social_area ul {
  margin: 0;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .social_area ul li {
  line-height: 0;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .social_area ul li a i {
  color: var(--whiteColor);
  font-size: 16px;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item:hover .team_info {
  border-bottom: 2px solid var(--primaryColor);
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item:hover .social_area {
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .thumb_area {
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item .thumb_area .thumb {
  padding-bottom: 75px;
}
.community-satisfied.team_style2.team_style4 .community-satisfied-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transition: all 0.4s ease;
  border-bottom: solid 35px transparent;
  border-right: solid 35px #fff;
  border-left: solid 35px transparent;
  border-top: solid 35px #fff;
}
.community-satisfied.team_style2.team_style4 .slider_pagination {
  margin-top: 130px;
}

.team_style5 .community-satisfied-item {
  transition: all 0.4s ease;
  overflow: hidden;
}
.team_style5 .community-satisfied-item .inner_area {
  position: relative;
  transition: all 0.4s ease;
}
.team_style5 .community-satisfied-item .inner_area .social_area {
  background: var(--primaryColor);
  display: inline-block;
  position: absolute;
  bottom: -23px;
  right: 30px;
  border-radius: 30px;
  transition: all 0.4s ease;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
}
.team_style5 .community-satisfied-item .inner_area .social_area ul {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.team_style5 .community-satisfied-item .inner_area .social_area ul li {
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  height: 0;
  width: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}
.team_style5 .community-satisfied-item .inner_area .social_area ul li a {
  background: var(--whiteColor);
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 100%;
  line-height: 36px;
  text-align: center;
  transition: all 0.4s ease;
}
.team_style5 .community-satisfied-item .inner_area .social_area ul li a i {
  color: var(--primaryColor);
  font-size: 16px;
}
.team_style5 .community-satisfied-item .inner_area .social_area ul li.close {
  opacity: 1;
  visibility: visible;
  height: 44px;
  width: 44px;
  padding: 0;
  line-height: 44px;
}
.team_style5 .community-satisfied-item .inner_area .thumb_area {
  border-radius: 12px;
}
.team_style5 .community-satisfied-item .inner_area .thumb_area .thumb img {
  border-radius: 12px;
}
.team_style5 .community-satisfied-item:hover .inner_area .social_area {
  height: max-content;
}
.team_style5 .community-satisfied-item:hover .inner_area .social_area ul li {
  opacity: 1;
  visibility: visible;
  height: 44px;
  width: 44px;
  padding: 0;
  line-height: 44px;
}
.team_style5 .community-satisfied-item:hover .inner_area .social_area ul li.close {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  line-height: 0;
}
.team_style5 .community-satisfied-item.active {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .team_style5 .community-satisfied-item.active {
    margin-top: 0;
  }
}

.testimonial-wrappers4 {
  margin-left: 17% !important;
}
.testimonial-wrappers4 .slide_item {
  padding: 30px 30px;
  background-color: var(--whiteColor);
  border-radius: 12px;
}
.testimonial-wrappers4 .slide_item .review_area {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.testimonial-wrappers4 .slide_item .review_area ul {
  margin: 0;
  padding: 0;
}
.testimonial-wrappers4 .slide_item .review_area ul li {
  display: inline-block;
}
.testimonial-wrappers4 .slide_item .review_area ul li i {
  color: var(--ratingColor);
}

.blog_section5 .blog_slider5 {
  padding-bottom: 120px;
}
.blog_section5 .blog_items {
  position: relative;
}
.blog_section5 .blog_items .content_area {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 100%;
  left: 50%;
  background: #F3F7F6;
  width: 85%;
  margin: 0 auto;
  border-radius: 8px;
  padding-left: 12px;
}
@media (max-width: 575px) {
  .blog_section5 .blog_items .content_area {
    width: 95%;
  }
}
.blog_section5 .blog_items .content_area .content {
  padding: 0 12px 0 45px;
}
@media (max-width: 575px) {
  .blog_section5 .blog_items .content_area .content {
    padding-left: 10px;
  }
}
.blog_section5 .blog_items .content_area .content h6 a {
  color: var(--secondaryColor);
  font-weight: 700;
  font-family: var(--titleFont);
}
.blog_section5 .blog_items .content_area .content .blog_btn {
  font-weight: 700;
  font-size: 16px;
}
.blog_section5 .blog_items .content_area .content::after {
  position: absolute;
  content: "";
  top: 28px;
  left: 29px;
  height: 112px;
  width: 2px;
  background-image: linear-gradient(to bottom, rgb(15, 96, 77), rgba(15, 96, 77, 0));
}
@media (max-width: 575px) {
  .blog_section5 .blog_items .content_area .content::after {
    display: none;
  }
}

.round-slider .slider-content {
  width: 250px;
  min-width: 250px;
  height: 250px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .round-slider .slider-content {
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .round-slider .slider-content {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
.round-slider .progress-circles {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 50%;
  border-width: 5px;
  background: radial-gradient(closest-side, var(--secondaryColor), 98%, transparent 0 99.9%, transparent 0), conic-gradient(var(--whiteColor), calc(var(--value) * 1%), transparent 0);
}

.progress {
  background: var(--secondaryColor2);
  height: 8px;
  overflow: initial;
}
@media (max-width: 991px) {
  .progress {
    height: 6px;
  }
}
@media (max-width: 667px) {
  .progress {
    height: 4px;
  }
}
.progress .progress-bar {
  height: inherit;
  background-color: var(--primaryColor);
  width: 0%;
}

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(9%, 9%);
}

.scroll-content-wrapper .scroll-content {
  transition: transform var(--transition) ease-out;
  will-change: transform;
}

.round-slider .slider-content {
  transition: all var(--transition) ease;
}

.progress-circles {
  transition: background var(--transition) ease;
}

/* Base Styles */
.review-section {
  position: relative;
  overflow: hidden;
}

.scroll-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll-content {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  position: relative;
  width: 100%;
}

/* Individual Scroll Sections */
.scroll-content.second {
  transform: translateX(0%);
}

.scroll-content.third {
  transform: translateX(0%);
}

/* Round Slider Styles */
.round-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  pointer-events: none;
  z-index: 99;
}

.slider-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--secondaryColor2);
}

.progress-circles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
}

.progress-value,
.progress-text {
  font-size: 2rem;
  font-weight: 700;
  color: var(--whiteColor);
  transition: opacity 0.3s ease;
}

.progress-text {
  display: none;
}

.recent_post .recent_post_item {
  margin-bottom: 20px;
}
.recent_post .recent_post_item .thumb_area a img {
  border-radius: 4px;
  height: 90px;
  width: 100px;
  object-fit: cover;
  max-width: 100px;
}
.recent_post .recent_post_item .blog_content p.title {
  margin-bottom: 0;
  font-size: 16px !important;
  font-size: var(--bodyFont) !important;
}
.recent_post .recent_post_item .blog_content p.title a {
  color: var(--whiteColor);
  font-size: 16px !important;
  font-weight: 500;
  font-size: var(--bodyFont) !important;
}
.recent_post .recent_post_item .blog_content p.title a:hover {
  color: var(--hoverColor);
}
.recent_post .recent_post_item .blog_content .meta_date {
  font-size: 14px;
  color: var(--extraColor2);
  border-radius: 4px;
  padding: 4px 8px;
  border: 1px solid rgba(239, 104, 32, 0.28);
  background: rgba(239, 104, 32, 0.05);
  display: inline-block;
  margin-bottom: 10px;
}

.recent_project {
  margin-bottom: 20px !important;
}
.recent_project:last-child {
  margin-bottom: 0;
}
.recent_project .thumb_area a img {
  border-radius: 8px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  max-width: 100px;
}
.recent_project .content .p-title {
  margin-bottom: 0;
  font-size: 18px !important;
  font-size: var(--bodyFont) !important;
  color: var(--bodyColor);
}
.recent_project .content .p-title a {
  color: var(--bodyColor);
  font-size: 18px !important;
  font-weight: 500;
  font-size: var(--bodyFont) !important;
}
.recent_project .content .p-title a:hover {
  color: var(--hoverColor);
}
.recent_project .content a {
  color: var(--hoverColor);
  font-size: 16px !important;
  font-weight: 500;
  font-size: var(--bodyFont) !important;
}

.project_siderbar {
  position: sticky !important;
  top: 120px;
}

.tp-portfolio-stylestyle1 .portfolio-item .portfolio-item-image img {
  width: 100%;
  border-radius: 8px;
}

aside#secondary {
  position: sticky !important;
  top: 120px;
}

.review-section .sinlge_item {
  transition: all 0.3s linear 0s;
  overflow: hidden;
}
.review-section .sinlge_item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(22, 64, 75, 0.5);
  z-index: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  border-radius: 8px;
}
.review-section .sinlge_item:hover::before {
  opacity: 1;
  visibility: visible;
}
.review-section .sinlge_item:hover .content_area {
  position: absolute;
  bottom: 18px;
}
.review-section .sinlge_item .thumbnail img {
  border-radius: 8px;
}
.review-section .sinlge_item .content_area {
  position: absolute;
  bottom: -106%;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 90%;
  transition: 0.4s all ease;
}
.review-section .sinlge_item .content_area .title {
  background-color: var(--whiteColor);
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: var(--secondaryColor3);
  display: block;
  width: fit-content;
}
.review-section .sinlge_item .content_area .title a {
  color: var(--secondaryColor3);
}
.review-section .sinlge_item .content_area .category {
  background-color: var(--whiteColor);
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
}
.review-section .sinlge_item .content_area .category a {
  color: var(--secondaryColor3);
}

.services_btn {
  transition: all 0.3s linear 0s;
  overflow: hidden;
}
.services_btn span.elementor-button-text {
  margin-left: -70px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.services_btn:hover span.elementor-button-text {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear 0s;
}
.services_btn span.elementor-button-icon {
  margin-left: -18px;
  transition: all 0.3s linear 0s;
}
.services_btn:hover span.elementor-button-icon {
  margin-left: 0;
}

.team_progress .elementor-title {
  margin-bottom: 12px;
  display: block;
}
.team_progress span.elementor-progress-percentage {
  position: absolute;
  right: 0;
  top: -30px;
  color: #273A29;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--titleFont);
}

.banner_slider_section .slide-content .title {
  color: var(--whiteColor);
}
.banner_slider_section .counter_area .counter {
  font-size: 40px;
  color: var(--whiteColor);
}
.banner_slider_section .custom-container {
  max-width: 1720px;
  width: 1720px;
  padding: 0 15px;
}

.portfolio_full_height .sinlge_item {
  height: 100%;
}
.portfolio_full_height .sinlge_item .thumbnail {
  height: 100%;
}
.portfolio_full_height .sinlge_item .thumbnail img {
  height: 100%;
  object-fit: cover;
}

.portfolio_row_height {
  height: 100%;
}
@media (max-width: 767px) {
  .portfolio_row_height {
    gap: 20px;
  }
}

.header_three .fixed-header {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
}
.header_three #themephi-header.header-style-1 .header-inner.tp-sticky {
  position: fixed;
  top: 15px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: var(--whiteColor);
  box-shadow: unset !important;
  z-index: 999;
}

.elementor_gallery .gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.home_one_form .mf-input-wrapper label {
  position: absolute;
  top: -8px;
  background: var(--whiteColor);
  padding: 0 5px;
  display: inline-block !important;
  width: max-content;
  min-width: fit-content !important;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #ddd;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .timeline::before {
    left: 0;
  }
}

.timeline ul {
  list-style: none;
  position: relative;
}

.default-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #ddd;
  border-radius: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .default-line {
    left: 0;
  }
}

.draw-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background: linear-gradient(135deg, var(--primaryColor), var(--secondaryColor));
  border-radius: 2px;
  z-index: 2;
  transition: height 0.1s ease-out;
}
@media (max-width: 767px) {
  .draw-line {
    left: 0;
  }
}

.timeline li {
  position: relative;
  width: 100%;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-72%);
  width: 34px;
  height: 34px;
  background: var(--whiteColor);
  border: 4px solid var(--secondaryColor);
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .timeline li::before {
    left: 0;
  }
}

.timeline li.in-view::before {
  background: var(--primaryColor);
  transform: translateX(-72%) scale(1.2);
}

.timeline-content {
  position: relative;
  transform: translateY(20px);
  width: 45%;
  opacity: 0.4;
}
.timeline-content img {
  border-radius: 16px !important;
}
.timeline-content .title {
  font-size: 48px;
  font-weight: 500;
  color: var(--titleColor);
}
@media (max-width: 1200px) {
  .timeline-content .title {
    font-size: 24px;
  }
}

.timeline li.in-view .timeline-content {
  opacity: 1;
  transform: translateY(0);
}

.timeline li:nth-child(odd) .timeline-content {
  margin-left: 0;
}

.timeline li:nth-child(even) .timeline-content {
  margin-left: 55%;
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
}

.timeline li:nth-child(odd) .timeline-content::before {
  right: -30px;
  border-left-color: white;
}

.timeline li:nth-child(even) .timeline-content::before {
  left: -30px;
  border-right-color: white;
}

.footer-section {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.footer-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .timeline li:nth-child(odd) .timeline-content,
  .timeline li:nth-child(even) .timeline-content {
    width: 80%;
    margin-left: 10%;
  }
  .timeline li:nth-child(odd) .timeline-content::before,
  .timeline li:nth-child(even) .timeline-content::before {
    left: -15px;
    border-right-color: white;
    border-left-color: transparent;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}
.features .features_items {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 40px;
  transition: all 0.3s linear 0s;
}
.features .features_items .number {
  position: relative;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid var(--secondaryColor2);
  flex: none;
  transition: all 0.3s linear;
}
.features .features_items .number::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 65px;
  background: var(--secondaryColor2);
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 13%);
}
.features .features_items .number span {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--titleFont);
  color: var(--titleColor);
  transition: all 0.3s linear;
}
.features .features_items .features_content .title {
  cursor: pointer;
}
.features .features_items .features_content .description {
  padding-top: 8px;
}
.features .features_items:hover .number {
  background-color: var(--secondaryColor2);
}
.features .features_items:hover .number span {
  color: var(--whiteColor);
}
.features .last_item_none {
  margin-bottom: 20px;
}
.features .last_item_none .number::after {
  display: none;
}

.course_category .cat_item {
  padding: 32px;
  background-color: rgba(156, 41, 178, 0.1);
  border-radius: 16px;
  border: 1px solid rgba(156, 41, 178, 0.2);
  text-align: center;
  transition: all 0.3s linear;
}
@media (max-width: 1366px) {
  .course_category .cat_item {
    padding: 32px 12px;
  }
}
.course_category .cat_item .icon {
  background-color: var(--primaryColor);
  height: 72px;
  width: 72px;
  line-height: 72px;
  border-radius: 100%;
  text-align: center;
  box-shadow: rgba(156, 41, 178, 0.5) 0px 7px 29px 0px;
  display: inline-block;
}
.course_category .cat_item .content {
  text-align: center;
  margin-top: 32px;
}
.course_category .cat_item .content .title a {
  color: var(--titleColor);
}
.course_category .cat_item .content .description {
  margin-top: 6px;
}
.course_category .cat_item .content .category_count a {
  border: 1px solid rgba(156, 41, 178, 0.2);
  padding: 10px 24px;
  border-radius: 30px;
  color: var(--titleColor);
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  transition: all 0.3s linear;
}
.course_category .cat_item .content .category_count a i {
  margin-left: 8px;
  display: inline-block;
  transition: all 0.3s linear;
}
.course_category .cat_item:hover .content .category_count a {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.course_category .cat_item:hover .content .category_count a i {
  transform: rotate(45deg);
}
.course_category .item_2 {
  background-color: rgba(46, 189, 174, 0.1);
  border: 1px solid rgba(46, 189, 174, 0.1);
}
.course_category .item_2 .icon {
  background-color: var(--secondaryColor);
  box-shadow: rgba(46, 189, 174, 0.5) 0px 7px 29px 0px;
}
.course_category .item_2 .content .category_count a {
  border: 1px solid rgba(46, 189, 174, 0.2);
}
.course_category .item_2:hover .content .category_count a {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.course_category .item_3 {
  background-color: rgba(112, 97, 204, 0.1);
  border: 1px solid rgba(112, 97, 204, 0.2);
}
.course_category .item_3 .icon {
  background-color: var(--secondaryColor2);
  box-shadow: rgba(112, 97, 204, 0.5) 0px 7px 29px 0px;
}
.course_category .item_3 .content .category_count a {
  border: 1px solid rgba(112, 97, 204, 0.2);
}
.course_category .item_3:hover .content .category_count a {
  background-color: var(--secondaryColor2);
  color: var(--whiteColor);
}
.course_category .item_4 {
  background-color: rgba(206, 145, 3, 0.1);
  border: 1px solid rgba(206, 145, 3, 0.2);
}
.course_category .item_4 .icon {
  background-color: var(--secondaryColor3);
  box-shadow: rgba(206, 145, 3, 0.5) 0px 7px 29px 0px;
}
.course_category .item_4 .content .category_count a {
  border: 1px solid rgba(206, 145, 3, 0.2);
}
.course_category .item_4:hover .content .category_count a {
  background-color: var(--secondaryColor3);
  color: var(--whiteColor);
}

/*# sourceMappingURL=custom.css.map */
