:root {
  --heading-font: "Khand", sans-serif;
  --body: #eeeef2;
  --body-font: Suisseintl, sans-serif;
  --transparent: #0000;
  --background: #002c5c;
  --opacity: #eeeef233;
  --primary: #da265d;
  --secondary: #4e5de5;
  --opacity-2: #eeeef2b3;
  --black: black;
  --white: white;
  --opacity-3: #eeeef280;
  --third-color: #272b59;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
}

h2 {
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}

h3 {
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  font-family: var(--heading-font);
  color: var(--body);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

label {
  font-family: var(--body-font);
  color: var(--body);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 0px none var(--transparent);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  font-family: var(--body-font);
  color: var(--body);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.page {
  background-color: var(--background);
  position: relative;
}

.header {
  z-index: 99;
  position: relative;
}

.navbar {
  background-color: var(--transparent);
}

.navbar-container {
  max-width: 1830px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu {
  background-color: var(--body);
  display: none;
}

.menu-icon {
  cursor: pointer;
}

.site-navigation {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section {
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  max-width: 1450px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.hero-title-box {
  margin-bottom: 38px;
}

.hero-title {
  font-size: 224px;
  line-height: 160px;
}

.hero-details-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10fr 1fr;
}

.hero-desc {
  line-height: 30px;
}

.hero-contact-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--opacity);
  box-shadow: 0 0 0 0 var(--transparent);
  color: var(--body);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px 40px 9px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-contact-box:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: 0 0 3px 2px var(--primary);
}

.hero-text-box, .hero-icon-box {
  position: relative;
}

.hero-icon {
  width: 50px;
  height: auto;
}

.hero-text {
  font-family: var(--heading-font);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.about-section {
  padding-top: 50px;
}

.horizontal-sepretor-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-line-box {
  background-color: var(--body);
  width: 100%;
  height: 1px;
}

.horizontal-line-round {
  border: 2px solid var(--body);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: none;
}

.about-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
}

.about-section-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.subtitle-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 25px;
  display: flex;
}

.subtitle-box.margin-0 {
  margin-bottom: 0;
}

.section-subtitle {
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
}

.section-main-title {
  font-size: 80px;
  line-height: 80px;
}

.section-main-title.text-right {
  text-align: right;
}

.section-main-title.style-2 {
  margin-left: 132px;
}

.section-main-title.text-center {
  text-align: center;
}

.icon-box {
  border: 1px solid var(--opacity);
  border-radius: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  height: 15px;
  display: flex;
}

.icon-dot {
  background-color: var(--primary);
  flex: none;
  width: 3px;
  height: 100%;
}

.about-title-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-desc {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.about-info-desc {
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

.tempalate-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.tempalate-section-wrapper {
  margin-top: 40px;
}

.template-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.template-grid-two {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.template-item-inner {
  width: 100%;
  height: auto;
}

.template-thumbnail {
  width: 100%;
  height: 100%;
}

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.section-title-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-section-wrapper {
  margin-top: 40px;
}

.features-section-grid {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-item-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 40px;
  padding: 21px 18px 46px;
}

.features-content {
  padding-left: 32px;
  padding-right: 32px;
}

.features-desc-box {
  margin-top: 23px;
}

.features-title {
  font-size: 54px;
  line-height: 54px;
}

.features-desc {
  color: var(--opacity-2);
}

.explore-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-title-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 9fr 3fr;
}

.desc-box.style-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-desc {
  margin-top: 30px;
}

.section-desc.style-2 {
  margin-top: 20px;
}

.desc-text {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.explore-section-wrapper {
  margin-top: 40px;
}

.explore-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.explore-item-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 63px 70px 70px;
  display: flex;
}

.explore-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.explore-title-box {
  margin-bottom: 24px;
}

.explore-desc-box {
  margin-bottom: 40px;
}

.explore-thumbnail {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.explore-title {
  text-align: center;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.explore-desc {
  color: var(--opacity-2);
  text-align: center;
}

.button {
  border: 1px solid var(--opacity);
  background-color: var(--transparent);
  font-family: var(--heading-font);
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 11px 100px 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: 0 0 3px 2px var(--primary);
}

.button.full {
  width: 100%;
  display: block;
}

.testimonial-section {
  padding-bottom: 110px;
}

.testimonial-section-wrapper {
  margin-top: 40px;
}

.testimonial-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-item-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 30px;
  padding: 40px;
  position: relative;
}

.testimonial-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-auther-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.testimonial-position {
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}

.testimonial-text {
  margin-top: 30px;
}

.testimonial-blockquote {
  color: var(--opacity-2);
  margin-bottom: 0;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
}

.testimonial-dot {
  padding-top: 10px;
}

.footer {
  overflow: hidden;
}

.top-footer {
  padding-top: 43px;
  padding-bottom: 53px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-title-box {
  text-decoration: none;
}

.footer-title {
  color: var(--body);
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.footer-contact-box {
  margin-top: 10px;
}

.footer-mail-box {
  margin-bottom: 5px;
}

.footer-mail {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-mail:hover {
  color: var(--body);
}

.footer-phone {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-phone:hover {
  color: var(--body);
}

.footer-grid-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

.footer-nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-nav-text {
  color: var(--opacity-2);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-nav-text:hover {
  color: var(--body);
}

.center-footer {
  padding-top: 23px;
  padding-bottom: 23px;
}

.footer-loop-text-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.footer-loop-text-flex {
  flex: none;
  display: flex;
}

.footer-loop-text-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-loop-text-icon-box {
  flex: none;
  padding-left: 35px;
  padding-right: 35px;
}

.footer-loop-text-link-box {
  flex: none;
}

.footer-loop-text-icon {
  font-family: var(--heading-font);
  color: var(--body);
  text-transform: uppercase;
  font-size: 140px;
  font-weight: 700;
  line-height: 140px;
  display: inline-block;
}

.footer-loop-text-link {
  font-family: var(--heading-font);
  color: var(--body);
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  text-decoration: none;
  display: inline-block;
}

.bottom-footer {
  padding-top: 33px;
  padding-bottom: 33px;
}

.copyright-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-nav-box {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--opacity-2);
  text-transform: capitalize;
  font-size: 15px;
  line-height: 15px;
}

.copyright-nav-link {
  color: var(--opacity-2);
  text-transform: capitalize;
  margin-left: 20px;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.copyright-nav-link:hover {
  color: var(--body);
}

.hero-subtitle-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 52px;
  padding-left: 0;
  display: flex;
}

.hero-subtitle {
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.patterns-up {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/pattern-up.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.patterns-down {
  z-index: 3;
  opacity: 0;
  background-image: url('../images/pattern-down.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: auto 0% 0%;
}

.all-section {
  z-index: 5;
  position: relative;
}

.hero-title-span, .about-info-desc-span {
  color: var(--primary);
}

.testimonial-item-overlay {
  position: absolute;
  inset: 25% 10% auto auto;
}

.page-fixed-box {
  width: 100vw;
  height: 100vh;
  margin: 10px;
  position: fixed;
  inset: 0%;
}

.page-box {
  z-index: 999;
  border: 10px solid var(--body);
  outline-offset: 0px;
  border-radius: 20px;
  outline: 10px solid #eeeef2;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.top-section {
  z-index: 6;
  padding: 15px;
  position: relative;
}

.top-section-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 30px;
  padding: 60px 45px;
      overflow: hidden;
}

.top-section-inner.style-2 {
  border-color: var(--transparent);
  box-shadow: none;
}

.hero-grid-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.side-menu {
  z-index: 999;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.side-menu-icon {
  cursor: pointer;
  position: absolute;
  inset: 60px 60px auto auto;
}

.side-menu-inner {
  background-color: var(--background);
  min-height: 100vh;
  position: relative;
}

.side-menu-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.side-menu-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.side-menu-nav-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.menu-type-text {
  color: var(--opacity-2);
  font-size: 22px;
  line-height: 32px;
}

.menu-nav-item {
  margin-bottom: 16px;
}

.menu-nav {
  transform-origin: 50%;
  font-family: var(--heading-font);
  color: var(--body);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 66px;
  font-weight: 500;
  line-height: 66px;
  position: relative;
  overflow: hidden;
}

.menu-nav.hover {
  transform-origin: 0%;
  color: var(--primary);
  position: absolute;
  left: 0;
}

.menu-title-box {
  width: 50%;
  margin-bottom: 100px;
  margin-left: auto;
}

.side-menu-title {
  font-size: 92px;
  line-height: 92px;
}

.menu-title-item {
  margin-bottom: 10px;
}

.menu-title-line {
  background-color: var(--body);
  width: 100%;
  height: 3px;
}

.menu-newsletter {
  margin-bottom: 0;
}

.menu-newsletter-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--opacity);
  background-color: var(--transparent);
  color: var(--body);
  height: 60px;
  margin-bottom: 0;
  transition: all .3s;
  position: relative;
}

.menu-newsletter-field:focus {
  border-color: var(--transparent) var(--transparent) var(--primary);
}

.menu-newsletter-field::placeholder {
  color: var(--opacity-2);
}

.menu-newsletter-item {
  position: relative;
}

.menu-newsletter-submit {
  background-color: var(--transparent);
  background-image: url('../images/right-arrow-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  padding: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.side-menu-iine {
  background-color: var(--primary);
  width: 100%;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-newsletter-checkbox-field {
  margin-top: 20px;
  margin-bottom: 0;
}

.menu-newsletter-checkbox {
  border: 1px solid var(--body);
  margin-top: 7px;
}

.menu-newsletter-checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--transparent);
}

.menu-newsletter-checkbox.w--redirected-focus {
  box-shadow: none;
}

.menu-newsletter-checkbox-label {
  color: var(--body);
  font-weight: 400;
}

.patterns-overlay {
  z-index: 4;
  background-color: var(--background);
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.hero-contact-overlay {
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-nav-link {
  width: auto;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.link-underline {
  background-color: var(--opacity-2);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-underline.current-color {
  background-color: var(--background);
}

.link-underline.hover-color {
  background-color: var(--primary);
}

.menu-nav-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-section {
  padding-top: 20px;
}

.services-section-wrapper {
  margin-top: 40px;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.service-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.service-info-text {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.service-list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.service-item-inner {
  border-bottom: 1px solid var(--opacity-2);
  padding-top: 10px;
  padding-bottom: 7px;
}

.service-item-inner.last {
  border-bottom-color: var(--transparent);
}

.service-title-box {
  text-decoration: none;
}

.service-title {
  color: var(--body);
  font-size: 38px;
  font-weight: 500;
  line-height: 60px;
}

.top-section-2 {
  padding: 15px 0;
}

.features-section-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.template-section {
  padding-top: 60px;
  padding-bottom: 110px;
}

.faq-section {
  padding-top: 20px;
  padding-bottom: 110px;
}

.section-title-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-section-wrapper {
  margin-top: 40px;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.accordian-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.accordian-item {
  border-bottom: 1px solid var(--body);
  width: 100%;
  height: auto;
  padding-top: 23px;
  padding-bottom: 20px;
  overflow: hidden;
}

.accordian-item.last {
  border-bottom-color: var(--transparent);
}

.accordian-toggle {
  width: 100%;
  height: auto;
  padding: 0 60px 0 0;
}

.accordian-icon-none {
  color: var(--body);
  display: none;
}

.accordian-title {
  font-family: var(--heading-font);
  color: var(--body);
  text-transform: uppercase;
  white-space: normal;
  font-size: 38px;
  font-weight: 500;
  line-height: 60px;
}

.accordian-content {
  background-color: var(--transparent);
  display: block;
  position: static;
}

.accordian-desc {
  margin-top: 12px;
}

.accordian-icon {
  border: 1px solid var(--body);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: inline-flex;
  position: relative;
}

.accordian-line {
  background-color: var(--body);
  width: 11px;
  height: 3px;
  position: absolute;
  inset: auto;
}

.accordian-line.line-2 {
  transform: rotate(90deg);
}

.accordian-icon-box {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.faq-section-help-box {
  margin-top: 80px;
  display: none;
}

.faq-help-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.help-item-inner {
  border-radius: 40px;
  justify-content: center;
  align-items: flex-end;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.help-item-inner.first {
  background-image: url('../images/help-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.help-item-inner.second {
  background-image: url('../images/help-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.help-item-inner.third {
  background-image: url('../images/help-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.help-item-content {
  justify-content: center;
  align-items: flex-end;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.help-item-title {
  font-family: var(--heading-font);
  color: var(--body);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.help-item-overlay {
  background-image: linear-gradient(180deg, var(--transparent), var(--transparent) 47%, var(--black));
  position: absolute;
  inset: 0%;
}

.pricing-section {
  padding-top: 20px;
  padding-bottom: 110px;
}

.pricing-section-wrapper {
  margin-top: 40px;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.pricing-item-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 10px;
  padding: 60px 50px;
  text-decoration: none;
}

.pricing-title-box {
  margin-top: 28px;
  margin-bottom: 8px;
}

.pricing-desc-box {
  margin-bottom: 10px;
}

.pricing-amount-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.pricing-title {
  color: var(--white);
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-desc {
  color: var(--opacity-3);
  font-size: 18px;
  line-height: 28px;
}

.pricing-amount {
  font-family: var(--heading-font);
  color: var(--body);
  flex: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.pricing-amount.style-2 {
  color: var(--opacity-3);
  font-size: 20px;
  font-weight: 400;
}

.section-title-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
}

.pricing-2-section {
  padding-bottom: 110px;
}

.pricing-2-section-wrapper {
  margin-top: 40px;
}

.pricing-2-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 3fr 3fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-2-title-box {
  padding: 20px 40px 16px;
}

.pricing-2-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.pricing-2-grid.style-2 {
  background-color: var(--secondary);
  border-radius: 10px;
}

.pricing-2-features-box {
  padding: 20px 40px 16px;
}

.pricing-2-features {
  font-size: 18px;
  line-height: 28px;
}

.pricing-2-day-box {
  padding: 20px 40px 16px;
}

.pricing-2-day {
  font-size: 18px;
  line-height: 28px;
}

.pricing-2-amount-box {
  padding: 20px 40px 16px;
}

.pricing-2-amount {
  font-size: 18px;
  line-height: 28px;
}

.pricing-2-icon-box {
  justify-content: flex-end;
  align-items: center;
  padding: 20px 40px 16px;
  display: inline-flex;
}

.pricing-2-icon {
  flex: none;
  width: 34px;
  height: 34px;
}

.testimonial-2-section {
  padding-top: 20px;
  padding-bottom: 110px;
}

.testimonial-2-section-wrapper {
  margin-top: 40px;
}

.development-section {
  padding-top: 20px;
  padding-bottom: 110px;
}

.development-section-wrapper {
  margin-top: 40px;
}

.development-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.development-item-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 40px;
  padding: 50px 30px;
}

.development-title-box {
  margin-top: 27px;
  margin-bottom: 23px;
}

.development-desc-box {
  margin-bottom: 18px;
}

.development-image {
  border-radius: 10px;
}

.development-title {
  font-size: 38px;
  line-height: 38px;
}

.development-desc {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 28px;
}

.development-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.development-list-text {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 28px;
}

.loop-section {
  padding-bottom: 110px;
  display: none;
  overflow: hidden;
}

.loop-item {
  flex: none;
  display: inline-flex;
}

.loop-item-inner {
  border: 1px solid var(--opacity);
  box-shadow: 0 0 3px 2px var(--secondary);
  border-radius: 20px;
  padding: 20px 10px;
}

.loop-image {
  border-radius: 20px;
}

.loop-item-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.loop-section-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.template-details-section {
  padding-top: 60px;
  padding-bottom: 110px;
  overflow: hidden;
}

.template-details-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  margin-bottom: 60px;
}

.template-name {
  margin-bottom: 6px;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
}

.template-full-name {
  font-size: 20px;
  line-height: 30px;
}

.template-name-box {
  margin-bottom: 46px;
}

.template-link-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.template-buy-box, .template-preview-box {
  flex: 1;
  text-decoration: none;
  display: block;
}

.template-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--opacity);
  box-shadow: 0 0 3px 2px var(--secondary);
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  transition: all .5s;
  display: flex;
}

.template-flex:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: none;
}

.template-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.template-right {
  flex: none;
  display: flex;
}

.template-link-icon {
  flex: none;
}

.template-link-text {
  color: var(--body);
  text-transform: uppercase;
  line-height: 15px;
}

.template-slider {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.template-mask {
  width: 60%;
  overflow: visible;
}

.template-slide {
  padding-right: 60px;
}

.template-nav {
  inset: auto 0% -12%;
}

.template-arrow {
  display: none;
}

.template-lightbox-image {
  border-radius: 40px;
}

.template-details-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
}

.template-details-grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.template-details-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.template-review-box {
  border: 1px solid var(--opacity);
  box-shadow: 0 0 3px 2px var(--secondary);
  border-radius: 20px;
  padding: 25px;
}

.template-review-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.template-review-text {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 28px;
}

.template-tags-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--opacity);
  box-shadow: 0 0 3px 2px var(--secondary);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.tag-item {
  background-color: var(--secondary);
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
}

.tag-item:hover {
  background-color: var(--primary);
}

.tag-text {
  color: var(--body);
  font-size: 13px;
  line-height: 13px;
}

.template-information-box {
  border: 1px solid var(--opacity);
  box-shadow: 0 0 3px 2px var(--secondary);
  border-radius: 20px;
  padding: 25px;
}

.template-information-text {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 28px;
}

.template-support-box {
  border: 1px solid var(--opacity);
  box-shadow: 0 0 3px 2px var(--secondary);
  border-radius: 20px;
  padding: 25px;
}

.template-support-title {
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 48px;
}

.template-support-text {
  color: var(--opacity-2);
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 28px;
}

.template-rich-text h2 {
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 54px;
}

.template-rich-text p {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 28px;
}

.template-rich-text-2 h3 {
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.template-rich-text-2 li {
  color: var(--opacity-2);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.template-rich-text-2 ul {
  color: var(--body);
  padding-left: 20px;
  list-style-type: disc;
}

.template-tab-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-tab-link {
  border: 1px solid var(--opacity);
  background-color: var(--transparent);
  border-radius: 10px;
  padding: 23px 34px;
  transition: all .3s;
}

.template-tab-link.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
}

.template-tab-nav {
  color: var(--body);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
}

.template-tab-content {
  margin-top: 60px;
}

.template-2-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-2-item-inner {
  color: var(--body);
  text-decoration: none;
}

.template-2-image {
  object-fit: cover;
  border-radius: 40px;
  width: 414px;
  height: 447px;
}

.template-2-content {
  padding-top: 30px;
}

.template-2-title-box {
  margin-bottom: 20px;
}

.template-2-desc-box {
  margin-bottom: 15px;
}

.template-2-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

.template-2-desc {
  color: var(--opacity-2);
  font-size: 18px;
  line-height: 28px;
}

.template-2-amount {
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.template-2-section {
  padding-top: 20px;
  padding-bottom: 110px;
}

.template-3-section {
  padding-bottom: 110px;
}

.template-3-section-wrapper {
  margin-top: 40px;
}

.contact-section {
  padding-top: 20px;
  padding-bottom: 110px;
}

.main-desc-box {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.main-desc {
  color: var(--opacity-2);
  font-size: 18px;
}

.main-desc.text-center {
  text-align: center;
}

.contact-section-wrapper {
  margin-top: 40px;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 8fr 2fr;
}

.contact-form-block {
  border: 1px solid var(--opacity);
  box-shadow: 0 3px 20px 0 var(--secondary);
  border-radius: 40px;
  margin-bottom: 0;
  padding: 50px;
}

.contact-form-label {
  margin-bottom: 0;
}

.contact-form-field {
  border: 1px solid var(--opacity);
  background-color: var(--transparent);
  color: var(--body);
  border-radius: 10px;
  min-height: 52px;
  margin-bottom: 0;
  transition: all .3s;
}

.contact-form-field:focus {
  border-color: var(--body);
}

.contact-form-field::placeholder {
  color: var(--opacity-2);
  font-size: 13px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.contact-form-textarea {
  border: 1px solid var(--opacity);
  background-color: var(--transparent);
  color: var(--body);
  border-radius: 10px;
  min-height: 142px;
  margin-bottom: 0;
  transition: all .3s;
}

.contact-form-textarea:focus {
  border-color: var(--body);
}

.contact-form-textarea::placeholder {
  color: var(--opacity-2);
  font-size: 13px;
}

.contact-form-box-1 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  margin-bottom: 12px;
  display: flex;
}

.contact-form-label-icon {
  color: var(--primary);
  font-size: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.error-page {
  padding-top: 110px;
  padding-bottom: 110px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-content.error-page {
  width: 46%;
  padding-left: 30px;
  padding-right: 30px;
}

.error-title {
  display: none;
}

.error-text {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 50px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.template-image {
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.pricing-2-link {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: all .3s;
}

.pricing-2-link:hover {
  transform: scale(1.2);
}

.success-message, .error-message {
  background-color: var(--primary);
}

.success-message-text, .error-message-text {
  color: var(--body);
  font-size: 18px;
  line-height: 28px;
}

.menu-button.open {
  background-color: var(--transparent);
}

.nav-link {
  font-family: var(--heading-font);
  color: var(--black);
  padding: 12px 18px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.nav-link.w--current {
  color: var(--primary);
}

@media screen and (min-width: 1280px) {
  .hero-title {
    font-size: 224px;
    line-height: 180px;
  }

  .section-main-title {
    font-size: 92px;
    line-height: 92px;
  }

  .about-info-desc {
    font-size: 60px;
    line-height: 70px;
  }

  .features-title, .explore-title {
    font-size: 55px;
    line-height: 68px;
  }

  .footer-title, .footer-loop-text-link {
    font-size: 103px;
    line-height: 140px;
  }

  .side-menu-title {
    font-size: 124px;
    line-height: 124px;
  }

  .faq-grid {
    grid-template-rows: auto;
    grid-template-columns: 4fr 8fr;
  }

  .pricing-grid, .development-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .template-details-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .template-name {
    font-size: 66px;
    line-height: 66px;
  }

  .template-mask {
    width: 80%;
  }

  .template-details-grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .template-rich-text h2 {
    font-size: 66px;
    line-height: 66px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-title-box {
    margin-bottom: 38px;
  }

  .hero-title {
    font-size: 246px;
    line-height: 220px;
  }

  .hero-contact-box {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-main-title {
    font-size: 124px;
    line-height: 124px;
  }

  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-title, .footer-loop-text-link {
    font-size: 140px;
    line-height: 140px;
  }

  .hero-subtitle-box {
    margin-bottom: 52px;
    padding-left: 15px;
  }

  .hero-subtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .top-section {
    padding: 60px;
  }

  .hero-grid-two {
    grid-template-rows: auto;
    grid-template-columns: 2fr 10fr;
  }

  .side-menu-title {
    font-size: 142px;
    line-height: 142px;
  }

  .top-section-2 {
    padding: 50px 25px;
  }

  .template-mask {
    width: 60%;
  }

  .template-2-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-title {
    font-size: 395px;
    line-height: 310px;
  }

  .hero-details-box {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .hero-desc-box {
    flex: 0 auto;
  }

  .hero-contact-box {
    flex: none;
  }

  .section-main-title {
    font-size: 140px;
    line-height: 150px;
  }

  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .side-menu-title {
    font-size: 180px;
    line-height: 180px;
  }
}

@media screen and (max-width: 991px) {
  ul {
    list-style-type: disc;
  }

  li {
    list-style-type: none;
  }

  .header {
    position: relative;
  }

  .logo-box {
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .custom-nav-menu {
    display: none;
  }

  .hero-section {
    margin-top: -30px;
    padding-top: 60px;
  }

  .hero-title {
    font-size: 184px;
    line-height: 120px;
  }

  .hero-details-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-desc-box {
    margin-top: 20px;
  }

  .hero-contact-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-section {
    padding-top: 60px;
  }

  .about-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-section-title {
    grid-template-rows: auto auto auto;
    grid-template-columns: 4fr;
  }

  .subtitle-box {
    padding-top: 0;
  }

  .section-main-title {
    font-size: 74px;
    line-height: 74px;
  }

  .section-main-title.text-right {
    text-align: left;
  }

  .section-main-title.style-2 {
    margin-left: 60px;
  }

  .about-info-desc {
    font-size: 46px;
    line-height: 56px;
  }

  .tempalate-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .template-section-title {
    padding-top: 0;
  }

  .template-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .template-grid-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-title-flex {
    flex-flow: column;
  }

  .features-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-item-inner {
    padding: 11px 20px 36px;
  }

  .features-title {
    font-size: 46px;
    line-height: 46px;
  }

  .explore-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 9fr;
  }

  .section-desc.style-2 {
    margin-top: 0;
  }

  .explore-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .explore-item-inner {
    padding: 43px 30px 50px;
  }

  .explore-title {
    font-size: 46px;
    line-height: 46px;
  }

  .button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-section {
    padding-bottom: 60px;
  }

  .testimonial-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-item-inner {
    padding: 30px;
  }

  .testimonial-title {
    font-size: 32px;
    line-height: 32px;
  }

  .testimonial-text {
    margin-top: 20px;
  }

  .top-footer {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 60px;
    line-height: 60px;
  }

  .center-footer {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-loop-text-link {
    font-size: 60px;
    line-height: 60px;
  }

  .copyright-box {
    flex-flow: column;
  }

  .copyright-text-box {
    margin-bottom: 16px;
  }

  .copyright-nav-box {
    justify-content: center;
    align-items: center;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-nav-link {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-subtitle-box {
    margin-bottom: 30px;
  }

  .top-section-inner {
    padding: 30px 15px;
  }

  .services-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-title {
    font-size: 32px;
    line-height: 50px;
  }

  .features-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .template-section, .faq-section {
    padding-bottom: 60px;
  }

  .section-title-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .accordian-title {
    font-size: 32px;
    line-height: 50px;
  }

  .faq-section-help-box {
    margin-top: 40px;
  }

  .faq-help-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-section {
    padding-bottom: 60px;
  }

  .pricing-item-inner {
    padding: 40px 30px;
  }

  .pricing-title {
    font-size: 36px;
    line-height: 46px;
  }

  .section-title-grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-2-section {
    padding-bottom: 60px;
  }

  .pricing-2-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr 3fr 1fr;
  }

  .pricing-2-title-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-2-title {
    font-size: 32px;
    line-height: 32px;
  }

  .pricing-2-features-box, .pricing-2-day-box, .pricing-2-amount-box, .pricing-2-icon-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-2-section, .development-section {
    padding-bottom: 60px;
  }

  .development-item-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .development-title {
    font-size: 36px;
    line-height: 36px;
  }

  .loop-section, .template-details-section {
    padding-bottom: 60px;
  }

  .template-details-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 5fr;
  }

  .template-name {
    font-size: 46px;
    line-height: 46px;
  }

  .template-name-box {
    margin-bottom: 20px;
  }

  .template-mask {
    width: 100%;
  }

  .template-slide {
    margin-right: 20px;
    padding-right: 0;
  }

  .template-details-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 8fr;
  }

  .template-rich-text h2 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 46px;
  }

  .template-rich-text-2 h3 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .template-rich-text-2 li {
    margin-bottom: 10px;
  }

  .list {
    padding-left: 20px;
  }

  .list-item {
    color: var(--opacity-2);
    font-size: 18px;
    line-height: 28px;
  }

  .template-tab-content {
    margin-top: 40px;
  }

  .template-2-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .template-2-section, .template-3-section, .contact-section {
    padding-bottom: 60px;
  }

  .main-desc-box {
    width: 100%;
  }

  .contact-grid {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  .utility-page-content.error-page {
    width: 64%;
  }

  .error-text {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
  }

  .menu-button {
    margin-right: -4px;
    padding-right: 0;
  }

  .nav-link {
    text-transform: uppercase;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 164px;
    line-height: 90px;
  }

  .hero-details-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-contact-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-main-title {
    font-size: 64px;
    line-height: 64px;
  }

  .section-main-title.style-2 {
    margin-left: 0;
  }

  .about-info-desc {
    font-size: 36px;
    line-height: 46px;
  }

  .features-item-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-title {
    font-size: 36px;
    line-height: 36px;
  }

  .explore-item-inner {
    padding-top: 33px;
    padding-bottom: 40px;
  }

  .explore-title {
    font-size: 36px;
    line-height: 36px;
  }

  .testimonial-title {
    font-size: 30px;
    line-height: 30px;
  }

  .footer-title {
    font-size: 50px;
    line-height: 50px;
  }

  .footer-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-loop-text-link {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-subtitle {
    font-size: 24px;
    line-height: 24px;
  }

  .service-info-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .accordian-title {
    font-size: 30px;
    line-height: 40px;
  }

  .faq-help-grid, .pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-title {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-2-title {
    font-size: 30px;
    line-height: 30px;
  }

  .development-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .development-item-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .development-title {
    font-size: 32px;
    line-height: 32px;
  }

  .template-name {
    font-size: 36px;
    line-height: 36px;
  }

  .template-link-box {
    flex-flow: column;
  }

  .template-slider {
    margin-bottom: 80px;
  }

  .template-nav {
    bottom: -15%;
  }

  .template-rich-text h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .template-rich-text-2 h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .template-2-list {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .utility-page-content.error-page {
    width: 84%;
  }

  .error-text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 74px;
    line-height: 64px;
  }

  .hero-contact-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .hero-text {
    text-align: center;
  }

  .section-main-title {
    font-size: 48px;
    line-height: 48px;
  }

  .about-info-desc {
    font-size: 32px;
    line-height: 42px;
  }

  .features-title {
    font-size: 32px;
    line-height: 32px;
  }

  .desc-box.style-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .explore-item-inner {
    padding-top: 23px;
    padding-bottom: 30px;
  }

  .explore-title {
    font-size: 32px;
    line-height: 32px;
  }

  .footer-title, .footer-loop-text-link {
    font-size: 40px;
    line-height: 40px;
  }

  .service-title, .pricing-title {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-2-title-box {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-2-title {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-2-features-box {
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-2-day-box, .pricing-2-amount-box, .pricing-2-icon-box {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .development-title {
    font-size: 30px;
    line-height: 30px;
  }

  .template-name {
    font-size: 32px;
    line-height: 32px;
  }

  .template-slider {
    margin-bottom: 60px;
  }

  .template-nav {
    bottom: -24%;
  }

  .template-rich-text h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .contact-form-block {
    padding: 30px;
  }

  .utility-page-content.error-page {
    width: 100%;
  }

  .error-text {
    font-size: 24px;
    line-height: 34px;
  }
}

#w-node-_47795e19-7d54-f0c2-7427-fbea0f014eb7-3f4c96bc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_53587c35-8f83-d88c-f770-c62e04a18afc-3f4c96bc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_93fdca27-d5f0-63bd-4501-a9bff7d931c6-3f4c96bc, #w-node-dec93213-7951-6d28-ee55-71bd662c6bc2-3f4c96bc {
  align-self: center;
}

#w-node-f8b8d670-372a-96f0-45be-a92dd4de3afc-8cf3a3aa {
  align-self: start;
}

#w-node-_96a8f7f8-a084-f7b1-60e7-a199b034bd62-8cf3a3aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d501e5c-6172-f3a3-25ed-7ffe5c5f3554-81397a1d, #w-node-_733948bc-e8b5-4aa1-6862-0780ffcf861e-81397a1d {
  align-self: center;
}

#w-node-_8e4d3436-8bda-1d6a-bd03-419f16d4b049-c4fb4e26, #w-node-_8e4d3436-8bda-1d6a-bd03-419f16d4b04e-c4fb4e26 {
  align-self: start;
}

#w-node-_6d159c18-85f3-637f-bf3d-3e7cce19c1e7-21905dae, #w-node-fd1f8163-5bee-6e14-b074-619087aa6631-21905dae {
  align-self: end;
}

#w-node-_9378b4e3-d0cd-a100-ab9b-afe269c8e24e-21905dae {
  place-self: center end;
}

#w-node-_04b1827a-7fa1-ca84-337e-22d46d4b8784-a76604e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1b99b3a9-62d2-5b0e-c4af-edd42b8bdf53-a76604e2, #w-node-b309f859-b2d3-4dd7-25f0-d54aa7efb234-a76604e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_53587c35-8f83-d88c-f770-c62e04a18afc-3f4c96bc {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_47795e19-7d54-f0c2-7427-fbea0f014eb7-3f4c96bc {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_93fdca27-d5f0-63bd-4501-a9bff7d931c6-3f4c96bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_13d2df58-b546-113e-ae3b-d9bb908836ee-6e72343e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0bc375ba-154a-4077-4189-fee736df0332-6e72343e, #w-node-d3aaf1dc-1397-bb8a-30fe-4ef70c51a5cd-6e72343e, #w-node-ccb12db1-7cfd-818c-4ed1-1a5975744daa-6e72343e, #w-node-e8403b0b-bbe8-a538-1cb3-f934d492e442-6e72343e, #w-node-a6532f12-4890-d8a9-d546-1a0f953f6b47-6e72343e, #w-node-_7e709650-0b39-1a2b-5603-a9e603c44dac-6e72343e, #w-node-fd4cd66b-36e1-b646-3266-c7c2a558e96c-6e72343e {
    grid-column: span 3 / span 3;
  }

  #w-node-_9378b4e3-d0cd-a100-ab9b-afe269c8e24e-21905dae {
    justify-self: start;
  }

  #w-node-_04b1827a-7fa1-ca84-337e-22d46d4b8784-a76604e2 {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96a8f7f8-a084-f7b1-60e7-a199b034bd62-8cf3a3aa, #w-node-_1b99b3a9-62d2-5b0e-c4af-edd42b8bdf53-a76604e2, #w-node-b309f859-b2d3-4dd7-25f0-d54aa7efb234-a76604e2 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Khand';
  src: url('../fonts/Khand-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}