/* 
|......................................................................
| Template Name: Daevnt
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Spacing
| 4. General
| 5. Slider
| 6. Video Popup
| 7. Header
| 8. Footer
| 9. Pagination
| 10. Common Page Title
| 11. Button
| 12. Service Card
| 13. Hero
| 14. Service
| 15. Funfact
| 16. Testimonal
| 17. Team58
| 18. Pricing Card
| 19. Blog
| 20. Cta
| 21. Choose Us Contain
| 22. Accordion
| 23. Tab
| 24. Contact
| 25. Error Comming Card
| 26. Sticky Content
| 27. gallery
| 28. Event
| 29. Feature
| 30. Speakers
| 31. Moving
| 32. About
| 33. Counterdown
| 34. Up Comming
 ................................................................*/
/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --white-color: #ffffff;
  --black-color: #131313;
  --primary-color: #7546ff;
  --primary-100: #477ee9;
  --primary-200: #214ee6;
  --primary-300: #2f2158;
  --primary-500: #f8f6ff;
  --secondary-color: #ffd6b3;
  --secondary-emphasis-color: #16213d;
  --border-color: #ffffff;
  --border-emphasis-color: #7546ff;
  --body-color: #d4d4d4;
  --heading-color: #ffffff;
  --light-bg-body-color: #303030;
  --body-bg-color: #111111;
  --body-font-family: DM Sans, sans-serif;
  --heading-font-family: Bricolage Grotesque, sans-serif;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.swiper-slide .tm-entity-img {
  display: none;
}

.tm-border-width {
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
}

.tm-border-height {
  width: 1px;
  height: 100%;
  background-color: var(--white-color);
}

.primary-color-border {
  width: 100%;
  height: 1px;
  opacity: 0.35;
  background: var(--primary-color);
}

.select-input-customize {
  border-radius: 0;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--border-color);
}
.select-input-customize:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.19);
}
.select-input-customize option {
  background-color: var(--black-color);
  color: rgba(var(--white-color), 25%);
}
.select-input-customize option:visited {
  background-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.social__icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 50%;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--black-color);
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.social__icon-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.social__icon-btn:hover i {
  color: var(--white-color);
}

.social__items {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.social__item {
  border: 1px solid var(--white-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.social__item:hover {
  background-color: var(--white-color);
}
.social__item:hover .social__link i {
  color: var(--black-color);
}
.social__link {
  transition: all 0.3s ease;
  line-height: 50%;
}
.social__link i {
  font-size: 20px;
  color: var(--white-color);
}

.fade-up,
.fade-down,
.fade-left,
.fade-right,
.zoom-in,
.zoom-out,
.flip-left,
.flip-right,
.slide-up,
.counter {
  will-change: transform, opacity;
}

.fade-up-content__wrapper > * {
  will-change: transform, opacity;
}

/* end tm-animison cricle */
@media screen and (max-width: 1399px) {
  .tm-right-space-150 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .tm-right-space-40,
  .tm-right-space-150 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tm-cursor-lg,
  .tm-cursor-sm {
    display: none !important;
  }
}
/*--------------------------------------------------------------
  6. Slider
----------------------------------------------------------------*/
.tm-slider {
  position: relative;
  overflow: hidden;
}

.parallax-item {
  --parallax-offset: 0px;
  transform: translate3d(var(--parallax-offset), 0, 0);
  transition: transform 0.3s ease;
}

.creative-conference__slider {
    width: 100%;
    height: 76vh;
    /* margin-top: -131px; */
} 
.creative-conference__slider .swiper-slide {
  width: 100%;
}

.educational-conference__slider {
  width: 100%;
  height: 100%;
}
.educational-conference__slider .swiper-slide {
  width: 100%;
}

.brands-sponsor__slider {
  width: 100%;
  height: 100%;
}
.brands-sponsor__slider .swiper-slide {
  width: 16.66%;
}

.testimonal-items__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.testimonal-items__slider .swiper-slide {
  width: 410px;
}

.oc-testimonal-items__slider {
  width: 100%;
  height: 100%;
}
.oc-testimonal-items__slider .swiper-slide {
  width: 21%;
}

.oc-brands-sponsor__slider {
  width: 100%;
  height: 100%;
}
.oc-brands-sponsor__slider .swiper-slide {
  width: calc(25% - 24px);
}
.oc-brands-sponsor__slider.style2 .swiper-slide {
  width: calc(20% - 24px);
}

@media screen and (max-width: 1399px) {
  .oc-brands-sponsor__slider .swiper-slide {
    width: calc(33.333% - 24px);
  }
  .oc-brands-sponsor__slider.style2 .swiper-slide {
    width: calc(33.333% - 24px);
  }
  .oc-testimonal-items__slider .swiper-slide {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .brands-sponsor__slider {
    width: 100%;
    height: 100%;
  }
  .brands-sponsor__slider .swiper-slide {
    width: 25%;
  }
  .oc-testimonal-items__slider .swiper-slide {
    width: 35%;
  }
}
@media screen and (max-width: 991px) {
  .brands-sponsor__slider {
    width: 100%;
    height: 100%;
  }
  .brands-sponsor__slider .swiper-slide {
    width: 33.33%;
  }
  .oc-testimonal-items__slider .swiper-slide {
    width: 50%;
  }
  .oc-brands-sponsor__slider .swiper-slide {
    width: calc(50% - 24px);
  }
  .oc-brands-sponsor__slider.style2 .swiper-slide {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .brands-sponsor__slider {
    width: 100%;
    height: 100%;
  }
  .brands-sponsor__slider .swiper-slide {
    width: 50%;
  }
  .oc-brands-sponsor__slider .swiper-slide {
    width: calc(100% - 0px);
  }
  .oc-brands-sponsor__slider.style2 .swiper-slide {
    width: calc(100% - 0px);
  }
  .oc-testimonal-items__slider .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .swiper-slide {
    width: 100%;
  }
}


.zigzag__btn {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 151px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.zigzag__btn .sprocket {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  width: 150px;
  height: 151px;*/
}
.zigzag__btn--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  color: var(--black-color);
  text-align: center;
}
.zigzag__btn--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 17.995px;
  height: 18px;
  flex-shrink: 0;
  color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  position: relative;
  line-height: 19%;
}
.zigzag__btn--icon i {
  position: absolute;
  font-size: 10px;
  padding: 2px;
  line-height: 19%;
}
.zigzag__btn.style2 {
  cursor: pointer;
}
.zigzag__btn.style2 .zigzag__btn--icon,
.zigzag__btn.style2 .zigzag__btn--text {
  color: var(--white-color);
}
.zigzag__btn.style2 svg path {
  fill: var(--primary-color);
}

.circle__btn-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.circle__btn-next i {
  font-size: 30px;
  color: var(--white-color);
}
.circle__btn-next:hover {
  background: var(--primary-200);
}

.circle__btn-perv {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.circle__btn-perv i {
  font-size: 30px;
  color: var(--white-color);
}
.circle__btn-perv:hover {
  background: var(--primary-200);
}

.view__btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  text-transform: uppercase;
  color: var(--white-color);
}
.view__btn:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 991px) {
  .circle__btn-next {
    width: 60px;
    height: 60px;
  }
  .circle__btn-perv {
    width: 60px;
    height: 60px;
  }
}
/*--------------------------------------------------------------
  13. Service Card
----------------------------------------------------------------*/
.services__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 115px;
}
.services-item {
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  gap: 15px;
}
.services-item:hover {
  color: var(--body-color);
}
.services-item__title {
  font-size: 36px;
  font-weight: 600;
}
.services-item__body {
  flex: 1 1 auto;
}
.services-item__desp {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.services-item__bottom {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  width: calc(100% - 32px);
}
.services-item__border {
  flex-grow: 1;
}
.services-item__border .border-one {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
}
.services-item__arrow-icon i {
  transition: color 0.3s ease;
  color: rgba(117, 70, 255, 0.2);
  font-size: 50px;
}
.services-item:hover .services-item__arrow-icon i {
  color: #7546ff;
}

@media screen and (max-width: 991px) {
  .services-item {
    max-width: 338px;
  }
}
@media screen and (max-width: 767px) {
  .services__items {
    row-gap: 50px;
    justify-content: center;
  }
}
/*--------------------------------------------------------------
  14. Hero
----------------------------------------------------------------*/
.creative-conference__wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.creative-conference__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.ripple-background {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.ripple-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.creative-conference__content,
.cc__slider--btn {
    position: relative;
    z-index: 2;
}
.creative-conference__content {
  /*margin-top: 50px; */
  position: absolute;
  max-width: 905px;
  height: 80vh;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 1%;
}
.creative-conference__title {
  /*font-family: var(--heading-font-family);*/
  font-size: clamp(52px, 13vw, 90px);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 5px;
}
.creative-conference__speaker {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 45px;
  margin-top: 20px;
  position: relative;
}
.creative-conference__speaker .speaker__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.speaker__content .speaker__name,.speaker__content .speaker__desp{
    font-family: var(--heading-font-family);
    color: var(--white-color);
}
.creative-conference__speaker .speaker__inner-text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-color);
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -moz-text-stroke: 1px var(--white-color);
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: var(--white-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--heading-font-family);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  z-index: 1;
  background-color: transparent;
  background: transparent;
  opacity: 0.15;
}
.creative-conference__datetime {
  display: flex;
  gap: 40px;
}
.creative-conference__datetime .datetime_desp {
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  color: var(--white-color);
  max-width: 182px;
  font-family: var(--heading-font-family);
}
.creative-conference__datetime .datetime__content .datetime__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: var(--white-color);
  font-family: var(--heading-font-family);
}
.creative-conference__datetime .datetime__content .datetime__desp {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: var(--white-color);
  font-family: var(--heading-font-family);
}
.creative-conference .cc__slider--controller {
  position: absolute;
  top: 85%;
  right: 80px;
  z-index: 2;
  display: flex;
  gap: 30px;
}
.cc__slider__prve--btn,
.cc__slider__next--btn {
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.35s ease;
}

.cc__slider__prve--btn i,
.cc__slider__next--btn i {
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease;
}

/* Hover effect */
.cc__slider__prve--btn:hover,
.cc__slider__next--btn:hover {
  background: var(--gt-theme);
  border-color: var(--gt-theme);
  transform: translateY(-3px);
}

.cc__slider__prve--btn:hover i,
.cc__slider__next--btn:hover i {
  color: #fff;
}
.creative-conference .cc__slider--controller .cc__slider__prve--btn {
  visibility: hidden;
  opacity: 0;
}
.creative-conference .cc__slider--controller .cc__slider__next--btn,
.creative-conference .cc__slider--controller .cc__slider__prve--btn {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
/*.creative-conference .cc__slider--controller .cc__slider__next--btn:hover,
.creative-conference .cc__slider--controller .cc__slider__prve--btn:hover {
  opacity: 0.8;
  transform: translateX(2px);
}
.creative-conference .cc__slider--controller .cc__slider__next--btn:hover .dotshape,
.creative-conference .cc__slider--controller .cc__slider__prve--btn:hover .dotshape {
  transform: scale(1.2);
}*/
.creative-conference .cc__slider--controller .cc__slider__next--btn .dotshape,
.creative-conference .cc__slider--controller .cc__slider__prve--btn .dotshape {
  display: none;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
  margin-bottom: 2px;
}
.creative-conference .cc__slider--controller .cc__slider__next--btn .text,
.creative-conference .cc__slider--controller .cc__slider__prve--btn .text {
  line-height: 65%;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary-color);
}
.creative-conference .cc__slider--btn {
  position: absolute;
  left: 50%;
  bottom: 23%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.creative-conference .cc_contact--bar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black-color);
  font-weight: 500;
}
.creative-conference .cc_contact--bar > * {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 325px;
}
.creative-conference .cc_contact--bar > * > * {
  font-weight: 500;
  font-size: 18px;
}
.creative-conference .cc_contact--bar .left-border {
  border-left: 1px solid rgba(117, 70, 255, 0.4);
}
.creative-conference .cc_contact--bar .right-border {
  border-right: 1px solid rgba(117, 70, 255, 0.4);
  opacity: 0.4;
}
.creative-conference .cc_contact--bar .left-border-none {
  border-left: none;
}
.creative-conference .cc_contact--bar .right-border-none {
  border-right: none;
}

.home-intro__highlight-word {
  display: inline-block !important;
  overflow: hidden;
}

.online-conference-hero__wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.online-conference-hero__inner {
  position: absolute;
  bottom: 100px;
  margin-left: -10px;
}
.online-conference-hero-bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.online-conference-hero-man__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  will-change: transform, opacity;
  transform-origin: center;
  transform-style: preserve-3d;
  opacity: 0;
}
.online-conference-hero__content {
  position: relative;
  z-index: 11;
  max-height: 579px;
  min-height: 578px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.online-conference-hero__title {
  display: inline;
  max-width: 768px;
}
.online-conference-hero__title-text {
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  font-variation-settings: "wght" 600, "opsz" 96;
  font-size: 80px;
  transform: scaleX(0.55);
  transform-origin: left;
  display: inline-block;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
  white-space: nowrap;
}
.online-conference-hero__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.online-conference-hero__social-links {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  right: -12px;
  list-style: none;
  display: flex;
  flex-direction: column;
  z-index: 11;
  justify-content: center;
  padding-left: 0px;
  padding: 0;
}
.online-conference-hero__social-item {
  border-bottom: 1px solid rgba(117, 70, 255, 0.4);
  text-align: center;
}
.online-conference-hero__social-item:last-child {
  border-bottom: none;
}
.online-conference-hero__social-item a {
  padding: 15px;
  display: inline-block;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-decoration: none;
  color: var(--white-color);
  transition: color 0.5s ease;
}

.curve-animation-content {
  opacity: 0;
  transform: translateY(60px) translateZ(0) skewY(3deg) scaleY(1.2) scaleZ(0.8);
  transform-style: preserve-3d;
  transform-origin: top left;
  transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
  will-change: transform;
}

.curve-animation-content.active-animation {
  opacity: 1;
  transform: translateY(0) skewY(0) scaleY(1) scaleZ(1);
  transform-style: preserve-3d;
  transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
}

.educational-conference__wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.educational-conference__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.educational-conference__content {
  margin-top: 84px;
  position: absolute;
  max-width: 903px;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.educational-conference__title {
  font-size: clamp(62px, 15vw, 91px);
  font-weight: 700;
  text-transform: uppercase;
  font-variation-settings: "wght" 700, "opsz" 85;
  transform: scaleX(0.85);
  transform-origin: left;
  display: inline-block;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
  white-space: nowrap;
}
.educational-conference__datedesp {
  color: var(--white-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.educational-conference__datedesp .desp {
  font-size: 20px;
  line-height: 150%;
}
.educational-conference__datedesp .year {
  font-size: clamp(62px, 15vw, 110px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.educational-conference__btn {
  margin-top: 40px;
}
.educational-conference__stroke {
  font-size: clamp(62px, 15vw, 165px);
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--white-color);
}
.educational-conference .ec__slider--controller {
  position: absolute;
  top: 85%;
  right: 80px;
  z-index: 2;
  display: flex;
  gap: 30px;
}
.educational-conference .ec__slider--controller .ec__slider__prve--btn {
  visibility: hidden;
  opacity: 0;
}
.educational-conference .ec__slider--controller .ec__slider__next--btn,
.educational-conference .ec__slider--controller .ec__slider__prve--btn {
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.educational-conference .ec__slider--controller .ec__slider__next--btn:hover,
.educational-conference .ec__slider--controller .ec__slider__prve--btn:hover {
  opacity: 0.8;
  transform: translateX(2px);
}
.educational-conference .ec__slider--controller .ec__slider__next--btn:hover .dotshape,
.educational-conference .ec__slider--controller .ec__slider__prve--btn:hover .dotshape {
  transform: scale(1.2);
}
.educational-conference .ec__slider--controller .ec__slider__next--btn .dotshape,
.educational-conference .ec__slider--controller .ec__slider__prve--btn .dotshape {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
  margin-bottom: 2px;
}
.educational-conference .ec__slider--controller .ec__slider__next--btn .text,
.educational-conference .ec__slider--controller .ec__slider__prve--btn .text {
  line-height: 65%;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary-color);
}

.text-curve-animation {
  opacity: 0;
  transform: translateY(60px) translateZ(0) skewY(3deg) scaleY(1.2) scaleZ(0.8);
  transform-style: preserve-3d;
  transform-origin: top left;
  transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
  will-change: transform;
}

.swiper-slide-active .text-curve-animation {
  opacity: 1;
  transform: translateY(0) skewY(0) scaleY(1) scaleZ(1);
  transform-style: preserve-3d;
  transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
}

.educational-conference__img {
  transition: transform 2s ease, opacity 1.2s ease;
  transform: scale(1.2);
  opacity: 0;
}

.swiper-slide-active .educational-conference__img {
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .creative-conference__datetime {
    display: none;
  }
  .online-conference-hero__content {
    min-height: 478px;
    gap: 50px;
  }
  .online-conference-hero__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .educational-conference__title {
    white-space: wrap;
  }
  .educational-conference__datedesp {
    flex-wrap: wrap;
    gap: 30px;
    width: 70%;
  }
  .online-conference-hero__social-links {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .creative-conference__content {
    margin-top: -27px;
  }
  .creative-conference__datetime {
    display: none;
  }
  .creative-conference .cc_contact--bar {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .creative-conference .cc_contact--bar > * {
    height: 40px;
  }
  .creative-conference .cc__slider--controller {
    display: none;
  }
  .creative-conference .small-text {
    font-size: 42px !important;
  }
  .online-conference-hero__social-links {
    display: none;
  }
  .online-conference-hero__title-text {
    white-space: normal;
  }
}

/*<!-- ============================================================== -->
<!-- Start Hosting Feature Area Css -->
<!-- ============================================================== -->*/
.feature-area {
    background: var(--gt-bg2);
    padding: 80px 0 ;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
}

.feature-single-box.style_1 {
    background: var(--light-gredient);
    border: 1px solid var(--gt-border);
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 0 0 24px;
    margin-bottom: 30px;
    transition: background-color .4s ease;
}

.feature-single-box.style_1:before {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    width: 90px;
    height: 90px;
    background-color: var(--gt-bg2);
    border-radius: 0px 0 30px 0;
    border: 1px solid var(--gt-border);
    border-top: 0;
    border-left: 0;
}
.feature-single-box.style_1:hover:before {
    border: 1px solid var(--gt-border);
    border-top: 0;
    border-left: 0;
}

.feature-single-box.style_1:after {
    position: absolute;
    content: "";
    right: 0%;
    top: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    background: var(--dark-gredient);
    border-radius: 4px;
    transition: .5s;
}

.feature-single-box.style_1:hover:after {
    width: 100%;
    left: 0%;
}
.feature-single-box.style_1:hover{
  border: 1px solid var(--gt-border);
}

.feature-icon.style_1 {
    float: left;
    width: 75px;
    height: 75px;
    background: var(--gt-yellow);
    position: relative;
    z-index: 1;
    margin-right: 50px;
    border-radius: 10px 10px 15px 15px;
    line-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.feature-icon.style_1 i {
    font-size: 36px;
    color: var(--gt-bg2);
}


.feature-content.style_one {
    overflow: hidden;
}

h3.feature-title.style_1 {
    font-size: 24px;
    /*color: #ffffff;*/
    font-weight: 600;
    font-family: "Urbanist";
    margin: 37px 0 14px;
}

.feature-content.style_one p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
    font-family: "Mulish";
    transition: .5s;
}

/* all hover */

.feature-single-box.style_1:hover .feature-icon.style_1 {
    box-shadow: var(--gt-box-shadow);
    border-radius: 50%;
}

.feature-single-box.style_1:hover .feature-content.style_one p  {
    /*color: #fff;*/
}
.section-title.text-center {
    margin-bottom: 50px;
}

.section-title h1 {
    font-size: 45px;
    font-weight: 700;
     line-height: 52px; 
}

/*<!-- ============================================================== -->
<!-- Start Hosting Pricing Area Home One Css -->
<!-- ============================================================== -->*/

.pricing-area {
    background: var(--gt-black);
    position: relative;
    padding: 80px 0 90px;
    z-index: 1;
}

.pricing-single-items.style_one {
  background: var(--gt-bg3);
    position: relative;
    overflow: visible;
    z-index: 1;
    padding: 60px 40px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #AB0F1A;
}

.pricing-single-items.style_one:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: linear-gradient(135deg, #3a0000, #c1121f);
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
}

.pricing-single-items.style_one:hover:after {
    height: 100%;
}

/*.polygon-top:before {
    content: "";
    position: absolute;
    top: -1px; left: 0; right: 0; margin: auto;
    width: 40%; height: 25px;
    clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 12% 100%);
    background: linear-gradient(#000, #000) padding-box,
                linear-gradient(#AB0F1A, #AB0F1A) border-box;
    border: 1px solid #AB0F1A;
    border-top: 0;
}*/

.polygon-top {
    position: absolute;
    top: 0px;     
    left: 50%;
    transform: translateX(-50%);
    width: 40%;   
    height: 25px;    
    margin: 0 auto;
    display: block;
    stroke: #AB0F1A;
}
.line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -61px;
    transform: translateX(-50%);
    width: 48.8%;
    height: 2px;
    background: var(--gt-black);
}


.pricing_icon {
    float: left;
    margin-right: 18px;
}

.pricing-title h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.pricing-title span {
    font-size: 16px;
    color: #ccd0e2;
}

span.pricing {
    position: absolute;
    top: 64px;
    right: 38px;
    font-size: 36px;
    color: #fe8730;
    font-weight: 600;
    font-family: "Urbanist";
    transition: .5s;
}

.pricing_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}


.pricing-body {
    margin-top: 75px;
    position: relative;
}

.pricing-body:before {
    position: absolute;
    content: "";
    left: -38px;
    top: -32px;
    height: 1px;
    width: 123%;
    background: #ffffff21;
}

.pricing-feature ul li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Mulish";
    margin-bottom: 12px;
    transition: .5s;
}

.pricing-feature ul li img {
    margin-right: 12px;
}

.pricing-btn {
    margin-top: 48px;
}

.pricing-btn a {
    display: inline-block;
    background: transparent;
    border: 1px solid #0782ff;
    text-align: center;
    padding: 10px 110px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Mulish";
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.pricing-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #ffff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

.pricing-btn a i {
    transform: rotate(-45deg);
    margin-left: 10px;
    font-size: 16px;
}

/* pricing shape */
.pricing-shpe1 {
    position: absolute;
    top: 9%;
    left: 13%;
    z-index: -1;
}

.pricing-shpe2 {
    position: absolute;
    top: 8%;
    right: 8%;
    z-index: -1;
    animation: rotate 4s linear infinite;
}
@keyframes rotate {
  0%{
   transform: rotate(0deg);
  }
  100%{
   transform: rotate(360deg);
  }
}

/* all hover */

.pricing-single-items.style_one:hover span.pricing {
    color: #fff;
}

.pricing-single-items.style_one:hover .pricing-feature ul li {
    color: #fff !important;
}

.pricing-single-items.style_one:hover .pricing-btn a:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

.pricing-single-items.style_one:hover .pricing-btn a {
    border: 1px solid #fff;
    color: #0782ff;
}

/* Continuous animation */
@keyframes floatBox {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

.animate-float {
    animation: floatBox 4s ease-in-out infinite;
}

/* Animation delays */
.delay-1 { animation-delay: .3s; }
.delay-2 { animation-delay: .6s; }
.delay-3 { animation-delay: .9s; }
.delay-4 { animation-delay: 1.2s; }
.delay-5 { animation-delay: 1.5s; }




/* Services Section */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
  }

  .section-tag {
  color: var(--gt-yellow);
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  }

  .section-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  }

  .section-description {
  font-size: 1.2rem;
  color: #999;
  max-width: 700px;
  margin: 0 auto;
  }
.services {
    padding: 8rem 2rem;
    background: var(--gt-bg);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--gt-border);
    border: 1px solid var(--gt-border);
    margin-top: 3rem;
}
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        
    }
}
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
        
    }
}

.service-box {
    background: var(--gt-bg3);
    padding: 1.5rem;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
}
.service-box ul {
    width: fit-content;
    margin: 0 auto;
}
.service-box ul li {
    padding: 0.1rem 0;
    color: #bbb;
    font-size: 1.05rem;
    text-align: start;
}

.service-box ul li::before {
    content: '✓';
    color: var(--gt-yellow);
    font-weight: bold;
    margin-right: 1rem;
}
.service-box .gt-theme-btn{
  font-size: 14px;
}

.service-box.active .gt-theme-btn{
  color: #000;
  background: #fff;
}
.service-box.active {
    background: var(--gt-yellow);
    transform: scale(1.05);
    z-index: 10;
}
.service-box:hover .gt-theme-btn{
  color: #000;
}
.service-box.active .gt-theme-btn::before {
    background: white;

}
.service-box:hover .gt-theme-btn::before {
    color: black;

}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: transform 0.4s;
}

.service-box.active .service-icon {
    transform: rotateY(360deg);
}

.service-box h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.service-box p {
    /*color: #bbb;*/
    font-size: 0.95rem;
}
.service-box.active p {
  color: #fff;
}

.service-box:hover p {
    color: #fff;
}

