@charset "UTF-8";
/*======================================================================================
Theme Name: Medixen
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Medixen – Plastic Surgery & Cosmetic Clinic HTML Template 
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap");
:root {
  --body: #EFFBFF;
  --black: #000;
  --white: #fff;
  --theme: #03AFE5;
  --header: #212121;
  --text: #555555;
  --border: #FCFCFC;
  --bg: #272727;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1899px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 110% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 65px;
  font-weight: 600;
  line-height: 108%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
  border-radius: 10px;
}
.theme-btn-main.style-2 {
  background-color: var(--theme);
  padding: 7px 20px;
  padding-right: 7px;
  border-radius: 70px;
}
.theme-btn-main.style-2 .theme-btn-arrow-left,
.theme-btn-main.style-2 .theme-btn-arrow-right {
  width: 43px;
  height: 43px;
  background: var(--white);
  border-radius: 50%;
  color: #000;
}
.theme-btn-main.style-2 .theme-btn-arrow-left img,
.theme-btn-main.style-2 .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main.style-2 .theme-btn {
  background-color: transparent;
  padding: 0;
  margin-right: 15px;
}
.theme-btn-main.style-2:hover {
  padding-right: 20px;
  padding-left: 7px;
}
.theme-btn-main.style-2:hover .theme-btn {
  background-color: transparent;
}
.theme-btn-main.style-2:hover .theme-btn-arrow-left {
  left: 7px;
}
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}
.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
  font-weight: 400;
  color: var(--theme);
}
.theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 7px;
}
.theme-btn-main .theme-btn {
  background: var(--theme);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: 0.4s;
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main:hover .theme-btn-arrow-left img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main:hover .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main:hover .theme-btn {
  transform: translateX(55px);
  background-color: var(--header);
}
.theme-btn-main.bg-white-style {
  background-color: var(--white);
}
.theme-btn-main.bg-white-style .theme-btn-arrow-left,
.theme-btn-main.bg-white-style .theme-btn-arrow-right {
  background: var(--theme);
  color: #fff;
}
.theme-btn-main.bg-white-style .theme-btn-arrow-left i,
.theme-btn-main.bg-white-style .theme-btn-arrow-right i {
  color: #fff;
}
.theme-btn-main.bg-white-style .theme-btn {
  color: #101010;
}
.theme-btn-main.bg-black-style {
  background-color: #101010;
}
.theme-btn-main.bg-black-style .theme-btn-arrow-left,
.theme-btn-main.bg-black-style .theme-btn-arrow-right {
  background: var(--theme);
  color: #fff;
}
.theme-btn-main.bg-black-style .theme-btn-arrow-left i,
.theme-btn-main.bg-black-style .theme-btn-arrow-right i {
  color: #fff;
}
.theme-btn-main.bg-black-style .theme-btn {
  color: #fff;
}
.theme-btn-main.border-style {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-btn-main.border-style .theme-btn-arrow-left,
.theme-btn-main.border-style .theme-btn-arrow-right {
  color: var(--theme);
  background: #fff;
}
.theme-btn-main.border-style .theme-btn {
  color: #fff;
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*---------------------------------------
03. Components
---------------------------------------*/
.back-to-top {
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  border-radius: 12px;
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #EFFBFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__inner {
  width: 80px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pill {
  width: 60px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  animation: pill-spin 4s linear infinite;
}
.pill__side {
  width: 45px;
  height: 70px;
  border-radius: 30px 30px 0 0;
  position: relative;
  overflow: hidden;
}
.pill__side:first-child {
  background: var(--theme);
}
.pill__side:last-child {
  background: var(--theme);
  border-radius: 0 0 30px 30px;
  border-top: 6px solid var(--theme);
  animation: pill-open 2s ease-in-out infinite;
}
.pill__side::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 40px;
  right: 8px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  animation: shine 1s infinite alternate;
}
.pill__side::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 6px solid rgba(0, 0, 0, 0.1);
}

.pill__medicine {
  position: absolute;
  width: 70%;
  height: 60%;
}
.pill__medicine i {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: dust 1.8s ease infinite alternate;
}

@keyframes pill-spin {
  100% {
    transform: rotate(-540deg);
  }
}
@keyframes pill-open {
  0%, 20%, 80%, 100% {
    margin-top: 0;
  }
  30%, 70% {
    margin-top: 40px;
  }
}
@keyframes shine {
  0% {
    right: 8px;
  }
  100% {
    right: 25px;
  }
}
@keyframes dust {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.15);
    transform: scale(0.15);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
.sticky-menu {
  background-color: #EFFBFF;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  border-radius: 0;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  padding: 18px 150px;
  border: none;
}
@media (max-width: 1899px) {
  .sticky-menu {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1399px) {
  .sticky-menu {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .sticky-menu {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 991px) {
  .sticky-menu {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .sticky-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .sticky-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sticky-menu .header-main .navbar .navbar-nav .nav-item > .sub-menu {
  top: 160%;
}
.sticky-menu .header-main .navbar .navbar-nav .nav-item .has-homemenu {
  top: 130%;
}
.sticky-menu.header-2 {
  background-color: #EFFBFF;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
  border-bottom: none;
}
.sticky-menu.header-3 {
  background-color: var(--header);
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
  border-bottom: none;
  padding-bottom: 18px;
}
.sticky-menu.header-3 .header-main {
  padding: 0;
  fill: none;
  background: transparent;
}
.sticky-menu.header-3 .header-main .navbar .navbar-nav .nav-item > .sub-menu {
  top: 160%;
}
.sticky-menu.header-3 .header-main .navbar .navbar-nav .nav-item .has-homemenu {
  top: 130%;
}

.sticky-menu .mobile-menu-area {
  background-color: #EFFBFF;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
}

/* ===============================
   NAVBAR
================================= */
.header-main .navbar .navbar-nav .menu-thumb {
  position: inherit !important;
}
.header-main .navbar .navbar-nav .has-homemenu::-webkit-scrollbar {
  display: none;
}
.header-main .navbar .navbar-nav .has-homemenu {
  -ms-overflow-style: none;
}
.header-main .navbar .navbar-nav .nav-item {
  position: relative;
  margin-inline-end: 22px;
}
@media (max-width: 1600px) {
  .header-main .navbar .navbar-nav .nav-item {
    margin-inline-end: 15px;
  }
}
.header-main .navbar .navbar-nav .nav-item:last-child {
  margin-inline-end: 0;
}
.header-main .navbar .navbar-nav .nav-item .nav-link {
  color: var(--header);
  font-size: 16px;
  font-weight: 700;
}
.header-main .navbar .navbar-nav .nav-item .nav-link i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 3px;
  transition: all 0.4s ease-in-out;
}
.header-main .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme);
}
.header-main .navbar .navbar-nav .nav-item {
  /* ===============================
     FIRST LEVEL SUBMENU
  ================================= */
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu {
  min-width: 235px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li {
  position: relative;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li a {
  color: var(--header);
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li a:hover {
  color: var(--theme);
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li a i {
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li:hover i {
  transform: rotate(90deg);
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
  overflow: hidden;
  margin: auto;
  max-height: 740px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #EFFBFF;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  border-radius: 10px;
  position: relative;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(255, 71, 28, 0) 0%, #03AFE5 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 10px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
  max-width: 160px;
  margin: 20px auto 0;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 16px 18px;
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 30px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--white);
  color: #000;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  margin-left: 10px;
  transform: initial;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-content {
  text-align: center;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .hometitle {
  text-align: center;
  font-family: "Urbanist", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  padding: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .hometitle:hover {
  color: var(--theme);
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
  visibility: visible;
  opacity: 1;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .navbar .navbar-nav .nav-item {
  /* SHOW FIRST LEVEL */
}
.header-main .navbar .navbar-nav .nav-item:hover > .sub-menu,
.header-main .navbar .navbar-nav .nav-item .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header-main .navbar .navbar-nav .nav-item:hover .nav-link i {
  transform: rotate(-180deg);
}
.header-main .sidebar__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-main .sidebar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--theme);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.header-main .sidebar__toggle span:last-child, .header-main .sidebar__toggle span:first-child {
  width: 25px;
}
.header-main .sidebar__toggle.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.header-main .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--white);
}
.header-main .sidebar__toggle:hover span {
  width: 100%;
}

/* ===============================
   NESTED SUBMENU (LEVEL 2+)
================================= */
.sub-menu li {
  position: relative;
  /* CHILD SUBMENU */
}
.sub-menu li > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  min-width: 235px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
}
.sub-menu li > .sub-menu li a {
  padding: 12px 18px;
}
.sub-menu li {
  /* SHOW CHILD */
}
.sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-area {
  z-index: 999999;
  width: 100%;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  background-color: #EFFBFF;
  box-shadow: 0 10px 30px rgba(0, 123, 255, 0.08);
}
.mobile-menu-area .mobile-topbar {
  width: 100%;
}
.mobile-menu-area .mobile-topbar .bars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mobile-menu-area .mobile-topbar .bars span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--theme);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.mobile-menu-area .mobile-topbar .bars span:last-child, .mobile-menu-area .mobile-topbar .bars span:first-child {
  width: 25px;
}
.mobile-menu-area .mobile-topbar .bars.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.mobile-menu-area .mobile-topbar .bars.mobile_menu_bar span {
  background-color: var(--white);
}
.mobile-menu-area .mobile-topbar .bars:hover span {
  width: 100%;
}
.mobile-menu-area {
  /* =========================
     OVERLAY
  ========================= */
}
.mobile-menu-area .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background-color: rgba(252, 245, 234, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}
.mobile-menu-area .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-area {
  /* =========================
     MAIN MENU (FIXED)
  ========================= */
}
.mobile-menu-area .mobile-menu-main {
  width: 390px;
  height: 100%;
  background-color: #0c0c0c;
  position: fixed;
  top: 0;
  left: -390px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  top: 15px;
  height: calc(100% - 30px);
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 470px) {
  .mobile-menu-area .mobile-menu-main {
    width: 300px;
  }
}
.mobile-menu-area .mobile-menu-main .logo {
  padding: 30px;
}
@media (max-width: 470px) {
  .mobile-menu-area .mobile-menu-main .logo img {
    width: 130px;
  }
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  position: absolute;
  top: 34px;
  right: 10px;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
  padding-top: 10px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  width: 100%;
  padding: 12px 30px;
  padding-right: 10px;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  color: #000;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: var(--theme);
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: var(--theme);
  color: var(--white);
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 0;
  display: none;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
  padding-left: 40px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
  border-bottom: 0;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
}
.mobile-menu-area .mobile-menu-main .off-contact-area {
  padding: 30px;
  padding-top: 0;
  display: none;
}
.mobile-menu-area .mobile-menu-main .off-contact-info {
  margin-top: 30px;
}
.mobile-menu-area .mobile-menu-main .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .off-contact-info .info-title {
    font-size: 20px;
  }
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details {
  margin-top: 14px;
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p a {
  color: var(--white);
}
.mobile-menu-area .mobile-menu-main .social-icon-list {
  margin-top: 30px;
}
.mobile-menu-area .mobile-menu-main .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.mobile-menu-area {
  /* 🔥 ACTIVE STATE */
}
.mobile-menu-area .mobile-menu-main.active {
  left: 15px !important;
}
.mobile-menu-area .mobile-menu-action-btn {
  padding: 20px;
}
.mobile-menu-area .mobile-menu-action-btn a {
  color: var(--theme);
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.mobile-menu-area .mobile-menu-action-btn a i {
  font-size: 14px;
  margin-left: 8px;
}
.mobile-menu-area .mobile-menu-action-btn a:hover {
  background-color: var(--header);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  z-index: 2000;
}

/* Mobile Menu Main */
.mobile-menu-main {
  z-index: 2001;
}

/*=============================
	12. Offcanvas CSS Start
===============================*/
.offcanvas-overlay {
  backdrop-filter: blur(15px);
  background-color: rgba(252, 245, 234, 0.1);
  z-index: 999;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  cursor: crosshair;
}
.offcanvas-overlay.active {
  visibility: visible;
  opacity: 1;
}

.offcanvas-menu {
  max-width: 450px;
  z-index: 9999;
  padding: 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 20px;
  right: -450px;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background-color: var(--header);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.offcanvas-menu .offcasvas-close {
  width: 50px;
  height: 50px;
  background: var(--theme);
}
.offcanvas-menu .header-top {
  margin-bottom: 30px;
}
.offcanvas-menu .action-title {
  font-size: 24px;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: var(--white);
}
.offcanvas-menu .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  color: var(--white);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 18px;
}
.offcanvas-menu .news-btn i {
  margin-left: 7px;
}
.offcanvas-menu .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.offcanvas-menu .news-btn .text-default,
.offcanvas-menu .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.offcanvas-menu .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.offcanvas-menu .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.offcanvas-menu .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.offcanvas-menu .news-btn i {
  transition: transform 0.4s ease;
}
.offcanvas-menu .offcanvas_gallery {
  height: 264px;
  position: relative;
  margin-top: 30px;
}
.offcanvas-menu .offcanvas_gallery .gallery_img {
  --i: 0;
  max-width: 146px;
  width: 100%;
  aspect-ratio: 146/167;
  object-fit: cover;
  position: absolute;
  left: calc(var(--i) * 82px);
  bottom: calc(var(--i) * 32px);
  z-index: 0;
  transform: translateY(0) scale(1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  border-radius: 8px;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(2) {
  --i: 1;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(3) {
  --i: 2;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(4) {
  --i: 3;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:hover {
  z-index: 1;
  transform: translateY(-5px) scale(1.02);
}
.offcanvas-menu .offcanvas_gallery .gallery_img:hover ~ .gallery_img {
  z-index: 0;
}
.offcanvas-menu .off-contact-info {
  margin-top: 40px;
}
.offcanvas-menu .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas-menu .off-contact-info .info-title {
    font-size: 20px;
  }
}
.offcanvas-menu .off-contact-info .contact-details {
  margin-top: 14px;
}
.offcanvas-menu .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
  font-size: 15px;
}
@media (max-width: 575px) {
  .offcanvas-menu .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.offcanvas-menu .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .offcanvas-menu .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.offcanvas-menu .off-contact-info .contact-details p a {
  color: var(--white);
}
.offcanvas-menu .social-icon-list {
  margin-top: 30px;
}
.offcanvas-menu .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas-menu .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.offcanvas-menu .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.offcanvas-menu .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.offcanvas-menu .social-icon-list .social-icon a:hover {
  background-color: var(--theme);
}
.offcanvas-menu.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  right: 15px;
}

/* ===============================
   HEADER
================================= */
.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  padding: 20px 100px;
  background-color: #EFFBFF;
}
@media (max-width: 1899px) {
  .header-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-1 .menu-right-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1600px) {
  .header-1 .menu-right-info {
    gap: 20px;
  }
}
.header-1 .menu-right-info .search-toggler {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}
.header-1 .menu-right-info .number-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .header-1 .menu-right-info .number-info {
    display: none;
  }
}
.header-1 .menu-right-info .number-info .number {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
}
.header-1 .menu-right-info .number-info .number:hover {
  color: var(--theme);
}
.header-1 .menu-right-info .appo-btn {
  display: inline-block;
  background-color: var(--theme);
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 64px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 25px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .header-1 .menu-right-info .appo-btn {
    display: none;
  }
}
.header-1 .menu-right-info .appo-btn img {
  margin-right: 6px;
}
.header-1 .menu-right-info .appo-btn:hover {
  background-color: #000;
}
.header-1 .navbar-collapse {
  flex-grow: initial;
}
.header-1 .navbar-expand-xl .navbar-collapse {
  justify-content: end;
  width: 100%;
  gap: 60px;
}
@media (max-width: 1399px) {
  .header-1 .navbar-expand-xl .navbar-collapse {
    gap: 30px;
  }
}

.header-2 {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 84, 110, 0.2);
}

.header-3 {
  padding: 0 50px;
  background-color: transparent;
  padding-top: 15px;
}
@media (max-width: 1899px) {
  .header-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-3 .header-main {
  background: rgba(3, 175, 229, 0.2);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  padding: 18px 30px;
}
.header-3 .header-main .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.header-3 .header-main .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #03AFE5;
}
.header-3 .number-info .number {
  color: #fff;
}
.header-3 .number-info .number:hover {
  color: #03AFE5;
}
.header-3 .sidebar__toggle span {
  background-color: #fff;
}
.header-3 .header-main .navbar .navbar-nav .nav-item > .sub-menu {
  top: 160%;
}
.header-3 .header-main .navbar .navbar-nav .nav-item .has-homemenu {
  top: 130%;
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 20px;
  margin: 0 100px;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .breadcrumb-wrapper {
    margin: 0 50px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    margin: 0 20px;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 120px 0 120px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 65px;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 9px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--white);
  opacity: 1;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
}

.error-wrapper {
  text-align: center;
}
.error-wrapper .error h2 {
  color: var(--theme);
  font-size: 350px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .error-wrapper .error h2 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error h2 {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error h2 {
    font-size: 100px;
  }
}
.error-wrapper .error-content h2 {
  font-size: 72px;
}
@media (max-width: 1199px) {
  .error-wrapper .error-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .error-wrapper .error-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .error-wrapper .error-content h2 {
    font-size: 30px;
  }
}
.error-wrapper .error-content h2 span {
  color: var(--theme);
}
.error-wrapper .error-content p {
  margin-top: 22px;
}
.error-wrapper .error-btn {
  margin-top: 45px;
}

.footer-widget-wrapper {
  position: relative;
  z-index: 9;
  padding: 120px 0 0;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 80px 0 0;
  }
}
.footer-widget-wrapper .footer-left-item {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-left-item {
    margin-bottom: 40px;
  }
}
.footer-widget-wrapper .footer-left-item h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 120.833%;
  letter-spacing: -2px;
  max-width: 590px;
}
.footer-widget-wrapper .footer-left-item h2 span {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  color: var(--theme);
  font-style: italic;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-left-item h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-left-item h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-left-item h2 {
    font-size: 34px;
  }
}
@media (max-width: 470px) {
  .footer-widget-wrapper .footer-left-item h2 {
    font-size: 28px;
  }
}
.footer-widget-wrapper .footer-left-item form {
  position: relative;
  margin-top: 25px;
  max-width: 580px;
  width: 100%;
}
.footer-widget-wrapper .footer-left-item form input {
  width: 100%;
  border: none;
  background-color: var(--theme);
  padding: 22px 30px;
  border-radius: 100px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 70px;
}
.footer-widget-wrapper .footer-left-item form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-left-item form .email-btn {
  background: var(--white);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
}
.footer-widget-wrapper .footer-left-item form .email-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.footer-widget-wrapper .footer-left-item ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 135px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-left-item ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.footer-widget-wrapper .footer-left-item ul li {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme);
  font-family: "Urbanist", sans-serif;
}
.footer-widget-wrapper .footer-left-item ul li a {
  color: var(--theme);
}
.footer-widget-wrapper .footer-right-item {
  position: relative;
  padding-bottom: 80px;
  padding-left: 45px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .footer-right-item {
    padding-left: 45px;
  }
}
.footer-widget-wrapper .footer-right-item::before {
  position: absolute;
  bottom: 0;
  left: -53px;
  right: 0;
  content: "";
  width: 1000%;
  height: 1px;
  background-color: rgba(3, 175, 229, 0.2);
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .footer-right-item::before {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-right-item {
    padding-left: 0;
  }
}
.footer-widget-wrapper .footer-right-item .footer-header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-right-item .footer-header-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-right-item .footer-header-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
.footer-widget-wrapper .footer-right-item .footer-header-item::before {
  position: absolute;
  bottom: 0;
  left: -100px;
  right: 0;
  content: "";
  width: 1000%;
  height: 1px;
  background-color: rgba(3, 175, 229, 0.2);
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .footer-right-item .footer-header-item::before {
    left: 0;
  }
}
.footer-widget-wrapper .footer-right-item .footer-header-item p {
  color: #101010;
  max-width: 320px;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .footer-right-item .footer-header-item p {
    max-width: 230px;
  }
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-right-item .footer-widget-items .widget-head {
    margin-bottom: 10px;
  }
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .widget-head h3 {
  color: #101010;
  font-size: 20px;
  font-weight: 700;
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .gt-list-area li a {
  color: #101010;
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-right-item .footer-widget-items .gt-list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .footer-right-item .social-icon {
  gap: 6px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-right-item .social-icon {
    display: flex !important;
  }
}
.footer-widget-wrapper .footer-right-item .social-icon a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  color: #101010;
  border: 1px solid rgba(16, 16, 16, 0.1);
}
.footer-widget-wrapper .footer-right-item .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #797979;
  animation: none;
}
.footer-bottom .footer-bottom-wrapper p b {
  color: var(--theme);
  font-weight: 500;
}
.footer-bottom .footer-bottom-wrapper .footer-list {
  display: flex;
  align-items: center;
  gap: 12px;
  animation: none;
}
.footer-bottom .footer-bottom-wrapper .footer-list li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-bottom .footer-bottom-wrapper .footer-list li .dots {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #101010;
  display: inline-block;
}
.footer-bottom .footer-bottom-wrapper .footer-list li a {
  color: #101010;
}
.footer-bottom .footer-bottom-wrapper .footer-list li a:hover {
  color: var(--theme);
}

.footer-area {
  border-radius: 20px;
  margin: 60px;
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .footer-area {
    margin: 35px;
    margin-top: 0;
  }
}
@media (max-width: 1399px) {
  .footer-area {
    margin: 25px;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .footer-area {
    margin: 0 20px;
    margin-top: 0;
  }
}
.footer-area::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47.7%;
  height: 100%;
  width: 1px;
  background: rgba(3, 175, 229, 0.2);
  content: "";
}
@media (max-width: 1399px) {
  .footer-area::before {
    display: none;
  }
}

.footer-section {
  padding-bottom: 12px;
}

.footer-three {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .footer-three {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .footer-three {
    margin-top: 80px;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Instrument Serif", serif;
  color: var(--theme);
  font-style: italic;
}
.section-title h2 {
  color: var(--header);
}
.section-title h2 .style-font {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.section-title h2 .style-color {
  color: #797979;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  font-size: 16px;
}

.section-title-2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
  .section-title-2 br {
    display: none;
  }
}
.section-title-2 .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title-2 .title {
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .section-title-2 .title {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .section-title-2 .title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .section-title-2 .title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-title-2 .title {
    font-size: 42px;
  }
}
@media (max-width: 470px) {
  .section-title-2 .title {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .section-title-2 .title {
    font-size: 32px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: #FBF3E6 !important;
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 60px 0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  padding: 200px 100px 120px;
  position: relative;
}
@media (max-width: 1899px) {
  .hero-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding-top: 130px;
  }
}
.hero-1::before {
  position: absolute;
  bottom: 30%;
  left: 0;
  background: linear-gradient(180deg, #03AFE5 0%, #6461FC 100%);
  filter: blur(250px);
  content: "";
  width: 454px;
  height: 454px;
  z-index: -1;
}
.hero-1::after {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #CBB1FF 24.67%, #BAEFFF 100%);
  filter: blur(200px);
  content: "";
  width: 454px;
  height: 454px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .hero-title {
  line-height: 100%;
}
.hero-1 .hero-content .hero-title span {
  font-weight: 400;
  font-family: "Instrument Serif", serif;
  color: var(--theme);
  font-style: italic;
}
.hero-1 .hero-client-items {
  max-width: 340px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .hero-1 .hero-client-items {
    margin: 30px auto 0;
    text-align: center;
  }
}
.hero-1 .hero-client-items .client-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .hero-1 .hero-client-items .client-image {
    justify-content: center;
  }
}
.hero-1 .hero-client-items .client-image p {
  text-transform: capitalize;
  font-size: 16px;
  align-items: center;
  text-align: left;
}
@media (max-width: 991px) {
  .hero-1 .hero-client-items .client-image p {
    display: none;
  }
}
.hero-1 .hero-client-items .client-image p span {
  position: relative;
}
.hero-1 .hero-client-items .client-image p span::before {
  position: absolute;
  bottom: 5px;
  right: -48px;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #555555;
}
@media (max-width: 1399px) {
  .hero-1 .hero-client-items .client-image p span::before {
    display: none;
  }
}
.hero-1 .hero-client-items .hero-text {
  font-size: 18px;
  margin-top: 25px;
}
.hero-1 .hero-client-items .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: var(--theme);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 25px;
}
.hero-1 .hero-client-items .news-btn i {
  margin-right: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  color: var(--theme);
  font-size: 12px;
  border: 1px solid rgba(3, 175, 229, 0.15);
}
.hero-1 .hero-client-items .news-btn .text {
  position: relative;
  display: inline-block;
  height: 30px;
  overflow: hidden;
}
.hero-1 .hero-client-items .news-btn .text-default,
.hero-1 .hero-client-items .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.hero-1 .hero-client-items .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
}
.hero-1 .hero-client-items .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.hero-1 .hero-client-items .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.hero-1 .hero-client-items .news-btn i {
  transition: transform 0.4s ease;
}
.hero-1 .hero-image-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  align-items: flex-start;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image-wrap {
    gap: 24px;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image-wrap {
    gap: 24px;
    grid-template-columns: auto auto;
    margin-top: 35px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-image-wrap {
    gap: 15px;
    margin-top: 30px;
  }
}
.hero-1 .hero-image-wrap .hero-thumb {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero-1 .hero-image-wrap .hero-thumb {
    height: 300px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-image-wrap .hero-thumb {
    height: 200px;
    border-radius: 20px !important;
  }
  .hero-1 .hero-image-wrap .hero-thumb img {
    border-radius: 20px !important;
  }
}
.hero-1 .hero-image-wrap .hero-thumb img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.hero-1 .hero-image-wrap .hero-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(3, 175, 229, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hero-1 .hero-image-wrap .hero-thumb:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hero-1 .hero-image-wrap .hero-thumb:hover img {
  transform: scale(1.2);
}

.hero-2 {
  padding-top: 500px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1600px) {
  .hero-2 {
    padding-top: 350px;
  }
}
@media (max-width: 1399px) {
  .hero-2 {
    padding-top: 320px;
  }
}
@media (max-width: 1199px) {
  .hero-2 {
    padding-top: 290px;
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding-top: 260px;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding-top: 230px;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding-top: 170px;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 100%);
  z-index: -1;
}
.hero-2 .container {
  max-width: 1720px;
}
.hero-2 h1 {
  font-size: 80px;
  color: var(--white);
  margin-top: 25px;
}
@media (max-width: 1600px) {
  .hero-2 h1 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .hero-2 h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-2 h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 h1 {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  .hero-2 h1 {
    font-size: 37px;
  }
}
.hero-2 h1 span {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  color: var(--white);
  font-style: italic;
}
.hero-2 .hero-items {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .hero-2 .hero-items {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-items .ratting-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .hero-2 .hero-items .ratting-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-2 .content {
  max-width: 345px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .hero-2 .content {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-2 .content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 30px;
}
.hero-2 .marque-section {
  background-color: transparent !important;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  margin-top: 0 !important;
}

.hero-3 {
  position: relative;
  position: relative;
}
.hero-3 .array-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  transform: translateY(-50%);
  z-index: 99;
}
@media (max-width: 1600px) {
  .hero-3 .array-button {
    transform: initial;
    right: initial;
    top: initial;
    bottom: 30px;
    left: 30px;
    position: absolute;
  }
}
@media (max-width: 991px) {
  .hero-3 .array-button {
    display: none;
  }
}
.hero-3 .array-button .array-prev, .hero-3 .array-button .array-next {
  border-radius: 100px;
  background-color: #03AFE5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-size: 15px;
}
.hero-3 .array-button .array-prev:hover, .hero-3 .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}
.hero-3 .hero-slider-items {
  z-index: 1;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 185px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .hero-3 .hero-slider-items {
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-slider-items {
    padding-bottom: 120px;
  }
}
.hero-3 .hero-slider-items .hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transform: translateX(-150px);
}
@media (max-width: 1600px) {
  .hero-3 .hero-slider-items .hero-shape {
    display: none;
  }
}
.hero-3 .hero-slider-items .hero-shape2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  opacity: 0;
  z-index: 1;
  transform: translateX(150px);
}
@media (max-width: 1600px) {
  .hero-3 .hero-slider-items .hero-shape2 {
    display: none;
  }
}
.hero-3 .swiper-slide.swiper-slide-active .hero-shape {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-shape {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-shape2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1500ms ease;
}
.hero-3 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-3 .item-img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 206px;
  height: 206px;
  content: "";
  background: #EB753B;
  filter: blur(200px);
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-3 .item-img::before {
    display: none;
  }
}
.hero-3 .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-filter: blur(108px);
  filter: blur(108px);
  -webkit-transform: scaleX(150%);
  transform: scaleX(150%);
  -webkit-transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
  transition: -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
  transition: filter 2s cubic-bezier(0.4, 0, 0.2, 1), transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
  transition: filter 2s cubic-bezier(0.4, 0, 0.2, 1), transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48), -webkit-filter 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 2s cubic-bezier(0.4, -0.2, 0.1, 0.48);
}
.hero-3 .hero-content {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
.hero-3 .hero-content .hero-sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  border-left: 1px solid var(--theme);
  padding-left: 10px;
  margin-bottom: 20px;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: 1.5s cubic-bezier(0.61, -0.63, 0.46, 1.48);
  transition: 1.5s cubic-bezier(0.61, -0.63, 0.46, 1.48);
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-sub {
    font-size: 16px;
    padding-left: 0;
    border: none;
    margin-bottom: 12px;
  }
}
.hero-3 .hero-content .hero-title {
  font-size: 75px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-title {
    font-size: 58px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content .hero-title {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-content .hero-title {
    font-size: 32px;
  }
}
.hero-3 .hero-content .hero-title b {
  font-weight: 400;
  font-family: "Instrument Serif", serif;
  font-style: italic;
}
.hero-3 .hero-content .hero-text {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  max-width: 520px;
  margin-top: 25px;
  visibility: hidden;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
  transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-text {
    margin: 25px auto 0;
    font-size: 16px;
  }
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
  transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-button {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.hero-3 .hero-content .hero-button .video-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.hero-3 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}
.hero-3 .hero-content .hero-button .button-text span {
  font-size: 16px;
  color: var(--header);
  font-weight: bold;
  margin-left: 10px !important;
}
@media (max-width: 470px) {
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2 {
    padding: 7px 15px;
    padding-right: 8px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2 .theme-btn-arrow-left,
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2 .theme-btn-arrow-right {
    width: 35px;
    height: 35px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2 .theme-btn {
    margin-right: 10px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2:hover {
    padding-right: 10px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2:hover .theme-btn {
    background-color: transparent;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main.style-2:hover .theme-btn-arrow-left {
    left: 7px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main .theme-btn-arrow-left,
  .hero-3 .hero-content .hero-button .theme-btn-main .theme-btn-arrow-right {
    width: 35px;
    height: 35px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main .theme-btn {
    font-size: 16px;
    gap: 10px;
  }
  .hero-3 .hero-content .hero-button .theme-btn-main .theme-btn:hover {
    transform: translateX(36px);
  }
}
.hero-3 .hero-icon-wrap {
  max-width: 690px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 30px;
  gap: 20px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
  transition: 800ms cubic-bezier(0.61, -0.63, 0.46, 1.48);
}
@media (max-width: 991px) {
  .hero-3 .hero-icon-wrap {
    position: static;
    justify-content: center;
    margin: 100px auto 0;
    padding: 0 22px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-icon-wrap {
    display: grid;
  }
}
.hero-3 .hero-icon-wrap .icon-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .hero-3 .hero-icon-wrap .icon-box {
    background-color: var(--theme);
  }
}
.hero-3 .hero-icon-wrap .icon-box .content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hero-3 .hero-icon-wrap .icon-box .content {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hero-3 .hero-icon-wrap .icon-box .content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
  color: #fff;
}
.hero-3 .hero-icon-wrap .icon-box .content .icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease-in-out;
  text-align: center;
  color: var(--white);
}
.hero-3 .hero-icon-wrap .icon-box .content .icon:hover {
  background-color: var(--theme);
  color: var(--white);
  border-color: var(--theme);
}
.hero-3 .hh-text {
  margin-top: -10px;
  display: inline-block;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .item-img img {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-sub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line {
  transform: translateX(0%) scaleX(1);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .item-text .hero_title .split-line:nth-child(4) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(6) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(8) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero_title .split-line:nth-child(10) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.hero-3 .swiper-slide:is(.swiper-slide-active) .hero-slider-items .hero-icon-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.hero-3 .split-line {
  -webkit-transform: translateX(-20%) scaleX(-0.3);
  transform: translateX(-20%) scaleX(-0.3);
  opacity: 0;
  -webkit-transition: 1.2s var(--cube-1);
  transition: 1.2s var(--cube-1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.about-section {
  background-color: var(--theme);
  border-radius: 20px;
  margin: 0 60px;
  position: relative;
}
.about-section .about-circle {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1899px) {
  .about-section {
    margin: 0 40px;
  }
}
@media (max-width: 1600px) {
  .about-section {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .about-section {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .about-section {
    margin: 0 20px;
  }
}

.about-wrapper .about-left-items {
  max-width: 651px;
}
.about-wrapper .about-left-items .about-thumb {
  height: 488px;
  border-radius: 20px;
}
.about-wrapper .about-left-items .about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-wrapper .about-left-items .about-bottom-content {
  background: #EFFBFF;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 30px;
  margin-top: 30px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .about-wrapper .about-left-items .about-bottom-content {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.about-wrapper .about-left-items .about-bottom-content .about-counter {
  padding-top: 5px;
  padding-bottom: 10px;
}
.about-wrapper .about-left-items .about-bottom-content .about-counter .sub-text {
  background-color: var(--theme);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 5px 8px;
  line-height: 1;
  border-radius: 17px;
  margin-bottom: 45px;
}
.about-wrapper .about-left-items .about-bottom-content .about-counter h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 600;
}
.about-wrapper .about-left-items .about-bottom-content .about-counter p {
  font-weight: 500;
  color: #000000;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
}
.about-wrapper .about-left-items .about-bottom-content .about-line {
  width: 1px;
  height: 245px;
  background: #F0ECDF;
  display: inline-block;
}
@media (max-width: 575px) {
  .about-wrapper .about-left-items .about-bottom-content .about-line {
    display: none;
  }
}
.about-wrapper .about-left-items .about-bottom-content .content {
  max-width: 375px;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-left-items .about-bottom-content .content {
    max-width: 300px;
  }
}
.about-wrapper .about-left-items .about-bottom-content .content p {
  color: #000000;
  line-height: 162.5%;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-left-items .about-bottom-content .content p {
    margin-bottom: 15px;
  }
}
.about-wrapper .about-content .section-title h2 {
  letter-spacing: -1px;
}
.about-wrapper .about-content .about-icon-items {
  display: flex;
  align-items: center;
  gap: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-icon-items {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-icon-items {
    flex-wrap: wrap;
  }
}
.about-wrapper .about-content .about-icon-items .icon-items {
  max-width: 210px;
}
.about-wrapper .about-content .about-icon-items .icon-items .content {
  margin-top: 15px;
}
.about-wrapper .about-content .about-icon-items .icon-items .content .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  text-transform: capitalize;
}
.about-wrapper .about-content .about-icon-items .icon-items .content p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  margin-top: 4px;
}
.about-wrapper .about-content .award-items-box p {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  font-family: "Urbanist", sans-serif;
  margin-top: 18px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .award-items-box p {
    font-size: 14px;
  }
}
.about-wrapper .about-content .award-items-box:hover img {
  -webkit-animation: gelatine 0.6s;
  animation: gelatine 0.6s;
}
.about-wrapper .about-content .about-small-image {
  max-width: 470px;
  width: 100%;
  height: 206px;
  border-radius: 20px;
  position: relative;
}
.about-wrapper .about-content .about-small-image .video-circle {
  width: 124px;
  height: 124px;
  line-height: 124px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  z-index: 2;
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(20px);
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-small-image .video-circle {
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-wrapper .about-content .about-small-image .video-circle .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper .about-content .about-small-image .video-circle .text-circle img {
  width: initial;
  height: initial;
}
.about-wrapper .about-content .about-small-image .video-circle .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  font-size: 16px;
}
.about-wrapper .about-content .about-small-image .video-circle .video-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.about-wrapper .about-content .about-small-image .video-circle img {
  margin-left: 0;
}
.about-wrapper .about-content .about-small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-wrapper-2 .about-image {
  max-width: 660px;
  position: relative;
}
.about-wrapper-2 .about-image .about-circle {
  position: absolute;
  bottom: -40px;
  left: -20%;
  z-index: -1;
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .about-circle {
    display: none;
  }
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-content .text {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 49px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content .text {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content .text {
    font-size: 16px;
  }
}
.about-wrapper-2 .about-content .about-counter-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-counter-items {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.about-wrapper-2 .about-content .about-counter-items .content h2 {
  font-size: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  color: var(--theme);
}
.about-wrapper-2 .about-content .about-counter-items .content h2 .plus {
  font-weight: 300;
  font-size: 40px;
}
.about-wrapper-2 .about-content .about-counter-items .about-small {
  border-radius: 20px;
  position: relative;
}
.about-wrapper-2 .about-content .about-counter-items .about-small .video-btn {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--theme);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-2 .about-content .about-counter-items .about-small .video-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}
.about-wrapper-2 .about-content .about-counter-items .about-small img {
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .about-wrapper-3 {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.about-wrapper-3 .about-image-items {
  margin-left: -30%;
  margin-right: 40px;
  position: relative;
}
.about-wrapper-3 .about-image-items .icon-box {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  line-height: 147px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-wrapper-3 .about-image-items .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-3 .about-image-items .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-items {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-wrapper-3 .about-image-items .thumb {
  border-radius: 10px;
  height: 684px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-items .thumb {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .thumb {
    height: 400px;
  }
}
@media (max-width: 470px) {
  .about-wrapper-3 .about-image-items .thumb {
    height: 300px;
  }
}
.about-wrapper-3 .about-image-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.about-wrapper-3 .about-text {
  margin-top: 25px;
  max-width: 675px;
  font-size: 16px;
}
.about-wrapper-3 .about-counter-item {
  border-top: 1px solid rgba(22, 22, 22, 0.1);
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 645px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-counter-item {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 25px;
  }
}
.about-wrapper-3 .about-counter-item .counter-item h3 {
  font-size: 38px;
  font-weight: 600;
  color: var(--theme);
}
.about-wrapper-3 .about-counter-item .counter-item p {
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
  line-height: 1.4;
}
.about-wrapper-3 .about-counter-item .about-line {
  width: 1px;
  height: 131px;
  background: rgba(22, 22, 22, 0.1);
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-counter-item .about-line {
    display: none;
  }
}
.about-wrapper-3 .about-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-button {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-button {
    margin-top: 30px;
  }
}
.about-wrapper-3 .about-button .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-3 .about-button .author-image h4 {
  font-size: 20px;
}
.about-wrapper-3 .about-button .author-image p {
  font-size: 16px;
}
.about-wrapper-3 .about-image-inner {
  border-radius: 10px;
  position: relative;
}
.about-wrapper-3 .about-image-inner .icon-box {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  line-height: 147px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-wrapper-3 .about-image-inner .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-3 .about-image-inner .icon-box .text-circle img {
  width: initial;
  height: initial;
}
.about-wrapper-3 .about-image-inner .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3 .about-image-inner img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-wrapper-3 .about-content.style-about {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content.style-about {
    margin-left: 0;
  }
}

.about-image-inner-two {
  border-radius: 10px;
  margin-top: 60px;
  position: relative;
  height: 630px;
}
.about-image-inner-two img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.about-image-inner-two .content {
  border-radius: 8px;
  background-color: var(--white);
  padding: 30px 30px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 405px;
}
@media (max-width: 767px) {
  .about-image-inner-two .content {
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: initial;
  }
}
.about-image-inner-two .content .v-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-image-inner-two .content .v-text {
    margin-bottom: 20px;
  }
}
.about-image-inner-two .content h2 {
  font-size: 72px;
  color: var(--theme);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-image-inner-two .content h2 {
    font-size: 50px;
  }
}
.about-image-inner-two .content .text-2 {
  font-size: 18px;
}

.category-section {
  background-color: var(--white);
  border-radius: 20px;
  margin: 0 60px;
}
@media (max-width: 1600px) {
  .category-section {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .category-section {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .category-section {
    margin: 0 20px;
  }
}

.client-capsule-wrapper {
  position: relative;
  overflow: hidden;
  height: 900px;
  pointer-events: auto;
  margin-top: -300px;
}
.client-capsule-wrapper > * {
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.client-capsule-wrapper .client-box {
  width: 204px;
  height: 204px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  transform: translate(-50%, -50%) rotate(0rad);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .client-capsule-wrapper .client-box {
    font-size: 18px;
    width: 170px;
    height: 170px;
  }
}
.client-capsule-wrapper .client-box br {
  display: block;
}

.feature-content-one {
  max-width: 545px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .feature-content-one {
    max-width: initial;
    margin-left: initial;
  }
}
@media (max-width: 991px) {
  .feature-content-one {
    margin-top: 30px;
  }
}
.feature-content-one .text {
  margin-top: 25px;
}
.feature-content-one .about-list-items {
  border-top: 1px solid rgba(0, 84, 110, 0.2);
  border-bottom: 1px solid rgba(0, 84, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .feature-content-one .about-list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.feature-content-one .about-list-items ul li {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-content-one .about-list-items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.feature-content-one .about-list-items .thumb img {
  border-radius: 10px;
}
.feature-content-one .about-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature-content-one .about-info .icon {
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  background-color: rgba(3, 175, 229, 0.1);
  text-align: center;
}
.feature-content-one .about-info .content p {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
}
.feature-content-one .about-info .content .number {
  font-size: 20px;
  font-weight: 700;
  color: var(--header);
}

.feature-section {
  position: relative;
}
@media (max-width: 1199px) {
  .feature-section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .feature-section {
    padding: 80px 0;
  }
}
.feature-section .shape1 {
  position: absolute;
  bottom: 43px;
  left: 43px;
}
@media (max-width: 1399px) {
  .feature-section .shape1 {
    display: none;
  }
}

.feature-image {
  position: relative;
}
@media (max-width: 1399px) {
  .feature-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .feature-image {
    max-width: 500px;
    margin: 0 auto;
  }
}
.feature-image .shape2 {
  position: absolute;
  bottom: 100px;
  right: -120px;
}
@media (max-width: 1399px) {
  .feature-image .shape2 {
    display: none;
  }
}

.feature-wrapper-three .feature-image2 {
  position: relative;
  max-width: 688px;
}
@media (max-width: 991px) {
  .feature-wrapper-three .feature-image2 {
    max-width: 460px;
  }
}
.feature-wrapper-three .feature-image2 .light-image {
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -1;
}
.feature-wrapper-three .feature-image2 img {
  width: 100%;
  height: 100%;
}
.feature-wrapper-three .feature-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .feature-wrapper-three .feature-content {
    margin-left: 0;
  }
}
.feature-wrapper-three .feature-content .nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 45px;
  margin-top: 40px;
}
.feature-wrapper-three .feature-content .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 8px 18px;
}
.feature-wrapper-three .feature-content .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}
.feature-wrapper-three .feature-content .list-content p {
  font-size: 16px;
  color: #555555;
  max-width: 445px;
  margin-top: 15px;
}
.feature-wrapper-three .feature-content .list-content ul {
  max-width: 495px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.feature-wrapper-three .feature-content .list-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  text-transform: capitalize;
}

.counter-section-three {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.counter-section-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, #03AFE5 0%, #6461FC 100%);
  z-index: -1;
}

.counter-wrapper-three {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .counter-wrapper-three {
    flex-wrap: wrap;
    gap: 35px;
  }
}
.counter-wrapper-three .counter-items {
  text-align: center;
}
.counter-wrapper-three .counter-items h2 {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  color: transparent;
}
.counter-wrapper-three .counter-items h2:hover {
  color: var(--white);
  -webkit-text-stroke-color: transparent;
}
.counter-wrapper-three .counter-items p {
  font-size: 18px;
  color: var(--white);
}
.counter-wrapper-three .line-1 {
  height: 90px;
  width: 1px;
  background-color: var(--white);
  opacity: 0.2;
}
@media (max-width: 767px) {
  .counter-wrapper-three .line-1 {
    display: none;
  }
}

.process-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 60px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media (max-width: 1199px) {
  .process-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .process-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-wrapper .process-box-items {
  display: flex;
  gap: 22px;
  width: 100%;
}
.process-wrapper .process-box-items .number {
  display: inline-block;
  max-width: 67px;
  width: 100%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 26px;
  font-weight: 700;
  color: var(--theme);
  position: relative;
  z-index: 1;
}
.process-wrapper .process-box-items .number::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  content: "";
  border-radius: 50%;
  background-color: var(--white);
  z-index: -1;
}
.process-wrapper .process-box-items .content .title {
  color: var(--white);
}
.process-wrapper .process-box-items .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin-top: 6px;
}
.process-wrapper .arrow-img {
  margin-right: 20px;
}
@media (max-width: 1399px) {
  .process-wrapper .arrow-img {
    display: none;
  }
}

.certification-wrapper .certification-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .certification-wrapper .certification-content {
    margin-left: 0;
  }
}
.certification-wrapper .certification-content .text {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 160%;
  font-size: 18px;
}
.certification-wrapper .content-box-items {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .certification-wrapper .content-box-items {
    text-align: center;
  }
}
.certification-wrapper .content-box-items .title {
  color: var(--white);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.certification-wrapper .content-box-items p {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}

.certification-section {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin: 0 60px;
}
@media (max-width: 1600px) {
  .certification-section {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .certification-section {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .certification-section {
    margin: 0 20px;
  }
}
.certification-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(90deg, #03AFE5 0%, rgba(3, 175, 229, 0.96) 42.67%, rgba(3, 175, 229, 0) 100%);
}

.work-process-section-two {
  margin: 0 60px;
  border-radius: 20px;
  margin-bottom: 120px;
}
@media (max-width: 1600px) {
  .work-process-section-two {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .work-process-section-two {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .work-process-section-two {
    margin: 0 20px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .work-process-section-two {
    margin-bottom: 80px;
  }
}

.work-process-wrapper .process-content .text {
  margin-top: 25px;
}
.work-process-wrapper .process-content .list-items {
  margin-top: 52px;
  position: relative;
}
.work-process-wrapper .process-content .list-items::before {
  position: absolute;
  top: 51px;
  bottom: 0;
  left: 32px;
  content: "";
  height: 70%;
  width: 1.8px;
  border: 1.8px dashed rgba(16, 16, 16, 0.2);
}
.work-process-wrapper .process-content .list-items li {
  display: flex;
  gap: 22px;
}
.work-process-wrapper .process-content .list-items li:not(:last-child) {
  margin-bottom: 38px;
}
.work-process-wrapper .process-content .list-items li .number {
  display: inline-block;
  max-width: 67px;
  width: 100%;
  height: 67px;
  line-height: 67px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(3, 175, 229, 0.2);
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.work-process-wrapper .process-content .list-items li .number::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme);
  z-index: -1;
}
.work-process-wrapper .process-content .list-items li .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.work-process-wrapper .process-content .list-items li .content p {
  font-size: 16px;
  font-weight: 400;
  max-width: 400px;
}
.work-process-wrapper .process-thumb {
  border-radius: 10px;
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .work-process-wrapper .process-thumb {
    height: 500px;
  }
}
.work-process-wrapper .process-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.analysis-wrapper {
  max-width: 795px;
  margin: 60px auto 60px;
}
.analysis-wrapper .analysis-icon-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.analysis-wrapper .analysis-icon-items .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #D8F6FF;
  text-align: center;
}
.analysis-wrapper .analysis-icon-items .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  text-transform: capitalize;
}

.analysis-box-wrapper .analysis-box-left-items {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.analysis-box-wrapper .analysis-box-left-items::before {
  position: absolute;
  top: -30%;
  right: -30%;
  content: "";
  width: 192px;
  height: 192px;
  background: #054CE0;
  filter: blur(105px);
}
.analysis-box-wrapper .analysis-box-left-items .analysis-box .number {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(3, 175, 229);
  color: var(--white);
  margin-bottom: 14px;
}
.analysis-box-wrapper .analysis-box-left-items .analysis-box .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--header);
  text-transform: capitalize;
}
.analysis-box-wrapper .analysis-box-left-items .analysis-box p {
  font-size: 16px;
  color: var(--header);
  margin-top: 14px;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items {
  padding: 20px 20px;
  background-color: #F5F5F5;
  border: 1px dashed var(--theme);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .icon-wrapper {
  width: 60px;
  margin-bottom: 10px;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .icon-wrapper svg {
  width: 100%;
  height: auto;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .main-text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .or-text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .upload-btn {
  background-color: var(--theme);
  color: #ffffff;
  border: none;
  padding: 15px 12px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 15px;
  transition: background 0.3s ease;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .upload-btn:hover {
  background-color: #008dba;
}
.analysis-box-wrapper .analysis-box-left-items .upload-box-items .footer-text p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.analysis-box-wrapper .analysis-box-left-items .icon-box {
  background: #EFFBFF;
  border: 1px solid rgba(3, 175, 229, 0.2);
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 15px;
}
.analysis-box-wrapper .analysis-box-left-items .icon-box .icon-2 {
  margin-bottom: 15px;
}
.analysis-box-wrapper .analysis-box-left-items .icon-box span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.analysis-box-wrapper .analysis-box-left-items .icon-box p {
  font-size: 16px;
  color: var(--header);
  margin-top: 5px;
  line-height: 1.6;
}
.analysis-box-wrapper .ai-results-box-wrapper {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.analysis-box-wrapper .ai-results-box-wrapper::before {
  position: absolute;
  top: -20%;
  right: -20%;
  content: "";
  width: 192px;
  height: 192px;
  background: #00FF44;
  filter: blur(105px);
}
.analysis-box-wrapper .ai-results-box-wrapper .analysis-box .number {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(3, 175, 229);
  color: var(--white);
  margin-bottom: 20px;
}
.analysis-box-wrapper .ai-results-box-wrapper .analysis-box .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--header);
  text-transform: capitalize;
}
.analysis-box-wrapper .ai-results-box-wrapper .analysis-box p {
  font-size: 16px;
  color: var(--header);
  margin-top: 14px;
}
.analysis-box-wrapper .ai-results-box-wrapper .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .analysis-box-wrapper .ai-results-box-wrapper .nav {
    justify-content: start;
  }
}
.analysis-box-wrapper .ai-results-box-wrapper .nav .nav-item .nav-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 10px;
  border: 1px solid rgb(166, 166, 166);
  color: #A6A6A6;
  border-radius: 6px;
}
.analysis-box-wrapper .ai-results-box-wrapper .nav .nav-item .nav-link.active {
  border-color: var(--theme);
  color: var(--theme);
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items {
  background: #EFFBFF;
  border: 1px solid rgba(3, 175, 229, 0.2);
  border-radius: 10px;
  padding: 30px 30px;
  display: inline-block;
  margin-top: 44px;
  width: 100%;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container {
    display: block;
  }
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .image-box {
  max-width: 290px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 415px;
}
@media (max-width: 767px) {
  .analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .image-box {
    max-width: initial;
    margin-bottom: 30px;
  }
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card {
  background: #ffffff;
  padding: 20px 15px 8px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  margin-bottom: 11px;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .card-header {
  margin-bottom: 5px;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .card-header .pro-items .pro-head .pro-title {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .card-header .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items {
  width: 100%;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .pro-head .title {
  font-size: 15px;
  color: var(--header);
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .progress {
  background: rgba(3, 175, 229, 0.2);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .progress.bg-2 {
  background: rgba(161, 229, 3, 0.2);
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .progress.bg-3 {
  background: rgba(229, 150, 3, 0.2);
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .progress-value {
  animation: load1 3s normal forwards;
  border-radius: 8px;
  background: var(--theme);
  height: 6px;
  width: 0;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .style-two {
  animation: load2 3s normal forwards;
  background: #A1E503;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .pro-items .style-three {
  animation: load 3s normal forwards;
  background: #E59603;
}
@keyframes load1 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 78%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .status-text {
  text-align: right;
  margin: 0;
  font-size: 14px;
}
.analysis-box-wrapper .ai-results-box-wrapper .ai-results-box-items .analysis-container .results-column .result-card .status-text.orange-status {
  color: #df9419;
}
.analysis-box-wrapper .analysis-box-right-items {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.analysis-box-wrapper .analysis-box-right-items::before {
  position: absolute;
  top: -30%;
  right: -30%;
  content: "";
  width: 192px;
  height: 192px;
  background: #054CE0;
  filter: blur(105px);
}
.analysis-box-wrapper .analysis-box-right-items .analysis-box {
  border-bottom: 1px solid rgba(3, 175, 229, 0.2);
  padding-bottom: 18px;
}
.analysis-box-wrapper .analysis-box-right-items .analysis-box .number {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(3, 175, 229);
  color: var(--white);
  margin-bottom: 14px;
}
.analysis-box-wrapper .analysis-box-right-items .analysis-box .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--header);
  text-transform: capitalize;
}
.analysis-box-wrapper .analysis-box-right-items .analysis-box p {
  font-size: 16px;
  color: var(--header);
  margin-top: 14px;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area {
  margin-top: 20px;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items .gt-recent-thumb {
  position: relative;
  overflow: hidden;
  max-width: 94px;
  width: 100%;
  height: 94px;
  border-radius: 8px;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items .gt-recent-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items .gt-recent-thumb img {
  border-radius: 8px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  width: 100%;
  height: 100%;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(3, 175, 229, 0.2);
  padding-bottom: 15px;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items .gt-recent-content .title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  font-family: "Urbanist", sans-serif;
  display: inline-block;
  color: var(--header);
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items .gt-recent-content p {
  font-size: 14px;
  color: var(--text);
  line-height: 150%;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items .gt-recent-content .read-more {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme);
  text-transform: capitalize;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items:hover .gt-recent-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.analysis-box-wrapper .analysis-box-right-items .gt-recent-post-area .gt-recent-items:hover .gt-recent-thumb img {
  transform: scale(1.2);
}
.analysis-box-wrapper .analysis-box-right-items .button-items {
  margin-top: 30px;
}
.analysis-box-wrapper .analysis-box-right-items .button-items .book-btn {
  display: inline-block;
  background-color: var(--theme);
  color: #ffffff;
  border: none;
  padding: 18px 12px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s ease;
  width: 100%;
  text-align: center;
}
.analysis-box-wrapper .analysis-box-right-items .button-items .book-btn:hover {
  background-color: var(--header);
}
.analysis-box-wrapper .analysis-box-right-items .button-items .disclaimer {
  font-size: 16px;
  color: var(--text);
  margin-top: 10px;
  text-align: center;
}
.analysis-box-wrapper .analysis-box-wrapper-two .analysis-box-wraps {
  margin-top: 30px;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  padding: 20px 20px;
}
.analysis-box-wrapper .analysis-box-wrapper-two .analysis-box-wraps .content h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.analysis-box-wrapper .analysis-box-wrapper-two .analysis-box-wraps .content p {
  font-size: 14px;
}

.service-section .section-title-area {
  margin-bottom: 60px;
}
.service-section .section-title-area .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-section .section-title-area .client-info .content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--theme);
}
.service-section .section-title-area .client-info .content p {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.service-section .service-box-style .block .service-acc-content.current {
  display: block;
}
.service-section .service-box-style .block .service-acc-content.current h4 {
  color: #101010;
}
.service-section .service-box-style .block .service-acc-btn.active .icon:before {
  content: "\f00d";
}
.service-section .service-box-style .block .service-acc-btn.active .icon {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.service-section .service-box-style .block .service-acc-btn.active h3 {
  color: #101010;
}
.service-section .service-box-style .block .service-acc-btn.active {
  color: var(--theme);
}
.service-section .service-box-style .block .service-acc-btn.active .number {
  color: var(--theme);
}
.service-section .service-box-style .block:last-child {
  margin-bottom: 0;
}

.service-box-style .service-list-wrap {
  position: relative;
  border: 1px solid rgba(0, 84, 110, 0.2);
  padding: 50px 75px;
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
}
.service-box-style .service-list-wrap .service-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .service-box-style .service-list-wrap .service-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap {
    padding: 40px 10px;
  }
}
.service-box-style .service-list-wrap.active-block {
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 20px;
}
.service-box-style .service-list-wrap .service-acc-btn {
  position: relative;
  padding-left: 275px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .service-box-style .service-list-wrap .service-acc-btn {
    padding-left: 200px;
  }
}
@media (max-width: 1199px) {
  .service-box-style .service-list-wrap .service-acc-btn {
    padding-left: 90px;
  }
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-acc-btn {
    padding-left: 20px;
  }
}
.service-box-style .service-list-wrap .service-acc-btn .number {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  color: #797979;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-acc-btn .number {
    top: -30px;
    left: 20px;
  }
}
.service-box-style .service-list-wrap .service-acc-btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: var(--header);
  border: 1px solid rgba(0, 84, 110, 0.2);
  text-align: center;
}
.service-box-style .service-list-wrap .service-acc-btn h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-acc-btn h3 {
    font-size: 25px;
    padding-right: 40px;
  }
}
.service-box-style .service-list-wrap .service-acc-btn h3 a {
  color: var(--header);
}
.service-box-style .service-list-wrap .service-acc-btn h3 a:hover {
  color: var(--theme);
}
.service-box-style .service-list-wrap .service-acc-btn .title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-acc-btn .title {
    font-size: 25px;
    padding-right: 40px;
  }
}
.service-box-style .service-list-wrap .service-acc-btn .title a {
  color: var(--header);
}
.service-box-style .service-list-wrap .service-acc-btn .title a:hover {
  color: var(--theme);
}
.service-box-style .service-list-wrap .service-acc-content {
  margin-top: 35px;
  display: none;
  position: relative;
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-acc-content {
    margin-top: 25px;
  }
}
.service-box-style .service-list-wrap .service-wrap {
  display: flex;
  gap: 100px;
  width: 100%;
  padding-left: 275px;
}
@media (max-width: 1399px) {
  .service-box-style .service-list-wrap .service-wrap {
    padding-left: 200px;
  }
}
@media (max-width: 1199px) {
  .service-box-style .service-list-wrap .service-wrap {
    padding-left: 90px;
  }
}
@media (max-width: 991px) {
  .service-box-style .service-list-wrap .service-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-wrap {
    padding-left: 20px;
  }
}
.service-box-style .service-list-wrap .service-wrap .item-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #101010;
}
.service-box-style .service-list-wrap .service-wrap .item-text .define {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #101010;
}
.service-box-style .service-list-wrap .service-wrap .item-text .text {
  max-width: 400px;
}
.service-box-style .service-list-wrap .service-wrap .item-text .text p {
  font-size: 16px;
  line-height: 155.556%;
  font-weight: 500;
}
@media (max-width: 575px) {
  .service-box-style .service-list-wrap .service-wrap .item-text .text p {
    font-size: 16px;
  }
}
.service-box-style .service-list-wrap .service-wrap .item-text ul li {
  color: #101010;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
}
.service-box-style .service-list-wrap .service-wrap .item-text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-box-style .service-list-wrap .service-wrap .item-text ul li i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--theme);
}
.service-box-style .service-list-wrap.accordion.block .service-thumb {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-style .service-list-wrap.active-block {
  border: 1px solid var(--theme);
}
.service-box-style .service-list-wrap.active-block .service-thumb {
  opacity: 1 !important;
  visibility: visible !important;
}

.service-box-items {
  background: #FFFFFF;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 20px;
  padding: 30px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .service-box-items {
    display: block;
    margin-top: 25px;
  }
}
.service-box-items .content {
  padding: 20px 25px;
}
@media (max-width: 991px) {
  .service-box-items .content {
    padding: 0;
  }
}
.service-box-items .content .number {
  font-size: 44px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(3, 175, 229, 0.5);
  display: inline-block;
  margin-bottom: 50px;
}
.service-box-items .content .title {
  font-size: 24px;
  font-weight: 600;
}
.service-box-items .content .title a:hover {
  color: var(--theme);
}
.service-box-items .content p {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  max-width: 350px;
  margin-top: 15px;
}
.service-box-items .content ul {
  max-width: 460px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 200px;
}
@media (max-width: 1399px) {
  .service-box-items .content ul {
    margin-top: 170px;
  }
}
@media (max-width: 1199px) {
  .service-box-items .content ul {
    margin-top: 40px;
  }
}
.service-box-items .content ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  border: 1px solid #DADADA;
  border-radius: 100px;
  padding: 10px 13px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.service-box-items .content ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
  border-color: var(--theme);
}
.service-box-items .thumb {
  max-width: 565px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-box-items .thumb {
    max-width: initial;
    margin-top: 27px;
    height: 450px;
  }
}
@media (max-width: 470px) {
  .service-box-items .thumb {
    height: 380px;
  }
}
.service-box-items .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.service-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.service-box-items:hover .thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.service-box-items:hover .thumb img {
  transform: scale(1.2);
}

.service-section-three {
  position: relative;
  z-index: 1;
}
.service-section-three .service-light {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-section-three .service-light-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-image-two {
  border-radius: 30px;
}
.service-image-two img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.service-content-two {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .service-content-two {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .service-content-two {
    margin-top: 0;
  }
}
.service-content-two .number {
  display: inline-block;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(3, 175, 229, 0.6);
  color: transparent;
  font-size: 65px;
  font-weight: 900;
  margin-bottom: 50px;
}
.service-content-two .title a:hover {
  color: var(--theme);
}
.service-content-two .text {
  margin-top: 30px;
}
.service-content-two .service-list {
  margin-top: 25px;
  margin-bottom: 50px;
}
.service-content-two .service-list span {
  color: var(--theme);
  font-size: 20px;
  font-weight: 700;
}
.service-content-two .service-list ul {
  margin-top: 15px;
}
.service-content-two .service-list ul li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-content-two .service-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.service-slider-two .swiper-slide {
  opacity: 0 !important;
}
.service-slider-two .swiper-slide-active {
  opacity: 1 !important;
}
.service-slider-two {
  /* IMAGE ANIMATION */
}
.service-slider-two .service-image-two {
  overflow: hidden;
}
@media (max-width: 575px) {
  .service-slider-two .service-image-two {
    height: 400px;
  }
}
.service-slider-two .service-image-two img {
  transform: scale(1.2);
  transition: 1.5s ease;
  object-fit: cover;
}
.service-slider-two .swiper-slide-active .service-image-two img {
  transform: scale(1);
}
.service-slider-two {
  /* CONTENT BASE STATE */
}
.service-slider-two .service-content-two .number,
.service-slider-two .service-content-two .title,
.service-slider-two .service-content-two .text,
.service-slider-two .service-content-two .service-list,
.service-slider-two .service-content-two .theme-btn-main {
  opacity: 0;
  transform: translateY(60px);
}
.service-slider-two {
  /* ACTIVE ANIMATION (STAGGER STYLE) */
}
.service-slider-two .service-content-two.active-anim .number {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease;
}
.service-slider-two .service-content-two.active-anim .title {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease 0.15s;
}
.service-slider-two .service-content-two.active-anim .text {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease 0.3s;
}
.service-slider-two .service-content-two.active-anim .service-list {
  opacity: 1;
  transform: translateY(0);
  transition: 0.6s ease 0.45s;
}
.service-slider-two .service-content-two.active-anim .theme-btn-main {
  opacity: 1;
  transform: translateY(0);
}
.service-slider-two {
  /* LIST ITEMS EXTRA NICE */
}
.service-slider-two .service-list ul li {
  opacity: 0;
  transform: translateX(-20px);
}
.service-slider-two .service-content-two.active-anim .service-list ul li {
  opacity: 1;
  transform: translateX(0);
}
.service-slider-two .service-content-two.active-anim .service-list ul li:nth-child(1) {
  transition: 0.4s ease 0.55s;
}
.service-slider-two .service-content-two.active-anim .service-list ul li:nth-child(2) {
  transition: 0.4s ease 0.65s;
}
.service-slider-two .service-content-two.active-anim .service-list ul li:nth-child(3) {
  transition: 0.4s ease 0.75s;
}

.service-section-two {
  position: relative;
}
.service-section-two .swiper-dot-2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transform: rotate(90deg);
}
@media (max-width: 1600px) {
  .service-section-two .swiper-dot-2 {
    top: 55%;
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .service-section-two .swiper-dot-2 {
    position: static;
    transform: rotate(0deg);
    margin-top: 40px;
  }
}
.service-section-two .swiper-dot-2 {
  text-align: center;
}
.service-section-two .swiper-dot-2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: #A1A1A1;
  opacity: 1;
  border-radius: 10px;
}
.service-section-two .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 18px;
}
.service-section-two .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.service-section-two .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 29px;
  height: 29px;
  line-height: 29px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}

.service-details-wrapper .service-details-image-top {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.service-details-wrapper .service-details-image-top img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.service-details-wrapper .details-top-item {
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .details-top-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .details-top-item {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.service-details-wrapper .details-top-item .left-content h2 {
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .details-top-item .left-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .details-top-item .left-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .details-top-item .left-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .details-top-item .left-content h2 {
    font-size: 30px;
  }
}
.service-details-wrapper .details-top-item .left-content h2 span {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.service-details-wrapper .details-top-item .left-content p {
  max-width: 788px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .details-top-item .left-content p {
    font-size: 16px;
    max-width: 565px;
  }
}
.service-details-wrapper .details-top-item .details-list li {
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(3, 7, 13, 0.12);
}
.service-details-wrapper .details-top-item .details-list li:first-child {
  border-top: 1px solid rgba(3, 7, 13, 0.12);
}
@media (max-width: 1399px) {
  .service-details-wrapper .details-top-item .details-list li {
    font-size: 16px;
  }
}
.service-details-wrapper .details-top-item .details-list li i {
  margin-right: 5px;
  color: var(--theme);
}
.service-details-wrapper .service-details-image {
  overflow: hidden;
  border-radius: 10px;
}
.service-details-wrapper .service-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.service-details-wrapper .service-concept-item {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item {
    margin-top: 30px;
  }
}
.service-details-wrapper .service-concept-item .service-count-left h2 {
  font-size: 280px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  color: var(--theme);
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .service-count-left h2 {
    font-size: 100px;
  }
}
.service-details-wrapper .service-concept-item .service-count-left p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.03em;
  max-width: 238px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .service-count-left p {
    font-size: 16px;
  }
}
.service-details-wrapper .service-concept-item .service-count-left .details-thumb {
  margin-top: 50px;
  max-width: 600px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .service-count-left .details-thumb {
    margin-top: 30px;
  }
}
.service-details-wrapper .service-concept-item .service-count-left .details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border-radius: 10px;
}
.service-details-wrapper .service-concept-item .tops {
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .tops {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .service-concept-item .tops {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .service-concept-item .tops {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-concept-item .tops {
    font-size: 30px;
  }
}
.service-details-wrapper .service-concept-item .tops span {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.service-details-wrapper .service-concept-item .service-concept-box {
  background-color: rgba(3, 175, 229, 0.05);
  padding: 30px 30px;
  margin-bottom: 30px;
  margin-left: 80px;
  border-radius: 8px;
  padding-top: 28px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .service-details-wrapper .service-concept-item .service-concept-box {
    padding: 35px 30px;
  }
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .service-concept-box {
    margin-left: 0;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.service-details-wrapper .service-concept-item .service-concept-box h3 {
  font-size: 32px;
  font-weight: 600;
  color: #101010;
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .service-details-wrapper .service-concept-item .service-concept-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .service-concept-box h3 {
    font-size: 20px;
  }
}
.service-details-wrapper .service-concept-item .service-concept-box p {
  max-width: 680px;
  font-size: 18px;
  font-weight: 400;
  color: rgb(3, 7, 13);
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .service-details-wrapper .service-concept-item .service-concept-box p {
    font-size: 16px;
  }
}
.service-details-wrapper .service-concept-item .service-concept-box.active {
  background-color: var(--theme);
}
.service-details-wrapper .service-concept-item .service-concept-box.active h3 {
  color: var(--white);
}
.service-details-wrapper .service-concept-item .service-concept-box.active p {
  color: var(--white);
}
.service-details-wrapper .service-concept-item .number-list {
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  display: grid;
  gap: 180px;
  top: 310px;
}
@media (max-width: 1600px) {
  .service-details-wrapper .service-concept-item .number-list {
    left: 52%;
  }
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-concept-item .number-list {
    display: none;
  }
}
.service-details-wrapper .service-concept-item .number-list::before {
  position: absolute;
  content: "";
  background-color: rgba(3, 7, 13, 0.12);
  width: 1px;
  height: 100%;
  left: 25px;
  top: 0;
}
.service-details-wrapper .service-concept-item .number-list .number {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--theme);
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  color: var(--white);
}

.service-visual-item p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .service-visual-item p {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .service-visual-item p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.service-visual-item .service-visual-image {
  overflow: hidden;
  border-radius: 10px;
}
.service-visual-item .service-visual-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.service-visual-section {
  border-top: 1px solid rgba(3, 7, 13, 0.12);
}
@media (max-width: 991px) {
  .service-visual-section {
    padding-top: 80px;
  }
}

.faq-section-5 .grt-faq-content-1 {
  margin-top: 60px;
}
.faq-section-5 .grt-faq-content-1 .accordion-box {
  position: relative;
  border-top: 1px solid rgba(3, 7, 13, 0.12);
}
@media (max-width: 1199px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box {
    margin-left: 0;
  }
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(3, 7, 13, 0.12);
  line-height: 1;
  border-radius: 0;
  padding: 29px 0;
}
@media (max-width: 991px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block {
    padding: 25px 0;
  }
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: -7px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: var(--theme);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--white);
  text-align: center;
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 30px;
}
@media (max-width: 470px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 18px;
  font-weight: 400;
  color: #03070D;
  max-width: 877px;
}
@media (max-width: 1600px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content .content .text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
  color: var(--white);
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block .acc-btn.active {
  color: var(--header);
}
.faq-section-5 .grt-faq-content-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-section-5 .faq-left {
  position: relative;
  height: 100%;
}
.faq-section-5 .faq-left .faq-image-5 {
  position: absolute;
  bottom: 0;
  right: 20%;
  border-radius: 10px;
}
.faq-section-5 .faq-left .faq-image-5 img {
  border-radius: 10px;
}

.shop-section {
  margin: 0 60px;
  border-radius: 20px;
}
@media (max-width: 1899px) {
  .shop-section {
    margin: 0 45px;
  }
}
@media (max-width: 1600px) {
  .shop-section {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .shop-section {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .shop-section {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .shop-section {
    margin: 0 16px;
  }
}

.shop-box-items {
  margin-top: 30px;
  border-radius: 10px;
  padding: 30px 30px;
  text-align: center;
}
.shop-box-items .thumb {
  max-width: 212px;
  margin: 0 auto;
}
.shop-box-items .thumb img {
  width: 100%;
  height: 100%;
}
.shop-box-items .content {
  margin-top: 30px;
}
.shop-box-items .content p {
  color: var(--theme);
  font-weight: 700;
  font-size: 20px;
}
.shop-box-items .content .title {
  font-size: 20px;
  margin-top: 8px;
  text-transform: capitalize;
}
.shop-box-items .content .title a {
  color: var(--white);
}
.shop-box-items .content .title a:hover {
  color: var(--theme);
}
.shop-box-items .content .cart-btn {
  display: inline-block;
  color: var(--theme);
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  background: rgba(3, 175, 229, 0.2);
  border-radius: 100px;
  padding: 11px 24px;
  line-height: 1;
  margin-top: 25px;
  transition: all 0.4s ease-in-out;
}
.shop-box-items .content .cart-btn i {
  margin-right: 7px;
}
.shop-box-items .content .cart-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}
.shop-box-items:hover .thumb img {
  animation: wobble 1.5s ease-in-out;
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}
@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}
.common-table .cart-item-thumb .head {
  color: var(--header);
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
.common-table .price-usd {
  color: var(--header);
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}
.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 18px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity {
  border-radius: 8px;
}
.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
  background-color: transparent;
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}
.cart-list-area .coupon-items input {
  background: transparent;
  border: 1px solid rgba(60, 60, 60, 0.3);
  padding: 18px 20px;
  color: var(--text);
  line-height: 1;
  border-radius: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.cart-list-area .theme-btn {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 12px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}
.cart-list-area .theme-btn:hover {
  color: var(--white);
  background-color: #000;
}

.cart-total-area {
  margin-top: -10px;
}
.cart-total-area .theme-btn {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 12px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}
.cart-total-area .theme-btn:hover {
  color: var(--white);
  background-color: #000;
}
.cart-total-area h2 {
  font-size: 40px;
  margin-bottom: 5px;
}
.cart-total-area ul {
  margin-bottom: 50px;
}
.cart-total-area ul li {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 220px;
  border-bottom: 1px solid #E4E4E5;
  padding-bottom: 25px;
  padding-top: 25px;
}
.cart-total-area ul li .subtotal {
  color: var(--header);
  font-weight: 600;
  margin-left: -30px;
}
.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}

.checkout-radio {
  background-color: var(--white);
  border-radius: 5px;
}
.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--header);
  text-transform: capitalize;
}
.checkout-radio {
  padding: 24px;
}
.checkout-radio h2 {
  color: var(--header);
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--theme);
  font-weight: 500;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--header);
  text-transform: capitalize;
  font-size: 18px;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h2 {
  color: var(--header);
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(22, 22, 22, 0.12);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--header);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--header);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--header);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .list {
  width: 100%;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--header);
  margin-bottom: 12px;
  text-transform: capitalize;
}
.checkout-single-wrapper .boxshado-single {
  background-color: var(--white);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  background-color: #fff;
}
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid rgba(22, 22, 22, 0.12);
  background: transparent;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(22, 22, 22, 0.12);
  background-color: var(--theme);
  outline: none;
  color: var(--header);
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.checkout-single-wrapper .theme-btn {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 12px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}
.checkout-single-wrapper .theme-btn:hover {
  color: var(--white);
  background-color: #000;
}

.shop-details-wrapper .shop-details-image {
  position: relative;
}
.shop-details-wrapper .shop-details-image img {
  width: 100%;
  height: 100%;
}
.shop-details-wrapper .shop-details-image .nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.shop-details-wrapper .shop-details-image .nav .nav-link {
  padding: 0;
  max-width: 115px;
  border: 1px solid rgba(60, 60, 60, 0.17);
  border-radius: 12px;
}
.shop-details-wrapper .shop-details-image .nav .nav-link img {
  border-radius: 12px;
}
.shop-details-wrapper .shop-details-image .shop-thumb {
  box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  border-radius: 12px;
}
.shop-details-wrapper .shop-details-image .shop-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.shop-details-wrapper .product-details-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .product-details-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .shop-details-wrapper .product-details-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
.shop-details-wrapper .product-details-content h2 {
  font-size: 49px;
}
@media (max-width: 767px) {
  .shop-details-wrapper .product-details-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .shop-details-wrapper .product-details-content h2 {
    font-size: 32px;
  }
}
.shop-details-wrapper .product-details-content .star a {
  color: var(--theme);
  font-size: 16px;
  font-weight: 600;
}
.shop-details-wrapper .product-details-content .star span {
  margin-left: 10px;
}
.shop-details-wrapper .product-details-content .price-list {
  gap: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-top: 30px;
}
.shop-details-wrapper .product-details-content .price-list ul {
  display: flex;
  gap: 25px;
  margin-top: 10px;
}
.shop-details-wrapper .product-details-content .price-list ul li {
  font-size: 40px;
  color: var(--header);
  font-family: "Urbanist", sans-serif;
}
.shop-details-wrapper .product-details-content .price-list ul li del {
  color: var(--theme);
}
.shop-details-wrapper .product-details-content .cart-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .product-details-content .cart-quantity {
    flex-wrap: wrap;
  }
}
.shop-details-wrapper .product-details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  border: 1px solid #E4E4E5;
  padding: 16px 24px;
  line-height: 1;
  justify-content: space-between;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .product-details-content .cart-quantity .qty {
    width: 100%;
  }
}
.shop-details-wrapper .product-details-content .cart-quantity .qty button,
.shop-details-wrapper .product-details-content .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
}
.shop-details-wrapper .product-details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper .product-details-content .cart-quantity .shop-btn {
  width: 100%;
  background-color: var(--theme);
  color: var(--white);
  padding: 0 20px;
  height: 65px;
  line-height: 65px !important;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 8px;
}
.shop-details-wrapper .product-details-content .cart-quantity .shop-btn i {
  margin-right: 10px;
}
.shop-details-wrapper .product-details-content .cart-quantity .shop-btn::before {
  background-color: var(--header);
}
.shop-details-wrapper .product-details-content .cart-quantity .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon {
  border: 1px solid #E4E4E5;
  padding: 16px 24px;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.shop-details-wrapper .product-details-content .details-info {
  position: relative;
}
.shop-details-wrapper .product-details-content .details-info:not(:last-child) {
  margin-bottom: 10px;
}
.shop-details-wrapper .product-details-content .details-info span {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 2px;
}
.shop-details-wrapper .product-details-content .details-info a {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  margin-left: 150px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab {
  padding-top: 60px;
}
.shop-details-wrapper .single-tab .nav {
  justify-content: center;
  border-bottom: 1px solid rgba(0, 84, 110, 0.2);
  padding-bottom: 20px;
}
.shop-details-wrapper .single-tab .nav .nav-link.active {
  position: relative;
}
.shop-details-wrapper .single-tab .nav .nav-link.active span {
  color: var(--theme);
}
.shop-details-wrapper .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme);
  transition: 0.3s;
}
@media (max-width: 470px) {
  .shop-details-wrapper .single-tab .nav .nav-link.active::before {
    display: none;
  }
}
.shop-details-wrapper .single-tab .nav .nav-link span {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--header);
}
.shop-details-wrapper .single-tab td {
  background-color: transparent;
}
.shop-details-wrapper .single-tab .description-items .description-content {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 0;
  }
}
.shop-details-wrapper .single-tab .description-items .description-content h3 {
  margin-bottom: 15px;
}
.shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li {
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  font-weight: 600;
}
.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li span {
  color: var(--text);
  font-weight: 400;
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-tab .review-items .admin-items {
    justify-content: center;
    gap: 30px;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
    margin-right: 0 !important;
    text-align: center;
    margin: 0 auto;
    margin-left: 0 !important;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.shop-details-wrapper .single-tab .review-items .admin-items .content {
  position: relative;
  border: 1px solid rgba(0, 84, 110, 0.2);
  border-radius: 4px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-items .admin-items .content {
    text-align: center !important;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .content h3 {
  text-transform: capitalize;
  font-size: 18px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-items .admin-items .content .head-content {
    display: block !important;
    text-align: center;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h3 span {
  font-size: 14px;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h3 span {
    display: block !important;
    margin-left: 0 !important;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
  font-size: 16px;
  color: var(--theme);
}
.shop-details-wrapper .single-tab .review-title h4 {
  font-weight: 500;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.shop-details-wrapper .single-tab .review-title .rate-now p {
  font-size: 16px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .review-title .rate-now i {
  font-size: 16px;
  color: var(--theme);
}
.shop-details-wrapper .single-tab .review-form {
  margin-top: 40px;
}
.shop-details-wrapper .single-tab .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 84, 110, 0.2);
  padding: 20px 25px;
  color: var(--text);
  background-color: transparent;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 8px;
  line-height: 1;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
  padding: 18px 25px 170px;
  width: 100%;
  outline: none;
  color: var(--header);
  background-color: transparent;
  font-size: 16px;
  border: 1px solid rgba(0, 84, 110, 0.2);
  border-radius: 8px;
  text-transform: capitalize;
  line-height: 1;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}
.shop-details-wrapper .single-tab .review-form .form-clt-big textarea:placeholder {
  color: #000;
}
.shop-details-wrapper .single-tab .review-form .theme-btn {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 12px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}
.shop-details-wrapper .single-tab .review-form .theme-btn i {
  margin-left: 10px;
}
.shop-details-wrapper .single-tab .review-form .theme-btn:hover {
  color: var(--white);
  background-color: #000;
}
.shop-details-wrapper p {
  font-size: 16px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marque-section {
  background-color: var(--header);
  padding: 18px 0;
  margin-top: 120px;
}
.marque-section .text {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 25px;
  text-transform: uppercase;
}
.marque-section .marquee {
  gap: 25px;
  --duration: 20s !important;
}
.marque-section .marquee-group {
  gap: 25px;
}

.marquee {
  position: relative;
  --duration: 100s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee .marquee-group .icon-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1.13258px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18.1212px);
  border-radius: 9.78671px;
  width: 123px;
  height: 123px;
  line-height: 123px;
  text-align: center;
  border-radius: 10px;
}

.powerful-feature-section .marquee {
  --duration: 30s;
}
@media (max-width: 1899px) {
  .powerful-feature-section .marquee {
    gap: 30px !important;
  }
}
.powerful-feature-section .marquee-group {
  gap: 0 !important;
}
@media (max-width: 1899px) {
  .powerful-feature-section .marquee-group {
    gap: 30px !important;
  }
}
.powerful-feature-section .marquee-2 {
  margin-top: 35px;
}
.powerful-feature-section .marquee-2 .marquee-group {
  animation: scrollLTR var(--duration) linear infinite;
}

@keyframes scrollLTR {
  0% {
    transform: translateX(calc(-100% - var(--gap)));
  }
  100% {
    transform: translateX(0);
  }
}
.testimonial-box-style-1 {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.testimonial-box-style-1 .quote-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  margin-bottom: 40px;
}
.testimonial-box-style-1 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #101010;
  opacity: 0.8;
  line-height: 125%;
  letter-spacing: -1px;
  font-style: italic;
}
@media (max-width: 1600px) {
  .testimonial-box-style-1 h3 {
    font-size: 20px;
    line-height: 135%;
  }
}
@media (max-width: 575px) {
  .testimonial-box-style-1 h3 {
    font-size: 18px;
  }
}
.testimonial-box-style-1 .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: end;
  margin-top: 130px;
}
@media (max-width: 767px) {
  .testimonial-box-style-1 .client-info-item {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.testimonial-box-style-1 .client-info-item .client-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
}
@media (max-width: 1600px) {
  .testimonial-box-style-1 .client-info-item .client-info h4 {
    font-size: 18px;
  }
}
.testimonial-box-style-1 .client-info-item .client-info span {
  font-weight: 400;
  color: #101010;
  font-size: 16px;
}
.testimonial-box-style-1 .client-info-item .star {
  color: var(--theme);
  font-size: 16px;
}
.testimonial-box-style-1.style-2 {
  background-color: #101010;
  margin-top: 150px;
}
@media (max-width: 1399px) {
  .testimonial-box-style-1.style-2 {
    margin-top: 30px;
  }
}
.testimonial-box-style-1.style-2 h3 {
  color: #fff;
}
.testimonial-box-style-1.style-2 .client-info-item .client-info h4 {
  color: #fff;
}
.testimonial-box-style-1.style-2 .client-info-item .client-info span {
  color: #fff;
}

.client-testimonial__main {
  position: relative;
}
.client-testimonial__warpper {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  margin-right: 60px;
}
@media (max-width: 1399px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.testi-thumb-1 {
  border-radius: 10px;
  margin-top: 30px;
  height: 500px;
}
@media (max-width: 575px) {
  .testi-thumb-1 {
    height: 300px;
  }
}
.testi-thumb-1 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-section {
  position: relative;
  margin: 0 30px;
}
.testimonial-section .light-bg {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .testimonial-section .light-bg {
    display: none;
  }
}

.testimonial-image-three {
  margin-top: 30px;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 575px) {
  .testimonial-image-three {
    height: 400px;
  }
}
.testimonial-image-three img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-box-items-3 {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 48px 40px;
  height: 100%;
}
@media (max-width: 575px) {
  .testimonial-box-items-3 {
    padding: 28px 25px;
    height: initial;
  }
}
.testimonial-box-items-3 .text {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  line-height: 140%;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .testimonial-box-items-3 .text {
    font-size: 16px;
  }
}
.testimonial-box-items-3 .client-info {
  border-top: 1px solid rgba(16, 16, 16, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding-top: 30px;
}
.testimonial-box-items-3 .client-info .client-content h3 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testimonial-slider-three {
  margin-left: -20%;
  margin-right: -20%;
  overflow: visible;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonial-slider-three {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.testimonial-slider-three .swiper-slide {
  height: initial;
}

.testimonial-section-two {
  position: relative;
}
.testimonial-section-two .client-1 {
  position: absolute;
  top: 144px;
  left: 205px;
}
@media (max-width: 1399px) {
  .testimonial-section-two .client-1 {
    display: none;
  }
}
.testimonial-section-two .client-2 {
  position: absolute;
  right: 196px;
  top: 290px;
}
@media (max-width: 1399px) {
  .testimonial-section-two .client-2 {
    display: none;
  }
}
.testimonial-section-two .client-3 {
  position: absolute;
  bottom: 60px;
  right: 35%;
}
@media (max-width: 1399px) {
  .testimonial-section-two .client-3 {
    display: none;
  }
}

.testimonial-section-three .array-button {
  margin-bottom: 3px;
}

.pricing-box-items {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 30px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-header {
  margin-bottom: 30px;
}
.pricing-box-items .pricing-header span {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 20px;
  color: #101010;
}
.pricing-box-items .pricing-header h3 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 25px;
  color: #101010;
}
@media (max-width: 1399px) {
  .pricing-box-items .pricing-header h3 {
    font-size: 55px;
  }
}
.pricing-box-items .pricing-header h3 sub {
  font-size: 16px;
  font-weight: 500;
  color: #3D4857;
  letter-spacing: initial;
  margin-left: 0;
}
.pricing-box-items .pricing-header h2 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 25px;
  color: #101010;
}
@media (max-width: 1399px) {
  .pricing-box-items .pricing-header h2 {
    font-size: 55px;
  }
}
.pricing-box-items .pricing-header h2 sub {
  font-size: 16px;
  font-weight: 500;
  color: #3D4857;
  letter-spacing: initial;
  margin-left: 0;
}
.pricing-box-items .pricing-header p {
  color: #3D4857;
  font-size: 16px;
}
.pricing-box-items .pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 48px;
  background: #101010;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-btn .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.pricing-box-items .pricing-btn .default-content,
.pricing-box-items .pricing-btn .hover-content {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(0);
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.pricing-box-items .pricing-btn .default-content {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}
.pricing-box-items .pricing-btn .hover-content {
  transform: translate(-50%, -50%) translateY(30px);
  opacity: 0;
}
.pricing-box-items .pricing-btn:hover {
  background: var(--theme);
}
.pricing-box-items .pricing-btn:hover .default-content {
  transform: translate(-50%, -50%) translateY(-30px);
  opacity: 0;
}
.pricing-box-items .pricing-btn:hover .hover-content {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}
.pricing-box-items .pricing-list {
  margin-top: 30px;
  padding: 30px;
  background-color: rgba(3, 175, 229, 0.05);
  border-radius: 8px;
}
.pricing-box-items .pricing-list h4 {
  font-size: 18px;
  font-weight: 600;
  color: #101010;
}
@media (max-width: 1199px) {
  .pricing-box-items .pricing-list h4 {
    letter-spacing: inherit;
  }
}
.pricing-box-items .pricing-list h3 {
  font-size: 18px;
  font-weight: 600;
  color: #101010;
}
@media (max-width: 1199px) {
  .pricing-box-items .pricing-list h3 {
    letter-spacing: inherit;
  }
}
.pricing-box-items .pricing-list ul {
  margin-top: 20px;
}
.pricing-box-items .pricing-list ul li {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-box-items .pricing-list ul li i {
  font-size: 18px;
  color: #101010;
}
.pricing-box-items .pricing-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-box-items.active {
  background-color: var(--theme);
}
.pricing-box-items.active .pricing-header {
  margin-bottom: 30px;
}
.pricing-box-items.active .pricing-header span, .pricing-box-items.active .pricing-header h3, .pricing-box-items.active .pricing-header p, .pricing-box-items.active .pricing-header sub {
  color: var(--white) !important;
}
.pricing-box-items.active .pricing-btn {
  background-color: var(--white);
  color: #101010;
}
.pricing-box-items.active .pricing-btn:hover {
  background-color: #101010;
  color: #fff;
}
.pricing-box-items.active .pricing-list {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
}
.pricing-box-items.active .pricing-list ul {
  margin-top: 20px;
}
.pricing-box-items.active .pricing-list ul li i {
  color: var(--theme);
}
.pricing-box-items:hover {
  transform: translateY(-10px);
}

.project-thumb-items {
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project-thumb-items {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .project-thumb-items {
    height: 350px;
  }
}
.project-thumb-items img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-thumb-items::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-thumb-items:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-thumb-items:hover img {
  transform: scale(1.2);
}
.project-thumb-items:hover .content {
  opacity: 1;
  visibility: visible;
}
.project-thumb-items .content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 28px 28px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .project-thumb-items .content {
    flex-wrap: wrap;
    gap: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 20px;
  }
}
.project-thumb-items .content .title {
  text-transform: capitalize;
}
@media (max-width: 1600px) {
  .project-thumb-items .content .title {
    font-size: 17px;
  }
  .project-thumb-items .content .title br {
    display: none;
  }
}
.project-thumb-items .content .title a {
  color: var(--white);
}
.project-thumb-items .content .title a:hover {
  color: var(--theme);
}
.project-thumb-items .content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}
@media (max-width: 1600px) {
  .project-thumb-items .content h2 {
    font-size: 17px;
  }
  .project-thumb-items .content h2 br {
    display: none;
  }
}
.project-thumb-items .content .icon {
  display: inline-block;
  max-width: 43px;
  width: 100%;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
}
.project-thumb-items .content .icon:hover {
  background-color: var(--white);
  color: var(--header);
}

.project-slider {
  margin-left: -23%;
  margin-right: -23%;
}
@media (max-width: 1600px) {
  .project-slider {
    margin-left: -28%;
    margin-right: -28%;
  }
}
@media (max-width: 1199px) {
  .project-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.project-section-two .project-area-two {
  margin: 0 30px;
}
.project-section-two .project-area-two .section-title-area {
  margin-bottom: -60px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .project-section-two .project-area-two .section-title-area {
    margin-bottom: 35px;
    gap: 30px;
    flex-wrap: wrap;
  }
  .project-section-two .project-area-two .section-title-area br {
    display: none;
  }
}
.project-section-two .project-area-two .section-title-area .section-title h2 {
  font-size: 122.704px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.408px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .project-section-two .project-area-two .section-title-area .section-title h2 {
    letter-spacing: initial;
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .project-section-two .project-area-two .section-title-area .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .project-section-two .project-area-two .section-title-area .section-title h2 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .project-section-two .project-area-two .section-title-area .section-title h2 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .project-section-two .project-area-two .section-title-area .section-title h2 {
    font-size: 44px;
  }
}

.project-style-image-2 {
  overflow: hidden;
  position: relative;
  z-index: 9;
  height: 626px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .project-style-image-2 {
    height: 500px;
  }
}
.project-style-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-style-image-2::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-style-image-2 .content {
  background-color: var(--white);
  padding: 30px;
  padding-right: 45px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  width: fit-content;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.5s ease;
  z-index: 10;
  border-radius: 12px;
}
.project-style-image-2 .content h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .project-style-image-2 .content h3 {
    font-size: 24px;
  }
}
.project-style-image-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--header);
}
.project-style-image-2 .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-style-image-2 .content ul {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}
.project-style-image-2 .content ul li a {
  display: inline-block;
  border-radius: 18px;
  background: rgba(3, 175, 229, 0.1);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  font-family: "Urbanist", sans-serif;
  padding: 6px 10px;
}
.project-style-image-2 .content ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-style-image-2:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-style-image-2:hover img {
  transform: scale(1.2);
}
.project-style-image-2:hover .content {
  clip-path: inset(0 0 0 0);
}

.project-details-wrapper .project-details-top-item .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .top-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .project-details-top-item .top-content h2 {
  font-size: 65px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .top-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-details-top-item .top-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-top-item .top-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-top-item .top-content h2 {
    font-size: 30px;
  }
}
.project-details-wrapper .project-details-top-item .top-content h2 span {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.project-details-wrapper .project-details-top-item .top-content p {
  font-size: 16px;
  font-weight: 500;
  max-width: 397px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .top-content p {
    font-size: 16px;
  }
}
.project-details-wrapper .project-details-top-item .project-details-info-item {
  display: flex;
  align-items: center;
  gap: 90px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .project-details-info-item {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-details-top-item .project-details-info-item {
    gap: 30px;
  }
}
.project-details-wrapper .project-details-top-item .project-details-info-item .content {
  border-right: 1px solid rgba(33, 33, 33, 0.12);
  padding-right: 180px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .project-details-info-item .content {
    padding-right: 0;
    border-right: none;
  }
}
.project-details-wrapper .project-details-top-item .project-details-info-item .content.style-2 {
  border-right: none;
  padding-right: 0;
}
.project-details-wrapper .project-details-top-item .project-details-info-item .content span {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-top-item .project-details-info-item .content p {
  font-size: 18px;
  font-weight: 600;
}
.project-details-wrapper .project-details-top-item .project-details-image {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 100px;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .project-details-image {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.project-details-wrapper .project-details-top-item .project-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.project-details-wrapper .project-details-top-item .left-text h2 {
  font-size: 65px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .left-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-details-top-item .left-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-top-item .left-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-top-item .left-text h2 {
    font-size: 30px;
  }
}
.project-details-wrapper .project-details-top-item .left-text h2 span {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
}
.project-details-wrapper .project-details-top-item .details-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.project-details-wrapper .project-details-top-item .details-content .details-list {
  max-width: 320px;
  width: 100%;
}
.project-details-wrapper .project-details-top-item .details-content .details-list li {
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid rgba(33, 33, 33, 0.12);
  border-bottom: 1px solid rgba(33, 33, 33, 0.12);
  padding-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-content .details-list li {
    font-size: 16px;
  }
}
.project-details-wrapper .project-details-top-item .details-content .details-list li i {
  margin-right: 5px;
  color: var(--theme);
}
.project-details-wrapper .project-details-top-item .details-image-item {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-image-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.project-details-wrapper .project-details-top-item .details-image-item .thumb {
  overflow: hidden;
  border-radius: 12px;
}
.project-details-wrapper .project-details-top-item .details-image-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.project-details-wrapper .project-details-top-item .details-box {
  margin-top: 30px;
  background-color: var(--white);
  padding: 40px 30px;
  border-radius: 12px;
}
.project-details-wrapper .project-details-top-item .details-box .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 120px;
  background-color: var(--theme);
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-box .number {
    margin-bottom: 90px;
  }
}
.project-details-wrapper .project-details-top-item .details-box h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-top-item .details-box p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .project-details-wrapper .project-details-top-item .details-box p {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-box p {
    font-size: 16px;
  }
}
.project-details-wrapper .project-details-top-item .details-bottom-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-bottom-content {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
}
.project-details-wrapper .project-details-top-item .details-bottom-content .right-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 682px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-top-item .details-bottom-content .right-content p {
    font-size: 16px;
  }
}
.project-details-wrapper .project-details-top-item .slider-button {
  border-top: 1px solid rgba(33, 33, 33, 0.12);
  border-bottom: 1px solid rgba(33, 33, 33, 0.12);
  margin-top: 50px;
  padding: 15px 0;
}
.project-details-wrapper .project-details-top-item .slider-button span {
  font-weight: 500;
}
.project-details-wrapper .project-details-top-item .slider-button .cmn-next,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  transition: all 0.4s;
  border: 1px solid rgba(33, 33, 33, 0.12);
  color: var(--header);
  border-radius: 8px;
}
.project-details-wrapper .project-details-top-item .slider-button .cmn-next i,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev i {
  transition: all 0.4s;
}
.project-details-wrapper .project-details-top-item .slider-button .cmn-next:hover,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.project-details-wrapper .project-details-top-item .slider-button .cmn-next:hover i,
.project-details-wrapper .project-details-top-item .slider-button .cmn-prev:hover i {
  color: var(--white);
}
.project-details-wrapper .project-details-top-item .slider-button .previus-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
}

.gallery-card-item .gallery-image {
  position: relative;
}
@media (max-width: 767px) {
  .gallery-card-item .gallery-image {
    height: 500px;
  }
}
.gallery-card-item .gallery-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.gallery-card-item .gallery-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.7);
  background: rgba(3, 175, 229, 0.68);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.gallery-card-item .gallery-image .icon {
  position: absolute;
  font-size: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gallery-card-item:hover .gallery-image::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.gallery-card-item:hover .gallery-image .icon {
  opacity: 1;
}
.gallery-card-item.style-2 {
  margin-top: 30px;
}

.team-box-items-1 .thumb {
  max-width: 690px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-box-items-1 .thumb {
    height: 500px;
  }
}
.team-box-items-1 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.team-box-items-1 .thumb .team-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px 30px;
  position: absolute;
  bottom: -30px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-box-items-1 .thumb .team-content .content {
  font-size: 16px;
  font-weight: 600;
}
.team-box-items-1 .thumb .team-content .content .title {
  margin-bottom: 5px;
}
.team-box-items-1 .thumb .team-content .content .title a {
  color: var(--white);
}
.team-box-items-1 .thumb .team-content .content p {
  color: var(--white);
  text-transform: uppercase;
}
.team-box-items-1 .thumb .team-content .social-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-box-items-1 .thumb .team-content .social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 15px;
  transition: all 0.4s ease-in-out;
}
.team-box-items-1 .thumb .team-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border-color: var(--theme);
}
.team-box-items-1:hover .thumb .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.swiper-3d .swiper-slide-shadow {
  background-color: transparent;
}

.team-right-content-items {
  margin-left: 50px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .team-right-content-items {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.team-right-content-items .text {
  margin-top: 30px;
  margin-bottom: 45px;
}
.team-right-content-items .section-title h2 {
  font-size: 58px;
}
@media (max-width: 1399px) {
  .team-right-content-items .section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .team-right-content-items .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .team-right-content-items .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .team-right-content-items .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .team-right-content-items .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .team-right-content-items .section-title h2 {
    font-size: 28px;
  }
}

.team-section {
  position: relative;
}
.team-section .team-shape {
  position: absolute;
  right: -90px;
  top: 190px;
}
@media (max-width: 1399px) {
  .team-section .team-shape {
    display: none;
  }
}

.team-box-item-3 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.team-box-item-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  transition: all 500ms ease;
}
.team-box-item-3 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.team-box-item-3 .thumb .social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.team-box-item-3 .thumb .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--theme);
  font-size: 14px;
  transition: all 0.3s ease;
}
.team-box-item-3 .thumb .social-icon a:hover {
  background-color: var(--header);
}
.team-box-item-3 .content {
  margin-top: 20px;
  position: relative;
}
.team-box-item-3 .content .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(31, 41, 55, 0.35);
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
}
.team-box-item-3 .content .icon:hover {
  background-color: var(--theme);
}
.team-box-item-3 .content h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 4px;
}
.team-box-item-3 .content h2 a {
  color: var(--header);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  transition: all 0.3s ease;
}
.team-box-item-3 .content h2 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-box-item-3 .content p {
  font-size: 18px;
}
.team-box-item-3:hover .thumb img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.team-box-item-3:hover .thumb img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.team-box-item-3:hover .thumb .social-icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.team-details-wrapper .team-details-image {
  border-radius: 12px;
}
.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.team-details-wrapper .team-details-content {
  margin-left: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 40px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content .offer {
  background-color: var(--theme);
  color: var(--white);
  padding: 8px 10px;
  border-radius: 6px;
}
.team-details-wrapper .team-details-content h2 {
  margin-top: 30px;
  font-size: 48px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 32px;
  }
}
.team-details-wrapper .team-details-content p {
  color: var(--header);
  opacity: 0.8;
  font-size: 18px;
}
.team-details-wrapper .team-details-content .team-infrom {
  margin-top: 50px;
}
.team-details-wrapper .team-details-content .team-infrom li {
  display: flex;
  gap: 100px;
  align-items: center;
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .team-infrom li {
    display: grid;
    gap: 20px;
  }
}
.team-details-wrapper .team-details-content .team-infrom li span {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  flex-basis: 28%;
}
.team-details-wrapper .team-details-content .team-infrom li:not(:last-child) {
  margin-bottom: 12px;
}
.team-details-wrapper .team-details-content .follow {
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  text-transform: capitalize;
}
.team-details-wrapper .team-details-content .social-icon {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
.team-details-wrapper .team-details-content .social-icon a {
  color: var(--header);
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  color: var(--theme);
}
.team-details-wrapper .team-middle-items h2 {
  font-size: 48px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-middle-items h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-middle-items h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-middle-items h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-middle-items h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-middle-items h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .team-details-wrapper .team-middle-items h2 {
    font-size: 32px;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area {
  margin-top: 60px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-middle-items .team-skill-area .skill-content {
    margin-right: 0;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .point {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  font-family: var(--header);
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress {
  background: #16333B;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 6px;
  width: 0;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 69%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 98%;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content .career {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li {
  display: flex;
  gap: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li .year {
  color: var(--header);
  font-size: 24px;
  font-weight: 600;
}
.team-details-wrapper .team-bottom-items {
  margin-top: 120px;
  border-radius: 10px;
  background: #fff;
  padding: 80px 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items {
    margin-top: 100px;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-bottom-items {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-bottom-items {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-bottom-items {
    padding: 30px;
  }
}
.team-details-wrapper .team-bottom-items h2 {
  font-size: 48px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-bottom-items h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-bottom-items h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-bottom-items h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-bottom-items h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .team-details-wrapper .team-bottom-items h2 {
    font-size: 32px;
  }
}
.team-details-wrapper .team-bottom-items .team-left-items p {
  margin-top: 20px;
  font-size: 16px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon {
  margin-top: 30px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .theme-btn {
  padding: 0 25px;
  background-color: var(--theme);
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  display: inline-block;
  color: var(--white);
  font-size: 18px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .theme-btn i {
  margin-left: 0;
  margin-right: 8px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .theme-btn:hover {
  background-color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .icon {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items .team-right-items {
    margin-left: 0;
  }
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box {
  margin-top: 30px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input, .team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: var(--header);
  border: none;
  background: transparent;
  border: 1px solid rgba(22, 51, 59, 0.1);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 18px 20px;
  line-height: 1;
  font-size: 16px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input::placeholder, .team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select {
  border: none;
  background: transparent;
  border: 1px solid rgba(22, 51, 59, 0.1);
  border-radius: 8px;
  width: 100%;
  height: initial;
  line-height: initial;
  text-transform: capitalize;
  color: var(--header);
  border: 1px solid rgba(22, 51, 59, 0.1);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 18px 20px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .current {
  color: var(--header);
  font-size: 14px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
  right: 12px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}
.team-details-wrapper p {
  font-size: 16px;
}
.team-details-wrapper .theme-btns {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: var(--theme);
  border-radius: 100px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.team-details-wrapper .theme-btns i {
  margin-left: 5px;
}
.team-details-wrapper .theme-btns:hover {
  background-color: var(--header);
}

@media (max-width: 991px) {
  .news-section .section-title-area {
    justify-content: center;
    text-align: center;
  }
}
.news-section .section-title-area .content p {
  max-width: 471px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .news-section .section-title-area .content p {
    margin: 0 auto;
  }
}
.news-section .section-title-area .content .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 20px;
}
.news-section .section-title-area .content .news-btn i {
  margin-left: 7px;
}
.news-section .section-title-area .content .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.news-section .section-title-area .content .news-btn .text-default,
.news-section .section-title-area .content .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.news-section .section-title-area .content .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.news-section .section-title-area .content .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.news-section .section-title-area .content .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.news-section .section-title-area .content .news-btn i {
  transition: transform 0.4s ease;
}

.news-box-items {
  margin-top: 30px;
  border-radius: 20px;
  padding: 20px;
  background-color: #FFFFFF;
}
.news-box-items .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.news-box-items .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
}
.news-box-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .content {
  margin-top: 25px;
  padding-bottom: 10px;
}
.news-box-items .content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .news-box-items .content ul {
    gap: 10px;
  }
}
.news-box-items .content ul li a {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--theme);
  color: var(--white);
  padding: 8px 13px;
  border-radius: 35px;
  display: inline-block;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.news-box-items .content ul li p {
  color: rgb(121, 121, 121);
  font-size: 16px;
}
.news-box-items .content ul li p span {
  color: rgba(121, 121, 121, 0.7);
}
.news-box-items .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  line-height: 133%;
}
@media (max-width: 1199px) {
  .news-box-items .content .title {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .news-box-items .content .title {
    font-size: 18px;
  }
}
.news-box-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  transition: all 0.4s ease-in-out;
}
.news-box-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items .content .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 20px;
}
.news-box-items .content .news-btn i {
  margin-left: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--theme);
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
.news-box-items .content .news-btn .text {
  position: relative;
  display: inline-block;
  height: 30px;
  overflow: hidden;
}
.news-box-items .content .news-btn .text-default,
.news-box-items .content .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.news-box-items .content .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.news-box-items .content .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.news-box-items .content .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.news-box-items .content .news-btn i {
  transition: transform 0.4s ease;
}
.news-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-slider {
  margin-left: -5%;
  margin-right: -5%;
}
@media (max-width: 991px) {
  .news-slider {
    margin: 0 18px;
  }
}

.gt-main-sideber .gt-single-sideber-widget {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
  border-radius: 14px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form {
  width: 100%;
  position: relative;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form input {
  background-color: #EFFBFF;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 6px;
  padding-right: 70px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  border-radius: 6px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gt-main-sideber .gt-single-sideber-widget .gt-search-widget form button:hover {
  background-color: var(--header);
  color: var(--white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title h3 {
  font-weight: 600;
  font-size: 22px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-widget-title span {
  font-weight: 600;
  font-size: 22px;
  font-family: "Urbanist", sans-serif;
}
.gt-main-sideber .gt-single-sideber-widget .amenities-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.gt-main-sideber .gt-single-sideber-widget .amenities-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: #EFFBFF;
  padding: 22px 25px;
  font-family: "Urbanist", sans-serif;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 8px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li a {
  color: var(--header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li span b {
  font-weight: 400;
  color: var(--theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover {
  background-color: var(--theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover a {
  color: var(--white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover i, .gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover span {
  color: var(--white);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb {
  position: relative;
  overflow: hidden;
  max-width: 110px;
  width: 100%;
  border-radius: 8px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-thumb img {
  border-radius: 8px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  width: 100%;
  height: 100%;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content .title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  font-family: "Urbanist", sans-serif;
  display: inline-block;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content .title a:hover {
  color: var(--theme);
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items .gt-recent-content ul li {
  color: var(--text);
  font-size: 16px;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:hover .gt-recent-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.gt-main-sideber .gt-single-sideber-widget .gt-recent-post-area .gt-recent-items:hover .gt-recent-thumb img {
  transform: scale(1.2);
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 16px;
  line-height: 1;
  font-weight: 600;
  background: #EFFBFF;
  font-family: "Urbanist", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 16px;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.gt-main-sideber .gt-single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 {
  margin-bottom: 30px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
  border-radius: 12px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-image img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 12px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .gt-date-list li i {
  margin-right: 10px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .news-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 138%;
}
@media (max-width: 1199px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .news-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .news-title {
    font-size: 25px;
  }
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .news-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .news-title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4 .gt-news-content .theme-btn-main {
  margin-top: 24px;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4:hover .gt-news-image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.gt-news-standard-wrapper .gt-news-standard-items .gt-news-card-items-4:hover .gt-news-image img {
  transform: scale(1.2);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-content p {
    font-size: 14px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h2 {
  margin-bottom: 20px;
  font-size: 42px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 25px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: var(--theme);
  border-radius: 8px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 650px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 29px;
  font-size: 20px;
  color: var(--white);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid rgba(22, 51, 59, 0.1);
  border-bottom: 1px solid rgba(22, 51, 59, 0.1);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: #fff;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .news-details-area .blog-post-details .comments-area {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area {
    padding: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid rgba(22, 51, 59, 0.1);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment.bb-none {
  border: none;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con span {
  font-size: 17px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 600;
  background-color: #EFFBFF;
  color: var(--header);
  font-size: 16px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content p {
  font-size: 16px;
}
.news-details-area .blog-post-details .comment-form-wrap {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px 40px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .news-details-area .blog-post-details .comment-form-wrap {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comment-form-wrap {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap {
    padding: 28px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: #EFFBFF;
  border: none;
  padding: 16px 20px;
  font-weight: 400;
  border-radius: 5px;
  font-size: 16px;
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.brand-section-three {
  padding: 60px 0;
  background-color: var(--theme);
}
.brand-section-three .marquee {
  --duration: 30s;
  gap: 30px !important;
}
.brand-section-three .marquee-group {
  gap: 50px !important;
}

.brand-section-three {
  position: relative;
}
.brand-section-three::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  background: linear-gradient(90deg, #03AFE5 0%, rgba(3, 175, 229, 0) 100%);
  width: 32%;
  z-index: 1;
}
@media (max-width: 767px) {
  .brand-section-three::before {
    display: none;
  }
}
.brand-section-three::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  background: linear-gradient(90deg, #03AFE5 0%, rgba(3, 175, 229, 0) 100%);
  width: 22%;
  z-index: 1;
}
@media (max-width: 767px) {
  .brand-section-three::after {
    display: none;
  }
}

.brand-wrapper-one {
  border: 1px solid rgba(22, 22, 22, 0.1);
  border-radius: 4px;
  border-right: none;
}

.brand-box-one {
  height: 140px;
  line-height: 140px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(22, 22, 22, 0.1);
  z-index: 9;
}
.brand-box-one .brand-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-box-one .brand-img-1 img {
  transition: all 0.6s ease;
  transform: translateY(0);
}
.brand-box-one .brand-img-1:last-child img {
  transform: translateY(-350%);
  opacity: 0;
}
.brand-box-one:hover .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-box-one:hover .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}

.faq-section-1 {
  background: linear-gradient(107.2deg, #03AFE5 0%, #6461FC 100%);
  border-radius: 40px;
  margin: 0 100px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media (max-width: 1899px) {
  .faq-section-1 {
    margin: 0 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .faq-section-1 {
    margin: 0 30px;
  }
}
@media (max-width: 1399px) {
  .faq-section-1 {
    margin: 0 25px;
  }
}
@media (max-width: 1199px) {
  .faq-section-1 {
    margin: 0 20px;
  }
}
.faq-section-1 .faq-content .text {
  max-width: 420px;
  margin-top: 20px;
  opacity: 0.8;
}
.faq-section-1 .faq-content .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: var(--white) !important;
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 20px;
}
.faq-section-1 .faq-content .news-btn i {
  margin-left: 7px;
}
.faq-section-1 .faq-content .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.faq-section-1 .faq-content .news-btn .text-default,
.faq-section-1 .faq-content .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.faq-section-1 .faq-content .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--white);
}
.faq-section-1 .faq-content .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.faq-section-1 .faq-content .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.faq-section-1 .faq-content .news-btn i {
  transition: transform 0.4s ease;
}
.faq-section-1 .faq-image {
  position: absolute;
  bottom: 0;
  right: 55px;
}
.faq-section-1 .faq-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.faq-section-1 .accordion-box {
  position: relative;
}
.faq-section-1 .accordion-box .block {
  position: relative;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
  line-height: 1;
  border-radius: 8px;
  max-width: 870px;
}
.faq-section-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--white);
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 28.5px 25px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .faq-section-1 .accordion-box .block .acc-btn {
    padding-right: 60px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq-section-1 .accordion-box .block .acc-btn {
    padding: 25px 20px;
    padding-right: 80px;
  }
}
@media (max-width: 470px) {
  .faq-section-1 .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.faq-section-1 .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 30px;
  top: 22px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1399px) {
  .faq-section-1 .accordion-box .block .acc-btn .icon {
    right: 18px;
  }
}
.faq-section-1 .accordion-box .block .acc-btn .icon::before {
  color: var(--white);
}
.faq-section-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 30px 25px;
  border-top: 1px solid rgba(29, 154, 235, 0.15);
  padding-top: 22px;
}
@media (max-width: 470px) {
  .faq-section-1 .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-section-1 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-section-1 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  max-width: 810px;
  letter-spacing: -0.02em;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .faq-section-1 .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-section-1 .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-section-1 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-section-1 .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
}
.faq-section-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-section-1 .active-block {
  background-color: #EFFBFF !important;
}
.faq-section-1 .active-block .acc-btn {
  color: var(--theme) !important;
}
.faq-section-1 .active-block .icon {
  background-color: var(--theme) !important;
  color: var(--white) !important;
}
.faq-section-1 .active-block .icon::before {
  color: var(--white) !important;
}
.faq-section-1 .faq-shapes {
  position: absolute;
  bottom: -40px;
  left: 30px;
  right: 30px;
  z-index: -1;
  top: 0;
}
@media (max-width: 1899px) {
  .faq-section-1 .faq-shapes {
    display: none;
  }
}
.faq-section-1 .faq-shapes img {
  width: 100%;
  height: 100%;
}

.faq-items-two .accordion-box {
  position: relative;
  margin-top: 60px;
}
.faq-items-two .accordion-box .block {
  position: relative;
  background-color: var(--white);
  border: none;
  margin-bottom: 20px;
  line-height: 1;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .faq-items-two .accordion-box .block {
    border-radius: 20px;
  }
}
.faq-items-two .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 25.5px 30px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .faq-items-two .accordion-box .block .acc-btn {
    padding-right: 60px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .faq-items-two .accordion-box .block .acc-btn {
    padding: 25px 20px;
    padding-right: 80px;
  }
}
@media (max-width: 470px) {
  .faq-items-two .accordion-box .block .acc-btn {
    font-size: 16px;
  }
}
.faq-items-two .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 30px;
  top: 22px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: rgba(3, 175, 229, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1399px) {
  .faq-items-two .accordion-box .block .acc-btn .icon {
    right: 18px;
  }
}
.faq-items-two .accordion-box .block .acc-btn .icon::before {
  color: var(--theme);
}
.faq-items-two .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 30px 25px;
  padding-top: 0;
}
@media (max-width: 470px) {
  .faq-items-two .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-items-two .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-items-two .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 18px;
  font-weight: 500;
  color: #101010;
  max-width: 810px;
  letter-spacing: -0.02em;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .faq-items-two .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-items-two .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-items-two .accordion-box .block .acc-content.current {
  display: block;
}
.faq-items-two .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
}
.faq-items-two .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-items-two .active-block {
  background-color: #fff !important;
  border: 1px solid var(--theme) !important;
  border-radius: 20px !important;
}
.faq-items-two .active-block .acc-btn {
  color: var(--theme) !important;
}
.faq-items-two .active-block .icon {
  background-color: var(--theme) !important;
  color: var(--white) !important;
}
.faq-items-two .active-block .icon::before {
  color: var(--white) !important;
}

.faq-section-three {
  position: relative;
}
.faq-section-three .faq-shape-1 {
  position: absolute;
  left: 133px;
  top: 32%;
}
.faq-section-three .faq-shape-2 {
  position: absolute;
  bottom: 120px;
  right: 112px;
}

.faq-content-two .contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
}
.faq-content-two .contact-info .icon {
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(3, 175, 229, 0.1);
}
.faq-content-two .contact-info .content p {
  font-size: 16px;
  margin-bottom: 5px;
}
.faq-content-two .contact-info .content .number {
  font-size: 20px;
  font-weight: 700;
}

.cta-banner-section {
  position: relative;
  overflow: hidden;
}

.cta-banner-wrap {
  height: 850px !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-banner-wrap {
    height: 500px !important;
  }
}

.cta-section-two {
  position: relative;
}
.cta-section-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #03AFE5 0%, rgba(9, 102, 132, 0.6) 49.04%, #101010 100%);
}

.cta-section-two {
  padding: 270px 0;
  position: relative;
}
@media (max-width: 991px) {
  .cta-section-two {
    padding: 120px 0;
  }
}
.cta-section-two .cta-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cta-section-two .cta-image {
    display: none;
  }
}
.cta-section-two .cta-image img {
  height: 100%;
}
@media (max-width: 991px) {
  .cta-section-two .cta-content {
    text-align: center;
  }
}
.cta-section-two .cta-content .text {
  max-width: 640px;
  color: var(--white);
  opacity: 0.8;
  line-height: 170%;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .cta-section-two .cta-content .text {
    margin: 0 auto;
  }
}
.cta-section-two .cta-content .button-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cta-section-two .cta-content .button-items {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.contact-wrapper .contact-image {
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-image {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .contact-wrapper .contact-image {
    height: 500px;
  }
}
.contact-wrapper .contact-image .contact-us {
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 336px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-image .contact-us {
    left: 25px;
    bottom: 25px;
    right: 25px;
  }
}
.contact-wrapper .contact-image .contact-us h2 {
  font-size: 48px;
  font-weight: 600;
  color: #0F172A;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-image .contact-us h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-image .contact-us h2 {
    font-size: 28px;
  }
}
.contact-wrapper .contact-image .contact-us p {
  font-size: 16px;
  color: #797979;
  margin-top: 15px;
}
.contact-wrapper .contact-image .contact-us .number-center {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
  height: 54px;
  line-height: 54px;
  border: 1px solid var(--theme);
  border-radius: 70px;
  padding: 0 25px;
  margin-top: 28px;
}
.contact-wrapper .contact-image .contact-us .number-center i {
  margin-right: 4px;
}
.contact-wrapper .contact-image .contact-us .number-center:hover {
  background-color: var(--theme);
  color: var(--white);
}
.contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.contact-wrapper .contact-box-items-two {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-box-items-two {
    margin-left: 0;
  }
}
.contact-wrapper .contact-box-items-two .text {
  margin-top: 25px;
  max-width: 420px;
}
.contact-wrapper .contact-form-box {
  margin-top: 35px;
}
.contact-wrapper .contact-form-box .form-clt input, .contact-wrapper .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: #797979;
  padding-bottom: 20px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.contact-wrapper .contact-form-box .form-clt input::placeholder, .contact-wrapper .contact-form-box .form-clt textarea::placeholder {
  color: #797979;
}
.contact-wrapper .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.contact-wrapper .contact-form-box .form-clt .form .single-select {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  width: 100%;
  height: initial;
  line-height: initial;
  text-transform: capitalize;
  color: #797979;
  padding-bottom: 20px;
  border-radius: 0;
}
.contact-wrapper .contact-form-box .form-clt .form .single-select .current {
  color: #797979;
}
.contact-wrapper .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid #797979;
  border-right: 2px solid #797979;
  width: 8px;
  height: 8px;
  right: 12px;
}
.contact-wrapper .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}
.contact-wrapper .contact-form-box .theme-btn-main {
  margin-top: 20px;
}

.contact-section {
  background-color: #101010;
  position: relative;
  padding: 192px 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-section {
    padding: 100px 20px;
  }
}
@media (max-width: 991px) {
  .contact-section {
    padding: 80px 20px;
  }
}
.contact-section .contact-light {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .contact-section .contact-light {
    display: none;
  }
}
.contact-section .contact-image {
  position: absolute;
  right: 0;
  border-radius: 40px 0px 0px 40px;
  overflow: hidden;
  top: 135px;
  width: 50%;
  height: 840px;
}
@media (max-width: 1199px) {
  .contact-section .contact-image {
    position: static;
    height: 500px;
    margin-top: 30px;
    width: 100%;
    border-radius: 20px !important;
  }
}
.contact-section .contact-image img {
  border-radius: 40px 0px 0px 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .contact-section .contact-image img {
    border-radius: 20px !important;
  }
}
.contact-section .contact-image .contact-us {
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 336px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .contact-section .contact-image .contact-us {
    display: none;
  }
}
.contact-section .contact-image .contact-us h2 {
  font-size: 48px;
  font-weight: 600;
  color: #0F172A;
}
@media (max-width: 1199px) {
  .contact-section .contact-image .contact-us h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact-image .contact-us h2 {
    font-size: 28px;
  }
}
.contact-section .contact-image .contact-us p {
  font-size: 16px;
  color: #797979;
  margin-top: 15px;
}
.contact-section .contact-image .contact-us .number-center {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  display: inline-block;
  height: 54px;
  line-height: 54px;
  border: 1px solid var(--theme);
  border-radius: 70px;
  padding: 0 25px;
  margin-top: 28px;
}
.contact-section .contact-image .contact-us .number-center i {
  margin-right: 4px;
}
.contact-section .contact-image .contact-us .number-center:hover {
  background-color: var(--theme);
  color: var(--white);
}

.contact-wrapper-three {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 100px;
  margin-top: 56px;
  position: relative;
}
@media (max-width: 1399px) {
  .contact-wrapper-three {
    padding: 70px;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper-three {
    padding: 70px 30px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-three {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-three {
    padding: 20px;
  }
}
.contact-wrapper-three .doctor-image {
  position: absolute;
  bottom: 0;
  right: 125px;
}
@media (max-width: 1399px) {
  .contact-wrapper-three .doctor-image {
    right: 70px;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper-three .doctor-image {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-wrapper-three .doctor-image {
    display: none;
  }
}
.contact-wrapper-three .shape-img {
  position: absolute;
  top: 12%;
  right: -60px;
  animation: rounded 5s linear infinite;
}
@media (max-width: 991px) {
  .contact-wrapper-three .shape-img {
    display: none;
  }
}
.contact-wrapper-three .form-contact-items {
  background-color: var(--theme);
  border-radius: 10px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
}
.contact-wrapper-three .form-contact-items .bg-shape {
  position: absolute;
  top: 30px;
  right: -40px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .contact-wrapper-three .form-contact-items .bg-shape {
    display: none;
  }
}
.contact-wrapper-three .form-contact-items .shape-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.contact-wrapper-three .form-contact-items .title {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 470px) {
  .contact-wrapper-three .form-contact-items .title {
    font-size: 18px;
  }
}
.contact-wrapper-three .form-contact-items .contact-form-box {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt input, .contact-wrapper-three .form-contact-items .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: #fff;
  padding: 16px 14px;
  border: none;
  background: var(--theme);
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  line-height: 1;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt input::placeholder, .contact-wrapper-three .form-contact-items .contact-form-box .form-clt textarea::placeholder {
  color: #fff;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt textarea {
  padding-bottom: 140px;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt .form .single-select {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  width: 100%;
  height: initial;
  line-height: initial;
  text-transform: capitalize;
  color: #797979;
  padding-bottom: 20px;
  border-radius: 0;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt .form .single-select .current {
  color: #797979;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid #797979;
  border-right: 2px solid #797979;
  width: 8px;
  height: 8px;
  right: 12px;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt.style-2 {
  position: relative;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt.style-2 input {
  padding-left: 38px;
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt.style-2 .input-group-addon {
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 15px;
  color: var(--white);
}
.contact-wrapper-three .form-contact-items .contact-form-box .form-clt.style-2 .flag-img {
  position: absolute;
  top: 12px;
  left: 14px;
}
.contact-wrapper-three .form-contact-items .contact-form-box .contact-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--theme);
  background-color: var(--white);
  width: 100%;
  text-align: center;
  border-radius: 8px;
  padding: 20px 18px;
  transition: all 0.4s ease-in-out;
  line-height: 1;
}
.contact-wrapper-three .form-contact-items .contact-form-box .contact-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.contact-info-box {
  margin-top: 30px;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 9;
}
.contact-info-box .icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}
.contact-info-box .content h3 {
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.contact-info-box .content p {
  line-height: 162.5%;
  font-size: 16px;
}
.contact-info-box .content p a {
  color: var(--text);
}
.contact-info-box::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: scale(1, 0.3);
  transform: scale(1, 0.3);
  background-color: var(--theme);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-radius: 8px;
}

.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 620px;
  border-radius: 12px;
}
.contact-wrapper .contact-box-items {
  padding: 50px 50px;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-box-items {
    padding: 30px;
  }
}
.contact-wrapper .contact-box-items h2 {
  font-size: 42px;
}
.contact-wrapper .contact-box-items.style-2 {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
}
.contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt input, .contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt textarea {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt input::placeholder, .contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt textarea::placeholder {
  color: var(--white);
}
.contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt .form .single-select {
  border: none;
  color: var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt .form .single-select .current {
  color: var(--white);
}
.contact-wrapper .contact-box-items.style-2 .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.contact-wrapper .contact-box-items .contact-form-box {
  margin-top: 30px;
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt input, .contact-wrapper .contact-box-items .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: var(--header);
  padding-bottom: 20px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  text-transform: capitalize;
  font-size: 18px;
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt input::placeholder, .contact-wrapper .contact-box-items .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt .form .single-select {
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  background-color: transparent;
  width: 100%;
  height: initial;
  line-height: initial;
  text-transform: capitalize;
  color: var(--header);
  padding-bottom: 20px;
  border-radius: 0;
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt .form .single-select .current {
  color: var(--header);
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
  right: 12px;
}
.contact-wrapper .contact-box-items .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}

.book-appointment-image {
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .book-appointment-image {
    height: 500px;
  }
}
.book-appointment-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.book-appointment-content {
  border-radius: 20px;
  background-color: var(--white);
  padding: 60px 60px;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .book-appointment-content {
    padding: 30px;
  }
}
.book-appointment-content p {
  font-size: 18px;
  margin-top: 20px;
}
.book-appointment-content .contact-form-box {
  margin-top: 40px;
}
.book-appointment-content .contact-form-box input, .book-appointment-content .contact-form-box textarea {
  border: none;
  border-radius: 10px;
  background-color: #EFFBFF;
  padding: 19px 24px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  width: 100%;
  text-transform: capitalize;
}
.book-appointment-content .contact-form-box input::placeholder, .book-appointment-content .contact-form-box textarea::placeholder {
  color: var(--header);
}
.book-appointment-content .contact-form-box textarea {
  height: 152px;
}
.book-appointment-content .contact-form-box .contact-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: var(--theme);
  border-radius: 100px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.book-appointment-content .contact-form-box .contact-btn i {
  margin-left: 5px;
}
.book-appointment-content .contact-form-box .contact-btn:hover {
  background-color: var(--header);
}
.book-appointment-content .contact-form-box .single-select {
  border: none;
  border-radius: 10px;
  background-color: #EFFBFF;
  padding: 19px 24px;
  line-height: 1;
  font-size: 16px;
  color: var(--header);
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.book-appointment-content .contact-form-box .single-select::after {
  right: 24px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--theme);
  border-right: 2px solid var(--theme);
}
.book-appointment-content .contact-form-box .single-select .list {
  width: 100%;
}
.book-appointment-content .contact-form-box .form-clt {
  position: relative;
}
.book-appointment-content .contact-form-box .form-clt .input-group-addon {
  color: var(--theme);
  font-size: 20px;
  position: absolute;
  right: 24px;
  top: 14px;
}

.login-wrapper .sign-content {
  background-color: var(--theme);
  text-align: center;
  padding: 300px 60px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .login-wrapper .sign-content {
    padding: 100px 30px;
  }
}
.login-wrapper .sign-content h2 {
  text-transform: capitalize;
  color: var(--white);
  font-size: 52px;
}
.login-wrapper .sign-content p {
  color: var(--white);
  font-size: 18px;
  margin-top: 15px;
}
.login-wrapper .signin-item {
  padding: 0 55px;
}
@media (max-width: 1199px) {
  .login-wrapper .signin-item {
    padding: 0 25px;
  }
}
.login-wrapper .signin-item .sign-header {
  margin-bottom: 30px;
  text-align: center;
}
.login-wrapper .signin-item .sign-header h3 {
  font-size: 32px;
  text-transform: capitalize;
}
.login-wrapper .signin-item .sign-header p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  text-align: center;
  margin-top: 5px;
}
.login-wrapper .signin-item .input-item {
  position: relative;
  margin-bottom: 20px;
}
.login-wrapper .signin-item .input-item span {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  text-align: left;
  display: inline-block;
  padding-bottom: 15px;
}
.login-wrapper .signin-item .input-item input {
  font-size: 16px;
  text-transform: capitalize;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  color: var(--header);
  font-weight: 500;
}
.login-wrapper .signin-item .input-item input::placeholder {
  color: var(--header);
}
.login-wrapper .signin-item .input-item .icon {
  position: absolute;
  right: 20px;
  top: 60px;
  font-size: 16px;
}
.login-wrapper .signin-item .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  font-size: 16px;
  text-transform: capitalize;
}
.login-wrapper .signin-item .button-items {
  margin-top: 30px;
  margin-bottom: 20px;
}
.login-wrapper .signin-item .button-items .theme-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: var(--theme);
  border-radius: 10px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.login-wrapper .signin-item .button-items .theme-btn i {
  margin-left: 5px;
}
.login-wrapper .signin-item .button-items .theme-btn:hover {
  background-color: var(--header);
}
.login-wrapper h4 {
  font-size: 16px;
  font-weight: 300;
  color: var(--header);
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.login-wrapper h4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 9px;
  width: 42%;
  height: 1px;
  background: #161616;
  opacity: 0.12;
}
.login-wrapper h4::after {
  position: absolute;
  content: "";
  top: 9px;
  right: 0;
  width: 42%;
  height: 1px;
  background: #161616;
  opacity: 0.12;
}
.login-wrapper .social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.login-wrapper .social-icon a {
  border-radius: 12px;
  background: #4867AA;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  padding: 21px 20px;
  text-align: center;
  line-height: 1;
}
.login-wrapper .social-icon.style-2 a {
  background-color: #DB0000;
}
.login-wrapper .social-icon.style-3 a {
  background-color: #55ADEE;
}
.login-wrapper p {
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}
.login-wrapper p a {
  text-decoration: underline;
  color: var(--theme);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border-radius: 100px;
  border: 1px solid rgba(3, 175, 229, 0.2);
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-size: 15px;
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.swiper-dot {
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: #101010;
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.p-relative {
  position: relative;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.body-bg-2 {
  background-color: #FFFCF8;
}

.array-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.array-buttons .array-prev, .array-buttons .array-next {
  transition: all 0.4s ease-in-out;
}
.array-buttons .array-prev:hover, .array-buttons .array-next:hover {
  color: var(--theme);
}

.page-nav-wrap {
  margin-top: 50px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--header);
  color: var(--white);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 10px;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

.swiper-dot {
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background-color: #03070D;
  opacity: 1;
  border-radius: 8px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}

.jump-anim,
.studio-text {
  display: inline-block;
}

.p-relative {
  position: relative;
}

.tp-clip-anim {
  position: relative;
  overflow: hidden;
}
.tp-clip-anim .mask {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  opacity: 0;
  animation: reveal 1s forwards;
}
.tp-clip-anim .mask-1 {
  clip-path: inset(0 88.8% 0 0%);
  animation-delay: 0.1s;
}
.tp-clip-anim .mask-2 {
  clip-path: inset(0 77.7% 0 11.1%);
  animation-delay: 0.2s;
}
.tp-clip-anim .mask-3 {
  clip-path: inset(0 66.6% 0 22.2%);
  animation-delay: 0.3s;
}
.tp-clip-anim .mask-4 {
  clip-path: inset(0 55.5% 0 33.3%);
  animation-delay: 0.4s;
}
.tp-clip-anim .mask-5 {
  clip-path: inset(0 44.4% 0 44.4%);
  animation-delay: 0.5s;
}
.tp-clip-anim .mask-6 {
  clip-path: inset(0 33.3% 0 55.5%);
  animation-delay: 0.6s;
}
.tp-clip-anim .mask-7 {
  clip-path: inset(0 22.2% 0 66.6%);
  animation-delay: 0.7s;
}
.tp-clip-anim .mask-8 {
  clip-path: inset(0 11.1% 0 77.7%);
  animation-delay: 0.8s;
}
.tp-clip-anim .mask-9 {
  clip-path: inset(0 0% 0 88.8%);
  animation-delay: 0.9s;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tp-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.tp-clip-anim .tp-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tp-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.tp-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.sec-line-shape img {
  width: 100%;
}

.p-relative {
  position: relative;
}

.image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.container-1680 {
  max-width: 1680px;
}

@media (max-width: 1600px) {
  .ff-bottom-0 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1199px) {
  .ff-bottom-0 {
    padding-bottom: 30px !important;
  }
}/*# sourceMappingURL=main.css.map */