/*-----------------------------------------------------------------------------------

  Theme Name: Feux - Agency HTML Template
  Author: wprealizer 
  Support: 
  Description: 
  Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************


/*----------------------------------------*/
/* VARIBALES CSS START
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --primary: #0E0F11;
  --secondary: #525355;
  --border: #0E0F11;
  --bg: #0E0F11;
  --theme: #ff9c00;
  --black: #0E0F11;
  --black-2: #525355;
  --white: #FFFFFF;
  --white-2: #FFFFFF;
  --action: #AFF42B;
}

/*----------------------------------------*/
/* TYPOGRAPHY CSS START
/*----------------------------------------*/
:root {
  --font_instrumentsans: "Instrument Sans", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
  --font_poppins: "Poppins", sans-serif;
  --font_dmsans: "DM Sans", serif;
  --playfair_display: "Playfair Display", serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_instrumentsans);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_instrumentsans);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

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

p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary);
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/*----------------------------------------*/
/* ANIMATION CSS START
/*----------------------------------------*/
.cf_parallax_image {
  overflow: hidden;
}

@keyframes wcBubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcZoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes wcSlideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}
/*----------------------------------------*/
/*  01. Global CSS START
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  z-index: 9;
  pointer-events: none;
  top: 0;
  opacity: 1;
  inset-inline-start: 0;
  width: 100vw;
  height: 100vh;
  background-repeat: repeat;
  background-position: top left;
  background-image: url(../imgs/writer/body-bg.webp);
}

.container-xl {
  max-width: 1550px;
}

.text-slider-active .swiper-slide {
  width: auto;
}

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

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pos-abs {
  position: absolute;
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-text .text {
  animation: spinner 5s infinite linear;
  width: 100%;
}
.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid var(--white);
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-top-line {
  position: relative;
  padding-top: 10px;
}
.has-top-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 0;
}

.has-bottom-line {
  position: relative;
  padding-bottom: 10px;
}
.has-bottom-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}

.has-left-line {
  position: relative;
  padding-inline-start: 35px;
  display: inline-block;
}
.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}

.has-right-line {
  position: relative;
  padding-inline-end: 35px;
  display: inline-block;
}
.has-right-line:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}

.t-btn-play {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .t-btn-play {
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 1px;
  }
}
.t-btn-play:hover {
  color: var(--theme, --action);
}
.t-btn-play.light {
  color: var(--white);
}
.t-btn-play.light:hover {
  color: var(--white);
}
.t-btn-play.dark {
  color: var(--black);
}
.t-btn-play.dark:hover {
  color: var(--black);
}

.show-light {
  display: inline-block;
}
.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}
.dark .show-dark {
  display: inline-block;
}

.line-area {
  position: relative;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 81, 83, 0.031372549);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.t-btn-icon i {
  transform: rotate(-45deg);
  transition: all 0.3s;
  font-size: 20px;
  color: var(--primary);
}
.dir-rtl .t-btn-icon i {
  transform: rotate(-135deg);
}
.t-btn-icon:hover i {
  transform: rotate(0);
}
.dir-rtl .t-btn-icon:hover i {
  transform: rotate(-180deg);
}

.list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-check li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  background-image: url("../imgs/electrician/check-mark.webp");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  transform: rotateY(0deg);
}
.dir-rtl .list-check li::before {
  transform: rotateY(180deg);
}
.list-check li:last-child {
  margin-bottom: 0;
}

.list-plus li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}
.list-plus li::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.list-plus li:not(:last-child) {
  margin-bottom: 10px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pagination-with-dash {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--primary);
  align-items: center;
}
.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}
.pagination-with-dash .swiper-pagination-current {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pagination-with-dash .swiper-pagination-current:before {
  content: url(../imgs/icon/arrow-left.webp);
}
.pagination-with-dash .swiper-pagination-total {
  display: flex;
  gap: 5px;
  align-items: center;
}
.pagination-with-dash .swiper-pagination-total:after {
  content: url(../imgs/icon/arrow-right.webp);
}

.form-search input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: 0;
  color: var(--white);
}
.form-search input:focus {
  outline: 0;
}

.form-search {
  display: flex;
  gap: 10px;
  border: 1px solid rgba(95, 96, 98, 0.3);
  border-radius: 70px;
  padding: 0 15px;
}
.form-search button i {
  color: var(--white);
  opacity: 0.7;
}

.btn-close {
  content: "\e92d";
  font-family: "icomoon";
  font-size: 16px;
  opacity: 1;
  filter: brightness(100) contrast(0);
  border-radius: 50px;
  width: 2em;
  height: 2em;
  border: 1px solid var(--white);
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  transition: unset;
}

.modal {
  background-color: var(--primary);
  z-index: 99999;
}

.modal-content {
  background-color: transparent;
  border: 0;
}

/*----------------------------------------*/
/* THEME CSS START
/*----------------------------------------*/
html {
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}
@media (max-width: 575px) {
  html {
    --container-max-widths: 100%;
  }
}

body {
  background-color: #F5F5F5;
  color: var(--secondary);
}

.body-wrapper {
  background-color: var(--white);
}
.dark .body-wrapper {
  background-color: var(--black);
}

.img-reveal-top {
  visibility: hidden;
  overflow: hidden;
}
.img-reveal-top img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}

.bg-color-white {
  background-color: var(--white);
}
.bg-color-black {
  background-color: var(--black);
}
.bg-color-primary {
  background-color: var(--primary);
}
.bg-color-secondary {
  background-color: var(--secondary);
}
.bg-color-transparent {
  background-color: transparent !important;
}

.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

.box-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden !important;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.header__area-6 {
  position: unset;
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

.show-dark {
  display: inline-block;
}
.dark .show-dark {
  display: none;
}

.show-light {
  display: none;
}
.dark .show-light {
  display: inline-block;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}
.dark .line-divider-sm {
  background-color: #E9E9E9;
}

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

.hover-zoom li a:hover {
  transform: scale(1.1);
}
.hover-rotate li a i {
  transition: all 1s;
}
.hover-rotate li a:hover i {
  transform: rotate(360deg);
}
.hover-space li a:hover {
  letter-spacing: 1px;
}
.hover-border-move li a {
  position: relative;
  transition: all 0.5s;
}
.hover-border-move li a:hover::after {
  width: 100%;
  left: auto;
  right: 0;
}
.hover-border-move li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background-color: currentColor;
}

.menu-hover-default li a:hover {
  color: var(--primary);
}
.menu-hover-space li a:hover {
  letter-spacing: 1px;
}

.blog-img-leftmove img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.blog-img-leftmove:hover img {
  transform: scale(1.1) translateX(4%);
}
.blog-img-zoom {
  overflow: hidden;
}
.blog-img-zoom img {
  transform: scale(1);
  transition: all 1s;
}
.blog-img-zoom:hover img {
  transform: scale(1.1);
}

.anim_img_zoom img {
  transform: scale(1);
  transition: all 1s;
}
.anim_img_zoom:hover img {
  transform: scale(1.1);
}

.title-hover-flip {
  overflow: hidden;
  perspective: 1000px;
}
.title-hover-flip strong {
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.title-hover-flip strong:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: all 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.title-hover-flip:hover strong {
  transform: rotateX(90deg) translateY(-22px);
}

.service-hover-default:hover {
  background-color: var(--white-6);
}
.service-rollover-right {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-right::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-rollover-right:hover::after {
  width: 100%;
  left: auto;
  right: 0%;
}
.service-rollover-left {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-left::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white-6);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  z-index: -1;
}
.service-rollover-left:hover::after {
  width: 100%;
  right: auto;
  left: 0%;
}
.service-rollover-top {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-rollover-top:hover::after {
  height: 100%;
  bottom: auto;
  top: 0%;
}
.service-rollover-bottom {
  position: relative;
  transition: all 0.5s;
}
.service-rollover-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: var(--white-6);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.service-rollover-bottom:hover::after {
  height: 100%;
  top: auto;
  bottom: 0%;
}

/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 6em;
  width: 6em;
  border: 7px solid var(--primary);
  border-top-color: var(--white);
  margin: 0 auto 3.5em auto;
}
@media only screen and (max-width: 1199px) {
  .container-preloader .animation-preloader .spinner {
    height: 4em;
    width: 4em;
    border-width: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto 0.2em auto;
  }
}
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block;
}
.dark .container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px;
  }
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .loader-section {
  background-color: var(--white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.dark .container-preloader .loader-section {
  background-color: var(--white);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.dark .go-top-writer {
  color: var(--black);
  background-image: url(../imgs/writer/go-top-light.webp);
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
  mix-blend-mode: exclusion;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: var(--theme);
  stroke-width: 0;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.light .scroll__down p {
  color: var(--black);
}
.light .scroll__down span {
  border-color: var(--white-3);
}
.light .scroll__down span i {
  color: var(--black);
}
.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.b-radius {
  border-radius: 12px;
}

.t-btn {
  display: inline-block;
}
.t-btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  background: transparent;
  border-radius: 100px;
  padding: 17px 35px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--black-6);
  overflow: hidden;
  transition: all 0.3s;
}
.t-btn-default:hover {
  color: var(--white);
}
.dark .t-btn-default {
  color: var(--black);
}
.dark .t-btn-default:hover {
  color: var(--black);
}
.dir-rtl .t-btn-default i {
  transform: rotateY(180deg);
}
.t-btn-border {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid var(--white);
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.t-btn-border:hover {
  color: var(--white);
}
.dark .t-btn-border {
  color: var(--black);
  border-color: var(--black);
}
.dark .t-btn-border:hover {
  color: var(--black);
}
.t-btn-primary {
  padding: 13px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--primary);
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 50px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 10px;
  white-space: nowrap;
}
.t-btn-primary:hover {
  color: var(--primary);
  background-color: var(--white);
  border-color: var(--primary);
}
.t-btn-primary.bordered {
  border-color: var(--secondary);
  background-color: transparent;
  color: var(--primary);
}
.t-btn-primary.bordered:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.t-btn-primary.bg-active {
  background-color: var(--action);
  border-color: var(--action);
  color: var(--black);
}
.t-btn-primary.bg-active:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: white;
}
.dir-rtl .t-btn-primary i {
  transform: rotateY(180deg);
}
.t-btn-circle {
  text-align: center;
  width: 44px;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--primary);
}
.t-btn-circle:hover {
  background-color: var(--white);
  border-color: var(--primary);
}
.t-btn-circle i {
  transform: rotate(-45deg);
}
.t-btn-oval {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid #3F3A36;
  display: inline-block;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
}
.dark .t-btn-oval {
  color: var(--black);
}
.t-btn-oval:hover {
  color: var(--primary);
}
.t-btn-light {
  color: var(--white) !important;
  border-color: var(--white) !important;
}
.t-btn-light:hover {
  color: var(--black) !important;
}
.t-btn-light span {
  background-color: var(--white) !important;
}
.t-btn-ellipse {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 45px 45px;
  position: relative;
  display: inline-block;
  background-color: var(--white);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
  z-index: 1;
}
.dark .t-btn-ellipse {
  color: var(--black);
  background-color: var(--black);
}
.t-btn-ellipse:before {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 2px);
  background-color: var(--black);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border-top-left-radius: 200%;
  border-bottom-right-radius: 200%;
}
.dark .t-btn-ellipse:before {
  background-color: #EDEDED;
}
.t-btn-appointment {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--blue-6);
  text-align: center;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 215px;
  width: 215px;
  padding: 20px;
}
@media only screen and (max-width: 1199px) {
  .t-btn-appointment {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .t-btn-appointment {
    width: 170px;
    height: 170px;
    font-size: 18px;
  }
}
.t-btn-appointment i {
  font-size: 24px;
  margin-bottom: 10px;
}
.t-btn-appointment:hover {
  color: var(--blue-3);
}
.t-btn-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dark .t-btn-link {
  color: var(--black);
}
.t-btn-link i {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.t-btn-link:hover {
  color: var(--primary);
}
.t-btn-link:hover i {
  transform: rotate(0);
  color: var(--primary);
}

.about-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: var(--primary);
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.about-btn img {
  padding-left: 15px;
}

.readmore-btn img {
  margin-bottom: 3px;
}

.play_btn_5 {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
@media only screen and (max-width: 991px) {
  .play_btn_5 {
    height: 80px;
    width: 80px;
  }
}
.play_btn_5:hover {
  border-color: var(--primary);
}
.play_btn_5 i {
  font-size: 20px;
  color: var(--white);
}
.dark .play_btn_5 i {
  color: var(--black);
}
.dark .play_btn_5 img {
  filter: brightness(0);
}

.get-touch {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white-11);
  padding: 13px 18px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid var(--white);
  margin-inline-end: 40px;
}
.get-touch:hover {
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .get-touch {
    padding: 12px 10px;
    margin-inline-end: 12px;
  }
}

.t-btns-group {
  text-align: center;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .t-btns-group {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .t-btns-group {
    padding: 40px 0;
  }
  .t-btns-group br {
    display: block;
  }
}
.t-btns-group .btn-wrapper a {
  width: 140px;
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .t-btns-group .btn-wrapper a {
    width: 110px;
    height: 110px;
  }
}
.t-btns-group .btn-wrapper:first-child a {
  margin-inline-end: -15px;
  background-color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .t-btns-group .btn-wrapper:first-child a {
    margin-inline-end: 0;
  }
}
.t-btns-group .btn-wrapper:first-child a span {
  background-color: var(--white);
}
.t-btns-group .btn-wrapper:last-child a {
  margin-inline-start: -15px;
}
.dark .t-btns-group .btn-wrapper:last-child a {
  background: var(--black);
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .t-btns-group .btn-wrapper:last-child a {
    margin-inline-start: 0;
    margin-top: -15px;
  }
}
.t-btns-group .btn-wrapper:last-child a:hover {
  border: 0;
}
.t-btns-group .btn-wrapper:last-child a span {
  background-color: var(--primary);
}
.t-btns-group-wrap {
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--black-6);
}
.dark .t-btns-group-wrap {
  border-color: #F3F2F2;
}
@media only screen and (max-width: 1399px) {
  .t-btns-group-wrap {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .t-btns-group-wrap {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .t-btns-group-wrap {
    height: auto;
  }
}
.t-btns-group a:hover {
  border: 0;
}
.t-btns-group a span {
  background-color: var(--white);
}

.btn-hover-bgchange {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.btn-hover-bgchange span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  transition: all 1s;
  background-color: var(--primary);
  transform: translate(-50%, -50%);
}
.btn-hover-bgchange:hover {
  color: var(--black);
  border: 1px solid var(--primary);
}
.btn-hover-bgchange:hover span {
  width: 400px;
  height: 400px;
}

.t-btn-link-none {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.85;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.t-btn-link-none:hover {
  color: var(--action);
}

/*
--------------------
t-btn-underline
--------------------
*/
.t-btn-underline {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--primary);
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  white-space: nowrap;
}
.t-btn-underline:hover::before {
  width: 0;
}
.t-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s;
}
.t-btn-underline i {
  font-size: 10px;
}
.dir-rtl .t-btn-underline i {
  transform: rotateY("180deg");
}

/*
--------------------
t-btn-normal
--------------------
*/
.t-btn-normal {
  display: inline-flex;
  position: relative;
  color: var(--secondary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  gap: 5px;
}
.t-btn-normal:hover {
  color: var(--theme);
}
.t-btn-normal i {
  font-size: 14px;
}
.dir-rtl .t-btn-normal i {
  transform: rotateY(180deg);
}

/*
--------------------
btn-text-flip
--------------------
*/
.btn-text-flip {
  perspective: 1000px;
}
.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
  color: inherit;
}
.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.5s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.5s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

.t-btn-group {
  display: inline-flex;
}
.t-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: -44px;
  transition: all 0.3s;
}
.t-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  transition: all 0.3s;
}
.t-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  transition: all 0.3s;
}
.t-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
}
.t-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.t-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: -44px;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.btn-hover-default {
  transition: all 0.5s;
}
.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white);
}
.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}
.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}
.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
}
.btn-hover-mask:hover {
  color: var(--white);
}
.btn-hover-mask:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.dark .btn-hover-mask {
  border-color: var(--black);
}
.dark .btn-hover-mask::after {
  z-index: -1;
  color: var(--white);
  background-color: var(--black);
}
.dark .btn-hover-mask:hover {
  color: var(--black);
}
.btn-rollover-top {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-rollover-left {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
/*  01. MENU CSS START
/*----------------------------------------*/
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:hover > a {
  color: var(--primary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.dark .main-menu li a {
  color: var(--black);
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu ul {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}
.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}
.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}
.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}
.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}
.menu-with-number li {
  display: inline-block;
}
.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-with-number li a:hover span {
  color: var(--white);
}
.menu-with-number li a:hover span::before {
  background-color: var(--white);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}
.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  color: var(--black);
  border-color: var(--white-4);
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--white-4);
}
.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}
.light .main-menu-2 li a {
  color: var(--black);
}
.light .main-menu-2 li a:hover {
  color: var(--primary);
}
.light .main-menu-3 li a {
  color: var(--black);
}
.light .main-menu-3 li a:hover {
  color: var(--primary);
}
.light .sidebar-menu li a {
  color: var(--black);
}
.light .sidebar-menu li a:hover {
  color: var(--primary);
}
.light .menu-with-number li a {
  color: var(--black);
}
.light .menu-with-number li a:hover span {
  color: var(--black);
}
.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}
.light .menu-with-number li a span {
  color: var(--black-9);
}
.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}
.light .menu-with-number li a.active span {
  color: var(--black);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/*----------------------------------------*/
/*  01. MODAL CSS START
/*----------------------------------------*/
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}
.modal__content {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}
.modal__content iframe {
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}
.modal__close:hover {
  color: var(--primary);
}
.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}
.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}
.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}
.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    object-fit: cover;
    margin-top: 45%;
  }
}

/*----------------------------------------*/
/*  01. HERO CSS START
/*----------------------------------------*/
.progress__item p.title, .progress__item-2 p.title {
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: var(--white);
  padding-bottom: 15px;
  text-transform: uppercase;
}
.progress__item-2 {
  padding-bottom: 25px;
}

.light .progress__item p.title, .light .progress__item-2 p.title {
  color: var(--black);
}
.light .developer-skill__resume .sonny_progressbar .progress-percent {
  color: var(--black);
}

.parallax-view {
  overflow: hidden;
}

.body-inner-page {
  background-color: #ffffff;
}
.body-inner-page .section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: var(--primary);
}
.body-inner-page .section-subtitle:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-inline-end: 8px;
  display: inline-block;
}

.body-creative-agency {
  --action: #fd5d39;
  background-color: #f0f0f0;
}
.body-creative-agency h1,
.body-creative-agency h2,
.body-creative-agency h3,
.body-creative-agency h4,
.body-creative-agency h5,
.body-creative-agency h6 {
  line-height: 1.22;
  font-family: var(--font_poppins);
  font-weight: 400;
}
.body-creative-agency .section-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.body-creative-agency .section-subtitle:before {
  display: none;
}
.body-creative-agency .t-btn-primary {
  background-color: #f0f0f0;
}
.body-creative-agency .t-btn-circle {
  background-color: #f0f0f0;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
  color: var(--primary);
}
.section-subtitle:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-inline-end: 8px;
  display: inline-block;
}

.section-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.22;
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-spacing-top {
  padding-top: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 60px;
  }
}

.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.large {
    max-width: 1750px;
  }
}
.container.full-hd {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(14, 15, 17, 0.1);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  backdrop-filter: blur(8px);
}

.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.side-info-close {
  font-size: 30px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: var(--white);
  color: var(--black);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white);
  height: 100%;
  position: fixed;
  z-index: 999;
  inset-inline-end: -100%;
  top: 0;
  width: 505px;
  padding: 0px 0px;
  overflow-y: scroll;
  transition: all 0.5s;
  overscroll-behavior-y: contain;
}
@media (max-width: 575px) {
  .side-info {
    width: 100%;
  }
}
.side-info::-webkit-scrollbar {
  width: 0;
}

.side-info.info-open {
  inset-inline-end: 0;
}

.side-info-content {
  position: relative;
  min-height: 100%;
}

.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 50px 40px;
  border-bottom: 14px solid var(--theme);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .offset-header {
    border-width: 7px;
  }
}
@media (max-width: 575px) {
  .offset-header {
    padding: 30px 30px 30px;
    margin-bottom: 30px;
  }
}
.offset-logo {
  width: 100px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 100px;
  }
}
.offset-logo img {
  width: 100%;
}

.offset-info-box {
  padding: 0 50px;
  margin-top: 40px;
  margin-bottom: 54px;
}
@media (max-width: 575px) {
  .offset-info-box {
    padding: 0 30px;
  }
}
.offset-info-box .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}
.offset-info-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 6px;
}
.offset-info-box .t-btn-group {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .offset-info-box .t-btn-group {
    display: none;
  }
}
.offset-info-box .t-btn-group .t-btn-primary {
  background-color: var(--white);
}
.offset-info-box .t-btn-group .t-btn-circle {
  background-color: var(--white);
}
.offset-info-box .post-image {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}
.offset-info-box .post-image img {
  width: 100%;
  border-radius: 8px;
}

.offset-widget-box {
  margin-top: 46px;
  margin-bottom: 30px;
  padding: 0 50px;
}
@media (max-width: 575px) {
  .offset-widget-box {
    padding: 0 30px;
  }
}
.offset-widget-box .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.offset-widget-box .contact-meta {
  margin-top: 12px;
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 3px;
}
.offset-widget-box .contact-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.offset-widget-box .social-links {
  display: flex;
  gap: 9px;
  margin-top: 19px;
}
@media only screen and (max-width: 1199px) {
  .offset-widget-box .social-links {
    gap: 6px;
  }
}
.offset-widget-box .social-links a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(14, 15, 17, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.offset-widget-box .social-links a:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--primary);
}

.offset-logo-footer {
  position: absolute;
  bottom: 77px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .offset-logo-footer {
    bottom: 47px;
  }
}
.offset-logo-footer img {
  width: 393px;
}
@media only screen and (max-width: 1199px) {
  .offset-logo-footer img {
    width: 293px;
  }
}
@media (max-width: 575px) {
  .offset-logo-footer img {
    width: 193px;
  }
}

/* mean menu customize */
.mobile-menu {
  padding: 0 50px;
}
@media (max-width: 575px) {
  .mobile-menu {
    padding: 0 30px;
  }
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid rgba(14, 15, 17, 0.1);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black-2);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--secondary);
  text-transform: capitalize;
  border-top: 1px solid rgba(14, 15, 17, 0.1);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
}
.dir-rtl .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(14, 15, 17, 0.1);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* header area 3 style  */
.header-area-3 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.header-area-3-inner {
  gap: 20px;
  position: relative;
  height: 110px;
}
@media only screen and (max-width: 1919px) {
  .header-area-3-inner {
    grid-template-columns: 1fr 890px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area-3-inner {
    grid-template-columns: 1fr 700px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-3-inner {
    height: 70px;
    grid-template-columns: 1fr 0px auto;
  }
}
.header-area-3 .header-logo {
  width: 200px;
}
.header-area-3 .header-logo img {
  width: 100%;
}
.header-area-3 .main-menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0;
  border-top: 1px solid rgba(14, 15, 17, 0.1);
  position: relative;
}
.header-area-3 .main-menu > ul > li > a:hover {
  color: var(--primary);
}
.header-area-3 .main-menu > ul > li > a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.header-area-3 .main-menu > ul > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary);
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.header-area-3 .main-menu > ul {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(5, 1fr);
}
.header-area-3 .main-menu li.menu-item-has-children > a:after {
  content: "+";
  font-family: var(--font_awesome);
  margin-inline-start: 6px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 575px) {
  .header-area-3 .header-button {
    display: none;
  }
}
.header-area-3 .header-offcanvas {
  text-align: right;
}
.header-area-3 .sticky {
  background-color: #f0f0f0;
}

.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #ffffff;
  transform: translateY(0%);
}

/* hero area 3 style  */
.hero-area-3 {
  position: relative;
}
.hero-area-3-inner {
  position: relative;
  z-index: 1;
}
.hero-area-3 .area-shape-1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.hero-area-3 .area-shape-1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #f0f0f0 -20.42%, rgba(240, 240, 240, 0) 46.23%, #f0f0f0 124.47%);
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-area-3 .area-shape-1 img {
  opacity: 0.5;
}
.hero-area-3 .section-header {
  margin-top: 141px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3 .section-header {
    margin-top: 91px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-3 .section-header {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .section-header {
    margin-top: 51px;
  }
}
.hero-area-3 .section-content {
  margin-top: 86px;
  margin-left: 558px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3 .section-content {
    margin-top: 46px;
    margin-left: 508px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .section-content {
    margin-top: 36px;
    margin-left: 408px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-3 .section-content {
    margin-left: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-3 .section-content {
    margin-top: 26px;
    margin-left: 0;
  }
}
.hero-area-3 .section-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  max-width: 548px;
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .section-content .text {
    font-size: 22px;
  }
}
.hero-area-3 .section-content .btn-wrapper {
  margin-top: 42px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3 .section-content .btn-wrapper {
    margin-top: 32px;
  }
}
.hero-area-3 .section-content-wrapper {
  position: relative;
  z-index: 1;
}
.hero-area-3 .section-content-wrapper .content-shape-1 {
  position: absolute;
  bottom: 35px;
  right: calc(100% + 50px);
  width: 168px;
}
.hero-area-3 .section-content-wrapper .content-shape-1:hover img {
  opacity: 1;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3 .section-content-wrapper .content-shape-1 {
    left: 0;
    right: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-3 .section-content-wrapper .content-shape-1 {
    display: none;
  }
}
.hero-area-3 .section-content-wrapper .content-shape-1 img {
  width: 186px;
  opacity: 0.1;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .hero-area-3 .section-content-wrapper .content-shape-1 img {
    width: 106px;
  }
}
.hero-area-3 .section-title {
  font-size: 100px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3 .section-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-3 .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-3 .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-3 .section-title {
    font-size: 40px;
  }
}
.hero-area-3 .section-title span {
  font-weight: 500;
}
.hero-area-3 .section-title .title-shape-1 {
  display: inline-block;
  margin-left: 40px;
  animation: spinner 9s linear infinite;
}
@media only screen and (max-width: 991px) {
  .hero-area-3 .section-title .title-shape-1 {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .hero-area-3 .section-title .title-shape-1 {
    display: none;
  }
}
.hero-area-3 .section-title .title-shape-1 img {
  width: 90px;
  margin-top: -20px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-3 .section-title .title-shape-1 img {
    width: 35px;
  }
}
.hero-area-3 .image-wrapper {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .image-wrapper {
    border-radius: 20px;
  }
}
.hero-area-3 .image-wrapper img {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}
@media only screen and (max-width: 1199px) {
  .hero-area-3 .image-wrapper img {
    border-radius: 20px;
  }
}

/* Home Pages style  */
.home-pages.section,
.inner-pages.section {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .home-pages.section,
  .inner-pages.section {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.home-pages__wrapper,
.inner-pages__wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 380px 1fr;
  align-items: start;
}
@media only screen and (max-width: 1919px) {
  .home-pages__wrapper,
  .inner-pages__wrapper {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .home-pages__wrapper,
  .inner-pages__wrapper {
    grid-template-columns: 250px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .home-pages__wrapper,
  .inner-pages__wrapper {
    gap: 20px 40px;
    grid-template-columns: 180px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .home-pages__wrapper,
  .inner-pages__wrapper {
    gap: 20px 40px;
    grid-template-columns: 1fr;
  }
}
.home-pages__wrapper .header,
.inner-pages__wrapper .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home-pages__left .header .title,
.inner-pages__left .header .title {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 52px;
}
@media only screen and (max-width: 1199px) {
  .home-pages__left .header .title,
  .inner-pages__left .header .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home-pages__left .header .title,
  .inner-pages__left .header .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-pages__left .header,
  .inner-pages__left .header {
    display: none;
  }
}
.home-pages__right .header,
.inner-pages__right .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.home-pages__right .header .title,
.inner-pages__right .header .title {
  color: var(--white);
  font-family: var(--font_poppins);
  font-size: 44px;
  font-weight: 500;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .home-pages__right .header .title,
  .inner-pages__right .header .title {
    font-size: 30px;
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .home-pages__right .header .title,
  .inner-pages__right .header .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .home-pages__right .header .title,
  .inner-pages__right .header .title {
    font-size: 20px;
  }
}
.home-pages__right .header .counter-item .number,
.inner-pages__right .header .counter-item .number {
  display: inline-flex;
  align-items: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 0.8;
  background: linear-gradient(235deg, #ffd7d7 -1.14%, #ff9292 40.74%, #ff48e7 68.06%, #ba1ef5 94.29%);
  color: var(--primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  font-family: var(--font_poppins);
}
@media only screen and (max-width: 1199px) {
  .home-pages__right .header .counter-item .number,
  .inner-pages__right .header .counter-item .number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .home-pages__right .header,
  .inner-pages__right .header {
    gap: 10px;
  }
}
.home-pages__items,
.inner-pages__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(310px, 100%), 1fr));
  gap: 24px;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .home-pages__items,
  .inner-pages__items {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    margin-top: 40px;
  }
}
.home-pages__item .item-thumb,
.inner-pages__item .item-thumb {
  border-radius: 14px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  z-index: 0;
}
.home-pages__item .item-thumb::before,
.inner-pages__item .item-thumb::before {
  position: absolute;
  content: "";
  inset: 0;
  transition: all 0.5s;
  background: var(--a, linear-gradient(235deg, #ffd7d7 -1.14%, #ff9292 40.74%, #ff48e7 68.06%, #ba1ef5 94.29%));
  z-index: -1;
  opacity: 0.14;
}
.home-pages__item .item-thumb img,
.inner-pages__item .item-thumb img {
  transition: all 0.5s;
}
.home-pages__item .item-title,
.inner-pages__item .item-title {
  color: var(--white);
  text-align: center;
  font-family: var(--font_poppins);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .home-pages__item .item-title,
  .inner-pages__item .item-title {
    font-size: 18px;
    padding-top: 10px;
  }
}
.home-pages__item .item-title a:hover,
.inner-pages__item .item-title a:hover {
  color: var(--theme);
}
.home-pages__item:hover .item-thumb::before,
.inner-pages__item:hover .item-thumb::before {
  opacity: 1;
}
.home-pages__item.comming-soon .item-thumb::before,
.inner-pages__item.comming-soon .item-thumb::before {
  opacity: 0.14;
}

.inner-pages.section {
  border-radius: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .inner-pages.section {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.feature.section {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .feature.section {
    border-radius: 20px;
  }
}

.feature__wrapper {
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .feature__wrapper {
    height: 600px;
  }
}

.feature__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .feature__content {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.feature__content .sub-title {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 141.667%;
  padding: 2px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.feature__content .title {
  color: var(--white);
  font-family: var(--font_poppins);
  font-size: 100px;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1919px) {
  .feature__content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .feature__content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature__content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .feature__content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__content .title {
    font-size: 50px;
  }
}
.feature__content p {
  opacity: 0.7;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  max-width: 275px;
  flex-shrink: 0;
}

#canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}

canvas {
  width: 100%;
  height: 100%;
}

.ball-label {
  position: absolute;
  color: var(--white, #ffffff);
  font-weight: 500;
  text-align: center;
  pointer-events: all;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  display: grid;
  place-content: center;
  padding: 20px;
  cursor: grab;
  z-index: 100;
  font-size: 20px;
  line-height: 133.333%;
  transition: color 0.5s ease, background-color 0.5s ease;
  user-select: none;
  z-index: 1;
  text-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .ball-label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .ball-label {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ball-label {
    font-size: 12px;
  }
}

.ball-label:hover {
  color: #424242;
  background-color: var(--theme);
  z-index: 2;
}

.ball-label.dragging {
  cursor: grabbing;
  z-index: 1000;
}

.footer__top {
  border-bottom: 1.2px solid rgba(13, 14, 18, 0.1);
  padding-bottom: 30px;
}
.footer__top .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__top .top-content {
    flex-direction: column;
    align-items: start;
  }
}
.footer__top .top-content .title {
  max-width: 800px;
  position: relative;
  color: var(--primary);
  font-family: var(--font_poppins);
  font-size: 74px;
  font-weight: 500;
  line-height: 113.514%;
  letter-spacing: -0.74px;
}
.footer__top .top-content .title svg,
.footer__top .top-content .title img {
  position: absolute;
  right: -120px;
  top: -25px;
  animation: moveAround 4s cubic-bezier(0.2, 0, 0.85, 1.5) infinite;
}
@media only screen and (max-width: 1399px) {
  .footer__top .top-content .title svg,
  .footer__top .top-content .title img {
    top: 50px;
    right: -200px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top .top-content .title svg,
  .footer__top .top-content .title img {
    max-width: 40%;
    right: 0px;
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top .top-content .title svg,
  .footer__top .top-content .title img {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .footer__top .top-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer__top .top-content .title {
    font-size: 60px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top .top-content .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top .top-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top .top-content .title {
    font-size: 40px;
  }
}
.footer__top .top-content .get-started {
  color: var(--primary);
  font-size: 44px;
  font-weight: 500;
  line-height: 77.273%;
  display: inline-flex;
  gap: 25px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1399px) {
  .footer__top .top-content .get-started {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top .top-content .get-started {
    font-size: 30px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top .top-content .get-started {
    font-size: 25px;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top .top-content .get-started {
    font-size: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top .top-content .get-started img,
  .footer__top .top-content .get-started svg {
    width: 20px;
    height: max-content;
  }
}
.footer__bottom {
  padding-bottom: 30px;
}
.footer__bottom .bottom-content {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  gap: 20px;
  justify-content: space-between;
}
.footer__bottom .footer-logo {
  grid-column: span 3/span 3;
}
@media only screen and (max-width: 991px) {
  .footer__bottom .footer-logo {
    grid-column: span 5/span 5;
  }
}
@media (max-width: 575px) {
  .footer__bottom .footer-logo {
    grid-column: span 13/span 13;
  }
}
.footer__bottom .footer-menu {
  grid-column: span 7/span 7;
}
@media only screen and (max-width: 1399px) {
  .footer__bottom .footer-menu {
    grid-column: span 5/span 5;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom .footer-menu {
    grid-column: span 8/span 8;
  }
}
@media (max-width: 575px) {
  .footer__bottom .footer-menu {
    grid-column: span 13/span 13;
  }
}
.footer__bottom .footer-menu nav {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer__bottom .footer-menu nav {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom .footer-menu nav {
    gap: 30px;
  }
}
.footer__bottom .footer-menu nav ul li a {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.7;
  transition: all 0.5s ease;
}
.footer__bottom .footer-menu nav ul li a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .footer__bottom .footer-menu nav ul li a {
    font-size: 18px;
  }
}
.footer__bottom .footer-menu nav ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .footer__bottom .footer-menu nav ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom .footer-menu nav ul li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.footer__bottom .footer-social-copyright {
  grid-column: span 3/span 3;
}
@media only screen and (max-width: 1399px) {
  .footer__bottom .footer-social-copyright {
    grid-column: span 5/span 5;
  }
}
@media only screen and (max-width: 991px) {
  .footer__bottom .footer-social-copyright {
    grid-column: span 13/span 13;
  }
}
.footer__bottom .footer-social-copyright ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__bottom .footer-social-copyright ul li {
  flex-shrink: 0;
}
.footer__bottom .footer-social-copyright ul li a {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(14, 15, 17, 0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.footer__bottom .footer-social-copyright ul li a:hover {
  background-color: var(--theme);
  border-color: var(--theme);
}
.footer__bottom .footer-social-copyright p {
  opacity: 0.7;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .footer__bottom .footer-social-copyright p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom .footer-social-copyright p {
    margin-top: 15px;
  }
}

@keyframes moveAround {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 15px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(15px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.responsive__header {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(13, 14, 18, 0.08);
}
@media only screen and (max-width: 991px) {
  .responsive__header {
    padding-bottom: 20px;
  }
}
.responsive__header .sub-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 141.667%;
}
@media only screen and (max-width: 1199px) {
  .responsive__header .sub-title {
    font-size: 20px;
  }
}
.responsive__header .title {
  color: var(--primary);
  font-size: 44px;
  font-weight: 500;
  line-height: 122.727%;
}
@media only screen and (max-width: 991px) {
  .responsive__header .title {
    font-size: 30px;
  }
}
.responsive__slider {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .responsive__slider {
    margin-top: 50px;
  }
}
.responsive__slider .responsive-item {
  border-radius: 18px;
  overflow: hidden;
}
.responsive__slider .responsive-item img {
  width: 100%;
}
.responsive__pagination {
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .responsive__pagination {
    padding-top: 20px;
  }
}
.responsive__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(14, 15, 17, 0.08);
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .responsive__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.responsive__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.responsive__text-slider {
  user-select: none;
}
.responsive__text-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.responsive__text-slider .swiper-slide {
  width: max-content;
}
.responsive__text-slider .text-slider-item {
  width: max-content;
}
.responsive__text-slider .text-slider-item .title {
  opacity: 0.08;
  color: var(--primary);
  font-family: var(--font_poppins);
  font-size: 180px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.8px;
}
.responsive__text-slider .text-slider-item .title span {
  font-weight: 100;
}
@media only screen and (max-width: 1919px) {
  .responsive__text-slider .text-slider-item .title {
    font-size: 160px;
  }
}
@media only screen and (max-width: 1399px) {
  .responsive__text-slider .text-slider-item .title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .responsive__text-slider .text-slider-item .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .responsive__text-slider .text-slider-item .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive__text-slider .text-slider-item .title {
    font-size: 50px;
  }
}

.header-area-3 {
  top: 0;
  transition: all 0.5s;
}
.header-area-3 .header-main {
  padding-block: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-area-3 .header-main {
    padding-block: 20px;
  }
}
.header-area-3.sticky {
  background-color: #f0f0f0;
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}
.header-area-3.sticky .header-area-3-inner {
  grid-template-columns: auto 1fr;
  gap: 100px;
}
@media only screen and (max-width: 991px) {
  .header-area-3.sticky .header-area-3-inner {
    grid-template-columns: auto auto;
  }
}
.header-area-3.sticky .header-area-3-inner .header-logo {
  display: inline-block !important;
}
.header-area-3.sticky .header-bottom {
  display: none !important;
}

.header-area-3-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: auto;
}

.header-bottom {
  padding-block: 10px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom {
    padding-block-start: 0px;
  }
}
.header-bottom .right-content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}

.hero.section {
  padding-top: 230px;
}
@media only screen and (max-width: 1399px) {
  .hero.section {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero.section {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .hero.section {
    padding-top: 150px;
  }
}
.hero.section .area-bg .vector-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero.section .area-bg .hero-vector-bg {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  z-index: -1;
}
.hero__content .hero-title {
  color: var(--primary);
  font-family: var(--font_poppins);
  font-size: 100px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -1px;
  max-width: 1000px;
}
@media only screen and (max-width: 1399px) {
  .hero__content .hero-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .hero-title {
    font-size: 65px;
    max-width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .hero-title {
    font-size: 40px;
  }
}
.hero__content .hero-title span.text-rotator-wrapper {
  display: inline-flex;
  width: auto;
  overflow: hidden;
  position: relative;
}
.hero__content .hero-title span.text-rotator {
  font-family: var(--playfair_display);
  display: inline-flex;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  white-space: nowrap;
}
.hero__content .hero-title span.text-rotator > span {
  position: relative;
  display: inline-block;
  color: currentColor;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
.hero__content .hero-title span.text-rotator > span:first-child {
  position: relative;
}
.hero__info {
  max-width: 431px;
  margin-left: auto;
}
.hero__info p {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 141.667%;
  opacity: 0.7;
}
@media only screen and (max-width: 991px) {
  .hero__info p {
    font-size: 22px;
  }
}
.hero__info .button-group {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1199px) {
  .hero__info .button-group {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__info .button-group {
    margin-top: 20px;
  }
}
.hero__info .button-group .buy-now-btn {
  border-radius: 50px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  padding-inline: 24px;
  display: inline-block;
}
.hero__info .button-group .buy-now-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.hero__info .button-group .price {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: grid;
  place-content: center;
}
.hero__footer {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
  margin-top: 130px;
}
@media only screen and (max-width: 1399px) {
  .hero__footer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__footer {
    margin-top: 60px;
  }
}
.hero__footer .left-content,
.hero__footer .right-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero__footer .left-content p,
.hero__footer .right-content p {
  max-width: 140px;
  color: var(--primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}
@media (max-width: 575px) {
  .hero__footer .left-content,
  .hero__footer .right-content {
    justify-content: start !important;
  }
  .hero__footer .left-content p,
  .hero__footer .right-content p {
    max-width: 100%;
  }
}
.hero__footer .right-content {
  justify-content: end;
}
@media (max-width: 575px) {
  .hero__footer {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
