/*!
 * Start Bootstrap - Agency v5.2.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2025 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #fed136;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.page-section {
  padding: 100px 0;
}

.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.typography.h2 {
  font-family: 'Montserrat';
  font-size: 75px;
  font-weight: 700;
  line-height: 89px;
}

.typography.h3 {
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.typography.subtitle2 {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.typography.body1 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.typography.body2 {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.typography.body-medium {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.typography.body-small {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.btn-v2, .product-card .product-card-information__btn {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 16px 24px;
  border-radius: 0;
  border: none;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  box-shadow: 0px 1px 2px 0px #0000004D, 0px 1px 3px 1px #00000026;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-v2:active, .product-card .product-card-information__btn:active, .btn-v2:focus, .product-card .product-card-information__btn:focus, .btn-v2:hover, .product-card .product-card-information__btn:hover {
  background-color: #4B545C;
}

.btn-v2.btn-small, .product-card .product-card-information__btn {
  font-size: 16px;
  padding: 10.5px 22px;
}

.btn-v2.btn-medium, .product-card .btn-medium.product-card-information__btn {
  font-size: 18px;
  padding: 16.5px 24px;
}

.btn-v2.yellow, .product-card .yellow.product-card-information__btn {
  background-color: #FFD600;
  color: #000;
}

.btn-v2.yellow:active, .product-card .yellow.product-card-information__btn:active, .btn-v2.yellow:focus, .product-card .yellow.product-card-information__btn:focus, .btn-v2.yellow:hover, .product-card .yellow.product-card-information__btn:hover {
  background-color: #ffdc26;
}

.btn-v2.orange, .product-card .orange.product-card-information__btn {
  background-color: #FDAA4C;
  color: #000;
}

.btn-v2.orange:active, .product-card .orange.product-card-information__btn:active, .btn-v2.orange:focus, .product-card .orange.product-card-information__btn:focus, .btn-v2.orange:hover, .product-card .orange.product-card-information__btn:hover {
  background-color: #fdbc72;
}

.product-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 86px;
  padding-right: 60px;
}

.product-card.rtl, #what-possible .product-card-wrapper .product-card:nth-child(even) {
  flex-direction: row-reverse;
}

.product-card.is-vertical {
  flex-direction: column !important;
  align-items: center;
  padding-top: 80px;
}

.product-card.is-vertical .product-card-information {
  align-items: center;
}

.product-card .product-card-information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.product-card .product-card-information__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  margin: 0;
  color: #212B36;
}

.product-card .product-card-information__title-mobile {
  display: none;
}

.product-card .product-card-information__sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin: 0;
  color: #637381;
}

.product-card .product-card-information__body {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  margin: 0;
  color: #637381;
}

.product-card .product-card-information ul {
  padding-inline-start: 16px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.product-card .product-card-information ul li::marker {
  font-size: 12px;
}

.product-card .product-card-information ul li {
  padding-left: 4px;
}

.product-card .product-card-information__btn {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
}

.product-card .product-card-poster {
  width: auto;
  height: 800px;
}

.product-card .product-card-poster-mobile {
  display: none;
}

.feature-card {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 28px 0;
  max-height: 600px;
}

.feature-card__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 128px;
  padding: 0 128px;
  width: 100%;
  position: relative;
}

.feature-card__content-info {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.feature-card__content-info__title {
  color: #FFD600;
  margin-bottom: 12px;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

.feature-card__content-info__title-mobile {
  display: none;
}

.feature-card__content-info__description {
  color: #fff;
  margin-bottom: 0px;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.feature-card__content-info__description-mobile {
  display: none;
}

.feature-card__content-poster {
  position: relative;
  z-index: 1;
  height: 100%;
}

.feature-card__content-background {
  position: absolute;
  inset: 97px 0;
  z-index: 0;
  background-color: #161C24;
  border-radius: 24px;
}

@media screen and (max-width: 992px) {
  .product-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 40px 0;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .product-card.is-vertical {
    flex-direction: column-reverse !important;
    padding-top: 40px;
  }
  .product-card.has-bg, #what-possible .product-card-wrapper .product-card:nth-child(odd) {
    background-color: #404449;
    border-radius: 24px 24px 0 0;
  }
  .product-card.has-bg .product-card-information__title-mobile, #what-possible .product-card-wrapper .product-card:nth-child(odd) .product-card-information__title-mobile {
    color: #FFD600;
  }
  .product-card.has-bg .product-card-information__sub-title, #what-possible .product-card-wrapper .product-card:nth-child(odd) .product-card-information__sub-title {
    color: #fff;
  }
  .product-card.has-bg .product-card-information__body, #what-possible .product-card-wrapper .product-card:nth-child(odd) .product-card-information__body {
    color: #fff;
  }
  .product-card.rtl, #what-possible .product-card-wrapper .product-card:nth-child(even) {
    flex-direction: column-reverse;
  }
  .product-card .product-card-information {
    text-align: center;
    padding: 0 15px;
    gap: 12px;
  }
  .product-card .product-card-information__title {
    display: none;
  }
  .product-card .product-card-information__title-mobile {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: #404449;
  }
  .product-card .product-card-information__sub-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #212B36;
  }
  .product-card .product-card-information__body {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #212B36;
  }
  .product-card .product-card-information__btn {
    width: 100%;
  }
  .product-card .product-card-poster {
    display: none;
  }
  .product-card .product-card-poster-mobile {
    display: block;
    width: 100%;
  }
  .feature-card {
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 0;
  }
  .feature-card__content {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .feature-card__content-info__title {
    display: none;
  }
  .feature-card__content-info__title-mobile {
    display: block;
    color: #212B36;
    text-align: center;
    margin-bottom: 16px;
    line-height: 54px !important;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
  }
  .feature-card__content-info__description {
    display: none;
  }
  .feature-card__content-info__description-mobile {
    display: block;
    color: #212B36;
    margin-bottom: 0px;
    font-weight: 300 !important;
    line-height: 28px !important;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
  }
  .feature-card__content-poster {
    width: 270px;
    padding: 16px 0;
  }
  .feature-card__content-background {
    display: none;
  }
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

#mainNav.navbar.v2 {
  background-color: #000000;
  border-bottom: 1px solid #DEE5ED;
}

#mainNav.navbar.v2.navbar-shrink, #mainNav.navbar.v2:has(.navbar-collapse.show) {
  background-color: #000;
  border-bottom: 0.5px solid #404449;
}

#mainNav.navbar.v2 .navbar-toggler {
  font-size: 20px;
  right: 0;
  padding: 8px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: transparent;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav.navbar.v2 .navbar-nav {
  margin-left: -1rem !important;
  padding-top: 1rem;
  width: calc(100% + 2rem) !important;
}

#mainNav.navbar.v2 .navbar-nav .nav-item {
  padding: 0 1rem;
  border-top: 0.5px solid #404449;
}

@media (min-width: 992px) {
  #mainNav.navbar.v2 {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.25s ease;
  }
  #mainNav.navbar.v2 .navbar-brand {
    display: flex;
    align-items: center;
    font-size: 1.75em;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
  }
  #mainNav.navbar.v2 .navbar-nav {
    margin-left: auto !important;
    padding-top: 0;
    width: auto !important;
  }
  #mainNav.navbar.v2 .navbar-nav .nav-item {
    padding: 0;
    border: none;
  }
  #mainNav.navbar.v2 .navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 24px !important;
  }
  #mainNav.navbar.v2 .navbar-nav .nav-item .nav-button {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 20px !important;
    margin-left: 24px;
    color: #fff;
    background-color: #486284;
    border: 1px solid #486284;
    border-radius: 50px;
  }
  #mainNav.navbar.v2 .navbar-nav .nav-item .nav-button:hover {
    color: #FFD600;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
}

header.masthead-v2 {
  background-image: url("../img/v2/header-bg-desktop.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  width: 100%;
  overflow-wrap: anywhere;
}

header.masthead-v2 .intro-wrapper {
  padding-top: 135px;
  padding-bottom: 60px;
}

header.masthead-v2 .intro-wrapper .masthead-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
  font-family: 'Montserrat';
  font-size: 75px;
  font-weight: 900;
  line-height: 89px;
  background-color: #000;
  color: #FFD600;
  margin-bottom: 12px;
}

header.masthead-v2 .intro-wrapper .intro-heading {
  font-family: 'Montserrat';
  font-size: 75px;
  font-weight: 700;
  line-height: 89px;
  text-decoration: none;
  text-align: left;
  width: 520px;
  margin-bottom: 16px;
}

header.masthead-v2 .intro-wrapper .intro-heading__content {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 12px;
  color: #212B36;
  background-color: #fff;
  transition: background-color 0.25s linear;
}

header.masthead-v2 .intro-wrapper .intro-heading.active .intro-heading__content, header.masthead-v2 .intro-wrapper .intro-heading:hover .intro-heading__content {
  color: #FFD600;
  background-color: #000;
  font-weight: 900;
  animation: scaleSize 1.75s 1;
}

@keyframes scaleSize {
  0% {
    transform: scale(0.75);
    padding: 0px 2px;
  }
  85% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scale(1);
    padding: 0px 12px;
  }
}

header.masthead-v2 .intro-wrapper .intro-sub-heading.fastest-and-easiest {
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #fff;
  width: 460px;
  margin-top: 4px;
  margin-bottom: 30px;
}

header.masthead-v2 .intro-wrapper .try-button {
  max-width: 414px;
}

@media (max-width: 768px) {
  header.masthead-v2 {
    background-image: url("../img/v2/header-bg-mobile.jpg");
  }
  header.masthead-v2 .intro-wrapper {
    padding-top: 107px;
    padding-bottom: 40px;
  }
  header.masthead-v2 .intro-wrapper .masthead-title {
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    padding: 0 12px;
  }
  header.masthead-v2 .intro-wrapper .intro-heading {
    width: 100%;
  }
  header.masthead-v2 .intro-wrapper .intro-heading__content {
    font-size: 55px;
    font-weight: 900;
    line-height: 52px;
    text-align: left;
    width: 100%;
    padding: 8px 12px;
  }
  @keyframes scaleSize {
    0% {
      transform: scale(0.75);
      padding: 0px 2px;
    }
    85% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scale(1);
      padding: 8px 12px;
    }
  }
  header.masthead-v2 .intro-wrapper .intro-sub-heading.fastest-and-easiest {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact.contact-v2 {
  background-image: url("../img/v2/contact-us-bg-desktop.jpg");
  background-size: cover;
  padding: 120px 0;
}

section#contact.contact-v2 .title {
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 12px;
}

section#contact.contact-v2 .sub-title {
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 40px;
}

section#contact.contact-v2 .form-group input,
section#contact.contact-v2 .form-group textarea {
  padding: 14px 12px 16px;
  border-radius: 0px;
}

section#contact.contact-v2 .form-group textarea.form-control {
  height: 218px;
}

section#contact.contact-v2 #sendMessageButton {
  width: 402px;
  font-weight: 700;
  margin-top: 15px;
}

section#contact.contact-v2 ::-webkit-input-placeholder {
  color: #919EAB;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact.contact-v2 :-moz-placeholder {
  color: #919EAB;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact.contact-v2 ::-moz-placeholder {
  color: #919EAB;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact.contact-v2 :-ms-input-placeholder {
  color: #919EAB;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media screen and (max-width: 992px) {
  section#contact.contact-v2 {
    background-image: url("../img/v2/contact-us-bg-mobile.jpg");
    padding: 60px 0;
  }
  section#contact.contact-v2 .sub-title {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }
  section#contact.contact-v2 #sendMessageButton {
    width: 100%;
  }
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

#zero-moderation {
  background-color: #404449;
  padding: 80px 0;
}

#zero-moderation > div {
  gap: 40px;
}

#zero-moderation .title {
  font-family: 'Montserrat';
  font-size: 75px;
  font-weight: 700;
  line-height: 89px;
  text-align: left;
  margin-bottom: 0px;
  color: #FFD600;
}

#zero-moderation .moderation-content {
  position: relative;
  display: flex;
  padding-left: 80px;
}

#zero-moderation .moderation-content .moderation-card-mobile {
  display: none;
}

#zero-moderation .moderation-content .moderation-card {
  position: absolute;
  padding: 80px;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  background-color: #161C24;
  display: flex;
  flex-direction: row-reverse;
}

#zero-moderation .moderation-content .moderation-card .moderation-card-content {
  width: 400px;
  margin-right: 97px;
}

#zero-moderation .moderation-content .moderation-card .moderation-card-content .moderation-card__title {
  text-align: left;
  margin-bottom: 12px;
  color: #FFD600;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

#zero-moderation .moderation-content .moderation-card .moderation-card-content .moderation-card__description {
  text-align: left;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

#zero-moderation .moderation-content img {
  width: 272px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  #zero-moderation {
    padding: 40px 0;
    background-color: #000000;
  }
  #zero-moderation .title {
    font-size: 55px;
    font-weight: 700;
    line-height: 63px;
    text-align: center;
  }
  #zero-moderation .moderation-content {
    flex-direction: column;
    padding: 0 45px;
  }
  #zero-moderation .moderation-content .moderation-card-mobile {
    display: flex;
    flex-direction: column;
  }
  #zero-moderation .moderation-content .moderation-card-mobile .moderation-card-mobile__title {
    text-align: center;
    margin-bottom: 16px;
    color: #FFD600;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
  }
  #zero-moderation .moderation-content .moderation-card-mobile .moderation-card-mobile__description {
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
  }
  #zero-moderation .moderation-content .moderation-card {
    display: none;
  }
  #zero-moderation .moderation-content img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}

#pick-a-mode {
  background-color: #404449;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 60px 0;
}

#pick-a-mode .title {
  margin: 0;
  color: #FFD600;
  font-family: 'Montserrat';
  font-size: 75px;
  font-weight: 700;
  line-height: 89px;
}

@media screen and (max-width: 992px) {
  #pick-a-mode {
    background-color: #FFD600;
    padding: 40px 0;
  }
  #pick-a-mode .title {
    font-size: 55px;
    line-height: 63px;
    margin-left: -15px;
    width: calc(100% + 30px);
    color: #212B36;
    text-align: center;
  }
}

#what-possible {
  padding: 40px 0;
}

#what-possible .title {
  font-size: 75px;
  font-weight: 700;
  line-height: 89px;
  text-align: center;
  margin-bottom: 12px;
  color: #000;
}

#what-possible .sub-title,
#what-possible .sub-title-mobile {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  margin: 0;
  color: #000;
}

#what-possible .sub-title-mobile {
  display: none;
}

#what-possible .product-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#what-possible .product-card-wrapper .product-card {
  box-shadow: 2px 2px 2px 0px #00000026;
}

@media screen and (max-width: 992px) {
  #what-possible {
    padding: 40px 0 0;
  }
  #what-possible .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    margin-bottom: 8px;
    color: #212B36;
  }
  #what-possible .sub-title,
  #what-possible .sub-title-mobile {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: #404449;
  }
  #what-possible .sub-title-mobile {
    display: block;
  }
  #what-possible .sub-title {
    display: none;
  }
  #what-possible .product-card-wrapper {
    gap: 0px;
  }
  #what-possible .product-card-wrapper .product-card {
    box-shadow: none;
  }
}
