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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --invit-font: "DM Sans", sans-serif;
  --invit-font-two: 'reeyregular';
  --invit-gray: #878c8f;
  --invit-gray-rgb: 135, 140, 143;
  --invit-white: #ffffff;
  --invit-white-rgb: 255, 255, 255;
  --invit-base: #e81cff;
  --invit-base-rgb: 232, 28, 255;
  --invit-black: #262638;
  --invit-black-rgb: 38, 38, 56;
  --invit-primary: #439cfb;
  --invit-primary-rgb: 67, 156, 251;
  --invit-extra: #f4f4f4;
  --invit-extra-rgb: 244, 244, 244;
  --invit-bdr-color: #dddddd;
  --invit-bdr-rgb: 221, 221, 221;

}

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

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

body {
  font-family: var(--invit-font);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--invit-gray);
}

body.locked {
  overflow: hidden;
}

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--invit-black);
  margin: 0;
}

p {
  margin: 0;
}

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

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

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

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

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1344px) {
  .container {
    max-width: 1344px;
  }
}

::-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(--invit-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
}

.section-title__shape {
  position: relative;
  display: block;
  height: 2px;
  width: 28px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  top: -3px;
}

.section-title__shape-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 28px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  top: -3px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  color: var(--invit-gray);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-title__title {
  margin: 0;
  color: var(--invit-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 3px;
  letter-spacing: -0.04em;
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--invit-white);
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 22px 50px 22px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  gap: 15px;
  z-index: 1;
}

.thm-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(0deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  clip-path: polygon(0% 0%, 93% 0, 100% 50%, 93% 100%, 0% 100%);
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}


.thm-btn:hover {
  color: var(--invit-white);
}

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

.thm-btn span {
  position: relative;
  display: flex;
  align-items: center;
}



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

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

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

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

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

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

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

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

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--invit-black);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--invit-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--invit-base);
}

.scroll-to-top:hover i {
  color: var(--invit-white);
}



/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.main-header__top {
  position: relative;
  display: block;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid 1px solid rgba(var(--invit-black-rgb), .20);
  border-bottom: 1px solid rgba(var(--invit-black-rgb), .20);
  padding: 19px 50px 19px;
  background-color: var(--invit-white);
}

.main-header__contact-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 125px;
}

.main-header__contact-info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
}

.main-header__contact-info li:before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -62.5px;
  width: 1px;
  background-color: rgba(var(--invit-black-rgb), .20);
  z-index: -1;
}

.main-header__contact-info li:first-child:before {
  display: none;
}

.main-header__contact-info li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 50px;
  background-color: var(--invit-extra);
  border-radius: 5px;
}

.main-header__contact-info li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-header__contact-info li .content p {
  color: #777777;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}

.main-header__contact-info li .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(var(--invit-black-rgb), .85);
}

.main-header__contact-info li .content h5 a {
  color: rgba(var(--invit-black-rgb), .85);
}

.main-header__contact-info li .content h5 a:hover {
  color: var(--invit-base);
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-header__social a i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--invit-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__social a:hover i {
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(var(--invit-black-rgb), .20);
  background-color: var(--invit-white);
  border-top: 0;
  padding: 0 50px;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: block;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 24px 0;
  z-index: 1;
}

.main-menu__logo a {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

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

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 0;
}

.main-menu__cart a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.main-menu__cart a span {
  font-size: 24px;
  color: var(--invit-black);
}

.main-menu__cart a p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  border-radius: 50%;
  font-size: 12px;
  color: var(--invit-white);
  font-weight: 600;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
}

.main-menu__search-text {
  font-size: 17px;
  color: var(--invit-black);
  font-weight: 400;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  border-radius: 50%;
}

.main-menu__search span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}




.stricky-header.main-menu {
  background-color: var(--invit-white);
}

.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: 25px;
  padding-bottom: 25px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.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(--invit-black);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 0px;
  width: 2px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 25px;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 16px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 55%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: var(--invit-black);
  transform: translateY(-50%);
  font-weight: 700;
  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(--invit-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(--invit-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(var(--invit-bdr-rgb), .50);
}

.main-menu .main-menu__list>li>ul>li:last-child,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li:last-child,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child {
  border-bottom: 0;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--invit-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--invit-base);
  color: var(--invit-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.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(--invit-base);
  cursor: pointer;
}

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

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

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--invit-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--invit-black);
}

@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(--invit-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(--invit-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(--invit-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(--invit-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--invit-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(--invit-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(--invit-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(--invit-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(--invit-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--invit-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--invit-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(--invit-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--invit-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

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

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

.main-header-two__top {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

.main-header-two__contact-list li+li {
  margin-left: 50px;
}

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

.main-header-two__contact-list li .icon i {
  font-size: 17px;
  color: var(--invit-white);
}

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

.main-header-two__contact-list li .text p {
  font-size: 18px;
  color: var(--invit-white);
  font-weight: 500;
}

.main-header-two__contact-list li .text p a {
  color: var(--invit-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
  color: var(--invit-black);
}

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

.main-header-two__logo a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--invit-white-rgb), .10);
  padding: 26.5px 35px;
}

.main-header-two__top-location-and-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.main-header-two__top-location {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.main-header-two__top-location .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-location .icon span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: var(--invit-white);
}

.main-header-two__top-location .text p {
  font-weight: 500;
  color: var(--invit-white);
}

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

.main-header-two__top-menu-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 46px;
}

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

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

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

.main-header-two__top-menu-list li a {
  font-size: 18px;
  color: var(--invit-white);
  font-weight: 500;
  line-height: 18px;
}

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

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px;
  border-radius: 50px;
  background-color: #f2f2f2;
  z-index: 1;
}

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

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(42, 34, 115, .15);
  border-radius: 30px;
  width: 310px;
  padding-left: 24px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.main-menu-two__search-text {
  font-size: 16px;
  color: #2a2373;
  font-weight: 500;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--invit-extra);
  border-radius: 50%;
  font-size: 26px;
  color: #2a2373;
}

.main-menu-two__search:hover {
  background-color: var(--invit-black);
  color: var(--invit-white);
}

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

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-menu-two__social:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background-color: rgba(42, 35, 115, .40);
}

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 17px;
  color: #2a2373;
  border: 1px solid rgba(42, 35, 115, .15);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-menu-two__social a:hover {
  color: var(--invit-white);
  background-color: var(--invit-black);
}

.main-menu-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--invit-black);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.main-menu-two .main-menu__list>li+li,
.stricky-header.main-menu-two .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: #2a2373;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: #2a2373;
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--invit-base);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--invit-base);
}

.main-menu-two .main-menu__list>li>a::before,
.stricky-header.main-menu-two .main-menu__list>li>a::before {
  bottom: -35px;
}


.stricky-header.main-menu-two {
  background-color: var(--invit-white);
}



/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

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

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 9.5px 70px 9.5px;
}

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

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

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

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

.main-header-three__contact-list li .icon i {
  font-size: 17px;
  color: var(--invit-white);
}

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

.main-header-three__contact-list li .text p {
  font-size: 16px;
  color: var(--invit-white);
  font-weight: 400;
}

.main-header-three__contact-list li .text p a {
  color: var(--invit-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

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

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

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

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

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

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

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

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

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--invit-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--invit-base);
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 80px;
  margin-right: 45px;
}

.main-menu-three__social:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background-color: rgba(42, 35, 115, .40);
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 17px;
  color: #2a2373;
  border: 1px solid rgba(42, 35, 115, .15);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--invit-white);
  background-color: var(--invit-black);
}

.main-menu-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--invit-black);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.main-menu-three__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu-three__call {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu-three__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu-three__call-number {
  margin-left: 20px;
}

.main-menu-three__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: var(--invit-gray);
  font-weight: 500;
  margin-bottom: 10px;
}

.main-menu-three__call-number h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.main-menu-three__call-number h5 a {
  color: var(--invit-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
  color: var(--invit-base);
}

.main-menu-three .main-menu__list>li+li,
.stricky-header.main-menu-three .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: #7c8082;
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: #7c8082;
}

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

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
  display: none;
}

.main-menu-three .main-menu__list>li>a .main-menu-border,
.stricky-header.main-menu-three .main-menu__list>li>a .main-menu-border {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 12px;
  border-left: 2px solid #262638;
  border-right: 2px solid #123316;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three .main-menu__list>li>a .main-menu-border:before,
.stricky-header.main-menu-three .main-menu__list>li>a .main-menu-border:before {
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #262638;
  content: "";
  transform: translateX(-50%);
}

.main-menu-three .main-menu__list>li.current>a .main-menu-border,
.main-menu-three .main-menu__list>li:hover>a .main-menu-border,
.stricky-header.main-menu-three .main-menu__list>li.current>a .main-menu-border,
.stricky-header.main-menu-three .main-menu__list>li:hover>a .main-menu-border {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 12px;
}


.stricky-header.main-menu-three {
  background-color: var(--invit-white);
}





/*--------------------------------------------------------------
# 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(--invit-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--invit-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  clip-path: none;
}

.search-popup__content .thm-btn::before {
  clip-path: none;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--invit-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--invit-white);
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--invit-extra);
}

.main-slider__shape-bg {
  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__bg {
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider__bg:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: rgba(var(--invit-extra-rgb), 0.95);
  z-index: -1;
}

.main-slider__shape-1 {
  position: absolute;
  top: 130px;
  right: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(400px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(400px);
  transform: perspective(400px) rotateY(0deg) translateX(400px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  z-index: 1;
}

.main-slider__shape-1 img {
  width: auto;
}

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

.main-slider__shape-2 {
  position: absolute;
  bottom: 10px;
  left: 0;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__img {
  position: absolute;
  top: 130px;
  right: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(400px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(400px);
  transform: perspective(400px) rotateY(0deg) translateX(400px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  z-index: 1;
}

.main-slider__img img {
  width: auto;
}

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

.main-slider .container {
  position: relative;
  padding-top: 290px;
  padding-bottom: 185px;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  margin-left: 46px;
  z-index: 15;
}

.main-slider__title-box {
  position: relative;
  display: block;
  max-width: 595px;
  width: 100%;
  background-color: var(--invit-white);
  border: 1px solid #121212;
  padding: 27px 40px 18px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 1;
}

.main-slider__sub-title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 60%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-slider__title {
  position: relative;
  display: block;
  font-size: 50px;
  color: var(--invit-white);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  line-height: 70px;
  z-index: 1;
  padding: 28px 0;
  margin-top: 25px;
  margin-bottom: 22px;
}

.main-slider__title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -86px;
  right: -75px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  clip-path: polygon(6% 0, 100% 0%, 100% 85%, 0% 100%);
  z-index: -1;
}

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

.main-slider__title-two {
  position: relative;
  display: block;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 60%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.main-slider__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

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


#main-slider-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  z-index: 100;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  padding: 6px 0;
  margin: 4px 0px;
  background: transparent;
  border: 1px solid var(--invit-white);
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

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

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


/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  margin-top: 80px;
  z-index: 91;
}

.main-slider-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: -1;
}

.main-slider-two__wrap {
  position: relative;
  display: block;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-color: var(--invit-white);
  overflow: hidden;
  z-index: 1;
}

.main-slider-two .swiper-slide {
  position: relative;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  bottom: 0;
  opacity: .40;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  left: -307px;
  right: 307px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}

.main-slider-two__shape-2 {
  position: absolute;
  bottom: -40px;
  left: -40px;
}

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

.main-slider-two__shape-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  width: calc((100% + 107px) / 2);
  z-index: 1;
}

.main-slider-two__shape-4 {
  position: absolute;
  top: 265px;
  right: 790px;
  z-index: 1;
}

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

.main-slider-two__shape-5 {
  position: absolute;
  bottom: 115px;
  right: 817px;
  z-index: 2;
}

.main-slider-two__shape-5 img {
  width: auto;
}

.main-slider-two__shape-6 {
  position: absolute;
  top: 330px;
  right: 195px;
  z-index: 2;
}

.main-slider-two__shape-6 img {
  width: auto;
}

.main-slider-two__shape-7 {
  position: absolute;
  bottom: 30px;
  right: 440px;
  animation: topBottom 3s ease-in-out infinite;
  z-index: 2;
}

.main-slider-two__shape-7 img {
  width: auto;
}

.main-slider-two__shape-8 {
  position: absolute;
  top: 95px;
  right: -12px;
  animation: topBottom 3s ease-in-out infinite;
  z-index: 1;
}

.main-slider-two__shape-8 img {
  width: auto;
}

.main-slider-two__shape-9 {
  position: absolute;
  top: 100px;
  right: 210px;
  opacity: 0.03;
  z-index: 1;
}

.main-slider-two__shape-9 img {
  width: auto;
}

.main-slider-two__img {
  position: absolute;
  bottom: 0;
  right: 95px;
  opacity: 0;
  transform: translateX(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  z-index: 1;
}

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

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

.main-slider-two .container {
  position: relative;
  padding-top: 285px;
  padding-bottom: 140px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  border-radius: 50px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  max-width: 750px;
  width: 100%;
  padding: 8px 12px;
  overflow: hidden;
  z-index: 15;
}

.main-slider-two__content-inner {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  border-radius: 50px;
  padding: 51px 75px 70px;
  z-index: 15;
}

.main-slider-two__title {
  position: relative;
  font-size: 80px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 96px;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

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

.main-slider-two__btn-and-video-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-and-video-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

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

.main-slider-two__video-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.main-slider-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: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 25px;
  color: var(--invit-base);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  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;
}

.main-slider-two__video-icon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: var(--invit-extra);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.main-slider-two__video-icon:hover {
  color: var(--invit-white);
}

.main-slider-two__video-icon:hover:before {
  background-color: var(--invit-base);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--invit-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--invit-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--invit-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--invit-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two__video-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: #965cfd;
  line-height: 26px;
  font-weight: 500;
  margin-left: 20px;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  padding-left: 70px;
  z-index: 91;
}

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

.main-slider-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider-three__bg:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.50;
  z-index: -1;
}

.main-slider-three .swiper-slide-active .main-slider-three__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-three__shape-1 {
  position: absolute;
  top: 45px;
  right: 0;
}

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

.main-slider-three__shape-2 {
  position: absolute;
  top: 8px;
  right: 0;
}

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

.main-slider-three__shape-3 {
  position: absolute;
  bottom: 0px;
  right: 0;
  opacity: .50;
}

.main-slider-three__shape-3 img {
  width: auto;
  mix-blend-mode: darken;
}


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

.main-slider-three__content {
  position: relative;
  display: block;
  background-color: transparent;
  max-width: 850px;
  width: 100%;
  padding: 205px 0 100px;
  padding-left: 200px;
  margin-left: -40px;
  z-index: 15;
}

.main-slider-three__content-shape-1 {
  position: absolute;
  top: 0;
  bottom: -200px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.main-slider-three__sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
  transform: perspective(400px) rotateX(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

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

.main-slider__sub-title-shape {
  position: relative;
  display: block;
  width: 55px;
  height: 2px;
  background-color: rgba(var(--invit-white-rgb), .40);
}

.main-slider-three__sub-title {
  font-size: 20px;
  color: var(--invit-white);
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.075em;
}

.main-slider-three__title {
  position: relative;
  font-size: 80px;
  color: var(--invit-white);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 95px;
  margin-top: 30px;
  margin-bottom: 14px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
  transform: perspective(400px) rotateY(0deg) translateY(-120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

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

.main-slider-three__text {
  font-size: 18px;
  color: rgba(var(--invit-white-rgb), 1);
  font-weight: 500;
  line-height: 26px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
  transform: perspective(400px) rotateY(0deg) translateY(120px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

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

.main-slider-three__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 43px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

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

.main-slider-three__btn {
  background-image: none;
  background-color: var(--invit-black);
}

.main-slider-three__btn:hover {
  color: var(--invit-black);
}

.main-slider-three__btn:before {
  background-image: none;
  background-color: var(--invit-white);
}


.main-slider-three #main-slider-pagination {
  align-items: flex-start;
  padding: 0px 30px;
}

.main-slider-three #main-slider-pagination .swiper-pagination-bullet {
  padding: 5px 0;
  margin: 20px 0px;
  border: 2px solid var(--invit-black);
}

.main-slider-three #main-slider-pagination .swiper-pagination-bullet::before {
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid var(--invit-black);
  background-color: transparent;
  z-index: -1;
}


/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  margin-top: -108px;
  z-index: 5;
}

.feature-one__inner {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  border: 1px solid #121212;
  border-radius: 100px;
  padding: 30px 80px 30px;
}

.feature-one__left {
  position: relative;
  display: block;
}

.feature-one__img {
  position: relative;
  display: block;
  border-radius: 45px;
  overflow: hidden;
  z-index: 1;
}

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

.feature-one__right {
  position: relative;
  display: block;
}

.feature-one__service-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-one__service-list li {
  position: relative;
  display: block;
  text-align: center;
}

.feature-one__service-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -68px;
  bottom: 45px;
  width: 1px;
  background-color: #000000;
}

.feature-one__service-list li:first-child:before {
  content: none;
}

.feature-one__single {
  position: relative;
  display: block;
}

.feature-one__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 16px;
}

.feature-one__title a {
  color: var(--invit-black);
}

.feature-one__title a:hover {
  color: var(--invit-base);
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  border: 1px solid #121212;
  border-radius: 50%;
  margin: 0 auto 0;
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 56px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-one__service-list li:hover .feature-one__icon span {
  transform: scale(.9);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 270px 0 120px;
  margin-top: -150px;
  z-index: 1;
}

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

.about-one__left .section-title {
  margin-bottom: 31px;
}

.about-one__text-1 {
  font-size: 20px;
  font-weight: 700;
  color: var(--invit-black);
  margin-bottom: 33px;
}

.about-one__text-2 {
  position: relative;
  display: block;
  margin-right: 115px;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 43px;
}

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

.about-one__points li+li {
  margin-top: 10px;
}

.about-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms linear;
}

.about-one__points li .text {
  margin-left: 15px;
}

.about-one__points li .text p {
  font-size: 18px;
  font-weight: 700;
  color: var(--invit-black);
}

.about-one__btn-and-user-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.about-one__btn-box {
  position: relative;
  display: block;
}

.about-one__user-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.about-one__user-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 64px;
}

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

.about-one__user-content {
  position: relative;
  display: block;
}

.about-one__user-name {
  font-size: 20px;
  line-height: 20px;
  font-family: var(--invit-font-two);
}

.about-one__user-sub-title {
  color: #757873;
  font-weight: 500;
  line-height: 16px;
  margin-left: 85px;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 190px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-one {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.about-one__img-one img {
  width: 100%;
  border: 1px solid #121212;
  border-radius: 8px;
}

.about-one__video-link {
  position: absolute;
  top: 66px;
  left: -55px;
  z-index: 10;
}

.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: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  font-size: 20px;
  color: var(--invit-white);
  background-color: var(--invit-white);
  border-radius: 50%;
  border: 1px solid #121212;
  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-one__video-icon:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  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: 116px;
  height: 116px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--invit-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__img-two {
  position: absolute;
  bottom: 0;
  left: -235px;
  z-index: 2;
}

.about-one__img-two img {
  width: auto;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 0 0 90px;
  z-index: 1;
}

.services-one__top {
  position: relative;
  display: block;
  margin-bottom: 47px;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-left .section-title {
  margin-bottom: 0;
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-top: 21px;
}

.services-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 5;
}

.services-one__service-list {
  position: relative;
  display: block;
  z-index: 5;
}

.services-one__service-list li {
  position: relative;
  display: block;
  border: 1px solid #121212;
  background-color: var(--invit-white);
  max-width: 370px;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 50px 36px;
}

.services-one__single {
  position: relative;
  display: block;
}

.services-one__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 95px;
  z-index: 1;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  color: var(--invit-gray);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__service-list li:hover .services-one__icon span {
  transform: scale(.9);
}

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

.services-one__icon-shape-2 {
  position: absolute;
  top: 0;
  right: -16px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  width: 70px;
  height: 70px;
  z-index: -1;
}

.services-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 22px;
  margin-bottom: 12px;
}

.services-one__title a {
  color: var(--invit-black);
}

.services-one__title a:hover {
  color: var(--invit-base);
}

.services-one__text {
  font-size: 16px;
  line-height: 30px;
}

.services-one__btn-box {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.services-one__btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--invit-black);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.services-one__btn-box a:before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 82px;
  height: 1px;
  background-color: #9d9d9d;
}

.services-one__btn-box a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 105px;
  width: 105px;
  border: 1px solid rgba(18, 18, 18, .15);
  border-radius: 50%;
  font-size: 15px;
  color: var(--invit-black);
  margin-left: -25px;
}

.services-one__btn-box a:hover {
  color: var(--invit-base);
}

.services-one__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto 0;
}

.services-one__img img {
  width: 100%;
  border: 1px solid #121212;
}

/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  padding: 100px 0 100px;
  z-index: 1;
}

.project-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.03;
  z-index: -1;
}

.project-one__left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.project-one__left-img-box {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
}

.project-one__left-img-box img {
  width: 100%;
}

.project-one__left-img-content {
  position: absolute;
  bottom: 0;
  left: 60px;
  background-color: rgba(var(--invit-white-rgb), .95);
  padding: 27px 55px 30px;
  z-index: 2;
}

.project-one__left-img-content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 9px;
}

.project-one__left-img-content h4 a {
  color: var(--invit-black);
}

.project-one__left-img-content h4 a:hover {
  color: var(--invit-base);
}

.project-one__left-img-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-one__inner {
  position: relative;
  display: block;
  margin-left: 10px;
}

.project-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 47px;
}

.project-one__top .section-title {
  margin-bottom: 0;
}

.project-one__top .section-title__tagline {
  color: var(--invit-white);
}

.project-one__top .section-title__title {
  color: var(--invit-white);
}

.project-one__dot-style {
  position: relative;
  display: block;
}

.project-one__dot-style .swiper-dot-style1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 55px;
  border: 2px solid var(--invit-white);
  border-radius: 82.5px;
}

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

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

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

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

.project-one__bottom {
  position: relative;
  display: block;
  margin-right: -300px;
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.project-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--invit-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.project-one__single:hover .project-one__img::before {
  opacity: .40;
}

.project-one__img img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #121212;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.project-one__content {
  position: absolute;
  bottom: 90px;
  left: -116px;
  background-image: -moz-linear-gradient(90deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 33px 58px 33px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  transform: rotate(-90deg) translateY(-200%);
  transition: transform 1000ms ease;
  z-index: 2;
}

.project-one__single:hover .project-one__content {
  transform: rotate(-90deg) translateY(-0%);
}

.project-one__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.project-one__title a {
  color: var(--invit-white);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: #f2f2f2;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.team-one__img-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.team-one__single:hover .team-one__img-box:before {
  transform: scale(1.0);
  opacity: 1;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 210px;
  border-top-right-radius: 210px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  border: 1px solid #121212;
  border-top-left-radius: 210px;
  border-top-right-radius: 210px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  opacity: 0;
}

.team-one__img img {
  width: 100%;
  height: 300px;
  border-top-left-radius: 210px;
  border-top-right-radius: 210px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

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

.team-one__content {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  max-width: 260px;
  width: 100%;
  margin: 0 auto 0;
  padding: 5.5px 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(23, 23, 23, 0.1);
  border-radius: 44px;
  z-index: 2;
}

.team-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 9px;
}

.team-one__title a {
  color: var(--invit-black);
}

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

.team-one__sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}


.team-one__share-and-social {
  position: absolute;
  bottom: 20;
  left: 25px;
  z-index: 2;
}

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

.team-one__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  width: 55px;
  height: 70px;
  font-size: 20px;
  color: var(--invit-white);
}

.team-one__social {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 10px;
  padding: 22.5px 25px 22.5px;
  padding-left: 65px;
  border-radius: 25px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform-origin: right center;
  z-index: -1;
}

.team-one__share-and-social:hover .team-one__social {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 400ms;
}

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

.team-one__social a:hover {
  color: var(--invit-black);
}

.team-one__social a+a {
  margin-left: 20px;
}

/*--------------------------------------------------------------
# How We Work
--------------------------------------------------------------*/
.how-we-work {
  position: relative;
  display: block;
  padding: 0 0 120px;
  background-color: #f2f2f2;
  z-index: 1;
}

.how-we-work__inner {
  position: relative;
  display: block;
}

.how-we-work__main-tab-box {
  position: relative;
  display: block;
}

.how-we-work__main-tab-box-left {
  position: relative;
  display: block;
}

.how-we-work__main-tab-img-box {
  position: relative;
  display: block;
}

.how-we-work__main-tab-img-box img {
  width: 100%;
}

.how-we-work__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--invit-white);
  max-width: 505px;
  width: 100%;
  padding: 48px 50px 46px;
  margin: 0 auto 0;
  z-index: 1;
}

.how-we-work__content-shape-1 {
  position: absolute;
  top: -97px;
  right: 0;
}

.how-we-work__content-shape-1 img {
  width: auto;
}

.how-we-work__content-title-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 14px;
  padding-bottom: 21px;
}

.how-we-work__content-step {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 10px;
}

.how-we-work__content-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.how-we-work__content-text {
  font-size: 16px;
  line-height: 26px;
}

.how-we-work__main-tab-box .tab-buttons {
  position: relative;
  display: block;
  border: 1px solid #d6d6d6;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  cursor: pointer;
  border-bottom: 1px solid #d6d6d6;
  z-index: 1;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--invit-black);
  transition: all 0.3s ease;
  z-index: -1;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
  width: 108px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 34px;
  line-height: 34px;
  color: var(--invit-black);
  background-color: transparent;
  font-weight: 600;
  border-right: 1px solid #d6d6d6;
  transition: all 0.3s ease;
  z-index: 1;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--invit-white);
  border-right: 1px solid transparent;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transition: all 0.3s ease;
  z-index: -1;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.how-we-work__main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--invit-white);
}

.how-we-work__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.how-we-work__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

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

.how-we-work__main-tab-box-right {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  z-index: 10;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  padding: 305px 0 0;
  z-index: 1;
}

.video-one__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-one__inner {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  margin: 0 auto 0;
  padding: 85px 0 50px;
  background-color: rgba(var(--invit-extra-rgb), .65);
  clip-path: polygon(0 31%, 100% 0%, 100% 100%, 0% 100%);
}

.video-one__video-link {
  position: relative;
  display: block;
  z-index: 1;
}

.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: 125px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  font-size: 20px;
  color: var(--invit-white);
  background-color: var(--invit-white);
  border-radius: 50%;
  border: 1px solid rgba(118, 118, 118, .85);
  margin: 0 auto 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-one__video-icon:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  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: 125px;
  height: 125px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -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;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: #f2f2f2;
  z-index: 1;
}

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

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

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

.testimonial-one__nav .swiper-button-prev1,
.testimonial-one__nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  color: var(--invit-black);
  border: 1px solid #121212;
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-one__nav .swiper-button-prev1:hover,
.testimonial-one__nav .swiper-button-next1:hover {
  color: var(--invit-white);
  border: 1px solid rgba(var(--invit-base-rgb), 1);
  background-color: var(--invit-base);
}

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

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

.testimonial-one__single {
  position: relative;
  display: block;
  border: 1px solid #121212;
  padding-left: 144px;
  padding-right: 80px;
  padding-bottom: 20px;
  background-color: var(--invit-white);
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: -84px;
  left: 0;
  transform: rotate(42deg);
  z-index: -1;
}

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

.testimonial-one__shape-2 {
  position: absolute;
  bottom: -133px;
  left: -57px;
  transform: rotate(45deg);
  z-index: -1;
}

.testimonial-one__shape-2 img {
  width: auto;
}

.testimonial-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 105px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(23, 23, 23, 0.07);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: 28px;
  z-index: 1;
}

.testimonial-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-one__review {
  position: absolute;
  top: 37px;
  right: 80px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  background-color: rgb(254, 254, 254);
  box-shadow: 0px 0px 50px 0px rgba(23, 23, 23, 0.07);
  padding: 15px 35px;
}

.testimonial-one__review span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-one__text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 15px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 139px;
}

.testimonial-one__client-img img {
  width: 100%;
}

.testimonial-one__client-content {
  margin-left: 20px;
}

.testimonial-one__client-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 4px;
}

.testimonial-one__client-name a {
  color: var(--invit-black);
}

.testimonial-one__client-name a:hover {
  color: var(--invit-base);
}

.testimonial-one__client-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.05em;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  overflow: hidden;
  z-index: 1;
}

.contact-one__shape-3 {
  position: absolute;
  top: -35px;
  right: 0;
  opacity: .78;
  z-index: 2;
}

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

.contact-one__left {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 24px;
  z-index: 1;
}

.contact-one__left:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -10000000px;
  bottom: 137px;
  right: -48px;
  background-color: var(--invit-black);
  z-index: -1;
}

.contact-one__shape-2 {
  position: absolute;
  top: -20px;
  right: -48px;
  z-index: -1;
}

.contact-one__shape-2 img {
  width: auto;
}

.contact-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-one__img:before {
  content: "";
  position: absolute;
  top: 130px;
  left: -280px;
  bottom: 0px;
  right: -48px;
  background-color: var(--invit-white);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

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

.contact-one__shape-1 {
  position: absolute;
  bottom: 0;
  right: -45px;
  z-index: -1;
}

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

.contact-one__right {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  padding-top: 80px;
  padding-left: 80px;
  padding-bottom: 69px;
  z-index: 1;
}

.contact-one__right:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10000000px;
  bottom: 0;
  left: 0;
  background-color: var(--invit-white);
  z-index: -1;
}

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

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__form .row {
  --bs-gutter-x: 20px;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  border-radius: 2px;
}

.contact-one__input-box .select-box {
  width: 100%;
}

.contact-one__input-box .nice-select {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  border-radius: 2px !important;
  line-height: 60px;
  float: none;
}

.contact-one__input-box .nice-select:after {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--invit-gray);
  border-right: 2px solid var(--invit-gray);
  margin-top: 0px;
  z-index: 10;
}

.contact-one__input-box .nice-select .option {
  color: var(--invit-white);
}

.contact-one__input-box textarea {
  height: 150px;
  width: 100%;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  background-color: transparent;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  border-radius: 2px;
  margin-bottom: 0;
}

.contact-one__input-box.text-message-box {
  height: 150px;
  margin-bottom: 35px;
}

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

.contact-one__btn {
  border: none;
}

/*--------------------------------------------------------------
# Hire Us
--------------------------------------------------------------*/
.hire-us {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 120px 0 120px;
  z-index: 1;
}

.hire-us__top {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 40px 77px 0;
  z-index: 1;
}

.hire-us__top-inner {
  position: relative;
  display: block;
}

.hire-us__img {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(4, 23, 26) 0%, rgb(4, 23, 26) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(4, 23, 26) 0%, rgb(4, 23, 26) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(4, 23, 26) 0%, rgb(4, 23, 26) 100%);
  mix-blend-mode: luminosity;
}

.hire-us__img img {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(18, 18, 18);
}

.hire-us__bottom {
  position: relative;
  display: block;
  margin-top: -190px;
  z-index: 2;
}

.hire-us__bottom-left {
  position: relative;
  display: block;
  margin-left: 83px;
  margin-right: 61px;
}

.hire-us__bottom-left-content {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  border: 1px solid #121212;
  padding: 37px 29px 43px;
}

.hire-us__points {
  position: relative;
  display: block;
}

.hire-us__points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 2px solid rgba(var(--invit-white-rgb), .15);
  padding-bottom: 8px;
  margin-bottom: 9px;
}

.hire-us__points li:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.hire-us__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.hire-us__points li .icon i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--invit-white);
}

.hire-us__points li .text {
  position: relative;
  display: block;
}

.hire-us__points li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--invit-white);
}

.hire-us__progress-list {
  position: relative;
  display: block;
  margin-top: 36px;
}

.hire-us__progress {
  position: relative;
  display: block;
}

.hire-us__progress+.hire-us__progress {
  margin-top: 29px;
}

.hire-us__progress-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 11px;
  color: var(--invit-white);
}

.hire-us__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: rgba(var(--invit-white-rgb), .20);
  border-radius: 0px;
}

.hire-us__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 0px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.hire-us__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: var(--invit-black);
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  height: 26px;
  width: 44px;
  background-color: var(--invit-white);
  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;
}

.hire-us__progress .count-text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--invit-white);
}

.hire-us__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.hire-us__progress .bar.marb-0 {
  margin-bottom: 0;
}

.hire-us__bottom-right {
  position: relative;
  display: block;
  margin-left: -24px;
  margin-right: 112px;
}

.hire-us__bottom-title-box {
  position: relative;
  display: block;
  max-width: 565px;
  width: 100%;
  margin: 0 auto 0;
  border: 1px solid #121212;
  text-align: center;
  background-color: var(--invit-white);
  padding: 45px 0 43px;
}

.hire-us__bottom-title {
  font-size: 110px;
  font-weight: 500;
  line-height: 110px;
}

.hire-us__bottom-sub-title-box {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  background-color: var(--invit-white);
  padding: 18px 30px 18px;
  z-index: 2;
}

.hire-us__bottom-sub-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: var(--invit-black);
  position: relative;
  display: inline-block;
}

.hire-us__points-two-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 75px;
  margin-top: 25px;
}

.hire-us__points-two {
  position: relative;
  display: block;
}

.hire-us__points-two li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hire-us__points-two li+li {
  margin-top: 30px;
}

.hire-us__points-two li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 58px;
  height: 58px;
}

.hire-us__points-two li .icon i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hire-us__points-two li .text {
  position: relative;
  display: block;
}

.hire-us__points-two li .text p {
  font-size: 24px;
  font-weight: 500;
  color: var(--invit-black);
  line-height: 24px;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  padding: 0px 0px 90px;
  z-index: 1;
}

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

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--invit-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
  opacity: .50;
}

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

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  border: 1px solid transparent;
  border-top: 0;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__content {
  border: 1px solid #121212;
  border-top: 0;
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(var(--invit-black-rgb), .10);
  padding-left: 30px;
}

.blog-one__meta li {
  position: relative;
  display: block;
  border-left: 1px solid rgba(var(--invit-black-rgb), .10);
  margin-left: 25px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-one__meta li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.blog-one__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--invit-gray);
}

.blog-one__meta li a span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 8px;
}

.blog-one__meta li a:hover {
  color: var(--invit-base);
}

.blog-one__title-box {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 95px;
  padding-top: 24px;
  padding-bottom: 26px;
}

.blog-one__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.blog-one__title a {
  color: var(--invit-black);
}

.blog-one__title a:hover {
  color: var(--invit-base);
}

.blog-one__btn-box {
  position: relative;
  display: block;
  margin-top: 13px;
}

.blog-one__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--invit-gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
}

.blog-one__btn:hover {
  color: var(--invit-base);
}

.blog-one__btn:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--invit-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn:hover:before {
  background-color: var(--invit-base);
}

.blog-one__date {
  position: absolute;
  top: 65px;
  right: -67px;
  padding-left: 40px;
  padding-right: 92px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid rgba(var(--invit-black-rgb), .10);
  border-bottom-left-radius: 35px;
  transform: rotate(-90deg);
}

.blog-one__date p {
  font-size: 16px;
  font-weight: 500;
  color: var(--invit-black);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 16px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  z-index: 1;
}

.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .02;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
}

.site-footer__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 40px 85px 40px;
}

.site-footer__logo {
  position: relative;
  display: block;
}

.site-footer__top-content {
  position: relative;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(var(--invit-white-rgb), .50);
  padding-left: 30px;
}

.site-footer__top-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--invit-white);
  line-height: 34px;
  letter-spacing: -0.04em;
  position: relative;
  display: block;
  width: 486px;
}

.site-footer__newsletter {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
}

.site-footer__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__newsletter-input-box {
  position: relative;
  display: block;
  max-width: 350px;
  width: 100%;
}

.site-footer__newsletter-input-box input[type="text"],
.site-footer__newsletter-input-box input[type="email"] {
  height: 55px;
  width: 100%;
  border: none;
  background-color: var(--invit-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  border-radius: 0px;
}

.site-footer__newsletter-btn-box {
  position: relative;
  display: block;
}

.site-footer__newsletter-btn {
  position: relative;
  border: none;
  background-color: var(--invit-black);
  color: var(--invit-white);
  font-weight: 700;
  font-size: 16px;
  padding: 12.5px 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__newsletter-btn:hover {
  color: var(--invit-black);
  background-color: var(--invit-white);
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 77px 0 74px;
}

.site-footer__middle-inner {
  position: relative;
  display: block;
}

.footer-widget__contact {
  position: relative;
  display: block;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footer-widget__title {
  font-size: 24px;
  color: var(--invit-white);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 24px;
}

.footer-widget__contact-text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-widget__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #f2f2f2;
}

.footer-widget__contact-list li .text {
  position: relative;
  display: block;
}

.footer-widget__contact-list li .text p {
  font-size: 16px;
  color: #babfc2;
  font-weight: 500;
  line-height: 26px;
}

.footer-widget__contact-list li .text p a {
  color: #babfc2;
}

.footer-widget__contact-list li .text p a:hover {
  color: var(--invit-white);
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.site-footer__social 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(--invit-white);
  background-color: rgba(var(--invit-white-rgb), .10);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.footer-widget__link {
  position: relative;
  display: block;
}

.footer-widget__link-list {
  position: relative;
  display: block;
}

.footer-widget__link-list li {
  position: relative;
  display: block;
}

.footer-widget__link-list li+li {
  margin-top: 7px;
}

.footer-widget__link-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--invit-gray);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.footer-widget__link-list li a:hover {
  color: var(--invit-white);
}

.footer-widget__navigation {
  position: relative;
  display: block;
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: 33px;
}

.footer-widget__gallery {
  position: relative;
  display: block;
  margin-left: 42px;
}

.footer-widget__gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.footer-widget__gallery-list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.footer-widget__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--invit-base-rgb), .50);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__gallery-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--invit-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
  color: var(--invit-white);
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--invit-white-rgb), .10);
  padding: 34.5px 0;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer__bottom-text {
  font-size: 16px;
  color: #777777;
}

.site-footer__bottom-text a {
  color: #777777;
}

.site-footer__bottom-text a:hover {
  color: var(--invit-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 190px;
  z-index: 1;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 58px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

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

.about-two__experience {
  position: absolute;
  top: 35px;
  right: -23px;
  max-width: 297px;
  width: 100%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 20px 0px 22px;
  padding-left: 123px;
}

.about-two__count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__count h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: var(--invit-white);
}

.about-two__count span {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--invit-white);
  position: relative;
  margin-left: 8px;
  top: 9px;
}

.about-two__experience>p {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--invit-white);
  margin-top: 1px;
}

.about-two__experience-icon {
  position: absolute;
  bottom: -25px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  height: 115px;
  background-color: var(--invit-white);
}

.about-two__experience-icon span {
  position: relative;
  display: inline-block;
  font-size: 57px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-two__img-2 {
  position: absolute;
  right: -45px;
  bottom: -70px;
}

.about-two__img-2 img {
  width: auto;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.about-two__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.about-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: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: var(--invit-white);
  border: 3px dashed var(--invit-white);
  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;
}

.about-two__video-icon:hover {
  border: 3px dashed var(--invit-base);
  color: var(--invit-base);
}

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

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

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

.about-two__right {
  position: relative;
  display: block;
  margin-right: 112px;
  margin-top: 38px;
}

.about-two__right .section-title {
  margin-bottom: 20px;
}

.about-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  margin-bottom: 25px;
}

.about-two__points-box li {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4ea;
  border-radius: 10px;
  gap: 20px;
  padding: 18px 25px 13px;
  max-width: 250px;
  width: 100%;
}

.about-two__points-box li .icon {
  position: relative;
  display: inline-block;
}

.about-two__points-box li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 27px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-two__points-box li>p {
  font-weight: 600;
  color: var(--invit-black);
  font-size: 16px;
  line-height: 26px;
}

.about-two__points-list {
  position: relative;
  display: block;
}

.about-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 27px;
}

.about-two__points-list li+li {
  margin-top: 13px;
}

.about-two__points-list li>.icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  border-radius: 50%;
}

.about-two__points-list li>.icon>span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--invit-white);
}

.about-two__points-list li>p {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: var(--invit-black);
}

.about-two__btn-and-client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

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

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

.about-two__client-img {
  position: relative;
  display: block;
  max-width: 64px;
  width: 100%;
}

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

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

.about-two__client-sign p {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--invit-font-two);
  color: var(--invit-black);
}

.about-two__client-sign>span {
  position: absolute;
  bottom: -20px;
  right: -48px;
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
  position: relative;
  display: block;
  padding: 192px 0 0;
  z-index: 1;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 75px;
  border-top-left-radius: 75px;
  z-index: -1;
}

.video-two__inner {
  position: relative;
  display: block;
}

.video-two__title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 493px;
  height: 493px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  margin-left: auto;
}

.video-two__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: var(--invit-white);
}

.video-two__read-more {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--invit-white);
  margin-top: 17px;
  margin-left: 190px;
}

.video-two__read-more:hover {
  color: var(--invit-black);
}

.video-two__read-more::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 83px;
  height: 2px;
  background-color: var(--invit-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-two__read-more:hover::before {
  background-color: var(--invit-black);
}

.video-two__video-link {
  position: absolute;
  top: 22px;
  left: 52px;
}

.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: 89px;
  height: 89px;
  line-height: 89px;
  text-align: center;
  font-size: 18px;
  color: var(--invit-white);
  background-color: var(--invit-black);
  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;
}

.video-two__video-icon::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 1px solid rgba(var(--invit-black-rgb), 0.2);
  border-radius: 50%;
}

.video-two__video-icon:hover {
  background-color: var(--invit-base);
  color: var(--invit-black);
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__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(--invit-black-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--invit-black-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--invit-black-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--invit-black-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

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

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

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-two__img-box {
  position: relative;
  display: block;
}

.services-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

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

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


.services-two__content {
  position: absolute;
  bottom: 0;
  left: 38px;
  right: 38px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(23, 23, 23, 0.05);
  padding: 32px 30px 45px;
  overflow: hidden;
  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;
}

.services-two__single:hover .services-two__content {
  transform: scaleY(1.0);
}

.services-two__content-shape {
  position: absolute;
  right: -30px;
  bottom: -48px;
  z-index: -1;
}

.services-two__content-shape img {
  width: auto;
  opacity: 0.02;
}

.services-two__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: 1;
}

.services-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.services-two__title a {
  color: var(--invit-black);
}

.services-two__title a:hover {
  color: var(--invit-base);
}

.services-two__text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 26px;
}

.services-two__arrow {
  position: relative;
  display: inline-block;
}

.services-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: var(--invit-gray);
  border-radius: 50%;
  z-index: 1;
}

.services-two__arrow a:hover {
  color: var(--invit-white);
  background-color: var(--invit-base);
}

.services-two__arrow a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.08;
  background-image: -moz-linear-gradient(180deg, rgb(255, 255, 255) 23%, rgb(23, 23, 23) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 23%, rgb(23, 23, 23) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(255, 255, 255) 23%, rgb(23, 23, 23) 100%);
  border-radius: 50%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.project-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 307px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: -1;
}

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

.project-two__top .row {
  --bs-gutter-x: 30px;
}

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

.project-filter {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 632px;
  width: 100%;
  border: 1px solid rgba(var(--invit-black-rgb), 0.06);
  border-radius: 5px;
}

.project-filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(var(--invit-black-rgb), 0.06);
}

.project-filter.style1 li:first-child {
  border-left: 0;
}

.project-filter.style1 li .filter-text {
  color: var(--invit-black);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 15px 35px 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.project-filter.style1 li:first-child .filter-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-filter.style1 li:first-child .filter-text:before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-filter.style1 li:last-child .filter-text {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-filter.style1 li:last-child .filter-text:before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-filter.style1 li .filter-text:before {
  position: absolute;
  left: -1px;
  right: 0;
  bottom: -1px;
  top: -1px;
  content: "";
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  transform: scale(0);
  z-index: -1;
}

.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  transform: scale(1.0);
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: var(--invit-white);
}

.project-filter.style1 li .count {
  color: var(--invit-white);
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 20px;
  width: 20px;
  background-color: var(--invit-black);
  position: absolute;
  bottom: -10px;
  left: 6px;
  margin: 0;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: var(--invit-white);
  opacity: 1;
}

.project-filter.style1 li .count:before {
  position: absolute;
  bottom: 0;
  right: -10px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 10px solid var(--invit-black);
  border-bottom: 10px solid transparent;
}

.project-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.project-two__single:hover {
  transform: translateY(10px);
}

.project-two__single-shape {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  border-radius: 20px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  height: 192px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.project-two__single:hover .project-two__single-shape {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.project-two__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-two__img {
  position: relative;
  display: block;
}

.project-two__img img {
  width: 100%;
  border-radius: 20px;
}

.project-two__content {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0 69px 64px;
  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;
}

.project-two__single:hover .project-two__content {
  transform: scaleY(1.0);
}

.project-two__arrow {
  position: relative;
  display: inline-block;
}

.project-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 23px;
  color: var(--invit-white);
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.project-two__arrow a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--invit-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.project-two__arrow a:hover::before {
  opacity: 1;
}

.project-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 17px;
}

.project-two__title a {
  color: var(--invit-black);
}

.project-two__title a:hover {
  color: var(--invit-base);
}

.project-two__shape-1 {
  position: absolute;
  right: -300px;
  bottom: -382px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  background-position: right center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleX(0);
}

.project-two__single:hover .project-two__shape-1 {
  transform: scaleX(1.0);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

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

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

.counter-one__lsit li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 240px;
  padding-top: 7px;
  padding-bottom: 11px;
  border-top: 1px solid #e3dfe8;
  border-bottom: 1px solid #e3dfe8;
}

.counter-one__lsit li:last-child {
  padding-right: 375px;
  padding-left: 60px;
  border-top: 0;
}

.counter-one__count-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.counter-one__count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-one__count h3 {
  font-size: 70px;
  font-weight: 600;
  color: var(--invit-black);
  line-height: 70px;
}

.counter-one__count span {
  font-size: 70px;
  font-weight: 600;
  color: var(--invit-black);
  line-height: 70px;
}

.counter-one__count-text {
  font-size: 24px;
  color: #a3a0a7;
  font-weight: 500;
  line-height: 34px;
  position: relative;
  display: block;
  top: 12px;
}

.counter-one__text-box {
  position: relative;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  text-align: right;
}

.counter-one__text-box-text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-one__text-box-shape {
  position: relative;
  display: block;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  width: 12px;
  height: 12px;
  top: 7px;
}

.counter-one__big-title-box {
  position: relative;
  display: block;
}

.counter-one__big-title {
  position: relative;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--invit-black-rgb), .40);
  font-weight: 600;
  line-height: 120px;
  letter-spacing: 0.05em;
}












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

.how-we-work-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.pricing-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(23, 23, 23, 0.05);
  margin-left: 73px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 45px;
  z-index: 1;
}

.pricing-one__single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--invit-white);
  border: 2px solid #e8e9e9;
  z-index: -1;
}

.pricing-one__price-and-title {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  clip-path: polygon(100% 0%, 86% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  padding: 15px 58px 7px;
  z-index: 1;
}

.pricing-one__price-and-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}


.pricing-one__single:hover .pricing-one__price-and-title::before {
  transform: scaleX(1.0);
}

.pricing-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--invit-white);
}

.pricing-one__price {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  color: var(--invit-white);
  margin-top: 2px;
}

.pricing-one__price span {
  font-size: 16px;
}

.pricing-one__points-and-btn {
  position: relative;
  display: block;
  padding: 27px 60px 34px;
  padding-right: 0;
}

.pricing-one__points {
  position: relative;
  display: block;
}

.pricing-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.pricing-one__points li+li {
  margin-top: 16px;
}

.pricing-one__points li .icon {
  position: relative;
  display: inline-block;
}

.pricing-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--invit-gray);
}

.pricing-one__points li p {
  font-size: 16px;
}

.pricing-one__btn-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.pricing-one__btn {
  background-image: none;
  background-color: var(--invit-black);
  padding: 15px 34px 15px;
}

.pricing-one__btn::before {
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.pricing-one__single-shape-1 {
  position: absolute;
  top: 0;
  left: -36px;
  bottom: -2px;
  width: 1px;
  background-color: rgba(25, 35, 43, .10);
  transform: rotate(8deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__single-shape-1 {
  opacity: 0;
}

.pricing-one__single-shape-2 {
  position: absolute;
  bottom: 0;
  left: -72px;
  right: 72px;
  height: 1px;
  background-color: rgba(25, 35, 43, .10);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__single-shape-2 {
  opacity: 0;
}

.pricing-one__single-shape-3 {
  position: absolute;
  top: -1px;
  left: -73px;
  width: 428px;
  height: 497px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: -1;
  clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
  transform: scaleX(0.7) rotateX(5deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.pricing-one__single:hover .pricing-one__single-shape-3 {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

/*--------------------------------------------------------------
# How We Work Two
--------------------------------------------------------------*/
.how-we-work-two {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  padding: 120px 0 90px;
  z-index: 1;
}

.how-we-work-two .section-title__tagline {
  color: var(--invit-white);
}

.how-we-work-two .section-title__shape {
  background-image: none;
  background-color: var(--invit-white);
}

.how-we-work-two .section-title__shape-2 {
  background-image: none;
  background-color: var(--invit-white);
}

.how-we-work-two .section-title__title {
  color: var(--invit-white);
}

.how-we-work-two .section-title {
  margin-bottom: 77px;
}

.how-we-work-two__single {
  position: relative;
  display: block;
  padding-left: 74px;
  margin-bottom: 30px;
}

.how-we-work-two__single-inner {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 37px 30px 33px;
  overflow: hidden;
  z-index: 2;
}

.how-we-work-two__shape-1 {
  position: absolute;
  top: 32px;
  left: 15px;
  border-top: 41px solid transparent;
  border-left: 57px solid var(--invit-extra);
  border-bottom: 41px solid transparent;
}

.how-we-work-two__shape-2 {
  position: absolute;
  width: 60px;
  height: 400px;
  background-color: var(--invit-extra);
  top: -120px;
  right: 36px;
  transform: rotate(-45deg);
  z-index: -1;
}

.how-we-work-two__shape-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(131deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.how-we-work-two__single:hover .how-we-work-two__shape-2::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.how-we-work-two__shape-3 {
  position: absolute;
  width: 16px;
  height: 300px;
  background-color: var(--invit-black);
  top: -100px;
  right: 10px;
  transform: rotate(-45deg);
}

.how-we-work-two__shape-4 {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--invit-extra);
  top: -59px;
  right: -55px;
  transform: rotate(-45deg);
}

.how-we-work-two__shape-5 {
  position: absolute;
  width: 280px;
  height: 300px;
  top: -31px;
  left: 0px;
  background-color: var(--invit-extra);
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.how-we-work-two__shape-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.how-we-work-two__single:hover .how-we-work-two__shape-5::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.how-we-work-two__icon {
  position: relative;
  display: inline-block;
}

.how-we-work-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 75px;
  color: var(--invit-gray);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.how-we-work-two__single:hover .how-we-work-two__icon span {
  transform: scale(0.9);
}

.how-we-work-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 18px;
  margin-bottom: 9px;
}

.how-we-work-two__title a {
  color: var(--invit-black);
}

.how-we-work-two__title a:hover {
  color: var(--invit-base);
}

.how-we-work-two__text {
  font-size: 16px;
  line-height: 28px;
}

.how-we-work-two__more-detail {
  position: relative;
  display: block;
  margin-top: 19px;
}

.how-we-work-two__more-detail a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(var(--invit-extra-rgb), .40);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--invit-gray);
  padding: 11px 25px 10px;
  z-index: 1;
}

.how-we-work-two__more-detail a:hover {
  color: var(--invit-white);
}

.how-we-work-two__more-detail a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--invit-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.how-we-work-two__more-detail a:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.how-we-work-two__more-detail a>span {
  font-size: 18px;
}

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

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__img-box {
  position: relative;
  display: block;
}

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

.team-two__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--invit-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%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

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

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

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

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

.team-two__share a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

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

.team-two__social {
  position: absolute;
  top: -260px;
  left: 0;
  gap: 36px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 35px 21px 35px;
  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;
}

.team-two__share-and-social:hover .team-two__social {
  transform: scaleY(1.0);
}

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

.team-two__social a:hover {
  color: var(--invit-black);
}

.team-two__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 42px;
  text-align: right;
  padding: 48px 20px 16px;
  clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(23, 23, 23, 0.05);
  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;
}

.team-two__single:hover .team-two__content {
  transform: scaleY(1.0);
}

.team-two__content::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -9px;
  right: -8px;
  height: 9px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: rotate(-10deg);
  z-index: -1;
}

.team-two__content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-two__content h3>a {
  color: var(--invit-black);
}

.team-two__content h3>a:hover {
  color: var(--invit-base);
}

.team-two__content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 0 0 100px;
  z-index: 1;
}

.brand-one__inner {
  position: relative;
  display: block;
}

.brand-one__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 59px;
}

.brand-one__title-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 502px;
  height: 1px;
  background-color: #dddddd;
  transform: translateY(-50%);
}

.brand-one__title-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 502px;
  height: 1px;
  background-color: #dddddd;
  transform: translateY(-50%);
}

.brand-one__title-box h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888888;
}

.brand-one .swiper-slide {
  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;
}

.brand-one .swiper-slide__shape-1 {
  content: "";
  position: absolute;
  left: -53px;
  top: 50%;
  width: 1px;
  height: 90px;
  background-color: #dddddd;
  transform: translateY(-50%);
}

.brand-one .swiper-slide__img {
  position: relative;
  display: block;
  opacity: 1;
  max-width: 101px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-one .swiper-slide:hover .swiper-slide__img {
  opacity: 0;
}

.brand-one .swiper-slide__img img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
}

.brand-one .swiper-slide__hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  max-width: 101px;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-one .swiper-slide__hover-img img {
  width: 100%;
}

.brand-one .swiper-slide:hover .swiper-slide__hover-img {
  opacity: 1;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  z-index: -1;
}

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

.blog-two__top .section-title__shape-2 {
  background-image: none;
  background-color: var(--invit-white);
}

.blog-two__top .section-title__tagline {
  color: var(--invit-white);
}

.blog-two__top .section-title__title {
  color: var(--invit-white);
}

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

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

.blog-two__nav .swiper-button-prev1,
.blog-two__nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 8px;
  color: var(--invit-white);
  border: 2px solid var(--invit-white);
  font-size: 26px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.blog-two__nav .swiper-button-prev1:hover,
.blog-two__nav .swiper-button-next1:hover {
  color: var(--invit-white);
  border: 1px solid var(--invit-base);
  background-color: var(--invit-base);
}

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

.blog-two__single {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--invit-white-rgb), .15);
  padding: 29px 29px 29px;
}

.blog-two__img-box {
  position: relative;
  display: block;
  max-width: 258px;
  width: 100%;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

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

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

.blog-two__date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 82px;
  height: 80px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.blog-two__date p {
  font-weight: 500;
  color: var(--invit-white);
  font-size: 16px;
  line-height: 24px;
}

.blog-two__date p>span {
  font-size: 24px;
  font-weight: 600;
}

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

.blog-two__content-inner {
  position: relative;
  display: block;
  margin-left: 30px;
}

.blog-two__sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-two__sub-title-shape {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.blog-two__sub-title {
  font-weight: 600;
  color: var(--invit-white);
}

.blog-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.blog-two__title a {
  color: var(--invit-white);
}

.blog-two__title a:hover {
  color: var(--invit-base);
}

.blog-two__read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--invit-white);
}

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

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--invit-white-rgb), .15);
  gap: 27px;
  padding: 13px 29px 15px;
  margin-top: 20px;
}

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

.blog-two__meta li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.blog-two__meta li>p>span {
  color: var(--invit-gray);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

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

.testimonial-two__bottom .swiper-container {
  padding: 0 0 120px;
}

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

.testimonial-two__img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  margin: 0 auto;
  z-index: 1;
}

.testimonial-two__img-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: var(--invit-white);
}

.testimonial-two__img {
  position: relative;
  display: block;
  max-width: 106px;
  width: 100%;
  border-radius: 50%;
}

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

.testimonial-two__ratting {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 7px 40px 7px;
  gap: 4px;
  top: -20px;
  z-index: 1;
}

.testimonial-two__ratting span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  color: var(--invit-white);
}

.testimonial-two__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(23, 23, 23, 0.02);
  padding: 94px 30px 43px;
  margin-top: -92px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__content:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(23, 23, 23, 0.05);
  border-radius: 50px;
}

.testimonial-two__client-info {
  position: relative;
  display: block;
  margin-top: 22px;
}

.testimonial-two__client-info>h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 24px;
}

.testimonial-two__client-info>h3>a {
  color: var(--invit-black);
}

.testimonial-two__client-info>h3>a:hover {
  color: var(--invit-base);
}

.testimonial-two__client-info>p {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 24px;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
}

.cta-one__inner {
  position: relative;
  display: block;
  background-color: #f2f3f5;
}

.cta-one__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100000px;
  bottom: 0;
  right: 100px;
  background-color: #f2f3f5;
  z-index: -1;
}

.cta-one__left {
  position: relative;
  display: block;
  padding-top: 89px;
  padding-bottom: 77px;
  z-index: 1;
}

.cta-one__form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
}

.cta-one__input-box {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
}

.cta-one__input-box input[type="text"],
.cta-one__input-box input[type="email"] {
  height: 90px;
  width: 100%;
  border: none;
  background-color: var(--invit-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 18px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  border-radius: 0px;
}

.cta-one__btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.cta-one__btn {
  position: relative;
  border: none;
  padding: 30px 55px 30px;
  clip-path: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.cta-one__btn:before {
  clip-path: none;
}

.cta-one__btn-box::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  right: -9px;
  bottom: -9px;
  background-color: rgba(var(--invit-white-rgb), .30);
  z-index: -1;
}

.cta-one__right {
  position: relative;
  display: block;
  margin-left: -80px;
}

.cta-one__img {
  position: relative;
  display: block;
}

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

.cta-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--invit-black-rgb), .40);
}

.cta-one__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.cta-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: 102px;
  height: 102px;
  line-height: 102px;
  text-align: center;
  font-size: 37px;
  background-color: var(--invit-white);
  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;
}

.cta-one__video-icon span {
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-one__video-icon::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 15px solid rgba(var(--invit-white-rgb), 0.2);
  border-radius: 50%;
}

.cta-one__video-icon:hover {
  background-color: var(--invit-black);
}

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

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

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

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  z-index: 1;
}

.site-footer-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.site-footer-two__top {
  position: relative;
  display: block;
}

.site-footer-two__top-left {
  position: relative;
  display: block;
}

.footer-widget-two__contact {
  position: relative;
  display: block;
  background-color: rgba(var(--invit-white-rgb), 0.03);
  max-width: 450px;
  width: 100%;
  padding: 120px 50px 56px;
  padding-right: 70px;
}

.footer-widget-two__logo {
  position: relative;
  display: block;
}

.footer-widget-two__logo>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 70px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.footer-widget-two__contact-list {
  position: relative;
  display: block;
  margin-top: 44px;
}

.footer-widget-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid transparent;
  padding: 26px 0 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__contact-list li:hover {
  border: 1px solid rgba(var(--invit-white-rgb), .15);
  padding: 26px 35px 30px;
  padding-right: 10px;
}

.footer-widget-two__contact-list li+li {
  margin-top: 12px;
}

.footer-widget-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(var(--invit-white-rgb), .15);
  border-radius: 50%;
}

.footer-widget-two__contact-list li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 27px;
  color: var(--invit-white);
}

.footer-widget-two__contact-list li .content {
  position: relative;
  display: block;
}

.footer-widget-two__contact-list li .content>span {
  color: #d0c9c9;
}

.footer-widget-two__contact-list li .content>p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--invit-white);
  margin-top: 3px;
}

.footer-widget-two__contact-list li .content>p>a {
  color: var(--invit-white);
}

.footer-widget-two__contact-list li .content>p>a:hover {
  color: var(--invit-base);
}

.site-footer-two__top-right {
  position: relative;
  display: block;
  margin-left: -27px;
  padding-top: 114px;
}

.footer-widget-two__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 26px;
}

.footer-widget-two__top-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 0;
  height: 1px;
  background-color: rgba(var(--invit-white-rgb), .15);
}

.footer-widget-two__top-menu li {
  position: relative;
  display: block;
}

.footer-widget-two__top-menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: var(--invit-white);
  text-transform: uppercase;
  padding: 19px 27.7px 19px;
  position: relative;
  display: block;
  z-index: 1;
}

.footer-widget-two__top-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.footer-widget-two__top-menu li:hover>a::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.footer-widget-two__big-text {
  font-size: 150px;
  font-weight: 500;
  line-height: 160px;
  color: var(--invit-white);
  padding-left: 50px;
  margin-top: 142px;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  margin-top: 90px;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 27px 90px 27px;
  background-color: rgba(var(--invit-white-rgb), 0.03);
}

.site-footer-two__bottom-text {
  color: #d0c9c9;
  letter-spacing: 0.2em;
}

.site-footer-two__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-two__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer-two__bottom-menu li+li {
  margin-left: 54px;
}

.site-footer-two__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.120px;
  text-transform: uppercase;
  color: var(--invit-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
  color: var(--invit-base);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  padding: 110px 0 0;
  z-index: 1;
}

.feature-two:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-color: var(--invit-white);
  z-index: -1;
}

.feature-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .10;
  z-index: -1;
}

.feature-two__inner {
  position: relative;
  display: block;
}

.feature-two__top-text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--invit-white);
  line-height: 34px;
  margin-bottom: 60px;
}

.feature-two__top-text a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: var(--invit-white);
  font-weight: 700;
}

.feature-two__top-text a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background-color: #0575bc;
}

.feature-two__top-text a:hover {
  color: var(--invit-base);
}

.feature-two__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: 37px 50px 35px;
  margin-bottom: 30px;
}

.feature-two__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
}

.feature-two__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  height: 38px;
  width: 38px;
  background-color: #edf3f6;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  z-index: -1;
}

.feature-two__single:hover .feature-two__icon:before {
  transform: scale(1.2);
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

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

.feature-two__content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.feature-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
}

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

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

.feature-two__text {
  font-size: 16px;
  color: #7a838b;
  line-height: 30px;
}

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

.about-three__left {
  position: relative;
  display: block;
  margin-right: 74px;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img {
  position: relative;
  display: block;
  z-index: 2;
}

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

.about-three__trusted {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 3;
}

.about-three__trusted:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  border: 2px dashed #e4e4ea;
  z-index: -1;
}

.about-three__trusted p {
  font-size: 14px;
  font-weight: 500;
  color: var(--invit-base);
  line-height: 14px;
  margin-bottom: 15px;
}

.about-three__trusted h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.about-three__dot {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .20;
  z-index: -1;
}

.about-three__dot img {
  width: auto;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: -24px;
  margin-right: 110px;
  margin-top: 50px;
}

.about-three__right .section-title {
  margin-bottom: 32px;
}

.about-three__points {
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 34px;
}

.about-three__points:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 175px;
  height: 1px;
  background-color: #dae3e9;
}

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

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

.about-three__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.about-three__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--invit-white);
}

.about-three__points li .text {
  position: relative;
  display: block;
}

.about-three__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-three__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-three__icon-text {
  font-size: 16px;
  line-height: 24px;
  margin-left: 25px;
}

.about-three__btn-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 51px;
}

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

.about-three__call {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 64px;
  background-color: #edf3f6;
  border-radius: 50%;
}

.about-three__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-three__call-number {
  margin-left: 10px;
}

.about-three__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: var(--invit-gray);
  font-weight: 500;
  margin-bottom: 10px;
}

.about-three__call-number h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.about-three__call-number h5 a {
  color: var(--invit-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-three__call-number a:hover {
  color: var(--invit-base);
}

.about-three__video-box {
  position: absolute;
  top: 180px;
  right: -110px;
  background-color: var(--invit-black);
  max-width: 150px;
  width: 100%;
  text-align: center;
  padding: 50px 0 40px;
  z-index: 1;
}

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

.about-three__video-link {
  position: relative;
  display: block;
  z-index: 1;
}

.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: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 10px;
  color: var(--invit-white);
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid rgba(var(--invit-white-rgb), .30);
  margin: 0 auto 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.about-three__video-icon:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: -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: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--invit-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--invit-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;
}

.about-three__video-shape {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 12px;
  margin-left: -25px;
  bottom: -15px;
}

.about-three__video-shape img {
  width: auto;
  opacity: .75;
}

.about-three__video-title {
  font-size: 13px;
  color: var(--invit-white);
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.080em;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  counter-reset: count;
}

.services-three__single {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--invit-black-rgb), .10);
  padding: 30px 0 20px;
  margin-bottom: 30px;
}

.services-three__img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  border-radius: 50%;
  margin: 0 auto 0;
  z-index: 1;
}

.services-three__img-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 0 auto 0;
  z-index: 1;
}

.services-three__img-shape-1 {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  width: 200px;
  height: 200px;
  margin: 0 auto 0;
  z-index: -1;
}

.services-three__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.services-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--invit-black);
  border-radius: 50%;
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.services-three__single:hover .services-three__img:before {
  opacity: .60;
}

.services-three__img img {
  width: 100%;
  border-radius: 50%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.036);
  transition-duration: .9s;
}

.services-three__content {
  position: relative;
  display: block;
}

.services-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 32px;
}

.services-three__title a {
  color: var(--invit-black);
}

.services-three__title a:hover {
  color: var(--invit-base);
}

.services-three__count-and-text-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.services-three__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  width: 90px;
  border: 1px solid rgba(var(--invit-gray-rgb), .15);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.services-three__count:before {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1px var(--invit-gray);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__text-box {
  position: relative;
  display: block;
}

.services-three__text {
  font-size: 16px;
  line-height: 28px;
}

/*--------------------------------------------------------------
# Video Three
--------------------------------------------------------------*/
.video-three {
  position: relative;
  display: block;
  z-index: 1;
}

.video-three__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-three__inner {
  position: relative;
  display: block;
  padding: 440px 0 0;
  z-index: 1;
}
.page-header .video-three__video-link {
    margin-bottom: -30px;
    display: inline-block;
    background-color: transparent;
}

.video-three__video-link {
  margin-bottom: 0px !important;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: var(--invit-white);
  max-width: 320px;
  width: 100%;
  padding: 40px 40px 50px;
  z-index: 1;
}

.video-three__video-link:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--invit-black-rgb), .08);
}

.video-three__video-link:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(var(--invit-black-rgb), .08);
}

.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: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background-color: var(--invit-white);
  border-radius: 50%;
  border: 1px solid rgba(var(--invit-black-rgb), .15);
  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 span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-three__video-link .ripple,
.video-three__video-icon .ripple:before,
.video-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--invit-black-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--invit-black-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--invit-black-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--invit-black-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__video-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.video-three__solutions-box {
  position: absolute;
  top: 100px;
  right: -230px;
  max-width: 565px;
  width: 100%;
  z-index: 1;
}

.video-three__solutions-box-shape-1 {
  position: absolute;
  top: 14px;
  left: -15px;
  right: 15px;
  bottom: -14px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  clip-path: polygon(0 0, 100% 8%, 93% 93%, 2% 100%);
  z-index: -1;
}

.video-three__solutions-box-inner {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  padding: 89px 75px 92px;
  clip-path: polygon(0 0, 100% 8%, 93% 93%, 2% 100%);
  z-index: 1;
}

.video-three__solutions-box-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.04em;
}

.video-three__solutions-box-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 21px;
}

.video-three__solutions-points {
  position: relative;
  display: block;
}

.video-three__solutions-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.video-three__solutions-points li+li {
  margin-top: 12px;
}

.video-three__solutions-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.video-three__solutions-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-three__solutions-points li .text {
  position: relative;
  display: block;
}

.video-three__solutions-points li .text p {
  font-size: 16px;
  line-height: 26px;
}


/* Smaller video button without top/bottom lines */
.video-three__video-link--small {
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: transparent !important;
  max-width: 200px;
  width: 100%;
  padding: 10px 0;
  z-index: 1;
  border: none;
}

/* Remove the lines for this version */
.video-three__video-link--small:before,
.video-three__video-link--small:after {
  display: none;
}

/* Smaller play button */
.video-three__video-link--small .video-three__video-icon {
  transform: scale(0.7);
  cursor: pointer;
  border: none;
}

/* Adjust title for this smaller style */
.video-three__video-link--small .video-three__video-title {
  color: white;
  margin-top: 8px;
  border: none;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0 111px;
}

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

.testimonial-three__left .section-title {
  margin-bottom: 37px;
}

.testimonial-three__left .section-title__title {
  letter-spacing: 0;
}

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

.testimonial-three__right {
  position: relative;
  display: block;
  margin-left: 50px;
}

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

#testimonial-three__thumb {
  width: 315px;
  margin-right: auto;
  margin-left: 0;
}

.testimonial-three__img-holder {
  position: relative;
  display: block;
  transition: all 500ms ease;
  width: 92px;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-three__img-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--invit-white-rgb, 255, 255, 255), .20);
  content: "";
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 1;
}

#testimonial-three__thumb .swiper-slide-thumb-active .testimonial-three__img-holder:before {
  background-color: rgba(var(--invit-white-rgb, 255, 255, 255), .0);
}

.testimonial-three__img-holder>img {
  width: 92px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0.6s;
}

.testimonial-three__quote {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 500ms ease;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: 1;
}

.testimonial-three__quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: url(../images/icon/testimonial-three-quote.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

#testimonial-three__thumb .swiper-slide-thumb-active .testimonial-three__quote {
  transform: scale(1);
}

.testimonial-three____main-content {
  position: relative;
  display: block;
}


.testimonial-three__conent-box {
  position: relative;
  display: block;
  margin-top: 50px;
}

.testimonial-three__text {
  font-size: 24px;
  color: var(--invit-gray);
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

.testimonial-three__client-details {
  position: relative;
  display: block;
  padding-top: 37px;
}

.testimonial-three__client-name {
  font-size: 18px;
  color: var(--invit-gray);
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 6px;
}

.testimonial-three__clinet-title {
  font-size: 24px;
  color: var(--invit-black);
  font-weight: 500;
  line-height: 24px;
}

.testimonial-three__clinet-title a {
  color: var(--invit-black);
}

.testimonial-three__clinet-title a:hover {
  color: var(--invit-base);
}

#testimonial-three__carousel-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 48px;
  right: 0;
  left: auto;
  width: 100%;
  z-index: 20;
}


#testimonial-three__carousel-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--invit-black-rgb), .20);
  border: 2px solid;
  border-color: transparent;
  transition: all 500ms ease;
  opacity: 1;
  margin: 0;
  display: block;
}

#testimonial-three__carousel-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 6px;
}

#testimonial-three__carousel-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: var(--invit-black);
}

/*--------------------------------------------------------------
# Faq One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 0 0 85px;
  z-index: 1;
}

.faq-one__bg-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  background-color: var(--invit-black);
  z-index: -1;
}

.faq-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .10;
}

.faq-one .section-title {
  margin-bottom: 127px;
}

.faq-one__left {
  position: relative;
  display: block;
  margin-top: -220px;
  margin-left: -140px;
  margin-right: 376px;
}

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

.faq-one__img-one {
  position: relative;
  display: block;
}

.faq-one__img-one img {
  width: 100%;
}

.faq-one__experience-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  margin-top: 25px;
}

.faq-one__experience-year {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 110px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  border-top-right-radius: 50px;
}

.faq-one__experience-year h3 {
  font-size: 45px;
  font-weight: 500;
  color: var(--invit-white);
  line-height: 45px;
}

.faq-one__experience-year span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--invit-white);
  margin-left: 2px;
  top: -6px;
}

.faq-one__experience-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-left: 25px;
}

.faq-one__img-two {
  position: absolute;
  top: 143px;
  right: -322px;
}

.faq-one__img-two img {
  width: auto;
}

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

.faq-one__progress {
  display: block;
  position: relative;
  text-align: center;
}

.faq-one__progress-single {
  display: block;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #c9d5db;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

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

.faq-one__progress-box canvas {
  transform: rotate(90deg);
}

.faq-one__progress-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateY(-67%) translateX(-50%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--invit-black);
}

.faq-one__progress h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--invit-black);
  margin-top: 2px;
}

.faq-one__progress-single-last {
  border: 0;
  padding: 0;
  margin: 0;
}

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

.faq-one__right .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0px;
  background-color: var(--invit-white);
  border: 1px solid rgba(var(--invit-black-rgb), .10);
}

.faq-one__right .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 23px 40px 23px;
  padding-right: 27px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-bottom: 1px solid transparent;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--invit-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title {
  border-bottom: 1px solid #c9d5db;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  color: var(--invit-primary);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f107";
  color: var(--invit-black);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one__right .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 30px 40px 30px;
  border-top: 0;
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #7a838b;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.brand-two__inner {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  z-index: 1;
}

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

.brand-two__inner .swiper-container {
  padding: 42px 60px;
}

.brand-two .swiper-slide {
  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;
}

.brand-two__img {
  position: relative;
  display: block;
  opacity: 1;
  max-width: 84px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-two .swiper-slide:hover .brand-two__img {
  opacity: 0;
}

.brand-two .brand-two__img img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100%;
}

.brand-two__hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  max-width: 84px;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-two__hover-img img {
  width: 100%;
}

.brand-two .swiper-slide:hover .brand-two__hover-img {
  opacity: 1;
}

.brand-two__shape-1 {
  position: absolute;
  top: -150px;
  bottom: 0;
  left: 10px;
  width: 125px;
  height: 300px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: rotate(20deg) scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.brand-two .swiper-slide:hover .brand-two__shape-1 {
  transform: rotate(20deg) scaleX(1);
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
  position: relative;
  display: block;
  padding: 0 0 110px;
  z-index: 1;
}

.project-three .container {
  max-width: 1572px;
}

.project-three .row {
  --bs-gutter-x: 10px;
}

.project-three__single {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.project-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  z-index: 1;
}

.project-three__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--invit-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.project-three__single:hover .project-three__img::before {
  opacity: .40;
}

.project-three__img>img {
  width: 100%;
  border-radius: 7px;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

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

.project-three__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 25px;
  padding-top: 69px;
  padding-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.project-three__single:hover .project-three__content {
  opacity: 1;
  visibility: visible;
  transition-delay: 500ms;
}

.project-three__shpae-1 {
  position: absolute;
  top: 0;
  left: -117px;
  right: 0;
  bottom: -150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.project-three__title-box {
  position: relative;
  display: block;
}

.project-three__sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--invit-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 16px;
  margin-bottom: 11px;
}

.project-three__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--invit-white);
  line-height: 24px;
}

.project-three__title a {
  color: var(--invit-white);
}

.project-three__title a:hover {
  color: var(--invit-black);
}

.project-three__arrow {
  position: relative;
  display: block;
}

.project-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--invit-white);
  border-radius: 50%;
  z-index: 1;
}

.project-three__arrow a:hover {
  background-color: var(--invit-black);
}

.project-three__arrow a span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-three__arrow a:hover span {
  color: var(--invit-white);
  -webkit-text-fill-color: #fff;
  background-image: none;
  background-image: none;
  background-image: none;
}
/* White theme only for this section */
.project-one--light {
    background-color: #ffffff;
    color: #000000;
}

/* Remove the default background image for the light version */
.project-one--light__bg {
    background: none !important;
}

/* Make sure all text is black inside this variant */
.project-one--light h2,
.project-one--light h3,
.project-one--light h4,
.project-one--light p,
.project-one--light a,
.project-one--light span {
    color: #000000 !important;
}

/* Optional: change link hover color for light theme */
.project-one--light a:hover {
    color: #333333 !important;
}
.project-details__slider img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
/* Style slider navigation buttons */
.project-details__slider .swiper-button-prev,
.project-details__slider .swiper-button-next {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

/* Icon size and position */
.project-details__slider .swiper-button-prev::after,
.project-details__slider .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* Hover effect */
.project-details__slider .swiper-button-prev:hover,
.project-details__slider .swiper-button-next:hover {
    background: #ff6600; /* your theme accent color */
    color: #fff;
    transform: scale(1.1);
}

/* Position adjustment if needed */
.project-details__slider .swiper-button-prev {
    left: 10px;
}
.project-details__slider .swiper-button-next {
    right: 10px;
}

/*--------------------------------------------------------------
# Step One
--------------------------------------------------------------*/
.step-one {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 0 0 90px;
  z-index: 1;
}

.step-one__single {
  position: relative;
  display: block;
  margin-bottom: 21px;
  z-index: 1;
}

.step-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(var(--invit-gray-rgb), .10);
}

.step-one__single.last-child:before {
  display: none;
}

.step-one__arrow {
  position: absolute;
  top: 95px;
  right: -22px;
  height: 45px;
  width: 45px;
  border: 1px solid rgba(Var(--invit-gray-rgb), .10);
  background-color: var(--invit-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-one__arrow i {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-one__img-box {
  position: relative;
  display: block;
  max-width: 285px;
  width: 100%;
  margin: 0 auto 0;
}

.step-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.step-one__count {
  position: absolute;
  top: 25px;
  right: 22px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-one__count:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-one__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 27px;
}

.step-one__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 7px;
}

.step-one__text {
  font-size: 16px;
  line-height: 28px;
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  z-index: 1;
}

.contact-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: .05;
  z-index: -1;
}

.contact-two__left {
  position: relative;
  display: block;
  margin-top: 100px;
  margin-right: 43px;
}

.contact-two__left .section-title {
  margin-bottom: 47px;
}

.contact-two__left .section-title__title {
  color: var(--invit-white);
}

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

.contact-two__contact-list {
  position: relative;
  display: flex;
  gap: 120px;
}

.contact-two__contact-list--two {
  border-top: 1px solid rgba(var(--invit-white-rgb), .30);
  margin-top: 30px;
  padding-top: 32px;
}

.contact-two__contact-list li {
  position: relative;
  display: block;
  max-width: 230px;
  width: 100%;
}

.contact-two__contact-content {
  position: relative;
  display: block;
}

.contact-two__contact-title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: var(--invit-white);
  margin-bottom: 41px;
}

.contact-two__contact-title:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 30px;
  height: 2px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.contact-two__contact-details {
  position: relative;
  display: block;
}

.contact-two__contact-details p {
  font-size: 16px;
  font-weight: 500;
  color: #d4cdcd;
}

.contact-two__contact-details p a {
  color: #d4cdcd;
}

.contact-two__contact-details p a:hover {
  color: var(--invit-base);
}

.contact-two__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 6px;
}

.contact-two__social:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -5px;
  width: 55px;
  height: 1px;
  background-color: rgba(var(--invit-white-rgb), .20);
}

.contact-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #aaa4a4;
}

.contact-two__social a:hover {
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-two__right {
  position: relative;
  display: block;
  margin-left: 88px;
  margin-right: -80px;
}

.contact-two__form-box {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  padding: 98px 75px 100px;
}

.contact-two__form-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 18px;
}

.contact-two__form {
  position: relative;
  display: block;
}

.contact-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
  height: 62px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(var(--invit-black-rgb), .10);
  outline: none;
  font-size: 16px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  letter-spacing: 0.1em;
}

.contact-two__input-box textarea {
  position: relative;
  height: 85px;
  width: 100%;
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(var(--invit-black-rgb), .10);
  outline: none;
  font-size: 14px;
  color: var(--invit-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  letter-spacing: 0.1em;
}

.contact-two__input-box.text-message-box {
  height: 85px;
  margin-top: 15px;
  margin-bottom: 50px;
}

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

.contact-two__btn {
  border: none;
}

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

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

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-three__single {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

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

.blog-three__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--invit-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

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

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

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

.blog-three__content {
  position: relative;
  display: block;
  margin-top: -110px;
  margin-left: 70px;
  z-index: 2;
}

.blog-three__date {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  padding: 11px 24px;
}

.blog-three__date p {
  font-size: 14px;
  font-weight: 500;
  color: var(--invit-white);
  line-height: 14px;
  letter-spacing: 0.1em;
}

.blog-three__content-box {
  position: relative;
  display: block;
  background-color: var(--invit-white);
  padding: 12px 26px 0;
}

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

.blog-three__meta:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 105px;
  height: 1px;
  background-color: rgba(var(--invit-black-rgb), .08);
}

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

.blog-three__meta li>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  color: var(--invit-gray);
  font-size: 14px;
}

.blog-three__meta li>a:hover {
  color: var(--invit-base);
}

.blog-three__meta li>a>span {
  position: relative;
  display: inline-block;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 21px;
  margin-bottom: 11px;
}

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

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

.blog-three__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: var(--invit-gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.blog-three__btn span {
  font-size: 15px;
}

.blog-three__btn:hover {
  color: var(--invit-base);
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
  position: relative;
  display: block;
  background-color: var(--invit-black);
  padding: 105px 0 0;
  z-index: 1;
}

.site-footer-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.site-footer-three__top {
  position: relative;
  display: block;
}

.site-footer-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-footer-three__logo {
  position: relative;
  display: block;
}

.site-footer-three__border {
  position: relative;
  display: block;
  width: 600px;
  height: 2px;
  background-color: rgba(var(--invit-white-rgb), .20);
}

.site-footer-three__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: rgba(var(--invit-white-rgb), .10);
  font-size: 15px;
  color: var(--invit-white);
  z-index: 1;
}

.site-footer-three__social a:hover {
  color: var(--invit-base);
}

.site-footer-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--invit-white);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer-three__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer-three__middle {
  position: relative;
  display: block;
  padding: 98px 0 90px;
}

.site-footer-three__middle-inner {
  position: relative;
  display: block;
}

.footer-widget-three__link {
  position: relative;
  display: block;
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.footer-widget-three__title {
  font-size: 24px;
  color: var(--invit-white);
  font-weight: 600;
  line-height: 24px;
}

.footer-widget-three__link-box {
  position: relative;
  display: flex;
}

.footer-widget-three__link-list {
  position: relative;
  display: block;
}

.footer-widget-three__link-list li {
  position: relative;
  display: block;
}

.footer-widget-three__link-list li+li {
  margin-top: 18px;
}

.footer-widget-three__link-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #b7b3b4;
  font-weight: 500;
}

.footer-widget-three__link-list li a:hover {
  color: var(--invit-base);
}

.footer-widget-three__link-list--two {
  margin-left: 40px;
}

.footer-widget-three__subscribe {
  position: relative;
  display: block;
  text-align: center;
  margin-right: 79px;
}

.footer-widget-three__subscribe-box {
  position: relative;
  display: block;
  text-align: center;
}

.footer-widget-three__subscribe-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #777777;
}

.footer-widget-three__newsletter-form {
  position: relative;
  display: block;
  margin-top: 21px;
}

.footer-widget-three__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget-three__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: rgba(var(--invit-white-rgb), 0.05);
  outline: none;
  color: #777777;
  font-weight: 500;
  border: none;
  padding-right: 130px;
  padding-left: 20px;
}

.footer-widget-three__newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 120px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--invit-white);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer-widget-three__newsletter-btn:hover {
  color: var(--invit-black);
}

.footer-widget-three__contact {
  position: relative;
  display: block;
  margin-left: -30px;
}

.footer-widget-three__contact-content {
  position: relative;
  display: block;
}

.footer-widget-three__contact-list {
  position: relative;
  display: block;
}

.footer-widget-three__contact-list li {
  position: relative;
  display: flex;
}

.footer-widget-three__contact-list li+li {
  margin-top: 24px;
}

.footer-widget-three__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.footer-widget-three__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-widget-three__contact-list li p {
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  color: #b7b3b4;
  letter-spacing: -0.02em;
}

.footer-widget-three__contact-list li p a {
  color: #b7b3b4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact-list li p a:hover {
  color: var(--invit-base);
}

.footer-widget-three__contact-open-hour {
  position: relative;
  display: block;
  margin-top: 20px;
}

.footer-widget-three__contact-open-hour h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--invit-white);
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}

.footer-widget-three__contact-open-hour p {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #b7b3b4;
  font-weight: 500;
}


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

.site-footer-three__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 35px 0;
}

.site-footer-three__bottom-text {
  font-size: 16px;
  color: #b7b3b4;
  font-weight: 500;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 188px 0 88px;
  overflow: hidden;
  z-index: 1;
}

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

.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc((100% - -1280px) / 2);
  background-image: -moz-linear-gradient(0deg, rgb(38, 38, 56) 0%, rgba(38, 38, 56, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(38, 38, 56) 0%, rgba(38, 38, 56, 0) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(38, 38, 56) 0%, rgba(38, 38, 56, 0) 100%);
}

.page-header__shape-1 {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.page-header__shape-1 img {
  width: auto;
  opacity: .50;
  mix-blend-mode: darken;
}

.page-header__shape-2 {
  position: absolute;
  right: 5px;
  bottom: -233px;
}

.page-header__shape-2 img {
  width: auto;
  opacity: .40;
  mix-blend-mode: darken;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  color: var(--invit-white);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--invit-white);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:nth-child(2) {
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--invit-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--invit-base);
}
/* Container */
.page-header .video-three__video-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Base ripple + extra circles */
.page-header .video-three__video-icon .ripple,
.page-header .video-three__video-icon .ripple::before,
.page-header .video-three__video-icon .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.1) 100%);
  opacity: 0;
  content: "";
  animation: fadeRings 3s infinite ease-in-out;
}

/* Inner ring */
.page-header .video-three__video-icon .ripple {
  width: 70px;
  height: 70px;
  animation-delay: 0s;
}

/* Middle ring */
.page-header .video-three__video-icon .ripple::before {
  width: 85px;
  height: 85px;
  animation-delay: 0.6s;
}

/* Outer ring */
.page-header .video-three__video-icon .ripple::after {
  width: 100px;
  height: 100px;
  animation-delay: 1.2s;
}

/* Fading animation */
@keyframes fadeRings {
  0%   { opacity: 0; }
  40%  { opacity: 1; }
  80%  { opacity: 0.3; }
  100% { opacity: 0; }
}


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

.blog-details__left {
  position: relative;
  display: block;
  margin-right: 100px;
  margin-left: 100px;
}

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

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

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

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

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

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

.blog-details__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-details__meta li a {
  color: var(--invit-gray);
}

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

.blog-details__title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 21px;
  margin-bottom: 18px;
}

.blog-details__text-1 {
  font-size: 16px;
  line-height: 28px;
}

.blog-details__text-2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 45px;
}

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

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

.blog-details__meta-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 31px;
  margin-bottom: 21px;
}

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

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

.blog-details__meta-2 li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-details__meta-2 li a {
  color: var(--invit-gray);
}

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

.blog-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details__text-3 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 10px;
}

.blog-details__text-4 {
  font-size: 16px;
  line-height: 28px;
}

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

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

.blog-details__quote span {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: var(--invit-black);
}

.blog-details__quote-text {
  font-size: 16px;
  line-height: 28px;
}

.blog-details__points {
  position: relative;
  display: block;
  margin-top: 21px;
  margin-bottom: 26px;
}

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

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

.blog-details__points li>p {
  font-size: 16px;
  line-height: 28px;
}

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

.blog-details__text-5 {
  font-size: 16px;
  line-height: 28px;
}

.blog-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 40px;
}

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

.blog-details__tag a {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(var(--invit-black-rgb), .12);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--invit-gray);
  letter-spacing: 0.035em;
  padding: 4px 25px 5px;
  z-index: 1;
}

.blog-details__tag a:hover {
  color: var(--invit-white);
  border: 1px solid transparent;
}

.blog-details__tag a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

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

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

.blog-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--invit-black);
  overflow: hidden;
  border: 1px solid rgba(var(--invit-black-rgb), .12);
  border-radius: 50%;
  z-index: 1;
}

.blog-details__social a:hover {
  color: var(--invit-white);
}

.blog-details__social a:after {
  position: absolute;
  content: '';
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: -1;
  transition: all 500ms ease;
}

.blog-details__social a:hover:after {
  height: 200%;
}

.blog-details__client-info {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border: 1px solid rgba(var(--invit-black-rgb), .12);
  padding: 25px 34px 32px;
}

.blog-details__client-img {
  position: relative;
  display: block;
  max-width: 100px;
  width: 100%;
  top: 8px;
}

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

.blog-details__client-content {
  position: relative;
  display: block;
}

.blog-details__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.blog-details__client-text {
  margin-top: 10px;
  margin-bottom: 19px;
}

.blog-details__client-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details__client-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--invit-black);
}

.blog-details__client-social a:hover {
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

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

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

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

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

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

.comment-one__content>p {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.comment-one__btn {
  font-weight: 500;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

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

.sidebar {
  position: relative;
  display: block;
  margin-left: 54px;
}

.sidebar__search {
  position: relative;
  display: block;
  padding: 44px 30px 44px;
  border: 1px solid rgba(var(--invit-black-rgb), .12);
}

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

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  border: none;
  color: var(--invit-black);
  border-radius: 3px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--invit-white);
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  max-width: 50px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 2px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--invit-primary);
}

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

.sidebar__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 30px;
  height: 2px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

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

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

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

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

.blog-details__catagories-list li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(var(--invit-black-rgb), .12);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--invit-black);
  padding: 14px 20px 16px;
}

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

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

.blog-details__catagories-list li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar__tags-list>a {
  position: relative;
  font-size: 16px;
  color: var(--invit-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 10px 25px 12px;
  margin-left: 6px;
  font-weight: 400;
  background-color: var(--invit-extra);
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

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

.sidebar__tags-list>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

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

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

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

.contact-page__left {
  position: relative;
  display: block;
  margin-left: 67px;
  margin-right: 27px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 43px 50px 50px;
}

.contact-page__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
}

.contact-page__contact-list {
  position: relative;
  display: block;
}

.contact-page__contact-list li {
  position: relative;
  display: block;
}

.contact-page__contact-list li+li {
  margin-top: 30px;
}

.contact-page__contact-list li>p {
  font-size: 16px;
  line-height: 28px;
}

.contact-page__contact-list li>h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: var(--invit-black);
}

.contact-page__contact-list li>h3>a {
  color: var(--invit-black);
}

.contact-page__contact-list li>h3>a:hover {
  color: var(--invit-base);
}

.contact-page__contact-social-list {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #edf3f6;
  margin-top: 21px;
}

.contact-page__contact-social-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  font-size: 18px;
  color: var(--invit-black);
  background-color: #edf3f6;
  z-index: 1;
}

.contact-page__contact-social-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.contact-page__contact-social-list a:hover::before {
  transform: scaleY(1.0);
}

.contact-page__contact-social-list a+a {
  margin-left: 10px;
}

.contact-page__contact-social-list a:hover {
  color: var(--invit-white);
}

.contact-page__right {
  position: relative;
  display: block;
  margin-left: 36px;
  margin-right: 66px;
}

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

.contact-page__form .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%;
  background-color: transparent;
  border: 1px solid #dfe0e5;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  color: var(--invit-gray);
  display: block;
  border-radius: 15px;
}

.contact-page__input-box textarea {
  color: var(--invit-gray);
  height: 200px;
  width: 100%;
  padding: 20px 30px 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #dfe0e5;
  border-radius: 15px;
  margin-bottom: 0;
}

.contact-page__btn {
  border: none;
  padding: 20px 31px 20px;
}

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

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

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

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

.project-details__left {
  position: relative;
  display: block;
  margin-right: -24px;
}

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

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

.project-details__title-1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 31px;
  margin-top: 31px;
}

.project-details__text-1 {
  font-size: 16px;
  line-height: 28px;
}

.project-details__text-2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 22px;
  margin-bottom: 13px;
}

.project-details__content-and-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-details__content-box {
  position: relative;
  display: block;
  top: 10px;
}

.project-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__text-3 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 18px;
  margin-bottom: 29px;
}

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

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

.project-details__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 50%;
}

.project-details__points li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--invit-gray);
}

.project-details__points li>p {
  font-size: 16px;
  line-height: 28px;
}

.project-details__points li+li {
  margin-top: 20px;
}

.project-details__content-img {
  position: relative;
  display: block;
  max-width: 380px;
  width: 100%;
}

.project-details__content-img img {
  width: 100%;
}

.project-details__right {
  position: relative;
  display: block;
  margin-left: 54px;
}

.project-details__project-information {
  position: relative;
  display: block;
  background-color: var(--invit-extra);
  padding: 40px 35px 45px;
}

.project-details__project-information-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 31px;
}

.project-details__project-information-list {
  position: relative;
  display: block;
}

.project-details__project-information-list li+li {
  margin-top: 15px;
}

.project-details__project-information-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--invit-white);
  padding: 20px 20px 17px;
  z-index: 1;
}

.project-details__project-information-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.project-details__project-information-list li:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.project-details__project-information-list li>p {
  position: relative;
  display: flex;
  max-width: 103px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__project-information-list li:hover p {
  color: var(--invit-white);
}

.project-details__project-information-list li>h4 {
  font-size: 16px;
  font-weight: 500;
  color: var(--invit-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__project-information-list li:hover h4 {
  color: var(--invit-white);
}

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

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

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: -24px;
}

.team-details__top-img {
  position: relative;
  display: block;
}

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

.team-details__client-content {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 306px;
  width: 100%;
  padding: 15px 50px 17px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: 2;
}

.team-details__client-content>P {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.080em;
  color: var(--invit-white);
}

.team-details__client-content>h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: var(--invit-white);
  margin-top: 3px;
}

.team-details__social-and-share {
  position: absolute;
  bottom: 0;
  right: 60px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 13px;
  padding-right: 13px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  z-index: 2;
}


.team-details__social {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.team-details__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--invit-white);
}

.team-details__social a:hover {
  color: var(--invit-black);
}

.team-details__share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-details__share>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: rgba(var(--invit-white-rgb), .30);
  border-radius: 50%;
  font-size: 18px;
  color: var(--invit-white);
}

.team-details__share>a:hover {
  background-color: var(--invit-black);
  color: var(--invit-white);
}

.team-details__right {
  position: relative;
  display: block;
  margin-left: 112px;
}

.team-details__right .section-title__title {
  font-size: 45px;
  line-height: 55px;
}

.team-details__right .section-title {
  margin-bottom: 19px;
}

.team-details__text {
  margin-top: 25px;
  margin-bottom: 29px;
}

.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: 1px solid #e1e1e1;
  border-radius: 50%;
}

.team-details__points li .icon>span {
  font-size: 18px;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-details__points li>p {
  margin-left: 17px;
}

.team-details__call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 43px;
}

.team-details__call-list {
  position: relative;
  display: block;
}

.team-details__call-list-2 {
  margin-left: 70px;
}

.team-details__call-list li {
  position: relative;
  display: block;
}

.team-details__call-list li+li {
  margin-top: 16px;
}

.team-details__call-list li>p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--invit-base);
}

.team-details__call-list li>p>a {
  color: var(--invit-gray);
}

.team-details__call-list li>p>a:hover {
  color: var(--invit-base);
}

.team-details__call-list li>p>span {
  color: var(--invit-gray);
}

.team-details__bottom {
  position: relative;
  display: block;
  padding-top: 120px;
  counter-reset: count;
}

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

.team-details__bottom-left .section-title__title {
  font-size: 45px;
  line-height: 55px;
}

.team-details__bottom-left .section-title {
  margin-bottom: 29px;
}

.team-details__bottom-left-text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 28px;
}

.team-details__bottom-left-points-box {
  position: relative;
  display: block;
}

.team-details__bottom-left-points-list {
  position: relative;
  display: block;
}

.team-details__bottom-left-points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__bottom-left-points-list li+li {
  margin-top: 31px;
}

.team-details__bottom-points-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e4e4e5;
  border-radius: 50%;
  border-top-right-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count {
  border: 1px solid transparent;
  color: var(--invit-white);
}

.team-details__bottom-points-count:after {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 50%;
  color: var(--invit-black);
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count:after {
  color: var(--invit-white);
}

.team-details__bottom-points-count::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  border-radius: 50%;
  border-top-right-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.team-details__bottom-left-points-list li:hover .team-details__bottom-points-count::before {
  opacity: 1;
}

.team-details__bottom-points-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.team-details__bottom-points-content>h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: var(--invit-font);
}

.team-details__bottom-points-content>p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
}

.team-details__bottom-img {
  position: relative;
  display: block;
  margin-left: 38px;
}

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

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

.service-details__left {
  position: relative;
  display: block;
  margin-right: 100px;
  margin-left: 100px;
}

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

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

.service-details__title-1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 18px;
}

.service-details__text-1 {
  font-size: 16px;
  line-height: 28px;
}

.service-details__text-2 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 21px;
}

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

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

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

.service-details__points li>p {
  font-size: 16px;
  line-height: 28px;
}

.service-details__text-3 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 26px;
  margin-bottom: 39px;
}

.service-details__bottom-img {
  position: relative;
  display: block;
}

.service-details__bottom-img img {
  width: 100%;
}

.service-details__text-4 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 33px;
  margin-bottom: 25px;
}

.service-details__points-and-img {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.service-details__point-img {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}

.service-details__point-img img {
  width: 100%;
}

.service-details__points-content {
  position: relative;
  display: block;
}

.service-details__points-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.service-details__points-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 19px;
  margin-bottom: 31px;
}

.service-details__points-2 {
  position: relative;
  display: block;
}

.service-details__points-2 li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.service-details__points-2 li+li {
  margin-top: 20px;
}

.service-details__points-2 li>.icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #f6f6f6;
}

.service-details__points-2 li>.icon>span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--invit-black);
}

.service-details__points-2 li>p {
  font-size: 16px;
  line-height: 28px;
}

.service-details__right {
  position: relative;
  display: block;
  margin-left: 54px;
}

.service-details__service-list {
  position: relative;
  display: block;
}

.service-details__service-list li {
  position: relative;
  display: block;
}

.service-details__service-list li+li {
  margin-top: 2px;
}

.service-details__service-list li>a {
  background-color: #edf3f6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--invit-black);
  padding: 24px 40px 23px;
  z-index: 1;
}

.service-details__service-list li:hover>a,
.service-details__service-list li.active>a {
  color: var(--invit-white);
}

.service-details__service-list li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

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

.services-details__any-advice {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--invit-black);
  padding: 55px 50px 59px;
  margin-top: 30px;
  z-index: 1;
}

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

.services-details__any-advice-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 39px;
  color: var(--invit-white);
}

.services-details__any-advice-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(232, 28, 255) 0%, rgb(67, 156, 251) 100%);
  margin: 34px auto 32px;
  z-index: 1;
}

.services-details__any-advice-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--invit-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-details__any-advice-icon:hover::before {
  opacity: 1;
}

.services-details__any-advice-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--invit-white);
}

.services-details__any-advice-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #9aadbd;
  margin-bottom: 5px;
}

.services-details__any-advice-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.services-details__any-advice-number>a {
  color: var(--invit-white);
}

.services-details__any-advice-number>a:hover {
  color: var(--invit-base);
}

/*--------------------------------------------------------------
# Step Two
--------------------------------------------------------------*/
.step-two {
  padding: 120px 0 0;
}

/*--------------------------------------------------------------
# Blog Four
--------------------------------------------------------------*/
.blog-four {
  padding: 90px 0 90px;
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  padding: 90px 0 90px;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  padding: 0px 0 120px;
}

/*--------------------------------------------------------------
# Project Four
--------------------------------------------------------------*/
.project-four {
  padding: 0 0 0px;
}

/*--------------------------------------------------------------
# Step Three
--------------------------------------------------------------*/
.step-three {
  padding: 110px 0 0;
}

/*--------------------------------------------------------------
# Project Page
--------------------------------------------------------------*/
.project-page {
  padding: 120px 0 110px;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 100px;
}

.faq-page__left {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid var(--invit-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion.active {
  border: 1px solid var(--invit-base);
}

.faq-page .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 30px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--invit-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--invit-black);
}

.faq-page .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-page .faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;
  color: var(--invit-gray);
  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-page .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--invit-base);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-page .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 70px;
}

.faq-page .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

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

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

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 500;
  color: var(--invit-base);
  z-index: 2;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: var(--invit-black);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.error-page__text {
  font-size: 20px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 52px;
  width: 100%;
  outline: none;
  background-color: var(--invit-extra);
  border: 0;
  font-size: 14px;
  color: var(--invit-gray);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 0;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--invit-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 10;
}

.coming-soon-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--invit-black);
  background-blend-mode: luminosity;
  z-index: -1;
}

.coming-soon-page__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.5) 100%);
}

.coming-soon-page__content {
  position: relative;
  display: block;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.coming-soon-page__content .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.coming-soon-page__content .big-title {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 80px;
  line-height: 1.1em;
  font-family: var(--invit-font-2);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--invit-white);
  word-spacing: 15px;
}

.timer-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 57px 0 42px;
  z-index: 2;
}

.timer-box .countdown-timer li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 170px;
  height: 170px;
  margin: 0px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 50%;
}

.timer-box .countdown-timer li span.days,
.timer-box .countdown-timer li span.hours,
.timer-box .countdown-timer li span.minutes,
.timer-box .countdown-timer li span.seconds {
  color: #ffffff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--invit-font);
}

.timer-box .countdown-timer li span.timeRef {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: var(--invit-font);
}

.coming-soon-page__content .inner .text {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.coming-soon-page__content .inner .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}



.coming-soon-page__subscribe-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon-page__subscribe-box form {
  position: relative;
  display: block;
  width: 100%;
}

.coming-soon-page__subscribe-box form input[type="email"] {
  position: relative;
  display: block;
  max-width: 490px;
  width: 100%;
  height: 70px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #ffffff !important;
  color: var(--invit-gray);
  font-size: 18px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 500ms ease 0s;
  font-family: var(--invit-font);
  outline: none;
}

.coming-soon-page__btn {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  border: 0px solid #e1e1e1 !important;
  background-image: none;
  background-color: var(--invit-black);
}

.coming-soon-page__btn:hover {
  color: var(--invit-black);
}

.coming-soon-page__btn:before {
  background-color: var(--invit-white);
  background-image: none;
}

@media (max-width: 768px) {
  .blog-details__left {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .blog-details__left {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .service-details__left {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .service-details__left {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* Section Styling */
.service-details {
  padding: 80px 0;
  background: #f9fafc;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}

.lead-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

/* Sub Titles */
.sub-title {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 15px;
  color: #2c3e50;
  position: relative;
}

.sub-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #0077ff;
  margin-top: 6px;
  border-radius: 2px;
}

/* Service Blocks */
.service-block {
  margin-bottom: 30px;
}

/* Lists */
.custom-list,
.icon-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}

.icon-list li {
  padding: 8px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #333;
}

.icon-list .icon-check {
  color: #28a745;
  font-size: 18px;
  margin-right: 10px;
}
.process-list, .deliverables-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-list li, .deliverables-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
}

.process-list li::before, .deliverables-list li::before {
  content: "✓"; /* tick mark */
  position: absolute;
  left: 0;
  top: 0;
  color: #1a73e8; /* blue tick for style */
  font-weight: bold;
}

.sub-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
  /* border-bottom removed */
  display: inline-block;
  padding-bottom: 5px;
}
.tech-category {
  margin-bottom: 25px;
}

.tech-category h4 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  font-size: 1.1rem;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-tags span {
  background-color: #f0f0f0;
  color: #000;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.tech-tags span:hover {
  background-color: #1a73e8;
  color: #fff;
  transform: translateY(-2px);
  cursor: default;
}

/* Headings */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
  padding-bottom: 5px;
}

/* Lead text */
.lead-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

/* Paragraphs */
.service-details__content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

/* Lists */
.custom-list li,
.icon-list li {
  font-size: 1rem;
  line-height: 1.7;
  color: #000;
  margin-bottom: 12px;
}

.custom-list li b {
  font-weight: 600;
  color: #000;
}

/* Icon list styling */
.icon-list li {
  position: relative;
  padding-left: 28px;
}

.icon-list li .icon-check {
  position: absolute;
  left: 0;
  top: 3px;
  color: #1a73e8;
  font-size: 1.1rem;
}
/* Inline tick list: heading + text on same line */
.service-block .custom-tick-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-block .custom-tick-inline li {
  position: relative;
  padding-left: 28px; /* space for tick */
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 1rem;
  font-family: inherit;
  color: #000;
  display: flex;
  align-items: flex-start;
}

/* Tick symbol */
.service-block .custom-tick-inline li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.15em; /* aligns tick with text */
  color: #1a73e8; /* blue tick */
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
}

/* Bold heading inline before colon */
.service-block .custom-tick-inline li b {
  font-weight: 600;
  margin-right: 5px; /* small space after heading before text */
}





.what-we-build {
  display: flex;
  align-items: stretch;
  height: 100vh;
  overflow: hidden;
}

.left-static {
  flex: 1;
  background: #f9f9f9;
  padding: 40px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-scroll {
  flex: 1;
  overflow: hidden; /* no scrollbars from browser */
  height: 100%;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.scroll-item {
  min-height: 20vh; /* approx 5 lines */
  padding: 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
  font-size: 16px;
}

.custom-list2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list2 li {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* When list is in view */
.custom-list2.in-view li {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger effect */
.custom-list2.in-view li:nth-child(1) { transition-delay: 0.2s; }
.custom-list2.in-view li:nth-child(2) { transition-delay: 0.4s; }
.custom-list2.in-view li:nth-child(3) { transition-delay: 0.6s; }
.custom-list2.in-view li:nth-child(4) { transition-delay: 0.8s; }
.custom-list2.in-view li:nth-child(5) { transition-delay: 1s; }
.custom-list2.in-view li:nth-child(6) { transition-delay: 1.2s; }
.custom-list2.in-view li:nth-child(7) { transition-delay: 1.4s; }


.service-block.white-bg {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
  }


  
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/