/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --zeena-font: 'Poppins', sans-serif;
  --zeena-reey-font: 'reeyregular';
  --zeena-gray: #878c8f;
  --zeena-gray-rgb: 135, 140, 143;
  --zeena-white: #ffffff;
  --zeena-white-rgb: 255, 255, 255;
  --zeena-base: #ea1b29;
  --zeena-base-rgb: 234, 27, 41;
  --zeena-black: #1b1825;
  --zeena-black-rgb: 27, 24, 37;
  --zeena-primary: #f1f3f8;
  --zeena-primary-rgb: 241, 243, 248;
  --zeena-bdr-radius: 10px
}

.bloque_a {
  background-color: #000000 !important;
  pointer-events: none;
}

.contact-bg {
  background: linear-gradient(#E01C32, #f42a37);
  z-index: -2 !important;
  position: relative;
}

.whWatermarkIcn {
  bottom: 0;
  right: 0;
  color: rgba(255, 255, 255, .1);
  font-size: 201px;
  z-index: -1;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.position-absolute {
  position: absolute !important;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--zeena-font);
  color: var(--zeena-gray);
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--zeena-gray);
}

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 {
  font-family: var(--zeena-font);
  color: var(--zeena-black);
  margin: 0;
}

p {
  margin: 0;
  line-height: 160%;
}

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: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-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(--zeena-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;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--zeena-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--zeena-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--zeena-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}


.thm-btn {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--zeena-base);
  color: var(--zeena-white);
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px 15px;
  padding-right: 13px;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.03em;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn span {
  position: relative;
  margin-left: 40px;
  font-size: 11px;
}

.thm-btn::before {
  content: "";
  position: absolute;
  width: 81px;
  height: 69px;
  top: 0;
  right: -41px;
  border-radius: 50%;
  background-color: rgba(1, 1, 1, .20);
  transform: scalex(1.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: left center;
  z-index: -1;
}

.thm-btn:hover:before {
  transform: scalex(1.1);
  transform-origin: right center;
  transition-delay: 200ms;
  width: 130%;
  border-radius: 0;
}

.thm-btn:hover {
  color: var(--zeena-white);
}

.section-title {
  position: relative;
  display: block;
  margin-top: -4px;
  margin-bottom: 57px;
}

.section-title__tagline-box {
  position: relative;
  display: flex;
  align-items: center;
}

.section-title__tagline-icon {
  position: relative;
  display: block;
}

.section-title__tagline-icon img {
  width: auto;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: var(--zeena-base);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-left: 14px;
  top: 3px;
}

.section-title__tagline::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--zeena-base);
}

.section-title__title {
  margin: 0;
  color: var(--zeena-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 19px;
}

.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;
}

.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(--zeena-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--zeena-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--zeena-black);
  color: var(--zeena-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: var(--zeena-base);
  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: 50px;
  height: 50px;
  background: var(--zeena-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--zeena-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  transform: rotate(90deg);
}

.scroll-to-top:hover {
  background-color: var(--zeena-black);
}

.scroll-to-top:hover i {
  color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__top {
  position: relative;
  display: block;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #040405;
  padding: 2.5px 135px 2.5px;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li+li {
  margin-left: 25px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li .icon i {
  font-size: 12px;
  color: var(--zeena-white);
}

.main-header__contact-list li .text {
  margin-left: 10px;
}

.main-header__contact-list li .text p {
  font-size: 12px;
  color: #ada8ba;
}

.main-header__contact-list li .text p a {
  color: #ada8ba;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--zeena-base);
}

.main-header__top-text-and-social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__top-text {
  position: relative;
  display: block;
}

.main-header__top-text p {
  font-size: 12px;
  color: #ada8ba;
}

.main-header__top-text p span {
  color: var(--zeena-base);
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--zeena-base);
}

.main-header__top-social a+a {
  margin-left: 28px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 135px 0;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 82px;
  z-index: 1;
}

.main-menu__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 24, 27, .30);
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  z-index: -1;
}

.main-menu__left:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000000px;
  right: 100%;
  bottom: 0;
  background-color: rgba(27, 24, 27, .30);
  z-index: -1;
}

.main-menu__logo {
  display: block;
  padding: 10px 0;
  margin-right: 240px;
  z-index: 1;
}

.main-menu__logo a img {
  height: 88px;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 28px 0;
  margin-left: 100px;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--zeena-base);
}

.main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart-count {
  position: absolute;
  top: 0;
  right: -12px;
  height: 16px;
  width: 16px;
  background-color: var(--zeena-base);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zeena-white);
}

.main-menu__cart:hover {
  color: var(--zeena-base);
}


.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__btn-box {
  position: relative;
  display: block;
}

.main-menu__btn {
  font-size: 14px;
  font-weight: 600;
  color: var(--zeena-white);
  padding-left: 45px;
  padding-right: 15px;
  padding-top: 23px;
  padding-bottom: 22px;
  text-transform: uppercase;
  background-color: var(--zeena-base);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.main-menu__btn i {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}

.main-menu__btn:hover {
  background-color: var(--zeena-black);
  color: var(--zeena-white);
}

.main-menu__btn:before {
  content: "";
  border-radius: 50%;
  background-color: rgb(12, 36, 91);
  opacity: 0.2;
  position: absolute;
  right: -35px;
  top: 0px;
  width: 80px;
  height: 80px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}


.stricky-header.main-menu {
  background-color: transparent;
}

.stricky-header .main-menu__wrapper-inner {
  background-color: var(--zeena-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: 22.5px;
  padding-bottom: 22.5px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 52px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--zeena-white);
  position: relative;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: var(--zeena-white);
  font-weight: 700;
  transform: translateY(-50%);
  -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(--zeena-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(--zeena-base);
  text-shadow: 0.05px 0 0 rgb(237 27 41 / 80%);
}

.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: 270px;
  -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: rgb(255, 255, 255);
  padding: 25px 20px 34px;
}

.sub-menu {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  top: 99% !important;
}

.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;
}

.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: 4px;
}

.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: 15px;
  line-height: 30px;
  color: var(--zeena-gray);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--zeena-white);
  font-family: var(--zeena-font-two);
}

.main-menu .main-menu__list>li>ul>li:last-child>a,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.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(--zeena-primary);
  color: var(--zeena-black);
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 14px;
  color: var(--zeena-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.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%;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.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;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.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(--zeena-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--zeena-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--zeena-white);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--zeena-base);
}

@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(--zeena-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(--zeena-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: var(--zeena-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--zeena-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--zeena-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(--zeena-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(--zeena-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(--zeena-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(--zeena-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--zeena-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--zeena-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(--zeena-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--zeena-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;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -26px;
  margin-bottom: -26px;
}

.home-showcase__inner {
  padding: 40px 40px 36px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__image {
  position: relative;
  background-color: var(--zeena-base);
  border-radius: var(--zeena-bdr-radius);
  overflow: hidden;
}

.home-showcase__image>img {
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover>img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 10px 20px 11px;
  width: 150px;
  text-align: center;
}

.home-showcase__buttons__item::before {
  height: 56px;
  right: -41px;
  border-radius: 45%;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--zeena-black);
  margin-top: 17px;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--zeena-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 135px 0;
  z-index: 1;
}

.main-menu-two__wrapper-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 24, 27, .30);
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
  z-index: -1;
}

.main-menu-two__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__logo {
  display: block;
  padding: 22.5px 0;
  margin-right: 240px;
  z-index: 1;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 28px 0;
  margin-left: 152px;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--zeena-base);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart-count {
  position: absolute;
  top: 0;
  right: -12px;
  height: 16px;
  width: 16px;
  background-color: var(--zeena-base);
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zeena-white);
}

.main-menu-two__cart:hover {
  color: var(--zeena-base);
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
}

.stricky-header .main-menu-two__wrapper-inner::before {
  display: none;
}

.stricky-header.main-menu-two {
  background-color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding-top: 15px;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: block;
  padding: 0 430px 0;
  padding-right: 210px;
}

.main-menu-three__logo {
  position: absolute;
  top: -15px;
  left: 40px;
  z-index: 2;
}

.main-menu-three__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  padding: 40px 80px;
}

.main-menu-three__top-call {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
}

.main-menu-three__top-call-box {
  position: relative;
  border: 1px solid #ece9e0;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-three__top-call-box-two {
  position: relative;
  border: 1px solid #ece9e0;
  border-radius: 50%;
  height: 74px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-three__top-call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid var(--zeena-base);
  border-radius: 50%;
  color: var(--zeena-base);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__top-call-icon:hover {
  border: 1px solid var(--zeena-base);
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

.main-menu-three__top-call-number-box {
  position: absolute;
  top: 10px;
  left: -20px;
  right: -20px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  text-align: center;
  padding: 9px 20px 9px;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.main-menu-three__top-call-number-box:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #804191;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__top-call-number-box a {
  font-size: 12px;
  line-height: 12px;
  color: var(--zeena-white);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.main-menu-three__top {
  position: relative;
  display: block;
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 23px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  padding: 7.5px 40px 7.5px;
}

.main-menu-three__top-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--zeena-white);
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__contact-list li+li {
  margin-left: 50px;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--zeena-white);
}

.main-menu-three__contact-list li .text {
  margin-left: 15px;
}

.main-menu-three__contact-list li .text p {
  font-size: 14px;
  font-weight: 500;
  color: var(--zeena-white);
  line-height: 14px;
}

.main-menu-three__contact-list li .text p a {
  color: var(--zeena-white);
}

.main-menu-three__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--zeena-white);
}

.main-menu-three__top-social a+a {
  margin-left: 25px;
}

.main-menu-three__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__search-cart-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search-box:before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -30px;
  width: 1px;
  background-color: #ece9e0;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--zeena-base);
}

.main-menu-three__cart-box {
  position: relative;
  display: block;
  margin-left: 17px;
}

.main-menu-three__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart:hover {
  color: var(--zeena-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-menu-three__btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: var(--zeena-white);
  padding: 8px 40px 8px;
  padding-right: 8px;
  border-radius: 22px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.main-menu-three__btn-box a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background-color: var(--zeena-white);
  border-radius: 50%;
  font-size: 14px;
  color: var(--zeena-black);
  margin-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__btn-box a::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-black);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.main-menu-three__btn-box a:hover:before {
  top: -40%;
}

.main-menu-three__btn-box a:hover span {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}



.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--zeena-black);
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: var(--zeena-black);
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  color: var(--zeena-base);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--zeena-base);
  text-shadow: 0.05px 0 0 rgb(234 27 41 / 80%);
}

/*--------------------------------------------------------------
# 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(--zeena-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: 0px;
  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;
  border-radius: 0px;
}

.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;
  background-color: var(--zeena-base);
  border: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--zeena-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:before {
  width: 150%;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background-color: var(--zeena-black);
  z-index: 10;
}

.main-slider .item {
  background-color: var(--zeena-black);
  position: relative;
  padding-top: 331px;
  padding-bottom: 215px;
  z-index: 10;
  height: 1200px;
}

.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 4, 13, .20);
  mix-blend-mode: multiply;
  z-index: -1;
}

.main-slider__shape-1 {
  background-image: -moz-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  background-image: -webkit-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  background-image: -ms-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  position: absolute;
  left: 0px;
  top: 140px;
  bottom: 0;
  width: 1130px;
  height: 867px;
  clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  mix-blend-mode: hard-light;
  opacity: .85;
  z-index: 2;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}

.main-slider__shape-2 img {
  width: auto !important;
}

.main-slider__shape-3 {
  position: absolute;
  top: 120px;
  left: 0;
  opacity: .12;
  z-index: 1;
}

.main-slider__shape-3 img {
  width: auto !important;
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider__sub-title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: var(--zeena-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title {
  position: relative;
  display: block;
  font-size: 90px;
  color: var(--zeena-white);
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -0.01em;
  margin-top: 31px;
  margin-bottom: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: var(--zeena-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  margin-top: 43px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.active .main-slider__title,
.active .main-slider__text,
.active .main-slider__sub-title,
.active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 145px;
  top: 58%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-top: 20px;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(var(--zeena-white-rgb), .50);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  border: 1px solid var(--zeena-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span:before {
  transform: scale(1);
}

.main-slider .owl-theme .owl-dots .owl-dot:hover span,
.main-slider .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--zeena-white-rgb), 1);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  background-color: var(--zeena-black);
  z-index: 10;
}

.main-slider-two .item {
  background-color: var(--zeena-black);
  position: relative;
  padding-top: 331px;
  padding-bottom: 215px;
  z-index: 10;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.main-slider-two__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 8, 17, .85);
  mix-blend-mode: multiply;
  z-index: -1;
}

.main-slider-two__shape-1 {
  background-image: -moz-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  background-image: -webkit-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  background-image: -ms-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  position: absolute;
  right: 0px;
  top: 120px;
  bottom: 0;
  width: 1130px;
  height: 867px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
  mix-blend-mode: hard-light;
  opacity: .85;
  z-index: 2;
}

.main-slider-two__img {
  position: absolute;
  bottom: 0;
  right: 105px;
  transform: translateX(500px);
  opacity: 0;
  z-index: 2;
}

.main-slider-two__img img {
  width: auto !important;
}

.active .main-slider-two__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 500ms;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-two__sub-title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: var(--zeena-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__title {
  position: relative;
  display: block;
  font-size: 90px;
  color: var(--zeena-white);
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -0.01em;
  margin-top: 31px;
  margin-bottom: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: var(--zeena-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  margin-top: 43px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.active .main-slider-two__title,
.active .main-slider-two__text,
.active .main-slider-two__sub-title,
.active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-two .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 61px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--zeena-white-rgb), .30);
  border: 2px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--zeena-white-rgb), 0);
  border: 2px solid var(--zeena-white);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  padding-right: 110px;
  z-index: 10;
}

.main-slider-three__bg-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.main-slider-three__social {
  position: absolute;
  display: flex;
  align-items: center;
  top: 276px;
  right: -169px;
  transform: rotate(-90deg);
  z-index: 2;
}

.main-slider-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #7c8082;
  line-height: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__social a+a {
  margin-left: 50px;
}

.main-slider-three__social a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -30px;
  width: 10px;
  height: 2px;
  background-color: #c1c4c6;
}

.main-slider-three__social a:first-child:before {
  display: none;
}

.main-slider-three__social a:hover {
  background: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-slider-three__open-close-hours {
  position: absolute;
  bottom: 130px;
  right: -36px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  z-index: 2;
}

.main-slider-three__open-close-hours li {
  font-size: 16px;
  color: #7c8082;
  line-height: 16px;
  position: relative;
  display: block;
}

.main-slider-three__open-close-hours li+li {
  margin-left: 25px;
}

.main-slider-three__wrap {
  position: relative;
  display: block;
}

.main-slider-three .item {
  background-color: #ececec;
  position: relative;
  padding-top: 155px;
  padding-bottom: 190px;
  z-index: 10;
}

.main-slider-three__img {
  position: absolute;
  bottom: 0;
  right: 0px;
  transform: translateX(500px);
  opacity: 0;
  z-index: 2;
}

.main-slider-three__img img {
  width: auto !important;
}

.active .main-slider-three__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 500ms;
}

.main-slider-three__overly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(241, 243, 242);
  background: linear-gradient(90deg, rgba(241, 243, 242, 1) 56%, rgba(241, 243, 242, 0) 91%);
  z-index: 2;
}

.main-slider-three__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: .20;
  z-index: 2;
}

.main-slider-three__shape-1 img {
  width: auto !important;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-three__sub-title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: var(--zeena-black);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__title {
  position: relative;
  display: block;
  font-size: 90px;
  color: var(--zeena-black);
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -0.01em;
  margin-top: 31px;
  margin-bottom: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: var(--zeena-black);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-box {
  position: relative;
  display: block;
  margin-top: 43px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--zeena-white);
  font-weight: 600;
  line-height: 18px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  padding: 31px 53px 31px;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.main-slider-three__btn:hover {
  color: var(--zeena-white);
}

.main-slider-three__btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-black);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.main-slider-three__btn:hover:before {
  top: -40%;
}

.active .main-slider-three__title,
.active .main-slider-three__text,
.active .main-slider-three__sub-title,
.active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider-three .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.main-slider-three .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--zeena-black-rgb), .30);
  border: 2px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-three .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--zeena-black-rgb), 0);
  border: 2px solid var(--zeena-black);
}


/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 74px 0 200px;
  background-color: #040405;
  z-index: 1;
}

.brand-one__inner {
  position: relative;
  display: block;
  max-width: 1650px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.brand-one__carousel {
  position: relative;
  display: block;
}

.brand-one__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.brand-one__img {
  position: relative;
  display: block;
  border-radius: 10px;
  z-index: 10;
}

.brand-one__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(242, 247, 247, .30);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.brand-one__single:hover .brand-one__img:before {
  opacity: 1;
}

.brand-one__img>img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
  border-radius: 10px;
}

.brand-one__single:hover .brand-one__img>img {
  opacity: 0.30;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  margin-top: -127px;
  padding: 0 0 90px;
  z-index: 2;
}

.feature-one .container {
  max-width: 1650px;
}

.feature-one .row {
  --bs-gutter-x: 0px;
}

.feature-one__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 50px 55px;
  padding-right: 40px;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zeena-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-one__single:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.feature-one__icon {
  position: relative;
  display: inline-block;
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 70px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one__icon span {
  color: var(--zeena-white);
  transform: scale(.9);
}

.feature-one__content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.feature-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.feature-one__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
  color: var(--zeena-white);
}

.feature-one__text {
  font-size: 14px;
  line-height: 24px;
  color: #6a6b71;
  margin-top: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 0 0 158px;
  z-index: 1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 130px;
}

.about-one__img {
  position: relative;
  display: block;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__img>img {
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__experience-text {
  position: absolute;
  top: 107px;
  right: -145px;
}

.about-one__experience-text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(106, 107, 113, .45);
  letter-spacing: 0.2em;
  transform: rotate(90deg);
  text-transform: uppercase;
}

.about-one__img-box {
  position: absolute;
  right: -170px;
  bottom: -322px;
  border-radius: var(--zeena-bdr-radius);
  z-index: 1;
}

.about-one__img-box::before {
  content: "";
  position: absolute;
  top: -33px;
  left: -33px;
  right: -33px;
  bottom: -33px;
  background-color: var(--zeena-white);
  border-radius: var(--zeena-bdr-radius);
  z-index: -1;
}

.about-one__img-2 {
  position: relative;
  display: block;
  width: 320px;
  overflow: hidden;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__img-2 img {
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__shape-1 {
  position: absolute;
  bottom: -29px;
  left: -18px;
  width: 140px;
  height: 140px;
  background-color: var(--zeena-base);
  border-radius: 50%;
}

.about-one__video-link {
  position: absolute;
  bottom: 28px;
  left: 33px;
  z-index: 3;
}

.about-one__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: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 13px;
  color: var(--zeena-white);
  border-radius: 50%;
  background-color: #ee4752;
  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;
}

.about-one__video-icon:hover {
  background-color: var(--zeena-black);
  color: var(--zeena-white);
}

.about-one__video-icon:before {
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(var(--zeena-white-rgb), .31);
  z-index: 1;
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__project-complete {
  position: absolute;
  bottom: -290px;
  left: 0;
  background-color: var(--zeena-black);
  border-radius: var(--zeena-bdr-radius);
  text-align: center;
  max-width: 256px;
  width: 100%;
  padding: 32px 30px 31px;
}

.about-one__count {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-one__count .count-text {
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  color: var(--zeena-white);
}

.about-one__count span {
  font-size: 40px;
  font-weight: 700;
  line-height: 65px;
  color: var(--zeena-white);
  position: relative;
  top: -12px;
}

.about-one__count-text {
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  color: var(--zeena-white);
  margin-top: 12px;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 80px;
  margin-right: -53px;
  margin-top: 45px;
}

.about-one__right .section-title {
  margin-bottom: 26px;
}

.about-one__text {
  font-size: 15px;
  color: #6a6b71;
  line-height: 30px;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 17px;
  margin-bottom: 17px;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li+li {
  margin-top: 5px;
}

.about-one__points li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-size: 9px;
  color: var(--zeena-white);
  background-color: #fc653c;
  border-radius: 50%;
}

.about-one__points li .text {
  margin-left: 35px;
}

.about-one__points li .text p {
  color: var(--zeena-black);
}

.about-one__it-solution {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  padding: 27px 0 26px;
}

.about-one__it-solution-img {
  position: relative;
  display: block;
}

.about-one__it-solution-img img {
  width: auto;
  border-radius: var(--zeena-bdr-radius);
}

.about-one__it-solution-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-one__it-solution-content p {
  font-weight: 600;
  color: var(--zeena-black);
}

.about-one__it-solution-content p span {
  color: #f94d1c;
  font-size: 24px;
}

.about-one__btn-and-contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.about-one__btn-box {
  position: relative;
  display: block;
}

.about-one__contact-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.about-one__contact-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__contact-icon:hover {
  background-color: var(--zeena-black);
}

.about-one__contact-icon span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fc653c;
}

.about-one__contact {
  position: relative;
  display: block;
  margin-left: 12px;
}

.about-one__contact>span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--zeena-gray);
}

.about-one__contact>p {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.about-one__contact>p>a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__contact>p>a:hover {
  color: var(--zeena-base);
}

/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 2;
}

.process-one__inner {
  position: relative;
  display: block;
  max-width: 1618px;
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  border-top: 1px solid #f2f4fb;
  padding: 50px 50px 20px;
  z-index: 1;
}

.process-one__shape-1 {
  position: absolute;
  top: 127px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.process-one__shape-1 img {
  width: auto;
}

.process-one__process-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.process-one__process-list li {
  position: relative;
  display: block;
  border-radius: 50px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.process-one__single {
  position: relative;
  display: block;
  border-radius: 50px;
  overflow: hidden;
  padding: 58px 30px 49px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 43px 0px rgba(98, 143, 144, 0.15);
}

.process-one__icon {
  position: relative;
  display: inline-block;
}

.process-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 44px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.home-agenda .blog-one__img {
  background-size: cover;
  background-position: center center;
}

.home-agenda .blog-one__title {
  margin: 8px 0 4px;
  line-height: 120%;
}

.process-one__single:hover .process-one__icon span {
  transform: scale(.9);
}

.process-one__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: var(--zeena-black);
  margin-top: 7px;
}

.process-one__count {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.process-one__count:before {
  position: relative;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  counter-increment: count;
  content: "0" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: rgba(251, 92, 113, .10);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 260px 0 120px;
  z-index: 1;
}

.tarif {
  font-size: 45px;
  color: #000;
  font-weight: 700;
  padding-top: 10px;
}

.tarif span {
  font-size: 30px;
  color: #000;
  font-weight: 300;
}

.services-one .section-title__tagline-box {
  justify-content: center;
}

.services-one .section-title__title {
  color: var(--zeena-white);
}

.services-one__inner {
  position: relative;
  display: block;
  padding: 95px 124px 20px;
  background-color: var(--zeena-white);
}

.services-one__services-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.services-one__services-list li {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}

.services-one__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f4fb;
  margin-bottom: 30px;
  padding: 45px 20px 35px;
  z-index: 1;
}

.services-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--zeena-base);
  transform: scaleY(0.7) rotateY(70deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__services-list li:hover .services-one__single::before {
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__icon {
  position: relative;
  display: inline-block;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-one__services-list li:hover .services-one__icon span {
  transform: scale(.9);
  color: var(--zeena-white);
}

.services-one__title {
  font-size: 24px;
  font-weight: 600;
}

.services-one__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__services-list li:hover .services-one__title a {
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# Benefits One
--------------------------------------------------------------*/
.benefits-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.benefits-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 661px;
  height: 636px;
  background-color: #f5f6f5;
  z-index: -1;
}

.benefits-one__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .22;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.benefits-one__bg-one {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 49.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.06;
  z-index: -1;
}

.benefits-one__overly {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 49.6%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 0) 50%);
  z-index: -1;
}

.benefits-one__left {
  position: relative;
  display: block;
}

.benefits-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.benefits-one__img::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  right: -20px;
  bottom: 40px;
  background-color: var(--zeena-base);
  border-radius: var(--zeena-bdr-radius);
  z-index: -1;
}

.benefits-one__img img {
  width: 100%;
  border-radius: var(--zeena-bdr-radius);
}

.benefits-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.benefits-one__right .section-title {
  margin-bottom: 35px;
}

.benefits-one__points-and-mission {
  position: relative;
  display: flex;
  margin-top: 52px;
}

.benefits-one__points {
  position: relative;
  display: block;
  max-width: 283px;
  width: 100%;
}

.benefits-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 30px 0px rgba(9, 24, 84, 0.05);
  padding: 11px 30px 15px;
}

.benefits-one__points li+li {
  margin-top: 12px;
}

.benefits-one__points li .icon {
  position: relative;
  display: inline-block;
}

.benefits-one__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 9px;
  color: var(--zeena-white);
  background-color: var(--zeena-base);
  border-radius: 50%;
}

.benefits-one__points li .text {
  margin-left: 15px;
}

.benefits-one__points li .text p {
  font-weight: 600;
  color: var(--zeena-black);
}

.benefits-one__mission {
  position: relative;
  display: block;
  margin-left: 48px;
}

.benefits-one__mission-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.benefits-one__mission-text {
  margin-top: 12px;
}

/*--------------------------------------------------------------
# Portfolio Three
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  display: block;
  padding: 100px 0 173px;
  z-index: 1;
}

.portfolio-one .container {
  max-width: 1650px;
}

.portfolio-one .section-title {
  margin-bottom: 52px;
}

.portfolio-one .section-title__tagline-box {
  justify-content: center;
}

.portfolio-one__list {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.portfolio-one__list li {
  position: relative;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.portfolio-one__list li.active {
  flex: 0 0 50%;
}



@media(min-width: 768px) {
  .portfolio-one__list li.active {
    flex: 2;

  }
}


@media(min-width: 768px) {
  .portfolio-one__list li {
    flex: 1;

  }
}




.portfolio-one__single {
  position: relative;
  display: block;
  transition: all 500ms ease;
}

.portfolio-one__list li.active .portfolio-one__single {
  transform: translateY(20px);
}

.portfolio-one__img {
  position: relative;
  display: block;
  z-index: 1;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}

.portfolio-one__title-box {
  position: absolute;
  bottom: -63px;
  left: 55px;
  right: 85px;
  background-color: var(--zeena-base);
  padding: 39px 40px 43px;
  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;
}

.portfolio-one__list li.active .portfolio-one__single .portfolio-one__title-box,
.portfolio-one__single:hover .portfolio-one__title-box {
  transform: scaleY(1.0);
}

.portfolio-one__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.portfolio-one__title a {
  color: var(--zeena-white);
  transition: all 500ms ease;
}

.portfolio-one__title a:hover {
  color: var(--zeena-black);
}

.portfolio-one__arrow {
  position: absolute;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background-color: var(--zeena-white);
  color: var(--zeena-black);
  font-size: 23px;
  transition: all 500ms ease;
}

.portfolio-one__arrow a:hover {
  background-color: var(--zeena-black);
  color: var(--zeena-white);
}



.evenements-1 .image {
  aspect-ratio: 20/27;
}

.evenements-1 .aimage {
  display: block;
  border-radius: var(--zeena-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.evenements-1 .image a {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.evenements-1 .titre {}

.evenements-1 .description {
  color: #555;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.faq-one .container {
  max-width: 1525px;
}

.faq-one__left {
  position: relative;
  display: block;
  margin-right: 84px;
}

.faq-one__left .section-title {
  margin-bottom: 27px;
}

.faq-one__img-and-system {
  position: relative;
  display: flex;
  margin-top: 51px;
}

.faq-one__img {
  position: relative;
  display: block;
}

.faq-one__img img {
  width: auto;
}

.faq-one__system {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -9px;
}

.faq-one__system-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.faq-one__system-text {
  margin-bottom: 30px;
  margin-top: 15px;
}

.faq-one__system-points {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-one__system-points .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.faq-one__system-points .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--zeena-gray);
}

.faq-one__system-points .text {
  margin-left: 15px;
}

.faq-one__right {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-top: 50px;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(9, 24, 84, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 26px 40px 31px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  color: var(--zeena-black);
  font-weight: 500;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--zeena-black);
}

.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  color: var(--zeena-black);
  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: 21px;
  height: 21px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--zeena-black);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 21px;
  padding-left: 40px;
  padding-right: 51px;
  margin-top: -9px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--zeena-base);
  border-radius: var(--zeena-bdr-radius);
  padding: 58px 80px 58px;
  padding-right: 70px;
}

.cta-one__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  color: var(--zeena-white);
}

.cta-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  background-color: var(--zeena-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one__icon:hover {
  background-color: var(--zeena-white);
}

.cta-one__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -65px;
  width: 55px;
  height: 2px;
  background-color: rgba(14, 34, 7, .15);
  transform: translateY(-50%);
}

.cta-one__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  width: 55px;
  height: 2px;
  background-color: rgba(14, 34, 7, .15);
  transform: translateY(-50%);
}

.cta-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one__icon:hover span {
  color: var(--zeena-base);
}

.cta-one__content {
  position: relative;
  display: block;
}

.cta-one__text {
  font-weight: 500;
  color: var(--zeena-white);
}

.cta-one__number {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.cta-one__number a {
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-one__number a:hover {
  color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--zeena-black);
  padding: 224px 0 90px;
  margin-top: -104px;
  overflow: hidden;
  z-index: 1;
}

.counter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .25;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-one__bg-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-one__bg-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .80;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__count-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.counter-one__count-list li {
  position: relative;
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.counter-one__single {
  position: relative;
  display: block;
  background-color: rgba(var(--zeena-white-rgb), .10);
  border-radius: 5px;
  padding: 40px 20px 29px;
  z-index: 1;
}

.counter-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--zeena-base);
  transform: scaleY(0.7) rotateY(60deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.counter-one__single:hover:before {
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 53px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-one__single:hover .counter-one__icon span {
  transform: scale(.9);
}

.counter-one__text {
  color: var(--zeena-white);
  margin-top: 11px;
  margin-bottom: 16px;
}

.counter-one__count {
  position: relative;
  display: block;
}

.counter-one__count .count-text {
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  background-color: #faf9f9;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.pricing-one .section-title {
  margin-bottom: 52px;
}

.pricing-one .row {
  --bs-gutter-x: 0;
}

.pricing-one .section-title__tagline-box {
  justify-content: center;
}

.pricing-one__single {
  position: relative;
  display: block;
  background-color: rgba(var(--zeena-white-rgb), .65);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
  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;
}

.pricing-one__single:hover:before {
  transform: scaleY(1.0);
}

.pricing-one__inner {
  position: relative;
  display: block;
  padding: 50px 65px 50px;
  overflow: hidden;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  top: -112px;
  right: 44px;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  z-index: -1;
}

.pricing-one__single:hover .pricing-one__shape-1 {
  opacity: 0.07;
}

.pricing-one__shape-1 img {
  width: auto;
}

.pricing-one__shape-2 {
  position: absolute;
  top: -44px;
  left: 22px;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  z-index: -1;
}

.pricing-one__single:hover .pricing-one__shape-2 {
  opacity: 0.08;
}

.pricing-one__shape-2 img {
  width: auto;
}

.pricing-one__price-box {
  position: relative;
  display: block;
  border: 2px solid rgba(var(--zeena-black-rgb), 0.07);
  border-radius: 15px;
  padding: 55px 0 53px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.pricing-one__single:hover .pricing-one__price-box {
  border: 2px solid var(--zeena-base);
}

.pricing-one__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__price {
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
  color: var(--zeena-black);
  margin-top: 21px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__price span {
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  color: var(--zeena-black);
  position: relative;
  top: -13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__sub-title {
  font-size: 14px;
  color: var(--zeena-black);
  line-height: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__points {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 24px;
}

.pricing-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__points li+li {
  margin-top: 25px;
}

.pricing-one__points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-one__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: var(--zeena-gray);
  border: 1px solid #e9e8e8;
  border-radius: 50%;
}

.pricing-one__points li .text {
  margin-left: 18px;
}

.pricing-one__points li .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.025em;
}

.pricing-one__btn-box {
  position: relative;
  display: inline-block;
}

.pricing-one__btn {
  font-size: 14px;
  font-weight: 500;
  background-color: var(--zeena-base);
  color: var(--zeena-white);
  letter-spacing: -0.02em;
  padding: 13px 40px 12px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__btn:hover {
  color: var(--zeena-white);
  background-color: var(--zeena-black);
}

.pricing-one__btn span {
  position: relative;
  margin-left: 17px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one .container {
  max-width: 1650px;
}

.team-one .section-title__tagline-box {
  justify-content: center;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--zeena-black-rgb), .30);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--zeena-base);
  padding: 11px 10px 11px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 600ms;
}

.team-one__social li {
  position: relative;
  display: block;
}

.team-one__social li+li {
  margin-top: 3px;
}

.team-one__social li a {
  position: relative;
  display: flex;
  font-size: 14px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.team-one__social li a:hover {
  color: var(--zeena-base);
  background-color: var(--zeena-white);
}

.team-one__name-box {
  position: absolute;
  bottom: 180px;
  left: -100px;
  max-width: 300px;
  width: 100%;
  background-color: var(--zeena-base);
  text-align: center;
  padding: 17px 20px 25px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 4% 100%);
  background-position: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__name-box {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1) rotate(-90deg);
  transition-delay: 500ms;
}

.team-one__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.team-one__name a {
  color: var(--zeena-white);
}

.team-one__sub-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: var(--zeena-white);
  margin-top: 9px;
}

/*--------------------------------------------------------------
# Video One 
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  background-color: #959595;
  padding: 148px 0 258px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .80;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  mix-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__bg-4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  mix-blend-mode: hard-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
}

.video-one__video-link {
  position: relative;
  display: block;
}

.video-one__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: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  font-size: 21px;
  color: var(--zeena-white);
  background-color: rgba(var(--zeena-base-rgb), .30);
  border-radius: 50%;
  margin: 0 auto;
  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;
  z-index: 1;
}

.video-one__video-icon:hover {
  color: var(--zeena-base);
}

.video-one__video-icon:hover::after {
  background-color: var(--zeena-white);
}

.video-one__video-icon::after {
  position: absolute;
  top: 11px;
  left: 11px;
  right: 11px;
  bottom: 11px;
  content: "";
  border-radius: 50%;
  background-color: var(--zeena-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;
  z-index: -1;
}

.video-one__video-icon::before {
  position: absolute;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  content: "";
  border-radius: 50%;
  background-color: rgba(var(--zeena-base-rgb), .20);
  z-index: -1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.15);
  -o-box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.15);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.15);
  box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.15);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-one__title {
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  color: var(--zeena-white);
  margin-top: 53px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding-bottom: 120px;
  margin-top: -190px;
  z-index: 2;
}

.testimonial-one__wrap {
  position: relative;
  display: block;
  max-width: 1620px;
  margin: 0 auto;
  background-color: var(--zeena-white);
  padding-top: 120px;
}

.testimonial-one__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.testimonial-one__inner::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  bottom: 13px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
  z-index: -1;
}

.testimonial-one .section-title__tagline-box {
  justify-content: center;
}

.testimonial-one__left {
  position: relative;
  display: block;
  margin-right: -15px;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
  padding: 82px 60px 79px;
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__quote {
  position: absolute;
  right: 90px;
  bottom: 86px;
}

.testimonial-one__quote span {
  position: relative;
  font-size: 51px;
  color: var(--zeena-base);
}

.testimonial-one__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 12px;
}

.testimonial-one__client-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
}

.testimonial-one__client-img img {
  width: auto;
}

.testimonial-one__client-info {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-one__client-name {
  font-size: 21px;
  font-weight: 600;
}

.testimonial-one__client-name span {
  font-size: 29px;
  color: var(--zeena-base);
}

.testimonial-one__client-sub-title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 7px;
  margin-bottom: 17px;
}

.testimonial-one__client-ratting {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__client-ratting span {
  font-size: 8px;
  color: var(--zeena-base);
}

.testimonial-one__client-ratting span+span {
  margin-left: 3px;
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-left: -15px;
}

.testimonial-one__img {
  position: relative;
  display: block;
}

.testimonial-one__img img {
  width: 100%;
}

.testimonial-one__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  bottom: 55px;
  right: -46px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  height: 45px;
  width: 46px;
  line-height: 45px;
  border-radius: 0;
  color: var(--zeena-white);
  background-color: var(--zeena-base);
  font-size: 14px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 45px;
  width: 46px;
  line-height: 45px;
  border-radius: 0;
  color: var(--zeena-white);
  background-color: var(--zeena-base);
  font-size: 14px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 0;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--zeena-white);
  color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 1;
}

.blog-one .section-title {
  position: relative;
  display: block;
  margin-top: -4px;
  margin-bottom: 47px;
}

.blog-one .section-title__tagline-box {
  justify-content: center;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--zeena-bdr-radius);
  border-top-right-radius: var(--zeena-bdr-radius);
  overflow: hidden;
  z-index: 1;
  height: 245px;
}

.blog-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-top-left-radius: var(--zeena-bdr-radius);
  border-top-right-radius: var(--zeena-bdr-radius);
  background-color: rgba(var(--zeena-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  transform: translate3d(0px, 0, 0px);
}

.blog-one__img img {
  width: 100%;
  border-top-left-radius: var(--zeena-bdr-radius);
  border-top-right-radius: var(--zeena-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__date {
  position: absolute;
  bottom: -12px;
  right: 20px;
  z-index: 2;
}

.blog-one__date p {
  position: relative;
  display: block;
  background-color: var(--zeena-base);
  border-radius: var(--zeena-bdr-radius);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--zeena-white);
  text-align: center;
  padding: 14px 13px 17px;
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 8px 30px 15px;
  padding-right: 25px;
  border-bottom-left-radius: var(--zeena-bdr-radius);
  border-bottom-right-radius: var(--zeena-bdr-radius);
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta li {
  position: relative;
  display: block;
}

.blog-one__meta li+li {
  margin-left: 34px;
}

.blog-one__meta li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.blog-one__meta li p span {
  position: relative;
  margin-right: 8px;
  color: var(--zeena-base);
}

.blog-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 14px;
  margin-bottom: 22px;
}

.blog-one__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--zeena-base);
}

.blog-one__text {
  font-size: 17px;
}

.blog-one__btn {
  position: relative;
  display: block;
  border-top: 1px solid #e4e4ea;
  margin-top: 32px;
  margin-right: 15px;
}

.blog-one__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 10px;
  color: var(--zeena-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn a:hover {
  color: var(--zeena-base);
}

.blog-one__btn a span {
  font-size: 16px;
  position: relative;
  font-weight: 900;
}

/*--------------------------------------------------------------
# Newsletter One
--------------------------------------------------------------*/
.newsletter-one {
  position: relative;
  display: block;
  z-index: 2;
}

.newsletter-one__inner {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--zeena-base);
  padding: 70px 70px 80px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.newsletter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0.06;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.newsletter-one__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: var(--zeena-white);
}

.newsletter-one__sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--zeena-white);
}

.newsletter-one__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.newsletter-one__form input[type=email] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #020009;
  border-radius: 0;
  display: block;
  max-width: 450px;
  width: 100%;
  height: 63px;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}

.newsletter-one__btn {
  border: none;
  background-color: var(--zeena-white);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #101010;
  padding: 14px 40px 14px;
  padding-right: 50px;
  margin-left: 10px;
  outline: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.newsletter-one__btn:hover {
  color: var(--zeena-white);
  background-color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--zeena-black);
  /* margin-top: -325px; */
  overflow: hidden;
  z-index: 1;
}

.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .80;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.site-footer__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* opacity: .30; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* z-index: -1; */
}

.site-footer__bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .22;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 80px 0 95px;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--zeena-white);
}

.footer-widget__list {
  position: relative;
  display: block;
}

.footer-widget__list li {
  position: relative;
  display: block;
}

.footer-widget__list li+li {
  margin-top: 5px;
}

.footer-widget__list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__list li a:hover {
  color: var(--zeena-base);
}

.footer-widget__explore {
  margin-left: 26px;
}

.footer-widget__links {
  position: relative;
  display: block;
  margin-left: 45px;
  margin-right: -15px;
}

.footer-widget__blog {
  margin-left: 63px;
  position: relative;
  display: block;
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-left: 23px;
}

.footer-widget__contact .footer-widget__title-box {
  margin-bottom: 25px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
}

.footer-widget__contact-list>li+li {
  margin-top: 7px;
}

.footer-widget__contact-list li>p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #bfbfbf;
}

.footer-widget__contact-list li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact-list li>a:hover {
  color: var(--zeena-base);
}

.footer-widget__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.footer-widget__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 42px;
  background-color: #1a1e1f;
  font-size: 13px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__social a:hover {
  color: var(--zeena-white);
  background-color: var(--zeena-base);
}

.footer-widget__social a+a {
  margin-left: 8px;
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--zeena-white-rgb), .15);
  z-index: 1;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0 41px;
}

.site-footer__bottom-text {
  color: var(--zeena-white);
  font-size: 16px;
}

.site-footer__bottom-links {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer__bottom-links li {
  position: relative;
  display: block;
}

.site-footer__bottom-links li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -8px;
  bottom: 10px;
  width: 2px;
  background-color: var(--zeena-white);
}

.site-footer__bottom-links li:first-child::before {
  display: none;
}

.site-footer__bottom-links li+li {
  margin-left: 14px;
}

.site-footer__bottom-links li a {
  font-size: 16px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-links li a:hover {
  color: var(--zeena-base);
}


/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  background-color: #1b1825;
}

.feature-two__single {
  position: relative;
  display: block;
  background-color: var(--zeena-white);
  text-align: center;
  padding: 48px 0 47px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.feature-two__single::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-base);
  transform: translateX(-50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: -1;
}

.feature-two__single:hover:before {
  top: -40%;
}

.feature-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__icon span {
  color: var(--zeena-white);
}

.feature-two__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 9px;
}

.feature-two__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__title a {
  color: var(--zeena-white);
}

.feature-two__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text {
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  margin-top: 0;
}

.site-footer-two .site-footer__top {
  padding: 77px 0 95px;
}

.site-footer-two .site-footer__bottom {
  border-top: 0;
}

.site-footer-two .site-footer__bottom-inner {
  padding-right: 30px;
}

.site-footer-two .site-footer__bottom-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000000px;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--zeena-white-rgb), .05);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  background-color: #1b1825;
  padding: 40px 0 70px;
  z-index: 1;
}

.brand-two__carousel {
  position: relative;
  display: block;
}

.brand-two__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.brand-two__img {
  position: relative;
  display: block;
  border-radius: 10px;
  z-index: 10;
}

.brand-two__img:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(242, 247, 247, .30);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.brand-two__single:hover .brand-two__img:before {
  opacity: 1;
}

.brand-two__img>img {
  position: relative;
  width: auto !important;
  margin: 0 auto;
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0.3;
  border-radius: 10px;
}

.brand-two__single:hover .brand-two__img>img {
  opacity: 0.30;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  /* padding: 120px 0 337px; */
  padding: 120px 0 87px;
  z-index: 1;
}

.about-two__left {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 30px;
  height: 200px;
  background-color: var(--zeena-base);
  border-radius: 6px;
}

.about-two__img-box:after {
  content: "";
  position: absolute;
  top: 220px;
  left: -50px;
  width: 30px;
  height: 160px;
  background-color: var(--zeena-black);
  border-radius: 6px;
}

.about-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  z-index: 1;
}

.about-two__img img {
  width: 100%;
  border-radius: 7px;
}

.about-two__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-two__img-box:hover .about-two__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.about-two__experience-box {
  position: absolute;
  bottom: 37px;
  left: -62px;
  z-index: 2;
}

.about-two__experience-box:before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 0;
  border-top: 37px solid var(--zeena-gray);
  border-left: 63px solid transparent;
}

.about-two__experience {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--zeena-base);
  padding: 49px 40px 50px;
  clip-path: polygon(0 16%, 100% 0%, 100% 100%, 0% 100%);
}

.about-two__experience h3 {
  font-size: 60px;
  font-weight: 600;
  color: var(--zeena-white);
  letter-spacing: -0.04em;
  line-height: 60px;
  margin-bottom: 3px;
}

.about-two__experience p {
  font-size: 18px;
  font-weight: 600;
  color: var(--zeena-white);
  letter-spacing: -0.04em;
  line-height: 23px;
}


/* Section title Two */

.section-title-two {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-bottom: 47px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title-two__tagline-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  width: 40px;
  height: 3px;
  background-color: var(--zeena-base);
  transform: translateY(-50%);
}

.section-title-two__tagline-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  width: 40px;
  height: 3px;
  background-color: var(--zeena-base);
  transform: translateY(-50%);
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  color: var(--zeena-base);
  font-weight: 600;
}

.section-title-two__title {
  margin: 0;
  color: var(--zeena-black);
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 17px;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 27px;
}

.about-two__right .section-title-two {
  margin-bottom: 27px;
}

.about-two__right .section-title-two__tagline-box:before {
  display: none;
}

.about-two__right p {
  margin-top: 0;
  margin-bottom: 8px;
}

.about-two__text {
  margin-bottom: 30px;
}

.about-two__text.resume {
  color: #000;
}

.about-two__solution-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-two__solution-box li {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4ea;
  border-radius: 8px;
  padding: 21px 25px 21px;
}

.about-two__solution-box li+li {
  margin-left: 20px;
}

.about-two__solution-icon {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 32px;
  color: var(--zeena-base);
}

.about-two__solution-text {
  position: relative;
  display: block;
  margin-left: 18px;
}

.about-two__solution-text p {
  font-size: 16px;
  line-height: 20px;
  color: var(--zeena-black);
  font-weight: 600;
}

.about-two__points {
  position: relative;
  display: block;
  margin-top: 36px;
  margin-bottom: 37px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li+li {
  margin-top: 10px;
}

.about-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background-color: var(--zeena-base);
  border-radius: 50%;
  font-size: 14px;
  color: var(--zeena-white);
}

.about-two__points li .text {
  margin-left: 20px;
}

.about-two__points li .text p {
  font-size: 17px;
  color: var(--zeena-black);
  font-weight: 500;
  line-height: 27px;
}

.about-two__btn-and-call {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-two__btn {
  position: relative;
  display: block;
}

.about-two__btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--zeena-white);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background-color: var(--zeena-base);
  border-radius: 8px;
  padding: 25px 43px 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.about-two__btn a:hover {
  color: var(--zeena-white);
}

.about-two__btn a::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-black);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.about-two__btn a:hover:before {
  top: -40%;
}

.about-two__call {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 40px;
}

.about-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  width: 59px;
  height: 59px;
  font-size: 25px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__call-icon:hover {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

.about-two__call-content {
  margin-left: 10px;
}

.about-two__call-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.about-two__call-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.about-two__call-content h4 a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__call-content h4 a:hover {
  color: var(--zeena-base);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 112px 0 30px;
  margin-top: -218px;
  margin-right: 140px;
  z-index: 2;
}

.services-two__left {
  position: relative;
  display: block;
  margin-left: -225px;
  margin-right: -67px;
}

.services-two__img {
  position: relative;
  display: block;
}

.services-two__img img {
  width: 100%;
}

.services-two__right {
  position: relative;
  display: block;
  margin-left: -50px;
  margin-right: -140px;
  margin-top: 60px;
}

.services-two__right .row {
  --bs-gutter-x: 20px;
}

.services-two__single-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  z-index: 1;
}

.services-two__single {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  padding: 49px 30px 40px;
  padding-left: 50px;
  z-index: 1;
}

.services-two__single:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--zeena-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;
}

.services-two__single-box:hover .services-two__single:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.services-two__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  height: 38px;
  width: 38px;
  background-color: #edf3f6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-two__single-box:hover .services-two__icon:before {
  background-color: rgba(var(--zeena-white-rgb), .12);
}

.services-two__icon span {
  font-size: 65px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single-box:hover .services-two__icon span {
  color: var(--zeena-white);
}

.services-two__content {
  margin-left: 20px;
}

.services-two__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 7px;
}

.services-two__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single-box:hover .services-two__title a {
  color: var(--zeena-white);
}

.services-two__text {
  font-size: 15px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single-box:hover .services-two__text {
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
  position: relative;
  display: block;
  background-color: #1b1825;
  padding: 880px 0 130px;
  overflow: hidden;
  margin-top: -750px;
  z-index: 1;
}

.counter-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -178px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.counter-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--zeena-white);
  border-radius: 5px;
}

.counter-two__list li {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  border-right: 1px solid rgba(26, 26, 26, .15);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 31px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.counter-two__list li:hover {
  border-right: 1px solid var(--zeena-base);
}

.counter-two__list li:last-child {
  border-right: 0;
}

.counter-two__list li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: var(--zeena-base);
  border-radius: 5px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.counter-two__list li:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.counter-two__single {
  position: relative;
  display: block;
}

.counter-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-two__list li:hover .counter-two__icon span {
  color: var(--zeena-white);
}

.counter-two__text {
  color: var(--zeena-black);
  line-height: 18px;
  margin-bottom: 27px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-two__list li:hover .counter-two__text {
  color: var(--zeena-white);
}

.counter-two__single h3 {
  font-size: 38px;
  font-weight: 500;
  line-height: 38px !important;
  font-family: var(--zeena-font) !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-two__list li:hover .counter-two__single h3 {
  color: var(--zeena-white);
}

.counter-two__list .odometer-formatting-mark {
  display: none;
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.portfolio-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.portfolio-two .container {
  max-width: 1600px;
}

.portfolio-two .section-title-two {
  margin-bottom: 37px;
}

.portfolio-two-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.portfolio-two-filter.style1 li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two-filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: var(--zeena-gray);
  font-size: 18px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  transition: all 0.4s ease;
}

.portfolio-two-filter.style1 li:hover .filter-text,
.portfolio-two-filter.style1 li.active .filter-text {
  color: var(--zeena-black);
}

.portfolio-two-filter.style1 li .count {
  color: var(--zeena-gray);
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -4px;
}

.portfolio-two-filter.style1 li:hover .count,
.portfolio-two-filter.style1 li.active .count {
  color: var(--zeena-black);
  opacity: 1;
}

.portfolio-two-filter.style1 li+li {
  margin-left: 30px;
}

.portfolio-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-two__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.portfolio-two__img img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__single:hover .portfolio-two__img img {
  transform: scale(1.05);
}

.portfolio-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--zeena-black-rgb), .30);
  border-radius: var(--zeena-bdr-radius);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.portfolio-two__single:hover .portfolio-two__img:before {
  transform: translate3d(0px, 0, 0px);
}

.portfolio-two__content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--zeena-base);
  padding-left: 25px;
  padding-right: 35px;
  padding-top: 29px;
  padding-bottom: 28px;
  border-top-right-radius: 10px;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
  z-index: 2;
}

.portfolio-two__single:hover .portfolio-two__content {
  transform: perspective(400px) scaleY(1.0);
}

.portfolio-two__sub-title {
  font-size: 14px;
  color: var(--zeena-white);
  line-height: 14px;
}

.portfolio-two__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 14px;
}

.portfolio-two__title a {
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__title a:hover {
  color: var(--zeena-black);
}

.portfolio-two__arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translateX(200px);
  opacity: 0;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  z-index: 2;
}

.portfolio-two__single:hover .portfolio-two__arrow {
  transform: translateX(0px);
  opacity: 1;
}

.portfolio-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--zeena-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__arrow a:hover {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# FAQ Two
--------------------------------------------------------------*/
.faq-two {
  position: relative;
  display: block;
}

.faq-two__left {
  position: relative;
  display: block;
}

.faq-two__left .section-title-two__tagline-box:before {
  display: none;
}

.faq-two__img {
  position: relative;
  display: block;
  margin-right: 65px;
}

.faq-two__img img {
  width: 100%;
}

.faq-two__right {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 100px;
  z-index: 1;
}

.team-two__left {
  position: relative;
  display: block;
  margin-right: 48px;
}

.team-two__left .section-title-two {
  margin-bottom: 29px;
}

.team-two__left .section-title-two__tagline-box:before {
  display: none;
}

.team-two__text {
  line-height: 30px;
}

.team-two__points {
  position: relative;
  display: block;
  margin-top: 31px;
  margin-bottom: 36px;
}

.team-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-two__points li+li {
  margin-top: 20px;
}

.team-two__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(183, 168, 168, 0.7);
  width: 40px;
  height: 40px;
  font-size: 21px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__points li:hover .icon {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

.team-two__points li .text {
  margin-left: 15px;
}

.team-two__points li .text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 24px;
}

.team-two__content-box {
  position: relative;
  display: flex;
  align-items: center;
}

.team-two__content-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background-color: #f3f5f4;
  font-size: 50px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__content-icon:hover {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

.team-two__content {
  margin-left: 25px;
}

.team-two__content-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 14px;
}

.team-two__content-text {
  font-size: 16px;
  line-height: 26px;
}

.team-two__progress {
  position: relative;
  display: block;
  margin-top: 51px;
}

.team-two__progress-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 7px;
}

.team-two__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--zeena-primary);
  border-radius: 0px;
}

.team-two__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  border-radius: 0px;
  background-color: var(--zeena-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-two__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 17px;
  color: var(--zeena-black);
  line-height: 22px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-two__right {
  position: relative;
  display: block;
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-two__img-box {
  position: relative;
  display: block;
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.team-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--zeena-black-rgb), .30);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-two__img img {
  width: 100%;
  border-radius: 10px;
  transform: scale(1);
  transition: all 500ms ease;
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05);
}

.team-two__social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -20px;
  padding: 10.5px 0;
  z-index: 2;
}

.team-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 19px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__social a:hover {
  color: var(--zeena-base);
}

.team-two__social a+a {
  margin-left: 20px;
}

.team-two__hover-content {
  position: absolute;
  top: 120px;
  left: -68px;
  text-align: center;
  background-color: var(--zeena-base);
  padding: 13px 38px 13px;
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 7% 100%);
  transform: rotate(-90deg) translateY(-300px);
  max-width: 195px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
  z-index: 2;
}

.team-two__single:hover .team-two__hover-content {
  transform: rotate(-90deg) translateY(0px);
  opacity: 1;
}

.team-two__title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}

.team-two__title a {
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__sub-title {
  font-size: 12px;
  color: var(--zeena-white);
  line-height: 12px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(18, 56, 33) 44%, rgb(167, 145, 50) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(18, 56, 33) 44%, rgb(167, 145, 50) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(18, 56, 33) 44%, rgb(167, 145, 50) 100%);
  padding: 192px 0 442px;
  z-index: 1;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.video-two__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(27, 24, 37) 44%, rgb(213, 72, 81) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(27, 24, 37) 50%, rgb(213, 72, 81) 50%);
  background-image: -ms-linear-gradient(90deg, rgb(27, 24, 37) 44%, rgb(213, 72, 81) 100%);
  opacity: 0.702;
  z-index: -1;
}

.video-two__inner {
  position: relative;
  display: block;
}

.video-two__video-link {
  position: relative;
  display: block;
  text-align: center;
}

.video-two__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: 90px;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  color: var(--zeena-white);
  background-color: var(--zeena-base);
  border-radius: 50%;
  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;
  z-index: 1;
}

.video-two__video-icon:hover {
  background-color: var(--zeena-black);
  color: var(--zeena-white);
}

.video-two__video-icon:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border: 1px solid rgba(var(--zeena-white-rgb), .30);
  border-radius: 50%;
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 116px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zeena-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  margin-top: -245px;
  z-index: 2;
}

.testimonial-two__left {
  position: relative;
  display: block;
}

.testimonial-two__left-img {
  position: relative;
  display: block;
}

.testimonial-two__left-img img {
  width: 100%;
}

.testimonial-two__text-1 {
  line-height: 30px;
}

.testimonial-two__left .section-title-two {
  margin-top: 70px;
  margin-bottom: 29px;
}

.testimonial-two__left .section-title-two__tagline-box:before {
  display: none;
}

.testimonial-two__counter {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 31px;
}

.testimonial-two__counter-single {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__counter-single+.testimonial-two__counter-single {
  margin-left: 75px;
}

.testimonial-two__counter-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  width: 90px;
  height: 90px;
}

.testimonial-two__counter-icon span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.testimonial-two__counter-single:hover .testimonial-two__counter-icon span {
  transform: scale(.9);
}

.testimonial-two__counter-content {
  margin-left: 20px;
}

.testimonial-two__counter-count {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__counter-count h3 {
  font-size: 55px;
  line-height: 55px !important;
  font-family: var(--zeena-font) !important;
  font-weight: 400;
  margin-bottom: 7px;
}

.testimonial-two__counter-letter {
  font-size: 55px;
  line-height: 55px !important;
  font-family: var(--zeena-font) !important;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: var(--zeena-black);
  top: -7px;
}

.testimonial-two__counter-text {
  font-size: 16px;
  line-height: 16px;
  color: var(--zeena-black);
}

.testimonial-two__right {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -275px;
  background-color: var(--zeena-base);
  padding-left: 110px;
  padding-right: 140px;
  padding-top: 110px;
  padding-bottom: 120px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
}

.testimonial-two__quote {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__quote span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--zeena-white);
}

.testimonial-two__text-2 {
  font-size: 25px;
  color: var(--zeena-white);
  line-height: 140%;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 46px;
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 90px;
  border-radius: 50%;
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__client-content {
  margin-left: 20px;
}

.testimonial-two__client-name {
  font-size: 32px;
  font-weight: 600;
  color: var(--zeena-white);
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.testimonial-two__client-sub-title {
  font-size: 15px;
  color: var(--zeena-white);
  font-weight: 500;
  line-height: 15px;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: -180px;
  top: 58%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot+.owl-dot {
  margin-top: 20px;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(var(--zeena-white-rgb), .50);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  border: 1px solid var(--zeena-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot .owl-dot:hover span,
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot.active span:before {
  transform: scale(1);
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot:hover span,
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: rgba(var(--zeena-white-rgb), 1);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__img-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-two__img-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(35, 37, 43);
  background: linear-gradient(0deg, rgba(35, 37, 43, 1) 1%, rgba(35, 37, 43, 0) 74%);
  z-index: 1;
}

.blog-two__img-one img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.blog-two__single:hover .blog-two__img-one img {
  transform: scale(1.05);
}

.blog-two__content-one {
  position: absolute;
  bottom: 51px;
  left: 60px;
  z-index: 2;
}

.blog-two__date-and-comments {
  position: relative;
  display: flex;
  align-items: end;
}

.blog-two__date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 65px;
  width: 60px;
  background-color: var(--zeena-base);
  border-radius: 10px;
}

.blog-two__date p {
  font-size: 14px;
  font-weight: 500;
  color: var(--zeena-white);
  line-height: 18px;
}

.blog-two__comments {
  margin-left: 20px;
}

.blog-two__comments a {
  font-size: 14px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__comments a i {
  position: relative;
  display: inline-block;
}

.blog-two__comments a:hover {
  color: var(--zeena-base);
}

.blog-two__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 12px;
}

.blog-two__title a {
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title a:hover {
  color: var(--zeena-base);
}

.blog-two__right {
  position: relative;
  display: block;
}

.blog-two__list {
  position: relative;
  display: block;
}

.blog-two__list>li {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.blog-two__img-two {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--zeena-black);
  width: 170px;
  z-index: 1;
}

.blog-two__img-two img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.blog-two__list>li:hover .blog-two__img-two img {
  transform: scale(1.05);
  opacity: .50;
}

.blog-two__content-two {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  padding: 29px 30px 28px;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.blog-two__meta>li+li {
  margin-left: 15px;
}

.blog-two__meta>li>a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--zeena-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__meta>li>a>i {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.blog-two__meta>li>a:hover {
  color: var(--zeena-base);
}

.blog-two__title-two {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.blog-two__title-two a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title-two a:hover {
  color: var(--zeena-base);
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-two {
  position: relative;
  display: block;
  background-color: var(--zeena-base);
  padding: 88px 0 79px;
  overflow: hidden;
  z-index: 1;
}

.newsletter-two__shape-1 {
  position: absolute;
  bottom: -70px;
  left: 0;
  opacity: 0.06;
  z-index: -1;
}

.newsletter-two__shape-1 img {
  width: auto;
}

.newsletter-two__left {
  position: relative;
  display: block;
}

.newsletter-two__sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--zeena-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 16px;
}

.newsletter-two__title {
  font-size: 50px;
  color: var(--zeena-white);
  font-weight: 600;
  line-height: 60px;
  margin-top: 10px;
}

.newsletter-two__right {
  position: relative;
  display: block;
  margin-top: 24px;
}

.newsletter-two__email-form {
  position: relative;
  display: block;
}

.newsletter-two__email-box {
  position: relative;
  display: block;
}

.newsletter-two__email-input-box {
  position: relative;
  display: block;
}

.newsletter-two__email-input-box input[type="email"] {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background-color: var(--zeena-white);
  border-radius: 25px;
  font-size: 13px;
  color: var(--zeena-gray);
  padding-left: 30px;
  padding-right: 175px;
}

.newsletter-two__btn {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  border: none;
  background-color: var(--zeena-base);
  color: var(--zeena-white);
  font-size: 10px;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 19px 45px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.newsletter-two__btn:hover {
  background-color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-page__left {
  position: relative;
  display: block;
}

.blog-page__content-box {
  position: relative;
  display: block;
}

.blog-page__single {
  position: relative;
  display: block;
}

.blog-page__single+.blog-page__single {
  margin-top: 27px;
}

.blog-page__img-box {
  position: relative;
  display: block;
}

.blog-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--zeena-black);
  z-index: 1;
}

.blog-page__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__single:hover .blog-page__img img {
  transform: scale(1.05);
  opacity: .50;
}

.blog-page__date {
  position: absolute;
  bottom: -20px;
  right: 70px;
  background-color: var(--zeena-base);
  z-index: 2;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}

.blog-page__date p {
  font-size: 18px;
  color: var(--zeena-white);
  font-weight: 600;
  line-height: 22px;
}

.blog-page__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-page__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-page__meta li+li {
  margin-left: 40px;
}

.blog-page__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--zeena-gray);
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__meta li a i {
  position: relative;
  display: inline-block;
  color: var(--zeena-base);
  padding-right: 10px;
}

.blog-page__meta li a:hover {
  color: var(--zeena-base);
}

.blog-page__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 11px;
  margin-bottom: 19px;
}

.blog-page__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__title a:hover {
  color: var(--zeena-base);
}

.blog-page__text-2 {
  margin-top: 2px;
  margin-bottom: 16px;
}

.blog-page__read-more {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--zeena-black);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__read-more span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  padding-left: 15px;
}

.blog-page__read-more:hover {
  color: var(--zeena-base);
}

.blog-page__pagination {
  position: relative;
  display: block;
  padding: 57px 0 0px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 7px;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: var(--zeena-black);
  background-color: transparent;
  border: 1px solid #dde0e2;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
  border: 1px solid var(--zeena-base);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sideber {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: #eeeff2;
  padding: 50px 30px 50px;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--zeena-white);
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 100px;
  border: 1px solid #e7e7e7;
  color: var(--zeena-gray);
  border-radius: 3px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--zeena-white);
  font-size: 19px;
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 50px;
  width: 100%;
  bottom: 5px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  background-color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--zeena-black);
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: #eeeff2;
  padding: 31px 30px 40px;
}

.sidebar__title-box {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 30px;
}

.sidebar__title-box::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--zeena-base);
}

.sidebar__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list li {
  position: relative;
  display: block;
}

.sidebar__category-list li+Li {
  margin-top: 15px;
}

.sidebar__category-list li a {
  position: relative;
  display: block;
  background-color: var(--zeena-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--zeena-black);
  padding: 17px 20px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li:hover a {
  background-color: var(--zeena-black);
  color: var(--zeena-white);
}

.sidebar__category-list li a span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: #dcdde0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li a:hover span {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

.sidebar__post {
  position: relative;
  display: block;
  background-color: #eeeff2;
  padding: 31px 30px 25px;
}

.sidebar__post .sidebar__title-box {
  margin-bottom: 20px;
}

.sidebar__post-list {
  position: relative;
  display: block;
}

.sidebar__post-list li+li {
  margin-top: 22px;
}

.sidebar__post-image {
  position: relative;
  display: block;
}

.sidebar__post-image img {
  width: 100%;
}

.sidebar__post-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 12px;
}

.sidebar__post-title.intro {
  color: red;
}

.sidebar__post-title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-title a:hover {
  color: var(--zeena-base);
}

.sidebar__tag {
  position: relative;
  display: block;
  background-color: #eeeff2;
  padding: 31px 30px 40px;
}

.sidebar__tag .sidebar__title-box {
  margin-bottom: 17px;
}

.sidebar__tag-list a {
  font-size: 15px;
  color: var(--zeena-gray);
  background-color: var(--zeena-white);
  display: inline-block;
  padding: 9px 23px 12px;
  margin-left: 7px;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 3px;
}

.sidebar__tag-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-list a:hover {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# BLog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details p {
  margin-top: 0;
  margin-bottom: 8px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__date {
  position: absolute;
  right: 70px;
  bottom: -20px;
  background-color: var(--zeena-base);
  padding: 14px 17px 12px;
  border-radius: 5px;
}

.blog-details__date p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--zeena-white);
  text-align: center;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 14px;
}

.blog-details__meta li+li {
  margin-left: 35px;
}

.blog-details__meta li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: var(--zeena-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--zeena-base);
}

.blog-details__meta li a i {
  color: var(--zeena-base);
  position: relative;
  margin-right: 7px;
}

.blog-details__title-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 18px;
  margin-top: 30px;
}

.blog-details__text-1 {
  font-size: 18px;
  line-height: 35px;
  margin-top: 17px;
  margin-bottom: 3px;
}

.blog-details__text-2 {
  font-size: 18px;
  line-height: 35px;
}

.blog-details__btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 33px;
}

.blog-details__btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--zeena-black);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__btn:hover {
  color: var(--zeena-base);
}

.blog-details__btn i {
  font-size: 18px;
  color: var(--zeena-black);
  margin-left: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__btn:hover i {
  color: var(--zeena-base);
}

.blog-details__img-2 {
  position: relative;
  display: block;
}

.blog-details__img-2 img {
  width: 100%;
}

.blog-details__text-3 {
  margin-top: 31px;
  margin-bottom: 23px;
}

.blog-details__quote-and-text {
  position: relative;
  display: flex;
}

.blog-details__quote {
  position: relative;
  display: inline-block;
  top: 6px;
  margin-right: 20px;
}

.blog-details__quote span {
  position: relative;
  display: inline-block;
  font-size: 41px;
  color: var(--zeena-black);
}

.blog-details__text-4 {
  margin-top: 23px;
  margin-bottom: 29px;
}

.blog-details__points {
  position: relative;
  display: block;
}

.blog-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__points li+li {
  margin-top: 14px;
}

.blog-details__points-shape {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bfc2c3;
  border-radius: 50%;
}

.blog-details__points-text {
  margin-left: 14px;
  font-size: 16px;
}

.blog-details__text-5 {
  margin-top: 36px;
  margin-bottom: 20px;
}

.blog-details__bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 52px;
  margin-bottom: 50px;
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags a {
  position: relative;
  color: var(--zeena-gray);
  font-size: 14px;
  border: 1px solid #dcdfe2;
  display: inline-block;
  padding: 2px 29px 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  color: var(--zeena-white);
  border: 1px solid transparent;
  background-color: var(--zeena-base);
}

.blog-details__tags a+a {
  margin-left: 5px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  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(--zeena-black);
  background-color: #f2f2f2;
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--zeena-white);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--zeena-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;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.author {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 160px;
  padding-right: 30px;
  background-color: #f2f2f2;
}

.author__img {
  position: absolute;
  width: 100px;
  top: 39px;
  left: 30px;
}

.author__img img {
  width: 100%;
  border-radius: 50%;
}

.author__content {
  position: relative;
  display: block;
}

.author__content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.author__content p {
  font-size: 15px;
  color: var(--zeena-gray);
  line-height: 27px;
  padding: 8px 0 23px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  color: var(--zeena-base);
}

.author__social a+a {
  margin-left: 20px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 51px;
}

.comment-one__title {
  margin: 0;
  color: var(--zeena-black);
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  font-weight: 600;
}

.comment-one__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.comment-one__single+.comment-one__single {
  margin-top: 50px;
}

.comment-one__content {
  position: relative;
  margin-left: 30px;
}

.comment-one__content h3 {
  font-size: 22px;
  color: var(--zeena-black);
  margin-bottom: 11px;
  font-weight: 600;
}

.comment-one__content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.comment-one__content p {
  font-size: 15px;
  line-height: 27px;
}

.comment-one__btn {
  position: relative;
  font-size: 15px;
  line-height: 23px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
}

.comment-one__btn:hover {
  color: var(--zeena-primary);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
  margin-top: 16px;
}

.comment-one__image img {
  width: auto;
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 57px;
}

.comment-form__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 40px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid #dcdfe2;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 12px;
  color: var(--zeena-gray);
  display: block;
  text-transform: uppercase;
  border-radius: 3px;
}

.comment-form__input-box textarea {
  font-size: 12px;
  color: var(--zeena-gray);
  height: 200px;
  width: 100%;
  border: 1px solid #dcdfe2;
  padding: 25px 20px 30px;
  outline: none;
  margin-bottom: 0px;
  text-transform: uppercase;
  border-radius: 3px;
}

.comment-form__btn-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.comment-form__btn {
  font-size: 15px;
  border: none;
  background-color: var(--zeena-base);
  padding: 15px 44px 14px;
  color: var(--zeena-white);
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--zeena-black);
}

.comment-form__input-box.text-message-box {
  height: 200px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.portfolio-details__left {
  position: relative;
  display: block;
}

.portfolio-details__content-box-one {
  position: relative;
  display: block;
}

.portfolio-details__content-one-img {
  position: relative;
  display: block;
}

.portfolio-details__content-one-img img {
  width: 100%;
}

.portfolio-details__content-one {
  position: relative;
  display: block;
  margin-top: 33px;
}

.portfolio-details__content-one-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 19px;
}

.portfolio-details__content-one-text-2 {
  margin-top: 14px;
  margin-bottom: 29px;
}

.portfolio-details__planing {
  position: relative;
  display: block;
  margin-bottom: 54px;
}

.portfolio-details__planing-left {
  position: relative;
  display: block;
  margin-right: 33px;
}

.portfolio-details__planing-img {
  position: relative;
  display: block;
}

.portfolio-details__planing-img img {
  width: 100%;
}

.portfolio-details__planing-right {
  position: relative;
  display: block;
  margin-left: -35px;
  margin-top: -7px;
}

.portfolio-details__planing-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.portfolio-details__planing-text {
  margin-top: 9px;
  margin-bottom: 29px;
}

.portfolio-details__planing-points {
  position: relative;
  display: block;
}

.portfolio-details__planing-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__planing-points li+li {
  margin-top: 20px;
}

.portfolio-details__planing-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-size: 20px;
  color: var(--zeena-gray);
}

.portfolio-details__planing-points li .text {
  margin-left: 15px;
}

.portfolio-details__planing-points li .text p {
  letter-spacing: -0.025em;
}

.portfolio-details__sidebar {
  position: relative;
  display: block;
}

.portfolio-details__info {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 32px 30px 45px;
}

.portfolio-details__info-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 30px;
}

.portfolio-details__info-list {
  position: relative;
  display: block;
}

.portfolio-details__info-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--zeena-white);
  padding: 17px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__info-list li:hover {
  background-color: var(--zeena-base);
}

.portfolio-details__info-list li+li {
  margin-top: 15px;
}

.portfolio-details__info-left {
  position: relative;
  display: block;
}

.portfolio-details__info-left p {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__info-list li:hover .portfolio-details__info-left p {
  color: var(--zeena-white);
}

.portfolio-details__info-right {
  position: relative;
  display: block;
}

.portfolio-details__info-right span {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__info-list li:hover .portfolio-details__info-right span {
  color: var(--zeena-white);
}

.portfolio-details__sidebar-img {
  position: relative;
  display: block;
  margin-top: 30px;
}

.portfolio-details__sidebar-img img {
  width: 100%;
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  display: block;
  padding: 109px 0 120px;
}

.gallery-one .container {
  max-width: 950px;
}

.gallery-one__carousel {
  position: relative;
  display: block;
}

.gallery-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.gallery-one__single {
  position: relative;
  display: block;
}

.gallery-one__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.gallery-one__img img {
  width: 100%;
  border-radius: 10px;
}

.gallery-one__title-box {
  position: absolute;
  top: 241px;
  left: -158px;
  background-color: var(--zeena-base);
  padding: 48px 55px;
  border-radius: 5px;
  transform: rotate(-90deg);
  visibility: hidden;
  opacity: 0;
  ;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.gallery-one__single:hover .gallery-one__title-box {
  visibility: visible;
  opacity: 1;
}

.gallery-one__carousel.owl-carousel .owl-stage-outer .owl-item.active .gallery-one__title-box {
  visibility: visible;
  opacity: 1;
}

.gallery-one__title-box h4 {
  font-size: 28px;
  font-weight: 500;
  color: var(--zeena-white);
  line-height: 28px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 357px 0 238px;
  background-color: var(--zeena-base);
  overflow: hidden;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}

.page-header-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 4, 13, .20);
  mix-blend-mode: multiply;
  z-index: -1;
}

.page-header__shape-1 {
  background-image: -moz-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  background-image: -webkit-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  background-image: -ms-linear-gradient(128.66deg, rgb(34, 34, 34) 0%, rgb(144, 81, 55) 57%, rgb(254, 127, 76) 100%);
  position: absolute;
  left: 0px;
  top: 140px;
  bottom: 0;
  width: 1120px;
  height: 620px;
  clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  mix-blend-mode: hard-light;
  opacity: .85;
  z-index: 2;
}

.page-header__shape-2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}

.page-header__shape-2 img {
  width: auto;
}


.page-header__shape-3 {
  position: absolute;
  top: 120px;
  left: 0;
  opacity: .12;
  z-index: 1;
}

.page-header__shape-3 img {
  width: auto;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 80px;
  color: var(--zeena-white);
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 19px;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: var(--zeena-white);
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-right: 25px;
}

.thm-breadcrumb li+li {
  margin-left: 4px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--zeena-white);
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--zeena-base);
}

/*--------------------------------------------------------------
# Case Single
--------------------------------------------------------------*/
.case-single {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.case-single__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.case-single__img img {
  width: 100%;
  border-radius: 10px;
}

.case-single__details {
  position: relative;
  display: block;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -55px;
  z-index: 1;
}

.case-single__details-inner {
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 40px 60px 40px;
  overflow: hidden;
  z-index: 1;
}

.case-single__shape-1 {
  position: absolute;
  bottom: -72px;
  left: -37px;
  opacity: .10;
  z-index: -1;
}

.case-single__shape-1 img {
  width: auto;
}

.case-single__shape-2 {
  position: absolute;
  top: -62px;
  right: -40px;
  opacity: .10;
  z-index: -1;
}

.case-single__shape-2 img {
  width: auto;
}

.case-single__details-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case-single__details-list li {
  position: relative;
  display: block;
}

.case-single__details-list li:last-child {
  padding: 19.5px 0;
}

.case-single__details-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65px;
  width: 1px;
  background-color: #e4e4ea;
}

.case-single__details-list li:first-child:before {
  display: none;
}

.case-single__details-content {
  position: relative;
  display: block;
}

.case-single__details-content p {
  font-size: 20px;
  font-weight: 700;
  color: var(--zeena-black);
  line-height: 20px;
  margin-bottom: 18px;
}

.case-single__details-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: var(--zeena-base);
}

.case-single__social {
  position: relative;
  display: flex;
  align-items: center;
}

.case-single__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.case-single__social a+a {
  margin-left: 28px;
}

.case-single__social a:hover {
  color: var(--zeena-base);
}

.case-single__content {
  position: relative;
  display: block;
  margin-top: 36px;
}

.case-single__content-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 38px;
}

.case-single__content-text-1 {
  margin-bottom: 38px;
}

.case-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #e4e4ea;
  border-bottom: 1px solid #e4e4ea;
  padding: 30px 0 30px;
  margin-top: 72px;
}

.case-details__pagination li {
  display: inline-block;
}

.case-details__pagination li.next {
  float: left;
  position: relative;
}

.case-details__pagination li a {
  font-size: 18px;
  color: var(--zeena-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.case-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  background-color: var(--zeena-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--zeena-black);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}

.case-details__pagination li.previous {
  position: relative;
  float: right;
}

.case-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  background-color: var(--zeena-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--zeena-black);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}

.case-details__pagination li a:hover i {
  color: var(--zeena-white);
  background-color: var(--zeena-base);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-details__left {
  position: relative;
  display: block;
}

.services-details__img {
  position: relative;
  display: block;
}

.services-details__img img {
  width: 100%;
}

.services-details__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 44px;
  margin-bottom: 18px;
}

.services-details__text {
  margin-top: 0;
  margin-bottom: 8px;
}

.services-details__text-2 {
  margin-top: 14px;
  margin-bottom: 44px;
}

.services-details__points {
  position: relative;
  display: block;
}

.services-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points li+li {
  margin-top: 20px;
}

.services-details__points li .icon {
  position: relative;
  display: inline-block;
}

.services-details__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 22px;
  color: var(--zeena-gray);
  background-color: #f2f2f2;
  border-radius: 50%;
}

.services-details__points li .text {
  margin-left: 17px;
}

.services-details__text-3 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.services-details__points-2 {
  position: relative;
  display: block;
}

.services-details__points-2 li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-2 li+li {
  margin-top: 9px;
}

.services-details__points-2 li p {
  margin-left: 15px;
}

.services-details__points-two-shape {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  background-color: #bfc2c3;
  border-radius: 50%;
}

.services-details__img-2 {
  position: relative;
  display: block;
  margin-top: 55px;
  margin-bottom: 27px;
}

.services-details__img-2 img {
  width: 100%;
}

.services-details__text-5 {
  margin-top: 14px;
  margin-bottom: 31px;
}

.services-details__img-and-points-box {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-img {
  position: relative;
  display: block;
}

.services-details__points-img img {
  width: auto;
}

.services-details__points-box {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -3px;
}

.services-details__points-3 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.services-details__points-3 li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__points-3 li+li {
  margin-top: 20px;
}

.services-details__points-3 li .icon {
  position: relative;
  display: inline-block;
}

.services-details__points-3 li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 22px;
  color: var(--zeena-gray);
  background-color: #f2f2f2;
  border-radius: 50%;
}

.services-details__points-3 li .text {
  margin-left: 17px;
}

.services-details__text-6 {
  margin-top: 38px;
  margin-bottom: 37px;
}

.services-details__faq {
  position: relative;
  display: block;
}

.services-details__faq .faq-one-accrodion .accrodion {
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #eaeaea;
}

.services-details__faq .faq-one-accrodion .accrodion-title {
  padding: 25px 40px 30px;
}

.services-details__right {
  position: relative;
  display: block;
}

.services-details__download {
  position: relative;
  display: block;
  background-color: #f1f3f2;
  padding: 50px 30px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-details__download-list {
  position: relative;
  display: block;
}

.services-details__download-list li {
  position: relative;
  display: block;
}

.services-details__download-list li+li {
  margin-top: 20px;
}

.services-details__download-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--zeena-white);
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: var(--zeena-black);
  padding: 20px 25px 19px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__download-list li a:hover {
  background-color: var(--zeena-base);
  color: var(--zeena-white);
}

.services-details__download-list li a span {
  position: relative;
  font-size: 20px;
}

.services-details__banner {
  position: relative;
  display: block;
  background-color: #646464;
  text-align: center;
  padding: 77px 40px 93px;
  margin-top: 30px;
  z-index: 1;
}

.services-details__banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.services-details__banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 4, 5, .80);
  mix-blend-mode: luminosity;
  z-index: -1;
}

.services-details__banner-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  color: var(--zeena-white);
}

.services-details__banner-text {
  font-size: 15px;
  line-height: 27px;
  color: var(--zeena-white);
  margin-top: 21px;
  margin-bottom: 35px;
}

.services-details__banner-btn {
  position: relative;
  display: block;
}

.services-details__banner-btn a {
  position: relative;
  display: inline-block;
  background-color: var(--zeena-base);
  font-size: 15px;
  font-weight: 500;
  color: var(--zeena-white);
  padding: 13px 35px 12px;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__banner-btn a:hover {
  color: var(--zeena-base);
  background-color: var(--zeena-white);
}

/*--------------------------------------------------------------
# Google Map One
--------------------------------------------------------------*/
.google-map-one {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 550px;
  width: 100%;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 91px 0 120px;
  z-index: 1;
}

.contact-page__left {
  position: relative;
  display: block;
}

.contact-page__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.contact-page__points {
  position: relative;
  display: block;
  margin-top: 59px;
}

.contact-page__points li {
  position: relative;
  display: flex;
}

.contact-page__points li+li {
  margin-top: 39px;
}

.contact-page__points li .icon {
  position: relative;
  display: inline-block;
  top: 8px;
}

.contact-page__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: var(--zeena-base);
}

.contact-page__points li .content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.contact-page__points li .content h3 {
  font-size: 27px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 15px;
}

.contact-page__points li .content p {
  font-size: 16px;
  line-height: 27px;
}

.contact-page__points li .content p a {
  color: var(--zeena-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__points li .content p a:hover {
  color: var(--zeena-base);
}

.contact-page__right {
  position: relative;
  display: block;
  margin-top: 50px;
}

.contact-page__form-box {
  position: relative;
  display: block;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__form-box .row {
  --bs-gutter-x: 20px;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid #dfe0e5;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: var(--zeena-gray);
  display: block;
  font-weight: 400;
  border-radius: 15px;
}

.contact-page__input-box textarea {
  font-size: 15px;
  font-weight: 400;
  color: var(--zeena-gray);
  height: 200px;
  width: 100%;
  border: 1px solid #dfe0e5;
  padding: 20px 20px 30px;
  outline: none;
  margin: 0;
  border-radius: 15px;
}

.contact-page__btn-box {
  position: relative;
  display: block;
}

.contact-page__btn {
  border: none;
  background-color: var(--zeena-base);
  font-size: 16px;
  color: var(--zeena-white);
  padding: 11px 35px 14px;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__btn:hover {
  color: var(--zeena-white);
  background-color: var(--zeena-black);
}

.contact-page__btn span {
  position: relative;
  margin-left: 3px;
}

.contact-page__input-box .text-message-box {
  height: 200px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 80px;
  z-index: 1;
}

.team-details__shape-1 {
  position: absolute;
  right: 0;
  top: 88px;
  opacity: .50;
  z-index: -1;
}

.team-details__shape-1 img {
  width: auto;
}

.team-details__left {
  position: relative;
  display: block;
}

.team-details__img {
  position: relative;
  display: block;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 2px;
}

.team-details__img img {
  width: 100%;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 2px;
}

.team-details__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 222px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(4, 9, 66, 0.05);
  padding: 20px 30px 21px;
}

.team-details__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #040405;
}

.team-details__content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.team-details__content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 7px;
}

.team-details__social-box {
  position: absolute;
  left: 0;
  bottom: 100px;
}

.team-details__social {
  position: relative;
  display: block;
  background-color: var(--zeena-base);
  padding: 00px 0px 0px;
  border-radius: 10px;
}

.team-details__social li {
  position: relative;
  display: block;
}

.team-details__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 45px;
  width: 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.team-details__social li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: rgba(var(--zeena-white-rgb), .22);
  -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;
}

.team-details__social li a:hover:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-details__arrow-box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.team-details__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 26px;
}

.team-details__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.team-details__text {
  font-size: 14px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.team-details__points {
  position: relative;
  display: block;
}

.team-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__points li+li {
  margin-top: 20px;
}

.team-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(183, 168, 168, 0.4);
}

.team-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: #161735;
}


.team-details__points li .text {
  margin-left: 17px;
}

.team-details__points li .text p {
  font-size: 14px;
}

.team-details__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 34px;
}

.team-details__points-2 {
  position: relative;
  display: block;
}

.team-details__points-2 li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__points-2 li+li {
  margin-top: 9px;
}

.team-details__points-2 li h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.team-details__points-2 li p {
  font-size: 18px;
  font-weight: 500;
  margin-left: 12px;
}

.team-details__points-2 li p a {
  color: var(--zeena-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__points-2 li p a:hover {
  color: var(--zeena-base);
}

.team-details__points-3 {
  margin-left: 40px;
}

/*--------------------------------------------------------------
# Qualification
--------------------------------------------------------------*/
.qualification {
  position: relative;
  display: block;
  padding-bottom: 70px;
  z-index: 1;
}

.qualification__inner {
  position: relative;
  display: flex;
  align-items: center;
}

.qualification__left {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  background-color: #f1f3f2;
  padding: 56px 60px 52px;
  padding-right: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.qualification__left-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.qualification__left-text {
  color: #161735;
  margin-top: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
}

.qualification__left-text-2 {
  line-height: 34px;
  letter-spacing: -0.02em;
}

.qualification__left-text-3 {
  color: #161735;
  line-height: 34px;
  margin-top: 34px;
  letter-spacing: -0.02em;
}

.qualification__left-text-4 {
  line-height: 34px;
  letter-spacing: -0.02em;
}

.qualification__right {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  background-color: #f1f3f2;
  border-radius: 8px;
  padding: 56px 60px 63px;
  margin-left: 30px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.qualification__right-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.qualification__points {
  position: relative;
  display: block;
}

.qualification__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.qualification__points li+li {
  margin-top: 17px;
}

.qualification__points li .icon {
  position: relative;
  display: inline-block;
}

.qualification__points li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-size: 7px;
  color: var(--zeena-white);
  background-color: #161735;
  border-radius: 50%;
}

.qualification__points li .text {
  margin-left: 20px;
}

.qualification__points li .text p {
  font-size: 17px;
  letter-spacing: -0.02em;
}

/*--------------------------------------------------------------
# why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: #f1f3f2;
  padding: 120px 0 120px;
  z-index: 1;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.why-choose-one__text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 45px;
  margin-bottom: 36px;
}

.why-choose-one__points {
  position: relative;
  display: block;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.why-choose-one__points li+li {
  margin-top: 42px;
}

.why-choose-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  height: 80px;
  width: 100%;
  border-radius: 50%;
  background-color: var(--zeena-white);
  box-shadow: 0px 2px 20px 0px rgba(9, 24, 84, 0.08);
  z-index: 1;
}

.why-choose-one__points li .icon::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: var(--zeena-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.why-choose-one__points li .icon:hover::before {
  background-color: var(--zeena-black);
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--zeena-white);
}

.why-choose-one__points li .content {
  margin-left: 20px;
  position: relative;
  top: 5px;
}

.why-choose-one__points li .content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #161735;
}

.why-choose-one__points li .content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 67px;
  margin-right: -375px;
}

.why-choose-one__img {
  position: relative;
  display: block;
}

.why-choose-one__img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 40px;
  z-index: 1;
}

.about-three__left {
  position: relative;
  display: block;
  z-index: 2;
}

.about-three__top {
  position: relative;
  display: block;
  margin-right: -200px;
  margin-bottom: 35px;
}

.about-three__feature-single {
  position: relative;
  display: flex;
  align-items: center;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  padding: 69px 40px 60px;
  margin-bottom: 30px;
}

.about-three__feature-single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: var(--zeena-black);
}

.about-three__feature-single-2::before {
  background-color: var(--zeena-white);
}

.about-three__feature-icon {
  position: relative;
  display: inline-block;
}

.about-three__feature-icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--zeena-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-three__feature-single:hover .about-three__feature-icon span {
  transform: scale(0.9);
}

.about-three__feature-title {
  margin-left: 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# Section Title Three
--------------------------------------------------------------*/
.section-title-three {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 57px;
}

.section-title-three__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title-three__tagline {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: var(--zeena-base);
  font-weight: 400;
}

.section-title-three__tagline::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--zeena-base);
}

.section-title-three__title {
  margin: 0;
  color: var(--zeena-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 2px;
}

.about-three .section-title-three {
  margin-bottom: 37px;
}

.about-three__text {
  font-size: 17px;
  line-height: 34px;
}

.about-three__it-solution {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  padding: 27px 0 26px;
  margin-top: 39px;
}

.about-three__it-solution-img {
  position: relative;
  display: block;
}

.about-three__it-solution-img img {
  width: auto;
  border-radius: var(--zeena-bdr-radius);
}

.about-three__it-solution-content {
  position: relative;
  display: block;
  margin-left: 23px;
}

.about-three__it-solution-content p {
  font-weight: 600;
  color: var(--zeena-black);
}

.about-three__it-solution-content p span {
  color: #f94d1c;
  font-size: 24px;
}

.about-three__founder {
  position: relative;
  display: block;
  margin-top: 38px;
}

.about-three__founder-text {
  font-size: 26px;
  color: var(--zeena-black);
  font-family: var(--zeena-reey-font);
  line-height: 36px;
}

.about-three__founder-text span {
  font-size: 20px;
  font-family: var(--zeena-font);
}

.about-three__right {
  margin-left: 41px;
  margin-right: -262px;
}

.about-three__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img-box::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 160px;
  bottom: 40px;
  right: -100000px;
  background-color: #f1f2f2;
  z-index: -1;
}

.about-three__single-img-box {
  position: relative;
  display: block;
}

.about-three__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}

.about-three__single-img img {
  width: 100%;
  border-radius: 10px;
}

.about-three__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-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: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  font-size: 23px;
  color: var(--zeena-white);
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  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;
  z-index: 1;
}

.about-three__video-icon:before {
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  content: "";
  border-radius: 50%;
  border: 2px solid rgba(var(--zeena-white-rgb), .31);
  z-index: 1;
}

.about-three__video-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zeena-black);
  border-radius: 50%;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.about-three__video-icon:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Share The Joy
--------------------------------------------------------------*/
.share-the-joy {
  position: relative;
  display: block;
}

.share-the-joy__wrap {
  position: relative;
  display: block;
  max-width: 1595px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  padding: 110px 0 120px;
  z-index: 1;
}

.share-the-joy__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.share-the-joy__inner {
  position: relative;
  display: block;
}

.share-the-joy__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: var(--zeena-white);
}

.share-the-joy__btn-box {
  position: relative;
  display: inline-block;
  margin-top: 57px;
}

.share-the-joy__btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--zeena-white);
  letter-spacing: 0.2em;
  padding: 19px 60px 17px;
  text-transform: uppercase;
  padding-right: 50px;
  border-radius: 8px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  overflow: hidden;
  z-index: 1;
}

.share-the-joy__btn:hover {
  color: var(--zeena-white);
}

.share-the-joy__btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-black);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.share-the-joy__btn:hover:before {
  top: -40%;
}

.share-the-joy__shape-1 {
  position: absolute;
  right: -135px;
  top: -60px;
}

.share-the-joy__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-three__left {
  position: relative;
  display: block;
  margin-left: -42px;
  margin-top: 17px;
}

.services-three__left .section-title-three {
  margin-bottom: 37px;
}

.services-three__text-1 {
  font-size: 16px;
  line-height: 28px;
}

.services-three__text-2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 13px;
}

.services-three__bottom {
  position: relative;
  display: block;
  margin-top: 55px;
}

.services-three__bottom .row {
  --bs-gutter-x: 13px;
}

.services-three__bottom-single {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #f2f4fb;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  padding: 41px 40px 34px;
  margin-bottom: 30px;
}

.services-three__bottom-icon {
  position: relative;
  display: block;
  width: 57px;
  margin: 0 auto;
}

.services-three__bottom-icon img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__bottom-single:hover .services-three__bottom-icon img {
  transform: scale(0.9);
}

.services-three__bottom-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 21px;
}

.services-three__bottom-title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__bottom-title a:hover {
  color: var(--zeena-base);
}

.services-three__right {
  position: relative;
  display: block;
  margin-left: 38px;
  margin-right: -38px;
}

.services-three__right-single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 30px 0px rgba(9, 24, 84, 0.08);
  padding: 54px 30px 58px;
  margin-bottom: 30px;
}

.services-three__right-single-1 {
  margin-top: 60px;
}

.services-three__right-icon {
  position: relative;
  display: inline-block;
  margin-left: 27px;
}

.services-three__right-icon img {
  width: auto;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__right-single:hover .services-three__right-icon img {
  transform: scale(0.9);
}

.services-three__right-icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -27px;
  width: 55px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(26, 26, 26, 0.051);
}

.services-three__right-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 2px;
  margin-top: 27px;
}

.services-three__right-title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__right-title a:hover {
  color: var(--zeena-base);
}

.services-three__right-text {
  font-size: 16px;
  line-height: 30px;
}

.services-three__right-single-2 {
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
}

.services-three__right-single-2 .services-three__right-icon::before {
  background-color: rgba(255, 255, 255, 0.122);
}

.services-three__right-single-2 .services-three__right-title a {
  color: var(--zeena-white);
}

.services-three__right-single-2 .services-three__right-title a:hover {
  color: var(--zeena-black);
}

.services-three__right-single-2 .services-three__right-text {
  color: var(--zeena-white);
}

.services-three__right-single-3 {
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
}

.services-three__right-single-3 .services-three__right-icon::before {
  background-color: rgba(255, 255, 255, 0.122);
}

.services-three__right-single-3 .services-three__right-title a {
  color: var(--zeena-white);
}

.services-three__right-single-3 .services-three__right-title a:hover {
  color: var(--zeena-black);
}

.services-three__right-single-3 .services-three__right-text {
  color: var(--zeena-white);
}

.services-three__right-single-4 {
  margin-top: -60px;
}

/*--------------------------------------------------------------
# Providing One
--------------------------------------------------------------*/
.providing-one {
  position: relative;
  display: block;
}

.providing-one__wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.providing-one__left {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 705px;
}

.providing-one__content {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 300px;
  width: 100%;
  padding: 50px 40px 54px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
}

.providing-one__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  color: var(--zeena-white);
  letter-spacing: 0.02em;
  margin-bottom: 29px;
}

.providing-one__read-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--zeena-white);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.providing-one__read-more:hover {
  color: var(--zeena-black);
}

.providing-one__read-more::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #cbb0c8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.providing-one__read-more:hover::before {
  background-color: var(--zeena-black);
}

.providing-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.providing-one__right {
  position: relative;
  display: block;
  float: right;
  width: 50%;
}

.providing-one__right .google-map-two {
  position: relative;
  display: block;
}

.providing-one__right .google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 705px;
  width: 100%;
}

/*--------------------------------------------------------------
# Faq Three
--------------------------------------------------------------*/
.faq-three {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-three__left {
  position: relative;
  display: block;
  margin-right: 40px;
}

.faq-three__left .section-title-three {
  margin-bottom: 29px;
}

.faq-three__left .section-title-three__title {
  letter-spacing: -0.04em;
}

.faq-three__text {
  font-size: 16px;
  line-height: 30px;
}

.faq-three__img {
  position: relative;
  display: block;
  margin-top: 48px;
}

.faq-three__img img {
  width: 100%;
}

.faq-three__right {
  position: relative;
  display: block;
}

.faq-three-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid transparent;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-three-accrodion .accrodion.active {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e1eaea;
}

.faq-three-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 40px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.faq-three-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  color: var(--zeena-black);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-three-accrodion .accrodion.active .accrodion-title h4 {
  color: #f94d1c;
}

.faq-three-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-three-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  color: var(--zeena-black);
  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: 21px;
  height: 21px;
}

.faq-three-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--zeena-base);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-three-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 3px;
}

.faq-three-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #6e7a7a;
}

/*--------------------------------------------------------------
# Portfolio Three
--------------------------------------------------------------*/
.portfolio-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.portfolio-three .container {
  max-width: 1680px;
}

.portfolio-three .row {
  --bs-gutter-x: 20px;
}

.portfolio-three .section-title-three {
  margin-bottom: 52px;
}

.portfolio-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-three__img-box {
  position: relative;
  display: block;
}

.portfolio-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-three__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__single:hover .portfolio-three__img img {
  transform: scale(1.05);
}

.portfolio-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--zeena-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.portfolio-three__single:hover .portfolio-three__img:before {
  transform: translate3d(0px, 0, 0px);
}

.portfolio-three__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 30px 0px rgba(9, 24, 84, 0.08);
  padding: 24px 27px 31px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -110px;
  z-index: 2;
}

.portfolio-three__title-box {
  position: relative;
  display: block;
}

.portfolio-three__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.portfolio-three__title a {
  color: var(--zena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__title a:hover {
  color: var(--zeena-base);
}

.portfolio-three__text {
  line-height: 30px;
  margin-top: 8px;
}

.portfolio-three__arrow {
  position: relative;
  display: block;
}

.portfolio-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 30px;
  color: var(--zeena-white);
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  overflow: hidden;
  z-index: 1;
}

.portfolio-three__arrow a:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-black);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.portfolio-three__arrow a:hover:before {
  top: -40%;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.team-three .container {
  max-width: 1650px;
}

.team-three .section-title-three {
  margin-bottom: 67px;
}

.team-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-three__img-box {
  position: relative;
  display: block;
}

.team-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-three__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--zeena-black-rgb), .30);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-three__single:hover .team-three__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-three__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-three__single:hover .team-three__img img {
  transform: scale(1.05);
}

.team-three__social {
  position: absolute;
  right: 30px;
  top: 30px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
  z-index: 2;
}

.team-three__single:hover .team-three__social {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 600ms;
}

.team-three__social li {
  position: relative;
  display: block;
}

.team-three__social li+li {
  margin-top: 15px;
}

.team-three__social li a {
  position: relative;
  display: flex;
  font-size: 15px;
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background-color: var(--zeena-white);
  overflow: hidden;
  z-index: 1;
}

.team-three__social li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.team-three__social li a:hover {
  color: var(--zeena-white);
}

.team-three__social li a:hover:before {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team-three__name-box {
  position: absolute;
  bottom: 180px;
  left: -100px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 17px 20px 25px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 4% 100%);
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-position: top right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.team-three__single:hover .team-three__name-box {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1) rotate(-90deg);
  transition-delay: 500ms;
}

.team-three__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.team-three__name a {
  color: var(--zeena-white);
}

.team-three__sub-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: var(--zeena-white);
  margin-top: 9px;
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
  position: relative;
  display: block;
  z-index: 2;
}

.counter-three__inner {
  position: relative;
  display: block;
  padding: 59px 0 0px;
  z-index: 1;
}

.counter-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-three__single {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 56px;
}

.counter-three__single-1::after {
  display: none;
}

.counter-three__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 128px;
  height: 5px;
  background-color: #f94d1c;
  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);
}

.counter-three__single:hover::before {
  transform: scaleX(1.0) translateX(-50%);
}

.counter-three__single::after {
  content: "";
  position: absolute;
  top: 26px;
  left: -25px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f94d1c;
}

.counter-three__count {
  position: relative;
  display: flex;
  justify-content: center;
}

.counter-three__count .count-text {
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
  background: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-three__count span {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  color: var(--zeena-base);
  position: relative;
  top: -8px;
}

.counter-three__count-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--zeena-black);
  margin-top: 19px;
}

/*--------------------------------------------------------------
# Video Three
--------------------------------------------------------------*/
.video-three {
  position: relative;
  display: block;
  background-color: var(--zeena-primary);
  margin-top: -200px;
  z-index: 1;
}

.video-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-three__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .23;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-three__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 334px 0 177px;
}

.video-three__video-link {
  position: relative;
  display: block;
}

.video-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: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  margin: 0 auto;
  font-size: 23px;
  color: var(--zeena-white);
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  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;
  z-index: 1;
}

.video-three__video-icon:before {
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  content: "";
  border-radius: 50%;
  border: 2px solid rgba(var(--zeena-white-rgb), .31);
  z-index: 1;
}

.video-three__video-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--zeena-black);
  border-radius: 50%;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.video-three__video-icon:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.video-three__video-link .ripple,
.video-three__video-icon .ripple:before,
.video-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--zeena-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.video-three__title {
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  color: var(--zeena-white);
  margin-top: 44px;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 245px 0 150px;
  z-index: 1;
}

.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.08;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.testimonial-three__inner {
  position: relative;
  display: block;
  margin-left: -76px;
  margin-right: 440px;
  z-index: 1;
}

.testimonial-three__inner .section-title-three {
  margin-bottom: 61px;
}

.testimonial-three__single {
  position: relative;
  display: block;
}

.testimonial-three__quote {
  position: relative;
  display: block;
  width: 120px;
}

.testimonial-three__quote img {
  width: 100%;
}

.testimonial-three__text {
  margin-top: 40px;
  margin-bottom: 48px;
}

.testimonial-three__client-box {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-three__client-img {
  position: relative;
  display: block;
}

.testimonial-three__client-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial-three__client-info {
  position: relative;
  display: block;
  margin-left: 25px;
}

.testimonial-three__client-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 1px;
}

.testimonial-three__client-sub-title {
  font-size: 14px;
  line-height: 24px;
  color: #f94d1c;
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  bottom: 16px;
  right: 146px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  color: var(--zeena-black);
  background-color: #f1f1f1;
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  color: var(--zeena-black);
  background-color: #f1f1f1;
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: #d1d1d1;
}

.testimonial-three__shape-1 {
  position: absolute;
  right: -605px;
  top: -127px;
  z-index: -1;
}

.testimonial-three__shape-1 img {
  width: auto;
}

.testimonial-three__shape-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.testimonial-three__shape-2 img {
  width: auto;
}

.testimonial-three__shape-3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.testimonial-three__shape-3 img {
  width: auto;
}

.testimonial-three__shape-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.testimonial-three__shape-4 img {
  width: auto;
}

.testimonial-three__shape-5 {
  position: absolute;
  right: 90px;
  top: 97px;
  width: 19px;
  height: 19px;
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  background-color: rgba(143, 73, 249, 0);
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
}

.testimonial-three__shape-6 {
  position: absolute;
  left: 258px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #d1b0fe;
  background-color: rgba(143, 73, 249, 0);
  box-shadow: 0px 28px 45px 0px rgba(176, 124, 255, 0.35);
}

.testimonial-three__right-img {
  position: absolute;
  left: 50%;
  top: 270px;
  transform: translateX(-50%);
  z-index: 1;
}

.testimonial-three__right-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial-three__right-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  border: 1px solid #d0d1d9;
  transform: translateX(-50%);
  z-index: -1;
}

.testimonial-three__right-img-2 {
  position: absolute;
  left: 0;
  top: 63px;
  z-index: 1;
}

.testimonial-three__right-img-2 img {
  width: auto;
  border-radius: 50%;
}

.testimonial-three__right-img-3 {
  position: absolute;
  left: 353px;
  top: 30px;
  z-index: 1;
}

.testimonial-three__right-img-3 img {
  width: auto;
  border-radius: 50%;
}

.testimonial-three__right-img-4 {
  position: absolute;
  right: -15px;
  top: 282px;
  z-index: 1;
}

.testimonial-three__right-img-4 img {
  width: auto;
  border-radius: 50%;
}

.testimonial-three__right-img-5 {
  position: absolute;
  right: 23px;
  bottom: 30PX;
  z-index: 1;
}

.testimonial-three__right-img-5 img {
  width: auto;
  border-radius: 50%;
}

.testimonial-three__right-img-6 {
  position: absolute;
  left: 236PX;
  bottom: -29px;
  z-index: 1;
}

.testimonial-three__right-img-6 img {
  width: auto;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 1;
}

.blog-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-three__img-box {
  position: relative;
  display: block;
}

.blog-three__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--zeena-bdr-radius);
  border-top-right-radius: var(--zeena-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.blog-three__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-top-left-radius: var(--zeena-bdr-radius);
  border-top-right-radius: var(--zeena-bdr-radius);
  background-color: rgba(var(--zeena-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.blog-three__single:hover .blog-three__img:before {
  transform: translate3d(0px, 0, 0px);
}

.blog-three__img img {
  width: 100%;
  border-top-left-radius: var(--zeena-bdr-radius);
  border-top-right-radius: var(--zeena-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three__single:hover .blog-three__img img {
  transform: scale(1.05);
}

.blog-three__date {
  position: absolute;
  bottom: -35px;
  right: 20px;
  z-index: 2;
}

.blog-three__date p {
  position: relative;
  display: block;
  border-radius: var(--zeena-bdr-radius);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: var(--zeena-white);
  text-align: center;
  padding: 14px 13px 17px;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
}

.blog-three__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 18px 40px 17px;
  padding-right: 20px;
  border-bottom-left-radius: var(--zeena-bdr-radius);
  border-bottom-right-radius: var(--zeena-bdr-radius);
}

.blog-three__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-three__meta li {
  position: relative;
  display: block;
}

.blog-three__meta li+li {
  margin-left: 34px;
}

.blog-three__meta li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.blog-three__meta li p span {
  position: relative;
  margin-right: 8px;
  color: #f94d1c;
}

.blog-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 14px;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.blog-three__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three__title a:hover {
  color: var(--zeena-base);
}

.blog-three__text {
  font-size: 17px;
}

.blog-three__btn {
  position: relative;
  display: block;
  border-top: 1px solid #e4e4ea;
  margin-top: 32px;
  margin-right: 15px;
}

.blog-three__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 10px;
  color: var(--zeena-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three__btn a:hover {
  color: var(--zeena-base);
}

.blog-three__btn a span {
  font-size: 16px;
  position: relative;
  font-weight: 900;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 117px 0 117px;
}

.cta-two__left {
  position: relative;
  display: block;
}

.cta-two__sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--zeena-white);
}

.cta-two__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: var(--zeena-white);
  margin-top: 9px;
}

.cta-two__btn-box {
  position: relative;
  display: block;
}

.cta-two__btn {
  font-size: 16px;
  line-height: 16px;
  background-color: #161735;
  color: var(--zeena-white);
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 30px 31px;
  overflow: hidden;
  transition-duration: 800ms;
  z-index: 1;
}

.cta-two__btn:hover {
  color: var(--zeena-base);
}

.cta-two__btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--zeena-white);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.cta-two__btn:hover:before {
  top: -40%;
}

.cta-two__btn span {
  position: relative;
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
  position: relative;
  display: block;
  background-color: #161735;
}

.site-footer-three__top {
  position: relative;
  display: block;
  padding: 93px 0 90px;
}

.footer-widget-three__about {
  position: relative;
  display: block;
}

.footer-widget-three__about-text {
  font-size: 14px;
  line-height: 30px;
  color: #b6bfc1;
}

.footer-widget-three__email-box {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-right: 30px;
}

.footer-widget-three__email-input-box input[type="email"] {
  height: 65px;
  width: 100%;
  background-color: var(--zeena-white);
  outline: none;
  font-size: 14px;
  color: #737879;
  font-weight: 400;
  border: none;
  padding-right: 70px;
  padding-left: 30px;
}

.footer-widget-three__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 60px;
  color: var(--zeena-white);
  background-image: -moz-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(123, 67, 151) 0%, rgb(220, 36, 48) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget-three__explore {
  position: relative;
  display: block;
  margin-left: 50px;
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.footer-widget-three__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: var(--zeena-white);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-widget-three__list {
  position: relative;
  display: block;
}

.footer-widget-three__list li {
  position: relative;
  display: block;
}

.footer-widget-three__list li+li {
  margin-top: 4px;
}

.footer-widget-three__list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #bfbfbf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__list li a:hover {
  color: var(--zeena-base);
}

.footer-widget-three__company {
  position: relative;
  display: block;
  margin-left: 100px;
}

.footer-widget-three__contact {
  position: relative;
  display: block;
  margin-left: 68px;
}

.footer-widget-three__contact .footer-widget-three__title-box {
  margin-bottom: 33px;
}

.footer-widget-three__contact-list {
  position: relative;
  display: block;
}

.footer-widget-three__contact-list li {
  position: relative;
  display: block;
}

.footer-widget-three__contact-list li+li {
  margin-top: 32px;
}

.footer-widget-three__contact-list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #f94d1c;
}

.footer-widget-three__contact-list li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact-list li a:hover {
  color: var(--zeena-base);
}

.site-footer-three__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--zeena-white-rgb), .20);
  z-index: 1;
}

.site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0 41px;
}

.site-footer-three__bottom-text {
  color: var(--zeena-white);
  font-size: 14px;
}

.site-footer-three__bottom-links {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-three__bottom-links li {
  position: relative;
  display: block;
}

.site-footer-three__bottom-links li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -8px;
  bottom: 11px;
  width: 2px;
  background-color: #d3d3d6;
}

.site-footer-three__bottom-links li:first-child::before {
  display: none;
}

.site-footer-three__bottom-links li+li {
  margin-left: 14px;
}

.site-footer-three__bottom-links li a {
  font-size: 14px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__bottom-links li a:hover {
  color: var(--zeena-base);
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.portfolio-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-page__img-box {
  position: relative;
  display: block;
}

.portfolio-page__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-page__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--zeena-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.portfolio-page__single:hover .portfolio-page__img:before {
  transform: translate3d(0px, 0, 0px);
}

.portfolio-page__img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-page__single:hover .portfolio-page__img img {
  transform: scale(1.05);
}

.portfolio-page__content {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 25px 24px;
  padding-right: 20px;
  border-radius: 5px;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  border-bottom-right-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
  z-index: 2;
}

.portfolio-page__single:hover .portfolio-page__content {
  transform: perspective(400px) scaleY(1.0);
}

.portfolio-page__title-box {
  position: relative;
  display: block;
}

.portfolio-page__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.portfolio-page__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-page__title a:hover {
  color: var(--zeena-base);
}

.portfolio-page__sub-title {
  font-size: 14px;
  line-height: 24px;
  margin-top: 11px;
}

.portfolio-page__arrow {
  position: relative;
  display: block;
}

.portfolio-page__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 50px;
  background-color: var(--zeena-base);
  font-size: 20px;
  color: var(--zeena-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-page__arrow a:hover {
  background-color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  background-color: #020202;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: .80;
  z-index: -1;
}

.services-four .section-title__tagline-box {
  justify-content: center;
}

.services-four .section-title__tagline {
  color: var(--zeena-white);
}

.services-four .section-title__tagline::before {
  background-color: var(--zeena-white);
}

.services-four .section-title__title {
  color: var(--zeena-white);
}

.services-four__single {
  position: relative;
  display: block;
  background-color: var(--zeena-white);
  border-radius: 5px;
  overflow: hidden;
  padding: 50px 50px 45px;
  margin-bottom: 30px;
  z-index: 1;
}

.services-four__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: var(--zeena-base);
  transform: scaleY(0.7) rotateY(70deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-four__single:hover::before {
  transform: scaleY(1.0) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-four__shape-1 {
  position: absolute;
  top: -95px;
  right: -95px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  opacity: 0.102;
  width: 191px;
  height: 191px;
  transform: translateX(150px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-four__single:hover .services-four__shape-1 {
  transform: translateX(0);
  transition-delay: 500ms;
}

.services-four__shape-2 {
  position: absolute;
  bottom: -95px;
  left: -95px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  opacity: 0.102;
  width: 191px;
  height: 191px;
  transform: translateX(-150px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-four__single:hover .services-four__shape-2 {
  transform: translateX(0);
  transition-delay: 700ms;
}

.services-four__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.services-four__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--zeena-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
  transform: scale(.9);
  color: var(--zeena-white);
}

.services-four__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 40px;
}

.services-four__title a {
  color: var(--zeena-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__title a {
  color: var(--zeena-white);
}

.services-four__text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__text {
  color: var(--zeena-white);
}

.services-four__arrow {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #bcbfc7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__arrow {
  color: var(--zeena-white);
}

/*--------------------------------------------------------------
# About Page Faq
--------------------------------------------------------------*/
.about-page-faq {
  padding: 120px 0 0;
}

/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
  position: relative;
  display: block;
  padding-bottom: 120px;
  margin-top: -190px;
  z-index: 2;
}

.testimonial-four__wrap {
  position: relative;
  display: block;
  max-width: 1620px;
  margin: 0 auto;
  background-color: var(--zeena-white);
  padding-top: 120px;
}

.testimonial-four__inner {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 70px 0px rgba(23, 44, 221, 0.08);
  z-index: 1;
  padding: 70px 70px 150px;
}

.testimonial-four .section-title__tagline-box {
  justify-content: center;
}

.testimonial-four__left {
  position: relative;
  display: block;
}

.testimonial-four__carousel {
  position: relative;
  display: block;
}

.testimonial-four__single {
  position: relative;
  display: block;
}

.testimonial-four__quote {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.testimonial-four__quote span {
  position: relative;
  font-size: 51px;
  color: var(--zeena-base);
}

.testimonial-four__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 12px;
}

.testimonial-four__client-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.testimonial-four__client-img {
  position: relative;
  display: block;
}

.testimonial-four__client-img img {
  width: auto;
}

.testimonial-four__client-info {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-four__client-name {
  font-size: 21px;
  font-weight: 600;
}

.testimonial-four__client-sub-title {
  font-size: 14px;
  line-height: 14px;
  margin-top: 7px;
  margin-bottom: 17px;
}

.testimonial-four__client-ratting {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-four__client-ratting span {
  font-size: 8px;
  color: var(--zeena-base);
}

.testimonial-four__client-ratting span+span {
  margin-left: 3px;
}

.testimonial-four__carousel.owl-theme .owl-nav {
  position: absolute;
  margin: 0;
  bottom: -80px;
  left: 0;
  right: 0;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
  height: 45px;
  width: 46px;
  line-height: 45px;
  border-radius: 0;
  color: var(--zeena-white);
  background-color: var(--zeena-base);
  font-size: 14px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
  height: 45px;
  width: 46px;
  line-height: 45px;
  border-radius: 0;
  color: var(--zeena-white);
  background-color: var(--zeena-black);
  font-size: 14px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 1px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-four__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-four__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--zeena-white);
  color: var(--zeena-black);
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
  background-color: var(--zeena-white);
  padding-top: 0;
}

.services-five .services-four__bg {
  display: none;
}


.services-five .section-title__tagline {
  color: var(--zeena-black);
}

.services-five .section-title__tagline::before {
  background-color: var(--zeena-black);
}

.services-five .section-title__title {
  color: var(--zeena-black);
}

.services-five .services-four__single {
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}





.section-festival-portfolio .portfolio-page__img {
	aspect-ratio: 4/3;
	overflow: hidden;   /* cache le débordement */
}
.section-festival-portfolio .portfolio-page__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;  /* rogne l’image pour remplir sans déformer */
}
