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

  Theme Name: Arrox - Agency 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: #1D1D1D;
}

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_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(--action);
  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;
}

.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: #232529;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 480px;
  z-index: 10;
}
.main-menu ul.dp-menu.grid {
  width: 200px;
}
.main-menu ul.dp-menu > li {
  list-style: none;
  padding: 0 10px;
}
.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 > span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 5px;
  cursor: context-menu;
}
.main-menu ul.dp-menu > li > ul > li {
  margin-bottom: 5px;
}
.main-menu ul.dp-menu > li > ul > li > a {
  display: block;
  text-decoration: none;
  color: #999;
  font-size: 15px;
  padding: 5px 0;
  transition: all 0.3s ease;
}
.main-menu ul.dp-menu > li > ul > li > a:hover {
  color: #fff;
  letter-spacing: 0.5px;
}

/* 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 img {
  max-width: 15px;
}
.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-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: 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 {
  display: block !important;
}
.dp-menu.grid-2 .mean-expand {
  display: none !important;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
}
.hero__inner {
  padding-top: 200px;
  padding-bottom: 127px;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1919px) {
  .hero__inner {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__inner {
    flex-wrap: wrap;
    padding-top: 130px;
  }
}
@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 {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .hero__content {
    order: 1;
  }
}
.hero__content .title {
  line-height: 110px;
  text-align: center;
  letter-spacing: -5.5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
}
@media only screen and (max-width: 1919px) {
  .hero__content .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__content .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .title {
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0;
  }
}
@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__content-wrapper .rr-btn {
  border-radius: 10px;
  padding: 16px 20px;
}
.hero .features {
  gap: 61px;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .hero .features {
    column-count: 2;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .features {
    justify-content: flex-start;
  }
}
@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: 1399px) {
  .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 only screen and (max-width: 1919px) {
  .hero .features__item p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero .features__item p br {
    display: none;
  }
}
.hero .showcase {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  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;
}
@media only screen and (max-width: 1199px) {
  .hero .hero-demo {
    order: 3;
  }
}

.menu-anim {
  display: inline-flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 9;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 55px;
}
@media only screen and (max-width: 1919px) {
  .menu-anim {
    padding: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-anim {
    display: inline-block;
  }
}

.menu-anim > li {
  position: relative;
  display: inline-flex;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .menu-anim > li {
    margin-bottom: 10px;
    margin-right: 20px;
    gap: 15px;
  }
}

.menu-anim > li a {
  position: relative;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font_bdogrotesk);
  padding: 11px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  white-space: nowrap;
  text-decoration: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: all 0.3S;
}
.menu-anim > li a:hover {
  color: var(--action);
}
.menu-anim > li a::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background-color: rgb(17, 17, 17);
  border: 1px solid rgba(255, 255, 255, 0.1);
  inset-inline-start: -7px;
  z-index: 1;
  border-top: transparent;
  border-right: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.menu-anim > li a .menu-text {
  display: flex;
  overflow: hidden;
  display: flex;
  overflow: hidden;
  text-shadow: 0 20px 0 #FB7515;
}

.menu-anim > li a .menu-text span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform 0.4s ease, color 0.3s ease;
  transform: translateY(var(--m)) translateZ(0);
}

.menu-anim > li a:hover {
  --y: -0px;
}

.menu-anim > li a:hover .menu-text span {
  --m: calc(18px * -1);
  color: var(--secondary);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}
.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;
  }
}
.ready-demo .section__title-wrapper .demo {
  margin-bottom: -50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .ready-demo .section__title-wrapper .demo {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo .section__title-wrapper .demo img {
    max-width: 250px;
  }
}
.ready-demo .section__title-wrapper .des {
  color: rgba(255, 255, 255, 0.7);
}
@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;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 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;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .ready-demo__wrapper {
    gap: 50px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ready-demo__wrapper {
    grid-template-columns: 1fr;
  }
}
.ready-demo__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 15px;
}
.ready-demo__item:hover .ready-demo__item-thumb img {
  transform: scale(1.1);
}
.ready-demo__item-thumb {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ready-demo__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.6s;
}
.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;
  display: inline-block;
  color: var(--white);
}
.ready-demo__item-text .title:hover a {
  color: var(--action);
}
.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;
}
.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 > *:nth-child(5) .text {
  margin-bottom: 30px;
}
.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 h5 {
  color: rgba(17, 17, 17, 0.45);
  letter-spacing: -1.5px;
}
.builder-toolkit__item .text h5 span {
  color: var(--black);
}
.builder-toolkit__item .text {
  margin-bottom: 50px;
}
.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 {
  text-align: center;
}
.customer-support__wrapper .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .customer-support__wrapper .title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
  .customer-support__wrapper .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .customer-support__wrapper .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-support__wrapper .des br {
    display: none;
  }
}
.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;
  background: transparent;
}
.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;
  background: var(--primary);
  color: var(--white);
  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: 25px;
  background: var(--primary);
  color: var(--white);
  margin-top: -1px;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
.responsive-device__content {
  padding: 100px 50px;
  border-radius: 30px;
  background: linear-gradient(90deg, #D8E2FF 0%, #F3C1FF 100%);
  max-width: 1422px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .responsive-device__content {
    padding: 50px 20px;
  }
}
.responsive-device__content .shape {
  position: absolute;
  top: 80px;
  left: 80px;
  animation: upDown 3s ease-in-out infinite;
}
@media only screen and (max-width: 1199px) {
  .responsive-device__content .shape {
    display: none;
  }
}
.responsive-device__content .shape2 {
  position: absolute;
  right: 150px;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .responsive-device__content .shape2 {
    display: none;
  }
}
.responsive-device__content .title {
  margin: 0 auto;
  color: #141414;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -4px;
  margin-bottom: 30px;
  max-width: 686px;
}
@media only screen and (max-width: 991px) {
  .responsive-device__content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-device__content .title {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .responsive-device__content .title {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 35px;
  }
}
.responsive-device__content .desc {
  color: rgba(20, 20, 20, 0.5);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.54px;
  max-width: 573px;
  margin: 0 auto;
}
.responsive-device__wrapper {
  gap: 40px;
  display: flex;
  margin-top: 70px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .responsive-device__wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .responsive-device__wrapper {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.responsive-device__item {
  text-align: center;
  position: relative;
}
.responsive-device__item:not(:last-child) {
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .responsive-device__item:not(:last-child) {
    padding-right: 20px;
  }
}
.responsive-device__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .responsive-device__item:not(:last-child)::before {
    display: none;
  }
}
.responsive-device__item .text {
  margin-top: 35px;
}
.responsive-device__item .text h6 {
  color: #141414;
  font-size: 24px;
  font-weight: 600;
  line-height: 43px;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .template-library .section__title-wrapper .title {
    font-size: 40px;
    line-height: 45px;
  }
  .template-library .section__title-wrapper .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .template-library .section__title-wrapper .title {
    font-size: 32px;
    line-height: 36px;
  }
}
.template-library .btn-template {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.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;
  color: var(--white);
}
@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;
  color: black;
  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);
}

@media only screen and (max-width: 767px) {
  .core-features {
    border-radius: 50px;
  }
}
.core-features .section__title-wrapper {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .core-features .section__title-wrapper {
    margin-bottom: 40px;
  }
}
.core-features .section__title-wrapper .title {
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}
@media only screen and (max-width: 991px) {
  .core-features .section__title-wrapper .title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .core-features .section__title-wrapper .title {
    font-size: 40px;
    line-height: 50px;
  }
  .core-features .section__title-wrapper .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .core-features .section__title-wrapper .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.core-features__wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .core-features__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .core-features__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .core-features__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.core-features__item {
  padding: 50px;
  border-radius: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1399px) {
  .core-features__item {
    padding: 50px 30px;
  }
}
.core-features__item:hover .core-features__icon img {
  animation: shake 0.6s ease-in-out;
}
.core-features__icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 500px;
  background: white;
  justify-content: center;
  border: 1px solid rgba(20, 20, 20, 0.1);
  box-shadow: drop-shadow(0px 18px 41px rgba(0, 0, 0, 0.08));
}
.core-features__text {
  margin-top: 20px;
}
.core-features__text h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .core-features__text h6 {
    font-size: 20px;
  }
}
.core-features__text p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.client-feedback .section__title-wrapper {
  position: relative;
  z-index: 19;
}
.client-feedback .section__title-wrapper .des {
  color: white;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .client-feedback .section__title-wrapper .des {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .client-feedback .section__title-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .client-feedback .section__title-wrapper .title {
    font-size: 35px;
  }
}
.client-feedback__wrapper {
  position: relative;
}
.client-feedback__wrapper::before {
  content: "";
  left: 0;
  top: -10%;
  bottom: 0;
  width: 334px;
  height: 110%;
  z-index: 9;
  position: absolute;
  background: linear-gradient(270deg, rgba(20, 20, 20, 0) 0%, #1D1D1D 100%);
}
@media only screen and (max-width: 767px) {
  .client-feedback__wrapper::before {
    display: none;
  }
}
.client-feedback__wrapper::after {
  content: "";
  right: 0;
  top: -10%;
  bottom: 0;
  width: 334px;
  height: 110%;
  z-index: 9;
  position: absolute;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0) 0%, #1D1D1D 100%);
}
@media only screen and (max-width: 767px) {
  .client-feedback__wrapper::after {
    display: none;
  }
}
.client-feedback__inner {
  gap: 30px;
  display: flex;
  width: fit-content;
}
.client-feedback__slider-1 {
  animation: loop 25s linear infinite;
}
.client-feedback__slider-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  animation: loop 25s linear infinite reverse;
}
.client-feedback__slider-3 {
  animation: loop 25s linear infinite;
}
.client-feedback__item {
  padding: 30px;
  background: #FFF;
  position: relative;
  width: 400px;
  display: inline-block;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .client-feedback__item {
    padding: 30px 20px;
    width: 300px;
  }
}
.client-feedback__item .icon {
  top: -16px;
  width: 68px;
  height: 68px;
  right: -16px;
  display: flex;
  background: #FFF;
  position: absolute;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.client-feedback__item .review-list {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.client-feedback__item .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
.client-feedback__item p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  max-width: 339px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .client-feedback__item p {
    font-size: 18px;
  }
}
.client-feedback__author {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.client-feedback__author .media {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.client-feedback__author .text .name {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.documentation__wrapper {
  gap: 30px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .documentation__wrapper {
    flex-wrap: wrap;
  }
}
.documentation__item {
  padding: 50px;
  width: 100%;
  position: relative;
  border-radius: 20px;
  background: linear-gradient(45deg, #F3C1FF 16.89%, #D8E2FF 83.18%);
}
@media only screen and (max-width: 1199px) {
  .documentation__item {
    padding: 30px;
  }
}
.documentation__item .icon {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media only screen and (max-width: 1199px) {
  .documentation__item .icon {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .documentation__item .icon {
    display: none;
  }
}
.documentation__item .title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .documentation__item .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
}
@media (max-width: 575px) {
  .documentation__item .title {
    font-size: 25px;
    line-height: 32px;
  }
}
.documentation__item p {
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  font-family: var(--font_bdogrotesk);
  letter-spacing: -0.9px;
}
.documentation__item .rr-btn {
  padding: 18px 21px;
}

.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 */