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

  Theme Name: Redox - Creative Agency and Portfolio HTML Template
  Author: 
  Support: 
  Description: 
  Version: 1.0

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

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


/*----------------------------------------*/
/* VARIBALES CSS START
/*----------------------------------------*/
:root {
  --primary: #111111;
  --secondary: #555555;
  --black: #111111;
  --white: #FFFFFF;
  --action: #FF6A3A;
}

/*----------------------------------------*/
/* TYPOGRAPHY CSS START
/*----------------------------------------*/
/* bdo grotesk  */
@font-face {
  font-family: "BDOGrotesk-Regular";
  src: url("../fonts/BDOGrotesk-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "BDOGrotesk-Regular";
  src: url("../fonts/BDOGrotesk-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "BDOGrotesk-Regular";
  src: url("../fonts/BDOGrotesk-DemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Ultralight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "PPEditorialNew-Italic";
  src: url("../fonts/PPEditorialNew-Italic.otf");
  font-weight: 400;
}
:root {
  --font_bdogrotesk: "BDOGrotesk-Regular";
  --font_ppeditor: "PPEditorialNew-Italic";
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_bdogrotesk);
  line-height: 1;
  background: #F6F6F6;
}

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_bdogrotesk);
  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: 24px;
  letter-spacing: -0.54px;
  color: var(--secondary);
}

strong {
  font-weight: 500;
}

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

main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1450px) {
  .container {
    max-width: 1450px;
  }
}
@media (min-width: 1850px) {
  .container.large {
    max-width: 1850px;
  }
}

h1 {
  font-size: 110px;
}

h2 {
  font-size: 80px;
}

h3 {
  font-size: 60px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 18px;
}

section {
  margin-bottom: -1px;
}

.theme-bg-primary {
  background-color: #1D1D1D;
}

.theme-bg-primary-2 {
  background-color: #111;
}

.theme-bg-gray {
  background-color: #EEEEEE;
}

.text-gray {
  color: #B4B3B1;
}

.text-primay {
  color: #111;
}

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

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

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

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

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

.section-space-top-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .section-space-top-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top-100 {
    padding-top: 60px;
  }
}

.section-space-bottom-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom-100 {
    padding-bottom: 60px;
  }
}

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 26px 31px;
  background-color: #FF6A3A;
  color: var(--white);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  border-color: transparent;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 18px 29px;
  }
}
@media (max-width: 575px) {
  .rr-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background-color: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  color: var(--black);
  transition: all 0.5s;
}
.rr-btn__black {
  background-color: var(--black);
}
.rr-btn__black::before {
  background-color: var(--action);
}
.rr-btn__black:hover .btn-wrap .text-two {
  color: var(--white);
}

/* Preloader */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--black);
  z-index: 99999999999999;
}

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

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

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
  color: #FF6A3A;
}

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

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

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

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

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

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

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------*/
/* menu css  */
/*----------------------------------------*/
.main-menu {
  position: relative;
}
.main-menu > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu > ul > li {
  position: relative;
  padding: 20px 30px;
  cursor: pointer;
}
.main-menu > ul > li > a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.main-menu > ul > li > a::after {
  content: "";
  top: 50%;
  right: 0px;
  width: 10%;
  height: 10%;
  position: absolute;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  background-position: right center;
  background-image: url(../img/icon/arrow.svg);
  transform: translate(-50%, 0px) rotate(0deg);
}
.main-menu > ul > li > a:hover::after {
  transform: translate(-50%, 0px) rotate(180deg);
}
.main-menu > ul > li:hover > ul.dp-menu {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
.main-menu ul.dp-menu {
  position: absolute;
  top: 120%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  background-color: #171717;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 480px;
  z-index: 10;
  border-radius: 10px;
}
.main-menu ul.dp-menu.grid {
  width: 200px;
  padding: 0;
}
.main-menu ul.dp-menu.grid > li > ul > li:first-child {
  border-bottom: none;
  margin-left: 0px;
}
.main-menu ul.dp-menu.grid-100 {
  width: 1850px;
  gap: 40px;
  grid-template-columns: repeat(5, 1fr);
  left: -50%;
  transform: translate(-27%, 0px);
}
@media only screen and (max-width: 1919px) {
  .main-menu ul.dp-menu.grid-100 {
    gap: 15px;
    left: -50%;
    width: 1330px;
    transform: translate(-18%, 0px);
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .main-menu ul.dp-menu.grid-100 {
    width: 1180px;
    transform: translate(-14%, 0px);
    gap: 0;
    padding: 10px;
  }
}
.main-menu ul.dp-menu > li {
  list-style: none;
  padding: 0 10px;
}
.main-menu ul.dp-menu > li .preview {
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #252525;
  padding: 30px 25px 0px;
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .main-menu ul.dp-menu > li .preview {
    padding: 20px 15px 0px;
  }
}
.main-menu ul.dp-menu > li .preview .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}
.main-menu ul.dp-menu > li .preview .preview-image {
  max-width: 300px;
}
.main-menu ul.dp-menu > li .preview .preview-image img {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
.main-menu ul.dp-menu > li > ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.main-menu ul.dp-menu > li > ul > li {
  margin-bottom: 5px;
}
.main-menu ul.dp-menu > li > ul > li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-left: 15px;
}
.main-menu ul.dp-menu > li > ul > li > span {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 5px;
  cursor: context-menu;
}
.main-menu ul.dp-menu > li > ul > li > a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #999999;
  font-size: 15px;
  padding: 5px 0;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 13px 15px;
}
@media only screen and (max-width: 1399px) {
  .main-menu ul.dp-menu > li > ul > li > a {
    gap: 10px;
    padding: 13px 10px;
  }
}
.main-menu ul.dp-menu > li > ul > li > a .badge {
  font-size: 10px;
  font-weight: 600;
  background: #FAE7DA;
  color: #A63F00;
  padding: 6px 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 500px;
}
.main-menu ul.dp-menu > li > ul > li > a .badge-2 {
  font-size: 10px;
  font-weight: 600;
  background: #E8F9E8;
  color: #239E04;
  padding: 6px 11px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 500px;
}
.main-menu ul.dp-menu > li > ul > li > a:hover {
  color: #999999;
  background: #252525;
}

/* 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;
}
@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;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

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

.side-info-close {
  font-size: 18px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: var(--white);
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.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%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  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;
}
.side-info ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .side-info {
    width: 100%;
    padding: 30px 30px;
  }
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.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 {
  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(--primary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* mean menu customize */
.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: 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: 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(--secondary);
}
.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: transparent;
  color: var(--primary);
}
@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 {
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-bottom: 1px solid var(--primary);
  padding: 20px 0px;
}
.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 a {
  padding-left: 20px;
}
.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;
}

.dp-menu.grid-2 ul,
.grid-100 ul {
  display: block !important;
}
.dp-menu.grid-2 .mean-expand,
.grid-100 .mean-expand {
  display: none !important;
}

.hero__inner {
  padding-top: 200px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 991px) {
  .hero__inner {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__inner {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .hero__inner {
    padding-bottom: 60px;
  }
}
.hero__content .title {
  max-width: 1091px;
  line-height: 110px;
  text-align: center;
  letter-spacing: -5.5px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .hero__content .title {
    font-size: 86px;
    line-height: 100px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .title {
    font-size: 64px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .hero__content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.hero__content .title span {
  font-weight: 400;
  font-family: var(--font_ppeditor);
}
.hero__content-wrapper {
  gap: 25px;
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero__content-wrapper {
    flex-wrap: wrap;
  }
}
.hero__content-wrapper p {
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  letter-spacing: -0.48px;
}
.hero .features {
  gap: 61px;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .hero .features {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .features {
    flex-wrap: wrap;
  }
}
.hero .features__item {
  width: 100%;
  max-width: 210px;
  padding-top: 25px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
  .hero .features__item {
    max-width: 100%;
  }
}
.hero .features__item:not(:last-child)::before {
  content: "";
  top: 0;
  width: 1px;
  right: -30px;
  height: 121px;
  position: absolute;
  transform: translate(50%, 0%);
  background: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 991px) {
  .hero .features__item:not(:last-child)::before {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .features__item:not(:last-child)::before {
    display: none;
  }
}
.hero .features__item h4 {
  color: var(--white);
  margin-bottom: 10px;
}
.hero .features__item p {
  color: #999999;
}
@media (max-width: 575px) {
  .hero .features__item p br {
    display: none;
  }
}
.hero .showcase {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding-bottom: 32px;
  z-index: 10;
}
.hero .showcase__shadow {
  position: relative;
}
.hero .showcase__shadow::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 8;
  width: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(116deg, rgba(17, 17, 17, 0) 47.1%, #111 106.04%);
}
.hero .showcase__shadow::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  height: 100%;
  background: linear-gradient(250deg, rgba(17, 17, 17, 0) 56.9%, #111 102.77%);
}
.hero .showcase__shadow .bottom-shadow {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  bottom: -1px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111 111.83%);
}
.hero .showcase__track {
  animation: scroll 15s infinite linear;
}
.hero .showcase__item {
  display: flex;
  gap: 10px;
}
.hero .showcase__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.banner {
  margin-top: 50px;
}
.banner .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1176px;
}
.banner__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.banner__inner {
  z-index: 1;
  height: 429px;
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .banner__inner {
    height: 315px;
  }
}
.banner__heading {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  padding-right: 20px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .banner__heading {
    position: inherit;
  }
}
@media (max-width: 575px) {
  .banner__heading {
    padding-right: 0;
  }
}
.banner__heading .dot-1 {
  top: 0;
  content: "";
  width: 48px;
  height: 48px;
  z-index: -1;
  right: -48px;
  position: absolute;
  border-radius: 24px;
  background-color: transparent;
  box-shadow: -24px -24px 0 #fff;
}
.banner__heading .dot-2 {
  left: 0;
  width: 48px;
  content: "";
  height: 48px;
  z-index: -1;
  position: absolute;
  bottom: -48px;
  border-radius: 24px;
  background-color: transparent;
  box-shadow: -24px -24px 0 #fff;
}
.banner__heading .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .banner__heading .title {
    font-size: 25px;
  }
}
.banner__heading .search-wrapper {
  padding: 22px 20px;
  position: relative;
  border-radius: 14px;
  background-color: #FFD87D;
}
.banner__heading .search-wrapper label {
  font-size: 16px;
  font-weight: 500;
}
.banner__heading .search-wrapper input {
  outline: 0;
  width: 562px;
  border: none;
  padding: 12px;
  background: transparent;
  border-bottom: 1px solid #5D636A;
  font-size: 14px;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .banner__heading .search-wrapper input {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .banner__heading .search-wrapper input {
    width: 265px;
    font-size: 12px;
    padding-left: 0px;
    font-size: 12px;
    padding-left: 0;
  }
}
.banner__heading .search-wrapper input:hover, .banner__heading .search-wrapper input:focus {
  box-shadow: none;
}
.banner__heading .search-wrapper .submite {
  top: 50%;
  z-index: 3;
  right: 40px;
  border: none;
  cursor: pointer;
  position: absolute;
  background: transparent;
  transform: translate(0%, -50%);
}
@media (max-width: 575px) {
  .banner__heading .search-wrapper .submite {
    right: 10px;
  }
}
.banner__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.banner__bg .shape {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner__bg .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .earth {
  display: none;
  bottom: -40px;
  right: -60px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 575px) {
  .banner .earth {
    display: block;
  }
}
@media (max-width: 575px) {
  .banner .line__wrapper {
    display: none;
  }
}
.banner .line__wrapper .line-1 {
  right: 138px;
  z-index: 9;
  bottom: 165px;
  position: absolute;
  transform: rotate(-15deg);
}
.banner .line__wrapper .line-1 .border-1 {
  width: 604.71px;
  height: 76.382px;
  position: relative;
  border-radius: 100%;
}
.banner .line__wrapper .line-1 .border-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(80deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  border-radius: 100%;
  animation: slideRight 6s linear forwards;
  animation-timing-function: ease-in-out;
}
@keyframes slideRight {
  0% {
    background: linear-gradient(220deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0;
  }
  1% {
    background: linear-gradient(218.6deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.01;
  }
  2% {
    background: linear-gradient(217.2deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.02;
  }
  3% {
    background: linear-gradient(215.8deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.03;
  }
  4% {
    background: linear-gradient(214.4deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.04;
  }
  5% {
    background: linear-gradient(213deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.05;
  }
  6% {
    background: linear-gradient(211.6deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.06;
  }
  7% {
    background: linear-gradient(210.2deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.07;
  }
  8% {
    background: linear-gradient(208.8deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.08;
  }
  9% {
    background: linear-gradient(207.4deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.09;
  }
  10% {
    background: linear-gradient(206deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.1;
  }
  11% {
    background: linear-gradient(204.6deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.11;
  }
  12% {
    background: linear-gradient(203.2deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.12;
  }
  13% {
    background: linear-gradient(201.8deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.13;
  }
  14% {
    background: linear-gradient(200.4deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.14;
  }
  15% {
    background: linear-gradient(199deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.15;
  }
  16% {
    background: linear-gradient(197.6deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.16;
  }
  17% {
    background: linear-gradient(196.2deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.17;
  }
  18% {
    background: linear-gradient(194.8deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.18;
  }
  19% {
    background: linear-gradient(193.4deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.19;
  }
  20% {
    background: linear-gradient(192deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.2;
  }
  22% {
    background: linear-gradient(189deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.22;
  }
  24% {
    background: linear-gradient(186deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.24;
  }
  26% {
    background: linear-gradient(183deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.26;
  }
  28% {
    background: linear-gradient(180deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.28;
  }
  30% {
    background: linear-gradient(178deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.3;
  }
  32% {
    background: linear-gradient(175deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.32;
  }
  34% {
    background: linear-gradient(172deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.34;
  }
  36% {
    background: linear-gradient(169deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.36;
  }
  38% {
    background: linear-gradient(166deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.38;
  }
  40% {
    background: linear-gradient(164deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.4;
  }
  42% {
    background: linear-gradient(161deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.42;
  }
  44% {
    background: linear-gradient(158deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.44;
  }
  46% {
    background: linear-gradient(155deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.46;
  }
  48% {
    background: linear-gradient(152deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.48;
  }
  50% {
    background: linear-gradient(150deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.5;
  }
  52% {
    background: linear-gradient(147deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.52;
  }
  54% {
    background: linear-gradient(144deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.54;
  }
  56% {
    background: linear-gradient(141deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.56;
  }
  58% {
    background: linear-gradient(138deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.58;
  }
  60% {
    background: linear-gradient(136deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.6;
  }
  62% {
    background: linear-gradient(133deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.62;
  }
  64% {
    background: linear-gradient(130deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.64;
  }
  66% {
    background: linear-gradient(127deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.66;
  }
  68% {
    background: linear-gradient(124deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.68;
  }
  70% {
    background: linear-gradient(122deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.7;
  }
  72% {
    background: linear-gradient(119deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.72;
  }
  74% {
    background: linear-gradient(116deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.74;
  }
  76% {
    background: linear-gradient(113deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.76;
  }
  78% {
    background: linear-gradient(110deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.78;
  }
  80% {
    background: linear-gradient(108deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.8;
  }
  82% {
    background: linear-gradient(105deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.82;
  }
  84% {
    background: linear-gradient(102deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.84;
  }
  86% {
    background: linear-gradient(99deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.86;
  }
  88% {
    background: linear-gradient(96deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.88;
  }
  90% {
    background: linear-gradient(94deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.9;
  }
  92% {
    background: linear-gradient(91deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.92;
  }
  94% {
    background: linear-gradient(88deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.94;
  }
  96% {
    background: linear-gradient(85deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.96;
  }
  98% {
    background: linear-gradient(82deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 0.98;
  }
  100% {
    background: linear-gradient(80deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
    opacity: 1;
  }
}
.banner .line__wrapper .line-1:hover .border-1::before {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner .line__wrapper .line-1 {
    bottom: 95px;
  }
}
.banner .line__wrapper .line-1 .dot-1 {
  left: 92%;
  width: 30px;
  bottom: 6px;
  height: 30px;
  display: flex;
  position: absolute;
  border-radius: 500px;
  background-color: #656868;
  animation: moveDot-1 5s linear forwards;
  animation-timing-function: ease-in-out;
}
.banner .line__wrapper .line-2 {
  right: 8px;
  z-index: 9;
  bottom: 145px;
  position: absolute;
  border-radius: 100%;
  box-sizing: border-box;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 991px) {
  .banner .line__wrapper .line-2 {
    bottom: 78px;
  }
}
.banner .line__wrapper .line-2 .border-2 {
  width: 804.328px;
  height: 127.575px;
  position: relative;
  border-radius: 100%;
}
.banner .line__wrapper .line-2 .border-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(100deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  border-radius: 100%;
  animation: slideRight 6s linear forwards;
}
.banner .line__wrapper .line-2 .dot-2 {
  left: 70%;
  width: 20px;
  height: 20px;
  bottom: -3px;
  display: flex;
  position: absolute;
  border-radius: 500px;
  background-color: #656868;
  animation: moveDot-2 5s linear forwards;
  animation-timing-function: ease-in-out;
}
.banner .line__wrapper .line-3 {
  z-index: 9;
  right: -138px;
  bottom: 110px;
  position: absolute;
  border-radius: 100%;
  box-sizing: border-box;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 991px) {
  .banner .line__wrapper .line-3 {
    bottom: 53px;
  }
}
.banner .line__wrapper .line-3 .border-3 {
  position: relative;
  width: 1028.922px;
  height: 213.925px;
  z-index: 2;
  border-radius: 100%;
}
.banner .line__wrapper .line-3 .border-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  border-radius: 100%;
  animation: slideRight 6s linear forwards;
}
.banner .line__wrapper .line-3 .dot-3 {
  left: 80%;
  bottom: 5px;
  width: 38px;
  height: 38px;
  display: flex;
  position: absolute;
  border-radius: 500px;
  background-color: #656868;
  animation: moveDot-3 5s linear forwards;
  animation-timing-function: ease-in-out;
}
.banner .line__wrapper .line-4 {
  bottom: 0;
  z-index: 9;
  right: -314px;
  position: absolute;
  border-radius: 100%;
  box-sizing: border-box;
  transform: rotate(-15deg);
}
.banner .line__wrapper .line-4 .text {
  rotate: 15deg;
}
.banner .line__wrapper .line-4 .border-4 {
  position: relative;
  width: 1332.574px;
  height: 345.635px;
  border-radius: 100%;
}
.banner .line__wrapper .line-4 .border-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160deg, rgba(42, 45, 49, 0) 20%, rgb(147, 148, 144) 100%);
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
  border-radius: 100%;
}
.banner .line__wrapper .line-4 .dot-4 {
  left: 50%;
  width: 138px;
  height: 138px;
  display: flex;
  bottom: -62px;
  position: absolute;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid #656868;
  animation: moveDot-4 5s linear forwards;
  animation-timing-function: ease-in-out;
}
@media only screen and (max-width: 991px) {
  .banner .line__wrapper .line-4 .dot-4 {
    width: 100px;
    height: 100px;
    bottom: -44px;
  }
}
@media (max-width: 575px) {
  .banner .line__wrapper .line-4 .dot-4 {
    width: 48px;
    height: 48px;
    bottom: -22px;
  }
}
.banner .line__wrapper .line-4 .dot-4 .text img {
  width: inherit;
  height: inherit;
}
@media only screen and (max-width: 991px) {
  .banner .line__wrapper .line-4 .dot-4 .text img {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .banner .line__wrapper .line-4 .dot-4 .text img {
    width: 100px;
  }
}
.banner__content {
  gap: 15px;
  left: 20px;
  z-index: 9;
  width: 440px;
  bottom: 20px;
  display: flex;
  position: absolute;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .banner__content {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__content {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__content {
    top: 20px;
  }
}
@media (max-width: 575px) {
  .banner__content {
    top: 20px;
    width: 260px;
  }
}
.banner__content .instead {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}
.banner__content-item {
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 10px 20px;
  background-color: #F9FAF4;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .banner__content-item {
    padding: 7px 20px;
  }
}
@media (max-width: 575px) {
  .banner__content-item {
    padding: 6px 10px;
  }
}
.banner__content-item .text h6 {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .banner__content-item .text h6 {
    font-size: 14px;
  }
}
.banner__content-item .text p {
  font-size: 14px;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .banner__content-item .text p {
    font-size: 12px;
  }
}
.banner__content-item .icon img {
  width: inherit;
}

@keyframes moveDot-1 {
  0% {
    transform: translateX(0);
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg) translateX(34px) translateY(-5px);
  }
  100% {
    transform: rotate(-30deg) translateX(0px) translateY(-43px);
  }
}
@keyframes moveDot-2 {
  0% {
    transform: translateX(0);
    transform: rotate(0deg);
  }
  100% {
    transform: translateX(175px);
    transform: rotate(-8deg) translateX(175px);
  }
}
@keyframes moveDot-3 {
  0% {
    transform: translateX(0);
    transform: rotate(0deg);
  }
  100% {
    transform: translateX(50px);
    transform: rotate(-13deg) translateX(50px);
  }
}
@keyframes moveDot-4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: var(--primary);
}
.header-area__top__wrap {
  background: linear-gradient(90deg, #ff5e57 0%, #ca70b5 50.6369426752%, rgb(64, 159, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
}
@media (max-width: 575px) {
  .header-area__top__wrap {
    padding: 10px 15px;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
  }
}
.header-area__top__wrap .desc {
  font-size: 15px;
  font-weight: var(--rr-fw-medium);
  color: rgba(255, 255, 255, 0.83);
}
.header-area__top__wrap .desc a {
  color: rgba(255, 255, 255, 0.83);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
.header-area__top__wrap .desc a:hover {
  color: #000000;
}
.header-area__top__wrap .icon span {
  margin: 0px 28px;
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  height: 80px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 70px;
    gap: 20px;
  }
}
.header-area .header__logo img {
  width: 100%;
}
.header-area .header__nav {
  padding: 0 13px;
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 500;
  padding: 21px 27px;
  letter-spacing: -0.32px;
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.header-area .header__button {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  background: var(--white);
  padding: 17px 24px;
  font-size: 16px;
}
.header-area .rr-btn:hover .btn-wrap .text-two, .header-area .rr-btn:focus .btn-wrap .text-two {
  color: var(--white);
}
.header-area .rr-btn::before {
  background-color: #FF6A3A;
}
.header-area .rr-btn .btn-wrap .text-one {
  color: var(--black);
}

.ready-demo .section__title-wrapper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ready-demo .section__title-wrapper {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo .section__title-wrapper .des br {
    display: none;
  }
}
.ready-demo .section__title {
  margin-bottom: 30px;
}
.ready-demo .section__title span {
  font-weight: 400;
  font-family: var(--font_ppeditor);
}
.ready-demo .feature-list {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .ready-demo .feature-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .ready-demo .feature-list {
    gap: 10px 0px;
    flex-wrap: wrap;
  }
}
.ready-demo .feature-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 20px;
  border-radius: 500px;
  letter-spacing: -0.48px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}
@media only screen and (max-width: 767px) {
  .ready-demo .feature-list li {
    font-size: 14px;
  }
}
.ready-demo__wrapper {
  display: grid;
  gap: 50px 40px;
  justify-content: center;
  grid-template-columns: repeat(3, 580px);
}
@media only screen and (max-width: 1919px) {
  .ready-demo__wrapper {
    gap: 50px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .ready-demo__wrapper {
    gap: 50px 20px;
    grid-template-columns: repeat(3, 358px);
  }
}
@media only screen and (max-width: 1199px) {
  .ready-demo__wrapper {
    gap: 50px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo__wrapper {
    grid-template-columns: 1fr;
  }
}
.ready-demo__item-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.ready-demo__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.6s;
}
.ready-demo__item-thumb.has--vertical {
  position: relative;
}
.ready-demo__item-thumb.has--vertical:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ready-demo__item-text {
  margin-top: 25px;
  text-align: center;
}
.ready-demo__item-text .title {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  letter-spacing: -0.54px;
}
.ready-demo__item-text .title a {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.ready-demo__item-text .title a .badge {
  font-size: 10px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.42px;
  color: var(--white);
  font-family: var(--font_bdogrotesk);
  text-transform: uppercase;
  background-color: var(--black);
  padding: 0px 7px;
  border-radius: 4px;
}
.ready-demo__item-text .meta-list {
  gap: 8px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
.ready-demo__item-text .meta-list li {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.42px;
}
.ready-demo__purchase {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.ready-demo__purchase .line {
  z-index: 0;
  width: 100%;
  display: flex;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
.ready-demo__purchase .line:after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
  border-top: 1px solid;
}
.ready-demo__purchase .line .bg {
  padding: 0 20px;
  background: #F6F6F6;
  display: inline-block;
  position: relative;
}
@media (max-width: 575px) {
  .ready-demo__purchase .line .bg {
    padding: 0px 10px;
  }
}
.ready-demo__purchase .line .bg .rr-btn {
  padding: 26px 36px;
  background-color: var(--black);
}
@media (max-width: 575px) {
  .ready-demo__purchase .line .bg .rr-btn {
    padding: 16px 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
.ready-demo__purchase .line .bg .rr-btn::before {
  background-color: var(--action);
}
.ready-demo__purchase .line .bg .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.ready-demo__purchase .line .bg .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.ready-demo__purchase .line .btn-wp {
  position: relative;
}
.ready-demo__purchase .line .btn-wp .text {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  background-color: #98F027;
  position: absolute;
  right: 0px;
  top: -24px;
  z-index: 99;
}
@media (max-width: 575px) {
  .ready-demo__purchase .line .btn-wp .text {
    width: 45px;
    height: 45px;
    top: -32px;
  }
}
.ready-demo__purchase .line .btn-wp .text .only {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.6px;
  color: rgba(17, 17, 17, 0.53);
}
.ready-demo__purchase .line .btn-wp .text strong {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

.builder-toolkit .section__title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .builder-toolkit .section__title-wrapper {
    display: block;
  }
}
.builder-toolkit .section__title-wrapper .des {
  max-width: 339px;
}
@media only screen and (max-width: 991px) {
  .builder-toolkit .section__title {
    margin-bottom: 10px;
  }
  .builder-toolkit .section__title br {
    display: none;
  }
}
.builder-toolkit__wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1199px) {
  .builder-toolkit__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .builder-toolkit__wrapper {
    grid-template-columns: 1fr;
  }
}
.builder-toolkit__wrapper > * {
  padding: 50px;
  padding-bottom: 0;
  border-radius: 30px;
  grid-column: span 2;
  background-color: #EEEEEE;
}
.builder-toolkit__wrapper > * .text {
  margin-right: 10px;
}
.builder-toolkit__wrapper > * .text h5 {
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .builder-toolkit__wrapper > * .text h5 {
    font-size: 25px;
  }
  .builder-toolkit__wrapper > * .text h5 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .builder-toolkit__wrapper > * .text h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .builder-toolkit__wrapper > * {
    grid-column: auto;
  }
}
@media only screen and (max-width: 991px) {
  .builder-toolkit__wrapper > * {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .builder-toolkit__wrapper > * {
    padding: 30px 20px;
  }
}
.builder-toolkit__wrapper > *:nth-child(1) {
  padding-right: 0;
}
.builder-toolkit__wrapper > *:nth-child(2) {
  background-color: var(--white);
  padding-bottom: 0;
}
.builder-toolkit__wrapper > *:nth-child(2) .media .beforeAfter img {
  border-radius: 30px 30px 0 0;
}
.builder-toolkit__wrapper > *:nth-child(3) {
  background-color: var(--black);
}
.builder-toolkit__wrapper > *:nth-child(3) .text h5 {
  color: rgba(255, 255, 255, 0.45);
}
.builder-toolkit__wrapper > *:nth-child(4) {
  background-color: var(--white);
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
.builder-toolkit__wrapper > *:nth-child(4) .media {
  margin-top: auto;
}
.builder-toolkit__wrapper > *:nth-child(5) .translate {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
.builder-toolkit__wrapper > *:nth-child(5) .translate img {
  width: inherit;
}
.builder-toolkit__wrapper > *:nth-child(5) .text {
  margin-top: 40px;
  margin-bottom: 30px;
}
.builder-toolkit__wrapper > *:nth-child(5) .text .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -4.4px;
  margin-bottom: 26px;
}
.builder-toolkit__wrapper .span-3 {
  grid-column: span 3;
}
@media only screen and (max-width: 1199px) {
  .builder-toolkit__wrapper .span-3 {
    grid-column: auto;
  }
}
.builder-toolkit__item .text {
  margin-bottom: 50px;
}
.builder-toolkit__item .text h5 {
  color: rgba(17, 17, 17, 0.45);
  letter-spacing: -1.5px;
}
.builder-toolkit__item .text h5 span {
  color: var(--black);
}
.builder-toolkit__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features__wrapper {
  display: flex;
  justify-content: end;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .features__wrapper {
    flex-direction: column;
  }
}
.features__shape .shape-1 {
  position: absolute;
  top: 150px;
  left: -20px;
  rotate: 15deg;
}
@media only screen and (max-width: 1919px) {
  .features__shape .shape-1 {
    display: none;
  }
}
.features__shape .shape-2 {
  position: absolute;
  bottom: 62px;
  left: 213px;
}
@media only screen and (max-width: 991px) {
  .features__shape .shape-2 {
    display: none;
  }
}
.features__shape .shape-3 {
  position: absolute;
  top: -73px;
  right: 300px;
  rotate: -11deg;
}
@media only screen and (max-width: 1199px) {
  .features__shape .shape-3 {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .features__shape .shape-3 {
    display: none;
  }
}
.features__content {
  max-width: 616px;
  margin-bottom: 167px;
}
@media only screen and (max-width: 991px) {
  .features__content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .features__content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .features__content {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .features__content {
    max-width: 100%;
  }
}
.features__content .section__title-wrapper {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .features__content .section__title-wrapper {
    margin-bottom: 30px;
  }
}
.features__content .section__title {
  font-size: 150px;
  font-weight: 500;
  line-height: 130px;
  letter-spacing: -7.5px;
}
@media only screen and (max-width: 1399px) {
  .features__content .section__title {
    font-size: 130px;
    line-height: 121px;
    letter-spacing: -4.5px;
  }
}
@media only screen and (max-width: 1199px) {
  .features__content .section__title {
    font-size: 120px;
    line-height: 110px;
    letter-spacing: -2.5px;
  }
}
@media only screen and (max-width: 991px) {
  .features__content .section__title {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features__content .section__title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .features__content .section__title {
    font-size: 65px;
    line-height: 70px;
  }
}
.features__content h5 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1199px) {
  .features__content h5 {
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .features__content h5 {
    font-size: 20px;
  }
}
.features__list {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .features__list {
    margin-bottom: 30px;
  }
}
.features__list span {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--black);
  letter-spacing: -0.9px;
  margin-bottom: 10px;
  display: inline-block;
}
.features__list li {
  gap: 10px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
  align-items: center;
  letter-spacing: -0.54px;
}
@media (max-width: 575px) {
  .features__list li {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.features__list li:not(:last-child) {
  margin-bottom: 5px;
}
.features__video {
  display: flex;
  margin-top: auto;
}
.features__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-collection {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .widget-collection {
    padding-top: 60px;
  }
}
.widget-collection .section__title-wrapper .des {
  color: #999;
  margin-top: 25px;
}
.widget-collection__wrapper {
  gap: 25px 0;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
.widget-collection__wrapper::before {
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 420px;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1D1D1D 63.52%);
}
@media only screen and (max-width: 1919px) {
  .widget-collection__wrapper::before {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-collection__wrapper::before {
    height: 200px;
  }
}
.widget-collection__inner {
  gap: 25px;
  display: flex;
  width: fit-content;
}
.widget-collection__slider-1 {
  animation: loop 25s linear infinite;
}
.widget-collection__slider-2 {
  animation: loop 25s linear infinite reverse;
}
.widget-collection__slider-3 {
  animation: loop 25s linear infinite;
}
.widget-collection__slider-4 {
  animation: loop 25s linear infinite reverse;
}
.widget-collection__item {
  gap: 20px;
  color: #999;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 28px 30px;
  align-items: center;
  border-radius: 15px;
  white-space: nowrap;
  letter-spacing: -0.54px;
  background: #262626;
}
@media (max-width: 575px) {
  .widget-collection__item {
    padding: 20px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.customer-support__wrapper {
  display: flex;
  gap: 108px;
}
@media only screen and (max-width: 1399px) {
  .customer-support__wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .customer-support__wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-support__wrapper {
    flex-wrap: wrap;
  }
}
.customer-support__team-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
@media (max-width: 575px) {
  .customer-support__team-wrapper {
    flex-wrap: wrap;
  }
}
.customer-support__content {
  background: var(--primary);
  padding: 24px 81px 29px 40px;
  border-radius: 30px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .customer-support__content {
    padding: 24px 40px 29px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-support__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__content {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  .customer-support__content {
    width: 100%;
  }
}
.customer-support__content .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.9px;
  color: var(--white);
}
.customer-support__author .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.5px;
  color: var(--white);
  margin-bottom: 30px;
  margin-top: 152px;
}
@media only screen and (max-width: 991px) {
  .customer-support__author .title {
    margin-top: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__author .title {
    margin-top: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__author .title {
    margin-top: 30px;
  }
  .customer-support__author .title br {
    display: none;
  }
}
.customer-support__author .thumb .membar {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-left: -10px;
  border: 3px solid var(--primary);
}
.customer-support__author .thumb .membar img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.customer-support__documentation {
  border-radius: 30px;
  background-color: var(--white);
  padding: 37px 40px;
}
@media only screen and (max-width: 1199px) {
  .customer-support__documentation {
    padding: 37px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-support__documentation {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__documentation {
    padding: 20px 25px;
  }
}
@media (max-width: 575px) {
  .customer-support__documentation {
    width: 100%;
  }
}
.customer-support__documentation .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.5px;
}
.customer-support__documentation .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 310px;
  margin-top: 21px;
  letter-spacing: -0.54px;
}
.customer-support__documentation__btn {
  margin-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .customer-support__documentation__btn {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__documentation__btn {
    margin-top: 30px;
  }
}
.customer-support__documentation__btn .rr-btn__black {
  padding: 26px 37px;
}
.customer-support__dedicated .title {
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -4px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1399px) {
  .customer-support__dedicated .title {
    line-height: 70px;
    font-size: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .customer-support__dedicated .title {
    line-height: 60px;
    font-size: 60px;
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-support__dedicated .title {
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .customer-support__dedicated .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__dedicated .title {
    line-height: 40px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__dedicated .title {
    font-size: 30px;
  }
}
.customer-support__dedicated .des {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.54px;
  max-width: 484px;
}
@media only screen and (max-width: 991px) {
  .customer-support__dedicated .des {
    max-width: 100%;
  }
}
.customer-support .pluse-icon-rotate {
  transform: rotate(135deg);
}
.customer-support__faq {
  margin-top: 50px;
}
.customer-support__faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
  outline: none;
  border: none;
}
.customer-support__faq .accordion-item .faq-accordion-button {
  gap: 10px;
  padding: 37px;
  display: flex;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.03em;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .customer-support__faq .accordion-item .faq-accordion-button {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .customer-support__faq .accordion-item .faq-accordion-button {
    padding: 20px;
  }
}
.customer-support__faq .accordion-item .faq-accordion-button span {
  text-align: left;
}
.customer-support__faq .accordion-item .faq-accordion-button .pluse-icon {
  transition: transform 0.3s ease;
}
.customer-support__faq .accordion-item .accordion-body {
  padding: 0 37px 37px;
  line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
  .builder-features__content {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .builder-features__content {
    margin-bottom: 50px;
  }
}
.builder-features__content-top-header {
  display: inline-flex;
  align-items: center;
  padding: 15px 29px;
  border-radius: 18px;
  background-color: var(--primary);
}
.builder-features__content-top-header span {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
}
.builder-features__content-top-header span img {
  object-fit: cover;
}
.builder-features__content-top-header p {
  font-size: 18px;
  line-height: 1.33;
  position: relative;
  color: var(--white);
  letter-spacing: -0.03em;
  padding: 3px 30px 3px 10px;
}
.builder-features__content-top-header p::before {
  content: "";
  top: 0;
  width: 1px;
  right: 12px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
}
.builder-features__content-top-header cite {
  font-size: 18px;
  line-height: 1.33;
  color: var(--white);
  font-style: normal;
  letter-spacing: -0.03em;
}
.builder-features__content .section__title-wrapper {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .builder-features__content .section__title-wrapper {
    margin-top: 30px;
  }
}
.builder-features__content .section__title-wrapper .des {
  color: #999;
}
.builder-features__content .section__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .builder-features__content .section__title br {
    display: none;
  }
}
.builder-features__media-thumb {
  position: relative;
  z-index: 1;
}
.builder-features__media-thumb::after {
  content: "";
  top: -20px;
  left: -20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
  .builder-features__media-thumb::after {
    display: none;
  }
}
.builder-features__media-thumb img {
  width: 100%;
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.builder-features__media-thumb .shape-1 {
  left: -90px;
  bottom: 130px;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .builder-features__media-thumb .shape-1 {
    left: -70px;
  }
}
@media only screen and (max-width: 1199px) {
  .builder-features__media-thumb .shape-1 {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .builder-features__media-thumb .shape-1 {
    bottom: 50px;
  }
}
@media (max-width: 575px) {
  .builder-features__media-thumb .shape-1 {
    left: inherit;
    display: grid;
    bottom: inherit;
    margin: 20px 0;
    position: inherit;
    place-items: center;
  }
}
.builder-features__media-thumb .shape-2 {
  top: 156px;
  right: 80px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .builder-features__media-thumb .shape-2 {
    top: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .builder-features__media-thumb .shape-2 {
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .builder-features__media-thumb .shape-2 {
    top: 40px;
  }
}
@media (max-width: 575px) {
  .builder-features__media-thumb .shape-2 {
    top: inherit;
    right: inherit;
    display: grid;
    position: inherit;
    place-items: center;
  }
}
.builder-features__features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 130px;
  padding-bottom: 110px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1199px) {
  .builder-features__features {
    gap: 20px;
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .builder-features__features {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.builder-features__features-item {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.builder-features__features-item .icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background-color: #262626;
}
.builder-features__features-item .caption {
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: -0.03em;
  color: var(--white);
}
@media (max-width: 575px) {
  .builder-features__features-item .caption br {
    display: none;
  }
}

.layout__area {
  background: #1d1d1d;
}
.layout__area .layout-hf__wp {
  padding: 46px;
  border-radius: 30px;
  background: #262626;
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp {
    padding: 20px;
  }
}
.layout__area .layout-hf__wp .layout-hf__top-header .title {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--white);
  display: inline-block;
  padding: 18px 21px;
  border-radius: 18px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  background-color: var(--primary);
}
.layout__area .layout-hf__wp .layout-hf__main-header .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.45);
  max-width: 492px;
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp .layout-hf__main-header .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .layout__area .layout-hf__wp .layout-hf__main-header .title {
    font-size: 19px;
    line-height: 24px;
  }
}
.layout__area .layout-hf__wp .layout-hf__main-header .title span {
  color: var(--white);
}
.layout__area .layout-hf__wp .layout-hf__thumb {
  display: flex;
  gap: 10px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp .layout-hf__thumb {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp .layout-hf__thumb {
    flex-wrap: wrap;
  }
}
.layout__area .layout-hf__wp .layout-hf__thumb1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.layout__area .layout-hf__wp .layout-hf__thumb1 img {
  max-width: 100%;
}
.layout__area .layout-hf__wp .layout-hf__thumb1-header {
  border-radius: 10px;
  overflow: hidden;
}
.layout__area .layout-hf__wp .layout-hf__thumb1-footer {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp .layout-hf__thumb2 {
    width: 100%;
    display: block;
  }
}
.layout__area .layout-hf__wp .layout-hf__thumb2-accordion {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.layout__area .layout-hf__wp .layout-hf__thumb2-accordion img {
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp .layout-hf__thumb2-accordion img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
  }
}
.layout__area .layout-hf__wp .layout-hf__thumb-device {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .layout__area .layout-hf__wp .layout-hf__thumb-device {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .layout__area .layout-hf__wp .layout-hf__thumb-device {
    margin: auto;
  }
}
.layout__area .layout-hf__wp .layout-hf__thumb-device .sc-size {
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.03em;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 7px 15px;
}
.layout__area .layout-hf__wp .layout-hf__thumb-device .des {
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--white);
}

@media only screen and (max-width: 991px) {
  .template-library .section__title br {
    display: none;
  }
}
.template-library__content {
  display: flex;
  gap: 172px;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .template-library__content {
    gap: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .template-library__content {
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 50px;
  }
}
.template-library__content .number {
  margin-left: 219px;
}
@media only screen and (max-width: 1199px) {
  .template-library__content .number {
    margin-left: 0;
  }
}
.template-library__content .number h2 {
  line-height: 1;
  font-size: 350px;
  font-weight: 800;
  position: relative;
  letter-spacing: -14px;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .template-library__content .number h2 {
    font-size: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .template-library__content .number h2 {
    font-size: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .template-library__content .number h2 {
    font-size: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .template-library__content .number h2 {
    font-size: 150px;
  }
}
.template-library__content .number h2 span {
  right: -20px;
  bottom: -120px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .template-library__content .number h2 span {
    right: -30px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .template-library__content .number h2 span {
    display: none;
  }
}
.template-library__content .text .description {
  font-size: 18px;
  max-width: 450px;
  line-height: 24px;
  margin-bottom: 50px;
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 991px) {
  .template-library__content .text .description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .template-library__content .text .description {
    margin-bottom: 40px;
  }
}
.template-library__wrapper {
  gap: 25px 0;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  margin-bottom: 187px;
}
@media only screen and (max-width: 1919px) {
  .template-library__wrapper {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .template-library__wrapper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .template-library__wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .template-library__wrapper {
    margin-bottom: 60px;
  }
}
.template-library__item {
  width: 500px;
}
@media only screen and (max-width: 1199px) {
  .template-library__item {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .template-library__item {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .template-library__item {
    width: 200px;
  }
}
.template-library__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0px 5px 20px 0px rgba(17, 17, 17, 0.05);
}
.template-library__inner {
  gap: 25px;
  display: flex;
  width: fit-content;
}
.template-library__slider-1 {
  animation: loop 30s linear infinite;
}
.template-library__slider-2 {
  animation: loop 25s linear infinite reverse;
}

.footer__call-to-action {
  padding: 42px 94px 94px 94px;
  border-top: 1px solid rgba(124, 124, 124, 0.2);
}
@media only screen and (max-width: 1199px) {
  .footer__call-to-action {
    padding: 42px 94px 50px 94px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__call-to-action {
    padding: 42px 20px 50px 20px;
  }
}
@media (max-width: 575px) {
  .footer__call-to-action {
    padding: 20px;
  }
}
.footer__call-to-action h2 {
  font-weight: 500;
  font-size: 240px;
  line-height: 200px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .footer__call-to-action h2 {
    line-height: 1;
    font-size: 175px;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 1399px) {
  .footer__call-to-action h2 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__call-to-action h2 {
    font-size: 108px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__call-to-action h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__call-to-action h2 {
    font-size: 55px;
  }
  .footer__call-to-action h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer__call-to-action h2 {
    font-size: 39px;
  }
}
.footer__call-to-action h2 .btn-wrapper {
  position: relative;
  display: inline-block;
}
.footer__call-to-action h2 .btn-wrapper .text {
  width: 175px;
  height: 175px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  background-color: #98F027;
  position: absolute;
  right: -69px;
  top: -87px;
  line-height: 1;
  z-index: 99;
}
@media only screen and (max-width: 1919px) {
  .footer__call-to-action h2 .btn-wrapper .text {
    width: 150px;
    height: 150px;
    right: -40px;
    top: -70px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer__call-to-action h2 .btn-wrapper .text {
    width: 120px;
    height: 120px;
    right: -30px;
    top: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__call-to-action h2 .btn-wrapper .text {
    width: 90px;
    height: 90px;
    right: -30px;
    top: -46px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__call-to-action h2 .btn-wrapper .text {
    width: 70px;
    height: 70px;
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 575px) {
  .footer__call-to-action h2 .btn-wrapper .text {
    width: 45px;
    height: 45px;
    top: -12px;
    right: -22px;
  }
}
.footer__call-to-action h2 .btn-wrapper .text .only {
  color: rgba(17, 17, 17, 0.57);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1399px) {
  .footer__call-to-action h2 .btn-wrapper .text .only {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__call-to-action h2 .btn-wrapper .text .only {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .footer__call-to-action h2 .btn-wrapper .text .only {
    font-size: 12px;
  }
}
.footer__call-to-action h2 .btn-wrapper .text strong {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}
@media only screen and (max-width: 1919px) {
  .footer__call-to-action h2 .btn-wrapper .text strong {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer__call-to-action h2 .btn-wrapper .text strong {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__call-to-action h2 .btn-wrapper .text strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__call-to-action h2 .btn-wrapper .text strong {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__call-to-action h2 .btn-wrapper .text strong {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .footer__call-to-action h2 .btn-wrapper .text strong {
    font-size: 16px;
  }
}
.footer__call-to-action h2 .rr-btn__black {
  padding: 79px 147px;
  transform: translateY(-80px);
}
@media only screen and (max-width: 1919px) {
  .footer__call-to-action h2 .rr-btn__black {
    padding: 56px 100px;
    transform: translateY(-56px);
  }
}
@media only screen and (max-width: 1399px) {
  .footer__call-to-action h2 .rr-btn__black {
    padding: 42px 75px;
    transform: translateY(-47px);
  }
}
@media only screen and (max-width: 1199px) {
  .footer__call-to-action h2 .rr-btn__black {
    padding: 33px 50px;
    transform: translateY(-36px);
  }
}
@media only screen and (max-width: 991px) {
  .footer__call-to-action h2 .rr-btn__black {
    padding: 22px 35px;
    transform: translateY(-22px);
  }
}
@media only screen and (max-width: 767px) {
  .footer__call-to-action h2 .rr-btn__black {
    padding: 16px 25px;
    transform: translateY(-12px);
  }
}
@media (max-width: 575px) {
  .footer__call-to-action h2 .rr-btn__black {
    padding: 16px 25px;
    transform: translateY(0px);
  }
}
.footer__copyright {
  padding: 25px 0px;
  background: #000000;
}
.footer__copyright .copyright-wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .footer__copyright .copyright-wp {
    gap: 30px 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer__copyright .copyright-wp {
    gap: 30px 0;
    grid-template-columns: 100%;
  }
}
.footer__copyright .copyright-wp .item {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #555555;
}
.footer__copyright .copyright-wp .item:last-child {
  border-right: 0;
}
@media only screen and (max-width: 991px) {
  .footer__copyright .copyright-wp .item {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .footer__copyright .copyright-wp .item {
    justify-content: start;
  }
}
.footer__copyright .copyright-wp .item__thumb {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
}
.footer__copyright .copyright-wp .item__thumb img {
  width: inherit;
}
.footer__copyright .copyright-wp .item__text .des {
  text-transform: capitalize;
  color: var(--white);
}

.section__title {
  line-height: 75px;
  letter-spacing: -4px;
}
@media only screen and (max-width: 1199px) {
  .section__title {
    line-height: 75px;
    letter-spacing: 0;
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .section__title {
    line-height: 65px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section__title {
    line-height: 40px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section__title {
    font-size: 30px;
  }
}
.section__title span {
  font-weight: 400;
  font-family: var(--font_ppeditor);
}
@media only screen and (max-width: 1199px) {
  .section__title span {
    letter-spacing: 0;
  }
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
.fade-in-bottom {
  -webkit-animation-name: fade-in-bottom;
  animation-name: fade-in-bottom;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */