/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {

  --envens-gray: #878c8f;
  --envens-gray-rgb: 135, 140, 143;
  --envens-white: #ffffff;
  --envens-white-rgb: 255, 255, 255;
  --envens-base: #e21e8c;
  --envens-base-rgb: 226, 30, 140;
  --envens-black: #030215;
  --envens-black-rgb: 3, 2, 21;
  --envens-primary: #554bb9;
  --envens-primary-rgb: 85, 75, 185;

}

.row {
  --bs-gutter-x: 24px;
}

.gutter-y-24 {
  --bs-gutter-y: 24px;
}

body {
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--envens-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#000;
  margin: 0;
  font-family: "Poppins", serif;
}

p {
  margin: 0;
font-family: "Roboto", sans-serif;
    color: #000;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-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;
}
      .btn-filled {
 font-size: 15 px; font-weight: 500;
  border: none; border-radius: 8px;
  transition: opacity 0.15s;
}
.btn-filled:hover { opacity: 0.82; }
    .goog-te-gadget-simple .goog-te-menu-value {
    color: #0f75bd;
    font-size: 16px;
}
@media (min-width: 1344px) {
  .container {
    max-width: 82%;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--envens-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 38px;
}

.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: #fff;
}

.section-title__title {
    margin: 0;
    color: var(--envens-black);
    font-size: 28px;
    line-height: 15px;
    font-weight: 600;
    padding-top: 15px;
}

.section-title__title>span {
  color: var(--envens-base);
}

.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(--envens-primary);
  border-radius: 5px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .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(--envens-white);
}

.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 .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .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%;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--envens-base);
  color: var(--envens-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--envens-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--envens-base);
  color: var(--envens-white);
  cursor: pointer;
}

.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: 40px;
    height: 40px;
    background: #ff3639;
    position: fixed;
    bottom: 72px;
    right: 50px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4sease;
    transition: all 0.4sease;
    display: none;
    border-radius: 0;
}

.scroll-to-top i {
  color: var(--envens-white);
  font-size: 18px;
  line-height: 43px;
  -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 **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.html),
    pointer;
  z-index: 9999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--envens-base);
  border-color: var(--envens-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--envens-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--envens-white);
  color: var(--envens-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  color: var(--envens-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:after {
  background-color: var(--envens-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}


/*--------------------------------------------------------------
# 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;
  background: #fff;
}

.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), .20);
  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), .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 .list {
  background-color: var(--envens-black);
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  width: 130px;
  left: auto !important;
}

.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), .10);
}

.main-menu__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--envens-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .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: "Poppins", serif;
  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: 4px;
  padding-bottom: 4px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgb(0 0 0 / 20%);
    text-align: center;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 23px;
}

.sticky-header__content .main-menu__list li a {
    color: #fff;
}

.sticky-header__content .main-menu__list>li+li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(175 175 175 / 20%);
}


.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), .10);
}

.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: 12px;
  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;
  text-align: left;
}

.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%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 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;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--envens-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--envens-base);
}

.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>.main-menu-border {
  display: none !important;
}

.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: "Poppins", serif;
  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__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.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__top .main-menu__login a {
  color: var(--envens-text-dark);
}

.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;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# 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), .10);
}

.main-menu-two .main-menu__social a:after {
  background-color: rgba(var(--envens-white-rgb), 0.10);
}

.main-menu-two .main-menu__search {
  background-color: var(--envens-base);
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
/*  position: absolute;*/
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
}

.main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #092c43;
    padding: 0px 0px 0px 60px;
}

.main-header-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li+li {
  margin-left: 40px;
}

.main-header-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li .icon i {
  font-size: 15px;
  color: var(--envens-base);
}

.main-header-three__contact-list li .text {
  margin-left: 10px;
}

.main-header-three__contact-list li .text p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.main-header-three__contact-list li .text p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__contact-list li .text p a:hover {
  color: var(--envens-base);
}

.main-header-three__social-and-top-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--envens-base);
  padding: 11px 50px 11px;
  gap: 130px;
}

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-header-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--envens-white);
}

.main-header-three__social a:hover {
  color: var(--envens-black);
}

.main-header-three__top-menu {
  position: relative;
  display: block;
}

.main-header-three__top-menu-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}

.main-header-three__top-menu-list li {
  position: relative;
  display: block;
}

.main-header-three__top-menu-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 7px;
  left: -20px;
  width: 1px;
  background-color: var(--envens-white);
  transform: rotate(15deg);
}

.main-header-three__top-menu-list li:first-child:before {
  display: none;
}

.main-header-three__top-menu-list li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--envens-white);
}

.main-header-three__top-menu-list li a:hover {
  color: var(--envens-black);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 15%);
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 70px;
  z-index: 1;
}

.main-menu-three__wrapper-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--envens-white-rgb), .20);
  z-index: -1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 9px 0;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-right: 50px;
}

.main-menu-three__login-box {
  position: relative;
  display: flex;
  /* min-height: 35px; */
  align-items: center;
  gap: 15px;
  /* padding: 22.5px 0; */
}

.main-menu-three__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), .05);
}

.main-menu-three__login-box .select-box {
  position: relative;
  display: block;
  width: 130px;
}

.main-menu-three__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-three__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-three__login-box .nice-select .list {
  background-color: var(--envens-black);
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  width: 130px;
  left: auto !important;
}

.main-menu-three__login-box .nice-select .option {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 35px;
  min-height: 35px;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--envens-base);
  padding: 22px 35px 22px;
  gap: 20px;
}

.main-menu-three__search span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: var(--envens-white);
}

.main-menu-three__search-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--envens-white);
  font-family: "Poppins", serif;
  line-height: 20px;
}


.stricky-header.main-menu-three {
  background-color: #092c43;
}





/*--------------------------------------------------------------
# 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 .swiper-slide-active .main-slider__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.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 .swiper-slide-active .main-slider__img {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.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: .90;
}

.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 .swiper-slide-active .main-slider__content:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.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: "Poppins", serif;
  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 .swiper-slide-active .main-slider__sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}

.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 .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}

.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;
}

.main-slider .swiper-slide-active .main-slider__curved-circle {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}


@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.20em;
  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-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  padding: 6px 0;
  margin: 4px 0px;
  background: transparent;
  border: 1px solid var(--envens-white);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#main-slider-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: var(--envens-white);
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#main-slider-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}


/*--------------------------------------------------------------
# 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: .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 .swiper-slide-active .main-slider-two__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.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 .swiper-slide-active .main-slider-two__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.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: .37;
  z-index: -1;
}

.main-slider-two__shape-4 img {
  width: auto;
  opacity: .37;
}

.main-slider-two__shape-5 {
  position: absolute;
  bottom: -580px;
  right: -100px;
  opacity: .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 .swiper-slide-active .main-slider-two__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}

.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;
}

.main-slider-two .swiper-slide-active .main-slider-two__curved-circle {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}


@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.20em;
  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);
  z-index: 91;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--envens-black);
}

.main-slider-three__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);
  mix-blend-mode: luminosity;
  opacity: .12;
  ;
  -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-three .swiper-slide-active .main-slider-three__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-three__shape-1 {
  position: absolute;
  bottom: -180px;
  left: -10px;
  z-index: -1;
}

.main-slider-three__shape-1 img {
  width: auto;
}

.main-slider-three__shape-2 {
  position: absolute;
  bottom: 100px;
  right: 220px;
  opacity: .86;
  z-index: -1;
}

.main-slider-three__shape-2 img {
  width: auto;
}

.main-slider-three__shape-3 {
  position: absolute;
  top: 190px;
  right: 0px;
  z-index: -1;
}

.main-slider-three__shape-3 img {
  width: auto;
}

.main-slider-three__img {
  position: absolute;
  bottom: 0;
  right: 110px;
  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;
}

.main-slider-three .swiper-slide-active .main-slider-three__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.main-slider-three__img img {
  width: auto;
}

.main-slider-three .container {
  position: relative;
  padding-top: 353px;
  padding-bottom: 183px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 15;
}

.main-slider-three__content-shape-1 {
  position: absolute;
  bottom: 235px;
  left: 540px;
  animation: topBottom 3s ease-in-out infinite;
}

.main-slider-three__content-shape-1 img {
  width: auto;
}

.main-slider-three__sbu-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(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-three .swiper-slide-active .main-slider-three__sbu-title-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__sbu-title-shape-1 {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 360px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.main-slider-three__sbu-title {
  font-size: 18px;
  color: var(--envens-white);
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.050em;
  text-transform: uppercase;
}

.main-slider-three__title {
  position: relative;
  font-size: 80px;
  color: var(--envens-white);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 96px;
  margin-top: 41px;
  margin-bottom: 20px;
  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-three .swiper-slide-active .main-slider-three__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
}

.main-slider-three__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;
}

.main-slider-three .swiper-slide-active .main-slider-three__curved-circle {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
}


@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.main-slider-three__curved-circle .curved-circle {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: var(--envens-white);
  text-transform: uppercase;
  letter-spacing: 0.20em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: textRotate 10s linear 0s forwards infinite alternate;
}

.main-slider-three__arrow-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.main-slider-three__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-three__arrow-icon:hover {
  color: var(--envens-white);
}

.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: .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: .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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.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.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: .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: "Poppins", serif;
  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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
  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: .20;
}

.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: "Poppins", serif;
}

.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: "Poppins", serif;
}

.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: var(--envens-black);
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__bg-shape {
  position: absolute;
  height: 800px;
  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;
}

.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, 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;
}

.team-one__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171627;
  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-white);
}

.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;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.team-one__img img {
  width: 100%;
}

.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: .10;
}

.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;
  background-color: rgba(var(--envens-white-rgb), 0.04);
  padding: 11px 38px 17px;
  margin-top: 45px;
}

.team-one__sub-title {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #b8b2b5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__sub-title {
  color: var(--envens-base);
}

.team-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.team-one__title>a {
  color: var(--envens-white);
}

.team-one__title>a:hover {
  color: var(--envens-base);
}

.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), .70);
  font-size: 16px;
  color: var(--envens-white);
}

.team-one__social>a:hover {
  background-color: rgba(var(--envens-base-rgb), .70);
}

.team-one__social>a>span {
  position: relative;
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  z-index: 1;
}

.counter-one__wrap {
  position: relative;
  display: block;
  max-width: 1700px;
  width: 100%;
  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%);
  border-radius: 175px;
  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__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), .15);
  border-radius: 50%;
}

.counter-one__single-bg-black {
  background-color: var(--envens-black);
}

.counter-one__count {
  position: relative;
  display: block;
}

.counter-one__count>h3 {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  color: var(--envens-white);
}

.counter-one__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.050em;
  color: var(--envens-white);
  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: .15;
}

/*--------------------------------------------------------------
# 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: .20;
}

.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, 86% 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.0) 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.0) 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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.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), .10);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: "Poppins", serif;
}

/*--------------------------------------------------------------
# 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: #fff;
  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: #fff;
  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: .35;
  z-index: -1;
}

.event-one__shape-1 img {
  width: auto;
  opacity: .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), .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;
  padding: 53px 0 137px;
  background-color: var(--envens-black);
  z-index: 1;
}

.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: "Poppins", serif;
  -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, rgba(252, 9, 124, 1) 18%, rgba(85, 75, 185, 1) 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: .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), .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), .10);
}

.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), .25);
  border-radius: 2px;
}

.venue-one__address-two li p {
  font-weight: 500;
  color: #b8b2b5;
  letter-spacing: 0.050em;
}

.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), .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 .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.blog-one__list li:hover .blog-one__img img {
  transform: scale(1.036);
  transition-duration: .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.0) 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: "Poppins", serif;
}

/*--------------------------------------------------------------
# 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: .35;
  z-index: -1;
}

.brand-one__shape-1 img {
  width: auto;
  opacity: .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), .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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.brand-one__img img {
  width: auto;
  opacity: .70;
  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), .10);
  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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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: "Poppins", serif;
  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), .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), .20);
}

.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), .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: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .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: .60;
  z-index: -1;
}

.countdown-one__shape-3 img {
  width: auto;
}

.countdown-one__shape-4 {
  position: absolute;
  bottom: 28px;
  left: 51%;
  opacity: .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.30;
  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), .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: "Poppins", serif;
}

.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: "Poppins", serif;
}

/*--------------------------------------------------------------
# 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: .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), .10);
  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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.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: #fff;
  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: 63px 0 50px;
  overflow: hidden;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  left: 0;
  bottom: -136px;
  opacity: .30;
  z-index: -1;
}

.pricing-one__shape-1 img {
  width: auto;
}

.pricing-one__shape-2 {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: .30;
  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: 35px;
}

.pricing-one__main-tab-buttons .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
    gap: 20px;
    margin-top: -40px;
}

.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: 10px 15px 10px;
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.3sease;
    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: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Poppins", serif;
    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: "Poppins", serif;
  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: 28px 50px 35px;
      padding-left: 25px;
      border: 1px solid #0518257a;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
      background: #fff;
}

.pricing-one__main-tab-points-list {
  position: relative;
  display: block;
}

.pricing-one__main-tab-points-title {
      font-size: 17px;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 17px;
      color: #002842;
}

.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;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.pricing-one__main-tab-points li+li {
  margin-top: 9px;
}

.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: #fff;
}

/*--------------------------------------------------------------
# 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: .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: #000;
}

.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: "Poppins", serif;
  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: .40;
}

.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: #fff;
  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: 120px 0 70px;
}

.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, #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;
}

.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;
}

.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: 307px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 14px auto 0;
}

.join-event__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/resources/join-event-img-1.jpg);
  background-size: 100%;
  background-position: center;
  mix-blend-mode: screen;
}

.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: .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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.brand-two__img img {
  width: auto;
  opacity: .50;
  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: .20;
  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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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.0);
}

.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);
}

.testimonial-one__dot-style .swiper-dot-style1 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 15px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid var(--envens-white);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__dot-style .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1.0;
}

.testimonial-one__dot-style .swiper-dot-style1 .swiper-pagination-bullet::before {
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--envens-white);
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.testimonial-one__dot-style .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.testimonial-one__dot-style .swiper-dot-style1 .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}

/*--------------------------------------------------------------
# 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: .60;
}

.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.050em;
  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: #fff;
}

.blog-two__read-more:hover {
  color: var(--envens-base);
}

.blog-two__comment {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  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: #fff;
}

.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.050em;
  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: #fff;
}

.blog-two__read-more-2:hover {
  color: var(--envens-base);
}

.blog-two__comment-2 {
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
  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: #fff;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 25px 0 20px;
}

.about-three__left {
  position: relative;
  display: block;
}

.about-three__left .section-title {
  margin-bottom: 30px;
}

.about-three__text {
  position: relative;
  display: block;
  margin-bottom: 17px;
  text-align: justify;
}

.about-three__points {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 31px;
}

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-three__points li+li {
  margin-top: 35px;
}

.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-icon-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  margin-left: 0px;
}

.about-three__points li .content:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0px;
  height: 1px;
  background-color: rgba(var(--envens-black-rgb), .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;
}

.about-three__btn-and-user-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 55px;
}

.about-three__user-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-three__user-img {
  position: relative;
  display: block;
  width: 64px;
}

.about-three__user-img img {
  width: 100%;
  border-radius: 50%;
}

.about-three__user-sign {
  position: relative;
  display: block;
}

.about-three__user-sign p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--envens-font-three);
  color: #262638;
}

.about-three__user-sign span {
  position: absolute;
  bottom: -20px;
  right: -48px;
  font-size: 16px;
  font-weight: 500;
  color: #757873;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: -53px;
  margin-right: 8px;
}

.about-three__img {
  position: relative;
  display: block;
  width: 693px;
  height: 628px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/resources/about-three-img-1.jpg);
  background-size: 100%;
  background-position: center;
  mix-blend-mode: screen;
}

.about-three__img img {
  width: 100%;
}

.about-three__experience {
  position: absolute;
  bottom: 0;
  left: 15px;
  padding: 26px 43px 24px;
  z-index: 1;
}

.about-three__experience:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #ff9a9c, #ffffff, #ff9a9c) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.about-three__experience-count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-three__experience-count h3 {
  font-size: 72px;
  font-weight: 600;
  color: var(--envens-base);
  line-height: 72px;
}

.about-three__experience-count span {
  position: relative;
  display: inline-block;
  font-size: 44px;
  color: var(--envens-base);
  top: -21px;
}

.about-three__experience-count p {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "Poppins", serif;
  color: var(--envens-base);
  line-height: 30px;
  font-weight: 500;
  margin-left: 10px;
  top: 12px;
}

.about-three__experience-text {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-family: "Poppins", serif;
  color: var(--envens-black);
  line-height: 30px;
  font-weight: 500;
  margin-top: 9px;
}

/*--------------------------------------------------------------
# Countdown Two
--------------------------------------------------------------*/
.countdown-two {
  position: relative;
  display: block;
  z-index: 3;
}

.countdown-two__inner {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 19px 75px 19px;
  border-radius: 60px;
  overflow: hidden;
  z-index: 1;
}

.countdown-two__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .10;
  z-index: -1;
}

.countdown-two__countdown-timer-box {
  position: relative;
  display: block;
}

.countdown-two__countdown-timer-box .time-countdown-three {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.countdown-two__countdown-timer-box li {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}

.countdown-two__countdown-timer-box li:before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: -90px;
  width: 5px;
  border: 2px solid var(--envens-base);
  border-radius: 2px;
}

.countdown-two__countdown-timer-box li:first-child:before {
  display: none;
}

.countdown-two__countdown-timer-box li .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 222px;
  width: 162px;
  border: 2px dashed #8a8f8d;
  margin: 0 auto 0;
  border-radius: 36px;
  text-align: center;
}

.countdown-two__countdown-timer-box li span.days,
.countdown-two__countdown-timer-box li span.hours,
.countdown-two__countdown-timer-box li span.minutes,
.countdown-two__countdown-timer-box li span.seconds {
  position: relative;
  display: block;
  width: 124px;
  height: 121px;
  color: var(--envens-white);
  font-size: 45px;
  line-height: 100px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", serif;
  margin: 0 auto;
}

.countdown-two__countdown-timer-box li span.timeRef {
  position: relative;
  display: block;
  color: var(--envens-white);
  font-size: 24px;
  line-height: 0px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", serif;
  text-transform: capitalize;
  margin-top: 20px;
}

.countdown-two__countdown-timer-box li span.days::before,
.countdown-two__countdown-timer-box li span.hours::before,
.countdown-two__countdown-timer-box li span.minutes::before,
.countdown-two__countdown-timer-box li span.seconds::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  width: 124px;
  height: 121px;
  background-image: urL(../images/shapes/countdown-two-shape-1.png);
  opacity: .10;
  visibility: visible;
  background-repeat: no-repeat;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.countdown-two__countdown-timer-box li:hover span.days::before,
.countdown-two__countdown-timer-box li:hover span.hours::before,
.countdown-two__countdown-timer-box li:hover span.minutes::before,
.countdown-two__countdown-timer-box li:hover span.seconds::before {
  opacity: 0;
  visibility: hidden;
}

.countdown-two__countdown-timer-box li span.days::after,
.countdown-two__countdown-timer-box li span.hours::after,
.countdown-two__countdown-timer-box li span.minutes::after,
.countdown-two__countdown-timer-box li span.seconds::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  width: 124px;
  height: 121px;
  background-image: urL(../images/shapes/countdown-two-shape-2.png);
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.countdown-two__countdown-timer-box li:hover span.days::after,
.countdown-two__countdown-timer-box li:hover span.hours::after,
.countdown-two__countdown-timer-box li:hover span.minutes::after,
.countdown-two__countdown-timer-box li:hover span.seconds::after {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  counter-reset: count;
  margin-top: -140px;
  z-index: 1;
}

.feature-two__wrap {
  position: relative;
  display: block;
  /* max-width: 1700px; */
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 70px;
  /* background-color: #f5f6f7; */
  overflow: hidden;
  z-index: 1;
  margin-top: 70px;
}

.feature-two__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: .10;
  z-index: -1;
}

.feature-two__shape-1 {
  position: absolute;
  bottom: -10px;
  right: -58px;
  opacity: .10;
}

.feature-two__shape-1 img {
  width: auto;
}

.feature-two__shape-2 {
  position: absolute;
  bottom: -50px;
  left: 0px;
  opacity: .15;
}

.feature-two__shape-2 img {
  width: auto;
}

.feature-two__shape-3 {
  position: absolute;
  bottom: -90px;
  left: 190px;
  opacity: .35;
}

.feature-two__shape-3 img {
  width: auto;
}

.feature-two__shape-4 {
  position: absolute;
  top: 30px;
  left: 35px;
  opacity: .30;
}

.feature-two__shape-4 img {
  width: auto;
}

.feature-two__single {
  position: relative;
  display: block;
  background-color: var(--envens-white);
  border-radius: 50px;
  padding: 26px 30px 12px;
  margin-bottom: 6px;
  z-index: 1;
}

.feature-two__single:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  border: 2px solid transparent;
  border-radius: 50px;
  background: linear-gradient(-85deg, #81baf0, #ffffff, #81baf0) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.feature-two__single:hover:after {
  opacity: 1;
}

.feature-two__img {
  position: relative;
  display: block;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 19px;
}

.feature-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--envens-black);
  opacity: 0;
  border-bottom-right-radius: 100px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.feature-two__single:hover .feature-two__img::before {
  opacity: .50;
}

.feature-two__img img {
  width: 100%;
  border-bottom-right-radius: 100px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.feature-two__single:hover .feature-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.feature-two__content {
  position: relative;
  display: block;
  margin-top: 14px;
}

.feature-two__title {
      font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}

.feature-two__title a {
  color: var(--envens-black);
}

.feature-two__title a:hover {
  color: var(--envens-base);
}

.feature-two__icon-and-text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 9px;
  margin-bottom: 5px;
}

.feature-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  background-color: var(--envens-base);
  border-radius: 8px;
}

.feature-two__icon span {
     position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: var(--envens-white);
    transition: all 500mslinear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.feature-two__single:hover .feature-two__icon span {
  transform: scale(.9);
}

.feature-two__text {
     position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.feature-two__btn-box {
  position: relative;
  display: block;
}

.feature-two__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.075em;
}

.feature-two__btn:before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 66px;
  height: 1px;
  background-color: rgba(var(--envens-black-rgb), .30);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__btn:hover:before {
  background-color: rgba(var(--envens-base-rgb), 1);
}

.feature-two__btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  width: 66px;
  border: 1px solid rgba(var(--envens-black-rgb), .30);
  border-radius: 50%;
  font-size: 30px;
  color: #0281f6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__btn:hover {
  color: var(--envens-base);
}

.feature-two__btn:hover span {
  border: 1px solid rgba(var(--envens-base-rgb), 1);
  color: var(--envens-base);
}

.feature-two__count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  bottom: 31px;
  right: 33px;
}

.feature-two__count:before {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  font-family: "Poppins", serif;
  counter-increment: count;
  content: "0"counter(count);
  color: transparent;
  background-image: url(../images/backgrounds/feature-two-count-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*--------------------------------------------------------------
# Events Three
--------------------------------------------------------------*/
.events-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.events-three__main-tab-box {
  position: relative;
  display: block;
}

.events-three__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.5px;
}

.events-three__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 0.5px;
}

.events-three__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0;
}

.events-three__main-tab-box .tab-buttons .tab-btn .events-three__tab-btn-content {
  border: 1px solid #e5e7e8;
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 13px 60px 12px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  transition: all 0.3s ease;
  z-index: 1;
}

.events-three__main-tab-box .tab-buttons .tab-btn.active-btn .events-three__tab-btn-content {
  border: 1px solid var(--envens-base);
}

.events-three__main-tab-box .tab-buttons .tab-btn .events-three__tab-btn-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--envens-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.events-three__main-tab-box .tab-buttons .tab-btn.active-btn .events-three__tab-btn-content:before {
  height: 100%;
}

.events-three__main-tab-box .tab-buttons .tab-btn .events-three__tab-btn-content::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 18px solid var(--envens-base);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.events-three__main-tab-box .tab-buttons .tab-btn.active-btn .events-three__tab-btn-content::after {
  opacity: 1;
}

.tab-btn .events-three__tab-btn-content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: var(--envens-base);
  margin-bottom: 4px;
  transition: all 0.3s ease;
}

.events-three__main-tab-box .tab-buttons .tab-btn.active-btn .events-three__tab-btn-content p {
  color: var(--envens-white);
}

.tab-btn .events-three__tab-btn-content h3 {
     font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    transition: all 0.3sease;
}

.events-three__main-tab-box .tab-buttons .tab-btn.active-btn .events-three__tab-btn-content h3 {
  color: var(--envens-white);
}

.tab-btn .events-three__tab-btn-content h3 span {
  position: relative;
  font-size: 25px;
  top: -16px;
  margin-right: 12px;
  margin-left: 4px;
  transition: all 0.3s ease;
}

.events-three__main-tab-box .tab-buttons .tab-btn.active-btn .events-three__tab-btn-content h3 span {
  color: var(--envens-white);
}

.events-three__main-tab-box .tabs-content {
  position: relative;
  display: block;
  margin-top: 15px;
}

.events-three__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;
}

.events-three__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.events-three__main-content-box {
  position: relative;
  display: block;
}

.events-three__content-list {
  position: relative;
  display: block;
}

.events-three__content-single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 30px 18px;
  margin-bottom: 30px;
  border-radius: 30px;
  z-index: 1;
}

.events-three__content-single:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #ff9a9c, #ffffff, #ff9a9c) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.events-three__content-left {
  position: relative;
  display: flex;
  align-items: center;
}

.events-three__content-img {
  position: relative;
  display: block;
  width: 150px;
}

.events-three__content-img img {
  width: 100%;
}

.events-three__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.events-three__video-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;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: var(--envens-white);
  background-color: var(--envens-base);
  border-radius: 50%;
  margin: 0 auto 0;
  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;
}

.events-three__video-icon:hover {
  background-color: var(--envens-white);
  color: var(--envens-base);
}

.events-three__video-link .ripple,
.events-three__video-icon .ripple:before,
.events-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--envens-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--envens-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--envens-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--envens-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.events-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.events-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.events-three__content-user {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.events-three__content-user-img {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.events-three__content-user-img img {
  width: 100%;
  border-radius: 50%;
}

.events-three__content-user-info {
  position: relative;
  display: block;
  margin-left: 20px;
}

.events-three__content-user-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 4px;
}

.events-three__content-user-sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--envens-base);
  line-height: 20px;
}

.events-three__content-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.events-three__content-right-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
  margin-right: 90px;
}

.events-three__content-right-content:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -30px;
  bottom: -16px;
  width: 1px;
  background-color: rgba(var(--envens-black-rgb), .15);
}

.events-three__content-right-content:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -30px;
  bottom: -16px;
  width: 1px;
  background-color: rgba(var(--envens-black-rgb), .15);
}

.events-three__content-right-content-left {
  position: relative;
  display: block;
}

.events-three__content-right-content-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 13px;
}

.events-three__content-right-content-title a {
  color: var(--envens-black);
}

.events-three__content-right-content-title a:hover {
  color: var(--envens-base);
}

.events-three__content-right-content-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.events-three__content-right-content-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.events-three__content-right-content-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.events-three__content-right-content-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--envens-base);
}

.events-three__content-right-content-list li .text {
  position: relative;
  display: block;
}

.events-three__content-right-content-list li .text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.050em;
}

.events-three__content-right-content-right {
  position: relative;
  display: block;
}

.events-three__content-right-content-title-two {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 9px;
}

.events-three__content-right-content-time {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.events-three__content-right-content-time .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.events-three__content-right-content-time .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--envens-base);
}

.events-three__content-right-content-time .text {
  position: relative;
  display: block;
}

.events-three__content-right-content-time .text p {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.events-three__btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.team-three__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: .12;
  z-index: -1;
}

.team-three__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.team-three__top-left {
  position: relative;
  display: block;
}

.team-three__top-left .section-title {
  margin-bottom: 0;
}

.team-three__top-left .section-title__tagline {
  color: var(--envens-white);
}

.team-three__top-left .section-title__title {
  color: var(--envens-white);
}

.team-three__top-right {
  position: relative;
  display: block;
}

.team-three__nav {
  position: relative;
  display: flex;
  align-items: center;
}

.team-three__nav .swiper-button-prev1,
.team-three__nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: rgba(var(--envens-white-rgb), .15);
  border: 2px solid rgba(var(--envens-white-rgb), .15);
  font-size: 20px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.team-three__nav .swiper-button-prev1:hover,
.team-three__nav .swiper-button-next1:hover {
  color: rgba(var(--envens-white-rgb), 1);
  border: 2px solid rgba(var(--envens-white-rgb), 1);
}

.team-three__nav .swiper-button-next1 {
  margin-right: 15px;
}

.team-three__bottom {
  position: relative;
  display: block;
}

.team-three__single {
  position: relative;
  display: block;
}

.team-three__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-three__img {
  position: relative;
  display: block;
  margin-right: 24px;
  overflow: hidden;
  border-top-right-radius: 150px;
  clip-path: polygon(50% 0%, 75% 0, 100% 0, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0 0, 17% 1%);
  z-index: 1;
}

.team-three__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;
}

.team-three__single:hover .team-three__img::before {
  opacity: .50;
}

.team-three__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-three__single:hover .team-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-three__share-and-social {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.team-three__share {
  position: relative;
  display: inline-block;
}

.team-three__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--envens-base);
  font-size: 18px;
  color: var(--envens-white);
  z-index: 1;
}

.team-three__share a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--envens-black);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.team-three__share-and-social:hover .team-three__share a::before {
  transform: scaleY(1.0);
}

.team-three__social {
  position: absolute;
  bottom: 0;
  left: 70px;
  gap: 40px;
  display: flex;
  align-items: center;
  background-color: var(--envens-base);
  padding: 21px 35px 21px;
  border-top-right-radius: 45px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: 2;
}

.team-three__share-and-social:hover .team-three__social {
  transform: scaleX(1.0);
}

.team-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  color: var(--envens-white);
}

.team-three__social a:hover {
  color: var(--envens-black);
}

.team-three__content {
  position: absolute;
  bottom: 114px;
  right: -114px;
  background-color: var(--envens-white);
  padding: 20px 85px 15px;
  text-align: center;
  border-radius: 45px;
  transform: rotate(-90deg) translateY(180%);
  transition: transform 1000ms ease;
  z-index: 3;
}

.team-three__single:hover .team-three__content {
  transform: rotate(-90deg) translateY(-10px);
  transition-delay: 500ms;
}

.team-three__sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--envens-base);
  letter-spacing: 0.075em;
  margin-bottom: 11px;
}

.team-three__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.team-three__title a {
  color: var(--envens-black);
}

.team-three__title a:hover {
  color: var(--envens-base);
}

/*--------------------------------------------------------------
# Pricing Two Start
--------------------------------------------------------------*/
.pricing-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-two__single {
  position: relative;
  display: block;
  background-color: rgba(245, 246, 247, 0.8);
  border-radius: 50px;
  padding: 2px 22px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-two__single:hover {
  border-radius: 0;
}

.pricing-two__single:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #ff9a9c, #ffffff, #ff9a9c) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.pricing-two__single:hover:after {
  opacity: 1;
}

.pricing-two__single-inner {
  position: relative;
  display: block;
  background-color: var(--envens-white);
  border-radius: 150px;
  padding: 53px 0 45px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.pricing-two__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 28px;
}

.pricing-two__price-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  height: 150px;
  width: 150px;
  margin: 0 auto 0;
  border: 2px solid #f0f0f1;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-two__single:hover .pricing-two__price-box {
  border: 2px solid var(--envens-base);
  background-color: var(--envens-base);
}

.pricing-two__price-box h2 {
  font-size: 50px;
  font-weight: 500;
  color: var(--envens-base);
  line-height: 42px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__price-box h2 span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-black);
  font-family: "Poppins", serif;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__price-box h2 {
  color: var(--envens-white);
}

.pricing-two__single:hover .pricing-two__price-box h2 span {
  color: var(--envens-white);
}

.pricing-two__price-box p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: var(--envens-black);
  letter-spacing: 0.025em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__price-box p {
  color: var(--envens-white);
}

.pricing-two__points {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 41px;
}

.pricing-two__points li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pricing-two__points li+li {
  margin-top: 21px;
}

.pricing-two__points li .icon {
  position: relative;
  display: block;
  height: 6px;
  width: 6px;
  background-color: var(--envens-base);
  transform: rotate(45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__single:hover .pricing-two__points li .icon {
  background-color: #0281f6;
}

.pricing-two__btn-box {
  position: relative;
  display: block;
}

.pricing-two__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: var(--envens-black);
  padding: 15px 45px;
  background-color: var(--envens-white);
  z-index: 1;
}

.pricing-two__btn:hover {
  color: var(--envens-white);
  background-color: var(--envens-base);
}

.pricing-two__btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #ff9a9c, #ffffff, #ff9a9c) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.pricing-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__shape-1 img {
  width: auto;
}

.pricing-two__single:hover .pricing-two__shape-1 {
  opacity: 0;
}

.pricing-two__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-two__shape-2 img {
  width: auto;
}

.pricing-two__single:hover .pricing-two__shape-2 {
  opacity: 1;
}

.pricing-two__popular {
  position: absolute;
  top: 165px;
  right: -50px;
  background-color: var(--envens-base);
  padding: 13px 28px 13px;
  transform: rotate(-90deg) translateY(180%);
  transition: transform 1000ms ease;
  z-index: 2;
}

.pricing-two__popular p {
  font-size: 18px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 18px;
  letter-spacing: 0.2em;
}

.pricing-two__single:hover .pricing-two__popular {
  transform: rotate(-90deg) translateY(0px);
}

/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/
.gallery-two {
  position: relative;
  display: block;
  padding: 0 0 110px;
  z-index: 1;
}

.gallery-two__top {
  position: relative;
  display: block;
}

.gallery-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.gallery-two__top-inner .section-title {
  margin-bottom: 0;
}

.gallery-two__btn-box {
  position: relative;
  display: block;
}

.gallery-two__bottom {
  position: relative;
  display: block;
}

.gallery-two__bottom .container {
  max-width: 1572px;
}

.gallery-two__bottom .row {
  --bs-gutter-x: 10px;
}

.gallery-two__single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.gallery-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.gallery-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;
}

.gallery-two__single:hover .gallery-two__img::before {
  opacity: .40;
}

.gallery-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.gallery-two__single:hover .gallery-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.gallery-two__content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--envens-base);
  border-radius: 50px;
  height: 270px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  transform: translateY(-80%) translateX(-50%);
  overflow: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.gallery-two__content-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .54;
  z-index: -1;
}

.gallery-two__single:hover .gallery-two__content {
  visibility: visible;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  transition-delay: 500ms;
}

.gallery-two__zoom-and-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 42px;
}

.gallery-two__zoom-and-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid var(--envens-white);
  font-size: 20px;
  color: var(--envens-white);
}

.gallery-two__zoom-and-link a:hover {
  background-color: var(--envens-white);
  color: var(--envens-base);
}

.gallery-two__content-text {
  position: relative;
  display: block;
}

.gallery-two__content-text:before {
  content: "";
  position: absolute;
  top: -17px;
  left: -20px;
  right: -20px;
  height: 1px;
  background-color: rgba(var(--envens-white-rgb), .50);
}

.gallery-two__content-text p {
  font-size: 16px;
  color: var(--envens-white);
  font-weight: 500;
  margin-bottom: 4px;
}

.gallery-two__content-text h5 {
  font-size: 20px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 25px;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  position: relative;
  display: block;
  padding: 0 0 13px;
  z-index: 1;
background: linear-gradient(#ffffff59, #ffffffa1), url(https://cdn.ymaws.com/isth.site-ym.com/resource/resmgr/2023_redesign/images/testimonialbg.jpg);
    background-size: cover;
    background-position: center;    background-attachment: fixed;
}

.brand-three__wrap {
  position: relative;
  display: block;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px 0 10px;
  /* 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: .10;
}

.brand-three__shape-1 img {
  width: auto;
}

.brand-three__shape-2 {
  position: absolute;
  bottom: -345px;
  left: 0px;
  opacity: .15;
}

.brand-three__shape-2 img {
  width: auto;
}

.brand-three__shape-3 {
  position: absolute;
  bottom: -380px;
  left: 190px;
  opacity: .20;
}

.brand-three__shape-3 img {
  width: auto;
}

.brand-three__shape-4 {
  position: absolute;
  bottom: -60px;
  left: 35px;
  opacity: .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), .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.0) 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: .90;
}

.brand-three__list--two {
  justify-content: center;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  /* background-color: #052234; */
  padding: 29px 0 40px;
  z-index: 1;
}

.testimonial-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: .12;
  z-index: -1;
}

.testimonial-two__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.testimonial-two__top .section-title {
  margin-bottom: 0;
}

.testimonial-two__top .section-title__tagline {
  color: var(--envens-white);
}

.testimonial-two__top .section-title__title {
  color: var(--envens-white);
}

.testimonial-two__nav {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__nav .swiper-button-prev1,
.testimonial-two__nav .swiper-button-next1 {
     position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: rgb(255 255 255);
    border: 2px solid rgb(255 255 255);
    font-size: 20px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500msease;
    z-index: 100;
    background: #092c43;
}

.testimonial-two__nav .swiper-button-prev1:hover,
.testimonial-two__nav .swiper-button-next1:hover {
  color: rgba(var(--envens-white-rgb), 1);
  border: 2px solid rgba(var(--envens-white-rgb), 1);
}

.testimonial-two__nav .swiper-button-next1 {
  margin-right: 15px;
}

.testimonial-two__bottom {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
}

.testimonial-two__client-info {
  background: #ff3639;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* background-color: var(--envens-white); */
  border: 5px solid #ededef;
  border-top-left-radius: 40px;
  border-right: 0;
  padding: 10px 25px 10px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  z-index: 2;
}

.testimonial-two__client-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 40px;
  background-color: #ff3639;
  transform: scaleY(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.testimonial-two__single:hover .testimonial-two__client-info:before {
  transform: scaleY(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__client-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.testimonial-two__client-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
}

.testimonial-two__client-name a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__client-name a {
  color: var(--envens-white);
}

.testimonial-two__client-sub-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__client-sub-title {
  color: var(--envens-white);
}

.testimonial-two__content {
    position: relative;
    display: block;
    background-color: var(--envens-white);
    padding: 7px 24px 11px;
    margin-top: -60px;
}

.testimonial-two__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #d8d8d8;
    -webkit-transition: all 500msease;
    transition: all 500msease;
    left: 20px;
}

.testimonial-two__single:hover .testimonial-two__icon span {
  color: var(--envens-base);
}

.testimonial-two__text {
  margin-top: 21px;
  margin-bottom: 20px;
}

.testimonial-two__rating-box {
  position: relative;
  display: block;
}

.testimonial-two__rating {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.testimonial-two__rating span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-base);
}

.testimonial-two__rating-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.050em;
  margin-top: 4px;
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding: 0px 0px 40px;
  z-index: 1;
}

.conf-card {
  position: relative;
  display: block;
  padding: 1px 0 15px;
  margin-bottom: 25px;
  z-index: 1;
}

.conf-card:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid rgba(50, 52, 59, .25);
  border-bottom-right-radius: 44px;
  z-index: -1;
}

.conf-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 11px;
    border-top-left-radius: 100px;
    z-index: 1;
    margin-top: 11px;
    margin-right: 15px;
}

.conf-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;
}

.conf-card:hover .conf-img::before {
  opacity: .50;
}

.conf-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.conf-card:hover .conf-img img {
  transform: scale(1.05) rotate(0deg);
}

.conf-date {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 9px;
  margin-bottom: 4px;
}

.conff {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--envens-base);
  padding: 7px 6px 7px;
}

.conff p {
  font-size: 14px;
  font-weight: 500;
  color: var(--envens-white);
  line-height: 14px;
}

.conf-tag {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.conf-tag-border {
  position: relative;
  display: block;
  width: 23px;
  height: 2px;
  background-color: var(--envens-base);
}

.conf-tag-text {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 15px;
}

.blog-three__title {
  font-size: 15px;
  line-height: 30px;
  margin-left: 19px;
  font-family: 'Roboto';
  font-weight: 400;
}

.blog-three__title a {
  color: var(--envens-black);
}

.blog-three__title a:hover {
  color: var(--envens-base);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: #092c43;
  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: .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: .20;
}

.site-footer-two__top-shape-2 {
  position: absolute;
  bottom: -115px;
  left: 0;
  opacity: .50;
  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: .50;
  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: 55px 0 11px;
}

.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: 22px;
}

.footer-widget-two__title {
  font-size: 20px;
  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: 10px;
}

.footer-widget-two__link-list li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
}

.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), .30);
  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: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .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), .90);
  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: 0px;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--envens-white-rgb), .15);
}

.site-footer-two__bottom-inner {
 padding: 20px 0 20px;
    text-align: center;
}

.site-footer-two__bottom-text {
  font-size: 17px;
  color: var(--envens-white);
}

.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__shape-1 {
  position: absolute;
  left: -30px;
  bottom: -308px;
  animation: leftRight 4s ease-in-out infinite;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__shape-2 {
  position: absolute;
  top: 143px;
  right: 0;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.page-header__shape-2 img {
  width: auto;
}

.page-header__shape-3 {
  position: absolute;
  top: -59px;
  left: 60%;
  transform: translateX(-60%);
  -webkit-animation-name: float-bob-y-3;
  animation-name: float-bob-y-3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: -1;
}

.page-header__shape-3 img {
  width: auto;
  opacity: .37;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .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: "Poppins", serif;
  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
--------------------------------------------------------------*/
.quick-contact {
  position: relative;
  display: block;
  padding: 50px 0 50px;
  z-index: 1;
}

.quick-contact__single {
  position: relative;
  display: block;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(18, 18, 18, 0.08);
  padding: 33px 30px 38px;
  margin-bottom: 30px;
  z-index: 1;
}

.quick-contact__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  background-color: var(--envens-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.quick-contact__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.quick-contact__title {
     font-size: 21px;
    color: #063555;
    font-weight: 600;
    line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quick-contact__single:hover .quick-contact__title {
  color: var(--envens-white);
}

.quick-contact__text {
  color: #000;
    font-size: 14px;
  line-height: 26px;
  margin-bottom: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quick-contact__single:hover .quick-contact__text {
  color: var(--envens-white);
}

.quick-contact__contact-list {
  position: relative;
  display: block;
}

.quick-contact__contact-list>p {
  font-weight: 500;
  color: #000;
  line-height: 26px;
}

.quick-contact__single:hover .quick-contact__contact-list>p {
  color: var(--envens-white);
}

.quick-contact__contact-list>p>a {
  color: #000;
}

.quick-contact__single:hover .quick-contact__contact-list>p>a {
  color: var(--envens-white);
}

.quick-contact__icon {
  position: absolute;
  top: -20px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 80px;
  background-color: var(--envens-base);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quick-contact__single:hover .quick-contact__icon {
  background-color: var(--envens-black);
}

.quick-contact__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  border-top: 20px solid transparent;
  border-right: 16px solid var(--envens-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.quick-contact__single:hover .quick-contact__icon::before {
  border-right: 16px solid var(--envens-black);
}

.quick-contact__icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--envens-white);
}

/*--------------------------------------------------------------
# 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;
    box-shadow: 0px 6px 30px rgb(47 65 129 / 12%);
    padding: 26px 40px 50px;
    border-radius: 30px;
    z-index: 1;
}

.contact-two__form-img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .30;
  z-index: -1;
}

.contact-two__form-img img {
  width: auto;
}

.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;
    border: 1px solid #bebebe;
    background-color: rgb(255 255 255);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    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), .20);
  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.030em;
  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__input-box-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.contact-two__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--envens-white);
}

.contact-page__input-box textarea {
     color: #000;
    font-weight: 500;
    font-size: 16px;
    height: 65px;
    padding: 12px 30px 30px;
    width: 100%;
    background-color: rgb(255 255 255);
    outline: none;
    margin-bottom: 0;
    border-radius: 15px;
    border: 1px solid #bebebe;
}

.contact-page__input-box.text-message-box {
  height: auto;
  margin-bottom: 30px;
}

.contact-two__btn-box {
  position: relative;
  display: block;
}

.contact-two__btn {
     border: none;
    background-color: var(--envens-base);
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 10px 26px 10px;
    border-radius: 32px;
}

.contact-two__btn:hover {
  color: var(--envens-base);
}

.contact-two__btn::after {
  background-color: var(--envens-white);
}

/* Date Picker Css Start */

#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--envens-black);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--envens-base) none repeat scroll 0 0;
  border: 2px solid var(--envens-base);
  border-radius: 0;
  color: var(--envens-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--envens-base);
  color: #fff;
  border-color: var(--envens-base);
}

#ui-datepicker-div.ui-widget {
  font-family: "Poppins", serif;
}

#ptTimeSelectCntr .ui-widget {
  font-family: "Poppins", serif;
}

/* Date Picker Css End */

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
  display: block;
  margin-top: -10px;
}

.sidebar__single+.sidebar__single {
  margin-top: 60px;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding-left: 45px;
  margin-bottom: 31px;
}

.sidebar__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 30px;
  height: 3px;
  background-color: var(--envens-base);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: transparent;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  font-size: 16px;
  font-weight: 500;
  height: 65px;
  width: 100%;
  padding-left: 30px;
  padding-right: 75px;
  color: #fff;
  border-radius: 0px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--envens-black);
  font-size: 21px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 70px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category {
  position: relative;
  display: block;
}

.blog-details__catagories-list {
  position: relative;
  display: block;
}

.blog-details__catagories-list li {
  position: relative;
  display: block;
}

.blog-details__catagories-list li+li {
  margin-top: 15px;
}

.blog-details__catagories-list li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.04em;
  color: var(--envens-black);
  padding: 16px 30px 17px;
  font-family: "Poppins", serif;
}

.blog-details__catagories-list li:hover a {
  color: var(--envens-white);
}

.blog-details__catagories-list li.active a {
  color: var(--envens-white);
}

.blog-details__catagories-list li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--envens-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.blog-details__catagories-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.blog-details__catagories-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.blog-details__catagories-list li>a>span {
  color: var(--envens-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__catagories-list li:hover a>span {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.blog-details__catagories-list li.active a>span {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.sidebar__post {
  position: relative;
  display: block;
}

.sidebar__post-list {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  padding: 29px 29px 29px;
}

.sidebar__post-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar__post-list li+li {
  margin-top: 25px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

.sidebar__post-image img {
  width: 100%;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sidebar__post-content h3>a {
  color: var(--envens-black);
}

.sidebar__post-content h3>a:hover {
  color: var(--envens-base);
}

.sidebar__post-content-date {
  font-size: 12px;
}

.sidebar__tags {
  position: relative;
  display: block;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  padding: 34px 34px 34px;
}

.sidebar__tags-list>a {
  position: relative;
  font-size: 16px;
  color: var(--envens-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 10px 24px 12px;
  margin-left: 6px;
  font-weight: 400;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  overflow: hidden;
  z-index: 1;
}

.sidebar__tags-list>a+a {
  margin-left: 6px;
  margin-top: 1px;
}

.sidebar__tags-list>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--envens-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.sidebar__tags-list>a:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__tags-list a:hover {
  color: var(--envens-white);
}

/*--------------------------------------------------------------
# Blog Details   
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__right {
  position: relative;
  display: block;
  margin-left: 22px;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 32px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.blog-details__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-details__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--envens-base);
}

.blog-details__meta li a {
  color: #a49ea0;
}

.blog-details__meta li a:hover {
  color: var(--envens-base);
}

.blog-details__title-1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 22px;
}

.blog-details__text-1 {
  color: #a49ea0;
}

.blog-details__quote-and-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 23px;
  margin-bottom: 21px;
}

.blog-details__quote {
  position: relative;
  display: inline-block;
  top: 5px;
}

.blog-details__quote>span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #32343b;
}

.blog-details__quote-text {
  color: #a49ea0;
}

.blog-details__points {
  position: relative;
  display: block;
}

.blog-details__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__points-shape {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bfc2c3;
  border-radius: 50%;
}

.blog-details__points li>p {
  color: #a49ea0;
}

.blog-details__points li+li {
  margin-top: 16px;
}

.blog-details__quote-text-2 {
  color: #a49ea0;
  margin-top: 26px;
  margin-bottom: 34px;
}

.blog-details__social-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}

.blog-details__social-box>p {
  font-weight: 500;
  font-family: "Poppins", serif;
  color: var(--envens-black);
}

.blog-details__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.blog-details__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 16px;
  color: var(--envens-black);
}

.blog-details__social>a:hover {
  color: var(--envens-white);
  background-color: var(--envens-base);
}

.comment-one {
  position: relative;
  display: block;
  margin-top: 33px;
}

.comment-one__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.05em;
  margin-bottom: 36px;
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.comment-one__single+.comment-one__single {
  margin-top: 26px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 100px;
  width: 100%;
  top: -10px;
}

.comment-one__image img {
  width: 100%;
}

.comment-one__content {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--envens-black-rgb), .12);
  padding-bottom: 29px;
}

.comment-one__single-2 {
  margin-left: 130px;
}

.comment-one__single-3 .comment-one__content {
  border-bottom: 0;
}

.comment-one__content>h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.comment-one__content>p {
  margin-top: 8px;
  margin-bottom: 11px;
  color: #a49ea0;
}

.comment-one__date-and-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.comment-one__date {
  font-weight: 500;
  color: var(--envens-black);
}

.comment-one__btn {
  font-weight: 500;
}

.comment-one__btn:hover {
  color: var(--envens-black);
}

.comment-form__form-inner {
  position: relative;
  display: block;
  margin-top: 15px;
}

.comment-form__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 33px;
}

.comment-form__form {
  position: relative;
  display: block;
}

.comment-form__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"] {
  height: 65px;
  width: 100%;
  background-color: transparent;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
  font-weight: 500;
  color: #a49ea0;
  display: block;
  letter-spacing: 0.030em;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
}

.comment-form__input-box textarea {
  color: #a49ea0;
  height: 150px;
  width: 100%;
  padding: 20px 25px 30px;
  border: none;
  outline: none;
  letter-spacing: 0.030em;
  background-color: transparent;
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  margin-bottom: 0;
}

.comment-form__btn {
  position: relative;
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.075em;
  background-color: transparent;
  padding: 17px 32px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.comment-form__btn:hover {
  color: var(--envens-white);
}

.comment-form__btn:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #9dcefb, #ffffff, #9dcefb) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.comment-form__btn:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  background-color: var(--envens-base);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  z-index: -1;
}

.comment-form__btn:hover:before {
  bottom: -50%;
}

.comment-form__input-box.text-message-box {
  height: 150px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-page__right {
  position: relative;
  display: block;
  margin-left: 22px;
}

.blog-page__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.blog-page__img {
  position: relative;
  display: block;
}

.blog-page__img img {
  width: 100%;
}

.blog-page__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--envens-base);
  padding: 7px 22px 7px;
}

.blog-page__date>p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--envens-white);
}

.blog-page__content {
  position: relative;
  display: block;
  margin-top: 32px;
}

.blog-page__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}

.blog-page__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-page__meta li .icon {
  position: relative;
  display: inline-block;
}

.blog-page__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--envens-base);
}

.blog-page__meta li a {
  color: #a49ea0;
}

.blog-page__meta li a:hover {
  color: var(--envens-base);
}

.blog-page__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 22px;
}

.blog-page__title a {
  color: var(--envens-black);
}

.blog-page__title a:hover {
  color: var(--envens-base);
}

.blog-page__text-2 {
  margin-top: 18px;
  margin-bottom: 30px;
}

.blog-page__btn-box {
  position: relative;
  display: inline-block;
}

.blog-page__btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  letter-spacing: 0.075em;
  color: var(--envens-black);
  padding: 11px 39px 10px;
  z-index: 1;
}

.blog-page__btn:hover {
  color: var(--envens-base);
}

.blog-page__btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border: 2px solid transparent;
  background: linear-gradient(-85deg, #9fcffb, #ffffff, #9fcffb) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.blog-page__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;
}

.blog-page__btn:hover {
  color: var(--envens-white);
}

.blog-page__btn:hover::after {
  bottom: -50%;
}

.blog-page__pagination {
  position: relative;
  display: block;
  padding-top: 30px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 16px;
}

.blog-page__pagination .pg-pagination li a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: var(--envens-black);
  border: 1px solid rgba(var(--envens-black-rgb), .12);
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins", serif;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--envens-base);
  color: var(--envens-white);
  border: 1px solid var(--envens-base);
}

/*--------------------------------------------------------------
# FAQ page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-page__left {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  padding: 13px 60px 60px;
  margin-right: 72px;
}

.faq-page__left .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__left .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 23px 0px 24px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__left .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.04em;
  color: var(--envens-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__left .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-page__left .faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  color: var(--envens-base);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--envens-base);
}

.faq-page__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
}

.faq-page__left .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 32px;
}

.faq-page__left .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: #888888;
  line-height: 30px;
}

.faq-page__right {
  position: relative;
  display: block;
}

.faq-page__solution-box {
  position: relative;
  display: block;
  background-color: var(--envens-base);
  padding: 58px 30px 83px;
  border-radius: 20px;
}

.faq-page__solution-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: var(--envens-white);
  margin-bottom: 30px;
}

.faq-page__form {
  position: relative;
  display: block;
}

.faq-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.faq-page__input-box input[type="text"],
.faq-page__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--envens-white);
  display: block;
  font-weight: 400;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid rgba(var(--envens-white-rgb), .20);
}

.faq-page__input-box textarea {
  font-size: 16px;
  color: var(--envens-white);
  display: block;
  font-weight: 400;
  height: 150px;
  width: 100%;
  background-color: transparent;
  padding: 20px 30px 30px;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid rgba(var(--envens-white-rgb), .20);
}

.faq-page__input-box .select-box {
  width: 100%;
}

.faq-page__input-box .nice-select {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  display: block;
  font-weight: 400;
  border-radius: 0px;
  line-height: 60px;
  float: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--envens-white);
  border: 1px solid rgba(var(--envens-white-rgb), .20);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}

.faq-page__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--envens-white);
  border-right: 2px solid var(--envens-white);
  margin-top: 0px;
  z-index: 10;
}

.faq-page__form .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: var(--envens-base) !important;
  background-color: var(--envens-white);
}

.faq-page__btn-box {
  position: relative;
  display: block;
}

.faq-page__btn {
  border: none;
  width: 100%;
  justify-content: center;
  background-color: var(--envens-white);
  font-size: 16px;
  letter-spacing: 0.075em;
  color: var(--envens-black);
}

.faq-page__need-help {
  position: relative;
  display: block;
  margin-top: 70px;
}

.faq-page__need-help-inner {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  margin-right: -40px;
  padding: 52px 60px 54px;
  padding-right: 100px;
}

.faq-page__need-help-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.04em;
}

.faq-page__search-form {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 12px;
}

.faq-page__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--envens-white);
  border: none;
  font-size: 16px;
  font-weight: 500;
  height: 55px;
  width: 100%;
  padding-left: 50px;
  padding-right: 70px;
  color: #fff;
  border-radius: 0px;
}

.faq-page__search-form button[type="submit"] {
  color: var(--envens-black);
  font-size: 21px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__need-help-text {
  color: #888888;
  letter-spacing: -0.02em;
}

.faq-page__need-help-contact {
  position: relative;
  display: block;
  margin-left: 16px;
  background-color: var(--envens-base);
  padding: 52px 150px 60px;
  z-index: 1;
}

.faq-page__need-help-contact-bg {
  position: absolute;
  top: 0;
  left: 88px;
  right: 50px;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

.faq-page__need-help-contact-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: var(--envens-white);
  margin-bottom: 35px;
}

.faq-page__need-help-contact-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.faq-page__need-help-contact-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--envens-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__need-help-contact-box .icon:hover {
  background-color: var(--envens-white);
}

.faq-page__need-help-contact-box .icon>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--envens-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__need-help-contact-box .icon:hover span {
  color: var(--envens-base);
}

.faq-page__need-help-contact-box .content {
  position: relative;
  display: block;
}

.faq-page__need-help-contact-box .content>p {
  font-size: 12px;
  line-height: 16px;
  color: var(--envens-white);
  letter-spacing: -0.02em;
}

.faq-page__need-help-contact-box .content>h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
  font-family: "Poppins", serif;
}

.faq-page__need-help-contact-box .content>h4>a {
  color: var(--envens-white);
}

.faq-page__need-help-contact-box .content>h4>a:hover {
  color: var(--envens-black);
}

/*--------------------------------------------------------------
# Venue Page
--------------------------------------------------------------*/
.venue-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.venue-page__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.venue-page__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.venue-page__venu-box {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  border-radius: 195px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  padding: 123px 50px 50px;
  z-index: 1;
}

.venue-page__venu-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.07;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.venue-page__address-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  color: var(--envens-white);
  margin-bottom: 56px;
}

.venue-page__address {
  position: relative;
  display: block;
  margin-left: 20px;
}

.venue-page__address li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.venue-page__address li:before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -20px;
  right: 70px;
  height: 1px;
  background-color: rgba(var(--envens-white-rgb), .10);
}

.venue-page__address li:last-child:before {
  display: none;
}

.venue-page__address li+li {
  margin-top: 64px;
}

.venue-page__address li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  border: 2px solid rgba(var(--envens-white-rgb), .40);
  border-radius: 50%;
  z-index: 1;
}

.venue-page__address li .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--envens-white);
}

.venue-page__address li .content {
  position: relative;
  display: block;
}

.venue-page__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;
  margin-bottom: 23px;
  letter-spacing: 0.05em;
}

.venue-page__address li .content h4::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--envens-base);
  border-radius: 1px;
}

.venue-page__address li .content p {
  color: var(--envens-white);
  letter-spacing: 0.05em;
}

.venue-page__address-two {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  background-color: rgba(var(--envens-white-rgb), .10);
  padding: 48px 33px 41px;
  border-radius: 95px;
  margin-top: 41px;
}

.venue-page__address-two li {
  position: relative;
  display: block;
}

.venue-page__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-page__address-two li h4:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 4px;
  width: 40px;
  background-color: rgba(var(--envens-white-rgb), .25);
  border-radius: 2px;
}

.venue-page__address-two li p {
  font-weight: 500;
  color: var(--envens-white);
  letter-spacing: 0.050em;
}

.venue-page__address-two li p+p {
  margin-top: 4px;
}

.venue-page__address-two li p a {
  color: var(--envens-white);
}

.venue-page__address-two li p a:hover {
  color: var(--envens-base);
}

/*--------------------------------------------------------------
# Google Map One
--------------------------------------------------------------*/
.google-map-one {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 600px;
  width: 100%;
}

/*--------------------------------------------------------------
# Brand Four
--------------------------------------------------------------*/
.brand-four .brand-three__wrap {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Speaker Single
--------------------------------------------------------------*/
.speaker-single {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.speaker-single__left {
  position: relative;
  display: block;
  margin-left: 127px;
}

.speaker-single__left .section-title {
  margin-bottom: 39px;
}

.speaker-single__info-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 55px;
}

.speaker-single__info-list {
  position: relative;
  display: block
}

.speaker-single__info-list li {
  position: relative;
  display: block
}

.speaker-single__info-list li+li {
  margin-top: 30px;
}

.speaker-single__info-list li>p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Poppins", serif;
  color: var(--envens-black);
}

.speaker-single__info-list li>p>span {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Poppins", serif;
  color: #000;
  position: relative;
  margin-left: 5px;
}

.speaker-single__info-list li>p>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Poppins", serif;
  color: #000;
  position: relative;
  margin-left: 5px;
}

.speaker-single__info-list li>p>a:hover {
  color: var(--envens-base);
}

.speaker-single__contact-us {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 52px;
}

.speaker-single__btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.075em;
  color: var(--envens-black);
}

.speaker-single__btn:hover {
  color: var(--envens-base);
}

.speaker-single__btn::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #a6a6a6;
}

.speaker-single__btn-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  font-size: 28px;
  color: var(--envens-base);
  margin-left: -23px;
}

.speaker-single__right {
  position: relative;
  display: block;
  margin-right: 127px;
  margin-left: 104px;
}

.speaker-single__img-box {
  position: relative;
  display: block;
}

.speaker-single__img {
  position: relative;
  display: block;
  z-index: 1;
}

.speaker-single__img img {
  width: 100%;
  clip-path: polygon(18% 0, 100% 0, 84% 100%, 0% 100%);
}

.speaker-single__img-shape {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: -14px;
  background-color: var(--envens-base);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 15% 100%);
  z-index: -1;
}

.speaker-single__share-and-social {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.speaker-single__share {
  position: relative;
  display: inline-block;
}

.speaker-single__share>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 50px;
  font-size: 16px;
  color: var(--envens-black);
  background-color: var(--envens-white);
}

.speaker-single__share>a:hover {
  color: var(--envens-base);
}

.speaker-single__social {
  position: absolute;
  top: -66px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  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);
}

.speaker-single__share-and-social:hover .speaker-single__social {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.speaker-single__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 50px;
  font-size: 16px;
  color: var(--envens-black);
  background-color: var(--envens-white);
}

.speaker-single__social>a:hover {
  color: var(--envens-base);
}

.speaker-single__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 14px;
  background-color: var(--envens-base);
  border-top: 1px solid #4aa5f8;
  margin-right: 67px;
  padding: 20px 20px 20px;
}

.speaker-single__content>h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.speaker-single__content>h3>a {
  color: var(--envens-white);
}

.speaker-single__content>h3>a:hover {
  color: var(--envens-black);
}

.speaker-single__content>p {
  color: var(--envens-white);
  letter-spacing: 0.05em;
  margin-top: 2px;
}

.speaker-single__bottom {
  position: relative;
  display: block;
  margin-left: 230px;
  margin-right: 230px;
  margin-top: 52px;
}

.speaker-bottom__img-and-content {
  position: relative;
  display: flex;
  align-items: center;
}

.speaker-bottom__img {
  position: relative;
  display: block;
  max-width: 249px;
  width: 100%;
  z-index: 1;
}

.speaker-bottom__img img {
  width: 100%;
}

.speaker-bottom__content {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--envens-black-rgb), .10);
  padding: 41px 91px 42px;
  padding-right: 40px;
  margin-left: -45px;
}

.speaker-bottom__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.speaker-bottom__meta li {
  position: relative;
  display: block;
}

.speaker-bottom__meta li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}

.speaker-bottom__meta li>p>span {
  color: var(--envens-base);
}

.speaker-bottom__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 11px;
  margin-bottom: 10px;
}

.speaker-bottom__client-name {
  font-weight: 500;
  color: var(--envens-base);
  margin-top: 8px;
}

.speaker-bottom__client-name>span {
  color: var(--envens-black);
}

.speaker-bottom__social {
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
}

.speaker-bottom__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: var(--envens-white);
  border-radius: 50%;
  background-color: var(--envens-black);
}

.speaker-bottom__social>a:hover {
  background-color: var(--envens-base);
}

.speaker-bottom__social>a+a {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Schedule List
--------------------------------------------------------------*/
.schedule-list {
  position: relative;
  display: block;
  background-color: var(--envens-black);
  padding: 120px 0 120px;
  z-index: 1;
}

.schedule-list__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .12;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.schedule-list__inner {
  position: relative;
  display: block;
}

.schedule-list__main-tab-content {
  position: relative;
  display: block;
}

.schedule-list__content-inner {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 108px;
}

.schedule-list__content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  background-color: var(--envens-white);
  transform: translateX(-50%);
}

.schedule-list__main-tab-box {
  position: relative;
  display: block;
  max-width: 935px;
  margin: 0 auto;
}

.schedule-list__main-tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 68px;
}

.schedule-list__main-tab-buttons .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.schedule-list__main-tab-buttons .tab-buttons::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--envens-white);
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn+.tab-btn {
  margin-left: 125px;
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  background-color: var(--envens-white);
  padding: 5px 30px 5px;
  border-radius: 3px;
  transition: all 0.3s ease;
  z-index: 1;
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn.active-btn {
  background-color: 1px solid var(--envens-base);
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  border-radius: 3px;
  background-color: var(--envens-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn p {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Poppins", serif;
  color: var(--envens-black);
  text-transform: uppercase;
}

.schedule-list__main-tab-buttons .tab-buttons .tab-btn.active-btn p {
  color: var(--envens-white);
}

.schedule-list__main-tab-content .tabs-content {
  position: relative;
  display: block;
}

.schedule-list__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;
}

.schedule-list__main-tab-content .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.schedule-list__single {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 466px;
  width: 100%;
  border-radius: 4px;
  padding: 12px 48px 12px;
  background-image: -moz-linear-gradient(90deg, rgb(2, 129, 246) 0%, rgb(2, 129, 246) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(2, 129, 246) 0%, rgb(2, 129, 246) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(2, 129, 246) 0%, rgb(2, 129, 246) 100%);
  margin-left: auto;
  margin-bottom: 44px;
}

.schedule-list__single-2 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 90px;

}

.schedule-list__img {
  position: relative;
  display: block;
  max-width: 64px;
  width: 100%;
}

.schedule-list__img>img {
  width: 100%;
  border-radius: 4px;
}

.schedule-list__content {
  position: relative;
  display: block;
  margin-left: 10px;
}

.schedule-list__content>h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--envens-white);
}

.schedule-list__content>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--envens-white);
  margin-top: 5px;
}

.schedule-list__date {
  position: absolute;
  top: 9px;
  left: -72px;
}

.schedule-list__date::before {
  content: "";
  position: absolute;
  top: 0;
  right: -31px;
  width: 24px;
  height: 24px;
  border: 3px solid var(--envens-black);
  background-color: var(--envens-white);
  border-radius: 50%;
}

.schedule-list__single-2 .schedule-list__date::before {
  left: -31px;
}

.schedule-list__single-2 .schedule-list__date {
  left: inherit;
  right: -72px;
}

.schedule-list__single-4 .schedule-list__date {
  left: inherit;
  right: -93px;
}

.schedule-list__single-3 .schedule-list__date {
  left: inherit;
  left: -81px;
}

.schedule-list__single-4 {
  margin-bottom: 0;
}

.schedule-list__date>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--envens-white);
}

.schedule-list__first-half {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 26px;
  background-color: var(--envens-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.schedule-list__first-half>p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--envens-white);
}

.schedule-list__second-half {
  position: absolute;
  top: 44.7%;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 26px;
  background-color: var(--envens-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.schedule-list__second-half>p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--envens-white);
}

.schedule-list__more {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 26px;
  background-color: var(--envens-base);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.schedule-list__more>p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--envens-white);
}

/*--------------------------------------------------------------
# Events Four
--------------------------------------------------------------*/
.events-four .events-three__content-single:after {
  background: linear-gradient(-85deg, #80c0fa, #ffffff, #80c0fa) border-box;
}

/*--------------------------------------------------------------
# Speaker Page
--------------------------------------------------------------*/
.speaker-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.speaker-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.speaker-page__img-box {
  position: relative;
  display: block;
}

.speaker-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 84% 100%, 0% 100%);
  z-index: 1;
}

.speaker-page__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.speaker-page__single:hover .speaker-page__img img {
  transform: scale(1.05) rotate(0deg);
}

.speaker-page__img-shape {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: -14px;
  background-color: var(--envens-base);
  clip-path: polygon(0 0, 86% 0, 100% 100%, 15% 100%);
  z-index: -1;
}

.speaker-page__share-and-social {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.speaker-page__share {
  position: relative;
  display: inline-block;
}

.speaker-page__share>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 50px;
  font-size: 16px;
  color: var(--envens-black);
  background-color: var(--envens-white);
}

.speaker-page__share>a:hover {
  color: var(--envens-base);
}

.speaker-page__social {
  position: absolute;
  top: -66px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  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);
}

.speaker-page__share-and-social:hover .speaker-page__social {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.speaker-page__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 50px;
  font-size: 16px;
  color: var(--envens-black);
  background-color: var(--envens-white);
}

.speaker-page__social>a:hover {
  color: var(--envens-base);
}

.speaker-page__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 14px;
  background-color: var(--envens-base);
  border-top: 1px solid #4aa5f8;
  margin-right: 67px;
  padding: 20px 20px 20px;
}

.speaker-page__content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.speaker-page__content h3 a {
  color: var(--envens-white);
}

.speaker-page__content h3 a:hover {
  color: var(--envens-black);
}

.speaker-page__content p {
  color: var(--envens-white);
  letter-spacing: 0.05em;
  margin-top: 2px;
}

/*--------------------------------------------------------------
# Archives Speakers
--------------------------------------------------------------*/
.archives-speakers {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.archives-speakers__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.archives-speakers__img-box {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  z-index: 1;
}

.archives-speakers__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.archives-speakers__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: rgba(var(--envens-black-rgb), .30);
}

.archives-speakers__single:hover .archives-speakers__img:after {
  opacity: 1
}

.archives-speakers__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.archives-speakers__single:hover .archives-speakers__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.archives-speakers__content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: var(--envens-white);
  text-align: center;
  padding: 29px 0 29px;
  transform: translateY(100%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.archives-speakers__single:hover .archives-speakers__content {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 300ms;
}

.archives-speakers__title-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.archives-speakers__sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 16px;
  margin-bottom: 14px;
}

.archives-speakers__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Poppins", serif;
}

.archives-speakers__title a {
  color: var(--envens-black);
}

.archives-speakers__title a:hover {
  color: var(--envens-base);
}

.archives-speakers__border {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2px;
  width: 100px;
  background-color: rgba(var(--envens-black-rgb), .12);
  margin-bottom: 16px;
}

.archives-speakers__border:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 20px;
  transform: translateX(-50%);
  background-color: var(--envens-base);
}

.archives-speakers__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.archives-speakers__social a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--envens-black);
  font-size: 15px;
}

.archives-speakers__social a:hover {
  color: var(--envens-base);
}

.archives-speakers__pagination {
  position: relative;
  display: block;
  text-align: center;
}

.archives-speakers__pagination .blog-page__pagination {
  padding-top: 70px;
}

/*--------------------------------------------------------------
# Brand Five
--------------------------------------------------------------*/
.brand-five {
  padding: 120px 0 120px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

/*--------------------------------------------------------------
# Pricing Three
--------------------------------------------------------------*/
.pricing-three .pricing-two__single:after {
  background: linear-gradient(-85deg, #80c0fa, #ffffff, #80c0fa) border-box;
}

.pricing-three .pricing-two__btn:after {
  background: linear-gradient(-85deg, #80c0fa, #ffffff, #80c0fa) border-box;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 68px 0 120px;
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 500;
  color: var(--envens-base);
  z-index: 2;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: var(--envens-black);
  text-transform: capitalize;
  margin-bottom: 15px;
}

.error-page__text {
  font-size: 20px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 52px;
  width: 100%;
  outline: none;
  background-color: #f4f5f8;
  border: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 0;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--envens-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}


/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.coming-soon-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--envens-black);
  background-blend-mode: luminosity;
  z-index: -1;
}

.coming-soon-page__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page__content {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page__content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.coming-soon-page__content .big-title {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 80px;
  line-height: 1.1em;
  font-family: var(--envens-font-2);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--envens-white);
  word-spacing: 15px;
}

.coming-soon-page .timer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 42px;
  z-index: 2;
}

.coming-soon-page .timer-box .countdown-timer li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 50%;
}

.coming-soon-page .timer-box .countdown-timer li span.days,
.coming-soon-page .timer-box .countdown-timer li span.hours,
.coming-soon-page .timer-box .countdown-timer li span.minutes,
.coming-soon-page .timer-box .countdown-timer li span.seconds {
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Poppins", serif;
}

.coming-soon-page .timer-box .countdown-timer li span.timeRef {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: "Poppins", serif;
}

.coming-soon-page__content .inner .text {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.coming-soon-page__content .inner .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.coming-soon-page__subscribe-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon-page__subscribe-box form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.coming-soon-page__subscribe-box form input[type="email"] {
  position: relative;
  display: block;
  max-width: 490px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff !important;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
  font-family: "Poppins", serif;
  outline: none;
}

.coming-soon-page__btn {
  position: relative;
  align-items: center;
  border: 0;
  padding: 15px 40px 16px;
  background-color: var(--envens-base);
}

.coming-soon-page__btn:hover {
  color: var(--envens-black);
}

.coming-soon-page__btn:after {
  background-color: var(--envens-white);
}


/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  background-color: #f5f6f7;
  padding: 120px 0 90px;
  z-index: 1;
}

.testimonials-page .testimonial-two__single {
  margin-bottom: 30px;
}


.default__button {
    padding: 8px 19px;
    background: #ff3639;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
    display: inline-block;
    border-radius: 10px;
    margin-top: 10px;
}

.f-mail{
        padding: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
    width: 100%;
}

/*  */
/* new styles */

/* Accordion Main */
#reviewAccordion {
    border-radius: 18px;
    overflow: hidden;
}

/* Accordion Item */
#reviewAccordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #fff;
}

#reviewAccordion .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Accordion Button */
#reviewAccordion .accordion-button {
    background: linear-gradient(135deg, #042c42, #042c42);
    color: #fff;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

#reviewAccordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #fe3339, #ff3339);
    color: #fff;
    box-shadow: none;
}

/* Remove default arrow background */
#reviewAccordion .accordion-button::after {
    filter: brightness(0) invert(1);
}

/* Step Badge */
.step-badge {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000058;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* English Title */
.title-en {
    font-size: 18px;
    font-weight: 700;
}

/* Korean Title */
.title-kr {
    /* margin-left: auto; */
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
}

/* Accordion Body */
#reviewAccordion .accordion-body {
    background: #f9f9ff;
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* English Body */
.body-en {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 12px;
}

/* Korean Body */
.body-kr {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    #reviewAccordion .accordion-button {
        flex-wrap: wrap;
        gap: 8px;
        padding: 18px;
    }

    .title-en {
        font-size: 16px;
    }

    .title-kr {
        width: 100%;
        margin-left: 55px;
        font-size: 14px;
    }

    .body-en,
    .body-kr {
        font-size: 14px;
    }
}


/*  */
/* ── Section Header ── */
    .section-header {
      text-align: center;
      margin-bottom: 48px;
    }
    .section-header .badge-tag {
      display: inline-block;
      background: #e8f0fe;
      color: #1a3a8f;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      padding: 6px 16px;
      border-radius: 20px;
      margin-bottom: 16px;
      text-transform: uppercase;
    }
    .section-header h2 {
      font-size: 30px;
      font-weight: 800;
      color: #0d1b4b;
      margin-bottom: 12px;
      line-height: 1.3;
    }
    .section-header .sub-en {
      font-size: 15px;
      color: #555;
      margin-bottom: 4px;
    }
    .section-header .sub-kr {
      font-size: 13.5px;
      color: #999;
      margin: 0;
    }
    .section-header .divider {
      width: 56px;
      height: 4px;
      background: #1a3a8f;
      border-radius: 4px;
      margin: 20px auto 0;
    }
 
    /* ── Benefit Card ── */
    .benefit-card {
      background: #fff;
      border: 1px solid #e3e8f2;
      border-radius: 16px;
      padding: 28px 24px;
      height: 100%;
      transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
      position: relative;
      overflow: hidden;
    }
    .benefit-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      border-radius: 16px 16px 0 0;
    }
  .benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 66, 109, 0.28);
    border-color: transparent;
    background: #042c42e6;
}
 
    .icon-circle {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-bottom: 16px;
    }
 
    .benefit-card .step-num {
      position: absolute;
      top: 18px;
      right: 20px;
      font-size: 11px;
      font-weight: 700;
      color: #ccc;
      letter-spacing: 0.05em;
    }
 
    .benefit-card h5 {
      font-size: 15.5px;
      font-weight: 700;
      color: #0d1b4b;
      margin-bottom: 10px;
      line-height: 1.4;
    }
    .benefit-card .text-en {
      font-size: 13.5px;
      color: #4a4a6a;
      line-height: 1.7;
      margin-bottom: 0;
    }
    .benefit-card .divider-dash {
      border: none;
      border-top: 1px dashed #dde3f0;
      margin: 12px 0;
    }
    .benefit-card .text-kr {
      font-size: 12.5px;
      color: #8a8aaa;
      line-height: 1.7;
      margin: 0;
    }
 
    /* accent top bars + icon colors per card */
    .card-1::before { background: #4361ee; }
    .card-1 .icon-circle { background: #e8ecfd; color: #4361ee; }
 
    .card-2::before { background: #2ec4b6; }
    .card-2 .icon-circle { background: #e0f7f5; color: #2ec4b6; }
 
    .card-3::before { background: #f4a261; }
    .card-3 .icon-circle { background: #fef3e8; color: #f4a261; }
 
    .card-4::before { background: #e63946; }
    .card-4 .icon-circle { background: #fde8ea; color: #e63946; }
 
    .card-5::before { background: #7209b7; }
    .card-5 .icon-circle { background: #f3e5fc; color: #7209b7; }
 
    .card-6::before { background: #06a77d; }
    .card-6 .icon-circle { background: #e0f7f0; color: #06a77d; }
 
    /* ── CTA strip ── */
    .cta-strip {
      background: linear-gradient(135deg, #0d1b4b, #1a3a8f);
      border-radius: 16px;
      padding: 36px 32px;
      text-align: center;
      color: #fff;
      margin-top: 48px;
    }
    .cta-strip h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .cta-strip p {
      font-size: 13.5px;
      opacity: 0.75;
      margin-bottom: 20px;
    }
    .cta-strip .btn-join {
      background: #fff;
      color: #0d1b4b;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 28px;
      border-radius: 30px;
      border: none;
      text-decoration: none;
      transition: opacity 0.2s;
    }
    .cta-strip .btn-join:hover { opacity: 0.88; }


/*--------------------------------------------------------------
# Benefits Section
--------------------------------------------------------------*/


/* ===== Benefits Section ===== */
section:has(.benefit-card) {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative blobs */
section:has(.benefit-card)::before,
section:has(.benefit-card)::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    opacity: 0.06;
    z-index: 0;
}
section:has(.benefit-card)::before { top: -120px; left: -120px; background: #00426d; }
section:has(.benefit-card)::after  { bottom: -120px; right: -120px; background: #ff3639; }
section:has(.benefit-card) .container { position: relative; z-index: 1; }

/* ===== Section Header ===== */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.badge-tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.section-header h2 {
    color: #00426d;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 14px;
}
.section-header h2::after { content: ""; }
.section-header .sub-en {
    color: #444;
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto 6px;
    line-height: 1.6;
}
.section-header .sub-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 18px;
}
.section-header .divider {
    width: 70px;
    height: 4px;
    margin: 0 auto;
    border-radius: 3px;
    background: linear-gradient(90deg, #00426d, #ff3639);
}

/* ===== Benefit Card ===== */
.benefit-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 26px 28px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 109, 0.06);
    box-shadow: 0 8px 25px rgba(0, 66, 109, 0.07);
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

/* Gradient sweep that fills the card on hover */
.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    transform: scale(0);
    transform-origin: top left;
    border-radius: 50%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 66, 109, 0.28);
    border-color: transparent;
}
.benefit-card:hover::before {
    transform: scale(2.5);
    border-radius: 0;
}

/* Origin point varies per card so animation feels alive */
.benefit-card.card-1::before { transform-origin: top left; }
.benefit-card.card-2::before { transform-origin: top right; }
.benefit-card.card-3::before { transform-origin: bottom right; }
.benefit-card.card-4::before { transform-origin: bottom left; }
.benefit-card.card-5::before { transform-origin: center; }
.benefit-card.card-6::before { transform-origin: top center; }

/* Step number watermark */
.step-num {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 66, 109, 0.08);
    font-family: 'Barlow', sans-serif;
    transition: color 0.5s ease, transform 0.5s ease, text-shadow 0.5s ease;
}
.benefit-card:hover .step-num {
    color: rgba(255, 255, 255, 0.25);
    transform: scale(1.15) translateY(-4px);
    text-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* Icon */
.icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: transform 0.6s ease, background 0.5s ease, color 0.5s ease,
                box-shadow 0.5s ease, border-radius 0.5s ease;
}
.benefit-card:hover .icon-circle {
    transform: rotateY(360deg);
    background: #fff;
    color: #ff3639;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Title */
.benefit-card h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 10px;
    transition: color 0.5s ease;
}
.benefit-card h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    transition: width 0.5s ease, background 0.5s ease;
}
.benefit-card:hover h5 { color: #fff; }
.benefit-card:hover h5::after {
    width: 72px;
    background: #fff;
}

/* Korean text */
.benefit-card .text-kr {
    color: #00426d;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    transition: color 0.5s ease;
}
.benefit-card:hover .text-kr { color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 575px) {
    .section-header h2 { font-size: 26px; }
    .benefit-card { padding: 30px 22px 24px; }
    .step-num { font-size: 40px; }
}



/*--------------------------------------------------------------
# speaker
--------------------------------------------------------------*/
.speaker-section{
  background: #042c42;
    padding: 50px 20px;
}
.speaker-viewmore-btn {
    display: inline-block;
    background: #ff3339;
    color: #fff;
    padding: 12px 36px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #ff3339;
    transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.speaker-viewmore-btn:hover {
    background: transparent;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(255, 51, 57, 0.35);
}
 /* ── Section Header ── */
    .section-header {
      text-align: center;
      margin-bottom: 50px;
    }
    .section-header .badge-tag {
      display: inline-block;
      background: rgba(255, 51, 57, 0.15);
      border: 1px solid rgba(255, 51, 57, 0.4);
      color: #ff3339;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      padding: 6px 18px;
      border-radius: 20px;
      margin-bottom: 18px;
      text-transform: uppercase;
    }
    .section-header h2 {
      font-size: 32px;
      font-weight: 800;
    
      margin-bottom: 0;
      line-height: 1.3;
    }
    .section-header h2 span {
      color: #ff3339;
    }
    .section-header .divider {
      width: 60px;
      height: 3px;
      background: linear-gradient(90deg, #ff3339, #042c42);
      border-radius: 4px;
      margin: 18px auto 0;
    }
 
    /* ── Glassy Speaker Card ── */
    .speaker-card {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 36px 28px 32px;
      height: 100%;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
      position: relative;
      overflow: hidden;
      text-align: center;
    }
    .speaker-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #ff3339, rgba(255,51,57,0.2));
      border-radius: 20px 20px 0 0;
    }
    .speaker-card::after {
      content: '';
      position: absolute;
      bottom: -40px; right: -40px;
      width: 130px; height: 130px;
      border-radius: 50%;
      background: rgba(255, 51, 57, 0.05);
      pointer-events: none;
    }
    .speaker-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(255, 51, 57, 0.15), 0 4px 16px rgba(0,0,0,0.3);
      border-color: rgba(255, 51, 57, 0.35);
    }
 
    /* ── Speaker Image ── */
    .speaker-img-wrap {
      width: 110px;
      height: 110px;
      border-radius: 50%;
      margin: 0 auto 20px;
      border: 3px solid rgba(255, 51, 57, 0.5);
      padding: 3px;
      background: linear-gradient(135deg, #ff3339, #042c42);
    }
    .speaker-img-wrap img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      background: #0a1f2e;
    }
    .speaker-img-placeholder {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: linear-gradient(135deg, #042c42, #0a1f2e);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 38px;
      color: rgba(255,255,255,0.5);
    }
 
    /* ── Card Text ── */
    .speaker-name {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 8px;
      line-height: 1.35;
    }
    .speaker-designation {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      font-weight: 600;
      color: #ff3339;
      background: rgba(255,51,57,0.12);
      border: 1px solid rgba(255,51,57,0.25);
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: 20px;
      letter-spacing: 0.04em;
    }
 
    /* ── Info Rows ── */
    .info-list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
    }
    .info-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 9px 0;
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .info-list li:last-child {
      border-bottom: none;
    }
    .info-list li .icon-box {
      width: 30px;
      height: 30px;
      border-radius: 8px;
      background: rgba(255,51,57,0.12);
      border: 1px solid rgba(255,51,57,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: #ff3339;
      font-size: 13px;
      margin-top: 1px;
    }
    .info-list li .info-text .label {
      font-size: 10px;
      font-weight: 600;
      color: rgba(255,255,255,0.35);
      letter-spacing: 0.07em;
      text-transform: uppercase;
      display: block;
      margin-bottom: 2px;
    }
    .info-list li .info-text span {
      font-size: 13px;
      color: rgba(255,255,255,0.75);
      line-height: 1.5;
    }

/*--------------------------------------------------------------
# new blocks
--------------------------------------------------------------*/


    .conference-proceedings-section {
    background: #f8f9fc;
}
.conference-proceedings-section .section-title__title {
    margin: 20px 0 10px;
}
.conference-proceedings-section .section-title__title span {
    color: #ff3639;
}

/* Image hover effect */
.proceedings-image {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.proceedings-image img {
    border: 0px solid #fff;
    box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / 15%);
    transition: transform 0.6s ease, filter 0.6s ease;
    width: 100%;
}
.proceedings-image:hover img {
    transform: scale(1.08);
    filter: brightness(1.05);
}
.proceedings-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 100%
    );
    transform: skewX(-25deg);
    pointer-events: none;
}
.proceedings-image:hover::after {
    animation: shine 0.9s ease forwards;
}
@keyframes shine {
    100% { left: 125%; }
}

/* Content card hover effect */
.proceedings-content .proceedings-item {
    padding: 12px 16px;
    background: #fff;
    border-left: 3px solid #00426d;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-left-color 0.35s ease, background 0.35s ease;
    cursor: default;
}
.proceedings-content .proceedings-item:hover {
    transform: translateX(8px);
    background: #fff;
    border-left-color: #ff3639;
    box-shadow: 0 8px 22px rgba(0, 66, 109, 0.15);
}
.proceedings-content .proceedings-item:hover p {
    color: #00426d;
}

.proceedings-content p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 0;
    transition: color 0.35s ease;
}
.proceedings-content .lang-kr {
    color: #00426d;
    font-size: 15px;
    font-weight: 500;
}

/* Button hover effect */
.proceedings-btn {
    display: inline-block;
    background: linear-gradient(24deg, #00426d, #ff0004);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.proceedings-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(24deg, #ff0004, #00426d);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.proceedings-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(255, 0, 4, 0.35);
    letter-spacing: 0.5px;
    color: #fff;
}
.proceedings-btn:hover::before {
    opacity: 1;
}
.proceedings-btn .lang-kr {
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    color: #fff;
}

@media (max-width: 991px) {
    .proceedings-image { margin-bottom: 30px; }
}

/* --------------- */

/* core--------------- */
/* ===== Section Base ===== */
.core-areas-section {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.core-areas-section::before,
.core-areas-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    opacity: 0.08;
    z-index: 0;
}
.core-areas-section::before {
    top: -120px;
    left: -120px;
    background: #00426d;
}
.core-areas-section::after {
    bottom: -120px;
    right: -120px;
    background: #ff3639;
}
.core-areas-section .container {
    position: relative;
    z-index: 1;
}
.core-areas__tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.core-areas-section .section-title__title span { color: #ff3639; }
.core-areas-section .lang-kr {
    color: #00426d;
    font-weight: 500;
}

/* ===== Core Card ===== */
.core-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px 30px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 66, 109, 0.07);
    border: 1px solid rgba(0, 66, 109, 0.06);
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}

/* Animated background sweep */
.core-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    transform: scale(0);
    transform-origin: top right;
    border-radius: 50%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.core-card:hover::before {
    transform: scale(2.4);
    border-radius: 0;
}

.core-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 66, 109, 0.28);
    border-color: transparent;
}

/* Number badge */
.core-card__number {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 66, 109, 0.08);
    transition: color 0.5s ease, transform 0.5s ease, text-shadow 0.5s ease;
    font-family: 'Barlow', sans-serif;
}
.core-card:hover .core-card__number {
    color: rgba(255, 255, 255, 0.25);
    transform: scale(1.15) translateY(-4px);
    text-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

/* Icon */
.core-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,66,109,0.1), rgba(255,54,57,0.1));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: transform 0.6s ease, background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, border-radius 0.5s ease;
}
.core-card:hover .core-card__icon {
    transform: rotateY(360deg);
    background: #fff;
    color: #ff3639;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Title */
.core-card h5 {
    color: #00426d;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.35;
    position: relative;
    padding-bottom: 10px;
    transition: color 0.5s ease;
}
.core-card h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    transition: width 0.5s ease, background 0.5s ease;
}
.core-card:hover h5 { color: #fff; }
.core-card:hover h5::after {
    width: 72px;
    background: #fff;
}

/* Body text */
.core-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 8px;
    transition: color 0.5s ease;
}
.core-card .lang-kr {
    font-size: 13px;
    color: #00426d;
    transition: color 0.5s ease;
}
.core-card:hover p,
.core-card:hover .lang-kr {
    color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
    .col-xl-4.offset-xl-4 { margin-left: 0; }
}
@media (max-width: 575px) {
    .core-card { padding: 30px 22px 24px; }
    .core-card__number { font-size: 38px; }
}



/*--------------------------------------------------------------
#Subscribe Section
--------------------------------------------------------------*/


.subscribe-section {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.subscribe-section .section-title__title span { color: #ff3639; }

/* Card */
.subscribe-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 32px 30px;
    box-shadow: 0 15px 45px rgba(0, 66, 109, 0.10);
    border: 1px solid rgba(0, 66, 109, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.subscribe-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 55px rgba(0, 66, 109, 0.16);
}

/* Header */
.subscribe-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}
.subscribe-card__header h4 {
    color: #00426d;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.subscribe-card__close {
    background: transparent;
    border: none;
    color: #8a99ab;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.subscribe-card__close:hover {
    background: rgba(255, 54, 57, 0.1);
    color: #ff3639;
    transform: rotate(90deg);
}

/* Labels */
.subscribe-form .form-label {
    color: #00426d;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

/* Inputs */
.subscribe-input {
    background-color: #f5f8fc !important;
    border: 1px solid #e4eaf2;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    transition: background 0.35s ease, border-color 0.35s ease,
                box-shadow 0.35s ease, transform 0.25s ease;
}
.subscribe-input::placeholder {
    color: #9aa6b5;
    transition: color 0.3s ease;
}

/* Hover effect on inputs */
.subscribe-input:hover {
    background-color: #ffffff !important;
    border-color: #00426d;
    box-shadow: 0 4px 14px rgba(0, 66, 109, 0.08);
    transform: translateY(-1px);
}
.subscribe-input:hover::placeholder { color: #00426d; }

/* Focus effect on inputs */
.subscribe-input:focus {
    background-color: #ffffff !important;
    border-color: #ff3639;
    box-shadow: 0 0 0 4px rgba(255, 54, 57, 0.12);
    outline: none;
}

textarea.subscribe-input {
    resize: vertical;
    min-height: 110px;
}

/* Submit Button */
.subscribe-btn {
    background: linear-gradient(24deg, #00426d, #ff0004);
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 10px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.subscribe-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(24deg, #ff0004, #00426d);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.subscribe-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 0, 4, 0.30);
    letter-spacing: 1px;
    color: #fff;
}
.subscribe-btn:hover::before { opacity: 1; }
.subscribe-btn:active { transform: translateY(-1px); }

/* ===== Responsive ===== */
@media (max-width: 575px) {
    .subscribe-card { padding: 24px 20px; }
    .subscribe-card__header h4 { font-size: 17px; }
}



/* =========================
   ABOUT HERO SECTION
========================= */
.about-hero-section {
    background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.about-hero-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 380px;
    height: 380px;
    background: #00426d;
    opacity: 0.06;
    border-radius: 50%;
}
.about-hero-section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 380px;
    height: 380px;
    background: #ff3639;
    opacity: 0.06;
    border-radius: 50%;
}
.about-hero-section .container { position: relative; z-index: 1; }

.about-hero-content { padding-right: 20px; }
.about-hero-tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.about-hero-title {
    color: #00426d;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 22px;
}
.about-hero-title span { color: #ff3639; }
.about-hero-text {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
}
.about-hero-text-kr {
    color: #00426d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 28px;
}
.about-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(24deg, #00426d, #ff0004);
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.about-hero-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(24deg, #ff0004, #00426d);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.about-hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 0, 4, 0.30);
    letter-spacing: 1px;
    color: #fff;
}
.about-hero-btn:hover::before { opacity: 1; }
.about-hero-btn i { transition: transform 0.4s ease; }
.about-hero-btn:hover i { transform: translateX(6px); }

.about-hero-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 66, 109, 0.18);
    transition: transform 0.5s ease;
}
.about-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}
.about-hero-image:hover { transform: translateY(-6px); }
.about-hero-image:hover img { transform: scale(1.06); }

.about-hero-image-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #00426d;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.about-hero-image-badge i { color: #ff3639; font-size: 18px; }

@media (max-width: 991px) {
    .about-hero-section { padding: 60px 0; }
    .about-hero-title { font-size: 34px; }
    .about-hero-content { padding-right: 0; }
}
@media (max-width: 575px) {
    .about-hero-title { font-size: 28px; }
}


/* =========================
   ABOUT ORGANIZATION SECTION
========================= */
.about-org-section {
    background: #ffffff;
    padding: 90px 0;
    position: relative;
}

.about-org-content { padding-right: 20px; }
.about-org-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.08);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.about-org-title {
    color: #00426d;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 18px;
}
.about-org-title span { color: #ff3639; }
.about-org-text {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 6px;
}
.about-org-text-kr {
    color: #00426d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 22px;
}
.about-org-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-org-list li {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-org-list li i {
    color: #ff3639;
    font-size: 18px;
}

/* Cards */
.about-org-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 24px;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 8px 25px rgba(0, 66, 109, 0.06);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}
.about-org-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.5s ease;
    z-index: -1;
}
.about-org-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 66, 109, 0.22);
    border-color: transparent;
}
.about-org-card:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}
.about-org-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    transition: transform 0.6s ease, background 0.5s ease, color 0.5s ease,
                border-radius 0.5s ease, box-shadow 0.5s ease;
}
.about-org-card:hover .about-org-icon {
    transform: rotateY(360deg);
    background: #fff;
    color: #ff3639;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.about-org-card-title {
    color: #00426d;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    transition: color 0.5s ease;
}
.about-org-card-text {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
    transition: color 0.5s ease;
}
.about-org-card-kr {
    color: #00426d;
    font-size: 13px;
    margin: 0;
    transition: color 0.5s ease;
}
.about-org-card:hover .about-org-card-title,
.about-org-card:hover .about-org-card-text,
.about-org-card:hover .about-org-card-kr { color: #fff; }

@media (max-width: 991px) {
    .about-org-section { padding: 60px 0; }
    .about-org-title { font-size: 28px; }
    .about-org-content { padding-right: 0; margin-bottom: 20px; }
}


/* =========================
   VISION & MISSION SECTION
========================= */
.about-vision-section {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.about-vision-header { margin-bottom: 40px; }
.about-vision-tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.about-vision-heading {
    color: #00426d;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 16px;
}
.about-vision-heading span { color: #ff3639; }
.about-vision-intro {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    max-width: 820px;
    margin: 0 auto 6px;
}
.about-vision-intro-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 15px;
    max-width: 820px;
    margin: 0 auto;
}

/* Vision Card */
.about-vision-card,
.about-mission-card {
    height: 100%;
    border-radius: 18px;
    padding: 40px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 66, 109, 0.18);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.about-vision-card {
    background: linear-gradient(135deg, #00426d 0%, #015c95 100%);
}
.about-mission-card {
    background: linear-gradient(135deg, #ff3639 0%, #ff7a3d 100%);
}
.about-vision-card::after,
.about-mission-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transition: transform 0.6s ease;
}
.about-vision-card:hover,
.about-mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 66, 109, 0.28);
}
.about-vision-card:hover::after,
.about-mission-card:hover::after {
    transform: scale(1.4);
}

.about-vision-icon,
.about-mission-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
    transition: transform 0.6s ease, background 0.5s ease;
    position: relative;
    z-index: 1;
}
.about-vision-card:hover .about-vision-icon,
.about-mission-card:hover .about-mission-icon {
    transform: rotate(360deg);
    background: rgba(255, 255, 255, 0.3);
}
.about-vision-card-title,
.about-mission-card-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}
.about-vision-card-text,
.about-mission-card-text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}
.about-vision-card-kr,
.about-mission-card-kr {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Values / Leadership Pillars */
.about-values-wrapper { margin-top: 50px; }
.about-values-heading {
    color: #00426d;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding: 0 14px;
    left: 50%;
    transform: translateX(-50%);
}
.about-values-heading::before,
.about-values-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    transform: translateY(-50%);
}
.about-values-heading::before { right: 100%; }
.about-values-heading::after  { left: 100%; background: linear-gradient(90deg, #ff3639, #00426d); }

.about-values-list {
    background: #fff;
    border-radius: 14px;
    padding: 26px 22px;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 6px 20px rgba(0, 66, 109, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.about-values-list:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0, 66, 109, 0.18);
    border-color: #ff3639;
}
.about-values-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 14px;
    transition: transform 0.5s ease;
}
.about-values-list:hover .about-values-icon {
    transform: rotate(360deg) scale(1.1);
}
.about-values-list h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.about-values-list p {
    color: #555;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 6px;
}
.about-values-kr {
    color: #00426d;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 991px) {
    .about-vision-section { padding: 60px 0; }
    .about-vision-heading { font-size: 26px; }
    .about-vision-card,
    .about-mission-card { padding: 32px 24px; }
}
@media (max-width: 575px) {
    .about-vision-card-title,
    .about-mission-card-title { font-size: 20px; }
}


/* =========================
   UPCOMING CONFERENCES SECTION
========================= */
.upcoming-conf-section {
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.upcoming-conf-section::before {
    content: "";
    position: absolute;
    top: -140px;
    right: -140px;
    width: 360px;
    height: 360px;
    background: #00426d;
    opacity: 0.06;
    border-radius: 50%;
    z-index: 0;
}
.upcoming-conf-section::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 360px;
    height: 360px;
    background: #ff3639;
    opacity: 0.06;
    border-radius: 50%;
    z-index: 0;
}
.upcoming-conf-section .container { position: relative; z-index: 1; }

/* ----- Header ----- */
.upcoming-conf-header { margin-bottom: 50px; }
.upcoming-conf-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.10);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.upcoming-conf-heading {
    color: #00426d;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 18px;
}
.upcoming-conf-heading span { color: #ff3639; }
.upcoming-conf-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    margin: 0 auto;
    border-radius: 2px;
}

/* ----- Main Row ----- */
.upcoming-conf-row { margin-bottom: 60px; }

/* ----- Visual ----- */
.upcoming-conf-visual {
    position: relative;
    border-radius: 18px;
    overflow: visible;
    transition: transform 0.5s ease;
}
.upcoming-conf-visual img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 2px 5px rgb(220 222 224);
    transition: transform 0.7s ease;
}
.upcoming-conf-visual:hover img { transform: scale(1.03); }

.upcoming-conf-float {
    position: absolute;
    background: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(0, 66, 109, 0.18);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.upcoming-conf-float i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.upcoming-conf-float strong {
    display: block;
    color: #00426d;
    font-size: 14px;
    font-weight: 700;
}
.upcoming-conf-float small {
    color: #666;
    font-size: 12px;
}
.upcoming-conf-float--top {
    top: 24px;
    left: -28px;
    animation: floatUp 4s ease-in-out infinite;
}
.upcoming-conf-float--bottom {
    bottom: 28px;
    right: -28px;
    animation: floatDown 4s ease-in-out infinite;
}
.upcoming-conf-float:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 66, 109, 0.28);
}
@keyframes floatUp {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@keyframes floatDown {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(10px); }
}

/* ----- Content ----- */
.upcoming-conf-content { padding-left: 10px; }
.upcoming-conf-subheading {
    color: #00426d;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.upcoming-conf-subheading span { color: #ff3639; }
.upcoming-conf-text {
    color: #444;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ----- CTA Button ----- */
.upcoming-conf-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(24deg, #00426d, #ff0004);
    color: #fff;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 8px;
    transition: transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.upcoming-conf-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(24deg, #ff0004, #00426d);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.upcoming-conf-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 0, 4, 0.30);
    letter-spacing: 1px;
    color: #fff;
}
.upcoming-conf-btn:hover::before { opacity: 1; }
.upcoming-conf-btn i { transition: transform 0.4s ease; }
.upcoming-conf-btn:hover i { transform: translateX(6px); }

/* ----- Korean Mirror Block ----- */
.upcoming-conf-kr-block {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 50px 45px 45px;
    box-shadow: 0 15px 40px rgba(0, 66, 109, 0.10);
    border-left: 5px solid #ff3639;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.upcoming-conf-kr-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 55px rgba(0, 66, 109, 0.18);
}
.upcoming-conf-kr-icon {
    position: absolute;
    top: -28px;
    left: 40px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(0, 66, 109, 0.22);
}
.upcoming-conf-kr-heading {
    color: #00426d;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.upcoming-conf-kr-heading span { color: #ff3639; }
.upcoming-conf-kr-text {
    color: #444;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 14px;
}
.upcoming-conf-kr-text:last-child { margin-bottom: 0; }

/* ----- Responsive ----- */
@media (max-width: 991px) {
    .upcoming-conf-section { padding: 60px 0; }
    .upcoming-conf-heading { font-size: 32px; }
    .upcoming-conf-subheading { font-size: 24px; }
    .upcoming-conf-content { padding-left: 0; margin-top: 30px; }
    .upcoming-conf-float--top { left: 10px; top: 16px; }
    .upcoming-conf-float--bottom { right: 10px; bottom: 16px; }
}
@media (max-width: 575px) {
    .upcoming-conf-heading { font-size: 26px; }
    .upcoming-conf-subheading { font-size: 20px; }
    .upcoming-conf-kr-block { padding: 50px 24px 30px; }
    .upcoming-conf-kr-heading { font-size: 20px; }
    .upcoming-conf-float { padding: 10px 12px; gap: 8px; }
    .upcoming-conf-float i { width: 36px; height: 36px; font-size: 16px; }
    .upcoming-conf-float strong { font-size: 13px; }
    .upcoming-conf-float small { font-size: 11px; }
}



/* =========================
   CONFERENCE LISTING + SIDEBAR
========================= */

/* ----- Search Field ----- */
.conf-search-wrapper {
    position: relative;
    margin-bottom: 4px;
}
.conf-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #00426d;
    font-size: 14px;
    transition: color 0.3s ease;
    pointer-events: none;
}
.conf-search-input {
    width: 100%;
    background: #f5f8fc;
    color: #00426d;
    font-size: 14.5px;
    font-weight: 500;
    padding: 13px 16px 13px 42px;
    border: 1.5px solid rgba(0, 66, 109, 0.15);
    border-radius: 10px;
    transition: border-color 0.3s ease, background 0.3s ease,
                box-shadow 0.3s ease;
}
.conf-search-input::placeholder {
    color: #8aa1b5;
    font-weight: 400;
}
.conf-search-input:hover {
    background: #fff;
    border-color: #ff3639;
    box-shadow: 0 6px 18px rgba(255, 54, 57, 0.12);
}
.conf-search-input:focus {
    outline: none;
    background: #fff;
    border-color: #00426d;
    box-shadow: 0 0 0 3px rgba(0, 66, 109, 0.15);
}
.conf-search-input:focus ~ .conf-search-icon,
.conf-search-input:hover ~ .conf-search-icon {
    color: #ff3639;
}

.mt-3 { margin-top: 16px !important; }
.conf-list-section {
    padding: 70px 0;
    background: #f5f8fc;
}

/* ----- Sidebar ----- */
.conf-sidebar {
    position: sticky;
    top: 100px;
}
.conf-sidebar-card {
    background: #f5f8fc;
    border-radius: 14px;
        overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 66, 109, 0.10);
    border: 1px solid rgba(0, 66, 109, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

{
      overflow: scroll;
    min-height: 179px;
    height: 272px;
}
.conf-sidebar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 66, 109, 0.18);
}
.conf-sidebar-header {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #00426d, #015c95);
    color: #fff;
    padding: 18px 22px;
}
.conf-sidebar-header i {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.conf-sidebar-header h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.2px;
}
.conf-sidebar-body { padding: 24px 22px 26px; }
.conf-sidebar-label {
    display: block;
    color: #00426d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ----- Select ----- */
.conf-select-wrapper { position: relative; }
.conf-country-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f5f8fc;
    color: #00426d;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 44px 13px 16px;
    border: 1.5px solid rgba(0, 66, 109, 0.15);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.3s ease, background 0.3s ease,
                box-shadow 0.3s ease, transform 0.3s ease;
}
.conf-country-select:hover {
    background: #fff;
    border-color: #ff3639;
    box-shadow: 0 6px 18px rgba(255, 54, 57, 0.15);
}
.conf-country-select:focus {
    outline: none;
    border-color: #00426d;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 66, 109, 0.15);
}
.conf-select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #00426d;
    font-size: 13px;
    pointer-events: none;
    transition: transform 0.3s ease, color 0.3s ease;
}
.conf-country-select:hover + .conf-select-arrow {
    color: #ff3639;
    transform: translateY(-50%) translateY(2px);
}

/* ----- Divider + Note ----- */
.conf-sidebar-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    margin: 22px 0 16px;
}
.conf-sidebar-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}
.conf-sidebar-note i {
    color: #ff3639;
    font-size: 14px;
    margin-top: 2px;
}

/* ----- Responsive ----- */
@media (max-width: 991px) {
    .conf-sidebar {
        position: static;
        margin-bottom: 24px;
    }
    .conf-list-section { padding: 50px 0; }
}


/* =========================
   PUBLICATION INFO TABS
========================= */
.kpub-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}

/* ----- Tab Buttons ----- */
.kpub-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    border: none;
    margin-bottom: 30px;
    justify-content: center;
}
.kpub-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #00426d;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border: 2px solid rgba(0, 66, 109, 0.12);
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.06);
    transition: color 0.4s ease, border-color 0.4s ease,
                transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.kpub-tab::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease, transform 0.5s ease;
}
.kpub-tab i {
    color: #ff3639;
    transition: color 0.4s ease, transform 0.4s ease;
}

/* Hover */
.kpub-tab:hover {
    color: #fff;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 54, 57, 0.22);
    letter-spacing: 0.4px;
}
.kpub-tab:hover::before { opacity: 1; }
.kpub-tab:hover i {
    color: #fff;
    transform: rotate(-10deg) scale(1.15);
}

/* Active */
.kpub-tab.active {
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 32px rgba(0, 66, 109, 0.28);
}
.kpub-tab.active::before { opacity: 1; }
.kpub-tab.active i { color: #fff; }

/* ----- Tab Content Wrapper ----- */
.kpub-panel {
    background: #fff;
    border-radius: 18px;
    padding: 40px 36px;
    box-shadow: 0 15px 40px rgba(0, 66, 109, 0.08);
    border: 1px solid rgba(0, 66, 109, 0.05);
    animation: kpubFade 0.5s ease;
}
@keyframes kpubFade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.kpub-panel-head { margin-bottom: 30px; }
.kpub-panel-head h3 {
    color: #00426d;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 12px;
}
.kpub-panel-head h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
}
.kpub-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 6px;
}
.kpub-kr-title {
    color: #ff3639;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 8px;
}
.kpub-intro {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 14px;
    margin-bottom: 6px;
}

/* ----- Highlight Cards (Tab 1) ----- */
.kpub-card {
    height: 100%;
    background: #f8fafd;
    border-radius: 14px;
    padding: 26px 22px;
    border: 1px solid rgba(0, 66, 109, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease,
                border-color 0.4s ease, background 0.4s ease;
}
.kpub-card:hover {
    transform: translateY(-6px);
    background: #fff;
    border-color: #ff3639;
    box-shadow: 0 18px 36px rgba(0, 66, 109, 0.15);
}
.kpub-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0,66,109,0.12), rgba(255,54,57,0.12));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
    transition: transform 0.5s ease, background 0.5s ease, color 0.5s ease;
}
.kpub-card:hover .kpub-card-icon {
    transform: rotateY(360deg);
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
}
.kpub-card h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 1.35;
}
.kpub-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 8px;
}
.kpub-card p:last-child { margin-bottom: 0; }
.kpub-card .kpub-kr {
    color: #00426d;
    font-size: 13px;
    font-weight: 500;
}

/* ----- Timeline (Tab 2) ----- */
.kpub-timeline {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}
.kpub-timeline::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 12px;
    bottom: 12px;
    width: 3px;
    background: linear-gradient(180deg, #00426d, #ff3639);
    border-radius: 2px;
}
.kpub-step {
    display: flex;
    gap: 22px;
    position: relative;
    padding: 14px 0 26px;
    transition: transform 0.4s ease;
}
.kpub-step:hover { transform: translateX(4px); }
.kpub-step-num {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #00426d;
    border: 3px solid #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    z-index: 1;
    margin-left: -30px;
    transition: background 0.4s ease, color 0.4s ease,
                border-color 0.4s ease, transform 0.4s ease;
}
.kpub-step:hover .kpub-step-num {
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    border-color: transparent;
    transform: scale(1.08);
}
.kpub-step-body {
    background: #f8fafd;
    border-radius: 12px;
    padding: 18px 22px;
    flex: 1;
    border-left: 4px solid #00426d;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.kpub-step:hover .kpub-step-body {
    background: #fff;
    border-left-color: #ff3639;
    box-shadow: 0 12px 28px rgba(0, 66, 109, 0.12);
}
.kpub-step-body h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 4px;
}
.kpub-step-body p {
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 6px;
}
.kpub-step-body p:last-child { margin-bottom: 0; }
.kpub-step-body .kpub-kr {
    color: #00426d;
    font-size: 13px;
}

/* ----- Policy Blocks (Tab 3) ----- */
.kpub-policy { margin-top: 10px; }
.kpub-policy-block {
    background: #f8fafd;
    border-radius: 14px;
    padding: 26px 24px;
    margin-bottom: 20px;
    border-left: 4px solid #00426d;
    transition: background 0.4s ease, border-color 0.4s ease,
                box-shadow 0.4s ease, transform 0.4s ease;
}
.kpub-policy-block:hover {
    background: #fff;
    border-left-color: #ff3639;
    box-shadow: 0 14px 32px rgba(0, 66, 109, 0.12);
    transform: translateY(-3px);
}
.kpub-policy-block h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.kpub-policy-block h5 i {
    color: #ff3639;
    background: rgba(255, 54, 57, 0.10);
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.kpub-policy-block p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 6px;
}
.kpub-policy-block p:last-child { margin-bottom: 0; }

.kpub-list {
    list-style: none;
    padding: 8px 0 4px;
    margin: 0;
}
.kpub-list li {
    position: relative;
    padding: 6px 0 6px 26px;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
}
.kpub-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 6px;
    color: #ff3639;
    font-size: 13px;
}
.kpub-list .kpub-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 13px;
    display: inline;
}

/* ----- Contact Box ----- */
.kpub-contact {
    margin-top: 36px;
    background: linear-gradient(135deg, #00426d 0%, #015c95 100%);
    color: #fff;
    border-radius: 14px;
    padding: 24px 28px;
}
.kpub-contact h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
}
.kpub-contact .kpub-kr {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
}
.kpub-contact p {
    color: #fff;
    margin-bottom: 6px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.kpub-contact i { color: #ff3639; }
.kpub-contact a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255,255,255,0.5);
    transition: color 0.3s ease, border-color 0.3s ease;
}
.kpub-contact a:hover {
    color: #ffe0e1;
    border-color: #ffe0e1;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .kpub-section { padding: 50px 0; }
    .kpub-panel { padding: 28px 22px; }
    .kpub-tab { padding: 11px 20px; font-size: 14px; }
    .kpub-panel-head h3 { font-size: 22px; }
    .kpub-step { gap: 14px; }
    .kpub-step-num {
        width: 44px; height: 44px; font-size: 13px;
        margin-left: -26px;
    }
    .kpub-timeline { padding-left: 24px; }
    .kpub-timeline::before { left: 18px; }
}

/* =========================
   JOURNAL PUBLICATION ASSISTANCE - HEADER
========================= */
.kpub-intro-section {
    padding: 80px 0 40px;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.kpub-intro-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: #00426d;
    opacity: 0.06;
    border-radius: 50%;
    z-index: 0;
}
.kpub-intro-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: #ff3639;
    opacity: 0.06;
    border-radius: 50%;
    z-index: 0;
}
.kpub-intro-section .container { position: relative; z-index: 1; }

.kpub-intro-wrapper {
    max-width: 880px;
    margin: 0 auto;
}
.kpub-intro-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.10);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.kpub-intro-title {
    color: #00426d;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.kpub-intro-title span { color: #ff3639; }
.kpub-intro-kr {
    color: #00426d;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 16px;
}
.kpub-intro-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    margin: 0 auto 22px;
    position: relative;
}
.kpub-intro-divider::before,
.kpub-intro-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ff3639;
    transform: translateY(-50%);
}
.kpub-intro-divider::before { left: -14px; }
.kpub-intro-divider::after { right: -14px; border-color: #00426d; }

.kpub-intro-text {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}
.kpub-intro-text-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .kpub-intro-section { padding: 50px 0 30px; }
    .kpub-intro-title { font-size: 28px; }
    .kpub-intro-kr { font-size: 15px; }
    .kpub-intro-text { font-size: 15px; }
}


/* =========================
   ADVISORY BOARD ELIGIBILITY
========================= */
.kelig-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.kelig-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 360px;
    height: 360px;
    background: #00426d;
    opacity: 0.05;
    border-radius: 50%;
}
.kelig-section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 360px;
    height: 360px;
    background: #ff3639;
    opacity: 0.05;
    border-radius: 50%;
}
.kelig-section .container { position: relative; z-index: 1; }

/* ----- Intro Block ----- */
.kelig-intro {
    background: #fff;
    border-radius: 18px;
    padding: 42px 38px;
    box-shadow: 0 15px 40px rgba(0, 66, 109, 0.08);
    border-left: 5px solid #ff3639;
    margin-bottom: 60px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.kelig-intro:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(0, 66, 109, 0.15);
}
.kelig-intro-head { margin-bottom: 22px; }
.kelig-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.10);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.kelig-title {
    color: #00426d;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 6px;
}
.kelig-title span { color: #ff3639; }
.kelig-title-kr {
    color: #00426d;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
}
.kelig-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
}
.kelig-text {
    color: #444;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 4px;
}
.kelig-text-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.kelig-text-kr:last-child { margin-bottom: 0; }

/* ----- Who Can Apply Header ----- */
.kelig-apply-head { margin-bottom: 30px; }
.kelig-apply-title {
    color: #00426d;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 8px;
}
.kelig-apply-title span { color: #ff3639; }
.kelig-apply-sub {
    color: #555;
    font-size: 15.5px;
    margin: 14px auto 4px;
    max-width: 720px;
}

/* ----- Accordion ----- */
.kelig-accordion {
    max-width: 920px;
    margin: 30px auto 0;
}
.kelig-item {
    background: #fff;
    border: 1px solid rgba(0, 66, 109, 0.08);
    border-radius: 14px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 66, 109, 0.06);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.kelig-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 66, 109, 0.14);
}

/* Button base */
.kelig-btn {
    display: flex !important;
    align-items: center;
    gap: 16px;
    width: 100%;
    background: #fff;
    color: #00426d;
    padding: 18px 22px;
    border: none;
    box-shadow: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, background 0.4s ease, padding 0.4s ease;
}
.kelig-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

/* Remove Bootstrap's default chevron — use our own */
.kelig-btn::after { display: none !important; }

.kelig-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    font-weight: 800;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease, color 0.4s ease, transform 0.5s ease;
}
.kelig-btn-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.4s ease, color 0.4s ease, transform 0.5s ease;
}
.kelig-btn-label {
    flex: 1;
    text-align: left;
    line-height: 1.2;
}
.kelig-btn-label strong {
    display: block;
    color: #00426d;
    font-weight: 700;
    font-size: 17px;
    transition: color 0.4s ease;
}
.kelig-btn-label small {
    display: block;
    color: #ff3639;
    font-weight: 500;
    font-size: 13px;
    margin-top: 2px;
    transition: color 0.4s ease;
}

/* Custom chevron */
.kelig-btn::after { content: ""; }
.kelig-item .accordion-button.kelig-btn .kelig-btn-label::after {
    content: "\f067"; /* plus */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 66, 109, 0.10);
    color: #00426d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: background 0.4s ease, color 0.4s ease, transform 0.5s ease;
}
.kelig-item .accordion-button.kelig-btn:not(.collapsed) .kelig-btn-label::after {
    content: "\f068"; /* minus */
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateY(-50%) rotate(180deg);
}

/* Hover (only when not active/open) */
.kelig-btn:hover {
    color: #fff;
}
.kelig-btn:hover::before { opacity: 1; }
.kelig-btn:hover .kelig-num {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    transform: scale(1.05);
}
.kelig-btn:hover .kelig-btn-icon {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    transform: rotate(-8deg) scale(1.08);
}
.kelig-btn:hover .kelig-btn-label strong { color: #fff; }
.kelig-btn:hover .kelig-btn-label small { color: rgba(255, 255, 255, 0.85); }
.kelig-btn:hover .kelig-btn-label::after {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

/* Active (open) */
.kelig-btn:not(.collapsed) {
    color: #fff;
}
.kelig-btn:not(.collapsed)::before { opacity: 1; }
.kelig-btn:not(.collapsed) .kelig-num {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.kelig-btn:not(.collapsed) .kelig-btn-icon {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}
.kelig-btn:not(.collapsed) .kelig-btn-label strong { color: #fff; }
.kelig-btn:not(.collapsed) .kelig-btn-label small { color: rgba(255, 255, 255, 0.85); }

/* Active item card shadow */
.kelig-item:has(.kelig-btn:not(.collapsed)) {
    box-shadow: 0 18px 40px rgba(255, 54, 57, 0.22);
    border-color: transparent;
}

/* Body */
.kelig-body {
    background: #f8fafd;
    padding: 22px 26px;
    border-top: 1px dashed rgba(0, 66, 109, 0.15);
    animation: keligFade 0.5s ease;
}
@keyframes keligFade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.kelig-body p {
    color: #444;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 6px;
}
.kelig-body p:last-child { margin-bottom: 0; }
.kelig-body .kelig-text-kr {
    color: #00426d;
    font-size: 14px;
    margin-top: 4px;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .kelig-section { padding: 50px 0; }
    .kelig-intro { padding: 30px 22px; }
    .kelig-title { font-size: 24px; }
    .kelig-apply-title { font-size: 22px; }
    .kelig-btn { gap: 12px; padding: 14px 16px; }
    .kelig-num,
    .kelig-btn-icon { width: 38px; height: 38px; font-size: 14px; }
    .kelig-btn-label strong { font-size: 15px; }
    .kelig-btn-label small { font-size: 12px; }
    .kelig-item .accordion-button.kelig-btn .kelig-btn-label::after {
        right: 14px;
        width: 28px;
        height: 28px;
    }
}


/* =========================
   ROLES & RESPONSIBILITIES — INTRO
========================= */
.krole-intro-section {
    padding: 80px 0 40px;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.krole-intro-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: #00426d;
    opacity: 0.06;
    border-radius: 50%;
}
.krole-intro-section::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: #ff3639;
    opacity: 0.06;
    border-radius: 50%;
}
.krole-intro-section .container { position: relative; z-index: 1; }

.krole-intro-wrapper {
    max-width: 880px;
    margin: 0 auto;
}
.krole-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.10);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.krole-title {
    color: #00426d;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.krole-title span { color: #ff3639; }
.krole-title-kr {
    color: #00426d;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 18px;
}
.krole-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    margin: 0 auto 24px;
}
.krole-text {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 4px;
}
.krole-text-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}


/* =========================
   ROLES & RESPONSIBILITIES — GRID
========================= */
.krole-list-section {
    padding: 40px 0 80px;
    background: #ffffff;
}

.krole-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 6px 22px rgba(0, 66, 109, 0.06);
    transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
    position: relative;
}
.krole-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0, 66, 109, 0.15);
    border-color: transparent;
}

/* ----- Heading bar (light background, scales on hover) ----- */
.krole-card-head {
    background: #eaf1f8;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: default;
    position: relative;
    z-index: 1;
    transform-origin: center;
    transition: background 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease;
}
.krole-card-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #00426d, #ff3639);
    transition: width 0.4s ease;
}
.krole-card:hover .krole-card-head {
    background: #dfe9f3;
    transform: scale(1.02);
    box-shadow: 0 4px 14px rgba(0, 66, 109, 0.10);
}
.krole-card:hover .krole-card-head::before {
    width: 6px;
}

.krole-num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 6px 16px rgba(0, 66, 109, 0.18);
    transition: transform 0.5s ease;
}
.krole-card:hover .krole-num {
    transform: rotate(360deg);
}
.krole-head-text { line-height: 1.25; }
.krole-head-text h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 2px;
}
.krole-head-text small {
    color: #ff3639;
    font-weight: 500;
    font-size: 13px;
}

/* ----- Body content (always visible below heading) ----- */
.krole-card-body {
    padding: 20px 22px 22px;
}
.krole-card-body p {
    color: #444;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 6px;
}
.krole-card-body p:last-child { margin-bottom: 0; }
.krole-body-kr {
    color: #00426d !important;
    font-weight: 500;
    font-size: 13.5px !important;
}


/* =========================
   CLOSING NOTE + CTA
========================= */
.krole-closing {
    margin-top: 50px;
    background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 40px 30px;
    border: 1px solid rgba(0, 66, 109, 0.08);
}
.krole-closing .krole-text { font-size: 15.5px; }

.krole-cta {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(24deg, #00426d, #ff0004);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 14px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.krole-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(24deg, #ff0004, #00426d);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.krole-cta span {
    line-height: 1.25;
    text-align: left;
}
.krole-cta span small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 2px;
}
.krole-cta i { transition: transform 0.4s ease; }
.krole-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 0, 4, 0.32);
    color: #fff;
    letter-spacing: 0.4px;
}
.krole-cta:hover::before { opacity: 1; }
.krole-cta:hover i { transform: translateX(6px); }


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
    .krole-intro-section { padding: 60px 0 30px; }
    .krole-list-section { padding: 30px 0 60px; }
    .krole-title { font-size: 28px; }
}
@media (max-width: 575px) {
    .krole-title { font-size: 24px; }
    .krole-head-text h5 { font-size: 15.5px; }
    .krole-card-head { padding: 14px 16px; gap: 12px; }
    .krole-num { width: 38px; height: 38px; font-size: 13px; }
    .krole-closing { padding: 30px 22px; }
}




/* =========================
   SECTION 1 — APPLY HERO
========================= */
.kapp-hero-section {
    padding: 80px 0 50px;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.kapp-hero-section::before,
.kapp-hero-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    opacity: 0.06;
}
.kapp-hero-section::before { top: -120px; right: -120px; background: #00426d; }
.kapp-hero-section::after  { bottom: -120px; left: -120px; background: #ff3639; }
.kapp-hero-section .container { position: relative; z-index: 1; }

.kapp-hero-wrapper { max-width: 880px; margin: 0 auto; }
.kapp-hero-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.10);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.kapp-hero-title {
    color: #00426d;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.kapp-hero-title span { color: #ff3639; }
.kapp-hero-title-kr {
    color: #00426d;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 18px;
}
.kapp-hero-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    margin: 0 auto 22px;
}
.kapp-hero-text {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 4px;
}
.kapp-hero-text-kr {
    color: #00426d;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}


/* =========================
   SECTION 2 — FORM
========================= */
.kapp-form-section {
    padding: 60px 0;
    background: #f5f8fc;
}
.kapp-form-head { margin-bottom: 30px; }
.kapp-form-title {
    color: #00426d;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 12px;
}
.kapp-form-title span {
    color: #ff3639;
    font-weight: 600;
    font-size: 22px;
}
.kapp-form-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    margin: 0 auto;
}

.kapp-form {
    background: #fff;
    border-radius: 18px;
    padding: 40px 36px;
    box-shadow: 0 18px 45px rgba(0, 66, 109, 0.10);
    max-width: 980px;
    margin: 30px auto 0;
    border: 1px solid rgba(0, 66, 109, 0.06);
}

.kapp-form-block {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px dashed rgba(0, 66, 109, 0.18);
}
.kapp-form-block:last-of-type { border-bottom: none; padding-bottom: 10px; margin-bottom: 10px; }

.kapp-block-title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #00426d;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 20px;
}
.kapp-block-title i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.kapp-block-title span {
    color: #ff3639;
    font-weight: 500;
    font-size: 15px;
}

/* ----- Labels & Inputs ----- */
.kapp-label {
    display: block;
    color: #00426d;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.kapp-label span {
    color: #ff3639;
    font-weight: 500;
    font-size: 13px;
}
.kapp-input {
    width: 100%;
    background: #f8fafd;
    color: #222;
    font-size: 14.5px;
    padding: 12px 16px;
    border: 1.5px solid rgba(0, 66, 109, 0.15);
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s ease, background 0.3s ease,
                box-shadow 0.3s ease, transform 0.3s ease;
}
.kapp-input::placeholder { color: #9aaab8; }
.kapp-input:hover {
    border-color: #ff3639;
    background: #fff;
}
.kapp-input:focus {
    border-color: #00426d;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 66, 109, 0.12);
}
.kapp-textarea {
    resize: vertical;
    line-height: 1.6;
    font-family: inherit;
}

/* ----- Phone (code + number) ----- */
.kapp-phone-wrap {
    display: flex;
    gap: 8px;
}
.kapp-code {
    width: 92px;
    flex-shrink: 0;
    appearance: none;
    -webkit-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #00426d 50%),
        linear-gradient(135deg, #00426d 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-size: 6px 6px;
    background-repeat: no-repeat;
    padding-right: 28px;
    cursor: pointer;
}

/* ----- File Inputs ----- */
.kapp-file {
    padding: 10px 14px;
    cursor: pointer;
}
.kapp-file::file-selector-button {
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    margin-right: 12px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.kapp-file::file-selector-button:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}
.kapp-hint {
    display: block;
    color: #ff3639;
    font-size: 12px;
    margin-top: 6px;
}

/* ----- Captcha (custom check) ----- */
.kapp-form-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 14px;
}
.kapp-captcha {
    background: #f8fafd;
    border: 1.5px solid rgba(0, 66, 109, 0.15);
    border-radius: 10px;
    padding: 14px 18px;
    display: inline-flex;
    align-items: center;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.kapp-captcha:hover { border-color: #ff3639; background: #fff; }
.kapp-check {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    user-select: none;
}
.kapp-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.kapp-check-box {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 2px solid #00426d;
    background: #fff;
    position: relative;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.kapp-check-box::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.25s ease;
}
.kapp-check input:checked + .kapp-check-box {
    background: linear-gradient(135deg, #00426d, #ff3639);
    border-color: transparent;
}
.kapp-check input:checked + .kapp-check-box::after {
    transform: translate(-50%, -50%) scale(1);
}
.kapp-check-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

/* ----- Submit Button ----- */
.kapp-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(24deg, #00426d, #ff0004);
    color: #fff;
    padding: 13px 32px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.4s ease, box-shadow 0.4s ease, letter-spacing 0.4s ease;
}
.kapp-submit-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(24deg, #ff0004, #00426d);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}
.kapp-submit-btn span { line-height: 1.2; }
.kapp-submit-btn span small {
    font-weight: 400;
    font-size: 12px;
    opacity: 0.9;
}
.kapp-submit-btn i { transition: transform 0.4s ease; }
.kapp-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 0, 4, 0.32);
    letter-spacing: 0.5px;
}
.kapp-submit-btn:hover::before { opacity: 1; }
.kapp-submit-btn:hover i { transform: translateX(6px); }


/* =========================
   SECTION 3 — APPLICATION PROCESS
========================= */
.kapp-process-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}
.kapp-process-head { margin-bottom: 36px; }

.kapp-process-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px 30px;
    height: 100%;
    text-align: center;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 8px 25px rgba(0, 66, 109, 0.07);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
}
.kapp-process-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.5s ease;
    z-index: -1;
}
.kapp-process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0, 66, 109, 0.25);
    border-color: transparent;
}
.kapp-process-card:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

.kapp-process-num {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 66, 109, 0.10);
    transition: color 0.5s ease, transform 0.5s ease;
}
.kapp-process-card:hover .kapp-process-num {
    color: rgba(255, 255, 255, 0.28);
    transform: scale(1.1);
}
.kapp-process-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 18px;
    transition: transform 0.6s ease, background 0.5s ease, color 0.5s ease,
                border-radius 0.5s ease, box-shadow 0.5s ease;
}
.kapp-process-card:hover .kapp-process-icon {
    transform: rotateY(360deg);
    background: #fff;
    color: #ff3639;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.kapp-process-card h5 {
    color: #00426d;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    transition: color 0.5s ease;
}
.kapp-process-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 6px;
    transition: color 0.5s ease;
}
.kapp-process-kr {
    color: #00426d !important;
    font-size: 13.5px;
    font-weight: 500;
}
.kapp-process-card:hover h5,
.kapp-process-card:hover p,
.kapp-process-card:hover .kapp-process-kr {
    color: #fff !important;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
    .kapp-hero-section { padding: 60px 0 30px; }
    .kapp-hero-title { font-size: 32px; }
    .kapp-form { padding: 30px 22px; }
    .kapp-form-title { font-size: 26px; }
    .kapp-process-section { padding: 60px 0; }
}
@media (max-width: 575px) {
    .kapp-hero-title { font-size: 26px; }
    .kapp-form-footer { flex-direction: column; align-items: stretch; }
    .kapp-submit-btn { justify-content: center; }
    .kapp-block-title { font-size: 16px; }
    .kapp-block-title i { width: 32px; height: 32px; font-size: 13px; }
}



/* =========================
   TERMS & CONDITIONS
========================= */
.kterms-section {
    padding: 80px 0;
    background: #f5f8fc;
}

/* ----- Header ----- */
.kterms-header {
    margin-bottom: 50px;
}
.kterms-tag {
    display: inline-block;
    background: rgba(255, 54, 57, 0.10);
    color: #ff3639;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.kterms-title {
    color: #00426d;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 8px;
}
.kterms-title-kr {
    color: #00426d;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
}
.kterms-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00426d, #ff3639);
    border-radius: 2px;
    margin: 0 auto;
}

/* ----- Blocks ----- */
.kterms-block {
    background: #fff;
    border-radius: 14px;
    padding: 28px 30px;
    margin-bottom: 22px;
    border-left: 4px solid #00426d;
    box-shadow: 0 6px 22px rgba(0, 66, 109, 0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.kterms-block:hover {
    transform: translateY(-3px);
    border-left-color: #ff3639;
    box-shadow: 0 14px 32px rgba(0, 66, 109, 0.12);
}

/* ----- Block Title ----- */
.kterms-block-title {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #00426d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
}
.kterms-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    flex-shrink: 0;
}
.kterms-kr {
    color: #ff3639;
    font-weight: 500;
    font-size: 14.5px;
    margin: 0 0 16px 50px;
}

/* ----- Sub Title (used inside section 6) ----- */
.kterms-sub-title {
    color: #00426d;
    font-weight: 700;
    font-size: 16px;
    margin: 22px 0 4px 50px;
}
.kterms-sub-title + .kterms-kr {
    margin-bottom: 12px;
}

/* ----- List ----- */
.kterms-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 50px;
}
.kterms-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}
.kterms-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff3639;
}
.kterms-line-kr {
    display: block;
    color: #00426d;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 1.7;
    margin-top: 4px;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
    .kterms-section { padding: 50px 0; }
    .kterms-title { font-size: 28px; }
    .kterms-block { padding: 22px 20px; }
    .kterms-block-title { font-size: 17px; gap: 10px; }
    .kterms-num { width: 32px; height: 32px; font-size: 13px; }
    .kterms-kr,
    .kterms-list,
    .kterms-sub-title { margin-left: 42px; }
}
@media (max-width: 480px) {
    .kterms-kr,
    .kterms-list,
    .kterms-sub-title { margin-left: 0; }
}


/*--------------------------------------------------------------
# Participant Feedback
--------------------------------------------------------------*/
.feedback-section {
    background: #f5f8fc;
    position: relative;
    overflow: hidden;
}
.feedback__tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.feedback-section .section-title__title { color: #00426d; }
.feedback-section .section-title__title span { color: #ff3639; }
.feedback-section .lang-kr { color: #6c7a89; font-weight: 500; }

.feedback-carousel-wrap {
    position: relative;
    padding: 0 10px;
}
.feedback-card {
    background: #fff;
    border-radius: 16px;
    padding: 34px 28px 28px;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}
.feedback-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(0, 66, 109, 0.14);
}
.feedback-card__quote {
    position: absolute;
    top: 22px;
    right: 26px;
    font-size: 30px;
    color: rgba(255, 54, 57, 0.15);
}
.feedback-card__text {
    color: #4a5560;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 22px;
    min-height: 110px;
}
.feedback-card__author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(0, 66, 109, 0.10);
    padding-top: 16px;
}
.feedback-card__avatar {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(0, 66, 109, 0.12);
    box-shadow: 0 4px 12px rgba(0, 66, 109, 0.12);
}
.feedback-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.feedback-card__meta { min-width: 0; }
.feedback-card__author h6 {
    color: #00426d;
    font-weight: 700;
    margin-bottom: 4px;
}
.feedback-card__author span {
    display: block;
    font-size: 13px;
    color: #6c7a89;
    line-height: 1.5;
}
.feedback-card__country {
    color: #ff3639 !important;
    font-weight: 600;
    margin-top: 2px;
}

/* Owl dots */
.feedback-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.feedback-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: rgba(0, 66, 109, 0.20);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.feedback-carousel .owl-dots .owl-dot.active span {
    background: #ff3639;
    width: 26px;
    border-radius: 6px;
}

/* Custom nav arrows */
.feedback-nav {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #00426d;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 66, 109, 0.25);
    cursor: pointer;
    z-index: 5;
    transition: background 0.35s ease, transform 0.35s ease;
}
.feedback-nav:hover {
    background: #ff3639;
    transform: translateY(-50%) scale(1.08);
}
.feedback-nav__prev { left: -10px; }
.feedback-nav__next { right: -10px; }

@media (max-width: 1199px) {
    .feedback-nav__prev { left: 0; }
    .feedback-nav__next { right: 0; }
}
@media (max-width: 575px) {
    .feedback-card__text { min-height: auto; }
    .feedback-nav { width: 40px; height: 40px; font-size: 14px; }
}

/*--------------------------------------------------------------
# Conference Proceedings Archive
--------------------------------------------------------------*/
.archive-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    position: relative;
    overflow: hidden;
}
.archive__tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.archive-section .section-title__title { color: #00426d; }
.archive-section .section-title__title span { color: #ff3639; }
.archive-section .lang-kr { color: #6c7a89; font-weight: 500; }

.archive-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.archive-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(0, 66, 109, 0.14);
    border-color: rgba(255, 54, 57, 0.25);
}
.archive-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    transition: background 0.35s ease, color 0.35s ease;
}
.archive-card:hover .archive-card__icon {
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
}
.archive-card__en {
    color: #4a5560;
    line-height: 1.7;
    margin-bottom: 12px;
}
.archive-card__kr {
    color: #6c7a89;
    line-height: 1.7;
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 66, 109, 0.08);
}

.archive__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #00426d;
    color: #fff;
    padding: 13px 34px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.archive__btn .lang-kr { color: rgba(255, 255, 255, 0.75); font-weight: 500; }
.archive__btn:hover {
    background: #ff3639;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 54, 57, 0.30);
}
.archive__btn:hover .lang-kr { color: rgba(255, 255, 255, 0.85); }

/*--------------------------------------------------------------
# Recent Award Recipients
--------------------------------------------------------------*/
.awards-section {
    background: #f5f8fc;
    position: relative;
    overflow: hidden;
}
.awards__tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.awards-section .section-title__title { color: #00426d; }
.awards-section .section-title__title span { color: #ff3639; }
.awards-section .lang-kr { color: #6c7a89; font-weight: 500; }

.award-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 30px 24px 26px;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    border-top: 3px solid #ff3639;
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.award-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(0, 66, 109, 0.14);
    border-color: rgba(255, 54, 57, 0.25);
    border-top-color: #ff3639;
}
.award-card__number {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 66, 109, 0.08);
    font-family: 'Barlow', sans-serif;
    transition: color 0.35s ease;
}
.award-card:hover .award-card__number { color: rgba(255, 54, 57, 0.15); }
.award-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    transition: background 0.35s ease, color 0.35s ease;
}
.award-card:hover .award-card__icon {
    background: linear-gradient(135deg, #00426d, #ff3639);
    color: #fff;
}
.award-card__title {
    color: #00426d;
    font-weight: 700;
    margin-bottom: 8px;
}
.award-card__conf {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #ff3639;
    margin-bottom: 14px;
}
.award-card__name {
    font-weight: 700;
    color: #1f2a36;
    margin-bottom: 2px;
}
.award-card__affil {
    font-size: 13px;
    color: #6c7a89;
    margin-bottom: 12px;
}
.award-card__paper {
    font-size: 13.5px;
    font-style: italic;
    color: #4a5560;
    line-height: 1.6;
    margin-bottom: 14px;
}
.award-card__sdg {
    display: inline-block;
    background: rgba(0, 66, 109, 0.07);
    color: #00426d;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

.awards__btn {
    display: inline-block;
    background: #00426d;
    color: #fff;
    padding: 12px 34px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.awards__btn:hover {
    background: #ff3639;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 54, 57, 0.30);
}

/*--------------------------------------------------------------
# SDGs Alignment
--------------------------------------------------------------*/
.sdgs-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    position: relative;
    overflow: hidden;
}
.sdgs__tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sdgs-section .section-title__title { color: #00426d; }
.sdgs-section .section-title__title span { color: #ff3639; }
.sdgs__text {
    color: #4a5560;
    line-height: 1.8;
    margin-top: 14px;
    margin-bottom: 0;
}
.sdgs__text strong { color: #00426d; }
.sdgs__subtitle {
    color: #00426d;
    font-weight: 700;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 66, 109, 0.12);
}
.sdgs__subtitle.lang-cn { color: #00426d; }
.sdgs__text.lang-cn { color: #6c7a89; }

.sdgs-visual {
    text-align: center;
    background: linear-gradient(135deg, #00426d 0%, #ff3639 100%);
    border-radius: 20px;
    padding: 48px 32px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 66, 109, 0.25);
}
.sdgs-visual__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    font-size: 42px;
    margin-bottom: 22px;
}
.sdgs-visual h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}
.sdgs-visual p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Academic Highlights Gallery
--------------------------------------------------------------*/
.highlights-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.highlights-section .section-title__title { color: #00426d; }
.highlights-section .section-title__title span { color: #ff3639; }
.highlights-section .lang-kr {
    color: #6c7a89;
    font-weight: 500;
}
.highlights__divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #ff3639;
    border-radius: 3px;
    margin: 14px auto 0;
}

.highlight-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 66, 109, 0.10);
    border: 1px solid rgba(0, 66, 109, 0.06);
}
.highlight-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.highlight-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    background: linear-gradient(135deg, rgba(0, 66, 109, 0.55), rgba(255, 54, 57, 0.55));
    opacity: 0;
    transition: opacity 0.4s ease;
}
.highlight-card:hover img { transform: scale(1.08); }
.highlight-card:hover .highlight-card__overlay { opacity: 1; }

.highlights__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #00426d;
    color: #fff;
    padding: 13px 32px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.highlights__btn .lang-kr {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}
.highlights__btn:hover {
    background: #ff3639;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(255, 54, 57, 0.30);
}
.highlights__btn:hover .lang-kr { color: rgba(255, 255, 255, 0.85); }

@media (max-width: 575px) {
    .highlight-card img { height: 220px; }
}

/*--------------------------------------------------------------
# Social Feed (Facebook / LinkedIn)
--------------------------------------------------------------*/
.social-feed-section {
    background: #f5f8fc;
    position: relative;
    overflow: hidden;
}
.social-feed__tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.social-feed-section .section-title__title { color: #00426d; }
.social-feed-section .section-title__title span { color: #ff3639; }
.social-feed-section .lang-kr { color: #6c7a89; font-weight: 500; }

.social-feed-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.social-feed-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0, 66, 109, 0.14);
}
.social-feed-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.social-feed-card__head i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.social-feed-card__head--fb { background: #1877f2; }
.social-feed-card__head--in { background: #0a66c2; }
.social-feed-card__body {
    display: flex;
    justify-content: center;
    padding: 22px 18px;
    background: #fff;
}
.social-feed-card__body iframe {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
}

/*--------------------------------------------------------------
# Speaker Pages (Eligibility / Apply / Past Speakers)
--------------------------------------------------------------*/
.spk-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f5f8fc 0%, #ffffff 100%);
}
.spk-hero { text-align: center; max-width: 880px; margin: 0 auto 50px; }
.spk-tag {
    display: inline-block;
    background: rgba(0, 66, 109, 0.08);
    color: #00426d;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.spk-title {
    font-size: 32px;
    font-weight: 800;
    color: #00426d;
    margin-bottom: 4px;
}
.spk-title span { color: #ff3639; }
.spk-title-kr { color: #6c7a89; font-weight: 600; margin-bottom: 14px; }
.spk-divider {
    width: 64px; height: 3px;
    background: #ff3639; border-radius: 3px;
    margin: 0 auto;
}
.spk-text { color: #4a5560; line-height: 1.8; margin-bottom: 8px; }
.spk-text-kr { color: #6c7a89; line-height: 1.7; margin-bottom: 18px; font-size: 14.5px; }

/* Content blocks */
.spk-block {
    background: #fff;
    border-radius: 16px;
    padding: 30px 30px 26px;
    margin-bottom: 26px;
    border: 1px solid rgba(0, 66, 109, 0.08);
    border-left: 4px solid #ff3639;
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.spk-block:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0, 66, 109, 0.12); }
.spk-block__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.spk-block__icon {
    flex: 0 0 auto;
    width: 50px; height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0,66,109,0.10), rgba(255,54,57,0.10));
    color: #00426d;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.spk-block__title { font-size: 19px; font-weight: 700; color: #00426d; margin: 0; }
.spk-block__title-kr { display: block; font-size: 13px; font-weight: 600; color: #ff3639; margin-top: 2px; }
.spk-block__lead { color: #4a5560; margin-bottom: 4px; }
.spk-block__lead-kr { color: #6c7a89; font-size: 14px; margin-bottom: 16px; }

/* Bilingual point list */
.spk-list { list-style: none; padding: 0; margin: 0; }
.spk-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
}
.spk-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0; top: 2px;
    color: #ff3639;
    font-size: 13px;
}
.spk-list li .en { display: block; color: #2a2f36; font-weight: 500; line-height: 1.5; }
.spk-list li .kr { display: block; color: #6c7a89; font-size: 13.5px; line-height: 1.5; }

/* Contact block */
.spk-contact {
    background: linear-gradient(135deg, #00426d 0%, #052f4a 100%);
    color: #fff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}
.spk-contact h4 { color: #fff; font-weight: 700; margin-bottom: 4px; }
.spk-contact .spk-block__title-kr { color: #ff8a8c; }
.spk-contact p { color: rgba(255,255,255,0.85); margin-bottom: 6px; }
.spk-contact a { color: #fff; font-weight: 600; }
.spk-contact .spk-contact__rows { margin-top: 14px; }

/* Apply button */
.spk-apply-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #ff3639; color: #fff;
    padding: 13px 34px; border-radius: 40px;
    font-weight: 600; text-decoration: none;
    transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.spk-apply-btn:hover { background: #00426d; color: #fff; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,66,109,0.30); }

/* ===== Apply Form ===== */
.spk-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 8px 26px rgba(0, 66, 109, 0.08);
    margin-bottom: 26px;
}
.spk-form-card__title { font-size: 18px; font-weight: 700; color: #00426d; margin-bottom: 2px; }
.spk-form-card__title-kr { display: inline-block; font-size: 13px; color: #ff3639; font-weight: 600; margin-bottom: 20px; }
.spk-form label { font-size: 13.5px; font-weight: 600; color: #2a2f36; margin-bottom: 6px; display: block; }
.spk-form .form-control,
.spk-form .form-select {
    border: 1px solid rgba(0, 66, 109, 0.18);
    border-radius: 10px;
    padding: 11px 14px;
    font-size: 14px;
    margin-bottom: 18px;
}
.spk-form .form-control:focus,
.spk-form .form-select:focus {
    border-color: #ff3639;
    box-shadow: 0 0 0 3px rgba(255, 54, 57, 0.12);
}

/* ===== Past Speakers grid ===== */
.spk-speaker-card {
    background: #fff;
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    border: 1px solid rgba(0, 66, 109, 0.08);
    box-shadow: 0 6px 18px rgba(0, 66, 109, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.spk-speaker-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(0, 66, 109, 0.14); }
.spk-speaker-card__img {
    width: 110px; height: 110px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(0, 66, 109, 0.10);
    box-shadow: 0 6px 16px rgba(0, 66, 109, 0.15);
}
.spk-speaker-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spk-speaker-card__name { font-size: 17px; font-weight: 700; color: #00426d; margin-bottom: 6px; }
.spk-speaker-card__meta { font-size: 13.5px; color: #6c7a89; line-height: 1.6; margin: 0; }
.spk-speaker-card__meta strong { color: #2a2f36; font-weight: 600; }

@media (max-width: 575px) {
    .spk-title { font-size: 26px; }
    .spk-block, .spk-form-card { padding: 24px 20px; }
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/