/* ====================================================================
  Features Section Two
====================================================================***/
.feature-section-two {
  position: relative;
  padding: 85px 0 85px;
}

.feature-block-two {
  margin-bottom: 25px;
}
.feature-block-two .inner-box {
  position: relative;
  padding: 45px 45px;
  /* border-radius: 20px; */
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 30px;
  /* background-color: #595c61; */
  background-color: #313131;
  transition: all 300ms ease;
  z-index: 3;
}

.feature-block-two .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}

.feature-block-two .inner-box .title {
  position: relative;
  margin-bottom: 15px;
  font-size: 24px;
  /* background: var(--eventflow-white); */
  /* -webkit-text-fill-color: transparent; */
  font-family: var(--eventflow-font);
  font-weight: 800;
  width: 83%;
  background: linear-gradient(58deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-block-two .inner-box .text {
  position: relative;
  font-size: 16px;
  color: var(--eventflow-white);
  line-height: 24px;
  /* max-width: 300px; */
  transition: all 300ms ease;
  font-family: var(--eventflow-font-light);
}
/* .icon-eight {
  width: 119px;
  height: 124px;
  background-image: url(https://expert-themes.com/html/konfer/images/icons/icon-eight.png);
} */
/* .icon-seven {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url(../images/icon/star.png);
} */

/* .feature-block-two .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 135px;
  height: 203px;
  background-image: url(../images/icon/shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 3;
} */

.feature-block-two .inner-box .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #81caa5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 3;
}

/* .feature-block-two .inner-box .icon-box .icon-seven {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -59.5px;
  animation: fa-spin 15s linear infinite;
  transition: all 300ms ease;
}
.rtl .feature-block-two .inner-box .icon-box .icon-seven {
  transform: scaleX(-1);
} */
/* .feature-block-two .inner-box .icon-box .icon-eight {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -59.5px;
  animation: fa-spin 15s linear infinite;
  opacity: 0;
  transition: all 300ms ease;
} */

.feature-block-two .icon-box i {
  font-size: 36px;
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.feature-block-two .inner-box .content {
  position: relative;
  z-index: 3;
}

.sec-title p {
  color: var(--eventflow-white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  font-family: var(--eventflow-font-light);
}

.feature-block-two .inner-box.active {
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.feature-block-two .inner-box.active .text {
  color: #fff;
}
.feature-block-two .inner-box.active .title {
  color: #fff;
  -webkit-text-fill-color: #ffffff;
}

/*--------------------------------------------------------------
# whychooseus-section
--------------------------------------------------------------*/
.whychooseus-section {
  padding: 0 0 85px;
  position: relative;
}

.whychooseus {
  /* border: 2px solid #cccccc33; */
  /* border-radius: 20px; */
  padding: 45px;
}
.whychooseus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px;
  background: linear-gradient(58deg, #1c75bc, #81caa5);
  -webkit-mask:
    linear-gradient(#1c75bc 0 0) content-box,
    linear-gradient(#81caa5 0 0);
  mask-composite: exclude;
  z-index: 99999;
  pointer-events: none;
}
.whychooseus-section .whychooseus-title-tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--eventflow-font);
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.whychooseus-section .whychooseus-title-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.whychooseus-section .whychooseus-title-title {
  color: var(--eventflow-white);
  font-size: 16px;
  line-height: 30px;
  font-family: var(--eventflow-font-light);
}

.whychooseus-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whychooseus-points {
  margin: 50px 0 0;
}

.whychooseus-points .whychooseus-points-list {
  align-items: center;
  gap: 20px;
}

.whychooseus-points .whychooseus-points-list .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  /* border-radius: 50%; */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
}

.whychooseus-points .whychooseus-points-list .icon i {
  font-size: 30px;
  color: #fff;
}

.whychooseus-points .whychooseus-points-list .content {
  position: relative;
  display: block;
}

.whychooseus-points .whychooseus-points-list .content h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 8px;
  /* color: var(--eventflow-white); */
  font-family: var(--eventflow-font);
  background: linear-gradient(58deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.whychooseus-points .whychooseus-points-list .content p {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
}

.event-one-img-box img {
  width: 100%;
  /* border-radius: 20px; */
}

/*--------------------------------------------------------------
# Wizcraft-features
--------------------------------------------------------------*/

.Wizcraft-features {
  padding: 0 0 85px;
}
.Wizcraft {
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  padding: 60px;
}

.Wizcraft-features .Wizcraftfeatures-title-tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}

.Wizcraft-features .Wizcraftfeatures-title-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.Wizcraft-features .Wizcraftfeatures-title-title {
  color: var(--eventflow-white);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--eventflow-font-two);
}
.features-card h3 {
  color: #fff;
  font-size: 24px;
  font-family: var(--eventflow-font);
  margin-bottom: 5px;
  font-weight: 600;
}
.features-card p {
  font-size: 16px;
  color: var(--eventflow-white);
  line-height: 24px;
  font-family: var(--eventflow-font-light);
}
.features-card {
  border: 1px solid #81caa5;
  padding: 25px;
  height: 158px;
  margin-bottom: 25px;
}
.features-card i {
  font-size: 30px;
}

/*--------------------------------------------------------------
# ourpresence-section
--------------------------------------------------------------*/
.ourpresence-section {
  padding: 0 0 85px;
}
.ourpresence-section .ourpresence-title-tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background: var(--eventflow-white);
  font-family: var(--eventflow-font);
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.ourpresence-section .ourpresence-title-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.ourpresence-section .ourpresence-title-title {
  color: var(--eventflow-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--eventflow-font-two);
}
.ourpresence-area h3 {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  font-family: var(--eventflow-font);
  font-weight: 600;
}
.ourpresence-area p {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
}
.ourpresence-area {
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
  padding: 25px;
  /* border-radius: 20px; */
  height: 230px;
}

/*--------------------------------------------------------------
# timeline-section
--------------------------------------------------------------*/
.timeline-section {
  padding: 0 0 85px;
}

.timeline-section .timeline-title-tagline {
  position: relative;
  text-transform: uppercase;
  /* background: var(--eventflow-white); */
  background: linear-gradient(90deg, #1c75bc 0%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  line-height: 55px;
  font-weight: 800;
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
  font-family: var(--eventflow-font);
}

.timeline-section .timeline-title-tagline.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}

.timeline-details-main-tab-box {
  border: 1px solid #1c75bc;
  /* border-radius: 100px; */
}

.timeline-section .timeline-title-title {
  color: var(--eventflow-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--eventflow-font-light);
}

.timeline-details-main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  z-index: 5;
  top: -20px;
}

.timeline-details-main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  /* border-radius: 32px; */
  transition: all 0.3s ease;
  z-index: -1;
}

.timeline-details-text-1 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
}

.timeline-details-main-tab-box .tab-buttons:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: rgba(var(--eventflow-bdr-color-rgb), 0.2);
  z-index: -1;
}

.timeline-details-main-tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 55px;
}

.timeline-details-main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 12px 29px 11px;
  background-color: #94989a;
  /* border-radius: 32px; */
  overflow: hidden;
  z-index: 1;
}

.timeline-details-main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.timeline-details-main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--eventflow-white);
  letter-spacing: 1.6px;
  transition: all 0.3s ease;
  z-index: 1;
  color: var(--eventflow-white);
  font-family: var(--eventflow-font-two);
  font-size: 16px;
  letter-spacing: 0;
}

.timeline-details-main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eventflow-white);
}

.timeline-details-main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
  padding: 25px;
}

.timeline-details-main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.timeline-details-main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*--------------------------------------------------------------
# Join us
--------------------------------------------------------------*/
.joinus p {
  color: var(--eventflow-white);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  font-family: var(--eventflow-font-two);
}
.joinus-section {
  padding: 0 0 85px;
}
.location {
  color: var(--eventflow-primary);
  font-weight: 700;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  padding: 80px 0 80px;
  z-index: 1;
}

.cta-one-inner {
  position: relative;
  display: block;
  text-align: center;
}

.cta-one-title {
  font-size: 40px;

  color: var(--eventflow-white);
  text-transform: capitalize;
  /* margin-bottom: 29px; */
  font-family: var(--eventflow-font-heavy);
  display: inline-block;
  transform: translate(0%, 100%) perspective(170px) rotateY(-35deg);
  opacity: 0;
  transition:
    transform 1s ease,
    opacity 1s ease;
  transform-origin: center;
}
.cta-one-title.show {
  transform: translate(0%, 0%) perspective(170px) rotateY(0deg);
  opacity: 1;
}
.cta-one-form.mc-form {
  position: relative;
  display: block;
  max-width: 670px;
  width: 100%;
  margin: 0 auto 0;
}

.cta-one-form-input-box {
  position: relative;
  display: block;
}

.cta-one-form-input-box input[type="email"] {
  font-size: 16px;
  height: 60px;
  width: 100%;
  background-color: transparent;
  outline: none;
  color: var(--eventflow-white);
  font-weight: 400;
  border: 2px solid #cccccc33;
  border-radius: 30px;
  padding-right: 65px;
  padding-left: 30px;
}

.cta-one-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  height: 45px;
  width: 45px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--eventflow-black);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one-btn:hover {
  background-color: var(--eventflow-base);
  color: var(--eventflow-white);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.inner-service-details {
  padding: 85px 0 85px;
}
.inner-service-details-top-left {
  position: relative;
  display: block;
}

.inner-service-details-top img {
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 2px;
  background: linear-gradient(90deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.inner-service-details-category-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  /* margin-bottom: 24px; */
  color: #94989a;
}

/* .inner-service-details-all-category {
  padding: 25px;

  border: 1px solid #ccc;
} */
/* .inner-service-details-all-category img {
  border-radius: 25px;
} */
/* .inner-service-img .img1 {
  border-radius: 150px 0 0;
}
.inner-service-img .img3 {
  border-radius: 0px 0 150px;
} */
/* .eventgallery-img {
  border-radius: 250px 250px 0 0;
} */
.inner-service-img img {
  margin-bottom: 25px;
}
.inner-service-details-all-category .inner-service-details-title {
  margin-bottom: 34px;
}

.inner-service-details-all-category-list {
  position: relative;
  display: block;
}

.inner-service-details-all-category-list li {
  position: relative;
  display: block;
}

.inner-service-details-all-category-list li + li {
  margin-top: 20px;
}

.inner-service-details-all-category-list li p {
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* background-color: #04000a; */
  border-radius: 25px;
  color: var(--eventflow-white);
  padding: 14px 25px;
  /* padding-left: 45px; */
  z-index: 1;
}
.inner-service-details-all-category-list li p i {
  font-size: 12px;
}

.inner-service-details-all-category-list li.active p {
  color: var(--eventflow-white);
}

.inner-service-details-all-category-list li:hover p {
  color: var(--eventflow-white);
}

.inner-service-details-all-category-list li > p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 27px;
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.inner-service-details-all-category-list li:hover p::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.inner-service-details-all-category-list li.active p::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.inner-service-details-all-category-list li a i {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 14px;
  transform: translateY(-50%);
  background: linear-gradient(140deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.inner-service-details-all-category-list li p:hover i {
  color: #fff;
}

.inner-service-details-all-category-list li.active p i {
  color: #fff;
}

.inner-service-details-img-1 img {
  width: 100%;
  border-radius: 20px;
}
.inner-service-subtitle {
  text-transform: uppercase;
  background: linear-gradient(90deg, #1c75bc 30%, #81caa5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 22px;
  font-family: var(--eventflow-font-heavy);
  display: inline-block;
}

.inner-service-details-text-1 {
  font-size: 16px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
  text-align: justify;
}

.inner-service-details-img-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.inner-service-details-img-box-img img {
  width: 100%;
  border-radius: 20px;
}
.gallery img {
  border-radius: 15px;
}

.marquee-row {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}

.marquee-left {
  animation: marquee-left 40s linear infinite;
}

.marquee-right {
  animation: marquee-right 35s linear infinite;
}
.gallery-container {
  padding: 0 0 85px 0;
}
.gallery-item {
  flex: 0 0 auto;
  width: 250px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
  z-index: 10;
}

.gallery-item img {
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* .gallery-container:hover .marquee-row {
  animation-play-state: paused;
} */
.our-impact {
  padding: 85px 0 85px;
}
.scroll-section .image-container {
  display: flex;
  gap: 25px;
  height: 500px;
}

.scroll-section .image-column {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  transition: flex 0.5s ease;
}

.scroll-section .image-container:hover .image-column {
  flex: 1.5;
}

.scroll-section .image-column:hover {
  flex: 5 !important;
}

.scroll-section .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.scroll-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 3px;
  background: linear-gradient(90deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.scroll-section .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
  pointer-events: none;
  background: rgb(0 0 0 / 35%);
}

.scroll-section .heading,
.scroll-section .sub-text {
  position: absolute;
  left: 20px;
  bottom: 75px;
  z-index: 2;
  transition: all 0.5s ease;
  color: #fff;
}

.scroll-section .sub-text {
  bottom: 30px;
  font-size: 16px;
}

.scroll-section .text {
  opacity: 0;
  /* transform: translateY(20px); */
  transition: all 0.5s ease;
}

.scroll-section .image-column:hover .text {
  opacity: 1;
  transform: translateY(0);
}

.our-impact .values {
  color: var(--eventflow-white);
  margin-bottom: 5px;
  font-family: var(--eventflow-font);
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}
.our-impact .values::before {
  content: "";
  display: block;
  background-color: var(--eventflow-base);
  width: 100px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 8px;
}

.our-impact .values-content {
  font-size: 18px;
  font-family: var(--eventflow-font);
  color: var(--eventflow-white);
  font-weight: 400;
}
.our-impact .values-content1 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
}

.portfolio .modal-content {
  border-radius: 0px;
  overflow: hidden;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  background-color: #313131;
}

.portfolio .close-btn-container {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 1000;
}

.portfolio .close-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--eventflow-base);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.portfolio .carousel-inner img {
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  padding: 3px;
  background: linear-gradient(90deg, #1c75bc, #81caa5);
  /* -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.portfolio .carousel-indicators {
  bottom: 15px;
}

.portfolio .carousel-indicators button {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid transparent;
}

.portfolio .carousel-indicators button.active {
  background-color: white;
  transform: scale(1.2);
}

.portfolio .carousel-control-prev,
.portfolio .carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.portfolio .carousel-control-prev {
  left: 20px;
}

.portfolio .carousel-control-next {
  right: 20px;
}

/* Content Section */
.portfolio .content-section {
  padding: 25px 0;
  background-color: #313131;
}

.portfolio .content-section h4 {
  color: var(--eventflow-white);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-family: var(--eventflow-font);
}

.portfolio .content-section h6 {
  color: var(--eventflow-white);
  font-size: 16px;
  font-family: var(--eventflow-font-light);
}

.portfolio .content-section p {
  font-size: 16px;
  font-family: var(--eventflow-font-light);
  color: var(--eventflow-white);
  text-align: justify;
}
