:root {
  font-size: 62.5%;
}

:root body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.6rem;
}

h1,
h2,
h3 {
  font-family: "Poppins", Arial, sans-serif;
}

p {
  color: #444;
  font-size: 1.6rem;
  margin: 20px 0;
}

.title {
  margin-bottom: 40px;
}

.title h1 {
  font-size: 5.5rem;
  font-weight: 600;
}

.title h4 {
  font-weight: 400;
  color: #7c287d;
  font-size: 1.8rem;
  margin-top: 20px;
}

.title.title-small h1 {
  font-size: 4rem;
}

@media screen and (max-width: 769px) {
  .title h1 {
    font-size: 3rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 100px 140px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 992px) {
  section {
    padding: 100px 42px;
  }
}

@media screen and (max-width: 769px) {
  section {
    padding: 60px 20px !important;
  }
}

.gutter-50 {
  padding: 25px 0;
}

.gutter-100 {
  padding: 50px 0;
}

.left-padding-block {
  padding-left: 60px;
  position: relative;
}

.left-padding-block:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: rgba(124, 40, 125, 0.2);
}

figure {
  margin: 0;
}

.primary-btn, .secondary-btn, .view-demo-btn {
  background-color: #ff6d00;
  padding: 16px 32px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  line-height: 2.5rem;
  border-radius: 4px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.primary-btn:hover, .secondary-btn:hover, .view-demo-btn:hover, .primary-btn:focus, .secondary-btn:focus, .view-demo-btn:focus {
  background-color: #ffa15a;
  text-decoration: none;
  color: #fff;
}

.secondary-btn, .view-demo-btn {
  background-color: #7c287d;
}

.secondary-btn:hover, .view-demo-btn:hover, .secondary-btn:focus, .view-demo-btn:focus {
  background-color: #9f2ca1;
}

.view-demo-btn {
  margin-top: 8px;
  padding: 8px 24px;
}

@-webkit-keyframes slidein1 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5%);
    -webkit-transform: translateY(5%);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@keyframes slidein1 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5%);
    -webkit-transform: translateY(5%);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes slidein2 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@keyframes slidein2 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes slidein3 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@keyframes slidein3 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

.landing-hero {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-color: #fff;
  padding: 0 140px;
  border-bottom: 1px solid #ededed;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-hero .mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  width: 34px;
  height: 56px;
  border-radius: 50px;
  border: 2px solid rgba(20, 20, 20, 0.15);
}

.landing-hero .mouse .scroll {
  width: 4px;
  height: 18px;
  background-color: #ff6d00;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-animation: scroll 1.5s infinite;
  /* Safari 4+ */
  /* Fx 1+ */
  /* Opera 12+ */
  animation: scroll 1.5s infinite;
  /* IE 10+, Fx 29+ */
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .landing-hero .mouse {
    display: none;
  }
}

.landing-hero .small-blob {
  position: absolute;
  z-index: 0;
  bottom: -200px;
  left: -200px;
  width: 700px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.landing-hero .blob {
  position: absolute;
  width: 90%;
  right: -30%;
  bottom: -150px;
}

.landing-hero .slogan {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-top: 80px;
  z-index: 100;
}

.landing-hero .slogan .input-holder {
  width: 90%;
  max-width: 520px;
  height: 64px;
  background-color: #f5f5f5;
  border: 2px solid #ff6d00;
  margin-top: 32px;
  border-radius: 5px;
  position: relative;
}

.landing-hero .slogan .input-holder input {
  width: 70%;
  height: 64px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  outline: none !important;
  padding-left: 25px;
  padding-right: 25px;
}

.landing-hero .slogan .input-holder button {
  position: absolute;
  padding: 12px 24px;
  right: 6px;
  top: 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: #7c287d;
  border: 0;
  border-radius: 3px;
  outline: none !important;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.landing-hero .slogan .input-holder button i {
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.landing-hero .slogan .input-holder button:hover i, .landing-hero .slogan .input-holder button:focus i {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .landing-hero .slogan .input-holder button {
    right: -100px;
  }
}

.landing-hero .slogan h1 {
  font-size: 5.5rem;
  font-weight: 600;
}

.landing-hero .slogan h3 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.landing-hero .slogan p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.landing-hero .showcase {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
}

.landing-hero .showcase .showcase-container {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

.landing-hero .showcase .showcase-container #item1 {
  top: 0;
  left: -50px;
  -webkit-animation: slidein2 3s infinite;
  /* Safari 4+ */
  /* Fx 1+ */
  /* Opera 12+ */
  animation: slidein2 3s infinite;
  /* IE 10+, Fx 29+ */
}

.landing-hero .showcase .showcase-container #item2 {
  top: 120px;
  left: 300px;
  z-index: 200;
  -webkit-animation: slidein1 3s infinite;
  /* Safari 4+ */
  /* Fx 1+ */
  /* Opera 12+ */
  animation: slidein1 3s infinite;
  /* IE 10+, Fx 29+ */
}

@media screen and (max-width: 992px) {
  .landing-hero .showcase .showcase-container #item2 {
    left: 89px;
  }
}

.landing-hero .showcase .showcase-container #item3 {
  top: -110px;
  left: 150px;
  -webkit-animation: slidein3 3s infinite;
  /* Safari 4+ */
  /* Fx 1+ */
  /* Opera 12+ */
  animation: slidein3 3s infinite;
  /* IE 10+, Fx 29+ */
}

.landing-hero .showcase .item {
  width: 100%;
  padding-top: 62.5%;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.landing-hero .showcase .item .img-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.landing-hero .showcase .item .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  .landing-hero {
    padding: 80px 42px;
    height: auto;
  }
}

@media screen and (max-width: 769px) {
  .landing-hero {
    padding: 0 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto !important;
  }
  .landing-hero .input-holder {
    height: 128px !important;
    width: 100% !important;
  }
  .landing-hero .input-holder button {
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: calc(100% - 12px);
    top: auto !important;
  }
  .landing-hero .slogan {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .landing-hero .slogan h1 {
    font-size: 3.5rem;
  }
  .landing-hero .showcase {
    display: none;
  }
  .landing-hero .landing-hero .slogan .input-holder {
    width: 100%;
  }
}

.inner-header {
  height: 300px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

.square-img {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.square-img .img-cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ededed;
}

.square-img .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 24px 80px;
  z-index: 990;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto 300px;
      grid-template-columns: 160px auto 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation.navigation-inner {
  position: static;
  border-bottom: 1px solid #ededed;
  -ms-grid-columns: 160px auto;
      grid-template-columns: 160px auto;
}

.navigation .nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.navigation .nav-links li {
  margin: 16px;
}

.navigation .nav-links li a {
  color: #333;
  font-weight: 500;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.navigation .logo {
  width: 124px;
}

.navigation .logo img {
  width: 100%;
}

.navigation.navigation-inner {
  position: static;
  border-bottom: 1px solid #ededed;
  -ms-grid-columns: 160px auto;
      grid-template-columns: 160px auto;
}

.navigation.navigation-inner .nav-links {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media screen and (max-width: 992px) {
  .navigation {
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .nav-links {
    display: none;
  }
  .navigation.opened {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
  .navigation.opened .logo {
    margin-bottom: 40px;
  }
  .navigation.opened .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hamburger {
  position: absolute;
  top: 65px;
  right: 30px;
  width: 30px;
  height: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  overflow: hidden;
}

.hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ff6d00;
  margin: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.hamburger.opened {
  position: fixed;
}

.hamburger.opened .line {
  width: 26px;
}

.hamburger.opened .line:nth-of-type(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.hamburger.opened .line:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.hamburger.opened .line:nth-of-type(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

#themes {
  padding-left: 140px;
  padding-right: 140px;
}

@media screen and (max-width: 992px) {
  #themes {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 0;
  }
}

@media screen and (max-width: 769px) {
  #themes {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#themes .title {
  margin: 0;
}

#themes .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#themes .section-header .grid-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 992px) {
  #themes .section-header .grid-switch {
    display: none;
  }
}

#themes .section-header .grid-switch .active-box {
  width: 50px;
  height: 50px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#themes .section-header .grid-switch .active-box.right {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

#themes .section-header .grid-switch .button-two,
#themes .section-header .grid-switch .button-three {
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

#themes .section-header .grid-switch .button-two i,
#themes .section-header .grid-switch .button-three i {
  color: #a5a5a5;
  font-size: 2rem;
  line-height: 50px;
}

#themes .section-header .grid-switch .button-two.selected i,
#themes .section-header .grid-switch .button-three.selected i {
  color: #444;
}

.themes-grid {
  width: 100%;
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  gap: 40px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

@media screen and (max-width: 769px) {
  .themes-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.themes-grid.two-cols {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.themes-grid.three-cols {
  -ms-grid-columns: 1fr 1fr 1fr !important;
      grid-template-columns: 1fr 1fr 1fr !important;
}

.themes-grid .theme-box {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.themes-grid .theme-box .theme-img {
  width: 100%;
  padding-top: 62.5%;
  background-color: #eedede;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.themes-grid .theme-box .theme-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.themes-grid .theme-box .theme-desc {
  padding: 32px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.themes-grid .theme-box .theme-desc h2 {
  margin: 0;
  margin-bottom: 8px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #444;
}

.themes-grid .theme-box .theme-desc p {
  margin: 0;
  color: #a5a5a5;
}

.themes-grid .theme-box:hover, .themes-grid .theme-box:focus {
  cursor: pointer;
}

.themes-grid .theme-box:hover .theme-desc, .themes-grid .theme-box:focus .theme-desc {
  padding-left: 42px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.themes-grid .theme-box:hover .theme-img, .themes-grid .theme-box:focus .theme-img {
  transform: scale(1.03) translateY(-20px);
  -webkit-transform: scale(1.03) translateY(-20px);
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#options {
  padding-top: 0;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #options {
    padding-top: 0 !important;
  }
  #options .title {
    margin-bottom: 0 !important;
  }
}

.options-grid {
  width: 100%;
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.options-grid h4 {
  font-size: 1.8rem;
  color: #7c287d;
}

.options-grid ul {
  margin: 0;
  margin-top: 24px;
  margin-left: 20px;
}

.options-grid ul li {
  font-size: 1.6rem;
  margin: 8px 0;
  font-weight: 300;
}

.options-grid ul li i {
  color: #d93025;
}

.options-grid .cons {
  width: 100%;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  padding-top: 80px;
}

.options-grid .cons .builders {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 20px;
}

.options-grid .cons .developer {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 20px;
}

.options-grid .pros {
  width: 100%;
  background-color: #7c287d;
  padding: 40px;
  color: #fff;
  transform: scale(1.15) translateY(-10px);
  -webkit-transform: scale(1.15) translateY(-10px);
  transform-origin: center left;
  -webkit-transform-origin: center left;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.options-grid .pros h4 {
  color: #fff;
}

.options-grid .pros ul li {
  font-weight: 300;
}

.options-grid .pros ul li i {
  color: lightgreen;
}

@media screen and (max-width: 940px) {
  .options-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
  .options-grid .pros {
    transform: scale(1.15) translateY(0);
    -webkit-transform: scale(1.15) translateY(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
  .options-grid .cons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 42px;
    padding-top: 24px;
  }
}

#deliver-options {
  padding-top: 40px;
}

@media screen and (max-width: 769px) {
  #deliver-options {
    padding-top: 0 !important;
  }
}

#deliver-options .content {
  padding-top: 36px;
}

#deliver-options ul {
  margin-bottom: 0;
  margin-top: 40px;
}

#deliver-options ul .fa-li {
  text-align: left;
}

#deliver-options ul i {
  color: #ff6d00;
}

#deliver-options ul li {
  margin: 16px 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #444444;
}

#deliver-options .feature-box {
  background-color: #fff;
  padding: 0 40px;
  border-left: 4px solid #ff6d00;
  margin: 32px 0;
}

#deliver-options .feature-box h3 {
  margin: 0;
  margin-bottom: 15px;
}

#deliver-options .feature-box p {
  margin: 0;
  color: rgba(68, 68, 68, 0.8);
}

#deliver-options .feature-box:nth-of-type(3) {
  border-left: 4px solid #1878b5;
}

#deliver-options .feature-box:nth-of-type(4) {
  border-left: 4px solid #7c287d;
}

@media screen and (max-width: 1400px) {
  #deliver-options .lg-br {
    display: none;
  }
}

#subscribe {
  background-color: #fff6f3;
  margin-top: 56px;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}

#subscribe .subscribe-blob {
  position: absolute;
  width: 60%;
  right: -300px;
  top: -130px;
  opacity: 1;
}

#subscribe .title {
  position: relative;
  z-index: 100;
}

#subscribe .input-cont {
  position: relative;
  z-index: 200;
}

#subscribe .input-cont input {
  width: 100%;
  height: 80px;
  padding-left: 32px;
  padding-right: 32px;
  border: 2px solid #fff;
  border-radius: 4px;
  outline: none !important;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#subscribe .input-cont input:focus {
  border: 2px solid #ff6d00;
}

#subscribe .input-cont button {
  border: 0;
  outline: none !important;
  position: absolute;
  top: 11px;
  right: -50px;
  margin: 0;
}

@media screen and (min-width: 1500px) {
  #subscribe .input-cont {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 769px) {
  #subscribe .input-cont button {
    position: static;
    width: 100%;
    margin-top: 24px;
  }
}

body {
  height: 1500px;
  position: relative;
}

#about .about-img-cont {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#about .about-img-cont .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100px;
}

#about .about-img-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 993px) {
  #about .about-img-cont .img-box img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
  }
}

#about .about-img-cont .logo-badge {
  position: absolute;
  width: 80%;
  top: -20px;
  left: -20%;
}

@media screen and (max-width: 992px) {
  #about .logo-badge {
    width: 60% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    top: 34px !important;
  }
}

@media screen and (max-width: 769px) {
  #about {
    padding-top: 24px !important;
    text-align: center;
  }
  #about .about-img-cont {
    margin-bottom: 40px;
  }
}

#features {
  background-color: #fff6f3;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 100px;
  overflow: hidden;
}

#features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0;
}

#features .feature .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  margin-right: 24px;
  border-radius: 50px;
  text-align: center;
  background: #ff6d00;
  background: linear-gradient(144deg, rgba(255, 109, 0, 0.4) 0%, rgba(255, 109, 0, 0) 100%);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#features .feature .icon i {
  color: #ff6d00;
  font-size: 2.8rem;
  line-height: 60px;
}

#features .feature h4 {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 993px) {
  #features .devices-img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform-origin: top right;
    -webkit-transform-origin: top right;
  }
}

@media screen and (max-width: 992px) {
  #features {
    padding-right: 20px;
  }
  #features .features-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media screen and (max-width: 769px) {
  #features {
    padding-right: 20px;
  }
  #features .features-cont {
    display: block;
  }
}

#howitworks {
  border-bottom: 1px solid #ededed;
}

#howitworks .how-item {
  margin: 16px 0;
  padding: 16px 0;
  position: relative;
}

#howitworks .how-item .icon,
#howitworks .how-item h3,
#howitworks .how-item p,
#howitworks .how-item h4 {
  position: relative;
  z-index: 100;
}

#howitworks .how-item:before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 109, 0, 0.1);
}

#howitworks .how-item .icon {
  margin-bottom: 24px;
}

#howitworks .how-item .icon i {
  color: #ff6d00;
  font-size: 4rem;
}

#howitworks .how-item h4 {
  opacity: 0.4;
}

#howitworks .how-item p {
  margin-top: 16px;
}

@media screen and (max-width: 769px) {
  #howitworks {
    padding-bottom: 24px !important;
  }
}

#faq .accordion {
  margin-top: 32px;
}

#faq .accordion .card-body {
  font-size: 1.4rem;
  padding: 24px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#faq .accordion .card-header {
  background-color: rgba(255, 109, 0, 0.1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

#faq .accordion .card-header h2 button {
  color: #ff6d00;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 769px) {
  #faq {
    padding-top: 0 !important;
  }
}

footer {
  padding: 60px 140px;
}

footer p {
  color: rgba(68, 68, 68, 0.8);
}

footer .footer-logo {
  width: 120px;
  margin: 0 auto;
  display: block;
}

footer .footer-links {
  margin: 0;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

footer .footer-links li {
  margin: 4px 16px;
}

footer .footer-links li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .footer-links li a:hover, footer .footer-links li a:focus {
  text-decoration: none;
  color: #ff6d00;
}

footer .footer-socials {
  margin: 0;
  margin-top: 24px;
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

footer .footer-socials li {
  margin: 4px 16px;
}

footer .footer-socials li a {
  background-color: rgba(255, 109, 0, 0.15);
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .footer-socials li a i {
  color: #ff6d00;
  line-height: 48px;
  font-size: 1.8rem;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

footer .footer-socials li a:hover, footer .footer-socials li a:focus {
  background-color: #ff6d00;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

footer .footer-socials li a:hover i, footer .footer-socials li a:focus i {
  color: #fff;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 60px 42px;
  }
}

@media screen and (max-width: 769px) {
  footer {
    padding: 60px 20px;
  }
  footer .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
/* Style for the regular link */
a.custom-link {
    color: #ff6d00; /* Use the same orange color as the FAQ questions */
    text-decoration: none;
}

/* Style for the link on hover */
a.custom-link:hover {
    color: #ff6d00; /* Orange color on hover */
    text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */