/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --envens-font: "DM Sans", sans-serif;
  --envens-font-two: "Lora", serif;
  --envens-font-three: "reeyregular";
  --envens-gray: #878c8f;
  --envens-gray-rgb: 135, 140, 143;
  --envens-white: #ffffff;
  --envens-white-rgb: 255, 255, 255;
  --envens-base: #4c782b;
  --envens-base-rgb: 226, 30, 140;
  --envens-black: #030215;
  --envens-black-rgb: 3, 2, 21;
  --envens-primary: #554bb9;
  --envens-primary-rgb: 85, 75, 185;
  --primary: #0b3c2e;
  --secondary: #f9cc6c;
  /* --tertiary: #0b3c2e;
  --quaternary: #0b3c2e; */
  --text-light: #ffffff;
  --text-dark: #111111;
  --bg-blur: rgba(0, 0, 0, 0.6);
  --transition: 0.3s ease;
  --font: "Segoe UI", sans-serif;


  /* carousel */
  --card-width: 350px;
  /* matches your minmax */
  --gap: 30px;
  --duration: 30s;
}

.row {
  --bs-gutter-x: 24px;
}

body {
  font-family: var(--envens-font);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--envens-gray);
}

a {
  color: var(--envens-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--envens-black);
  margin: 0;
  font-family: var(--envens-font-two);
}

p {
  margin: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1344px) {
  .container {
    max-width: 1344px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-title {
  position: relative;
  display: block;
  /* margin-top: -7px; */
  margin: 50px 0;
}

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
}

.section-title__tagline {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  color: #b8b2b5;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: capitalize;
  gap: 10px;
}

.section-title__tagline--two {
  color: var(--envens-gray);
}

.section-title__title {
  margin: 0;
  color: var(--envens-black);
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
}

.section-title__title>span {
  color: var(--envens-base);
  font-style: italic;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 12px;
  color: var(--envens-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 16px 26px 16px;
  /* background-color: var(--primary); */
  background: linear-gradient(45deg, #0b3c2e, #017c59);
  border-radius: 5px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  gap: 5px;
  z-index: 1;
}

/* .thm-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--envens-base);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
} */

.thm-btn:hover {
  color: var(--secondary);
  background: linear-gradient(45deg, #017c59, #0b3c2e);
  transform: translateY(-2px);
}

.thm-btn:hover::after {
  bottom: -50%;
}

.thm-btn-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 500;
  font-size: 12px;
  color: var(--envens-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 16px 37px 16px;
  background-color: var(--envens-base);
  border-radius: 5px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  gap: 5px;
  z-index: 1;
}

.thm-btn-two::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--envens-black);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.thm-btn-two:hover {
  color: var(--envens-white);
}

.thm-btn-two:hover::after {
  bottom: -50%;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--envens-black);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--envens-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--envens-base);
}

.scroll-to-top:hover i {
  color: var(--envens-white);
}

/** xs sidebar **/
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 70px;
  z-index: 1;
}

.main-menu__wrapper-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--envens-white-rgb), 0.2);
  z-index: -1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 33px 0;
  z-index: 1;
}

.main-menu__logo a {
  position: relative;
  display: block;
}

.main-menu__login-box {
  position: relative;
  display: flex;
  min-height: 35px;
  align-items: center;
  gap: 15px;
  padding: 22.5px 0;
}

.main-menu__login-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--envens-white);
  font-size: 30px;
  height: 75px;
  width: 65px;
  background-color: rgba(var(--envens-white-rgb), 0.05);
}

.main-menu__login-box .select-box {
  position: relative;
  display: block;
  width: 130px;
}

.main-menu__login-box .nice-select {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 35px;
  color: var(--envens-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0.2s ease-in-out;
  padding: 0px 0;
}

.main-menu__login-box .nice-select:after {
  position: absolute;
  content: "\e902";
  font-family: "icomoon" !important;
  color: var(--envens-white);
  font-size: 16px;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-weight: 600;
  border: none !important;
  transform: rotate(0deg) !important;
  height: 20px;
  width: 12px;
}

.main-menu__login-box .nice-select .option {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 35px;
  min-height: 35px;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__social-and-search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 55px;
  background-color: var(--envens-white);
  font-size: 16px;
  color: var(--envens-black);
  overflow: hidden;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--envens-white);
}

.main-menu__social a+a {
  border-left: 1px solid rgba(var(--envens-black-rgb), 0.1);
}

.main-menu__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--envens-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--envens-primary);
  padding: 22px 35px 22px;
  gap: 20px;
}

.main-menu__search span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: var(--envens-white);
}

.main-menu__search-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--envens-white);
  font-family: var(--envens-font);
  line-height: 20px;
}

.stricky-header.main-menu {
  background-color: var(--envens-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 46px;
  padding-bottom: 46px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(var(--envens-white-rgb), 0.2);
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--envens-white);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 55%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: var(--envens-white);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--envens-base);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--envens-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--envens-black-rgb), 0.1);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--envens-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--envens-base);
  color: var(--envens-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--envens-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--envens-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--envens-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--envens-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--envens-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--envens-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--envens-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--envens-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--envens-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--envens-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--envens-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--envens-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--envens-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--envens-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-menu-two .main-menu__social a {
  background-color: rgba(var(--envens-white-rgb), 0.05);
  color: var(--envens-white);
}

.main-menu-two .main-menu__social a+a {
  border-left: 1px solid rgba(var(--envens-white-rgb), 0.1);
}

.main-menu-two .main-menu__social a:after {
  background-color: rgba(var(--envens-white-rgb), 0.1);
}

.main-menu-two .main-menu__search {
  background-color: var(--envens-base);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  /* background-color: var(--bg-blur);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  transition: all 0.4s ease;
}

.main-header.transparent {
  background: transparent;
}

.main-header.scrolled {
  background-color: rgba(97, 97, 97, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(97, 97, 97, 0.2);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: auto;
}

.logo img {
  width: 120px;
  transition: var(--transition);
}

.logo:hover img {
  opacity: 0.8;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: var(--text-light);
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  transition: var(--transition);
}

.nav-links li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--secondary);
  transition: var(--transition);
}

.nav-links li a:hover::after {
  width: 100%;
}

.register-btn {
  background-color: var(--primary);
  color: white !important;
  padding: 8px 20px;
  border-radius: 5px;
  transition: var(--transition);
}

.register-btn:hover {
  background-color: var(--secondary);
}

/* Mobile Styles */
.mobile-menu-toggle {
  display: none;
  font-size: 24px;
  color: var(--text-light);
  cursor: pointer;
}

@media (max-width: 1024px) {
  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: var(--bg-blur);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-200%);
    transition: var(--transition);
  }

  body.nav-open .nav-links {
    transform: translateY(0);
  }

  .mobile-menu-toggle {
    display: block;
  }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--envens-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--envens-primary);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  clip-path: none;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--envens-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--envens-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: #171627;
  z-index: 91;
  overflow: hidden;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #171627;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider__bg:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #171627;
  opacity: 0.94;
  z-index: -1;
}

.main-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 590px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(400px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(400px);
  transform: perspective(400px) rotateY(0deg) translateX(400px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.main-slider__img img {
  width: auto;
  border-bottom-left-radius: 590px;
}

.main-slider__img:before {
  content: "";
  position: absolute;
  top: 320px;
  bottom: 0;
  left: 45px;
  right: 0;
  background-image: -moz-linear-gradient(180deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  border-bottom-left-radius: 420px;
  z-index: -1;
}

.main-slider__shape-1 {
  position: absolute;
  left: 0px;
  right: 0;
  top: 0px;
  height: 325px;
  background-image: -moz-linear-gradient(-90deg,
      rgb(13, 2, 32) 0%,
      rgba(23, 22, 39, 0) 100%);
  background-image: -webkit-linear-gradient(-90deg,
      rgb(13, 2, 32) 0%,
      rgba(23, 22, 39, 0) 100%);
  background-image: -ms-linear-gradient(-90deg,
      rgb(13, 2, 32) 0%,
      rgba(23, 22, 39, 0) 100%);
  opacity: 0.902;
  z-index: 1;
}

.main-slider__shape-2 {
  position: absolute;
  top: -30px;
  right: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: 1;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 600px;
  width: 100%;
  height: 120px;
  background: rgb(87, 74, 184);
  background: linear-gradient(90deg,
      rgba(87, 74, 184, 0) 36%,
      rgba(182, 37, 150, 1) 58%,
      rgba(87, 74, 184, 1) 80%);
  opacity: 0.9;
}

.main-slider .container {
  position: relative;
  padding-top: 192px;
  padding-bottom: 191px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  max-width: 710px;
  width: 100%;
  margin-left: -100px;
  padding: 95px 0 157px;
  padding-left: 100px;
  clip-path: polygon(10% 0, 92% 8%, 100% 100%, 0 88%);
  z-index: 15;
}

.main-slider__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(-400px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(-400px);
  transform: perspective(400px) rotateY(0deg) translateX(-400px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: -1;
}

.main-slider__sub-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  font-family: var(--envens-font-two);
  color: var(--envens-white);
  border: 1px solid var(--envens-white);
  padding: 15px 40px 15px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__title {
  position: relative;
  font-size: 95px;
  color: var(--envens-white);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 115px;
  margin-top: 25px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider__curved-circle {
  position: absolute;
  bottom: 100px;
  right: 100px;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(120px);
  transform: perspective(400px) rotateY(0deg) translateX(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-slider__curved-circle .curved-circle {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: var(--envens-white);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: textRotate 10s linear 0s forwards infinite alternate;
}

.main-slider__arrow-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.main-slider__arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 55px;
  color: var(--envens-white);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider__arrow-icon:hover {
  color: var(--envens-black);
}

#main-slider-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 56%;
  transform: translateY(-50%);
  padding: 0 50px;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  z-index: 100;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  z-index: 91;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--envens-black);
}

.main-slider-two__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.12;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider-two__img {
  position: absolute;
  bottom: 0;
  right: 185px;
  opacity: 0;
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  z-index: 1;
}

.main-slider-two__img img {
  width: auto;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 126px;
  left: 0;
}

.main-slider-two__shape-1 img {
  width: auto;
}

.main-slider-two__shape-2 {
  position: absolute;
  bottom: -80px;
  left: 0;
  animation-name: border-round;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-slider-two__shape-2 img {
  width: auto;
}

@keyframes border-round {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(-180deg);
  }

  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}

.main-slider-two__shape-3 {
  position: absolute;
  top: 142px;
  right: 0;
  animation: topBottom 3s ease-in-out infinite;
}

.main-slider-two__shape-3 img {
  width: auto;
}

.main-slider-two__shape-4 {
  position: absolute;
  top: -90px;
  left: 900px;
  opacity: 0.37;
  z-index: -1;
}

.main-slider-two__shape-4 img {
  width: auto;
  opacity: 0.37;
}

.main-slider-two__shape-5 {
  position: absolute;
  bottom: -580px;
  right: -100px;
  opacity: 0.86;
  animation-name: border-round;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: -1;
}

.main-slider-two__shape-5 img {
  width: auto;
}

.main-slider-two .container {
  position: relative;
  padding-top: 295px;
  padding-bottom: 148px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  margin-left: 75px;
  z-index: 15;
}

.main-slider-two__content-shape-1 {
  position: absolute;
  top: -30px;
  left: 440px;
}

.main-slider-two__content-shape-1 img {
  width: auto;
}

.main-slider-two__title {
  position: relative;
  color: var(--envens-white);
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 110px;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two__title .color-text {
  position: relative;
  display: inline-flex;
  background-color: var(--envens-base);
  padding: 0 17px;
  border-radius: 50px;
  line-height: 100px;
}

.main-slider-two__title .italic-text {
  font-style: italic;
}

.main-slider-two__title:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 230px;
  height: 3px;
  background-color: var(--envens-base);
}

.main-slider-two__curved-circle {
  position: relative;
  display: block;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-slider-two__curved-circle .curved-circle {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: var(--envens-white);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: textRotate 10s linear 0s forwards infinite alternate;
}

.main-slider-two__arrow-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.main-slider-two__arrow-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 55px;
  color: var(--envens-base);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider-two__arrow-icon:hover {
  color: var(--envens-white);
}

.main-slider-two #main-slider-pagination {
  top: 55%;
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  overflow: hidden;
  z-index: 0;
}

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.main-slider-three__bg .bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b3c2e;
  opacity: 0.7;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}

/* Title made visible */
.main-slider-three__title {
  position: relative;
  font-size: 40px;
  color: var(--envens-white);
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
  /* Optional animation */
  opacity: 1;
  transform: none;
}

.main-slider-three .container {
  position: relative;
  padding-top: 153px;
  padding-bottom: 20px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
  border-radius: 15px;
  padding-bottom: 15px;
}

.main-slider-three__logo {
  --logo-aspect-ratio: 800/182;
  width: min(100%, 800px);
  height: auto;
  aspect-ratio: var(--logo-aspect-ratio);
  margin: 0 auto;
}

.main-slider-three__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .main-slider-three__logo {
    width: min(100%, 600px);
  }
}

@media (max-width: 480px) {
  .main-slider-three__logo {
    width: min(100%, 250px);
  }
}

.main-slider-three__event-info {
  margin: 20px 0;
  color: #ffffff;
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}

.main-slider-three__event-info h1 {
  margin: 15px 0;
  /* display: flex; */
  gap: 10px;
  font-weight: 500;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 1.3px;
}

.main-slider-three__event-info i {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .main-slider-three__event-info h1 {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .main-slider-three__event-info i {
    font-size: 18px;
  }
}

/* Mobile view (480px and below) */
@media screen and (max-width: 480px) {
  .main-slider-three__event-info {
    text-align: center;
  }

  .main-slider-three__event-info h1 {
    font-size: 18px;
    letter-spacing: 0.8px;
    flex-direction: column;
    align-items: left;
    gap: 6px;
  }

  .main-slider-three__event-info i {
    font-size: 16px;
  }
}

/* Optional animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 
.main-slider-three__title {
  position: relative;
  font-size: 50px;
  color: var(--envens-white);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-100px);
  animation: fadeSlideIn 1.5s ease-out forwards;
  animation-delay: 1s;
}
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-slider-three #main-slider-pagination {
  top: 58%;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  counter-reset: count;
  padding: 120px 0 90px;
  z-index: 1;
}

.feature-one__shape-1 {
  position: absolute;
  top: -253px;
  left: -132px;
}

.feature-one__shape-1 img {
  width: auto;
  opacity: 0.35;
}

.feature-one__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation-name: border-round;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.feature-one__shape-2 img {
  width: auto;
  opacity: 0.25;
}

.feature-one .section-title__title {
  color: var(--envens-white);
}

.feature-one__single {
  position: relative;
  display: block;
  margin-left: 52px;
  margin-right: 2px;
  margin-bottom: 30px;
}

.feature-one__single:hover {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.feature-one__single-shape-1 {
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: 382px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.feature-one__single:hover .feature-one__single-shape-1 {
  transform: scaleY(1);
}

.feature-one__img-box {
  position: relative;
  display: block;
}

.feature-one__img {
  position: relative;
  display: block;
}

.feature-one__single:hover .feature-one__img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.feature-one__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__img img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.feature-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(13, 2, 32);
  background: linear-gradient(0deg,
      rgba(13, 2, 32, 1) 0%,
      rgba(253, 187, 45, 0) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__img::before {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.feature-one__content {
  position: absolute;
  bottom: 35px;
  left: 20px;
  right: 20px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.feature-one__single:hover .feature-one__content {
  transform: translateY(-70px);
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--envens-primary);
  margin: 0 auto;
  border-radius: 10px;
  z-index: 1;
}

.feature-one__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-image: -moz-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  transform: scaleY(0.7) rotateY(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-one__single:hover .feature-one__icon::before {
  transform: scaleY(1) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 0.92;
}

.feature-one__icon>span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--envens-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__single:hover .feature-one__icon>span {
  transform: scale(0.9);
}

.feature-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 23px;
  margin-bottom: 4px;
}

.feature-one__title a {
  color: var(--envens-white);
}

.feature-one__title a:hover {
  color: var(--envens-base);
}

.feature-one__text {
  color: #b8b2b5;
}

.feature-one__count {
  position: absolute;
  top: 20px;
  left: -52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 110px;
  height: 100px;
  background-color: var(--envens-black);
  border-radius: 50%;
  z-index: 2;
}

.feature-one__count:before {
  position: relative;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  counter-increment: count;
  content: "0" counter(count);
  font-family: var(--envens-font-two);
  background: rgb(85, 75, 185);
  background: linear-gradient(90deg,
      rgba(85, 75, 185, 1) 47%,
      rgba(252, 9, 124, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-one__btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--envens-black);
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.feature-one__single:hover .feature-one__btn-box {
  transform: scaleY(1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.feature-one__btn-box>a {
  color: #b8b2b5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 24px 30px 24px;
  gap: 6px;
}

.feature-one__btn-box>a>span {
  position: relative;
  margin-right: 6px;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 0 0 168px;
  z-index: 2;
}

.about-one__shape-2 {
  position: absolute;
  top: 20px;
  right: -160px;
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
  opacity: 0.2;
}

.about-one__left {
  position: relative;
  display: block;
}

.about-one__left .section-title {
  margin-bottom: 29px;
}

.about-one__left .section-title__title {
  color: var(--envens-white);
}

.about-one__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #b8b2b5;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 55px;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 27px;
}

.about-one__points li+li {
  margin-top: 12px;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background-color: var(--envens-primary);
  border-radius: 50%;
}

.about-one__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--envens-black);
}

.about-one__points li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--envens-primary);
}

.about-one__timer-box {
  position: relative;
  display: block;
}

.about-one__timer-box .timer-box {
  position: relative;
  display: block;
}

.about-one__timer-box .countdown-timer .default-coundown .box {
  position: relative;
  display: block;
}

.about-one__timer-box .countdown-timer li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
  margin: 0px 8px 0px;
  clip-path: polygon(50% 0%, 100% 0, 100% 91%, 55% 100%, 44% 100%, 0 91%, 0 0);
}

.about-one__timer-box .countdown-timer li:first-child {
  margin-left: 0;
  clip-path: polygon(50% 0%, 100% 0, 100% 91%, 55% 100%, 44% 100%, 0 91%, 0 0);
}

.about-one__timer-box .countdown-timer li:nth-child(2) {
  clip-path: polygon(50% 0%,
      100% 8%,
      100% 60%,
      100% 100%,
      0 100%,
      0% 60%,
      0 6%);
}

.about-one__timer-box .countdown-timer li:last-child {
  margin-right: 0;
}

.about-one__timer-box .countdown-timer li span.days,
.about-one__timer-box .countdown-timer li span.hours,
.about-one__timer-box .countdown-timer li span.minutes,
.about-one__timer-box .countdown-timer li span.seconds {
  position: relative;
  display: block;
  width: 100px;
  height: 90px;
  color: var(--envens-white);
  font-size: 36px;
  line-height: 67px;
  text-align: center;
  border-radius: 0;
  background-color: #171627;
  font-weight: 600;
  font-family: var(--envens-font-two);
}

.about-one__timer-box .countdown-timer li:last-child span.seconds {
  color: var(--envens-primary);
  background-color: var(--envens-white);
}

.about-one__timer-box .countdown-timer li:nth-child(2) span.hours {
  color: var(--envens-primary);
  background-color: var(--envens-white);
}

.about-one__timer-box .countdown-timer li span.timeRef {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: #b8b2b5;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
  text-align: center;
  transform: translateX(-50%);
  font-family: var(--envens-font);
}

.about-one__timer-box .countdown-timer li:last-child span.timeRef {
  color: var(--envens-black);
}

.countdown-timer li:nth-child(2) span.timeRef {
  color: var(--envens-black);
}

.about-one__right {
  position: relative;
  display: block;
  margin-right: 295px;
  margin-top: 83px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img img {
  width: 100%;
  border-radius: 50%;
}

.about-one__img-2 {
  position: absolute;
  top: -119px;
  right: -275px;
}

.about-one__img-2 img {
  width: auto;
  border-radius: 50%;
}

.about-one__img-3 {
  position: absolute;
  bottom: -119px;
  right: -275px;
}

.about-one__img-3 img {
  width: auto;
  border-radius: 50%;
}

.about-one__shape-1 {
  position: absolute;
  right: -230px;
  top: -119px;
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px 0 0px;
  z-index: 1;
}

.team-one__bg-shape {
  position: absolute;
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 300px;
  z-index: -1;
}

.team-one__bg-shape-2 {
  position: absolute;
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 470px;
  background-image: -moz-linear-gradient(90deg, #f29a18 0%, #4c782b 100%);
  background-image: -webkit-linear-gradient(90deg, #f29a18 0%, #4c782b 100%);
  background-image: -ms-linear-gradient(90deg, #f29a18 0%, #4c782b 100%);
  z-index: -1;
}

.team-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top-right-radius: 580px;
  z-index: -1;
}

.team-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 580px;
}

.team-one .section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 79px;
}

.team-one .section-title__title {
  color: var(--envens-black);
}

.team-one__single {
  position: relative;
  display: block;
  margin-left: 24px;
  margin-right: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
}

.team-one__img img {
  width: 90%;
  border-radius: 20px;
}

.team-one__single-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.team-one__single-shape-1 img {
  width: auto;
  opacity: 0.1;
}

.team-one__single:hover .team-one__single-shape-1 {
  opacity: 0;
}

.team-one__single-hover-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}

.team-one__single:hover .team-one__single-hover-shape-1 {
  opacity: 1;
}

.team-one__single-hover-shape-1 img {
  width: auto;
}

.team-one__content {
  position: relative;
  display: inline-block;
  padding: 11px 18px 17px;
  margin-top: 15px;
}

.team-one__sub-title {
  font-weight: 600;
  letter-spacing: 0.075em;
  color: var(--envens-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__title {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 34px;
  color: var(--envens-black);
}

.team-one__company {
  font-size: 16px;
  font-weight: 900;
  line-height: 34px;
  color: var(--envens-base);
}

.team-one__title>a {
  color: var(--envens-black);
}

.team-one__share-and-social {
  position: absolute;
  top: 52px;
  right: 68px;
}

.team-one__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  transform: rotate(45deg);
  background-color: var(--envens-white);
}

.team-one__share>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  transform: rotate(-45deg);
  color: var(--envens-base);
  font-size: 16px;
}

.team-one__social {
  position: absolute;
  top: 36px;
  left: -148px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0) rotate(-45deg);
}

.team-one__share-and-social:hover .team-one__social {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1) rotate(-45deg);
  transform-origin: right center;
}

.team-one__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(var(--envens-primary-rgb), 0.7);
  font-size: 16px;
  color: var(--envens-white);
}

.team-one__social>a:hover {
  background-color: rgba(var(--envens-base-rgb), 0.7);
}

.team-one__social>a>span {
  position: relative;
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .counter-one {
    padding: 50px;
  }
}

.counter-one__wrap {
  position: relative;
  display: block;
  max-width: 1700px;
  width: 100%;
  /* background-image: -moz-linear-gradient(60deg,
      rgba(76, 120, 43, 0.9) 10%,
      rgba(242, 154, 24, 0.9) 100%);
  background-image: -webkit-linear-gradient(60deg,
      rgba(76, 120, 43, 0.9) 10%,
      rgba(242, 154, 24, 0.9) 100%);
  background-image: -ms-linear-gradient(60deg,
      rgba(76, 120, 43, 0.9) 10%,
      rgba(242, 154, 24, 0.9) 100%); */
  background-color: #0b3c2e;
  border-radius: 25px;
  margin: 0 auto;
}

.counter-one__inner {
  position: relative;
  display: block;
  padding: 65px 0 65px;
}

.counter-one__count-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-one__count-list li {
  position: relative;
  display: block;
}

.counter-one__symbol {
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #f9cc6c;
}

.counter-one__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 220px;
  height: 220px;
  background-color: rgba(var(--envens-white-rgb), 0.15);
  border-radius: 50%;
}

.counter-one__single-bg-black {
  background-color: var(--envens-black);
}

.counter-one__count {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.counter-one__count>h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #f9cc6c;
}

.counter-one__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #f9cc6c;
  margin-top: 7px;
}

.counter-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.counter-one__shape-1 img {
  width: auto;
  opacity: 0.15;
}

@media screen and (max-width: 767px) {
  .counter-one .counter-one__inner {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  .counter-one .counter-one__count-list li {
    margin-top: 20px !important;
  }
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 96px;
  z-index: 1;
}

.gallery-one__shape-1 {
  position: absolute;
  bottom: -80px;
  right: -300px;
  z-index: -1;
}

.gallery-one__shape-1 img {
  width: auto;
  opacity: 0.2;
}

.gallery-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.gallery-one__top .section-title {
  margin-bottom: 0;
}

.gallery-one__top .section-title__title {
  color: var(--envens-white);
}

.gallery-one__single {
  position: relative;
  display: block;
  padding-left: 112px;
  margin-right: -12px;
  margin-bottom: 24px;
}

.gallery-one__single-2 {
  padding-left: 100px;
  margin-right: 0;
}

.gallery-one__single-3 {
  padding-left: 0px;
  padding-right: 100px;
  margin-right: 0;
}

.gallery-one__single-4 {
  margin-left: -12px;
  padding-right: 112px;
  margin-right: 0;
  padding-left: 0;
}

.gallery-one__single-3 .gallery-one__title-box {
  right: -595px;
}

.gallery-one__single-4 .gallery-one__title-box {
  right: -595px;
}

.gallery-one__img-box {
  position: relative;
  display: block;
  border-radius: 50px;
}

.gallery-one__img {
  position: relative;
  display: block;
  clip-path: polygon(0 0,
      87% 0,
      94% 0,
      94% 86%,
      100% 100%,
      0 100%,
      0% 80%,
      0% 20%);
  border-radius: 50px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
}

.gallery-one__single-3 .gallery-one__img {
  clip-path: polygon(0 0,
      100% 0,
      90% 15%,
      91% 83%,
      91% 100%,
      0 100%,
      0% 80%,
      0% 20%);
}

.gallery-one__single-4 .gallery-one__img {
  clip-path: polygon(0 0,
      100% 0,
      95% 15%,
      96% 83%,
      96% 100%,
      0 100%,
      0% 80%,
      0% 20%);
}

.gallery-one__img img {
  width: 100%;
  border-radius: 50px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.gallery-one__single:hover .gallery-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.gallery-one__title-box {
  position: absolute;
  left: -78px;
  top: 136px;
  text-align: center;
  transform: rotate(-90deg);
}

.gallery-one__title-box>p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #b8b2b5;
}

.gallery-one__title-box>p>span {
  color: var(--envens-primary);
}

.gallery-one__title-box>h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.gallery-one__title-box>h3>a {
  color: var(--envens-white);
}

.gallery-one__title-box>h3>a:hover {
  color: var(--envens-base);
}

/*--------------------------------------------------------------
# Category One
--------------------------------------------------------------*/
.category-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  counter-reset: count;
  padding: 120px 0 90px;
  z-index: 1;
}

.category-one__bg-shape {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 300px;
  background-image: -moz-linear-gradient(90deg,
      rgb(85, 75, 185) 0%,
      rgb(3, 2, 21) 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgb(85, 75, 185) 0%,
      rgb(3, 2, 21) 100%);
  background-image: -ms-linear-gradient(90deg,
      rgb(85, 75, 185) 0%,
      rgb(3, 2, 21) 100%);
  z-index: -1;
}

.category-one__bg-shape-2 {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 470px;
  background-image: -moz-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  z-index: -1;
}

.category-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171627;
  border-top-right-radius: 580px;
  z-index: -1;
}

.category-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 580px;
}

.category-one .section-title__title {
  color: var(--envens-white);
}

.category-one .row {
  --bs-gutter-x: 75px;
}

.category-one__single-inner {
  position: relative;
  display: block;
  z-index: 1;
}

.category-one__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 390px;
  height: 390px;
  background-color: #363442;
  border-radius: 50%;
  margin-bottom: 30px;
  z-index: 2;
}

.category-one__shape-1 {
  position: absolute;
  left: -155px;
  bottom: 0;
  z-index: -1;
}

.category-one__shape-1 img {
  width: auto;
}

.category-one__shape-2 {
  position: absolute;
  right: -165px;
  top: 0;
  z-index: -1;
}

.category-one__shape-2 img {
  width: auto;
}

.category-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--envens-white);
  border-radius: 50%;
  transform: scaleX(0.7) rotateX(30deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: 1;
}

.category-one__single:hover::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.category-one__single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  transform: scaleX(0.7) rotateX(30deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.category-one__single:hover::after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.category-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 95px;
  background-color: var(--envens-primary);
  border-radius: 10px;
  z-index: 2;
}

.category-one__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-position: center top;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.category-one__single:hover .category-one__icon::before {
  transform: scaleY(1);
}

.category-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--envens-white);
}

.category-one__text-box {
  position: relative;
  display: block;
  z-index: 2;
}

.category-one__text {
  color: #b8b2b5;
  margin-top: 28px;
  margin-bottom: 19px;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.category-one__single:hover .category-one__text {
  color: #878c8f;
}

.category-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.category-one__title>a {
  color: var(--envens-white);
}

.category-one__single:hover .category-one__title>a {
  color: var(--envens-black);
}

.category-one__count {
  position: absolute;
  right: 34px;
  top: 62px;
  opacity: 0;
  webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.category-one__single:hover .category-one__count {
  opacity: 1;
}

.category-one__count:before {
  position: relative;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: rgba(var(--envens-black-rgb), 0.1);
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--envens-font-two);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 0;
  z-index: 2;
}

.contact-one .section-title__title {
  color: var(--envens-white);
}

.contact-one__inner {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgb(85, 75, 185) 100%);
  padding: 60px 130px 60px;
  border-radius: 135px;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--envens-white);
  padding-left: 25px;
  padding-right: 55px;
  outline: none;
  font-size: 16px;
  color: var(--envens-gray);
  display: block;
  font-weight: 500;
  border-radius: 10px;
}

.contact-one__input-box-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.contact-one__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-black);
}

.contact-one__input-box .select-box {
  width: 100%;
}

.contact-one__input-box .nice-select {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--envens-white);
  padding-left: 25px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--envens-gray);
  display: block;
  font-weight: 500;
  border-radius: 10px;
  line-height: 60px;
  float: none;
}

.contact-one__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--envens-black);
  border-right: 2px solid var(--envens-black);
  margin-top: 0px;
  z-index: 10;
}

.contact-one__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.contact-one__btn {
  border: none;
  padding: 16px 41px 16px;
  background-color: var(--envens-black);
}

/*--------------------------------------------------------------
# Event One
--------------------------------------------------------------*/
.event-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 120px;
  z-index: 3;
}

.event-one__shape-1 {
  position: absolute;
  bottom: -175px;
  left: -120px;
  opacity: 0.35;
  z-index: -1;
}

.event-one__shape-1 img {
  width: auto;
  opacity: 0.35;
}

.event-one__inner {
  position: relative;
  display: block;
}

.event-one__inner .section-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  z-index: 20;
}

.event-one__inner .section-title__title {
  color: var(--envens-white);
}

.event-one__main-tab-box {
  position: relative;
  display: block;
}

.event-one__main-tab-box {
  position: relative;
  display: block;
}

.event-one__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 120px;
}

.event-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  cursor: pointer;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  background-color: var(--envens-white);
  text-align: center;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  padding: 14px 0 19px;
  z-index: 1;
}

.event-one__main-tab-box .tab-buttons .tab-btn:first-child {
  border-bottom-left-radius: 55px;
}

.event-one__main-tab-box .tab-buttons .tab-btn:last-child {
  border-bottom-right-radius: 55px;
}

.event-one__main-tab-box .tab-buttons .tab-btn:first-child::before {
  border-bottom-left-radius: 55px;
}

.event-one__main-tab-box .tab-buttons .tab-btn:last-child::before {
  border-bottom-right-radius: 55px;
}

.event-one__main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--envens-primary);
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  transition: all 0.3s ease;
  z-index: -1;
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.event-one__main-tab-box .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 18px solid var(--envens-primary);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn::after {
  opacity: 1;
}

.event-one__main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: block;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 16px;
  line-height: 16px;
  color: var(--envens-base);
  font-weight: 500;
  transition: all 0.3s ease;
  z-index: 1;
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--envens-white);
}

.event-one__main-tab-box .tab-buttons .tab-btn h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.event-one__main-tab-box .tab-buttons .tab-btn h3 span {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  top: -18px;
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn h3 {
  color: var(--envens-white);
}

.event-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
  z-index: 1;
}

.event-one__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;
}

.event-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.event-one__main-content-box {
  position: relative;
  display: block;
  z-index: 1;
}

.event-one__main-content-box:before {
  content: "";
  position: absolute;
  top: -70px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: rgba(var(--envens-white-rgb), 0.25);
  z-index: -1;
}

.event-one__circle-one {
  position: absolute;
  top: 227px;
  left: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgb(252, 9, 124);
  background: linear-gradient(90deg,
      rgba(252, 9, 124, 1) 18%,
      rgba(85, 75, 185, 1) 87%);
  transform: translateX(-50%);
  z-index: 1;
}

.event-one__circle-one:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background-color: var(--envens-white);
  z-index: 1;
}

.event-one__circle-two {
  position: absolute;
  bottom: 227px;
  left: 50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgb(252, 9, 124);
  background: linear-gradient(90deg,
      rgba(252, 9, 124, 1) 18%,
      rgba(85, 75, 185, 1) 87%);
  transform: translateX(-50%);
  z-index: 1;
}

.event-one__circle-two:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background-color: var(--envens-white);
  z-index: 1;
}

.event-one__main-content-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #171627;
  margin-right: -40px;
  padding: 10px 10px;
  padding-right: 45px;
  border-radius: 90px;
}

.event-one__main-content-img-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.event-one__main-content-img {
  position: relative;
  display: block;
  width: 240px;
}

.event-one__main-content-img img {
  width: 100%;
  border-radius: 80px;
}

.event-one__main-content-img-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 34px;
}

.event-one__main-content-img-title a {
  color: var(--envens-white);
}

.event-one__main-content-img-title a:hover {
  color: var(--envens-base);
}

.event-one__main-content-address-box {
  position: relative;
  display: block;
}

.event-one__main-content-address-box li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.event-one__main-content-address-box li+li {
  margin-top: 13px;
}

.event-one__main-content-address-box li .icon {
  position: relative;
  display: block;
  top: 2px;
}

.event-one__main-content-address-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-primary);
}

.event-one__main-content-address-box li .text {
  position: relative;
  display: block;
}

.event-one__main-content-address-box li .text p {
  color: #b8b2b5;
}

.event-one__main-content-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 76px;
  margin-top: 5px;
  z-index: 1;
}

.event-one__main-content-right-shape-1 {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.event-one__main-content-right-shape-1 img {
  width: auto;
}

.event-one__main-content-img-list-box {
  position: relative;
  display: flex;
  align-items: center;
}

.event-one__main-content-img-list-box li {
  position: relative;
  display: block;
}

.event-one__main-content-img-list-box li+li {
  margin-left: -30px;
}

.event-one__main-content-img-list-box li:nth-child(1) {
  z-index: 6;
}

.event-one__main-content-img-list-box li:nth-child(2) {
  z-index: 5;
}

.event-one__main-content-img-list {
  position: relative;
  display: block;
  clip-path: polygon(50% 0, 50% 0, 100% 48%, 53% 100%, 53% 100%, 0 49%);
  z-index: 1;
}

.event-one__main-content-img-list img {
  width: auto;
}

.event-one__main-content-btn-box {
  position: relative;
  display: block;
}

.event-one__main-content-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  width: 170px;
  background-color: #171627;
  border-radius: 50%;
  color: var(--envens-white);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.event-one__main-content-btn:before {
  content: "";
  position: absolute;
  bottom: 77px;
  left: 50px;
  right: 34px;
  height: 1px;
  background-color: var(--envens-white);
}

.event-one__main-content-btn span {
  position: relative;
  display: block;
  padding-right: 5px;
}

.event-one__main-content-btn:hover {
  color: var(--envens-base);
}

.event-one__main-content-single--two {
  margin: 120px 0 120px;
}

.event-one__main-content-single--two .event-one__main-content-left {
  margin-right: 0;
  margin-left: -40px;
  padding: 10px 45px;
  padding-right: 10px;
}

.event-one__main-content-title-and-address-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.event-one__main-content-single--two .event-one__main-content-right {
  margin-left: 0;
  margin-right: 76px;
}

.event-one__main-content-single--two .event-one__main-content-right-shape-1 {
  left: auto;
  right: -50px;
}

/*--------------------------------------------------------------
# Sliding Text One
--------------------------------------------------------------*/
.sliding-text-one {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sliding-text-one {
    margin-top: 30px;
  }
}

.sliding-text-one__wrap {
  position: relative;
  display: block;
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text__list li {
  osition: relative;
  display: block;
  float: left;
  margin-right: 30px;
}

.sliding-text__title {
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #4f4e5c;
  font-size: 110px;
  line-height: 110px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--envens-font-two);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text__list li .sliding-text__title:hover {
  color: transparent;
  -webkit-text-stroke: 1px transparent;
}

.sliding-text__title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--envens-base);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title:before {
  width: 100%;
  background: rgb(252, 9, 124);
  background: linear-gradient(90deg, #4c782b 18%, #f29a18 87%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.venue-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.venue-one__shape {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  height: 800px;
  background-image: -moz-linear-gradient(180deg,
      rgb(85, 75, 185) 68%,
      rgb(3, 2, 21) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgb(85, 75, 185) 68%,
      rgb(3, 2, 21) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgb(85, 75, 185) 68%,
      rgb(3, 2, 21) 100%);
  border-bottom-left-radius: 300px;
  z-index: -1;
}

.venue-one__shape-2 {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  height: 800px;
  background-image: -moz-linear-gradient(-65deg,
      rgb(85, 75, 185) 0%,
      rgb(252, 9, 124) 100%);
  background-image: -webkit-linear-gradient(-65deg,
      rgb(85, 75, 185) 0%,
      rgb(252, 9, 124) 100%);
  background-image: -ms-linear-gradient(-65deg,
      rgb(85, 75, 185) 0%,
      rgb(252, 9, 124) 100%);
  border-bottom-left-radius: 470px;
  z-index: -1;
}

.venue-one__shape-3 {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0.5;
}

.venue-one__shape-3 img {
  width: auto;
}

.venue-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171627;
  border-bottom-left-radius: 580px;
  z-index: -1;
}

.venue-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.04;
  border-bottom-left-radius: 580px;
}

.venue-one .section-title__title {
  color: var(--envens-white);
}

.venue-one__left {
  position: relative;
  display: block;
  background-color: rgba(var(--envens-white-rgb), 0.05);
  border-radius: 90px;
  margin-right: 48px;
  padding: 50px 30px 30px;
  z-index: 1;
}

.venue-one__left:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #232232;
  transform: translateY(-50%);
}

.venue-one__address {
  position: relative;
  display: block;
  margin-left: 20px;
}

.venue-one__address li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.venue-one__address li:before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -20px;
  right: 70px;
  height: 1px;
  background-color: rgba(var(--envens-white-rgb), 0.1);
}

.venue-one__address li:last-child:before {
  display: none;
}

.venue-one__address li+li {
  margin-top: 64px;
}

.venue-one__address li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  z-index: 1;
}

.venue-one__address-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.venue-one__address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--envens-white);
}

.venue-one__address li .content {
  position: relative;
  display: block;
}

.venue-one__address li .content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: var(--envens-white);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: rgb(252, 9, 124);
  background: linear-gradient(90deg,
      rgba(252, 9, 124, 0.9976365546218487) 26%,
      rgba(85, 75, 185, 0) 81%);
  border-radius: 15px;
  margin-bottom: 16px;
}

.venue-one__address li:last-child .content h4 {
  background: rgb(85, 75, 185);
  background: linear-gradient(90deg,
      rgba(85, 75, 185, 1) 26%,
      rgba(85, 75, 185, 0) 81%);
}

.venue-one__address li .content p {
  color: #b8b2b5;
  letter-spacing: 0.05em;
}

.venue-one__address-two {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  background-color: var(--envens-primary);
  padding: 48px 45px 41px;
  border-radius: 85px;
  border-top-left-radius: 0;
  margin-top: 41px;
}

.venue-one__address-two li {
  position: relative;
  display: block;
}

.venue-one__address-two li h4 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 24px;
  margin-bottom: 28px;
}

.venue-one__address-two li h4:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 4px;
  width: 40px;
  background-color: rgba(var(--envens-white-rgb), 0.25);
  border-radius: 2px;
}

.venue-one__address-two li p {
  font-weight: 500;
  color: #b8b2b5;
  letter-spacing: 0.05em;
}

.venue-one__address-two li p+p {
  margin-top: 4px;
}

.venue-one__address-two li p a {
  color: #b8b2b5;
}

.venue-one__address-two li p a:hover {
  color: var(--envens-white);
}

.venue-one__right {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: -44px;
}

.venue-one__img {
  position: relative;
  display: block;
}

.venue-one__img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 76px;
  z-index: 1;
}

.blog-one__left {
  position: relative;
  display: block;
  margin-right: -24px;
}

.blog-one__left .section-title {
  margin-bottom: 42px;
}

.blog-one__left .section-title__title {
  color: var(--envens-white);
}

.blog-one__text-1 {
  font-weight: 500;
  color: #b8b2b5;
  margin-bottom: 41px;
}

.blog-one__right {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 80px;
}

.blog-one__list {
  position: relative;
  display: block;
}

.blog-one__list li {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 44px;
  z-index: 1;
}

.blog-one__single:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 20px;
  border: 2px solid rgba(var(--envens-white-rgb), 0.15);
  border-radius: 8px;
  z-index: -1;
}

.blog-one__single:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: -1;
  border-radius: 8px;
  border: 2px solid transparent;
  background: linear-gradient(-45deg, #b2075d, #3d3588) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.blog-one__list li:hover .blog-one__single:after {
  opacity: 1;
  visibility: visible;
}

.blog-one__img {
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
  border-radius: 30px;
  border-top-left-radius: 0;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img img {
  width: 100%;
  border-radius: 30px;
  border-top-left-radius: 0;
  transform: scale(1.01);
  transition: transform 0.5s cubic-bezier(0.27, 0.48, 0.45, 0.94);
  transform-origin: 70% 80%;
}

.blog-one__list li:hover .blog-one__img img {
  transform: scale(1.036);
  transition-duration: 0.9s;
}

.blog-one__content {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-left: 35px;
}

.blog-one__sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #b8b2b5;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 15px;
  background: rgb(85, 75, 185);
  background: linear-gradient(90deg,
      rgba(85, 75, 185, 1) 26%,
      rgba(85, 75, 185, 0) 81%);
  border-radius: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-one__list li:hover .blog-one__sub-title {
  color: var(--envens-white);
}

.blog-one__sub-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: rgb(252, 9, 124);
  background: linear-gradient(90deg,
      rgba(252, 9, 124, 0.9976365546218487) 26%,
      rgba(85, 75, 185, 0) 81%);
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.blog-one__list li:hover .blog-one__sub-title:after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.blog-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 14px;
}

.blog-one__title a {
  color: var(--envens-white);
}

.blog-one__title a:hover {
  color: var(--envens-base);
}

.blog-one__text {
  color: #b8b2b5;
  font-weight: 500;
  margin-top: 12px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-delay: 0.7s;
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}

.blog-one__list li:hover .blog-one__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0);
  -moz-transform: perspective(400px) rotateY(0deg) translateY(0);
  -o-transform: perspective(400px) rotateY(0deg) translateY(0);
  transform: perspective(400px) rotateY(0deg) translateY(0);
  -webkit-transition: width 0.7s ease-in-out;
  -moz-transition: width 0.7s ease-in-out;
  -o-transition: width 0.7s ease-in-out;
  transition: width 0.7s ease-in-out;
  width: 100%;
}

.blog-one__date {
  position: absolute;
  top: 75px;
  right: -121px;
  transform: rotate(-90deg);
}

.blog-one__date p {
  font-size: 16px;
  color: #b8b2b5;
  font-weight: 500;
  line-height: 16px;
}

.blog-one__date p span {
  font-size: 30px;
  font-weight: 500;
  color: var(--envens-primary);
  line-height: 30px;
  font-family: var(--envens-font-two);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 0 0 90px;
  z-index: 3;
}

.brand-one__shape-1 {
  position: absolute;
  top: -535px;
  left: -98px;
  opacity: 0.35;
  z-index: -1;
}

.brand-one__shape-1 img {
  width: auto;
  opacity: 0.35;
}

.brand-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.brand-one__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
  width: 225px;
  border: 2px dashed rgba(var(--envens-white-rgb), 0.15);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.brand-one__list li:hover .brand-one__img {
  border: 2px solid transparent;
}

.brand-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.brand-one__list li:hover .brand-one__img:before {
  transform: scaleY(1);
}

.brand-one__img img {
  width: auto;
  opacity: 0.7;
  transition: all 500ms ease;
}

.brand-one__list li:hover .brand-one__img img {
  opacity: 1;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 40px;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 632px;
  border-top-left-radius: 400px;
  background-image: -moz-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(90deg,
      rgb(252, 9, 124) 0%,
      rgb(85, 75, 185) 100%);
  z-index: -1;
}

.site-footer__bg-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #171627;
  border-top-left-radius: 485px;
  z-index: -1;
}

.site-footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 485px;
  opacity: 0.04;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 0px 0px 90px;
}

.site-footer__top-inner {
  position: relative;
  display: block;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(var(--envens-white-rgb), 0.1);
  padding: 9px 20px;
  border-radius: 23px;
  margin-bottom: 37px;
}

.footer-widget__title {
  font-size: 24px;
  color: var(--envens-white);
  font-weight: 500;
  line-height: 24px;
}

.footer-widget__contact-inner {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-widget__contact-text {
  color: #b8b2b5;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-widget__contact-list li+li {
  margin-top: 4px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--envens-primary);
}

.footer-widget__contact-list li .text {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .text p {
  font-size: 16px;
  color: var(--envens-white);
  font-weight: 500;
  line-height: 26px;
}

.footer-widget__contact-list li .text p a {
  color: var(--envens-white);
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--envens-primary);
}

.footer-widget__link {
  position: relative;
  display: block;
}

.footer-widget__link-list {
  position: relative;
  display: block;
  margin-left: 20px;
}

.footer-widget__link-list li {
  position: relative;
  display: block;
}

.footer-widget__link-list li+li {
  margin-top: 17px;
}

.footer-widget__link-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #b8b2b5;
}

.footer-widget__link-list li a:hover {
  color: var(--envens-white);
}

.footer-widget__events {
  position: relative;
  display: block;
  margin-left: 55px;
}

.footer-widget__gallery {
  position: relative;
  display: block;
  margin-right: -408px;
}

.footer-widget__gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8px;
}

.footer-widget__gallery-list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 700ms ease;
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img {
  border-radius: 87.5px;
}

.footer-widget__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 87.5px;
  content: "";
  background-image: -moz-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(180deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgb(85, 75, 185) 100%);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__gallery-img img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.1) rotate(2deg);
  border-radius: 87.5px;
}

.footer-widget__gallery-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--envens-white);
  border: 2px dashed var(--envens-white);
  padding: 7px 20px;
  border-radius: 23px;
  font-family: var(--envens-font-two);
  transform: translateY(-30%) translateX(-50%);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
  color: var(--envens-white);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(var(--envens-white-rgb), 0.04);
  padding: 18px 55px;
  border-radius: 8px;
}

.site-footer__bottom-logo-and-social {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-logo {
  position: relative;
  display: block;
}

.site-footer__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-left: 120px;
}

.site-footer__social:before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -60px;
  width: 1px;
  background-color: rgba(var(--envens-white-rgb), 0.2);
}

.site-footer__social a {
  position: relative;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--envens-white);
  background-color: rgba(var(--envens-white-rgb), 0.15);
  font-size: 18px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -moz-linear-gradient(-63deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -webkit-linear-gradient(-63deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  background-image: -ms-linear-gradient(-63deg,
      rgba(252, 9, 124, 0.70196) 0%,
      rgba(85, 75, 185, 0.9) 67%,
      rgb(85, 75, 185) 100%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__bottom-text {
  font-size: 16px;
  color: #777777;
}

.site-footer__bottom-text {
  font-size: 16px;
  color: #b8b2b5;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-footer__bottom-text a {
  color: #b8b2b5;
}

.site-footer__bottom-text a:hover {
  color: var(--envens-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 48px;
}

.about-two__img {
  position: relative;
  display: block;
  max-width: 601px;
  width: 100%;
  height: 624px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/resources/about-two-img-1.jpg);
  background-size: 100%;
  background-position: center;
  mix-blend-mode: screen;
}

.about-two__right {
  position: relative;
  display: block;
  margin-top: 18px;
}

.about-two__right .section-title {
  margin-bottom: 30px;
}

.about-two__solution-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  margin-bottom: 25px;
}

.about-two__solution-single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #e4e4ea;
  border-radius: 10px;
  max-width: 250px;
  width: 100%;
  padding: 18px 25px 13px;
}

.about-two__solution-single .icon {
  position: relative;
  display: inline-block;
}

.about-two__solution-single .icon>span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--envens-base);
}

.about-two__solition-text {
  font-weight: 600;
  color: var(--envens-black);
  line-height: 26px;
}

.about-two__points {
  position: relative;
  display: block;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 27px;
}

.about-two__points li+li {
  margin-top: 12px;
}

.about-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 19px;
  width: 100%;
  height: 19px;
  background-color: var(--envens-base);
  border-radius: 50%;
}

.about-two__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--envens-white);
}

.about-two__points li>p {
  font-weight: 500;
  color: var(--envens-black);
}

.about-two__btn-and-client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 55px;
  margin-top: 45px;
}

.about-two__btn-box {
  position: relative;
  display: block;
}

.about-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-two__client-img {
  position: relative;
  display: block;
  max-width: 64px;
  width: 100%;
}

.about-two__client-img>img {
  width: 100%;
  border-radius: 50%;
}

.about-two__btn-and-client-info .content {
  position: relative;
  display: block;
}

.about-two__btn-and-client-info .content>h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--envens-font-three);
}

.about-two__btn-and-client-info .content>p {
  font-weight: 500;
  padding-left: 85px;
  top: -5px;
  position: relative;
}

/*--------------------------------------------------------------
# Countdown One
--------------------------------------------------------------*/
.countdown-one {
  position: relative;
  display: block;
  background-color: var(--envens-base);
  padding: 120px 0 70px;
  overflow: hidden;
  z-index: 1;
}

.countdown-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.04;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.countdown-one .container {
  max-width: 1168px;
}

.countdown-one__shape-1 {
  position: absolute;
  top: 105px;
  left: 55px;
}

.countdown-one__shape-1 img {
  width: auto;
}

.countdown-one__shape-2 {
  position: absolute;
  top: 154px;
  left: 185px;
  z-index: -1;
}

.countdown-one__shape-2 img {
  width: auto;
}

.countdown-one__shape-3 {
  position: absolute;
  bottom: -30px;
  left: 0px;
  opacity: 0.6;
  z-index: -1;
}

.countdown-one__shape-3 img {
  width: auto;
}

.countdown-one__shape-4 {
  position: absolute;
  bottom: 28px;
  left: 51%;
  opacity: 0.26;
  transform: translateX(-50%);
  z-index: -1;
}

.countdown-one__shape-4 img {
  width: auto;
}

.countdown-one__shape-5 {
  position: absolute;
  top: 138px;
  right: 215px;
  z-index: -1;
}

.countdown-one__shape-5 img {
  width: auto;
}

.countdown-one__shape-6 {
  position: absolute;
  top: 210px;
  right: 126px;
  opacity: 0.09;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.countdown-one__shape-6 img {
  width: auto;
}

.countdown-one__shape-7 {
  position: absolute;
  bottom: 230px;
  right: 178px;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.countdown-one__shape-7 img {
  width: auto;
}

.countdown-one__shape-8 {
  position: absolute;
  bottom: -150px;
  right: -30px;
  opacity: 0.3;
  z-index: -1;
}

.countdown-one__shape-8 img {
  width: auto;
}

.countdown-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.countdown-one__top .section-title {
  margin-bottom: 0;
}

.countdown-one__top .section-title__tagline--two {
  color: var(--envens-white);
}

.countdown-one__top .section-title__title {
  color: var(--envens-white);
}

.countdown-one__btn-box {
  position: relative;
  display: block;
}

.countdown-one__btn {
  background-color: rgba(var(--envens-white-rgb), 0.15);
}

.countdown-one__inner {
  position: relative;
  display: block;
}

.time-countdown-one {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.time-countdown-one li {
  position: relative;
  display: flex;
  float: none;
  padding: 0;
  text-align: center;
  width: 210px;
  height: 225px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.time-countdown-one li:first-child {
  margin-left: 0;
}

.time-countdown-one li:nth-child(2) {
  margin-top: 84px;
}

.time-countdown-one li:nth-child(3) {
  margin-top: 12px;
}

.time-countdown-one li:last-child {
  margin-top: 84px;
  margin-right: 0;
}

.time-countdown-one li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/shapes/countdown-one-single-shape.png);
  background-size: cover;
  background-position: center;
}

.time-countdown-one li span.days,
.time-countdown-one li span.hours,
.time-countdown-one li span.minutes,
.time-countdown-one li span.seconds {
  position: relative;
  display: block;
  color: var(--envens-white);
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  font-family: var(--envens-font-two);
}

.time-countdown-one li span.timeRef {
  position: relative;
  color: var(--envens-white);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--envens-font);
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 90px;
  z-index: 1;
}

.team-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
}

.team-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.team-two__top .section-title {
  margin-bottom: 0;
}

.team-two__top .section-title__tagline {
  color: var(--envens-white);
}

.team-two__top .section-title__title {
  color: var(--envens-white);
}

.team-two__text {
  color: #a2a5ae;
}

.team-two__single {
  position: relative;
  display: block;
  border: 2px dashed var(--envens-base);
  border-radius: 156px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background-color: rgba(var(--envens-white-rgb), 0.1);
  overflow: hidden;
  z-index: 1;
}

.team-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 156px;
  background-color: var(--envens-white);
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.team-two__single:hover::before {
  transform: scaleY(1);
}

.team-two__img {
  position: relative;
  display: block;
  max-width: 283px;
  width: 100%;
  height: 279px;
  margin: 0 auto;
}

.team-two__img img {
  width: 100%;
}

.team-two__social {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: -4px;
}

.team-two__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #29bfe8;
  font-size: 18px;
  color: var(--envens-white);
  border-radius: 50%;
}

.team-two__social>a:hover {
  background-color: var(--envens-black);
  color: var(--envens-white);
}

a.team-two__social-two {
  background-color: #3c75e8;
  margin-top: 25px;
}

a.team-two__social-three {
  background-color: #ea1b29;
  margin-top: 25px;
}

.team-two__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.team-two__sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--envens-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__single:hover .team-two__sub-title {
  color: var(--envens-black);
}

.team-two__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 8px;
}

.team-two__title>a {
  color: var(--envens-white);
}

.team-two__single:hover .team-two__title>a {
  color: var(--envens-black);
}

.team-two__single-text {
  font-size: 18px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Event Two
--------------------------------------------------------------*/
.event-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.event-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.event-two__top .section-title {
  margin-bottom: 0;
}

.event-two__btn-box {
  position: relative;
  display: block;
}

.event-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.event-two__day-box {
  position: relative;
  display: block;
  max-width: 535px;
  width: 100%;
  border-radius: 50px;
  background-color: #f6f6f6;
  padding-left: 30px;
  margin-bottom: 31px;
  z-index: 1;
}

.event-two__day-box:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #0281f6, #ffffff, #0281f6) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 50px;
}

.event-two__day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 213px;
  height: 210px;
  z-index: 1;
}

.event-two__day-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.event-two__day-shape img {
  width: auto;
}

.event-two__day>h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  color: var(--envens-white);
}

.event-two__day>p {
  font-weight: 500;
  color: var(--envens-white);
  margin-top: 4px;
}

.event-two__list-box {
  position: relative;
  display: block;
}

.event-two__list {
  position: relative;
  display: block;
}

.event-two__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.event-two__list li+li {
  margin-top: 53px;
}

.event-two__client-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 92px;
  width: 100%;
  height: 92px;
  border: 1px solid #dadcdd;
  border-radius: 50%;
}

.event-two__client-img {
  position: relative;
  display: block;
  width: 75px;
  border-radius: 50%;
}

.event-two__client-img img {
  width: auto;
  border-radius: 50%;
}

.event-two__content {
  position: relative;
  display: block;
}

.event-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.event-two__meta>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.event-two__meta>p>span {
  color: var(--envens-base);
}

.event-two__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 18px;
}

.event-two__title>a {
  color: var(--envens-black);
}

.event-two__title>a:hover {
  color: var(--envens-base);
}

.event-two__btn-box {
  position: relative;
  display: block;
  margin-top: 19px;
}

.event-two__btn-2 {
  color: var(--envens-gray);
  background-color: #f8f7f3;
  padding: 5px 50px 5px;
}

.event-two__btn-2>span {
  color: var(--envens-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event-two__btn-2:hover>span {
  color: var(--envens-white);
}

.event-two__single-2 {
  margin-left: 30px;
}

.event-two__single-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 245px;
  left: -42px;
  width: 2px;
  background-color: #e5e7e8;
}

.event-two__single-2::after {
  content: "";
  position: absolute;
  bottom: 219px;
  width: 14px;
  height: 14px;
  left: -48px;
  background-color: var(--envens-white);
  border: 2px solid var(--envens-base);
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 175px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  left: 0;
  bottom: -136px;
  opacity: 0.3;
  z-index: -1;
}

.pricing-one__shape-1 img {
  width: auto;
}

.pricing-one__shape-2 {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}

.pricing-one__shape-2 img {
  width: auto;
}

.pricing-one__inner {
  position: relative;
  display: block;
}

.pricing-one__inner .section-title {
  position: absolute;
  top: -56px;
  left: 0;
  margin-bottom: 0;
}

.pricing-one__main-tab-box {
  position: relative;
  display: block;
}

.pricing-one__main-tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 106px;
}

.pricing-one__main-tab-buttons .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pricing-one__main-tab-buttons .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  border: 1px solid #9b9b9b;
  padding: 12px 32px 11px;
  border-radius: 28px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.pricing-one__main-tab-buttons .tab-buttons .tab-btn.active-btn {
  border: 1px solid var(--envens-base);
}

.pricing-one__main-tab-buttons .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  border-radius: 28px;
  background-color: var(--envens-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.pricing-one__main-tab-buttons .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.pricing-one__main-tab-buttons .tab-buttons .tab-btn p {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--envens-font-two);
  color: var(--envens-black);
}

.pricing-one__main-tab-buttons .tab-buttons .tab-btn.active-btn p {
  color: var(--envens-white);
}

.pricing-one__main-tab-content .tabs-content {
  position: relative;
  display: block;
}

.pricing-one__main-tab-content .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;
}

.pricing-one__main-tab-content .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.pricing-one__main-tab-img-box {
  position: relative;
  display: block;
  margin-right: -20px;
}

.pricing-one__main-tab-img {
  position: relative;
  display: block;
}

.pricing-one__main-tab-img img {
  width: 100%;
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
}

.pricing-one__main-tab-price-and-points {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  z-index: 1;
}

.pricing-one__main-tab-price-and-points::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c4c2d8;
  border-radius: 15px;
  z-index: -1;
}

.pricing-one__main-tab-price-and-points::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: 0;
  right: 0;
  background-color: var(--envens-white);
  z-index: -1;
}

.pricing-one__main-tab-price-box {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.pricing-one__main-tab-price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 133px;
  height: 133px;
  margin: 0 auto 22px;
  z-index: 1;
}

.pricing-one__main-tab-price-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.pricing-one__main-tab-price-shape-1 img {
  width: auto;
}

.pricing-one__main-tab-price>h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 3px;
  color: var(--envens-white);
}

.pricing-one__main-tab-price>h4>span {
  font-size: 16px;
  font-family: var(--envens-font);
  letter-spacing: 0.025em;
}

.pricing-one__main-tab-price>p {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.025em;
  color: var(--envens-white);
}

.pricing-one__main-tab-price-btn-box {
  position: relative;
  display: block;
}

.pricing-one__main-tab-price-btn {
  background-color: #f8f7f3;
  color: var(--envens-black);
  padding: 16px 42px 16px;
}

.pricing-one__main-tab-points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 78px;
  padding: 51px 0 52px;
  padding-left: 25px;
  border-left: 1px solid #c4c2d8;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.pricing-one__main-tab-points-list {
  position: relative;
  display: block;
}

.pricing-one__main-tab-points-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 17px;
}

.pricing-one__main-tab-points {
  position: relative;
  display: block;
}

.pricing-one__main-tab-points-list-2::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -25px;
  bottom: 8px;
  width: 1px;
  background-color: #c4c2d8;
}

.pricing-one__main-tab-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-one__main-tab-points li+li {
  margin-top: 18px;
}

.pricing-one__main-tab-points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-one__main-tab-points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-gray);
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  padding: 177px 0 96px;
  background-color: var(--envens-black);
  z-index: 1;
}

.project-one__inner {
  position: relative;
  display: block;
}

.project-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.project-one .container {
  max-width: 1572px;
}

.project-one .section-title {
  position: absolute;
  top: -58px;
  left: 0;
}

.project-one .section-title__tagline--two {
  color: #8b827d;
}

.project-one .section-title__title {
  color: var(--envens-white);
}

.project-one__filter-box {
  position: relative;
  display: block;
  margin-bottom: 110px;
}

.project-one__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.project-one__filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-one__filter.style1 li+li {
  margin-left: 20px;
}

.project-one__filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: #878f8c;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #687476;
  background-color: transparent;
  padding: 11px 35px 9px;
  border-radius: 25px;
  transition: all 0.4s ease;
  font-family: var(--envens-font-two);
  z-index: 1;
}

.project-one__filter.style1 li:hover .filter-text,
.project-one__filter.style1 li.active .filter-text {
  color: var(--envens-white);
  background-color: var(--envens-base);
  border: 1px solid var(--envens-base);
}

.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 35px;
  z-index: 1;
}

.project-one__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--envens-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.project-one__single:hover .project-one__img::before {
  opacity: 0.4;
}

.project-one__img>img {
  width: 100%;
  border-radius: 35px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.project-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 369px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-top: 69px;
  padding-right: 27px;
  padding-bottom: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.project-one__single:hover .project-one__content {
  opacity: 1;
  visibility: visible;
  transition-delay: 500ms;
}

.project-one__shpae-1 {
  position: absolute;
  top: 0;
  left: -240px;
  right: 0;
  bottom: -226px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.project-one__title-box {
  position: relative;
  display: block;
}

.project-one__sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--envens-gray);
  line-height: 14px;
  margin-top: 13px;
}

.project-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.project-one__title a {
  color: var(--envens-base);
}

.project-one__title a:hover {
  color: var(--envens-black);
}

.project-one__arrow {
  position: relative;
  display: block;
  top: -7px;
}

.project-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  font-size: 24px;
  color: var(--envens-white);
  background-color: var(--envens-base);
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  z-index: 1;
}

.project-one__arrow a:hover {
  background-color: var(--envens-black);
}

.project-one__arrow a::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  bottom: -13px;
  right: -13px;
  border: 13px solid var(--envens-white);
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Join Event
--------------------------------------------------------------*/
.join-event {
  position: relative;
  display: block;
  padding: 20px 0 10px;
}

.join-event__title-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.join-event__title-and-btn-box .section-title {
  margin-bottom: 0px;
}

.join-event__top {
  position: relative;
  display: block;
}

.join-event__single {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #d6d6d8;
  padding: 40px 30px 34px;
  /* margin-bottom: 50px; */
}

.join-event__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 109px;
  margin: 0 auto;
  z-index: 1;
}

.join-event__icon:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #4c782b, #ffffff, #4c782b) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.join-event__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--envens-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.join-event__single:hover .join-event__icon span {
  transform: scale(0.9);
}

.join-event__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 28px;
  margin-bottom: 21px;
  color: var(--envens-base);
}

.join-event__title>a {
  color: var(--envens-black);
}

.join-event__title>a:hover {
  color: var(--envens-base);
}

.join-event__text {
  line-height: 26px;
}

.join-event__single-2 {
  position: relative;
  display: block;
}

.join-event__img {
  position: relative;
  display: block;
  width: 517px;
  height: 407px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 14px auto 0;
}

.join-event__bottom {
  position: relative;
  display: block;
  margin-left: 121px;
  margin-right: 121px;
}

.join-event__bottom .row {
  --bs-gutter-x: 70px;
}

.join-event__single.mr-50px {
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 90px;
  z-index: 1;
}

.brand-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.brand-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.brand-two__top .section-title {
  margin-bottom: 0;
}

.brand-two__top .section-title__title {
  color: var(--envens-white);
}

.brand-two__btn::after {
  background-color: var(--envens-white);
}

.brand-two__btn:hover {
  color: var(--envens-base);
}

.brand-two__inner {
  position: relative;
  display: block;
}

.brand-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-two__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.brand-two__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 228px;
  width: 228px;
  border: 3px dashed var(--envens-white);
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1;
}

.brand-two__list li:hover .brand-two__img {
  border: 3px solid transparent;
}

.brand-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: var(--envens-base);
  background-position: center bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.brand-two__list li:hover .brand-two__img:before {
  transform: scaleY(1);
}

.brand-two__img img {
  width: auto;
  opacity: 0.5;
  transition: all 500ms ease;
}

.brand-two__list li:hover .brand-two__img img {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: -250px;
  right: 180px;
  opacity: 0.2;
  z-index: -1;
}

.testimonial-one__shape-1 img {
  width: auto;
}

.testimonial-one__shape-2 {
  position: absolute;
  right: -30px;
  bottom: -52px;
  z-index: -1;
}

.testimonial-one__shape-2 img {
  width: auto;
}

.testimonial-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.testimonial-one__top .section-title {
  margin-bottom: 0px;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: var(--envens-white);
  padding: 70px 40px 0;
  z-index: 1;
}

.testimonial-one__single:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #80c0fa, #ffffff, #80c0fa) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.testimonial-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  background-color: var(--envens-base);
  background-position: left center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}

.testimonial-one__single:hover::before {
  transform: scaleX(1);
}

.testimonial-one__ratting {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e0e0e0;
  padding: 11px 20px 11px;
}

.testimonial-one__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__ratting span {
  color: var(--envens-base);
}

.testimonial-one__text {
  margin-top: 27px;
  margin-bottom: 36px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--envens-black);
  padding: 12px 28px 12px;
  margin-left: 10px;
  z-index: 1;
}

.testimonial-one__client-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--envens-base);
  background-position: bottom center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.testimonial-one__single:hover .testimonial-one__client-info::before {
  transform: scaleY(1);
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  max-width: 66px;
  width: 100%;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-content {
  position: relative;
  display: block;
}

.testimonial-one__client-content>h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.testimonial-one__client-content>h3>a {
  color: var(--envens-white);
}

.testimonial-one__client-content>p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #e8d9da;
  margin-top: 5px;
}

.testimonial-one__quote {
  position: absolute;
  top: 46px;
  right: 75px;
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--envens-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote span {
  color: var(--envens-base);
}

.testimonial-one__dot-style {
  position: relative;
  display: block;
}

.testimonial-one__dot-style .swiper-dot-style1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 70px;
  background-color: var(--envens-base);
}

/*--------------------------------------------------------------
# blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 95px;
  z-index: 1;
}

.blog-two__top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 52px;
}

.blog-two__top .section-title {
  margin-bottom: 0px;
}

.blog-two__btn-box {
  position: relative;
  display: block;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-two__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--envens-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
  opacity: 0.6;
}

.blog-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-two__content-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 69px;
  background-color: var(--envens-white);
  padding: 30px 35px 32px;
  padding-right: 0;
  z-index: 2;
}

.blog-two__sub-title {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--envens-base);
}

.blog-two__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 4px;
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.blog-two__title>a {
  color: var(--envens-black);
}

.blog-two__title>a:hover {
  color: var(--envens-base);
}

.blog-two__read-more-and-comment {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-two__read-more {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--envens-gray);
}

.blog-two__read-more:hover {
  color: var(--envens-base);
}

.blog-two__comment {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--envens-gray);
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-two__comment:hover {
  color: var(--envens-base);
}

.blog-two__comment>span {
  color: var(--envens-base);
}

.blog-two__read-more-and-comment>p {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--envens-gray);
}

.blog-two__single-2 {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.blog-two__date {
  position: absolute;
  top: -38px;
  left: 0;
  background-color: var(--envens-white);
  padding: 7px 22px 7px;
}

.blog-two__date>p {
  font-size: 14px;
  font-weight: 500;
  color: var(--envens-base);
  line-height: 24px;
}

.blog-two__date-2 {
  position: relative;
  display: inline-block;
  background-color: var(--envens-base);
  padding: 7px 22px 7px;
}

.blog-two__date-2>p {
  font-size: 14px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 24px;
}

.blog-two__content-box-2 {
  position: relative;
  display: block;
  background-color: var(--envens-white);
  padding: 33.5px 35px 37px;
  z-index: 2;
}

.blog-two__content-box-2:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #80c0fa, #ffffff, #80c0fa) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.blog-two__sub-title-2 {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--envens-base);
}

.blog-two__title-2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 4px;
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.blog-two__title-2>a {
  color: var(--envens-black);
}

.blog-two__title-2>a:hover {
  color: var(--envens-base);
}

.blog-two__read-more-and-comment-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-two__read-more-2 {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--envens-gray);
}

.blog-two__read-more-2:hover {
  color: var(--envens-base);
}

.blog-two__comment-2 {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--envens-gray);
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-two__comment-2:hover {
  color: var(--envens-base);
}

.blog-two__comment-2>span {
  color: var(--envens-base);
}

.blog-two__read-more-and-comment-2>p {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: var(--envens-gray);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding-top: 70px;
}

.about-three__left {
  position: relative;
  display: block;
}

.about-three__left .section-title {
  margin-bottom: 30px;
}

.about-three__text {
  position: relative;
  display: block;
  margin-right: 149px;
}

.about-three__points {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 31px;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-three__points li+li {
  margin-top: 41px;
}

.about-three__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  z-index: 1;
}

.about-three__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 42px;
  color: var(--envens-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-three__points li:hover .icon span {
  transform: scale(0.9);
}

.about-three__points li .content {
  position: relative;
  display: block;
  padding-right: 50px;
  padding-left: 10px;
}

.about-three__points li .content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: var(--envens-gray);
  margin-bottom: 20px;
}

.about-three__points li .content:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 188px;
  height: 1px;
  background-color: rgba(var(--envens-black-rgb), 0.15);
}

.about-three__points li:last-child .content:before {
  display: none;
}

.about-three__points li .content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 8px;
  color: var(--envens-base);
}

.about-three__right {
  position: relative;
  display: block;
  margin: 0;
}

.about-three__video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transform: scale(0.75);
  margin-top: -75px;
}

.about-three__video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .about-three__video-wrapper {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Countdown Two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Events Three
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pricing Two Start
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.brand-three__wrap {
  position: relative;
  display: block;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto 0;
  padding: 100px 0 100px;
  background-color: #f5f6f7;
  overflow: hidden;
  z-index: 1;
}

.brand-three__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.brand-three__shape-1 {
  position: absolute;
  bottom: -395px;
  right: -60px;
  opacity: 0.1;
}

.brand-three__shape-1 img {
  width: auto;
}

.brand-three__shape-2 {
  position: absolute;
  bottom: -345px;
  left: 0px;
  opacity: 0.15;
}

.brand-three__shape-2 img {
  width: auto;
}

.brand-three__shape-3 {
  position: absolute;
  bottom: -380px;
  left: 190px;
  opacity: 0.2;
}

.brand-three__shape-3 img {
  width: auto;
}

.brand-three__shape-4 {
  position: absolute;
  bottom: -60px;
  left: 35px;
  opacity: 0.15;
}

.brand-three__shape-4 img {
  width: auto;
}

.brand-three__inner {
  position: relative;
  display: block;
}

.brand-three__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.brand-three__list li {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid rgba(var(--envens-black-rgb), 0.08);
  background-color: var(--envens-white);
  padding: 36px 0;
  z-index: 1;
}

.brand-three__list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--envens-base);
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.brand-three__list li:hover:before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.brand-three__img-box {
  position: relative;
  display: block;
}

.brand-three__img {
  position: relative;
  display: block;
}

.brand-three__img img {
  width: auto;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-three__list li:hover .brand-three__img img {
  opacity: 0;
}

.brand-three__img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.brand-three__img-hover img {
  width: auto;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-three__list li:hover .brand-three__img-hover img {
  opacity: 0.9;
}

.brand-three__list--two {
  justify-content: center;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  z-index: 1;
}

.site-footer-two__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.site-footer-two__shape-bg-1 {
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  bottom: -130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.12;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.site-footer-two__top {
  position: relative;
  display: block;
  background-color: var(--envens-base);
  overflow: hidden;
  z-index: 1;
}

.site-footer-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 45px 0px;
  background-color: var(--envens-base);
  z-index: 1;
}

.site-footer-two__top-shape-1 {
  position: absolute;
  top: -145px;
  left: 0;
  right: 0;
  text-align: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.site-footer-two__top-shape-1 img {
  width: auto;
  opacity: 0.2;
}

.site-footer-two__top-shape-2 {
  position: absolute;
  bottom: -115px;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.site-footer-two__top-shape-2 img {
  width: auto;
}

.site-footer-two__top-shape-3 {
  position: absolute;
  bottom: -235px;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}

.site-footer-two__top-shape-3 img {
  width: auto;
}

.site-footer-two__top-icon-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer-two__top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 70px;
  background-color: var(--envens-white);
}

.site-footer-two__top-icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--envens-base);
}

.site-footer-two__top-icon-content {
  position: relative;
  display: block;
}

.site-footer-two__top-icon-content p {
  color: var(--envens-white);
  margin-bottom: 4px;
}

.site-footer-two__top-icon-content h5 {
  font-size: 24px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 24px;
}

.site-footer-two__top-icon-content h5 a {
  color: var(--envens-white);
}

.site-footer-two__top-icon-content h5 a:hover {
  color: var(--envens-black);
}

.site-footer-two__logo {
  position: relative;
  display: block;
}

.site-footer-two__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--envens-white);
  padding: 23px 40px;
}

.site-footer-two__middle {
  position: relative;
  display: block;
  padding: 118px 0 111px;
}

.site-footer-two__middle-inner {
  position: relative;
  display: block;
}

.footer-widget-two__about {
  position: relative;
  display: block;
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.footer-widget-two__title {
  font-size: 24px;
  color: var(--envens-white);
  font-weight: 500;
  line-height: 24px;
}

.footer-widget-two__link-list-box {
  position: relative;
  display: flex;
}

.footer-widget-two__link-list {
  position: relative;
  display: block;
}

.footer-widget-two__link-list li {
  position: relative;
  display: block;
}

.footer-widget-two__link-list li+li {
  margin-top: 29px;
}

.footer-widget-two__link-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a2a5ae;
  letter-spacing: 0.075em;
}

.footer-widget-two__link-list li a:hover {
  color: var(--envens-base);
}

.footer-widget-two__link-list--two {
  margin-left: 40px;
}

.footer-widget-two__link {
  position: relative;
  display: block;
}

.footer-widget-two__gallery {
  position: relative;
  display: block;
  margin-left: -24px;
}

.footer-widget-two__gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
  padding-top: 7px;
}

.footer-widget-two__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

.footer-widget-two__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 95px;
  z-index: 1;
}

.footer-widget-two__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--envens-black-rgb), 0.3);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget-two__gallery-list li:hover .footer-widget-two__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget-two__gallery-img img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.footer-widget-two__gallery-list li:hover .footer-widget-two__gallery-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget-two__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--envens-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget-two__gallery-list li:hover .footer-widget-two__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget-two__gallery-img a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: rgba(var(--envens-black-rgb), 0.9);
  border-radius: 50%;
  font-size: 18px;
  color: var(--envens-white);
  transition: all 700ms ease;
}

.footer-widget-two__gallery-img a span:hover {
  background-color: rgba(var(--envens-white-rgb), 1);
  color: var(--envens-base);
}

.footer-widget-two__social {
  position: relative;
  display: block;
  margin-left: 75px;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--envens-white-rgb), 0.15);
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30.5px 0;
}

.site-footer-two__bottom-text {
  font-size: 18px;
  color: var(--envens-white);
  letter-spacing: 0.1em;
}

.site-footer-two__botom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-two__botom-menu li {
  position: relative;
  display: block;
}

.site-footer-two__botom-menu li+li {
  margin-left: 20px;
}

.site-footer-two__botom-menu li:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -10px;
  height: 2px;
  width: 2px;
  background-color: var(--envens-white);
  border-radius: 50%;
}

.site-footer-two__botom-menu li:first-child:before {
  display: none;
}

.site-footer-two__botom-menu li a {
  font-size: 18px;
  color: var(--envens-white);
  letter-spacing: 0.1em;
}

.site-footer-two__botom-menu li a:hover {
  color: var(--envens-base);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 275px 0 174px;
  background-color: var(--envens-black);
  overflow: hidden;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.12;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  margin-left: 112px;
}

.page-header__inner h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 36px;
  color: var(--envens-white);
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(var(--envens-white-rgb), 0.6);
  padding: 12px 57px 11px;
  border-radius: 10px;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--envens-font-two);
  color: var(--envens-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--envens-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--envens-base);
}

/*--------------------------------------------------------------
# Quick Contact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.contact-two__left {
  position: relative;
  display: block;
  margin-left: -300px;
  margin-right: 32px;
}

.contact-two__google-map {
  position: relative;
  display: block;
  border: none;
  height: 708px;
  width: 100%;
  border-radius: 100px;
}

.contact-two__right {
  position: relative;
  display: block;
}

.contact-two__form-box {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 50px 50px 50px;
  border-radius: 30px;
  z-index: 1;
}

.contact-two__form {
  position: relative;
  display: block;
}

.contact-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: rgba(var(--envens-white-rgb), 0.2);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--envens-white);
  display: block;
  font-weight: 500;
  line-height: 60px;
  border-radius: 15px;
}

.contact-two__input-box .select-box {
  width: 100%;
}

.contact-two__input-box .nice-select {
  height: 60px;
  width: 100%;
  border: none;
  background-color: rgba(var(--envens-white-rgb), 0.2);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--envens-white);
  display: block;
  font-weight: 500;
  line-height: 60px;
  float: none;
  letter-spacing: 0.03em;
  border-radius: 15px;
}

.contact-two__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 15px;
  margin-top: 0px;
  z-index: 10;
  border-bottom: 2px solid var(--envens-white);
  border-right: 2px solid var(--envens-white);
  height: 8px;
  width: 8px;
}

.contact-two__input-box .nice-select .option {
  color: var(--envens-white);
}

.contact-two__btn-box {
  position: relative;
  display: block;
}

.contact-two__btn {
  border: none;
  background-color: var(--envens-base);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.075em;
  padding: 18px 26px 18px;
  border-radius: 32px;
}

.contact-two__btn:hover {
  color: var(--envens-base);
}

.contact-two__btn::after {
  background-color: var(--envens-white);
}

/* Date Picker Css Start */
/* Date Picker Css End */
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Details   
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# FAQ page
--------------------------------------------------------------*/
.nice-select .option.focus {
  color: var(--envens-base) !important;
  background-color: var(--envens-white);
}

/*--------------------------------------------------------------
# Venue Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Google Map One
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Speaker Single
--------------------------------------------------------------*/
.speaker-single {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Schedule List
--------------------------------------------------------------*/
.schedule-list {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 120px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Events Four
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Speaker Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Archives Speakers
--------------------------------------------------------------*/
.archives-speakers {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Brand Five
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pricing Three
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.col-5th {
  width: 25%;
  padding: 15px;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .col-5th {
    width: 25%;
    /* 4 per row on large screens */
  }
}

@media (max-width: 991px) {
  .col-5th {
    width: 33.3333%;
    /* 3 per row on medium screens */
  }
}

@media (max-width: 767px) {
  .col-5th {
    width: 50%;
    /* 2 per row on small screens */
  }
}

@media (max-width: 575px) {
  .col-5th {
    width: 100%;
    /* 1 per row on extra small screens */
  }
}

/* Event */
.event-section {
  padding: 1rem;
}

.event-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.event-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-holder {
  width: 100%;
  margin-bottom: 1.5rem;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  height: 100%;
}

.grid-item {
  overflow: hidden;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.grid-item.main-image {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.grid-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.content-area {
  width: 100%;
}

.content-area h2 {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

.info-block {
  margin-bottom: 1.5rem;
}

.info-block h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--envens-base);
  margin-bottom: 0.5rem;
}

.info-block p {
  color: #4b5563;
  line-height: 1.5;
}

/* Extra Small Screens (below 576px, e.g., mobile phones) */
@media (max-width: 575.98px) {
  .event-section {
    padding: 0.5rem;
  }

  .image-holder {
    display: none;
    /* Hide the entire image grid on mobile */
  }

  .content-area h2 {
    font-size: 1.5rem;
    /* Smaller heading */
  }

  .info-block h3 {
    font-size: 1.125rem;
  }

  .info-block p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

/* Small Screens (576px and up, e.g., larger phones) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .event-section {
    padding: 0.75rem;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    /* Restore 2-column grid */
    gap: 0.5rem;
  }

  .grid-item.main-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .grid-item {
    height: 150px;
    /* Slightly smaller images */
  }

  .content-area h2 {
    font-size: 1.75rem;
  }

  .info-block h3 {
    font-size: 1.125rem;
  }

  .info-block p {
    font-size: 0.9375rem;
  }
}

/* Medium Screens (768px and up, e.g., tablets) */
@media (min-width: 768px) {
  .event-layout {
    flex-direction: row;
    /* Side-by-side layout */
    gap: 1.5rem;
  }

  .image-holder,
  .content-area {
    flex: 1;
    /* Equal width for image grid and content */
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .grid-item.main-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .grid-item {
    height: auto;
    /* Let images scale naturally */
  }

  .content-area h2 {
    font-size: 1.875rem;
  }

  .info-block h3 {
    font-size: 1.25rem;
  }

  .info-block p {
    font-size: 1rem;
  }
}

/* Large Screens (992px and up, e.g., desktops) */
@media (min-width: 992px) {
  .event-section {
    padding: 1.5rem;
  }

  .event-layout {
    gap: 2rem;
  }

  .image-grid {
    gap: 1rem;
  }

  .grid-item.main-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .content-area h2 {
    font-size: 2.25rem;
  }

  .info-block h3 {
    font-size: 1.375rem;
  }

  .info-block p {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

/* Extra Large Screens (1200px and up, e.g., large desktops) */
@media (min-width: 1200px) {
  .event-section {
    padding: 2rem;
  }

  .image-grid {
    gap: 1.25rem;
  }

  .grid-item.main-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .content-area h2 {
    font-size: 2.5rem;
  }

  .info-block h3 {
    font-size: 1.5rem;
  }

  .info-block p {
    font-size: 1.25rem;
  }
}

/* ---------------------------------- Conference Highlights -------------------------------- */
.conf-highlight {
  padding: 60px 20px;
  background: #0b3c2e;
  color: #f0e7d5;
  text-align: center;
}

.conf-highlight__title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #f9cc6c;
}

.conf-highlight__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.conf-highlight__card {
  background: #123e3a;
  border: 1px solid #2b675d;
  padding: 25px;
  border-radius: 16px;
  flex: 1 1 300px;
  max-width: 350px;
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}

.conf-highlight__card:hover {
  background: #1c544e;
  transform: translateY(-5px);
}

.conf-highlight__card h3 {
  font-size: 1.2rem;
  color: #f9cc6c;
  margin-top: 10px;
}

.conf-highlight__card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e3e3d1;
  margin-top: 10px;
}

.conf-highlight__card ul {
  padding-left: 20px;
  margin: 10px 0;
  list-style: disc;
}

.conf-highlight__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #f9cc6c;
}

/* Example Icons (replace with images or SVGs if needed) */
.conf-highlight__icon.icon1 {
  background-image: url('../images/updates/Icons/1.png');
  background-size: cover;
}

.conf-highlight__icon.icon2 {
  background-image: url('../images/updates/Icons/2.png');
  background-size: cover;
}

.conf-highlight__icon.icon3 {
  background-image: url('../images/updates/Icons/3.png');
  background-size: cover;
}

/* ---------------------------------- Conference Highlights -------------------------------- */
.conf-highlight {
  padding: 60px 20px;
  background: #0b3c2e;
  color: #f0e7d5;
  text-align: center;
}

.conf-highlight__title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #f9cc6c;
}

.conf-highlight__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.conf-highlight__card {
  background: #123e3a;
  border: 1px solid #2b675d;
  padding: 25px;
  border-radius: 16px;
  flex: 1 1 300px;
  max-width: 350px;
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}

.conf-highlight__card:hover {
  background: #1c544e;
  transform: translateY(-5px);
}

.conf-highlight__card h3 {
  font-size: 1.2rem;
  color: #f9cc6c;
  margin-top: 10px;
}

.conf-highlight__card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e3e3d1;
  margin-top: 10px;
}

.conf-highlight__card ul {
  padding-left: 20px;
  margin: 10px 0;
  list-style: disc;
}

.conf-highlight__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #f9cc6c;
}

/* Example Icons (replace with images or SVGs if needed) */
.conf-highlight__icon.icon1 {
  background-image: url('../images/updates/Icons/1.png');
  background-size: cover;
}

.conf-highlight__icon.icon2 {
  background-image: url('../images/updates/Icons/2.png');
  background-size: cover;
}

.conf-highlight__icon.icon3 {
  background-image: url('../images/updates/Icons/3.png');
  background-size: cover;
}

.conf-highlight__icon.icon4 {
  background-image: url('../images/updates/Icons/4.png');
  background-size: cover;
}

@media (min-width: 768px) {
  .event-section {
    padding: 2rem 2rem;
  }

  .content-area h2 {
    font-size: 2.25rem;
  }

  .image-holder {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .event-layout {
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
  }

  .image-holder {
    width: 45%;
    margin-bottom: 0;
  }

  .content-area {
    width: 55%;
  }

  .content-area h2 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .event-section {
    padding: 3rem 2rem;
  }

  .event-layout {
    gap: 3rem;
  }

  .content-area h2 {
    font-size: 2.5rem;
  }

  .info-block h3 {
    font-size: 1.5rem;
  }

  .info-block p {
    font-size: 1.1rem;
  }
}

/* Series speakers */
.series-speakers {
  padding-top: 30px;
}

.series-speakers .swiper-slide img {
  width: 170px !important;
  height: 170px !important;
}

.series-speakers h3 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.series-speakers p {
  font-size: 0.6rem;
  line-height: 1.5;
}

/* ---------------------- Inforgraphics ----------------------  */
.infographic-section {
  /* padding: 60px 0; */
  background: #ffffff;
}

.infographic-section .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* Desktop Video Styles */
.desktop-video-wrapper {
  display: block;
}

.desktop-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  padding-left: 10px;
}

/* .desktop-video:hover {
  transform: translateY(-15px);
  transition: 0.3s ease-in-out, transform 0.3s ease-in-out;
} */
/* Mobile Image Styles */
.mobile-image {
  display: none;
}

.mobile-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Behavior */
@media screen and (max-width: 768px) {
  .infographic-section {
    margin: 10px 0;
  }

  .desktop-video-wrapper {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  .mobile-image img {
    transform: scale(1.06);
  }

  .mobile-image img:hover {
    transform: scale(1.068);
  }
}

.three {
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.three:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}

.three:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

.seven {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.seven:after,
.seven:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  height: 5px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .seven {
    display: contents;
  }
}

/* Featured In  */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
  }
}

.slider {
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  background-color: #fff;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide-track2 {
  animation: scroll2 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  flex: 0 0 auto;
  width: 200px;
  height: 180px;
  margin: 20px;
  padding-top: 10px;
}

.slider .slide img {
  width: 95%;
  height: 55%;
  border-radius: 15px;
  box-shadow: 0 0 15px #f0f0f0, 0 0 30px #ffffff;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.slider .slide img:hover {
  box-shadow: 0 0 10px rgba(11, 60, 46, 0.3), 0 0 20px rgba(11, 60, 46, 0.3), 0 0 10px rgba(11, 60, 46, 0.3);
  filter: brightness(1.2);
}

.slider .slide-track2 .slide2 {
  flex: 0 0 auto;
  width: 200px;
  height: 180px;
  margin: 0 20px;
  padding-top: 20px;
}

.slider .slide2 img {
  width: 95%;
  height: 55%;
  border-radius: 15px;
  box-shadow: 0 0 15px #f0f0f0, 0 0 30px #ffffff;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.slider .slide2 img:hover {
  box-shadow: 0 0 10px rgba(11, 60, 46, 0.3), 0 0 20px rgba(11, 60, 46, 0.3), 0 0 10px rgba(11, 60, 46, 0.3);
  filter: brightness(1.2);
}

.container-featured {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 30px; */
  position: relative;
  background-color: #fff;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  /* Adjust based on your design */
  position: relative;
  overflow: hidden;
}


/* ================================================== hero section button =================================== */
.hero-btn a {
  min-width: 260px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-radius: 5rem;
  font-family: var(--envens-font);
  background: linear-gradient(45deg, #0b3c2e, #017c59);
}

.hero-btn a:hover {
  color: var(--secondary);
  background: linear-gradient(45deg, #017c59, #0b3c2e);
  transform: translateY(-2px);
}



/* ======================================================== Common CSS for all Conference ==================================================== */

/* youtube video after about */
.youtube-video-container {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.youtube-video-container:hover {
  transform: translateY(-5px);
}

.video-wrapper-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(165, 255, 229, 0.3);
}

.video-wrapper-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

.about-youtube-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(12, 17, 51, 0.6), rgba(36, 135, 144, 0.4));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.about-youtube-video-overlay:hover {
  opacity: 0.7;
}

.play-btn {
  background: var(--envens-base);
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  box-shadow: 0 0 20px rgba(11, 60, 46, 0.7);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(11, 60, 46, 0.7);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(11, 60, 46, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(11, 60, 46, 0);
  }
}


/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/