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

  Theme Name: Archidex - Architecture HTML Template
  Author: 
  Support: 
  Description: 
  Version: 1.0

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

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* digital agency page css */
/* startup agency page css */
/* creative agency page css */
/* design studio page css */
/* branding agency page css */
/* video production page css */
/* portfolio minimal page css */
/* Portfolio Grid page css */
/* full screen menu slider page css */
/* ai agency page css */
/* about us page css */
/* service page css */
/* service details page css */
/* work page css */
/* work details page css */
/* team page css */
/* team details page css */
/* blog page css */
/* blog details page css */
/* contact page css */
/* error page css */
/* marketing agency page css */
/* modern agency page css */
/* image reveal hover page css */
/* agency portfolio page css */
/* agency portfolio 2 page css */
/* portfolio massonary page css */
/* portfolio full page css */
/* full screen clam slider page css */
/* === Colors variable scss (index 01) === */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Kanit: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&family=Monoton&display=swap" rel="stylesheet1');
:root {
  --primary: #101010;
  --secondary: #555555;
  --black: #000000;
  --red: #f14f44;
  --green: #41f681;
  --lime-green: #90ee02;
  --orange: #febc00;
  --yellow: #f3ff0a;
  --purple: #5814f9;
  --white: #ffffff;
  --gray: #999;
  --border-color-one: rgba(255, 255, 255, 0.10);
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
/* === Tartuffo Trial scss (index 02) === */
@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-BoldLC.ttf");
  font-weight: 700;
}
:root {
  --font_kanit: "Kanit", sans-serif;
  --font_instr: "Instrument Sans";
  --font_mono: "Monoton";
  --font_thunder: "Thunder";
  --font_awesome: "Font Awesome 6 Pro";
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_kanit);
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: var(--white);
  background: var(--black);
}

html {
  scroll-behavior: smooth;
}

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

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

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

strong {
  font-weight: 500;
}

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

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* === Gutter scss (index 03) === */
@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;
}

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

@media (min-width: 1800px) {
  .container-1600 {
    max-width: 1630px;
    margin: 0 auto;
  }
}

/* animation css */
.t_parallax_image {
  overflow: hidden;
}

/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

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

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

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

/* === positioning scss (index 02) === */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index 03) === */
.rr-container-1800 {
  max-width: 1800px;
}

.rr-container-1350 {
  max-width: 1350px;
}

/* === Background scss (index 04) === */
.rr-bg-primary {
  background-color: var(--primary);
}

.rr-bg-gray {
  background-color: #F0F2F4;
}

.rr-bg-light {
  background-color: #F5F5F5;
}

/* === Parallax view scss (index 05) === */
.parallax-view {
  overflow: hidden;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* === Section title scss (index 06) === */
.section-title {
  font-size: 90px;
  /* Specific font family and weight */
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

.mb-minus-30 {
  margin-bottom: -30px;
}

/* === Section spacing  scss (index 07) === */
.section-spacing {
  padding-bottom: 130px;
  padding-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

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

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

.section-spacing-top {
  padding-top: 130px;
}
@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: 130px;
}
@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;
  }
}

.text_center {
  text-align: center;
}

/* === ontainer styling with full HD support  scss (index 08) === */
.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===Inverted scss (index 09) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #cdc9c6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

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

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1f1f1f;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.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 var(--border);
}
.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: #999999;
  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: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  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:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@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: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.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-bottom: 30px;
  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;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
}

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

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

/* === inverted text scss (index 15) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(17, 17, 17, 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* === theme scss (index 01) === */
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;
  }
}

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

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  -o-object-fit: cover;
     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 scss (index 02) === */
.theme-bg-white {
  background-color: var(--white);
}
.theme-bg-black {
  background-color: var(--black);
}
.dark .theme-bg-black {
  background-color: #171717;
}
.theme-bg-primary {
  background-color: var(--primary);
}
.theme-bg-secondary {
  background-color: var(--secondary);
}
.theme-bg-transparent {
  background-color: transparent;
}
.theme-bg-theme {
  background-color: var(--theme);
}

/* === Z-index scss (index 03) === */
.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

/* === Text Border scss (index 04) === */
.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

/* === Text Indent scss (index 05) === */
.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

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

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

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

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

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

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  animation-delay: 0.6s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.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;
}
.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 scss (index 01) === */
.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;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.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;
}
.dark .progress-wrap::after {
  color: var(--black);
}

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

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

/* === primary btn scss (index 01) === */
.rr-btn-green {
  z-index: 5;
  font-size: 18px;
  overflow: hidden;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding: 18px 31px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  letter-spacing: -0.48px;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--font_bai);
  background-color: var(--green);
}
.rr-btn-green:hover::before, .rr-btn-green:focus::before {
  height: 100%;
}
.rr-btn-green:hover .btn-wrap .text-one, .rr-btn-green:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn-green:hover .btn-wrap .text-two, .rr-btn-green:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.rr-btn-green:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn-green::before {
  background-color: var(--red);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn-green .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-green .btn-wrap .text-one,
.rr-btn-green .btn-wrap .text-two {
  gap: 6px;
  display: flex;
  align-items: center;
}
.rr-btn-green .btn-wrap .text-one {
  position: relative;
  color: var(--primary);
  transition: all 0.5s;
}
.rr-btn-green .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}

/* === menu scss (index 01) === */
.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:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.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;
  list-style: none;
}
.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;
}
.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.column-2 {
  -moz-column-count: 2;
       column-count: 2;
  width: 480px;
  -moz-column-gap: 0;
       column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  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: "\f0d7";
  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);
  -moz-column-gap: 50px;
       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 {
    -moz-column-gap: 30px;
         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 .span-first-item ul li:first-child {
  grid-column: 1/-1;
  -moz-column-span: all;
       column-span: all;
}

/* === offcanvas scss (index 02) === */
.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;
}
@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;
}
@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;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-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;
}

/* === header scss (index 01) === */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area__inner {
  gap: 30px;
  display: flex;
  padding: 0px 35px;
  align-items: center;
  border-radius: 20px;
  background: var(--white);
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .header-area .header__logo {
    max-width: 100px;
  }
}
.header-area .header-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-area .header-right .rr-btn-green {
    display: none;
  }
}
.header-area .header-right .side-toggle .bar-icon {
  width: 30px;
  height: 7px;
}
.header-area .header-right .side-toggle .bar-icon span {
  height: 1px;
  background: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header-right .rr-btn-border {
    display: none;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #ffffff;
}
.header-area .main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.header-area .main-menu ul.dp-menu li:hover > a {
  color: var(--red);
  background-color: transparent;
}
.header-area .main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.header-area .main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.header-area .main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.header-area .main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.header-area .main-menu > ul {
  display: flex;
}
.header-area .main-menu > ul > li:hover > a {
  color: var(--red);
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 42px 14px;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu li a {
    padding: 29px 10px;
  }
}
.header-area .main-menu li a:hover {
  color: var(--primary);
}
.header-area .header__navicon {
  margin-left: auto;
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* === Icon draw scss (index 01) === */
.bar-icon {
  width: 26px;
  height: 18px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

/* === Icon draw Animate scss (index 01) === */
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px 0);
  }
  42% {
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -2px 0);
  }
}
.footer {
  background: #121212;
}
.footer__inner {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    padding: 80px 0;
  }
}
.footer__inner .shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.footer__inner .footer-widget-wrapper .logo {
  margin-bottom: 48px;
}
.footer__inner .footer-widget-wrapper .content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .footer__inner .footer-widget-wrapper .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .footer__inner .footer-widget-wrapper .content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.footer-copyright .wrapper {
  display: flex;
  padding: 32px 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-copyright .wrapper {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.footer-copyright .wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-copyright .wrapper ul {
  gap: 60px;
  display: flex;
  list-style: none;
  align-items: center;
}
.footer-copyright .wrapper ul li {
  position: relative;
}
.footer-copyright .wrapper ul li:not(:last-child)::before {
  right: 0;
  top: 50%;
  content: "//";
  transform: translate(40px, -50%);
  position: absolute;
}
.footer-copyright .wrapper ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.footer-copyright .wrapper ul li a:hover {
  color: var(--green);
}

/* === pages scss (index 01) === */
.future .section-title__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.future .section-title__wrapper .sub-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 500px;
  margin-bottom: 16px;
  padding: 5px 18px;
  background: var(--white);
}
.future .section-title__wrapper .title {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .future .section-title__wrapper .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.future .future-top {
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -26px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .future .future-top {
    gap: 10px;
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .future .future-top {
    gap: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .future .future-top {
    flex-wrap: wrap;
  }
}
.future .future-top__item {
  width: 256px;
  height: 256px;
  min-width: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: linear-gradient(180deg, #FFF 0%, #41F681 100%);
}
@media only screen and (max-width: 1919px) {
  .future .future-top__item {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .future .future-top__item {
    width: 180px;
    height: 180px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .future .future-top__item {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .future .future-top__item {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
@media (max-width: 575px) {
  .future .future-top__item img {
    max-width: 70px;
  }
}
.future .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: var(--primary);
  text-transform: capitalize;
}
@media only screen and (max-width: 1919px) {
  .future .title {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .future .title {
    display: none;
  }
}
.future .future-bottom {
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .future .future-bottom {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .future .future-bottom {
    flex-wrap: wrap;
  }
}
.future .future-bottom__item {
  width: 256px;
  height: 256px;
  min-width: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: linear-gradient(180deg, #FFF 0%, #41F681 100%);
}
@media only screen and (max-width: 1919px) {
  .future .future-bottom__item {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .future .future-bottom__item {
    width: 180px;
    height: 180px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .future .future-bottom__item {
    width: 150px;
    height: 150px;
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .future .future-bottom__item {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
@media (max-width: 575px) {
  .future .future-bottom__item img {
    max-width: 70px;
  }
}

.demo .section-title__wrapper {
  display: flex;
  text-align: center;
  margin-bottom: 50px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.demo .section-title__wrapper .demo-number {
  font-size: 188px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .demo .section-title__wrapper .demo-number {
    font-size: 150px;
    line-height: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .demo .section-title__wrapper .demo-number {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .demo .section-title__wrapper .demo-number {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .demo .section-title__wrapper .demo-number {
    font-size: 60px;
    line-height: 70px;
  }
}
.demo .section-title__wrapper .demo-number span {
  font-size: 124px;
  font-weight: 700;
  line-height: 132px;
}
@media only screen and (max-width: 767px) {
  .demo .section-title__wrapper .demo-number span {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .demo .section-title__wrapper .demo-number span {
    font-size: 40px;
    line-height: 50px;
  }
}
.demo .section-title__wrapper .sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--green);
  margin: 10px 0;
  text-transform: uppercase;
}
.demo .section-title__wrapper .title {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}
@media only screen and (max-width: 767px) {
  .demo .section-title__wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .demo .section-title__wrapper .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.demo__wrapper {
  gap: 50px;
  padding: 50px;
  display: grid;
  border-radius: 24px;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 991px) {
  .demo__wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .demo__wrapper {
    gap: 30px;
    padding: 20px;
  }
}
.demo__item .media {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
}
.demo__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.demo__item .media::before {
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  position: absolute;
  border-radius: 24px;
  transition: all 0.5s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.demo__item .media .btn-wrapper {
  top: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.5s;
  transform: translate(-100%, -50%);
}
.demo__item .media:hover::before {
  height: 100%;
}
.demo__item .media:hover .btn-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.demo__item .title {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  margin-top: 24px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .demo__item .title {
    font-size: 22px;
  }
}
.demo__item .title:hover a {
  color: var(--green);
}

.responsive-design {
  position: relative;
}
.responsive-design__bg img {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
}
.responsive-design__inner {
  gap: 30px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 644px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .responsive-design__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .responsive-design__inner {
    grid-template-columns: 1fr;
  }
}
.responsive-design__item {
  display: flex;
  padding: 50px;
  align-items: center;
  border-radius: 24px;
  background: #262626;
  flex-direction: column;
}
@media (max-width: 575px) {
  .responsive-design__item {
    padding: 20px;
  }
}
.responsive-design__item .sub-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  padding: 6px 24px;
  border-radius: 500px;
  background: #171717;
  margin-bottom: 16px;
}
.responsive-design__item .title {
  color: #868686;
  font-size: 24px;
  font-weight: 500;
  max-width: 548px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 80px;
}
.responsive-design__item .title span {
  color: var(--white);
}
.responsive-design__item .wrapper {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .responsive-design__item .wrapper {
    justify-content: center;
  }
}
.responsive-design__item .footer-wrapper {
  display: flex;
  gap: 10px;
}
.responsive-design__item .footer-wrapper .header {
  width: 450px;
  margin-bottom: 10px;
}
.responsive-design__item .footer-wrapper .footer {
  width: 450px;
}
.responsive-design__item .footer-wrapper .mobile-menu {
  width: 130px;
}

.hero__inner {
  padding-top: 244px;
  padding-bottom: 218px;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .hero__inner {
    padding-top: 190px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .hero__inner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.hero__inner .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .hero__inner .shape-1 {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner .shape-1 {
    display: none;
  }
}
.hero__inner .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: upDown 2s ease-in-out infinite;
}
@media only screen and (max-width: 991px) {
  .hero__inner .shape-2 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner .shape-2 {
    display: none;
  }
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  z-index: 2;
  margin: 0 auto;
  max-width: 1104px;
  position: relative;
  text-align: center;
}
.hero__content .title {
  color: #FFF;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .hero__content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .hero__content .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.hero__content .title span {
  color: var(--green);
}
.hero__content p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.hero__content .btn-wrapper {
  gap: 30px;
  display: flex;
  margin-top: 50px;
  justify-content: center;
  align-content: center;
}
@media (max-width: 575px) {
  .hero__content .btn-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.functionality__inner {
  gap: 20px;
  display: grid;
  padding: 50px;
  border-radius: 32px;
  background: #121212;
  grid-template-columns: 520px 667px;
}
@media only screen and (max-width: 1399px) {
  .functionality__inner {
    grid-template-columns: 403px 667px;
  }
}
@media only screen and (max-width: 1199px) {
  .functionality__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .functionality__inner {
    padding: 20px;
  }
}
.functionality__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.functionality__box .logo {
  margin-right: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .functionality__box .logo {
    margin-left: auto;
  }
}
.functionality__box .title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 48px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .functionality__box .title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
.functionality__box p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  font-family: var(--font_instr);
  text-transform: capitalize;
  opacity: 0.6;
}
@media only screen and (max-width: 1199px) {
  .functionality__box p {
    text-align: center;
  }
}
.functionality__box .media {
  position: relative;
}
.functionality__box .media img {
  border-radius: 24px;
}
.functionality__box .media .img-2 {
  position: absolute;
  z-index: 2;
  left: -64px;
  top: 106px;
}
@media (max-width: 575px) {
  .functionality__box .media .img-2 {
    display: none;
  }
}
.functionality__box .media .img-3 {
  position: absolute;
  z-index: 2;
  left: -130px;
  bottom: 195px;
}
@media only screen and (max-width: 767px) {
  .functionality__box .media .img-3 {
    left: -50px;
  }
}
@media (max-width: 575px) {
  .functionality__box .media .img-3 {
    display: none;
  }
}
.functionality__box .media .img-4 {
  position: absolute;
  left: 0;
  bottom: 64px;
  left: -88px;
}
@media only screen and (max-width: 767px) {
  .functionality__box .media .img-4 {
    left: -60px;
  }
}
@media (max-width: 575px) {
  .functionality__box .media .img-4 {
    display: none;
  }
}
.functionality__box .media .img-5 {
  position: absolute;
  z-index: 2;
  right: -82px;
  top: 82px;
}
@media only screen and (max-width: 767px) {
  .functionality__box .media .img-5 {
    right: -60px;
  }
}
@media (max-width: 575px) {
  .functionality__box .media .img-5 {
    display: none;
  }
}
.functionality__box .media .img-6 {
  position: absolute;
  z-index: 2;
  right: -94px;
  top: 164px;
}
@media only screen and (max-width: 767px) {
  .functionality__box .media .img-6 {
    right: -60px;
  }
}
@media (max-width: 575px) {
  .functionality__box .media .img-6 {
    display: none;
  }
}
.functionality__box .media .img-7 {
  position: absolute;
  z-index: 2;
  right: -70px;
  bottom: 32px;
}
@media (max-width: 575px) {
  .functionality__box .media .img-7 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */