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

  Theme Name: Archidex - Architecture HTML Template
  Author: ravextheme
  Support: ravextheme@gmail.com
  Description: Archidex - Architecture HTML Template
  Version: 1.0

/*------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet  https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Outfit:wght@100..900&display=swap');
:root {
  --primary: #111111;
  --secondary: #555555;
  --black: #111111;
  --white: #FFFFFF;
}

/* === Font Family scss (index 01) === */
/* === Tartuffo Trial scss (index 02) === */
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-RegularItalic.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Tartuffo_Trial-Regular";
  src: url("../fonts/Tartuffo_Trial-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Granola";
  src: url("../fonts/Granola.otf");
}
@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "Suisse Int";
  src: url("../fonts/fonnts.com-Suisse_Intl_Book.ttf");
  font-weight: 450;
}
:root {
  --font_bai: "Bai Jamjuree", sans-serif;
  --font_Outfit: "Edu AU VIC WA NT Hand", cursive;
  --font_granola: "Granola";
  --font_bdo-grotsk: "BDO Grotesk";
  --font_suisse-int: "Suisse Int";
  --font_tartuffotrial: "Tartuffo_Trial-Regular";
  --font_awesome: "Font Awesome 6 Pro";
}

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

body {
  font-family: var(--font_bai);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  letter-spacing: -0.48px;
}

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_bai);
  font-weight: 500;
}

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

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

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

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

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

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

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

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

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

.seciton-space-140 {
  padding-top: 200px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1399px) {
  .seciton-space-140 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .seciton-space-140 {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .seciton-space-140 {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .seciton-space-140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

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

/*----------------------------------------*/
/*  01. Button CSS START
/*----------------------------------------*/
.rr-btn-primary {
  gap: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  padding: 16px 33px;
  color: var(--black);
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid var(--border);
  transition: background 0.3s ease;
  cursor: pointer;
  background: var(--white);
}
.rr-btn-primary .text {
  z-index: 1;
  position: relative;
  display: inline-flex;
  transition: all 0.2s;
}
.rr-btn-primary .text span {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -2px;
  color: var(--black);
  font-family: var(--font_bai);
}
.rr-btn-primary i {
  font-size: 13px;
  line-height: 14px;
  color: var(--black);
  transition: all 0.3s;
  transform: rotate(-45deg);
}
.rr-btn-primary:hover {
  background: var(--white);
}
.rr-btn-primary:hover .text span {
  opacity: 0;
  transition: none;
  transform: translateX(-10px) scale(1.2);
}
.rr-btn-primary:hover .text span.animate {
  opacity: 1;
  color: var(--white);
  transform: translateX(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.rr-btn-primary:hover i {
  opacity: 0;
  color: var(--white);
  transform: translateX(0);
}
.rr-btn-primary.btn-black {
  padding: 13.5px 20px;
  background: var(--black);
}
.rr-btn-primary.btn-black .text span {
  color: var(--white);
  letter-spacing: -0.39px;
  text-transform: uppercase;
}
.rr-btn-primary.btn-black i {
  color: var(--black);
}
.rr-btn-primary.btn-black-2 {
  padding: 15px 34px;
  border-radius: 0;
  background: var(--black);
}
.rr-btn-primary.btn-black-2 .text span {
  color: var(--white);
  letter-spacing: -0.39px;
  text-transform: none;
}
.rr-btn-primary.btn-black-2 i {
  color: var(--black);
  rotate: -45deg;
}

.rr-btn-primary.has-icon:hover .text {
  transform: translateX(10px);
}

/* === preloader scss (index 02) === */
.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(--action);
  z-index: 99999999999999;
}

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

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

.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;
  margin-right: 55px;
  cursor: pointer;
  padding: 41px 0;
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu > ul > li.active a {
  color: var(--white);
}
.main-menu > ul > li.active a::before {
  width: 100%;
}
.main-menu > ul > li.active:hover a {
  color: rgba(255, 255, 255, 0.4);
}
.main-menu > ul > li.active:hover a::before {
  width: 0;
}
.main-menu > ul > li > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.main-menu > ul > li > a:before {
  content: "";
  left: 0;
  top: 10px;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.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 {
  color: var(--white);
}
.main-menu > ul > li > a:hover::before {
  width: 100%;
}
.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 {
  top: 120%;
  left: 0;
  opacity: 0;
  z-index: 10;
  width: 480px;
  padding: 20px;
  display: grid;
  position: absolute;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
  background-color: #171717;
  grid-template-columns: repeat(2, 1fr);
}
.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;
  transform: translate(-2%, 0px);
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1919px) {
  .main-menu ul.dp-menu.grid-100 {
    gap: 15px;
    left: -40%;
    width: 1330px;
    transform: translate(-2%, 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(-1%, 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;
}
.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: 15px 10px;
}
@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: var(--white);
  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__wrapper {
  background: var(--black);
  position: relative;
}
.hero__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: linear-gradient(182.49deg, #F46922 -9.86%, rgba(17, 17, 17, 0.07) 41%);
}
.hero .hero-bg {
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
  width: 100%;
  object-fit: cover;
  background-size: cover;
}
.hero .hero-bg img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .hero .hero-bg {
    display: none;
  }
}
.hero .hero-shape {
  bottom: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  object-fit: cover;
  background-size: cover;
}
.hero .hero-shape img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  padding-top: 240px;
  padding-bottom: 271px;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media only screen and (max-width: 1399px) {
  .hero__content {
    padding-top: 170px;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content {
    padding-top: 115px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content {
    padding-top: 115px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .hero__content {
    padding-top: 100px;
  }
}
.hero .badge-2 {
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .hero .badge-2 {
    margin-bottom: 20px;
  }
}
.hero__title {
  font-weight: 500;
  font-size: 80px;
  line-height: 90px;
  text-align: center;
  color: var(--white);
  letter-spacing: -3.2px;
  margin-bottom: 30px;
}
.hero__title span {
  text-transform: uppercase;
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero p {
  font-weight: 400;
  font-size: 18px;
  max-width: 481px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.52px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.74);
}
@media only screen and (max-width: 991px) {
  .hero p {
    margin-bottom: 30px;
  }
}

/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}
.header-area__inner {
  gap: 0px;
  height: 80px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 70px;
  }
}
.header-area .header__logo {
  padding-right: 100px;
}
.header-area .header__logo img {
  width: 100%;
}
.header-area .main-menu li button {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.32px;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.4);
}
.header-area .main-menu li button:hover {
  color: var(--white);
}
.header-area .main-menu li button:hover::before {
  width: 100%;
}
.header-area .main-menu li button::before {
  content: "";
  left: 0;
  top: 10px;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}
.header-area .header__button {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__button {
    margin-left: auto;
  }
}
.header-area .header__button .rr-btn-primary {
  background: var(--black);
  color: var(--white);
}
.header-area .header__button .rr-btn-primary i {
  color: var(--white);
}
@media (max-width: 575px) {
  .header-area .header__button .rr-btn-primary {
    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 {
  background: #F5F5F5;
}
.ready-demo__wrap {
  position: relative;
  margin-bottom: 128px;
}
.ready-demo__wrap .demo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ready-demo__content {
  top: 34%;
  left: 50%;
  margin: 0 auto;
  max-width: 567px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .ready-demo__content {
    top: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .ready-demo__content {
    top: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo__content {
    top: 35px;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    text-align: center;
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .ready-demo__content {
    top: -7px;
  }
}
.ready-demo__content .subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 2px 20px;
  letter-spacing: -3%;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid var(--black);
  font-family: var(--font_bai);
}
.ready-demo__heading-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  letter-spacing: -2px;
  color: var(--black);
  margin: 15px 0 17px 0;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1199px) {
  .ready-demo__heading-title {
    margin: 8px 0 17px 0;
  }
}
@media only screen and (max-width: 991px) {
  .ready-demo__heading-title {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo__heading-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .ready-demo__heading-title {
    font-size: 28px;
    margin-top: 16px;
    letter-spacing: 0;
    line-height: 37px;
  }
}
.ready-demo__heading-title span {
  font-weight: 400;
  letter-spacing: -3px;
  font-style: italic;
  color: var(--black);
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 991px) {
  .ready-demo__heading-title span {
    font-size: 36px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo__heading-title span {
    font-size: 33px;
  }
}
.ready-demo__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -3%;
  text-align: center;
  color: rgba(17, 17, 17, 0.7);
  font-family: var(--font_bai);
}
.ready-demo__wrapper {
  gap: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1399px) {
  .ready-demo__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .ready-demo__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .ready-demo__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ready-demo__wrapper {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}
.ready-demo__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: var(--black);
  margin-top: 16px;
  letter-spacing: -1px;
  font-family: var(--font_bai);
}
.ready-demo__list {
  gap: 4px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.ready-demo__list li {
  width: 6px;
  height: 6px;
  list-style: none;
  border-radius: 100%;
  background: #E9E9E9;
}
.ready-demo__item {
  border-radius: 16px;
  background: #FFFFFF;
  padding: 13px 30px 16px 30px;
  box-shadow: 4px 4px 24px 1px rgba(17, 17, 17, 0.03);
}
@media only screen and (max-width: 1399px) {
  .ready-demo__item {
    padding: 13px 20px 16px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .ready-demo__item {
    padding: 13px 17px 16px 17px;
  }
}
.ready-demo__item form {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.ready-demo__item form input {
  width: 100%;
  border: none;
  font-size: 11px;
  font-weight: 400;
  color: #9E9E9D;
  line-height: 20px;
  letter-spacing: -3%;
  border-radius: 4px;
  padding: 8.5px 10px;
  font-family: AvenirLTPro-Book;
  background: rgba(17, 17, 17, 0.04);
}
.ready-demo__item form input::placeholder {
  color: #9E9E9D;
}
.ready-demo__item form input:focus {
  outline: 0;
}
.ready-demo__thumb {
  max-width: 460px;
  max-height: 305px;
}
.ready-demo__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

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

.core-feature-wrapper {
  position: relative;
}
@media (max-width: 575px) {
  .core-feature-wrapper {
    position: inherit;
  }
}
@media (max-width: 575px) {
  .core-feature-wrapper .item {
    margin-bottom: 30px;
  }
}
.core-feature-wrapper .item-1 {
  top: -5px;
  left: 522px;
  position: absolute;
}
@media only screen and (max-width: 1919px) {
  .core-feature-wrapper .item-1 {
    top: -29px;
    left: 344px;
  }
}
@media only screen and (max-width: 1399px) {
  .core-feature-wrapper .item-1 {
    top: -5px;
    left: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .core-feature-wrapper .item-1 {
    top: -5px;
    left: 173px;
  }
}
@media only screen and (max-width: 991px) {
  .core-feature-wrapper .item-1 {
    top: 0px;
    left: 45px;
  }
}
@media (max-width: 575px) {
  .core-feature-wrapper .item-1 {
    position: inherit;
  }
}
.core-feature-wrapper .item-2 {
  top: -60px;
  right: -24px;
  position: absolute;
}
@media (max-width: 575px) {
  .core-feature-wrapper .item-2 {
    position: inherit;
    margin-right: 0;
  }
}
.core-feature-wrapper .item-3 {
  top: 6px;
  right: -535px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .core-feature-wrapper .item-3 {
    right: -439px;
  }
}
@media (max-width: 575px) {
  .core-feature-wrapper .item-3 {
    position: inherit;
  }
}
.core-feature-wrapper .item-4 {
  right: -930px;
  bottom: 207px;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .core-feature-wrapper .item-4 {
    right: -801px;
    bottom: 207px;
  }
}
@media only screen and (max-width: 1199px) {
  .core-feature-wrapper .item-4 {
    bottom: 218px;
  }
}
@media only screen and (max-width: 991px) {
  .core-feature-wrapper .item-4 {
    bottom: 101px;
    right: -584px;
  }
}
@media only screen and (max-width: 767px) {
  .core-feature-wrapper .item-4 {
    right: -415px;
  }
}
@media (max-width: 575px) {
  .core-feature-wrapper .item-4 {
    position: inherit;
    margin-right: 0;
  }
}
.core-feature-wrapper .item-5 {
  left: 316px;
  bottom: 237px;
  position: absolute;
}
@media only screen and (max-width: 1919px) {
  .core-feature-wrapper .item-5 {
    left: 127px;
  }
}
@media only screen and (max-width: 1399px) {
  .core-feature-wrapper .item-5 {
    left: 23px;
    bottom: 218px;
  }
}
@media only screen and (max-width: 991px) {
  .core-feature-wrapper .item-5 {
    left: 0px;
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .core-feature-wrapper .item-5 {
    position: inherit;
  }
}
.core-feature-center {
  display: flex;
  position: relative;
  padding-top: 205px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .core-feature-center {
    padding-top: 0px;
  }
}
.core-feature-center-item {
  width: 194px;
  height: 194px;
  display: flex;
  border-radius: 43px;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 43px;
  flex-direction: column;
  border: 1px solid rgba(17, 17, 17, 0.04);
  box-shadow: 6px 6px 14px rgba(17, 17, 17, 0.08);
}
@media only screen and (max-width: 767px) {
  .core-feature-center-item {
    width: 170px;
    height: 170px;
  }
}
.core-feature-center-item p {
  margin-top: 29px;
  color: var(white);
}
.core-feature-text {
  margin: 0 auto;
  text-align: center;
  max-width: 462px;
}
.core-feature-text .badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -3%;
  color: var(--white);
  padding: 3px 21px;
  margin-top: 52px;
  border-radius: 50px;
  background: var(--black);
  text-transform: uppercase;
  font-family: var(--font_bai);
}
.core-feature-text .title {
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -3px;
  font-style: italic;
  text-align: center;
  color: var(--black);
  padding-top: 16px;
  padding-bottom: 20px;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 767px) {
  .core-feature-text .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .core-feature-text .title {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 40px;
  }
}
.core-feature-text .title span {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: var(--black);
  letter-spacing: -3px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .core-feature-text .title span {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .core-feature-text .title span {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
  }
}
.core-feature-text .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  font-family: var(--font_bai);
}
@media (max-width: 575px) {
  .core-feature-text .desc {
    margin-bottom: 40px;
  }
}
.core-feature-thumb {
  top: 0;
  z-index: -1;
  position: absolute;
}
.core-feature-thumb .circle-shape {
  top: 0;
  left: auto;
  right: 17%;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .core-feature-thumb .circle-shape {
    right: -14%;
  }
}
@media only screen and (max-width: 767px) {
  .core-feature-thumb .circle-shape {
    right: -32%;
  }
}
@media (max-width: 575px) {
  .core-feature-thumb .circle-shape {
    position: inherit;
  }
}
.core-feature-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 575px) {
  .core-feature-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .core-feature-item {
    position: inherit;
    margin-right: 53px;
    margin-bottom: 30px;
  }
}
.core-feature-item .icon {
  width: 120px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.04);
  box-shadow: 6px 6px 14px rgba(17, 17, 17, 0.08);
}
@media only screen and (max-width: 767px) {
  .core-feature-item .icon {
    width: 100px;
    height: 100px;
  }
}
.core-feature-item p {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 13px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 991px) {
  .core-feature-item p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .core-feature-item p {
    font-size: 17px;
    margin-top: 10px;
  }
}

.features-wrap {
  gap: 34px;
  display: grid;
  padding-top: 140px;
  grid-template-columns: 355px 982px 355px;
}
@media only screen and (max-width: 1399px) {
  .features-wrap {
    grid-template-columns: 260px 581px 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .features-wrap {
    font-size: 115px;
    line-height: 90px;
    grid-template-columns: 1fr 373px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .features-wrap {
    padding-top: 80px;
    grid-template-columns: 1fr;
  }
}
.features-title {
  font-weight: 500;
  font-size: 140px;
  line-height: 107px;
  letter-spacing: -4px;
  color: var(--black);
  padding-left: 80px;
  font-family: var(--font_bai);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 1399px) {
  .features-title {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .features-title {
    font-size: 120px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .features-title {
    font-size: 76px;
    line-height: 56px;
  }
}
.features .section-heading-top .text {
  display: flex;
  padding-top: 40px;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 1199px) {
  .features .section-heading-top .text {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .features .section-heading-top .text {
    padding-top: 33px;
  }
}
.features .section-heading-top .text .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 32px;
  color: var(--black);
  padding-right: 80px;
  letter-spacing: -3px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .features .section-heading-top .text .title {
    font-size: 45px;
    line-height: 37px;
    letter-spacing: 0;
    padding-right: 47px;
  }
}
@media only screen and (max-width: 1199px) {
  .features .section-heading-top .text .title {
    padding-right: 0;
    padding-left: 25px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .features .section-heading-top .text .title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .features .section-heading-top .text .title {
    font-size: 25px;
    line-height: 21px;
  }
}
.features .section-heading-top .text .title span {
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  font-style: Italic;
  color: var(--black);
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 767px) {
  .features .section-heading-top .text .title span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .features .section-heading-top .text .title span {
    font-size: 35px;
    padding-left: 10px;
  }
}
.features .section-heading-top .text .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  padding-left: 80px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .features .section-heading-top .text .desc {
    padding-left: 25px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .features .features-left-sidebar {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .features .features-left-sidebar {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .features .features-left-sidebar .color-2 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .features .features-right-sidebar {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .features .features-right-sidebar {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .features .features-right-sidebar .color-2 {
    display: none;
  }
}
.features-item-1 {
  background: #F5F5F5;
  margin-bottom: 40px;
  padding: 30px 30px 12px 30px;
}
@media only screen and (max-width: 991px) {
  .features-item-1 {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
  }
}
.features-item-1 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -1px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .features-item-1 .title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.features-item-1 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -1;
  display: block;
  padding: 8px 0 35px 0;
  font-family: var(--font_bai);
}
.features-item-2 {
  background: #F5F5F5;
  margin-bottom: 40px;
  padding: 22px 30px 11px 30px;
}
@media only screen and (max-width: 1399px) {
  .features-item-2 {
    padding: 22px 20px 11px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .features-item-2 {
    margin-bottom: 0;
  }
}
.features-item-2 .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -1px;
  padding-bottom: 10px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .features-item-2 .title br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .features-item-2 .title {
    font-size: 22px;
  }
}
.features-item-2 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -1;
  display: block;
  padding: 8px 0 35px 0;
  font-family: var(--font_bai);
}
.features-animation-gsap {
  overflow: hidden;
  margin-bottom: 40px;
  background: #F5F5F5;
  padding: 24px 30px 19px 30px;
}
@media (max-width: 575px) {
  .features-animation-gsap {
    padding: 24px 30px 19px 15px;
  }
}
.features-animation-gsap .shape {
  position: relative;
}
.features-animation-gsap .shape img:nth-child(1) {
  top: 43px;
  left: 111px;
  position: absolute;
}
.features-animation-gsap .shape img:nth-child(2) {
  top: -61px;
  right: -77px;
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .features-animation-gsap .shape img:nth-child(2) {
    top: -120px;
    right: -128px;
  }
}
@media (max-width: 575px) {
  .features-animation-gsap .shape img:nth-child(2) {
    right: -146px;
  }
}
.features-animation-gsap .icon {
  display: flex;
  margin-top: 69px;
  align-items: end;
}
@media only screen and (max-width: 1399px) {
  .features-animation-gsap .icon {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
.features-animation-gsap .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -1px;
  padding-bottom: 10px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .features-animation-gsap .title {
    font-size: 20px;
  }
}
.features .customize-fonts-feature {
  background: #F5F5F5;
  padding: 24px 30px 20px 30px;
}
.features .customize-fonts-feature .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -3%;
  color: var(--black);
  margin-bottom: 18px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .features .customize-fonts-feature .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .features .customize-fonts-feature .title br {
    display: block;
  }
}
@media only screen and (max-width: 1399px) {
  .features .customize-fonts-feature .title {
    font-size: 20px;
  }
}
.features .customize-fonts-feature img {
  border-radius: 4px;
  filter: drop-shadow(0px 4px 20px rgba(17, 17, 17, 0.1));
}
.features-wrapper .choose-our-archidex {
  opacity: 0.8;
  display: block;
  background: #F5F5F5;
  padding: 74px 70px 50px 70px;
}
@media only screen and (max-width: 991px) {
  .features-wrapper .choose-our-archidex {
    padding: 45px 70px 10px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .features-wrapper .choose-our-archidex {
    padding: 45px 70px 10px 30px;
  }
}
@media (max-width: 575px) {
  .features-wrapper .choose-our-archidex {
    padding: 45px 15px 10px 20px;
  }
}
.features-wrapper .choose-our-archidex .content .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: var(--black);
  letter-spacing: -5%;
  margin-bottom: 10px;
  font-family: var(--font_bai);
}
@media (max-width: 575px) {
  .features-wrapper .choose-our-archidex .content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
  }
}
.features-wrapper .choose-our-archidex .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1px;
  font-family: var(--font_bai);
  color: rgba(17, 17, 17, 0.7);
}
.features-wrapper .choose-our-archidex .features-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .features-wrapper .choose-our-archidex .features-btn {
    text-align: left;
  }
}
.features-wrapper .choose-our-archidex .features-btn .purchase-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 41px;
  letter-spacing: -5%;
  color: var(--white);
  display: inline-block;
  padding: 15.5px 22.5px;
  background: var(--black);
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px) {
  .features-wrapper .choose-our-archidex .features-btn .purchase-btn {
    margin-top: 0;
  }
}
.features-box {
  gap: 35px;
  display: grid;
  align-items: center;
  grid-template-columns: 1371px 355px;
}
@media only screen and (max-width: 1399px) {
  .features-box {
    grid-template-columns: 1fr 355px;
  }
}
@media only screen and (max-width: 1199px) {
  .features-box {
    grid-template-columns: 1fr 355px;
  }
}
@media only screen and (max-width: 991px) {
  .features-box {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .features-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .features-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .features-box .content {
    margin-bottom: 20px;
  }
}
.features .customize-feature {
  background: #F5F5F5;
  padding: 22px 22px 0 22px;
}
.features .customize-feature .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -3%;
  font-family: var(--font_bai);
}
.features .customize-feature .tag-list {
  gap: 8px;
  display: flex;
  align-items: center;
}
.features .customize-feature .tag-list li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -3%;
  color: var(--black);
  padding: 2.5px 20px;
  border-radius: 50px;
  margin: 13px 0 32px 0;
  font-family: var(--font_bai);
  border: 1px solid rgba(17, 17, 17, 0.18);
}

.widget-collection {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .widget-collection {
    padding-top: 60px;
  }
}
.widget-collection .section__title-wrapper {
  padding: 0 81px 0 81px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 991px) {
  .widget-collection .section__title-wrapper {
    padding: 0 15px 0 15px;
  }
}
.widget-collection .section__content {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .widget-collection .section__content {
    flex-wrap: wrap;
  }
}
.widget-collection .section__content .shape-white {
  top: -22px;
  left: 25%;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .widget-collection .section__content .shape-white {
    top: -14px;
    left: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .widget-collection .section__content .shape-white {
    top: 73px;
    left: -5px;
  }
}
@media (max-width: 575px) {
  .widget-collection .section__content .shape-white {
    top: 95px;
    left: -6px;
  }
}
.widget-collection .section__content .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -2%;
  font-style: italic;
  color: var(black);
  font-family: var(--font_Outfit);
}
.widget-collection .section__content .icon {
  margin-right: 28px;
}
.widget-collection .section__content .title {
  width: 100%;
  display: flex;
  font-weight: 500;
  font-size: 140px;
  line-height: 92px;
  letter-spacing: -4%;
  color: var(--black);
  overflow: hidden;
  align-items: center;
  font-family: var(--font_bai);
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .widget-collection .section__content .title {
    font-size: 113px;
    line-height: 88px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-collection .section__content .title {
    font-size: 80px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .widget-collection .section__content .title {
    flex-wrap: wrap;
  }
}
.widget-collection .section__content .title span {
  display: block;
  margin-left: auto;
  text-align: right;
  font-weight: 700;
  font-size: 50px;
  line-height: 34px;
  font-style: Italic;
  letter-spacing: -5%;
  align-self: flex-end;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 1199px) {
  .widget-collection .section__content .title span {
    font-size: 33px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-collection .section__content .title span {
    font-size: 28px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-collection .section__content .title span {
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .widget-collection .section__content .title span {
    margin-left: 0;
    text-align: left;
    margin-top: 40px;
  }
}
.widget-collection__wrapper {
  margin-top: 80px;
  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: 282px;
  bottom: 0px;
  position: absolute;
  /* Rectangle 3192 */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.799249) 34.63%, #FFFFFF 100%);
}
@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: max-content;
  align-items: center;
  justify-content: center;
}
.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;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 18px 34px 18px 37px;
  align-items: center;
  border-radius: 15px;
  white-space: nowrap;
  letter-spacing: -0.54px;
  background: #F5F5F5;
  box-shadow: 0px 4px 10px 1px rgba(17, 17, 17, 0.08);
  border-radius: 12px;
}
.widget-collection__item span img {
  margin-right: 13px;
}
@media (max-width: 575px) {
  .widget-collection__item {
    padding: 20px;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

.responsive-wrapper {
  padding-left: 220px;
  padding-right: 220px;
  background: var(--white);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .responsive-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .responsive-wrapper {
    padding-top: 60px;
  }
}
.responsive-wrapper .responsive-title {
  top: 132px;
  left: 32.4%;
  position: absolute;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .responsive-wrapper .responsive-title {
    top: 89px;
    left: 13.4%;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-wrapper .responsive-title {
    top: 0;
    left: 0;
    position: inherit;
  }
}
.responsive-wrapper .responsive-title .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  letter-spacing: -5%;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .responsive-wrapper .responsive-title .title {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .responsive-wrapper .responsive-title .title {
    font-size: 35px;
    line-height: 38px;
  }
}
.responsive-wrapper .responsive-title .title span {
  font-weight: 400;
  font-style: Italic;
  text-align: center;
  letter-spacing: -4px;
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 767px) {
  .responsive-wrapper .responsive-title .title span {
    letter-spacing: 0;
  }
}
.responsive-wrapper .device-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .responsive-wrapper .device-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .responsive-wrapper .device-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .responsive-wrapper .device-list {
    grid-template-columns: 2fr;
  }
}
.responsive-wrapper .device-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 272px 0 136px 0;
  border-right: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 991px) {
  .responsive-wrapper .device-item {
    border-right: none;
  }
}
@media only screen and (max-width: 1399px) {
  .responsive-wrapper .device-item {
    padding: 222px 0 100px 0;
  }
}
.responsive-wrapper .device-item:first-child {
  border-left: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 991px) {
  .responsive-wrapper .device-item:first-child {
    padding-bottom: 0;
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-wrapper .device-item:first-child {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .responsive-wrapper .device-item:first-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .responsive-wrapper .device-item:nth-child(3) {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .responsive-wrapper .device-item:nth-child(4) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-wrapper .device-item {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 575px) {
  .responsive-wrapper .device-item {
    padding: 60px 0 60px 0;
  }
}
.responsive-wrapper .device-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -3%;
  color: var(--black);
  font-family: var(--font_bai);
}
.responsive-wrapper .device-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -3%;
  color: var(--black);
  margin: 30px 0 10px 0;
  font-family: var(--font_bai);
}

@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__wrapper {
  display: flex;
  background: #FFF992;
  background-position: inherit !important;
}
@media only screen and (max-width: 1199px) {
  .footer__wrapper {
    align-items: end;
  }
}
@media only screen and (max-width: 991px) {
  .footer__wrapper {
    display: block;
  }
}
.footer__content {
  padding-top: 129px;
  padding-left: 80px;
}
@media only screen and (max-width: 1399px) {
  .footer__content {
    padding-top: 79px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__content {
    padding-left: 15px;
  }
}
.footer__content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -3%;
  color: var(--black);
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .footer__content .desc {
    letter-spacing: 0;
  }
}
.footer__title {
  display: block;
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  color: var(--black);
  margin-bottom: 22px;
  letter-spacing: -3px;
  white-space: nowrap;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1199px) {
  .footer__title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__title {
    white-space: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer__title {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .footer__title {
    font-size: 30px;
    line-height: 20px;
  }
}
.footer__title span {
  font-size: 50px;
  font-weight: 400;
  font-style: Italic;
  line-height: 54px;
  letter-spacing: -5%;
  color: var(--black);
  font-family: var(--font_tartuffotrial);
}
@media only screen and (max-width: 767px) {
  .footer__title span {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .footer__title span {
    font-size: 30px;
  }
}
.footer__thumb {
  gap: 20px;
  display: flex;
  overflow: hidden;
  padding-top: 37px;
  text-align: right;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer__thumb {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__btn {
    margin-bottom: 20px;
  }
}
.footer__btn .rr-btnm {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -5%;
  color: var(--white);
  padding: 15px 23px;
  margin-top: 41px;
  display: inline-block;
  background: var(--black);
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .footer__btn .rr-btnm {
    margin-top: 30px;
  }
}
.footer__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer__item {
    align-items: start;
  }
}
.footer__copyright {
  padding-left: 80px;
  display: block;
  margin-top: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer__copyright {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.footer__copyright .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 767px) {
  .footer__copyright .desc {
    letter-spacing: 0;
  }
}
.footer__copyright .desc a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black);
  letter-spacing: -1px;
  font-family: var(--font_bai);
  border-bottom: 1px solid var(--black);
}

.architecture-slider__inner {
  animation: loop 25s linear infinite;
}
.architecture-slider .architecture-slide-wrapper {
  gap: 25px;
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
}
.architecture-slider-item .title {
  font-weight: 600;
  font-size: 240px;
  line-height: 250px;
  color: #F4F4F4;
  white-space: nowrap;
  letter-spacing: -8px;
  margin-left: -146px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1199px) {
  .architecture-slider-item .title {
    font-size: 170px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .architecture-slider-item .title {
    font-size: 113px;
    margin-left: 0;
    line-height: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .architecture-slider-item .title {
    font-size: 90px;
    line-height: 104px;
  }
}
@media (max-width: 575px) {
  .architecture-slider-item .title {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 104px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.inner-page {
  overflow: hidden;
  background-color: var(--rr-theme-primary-2);
}
.inner-page__wrapper {
  background: #F5F5F5;
  padding: 120px 0 90px 0;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .inner-page__wrapper {
    padding: 80px 0 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page__wrapper {
    padding: 70px 0 90px 0;
  }
}
@media (max-width: 575px) {
  .inner-page__wrapper {
    padding: 50px 0 23px 0;
  }
}
.inner-page__item {
  max-width: 544px;
  margin-right: 24px;
  position: relative;
}
.inner-page__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.inner-page .section__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: var(--black);
  margin-bottom: 80px;
  letter-spacing: -5px;
  font-family: var(--font_bai);
}
@media only screen and (max-width: 1399px), only screen and (max-width: 991px) {
  .inner-page .section__title {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page .section__title {
    font-size: 37px;
    line-height: 38px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px), (max-width: 575px) {
  .inner-page .section__title {
    margin-bottom: 45px;
  }
}
.inner-page .section__title span {
  font-weight: 500;
  font-style: Italic;
  letter-spacing: -3px;
  font-family: var(--font_tartuffotrial);
}
.inner-page-active {
  margin-bottom: 34px;
}
.inner-page-active .swiper-wrapper {
  transition-timing-function: linear;
}
.inner-page-active .swiper-wrapper .swiper-slide {
  width: auto;
}
.inner-page-active__rtl .swiper-wrapper {
  transition-timing-function: linear;
}
.inner-page-active__rtl .swiper-wrapper .swiper-slide {
  width: auto;
}

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