/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 17px;
  scroll-behavior: smooth;
  width: auto !important;
  overflow-x: hidden !important;
}
body {
  font-family: "AktiveGrotesk", serif;
  color: white;
  background: #000;
  width: auto !important;
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GT_Super", sans-serif !important;
}

p,
a,
span,
li,
td,
th,
div,
input,
select,
option,
.swal2-title,
label,
button {
  font-family: "Satoshi", sans-serif !important;
}

.ff-satoshi {
  font-family: "Satoshi", sans-serif !important;
}

.ff-gt {
  font-family: "GT_Super", sans-serif !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
a {
  color: white;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  color: #2cafff;
  text-decoration: none;
}
.swal2-popup.swal2-toast .swal2-title {
  font-size: 1.4rem !important;
}
body.swal2-toast-shown .swal2-container {
  width: 25rem;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
}
.flex-grow-1 {
  flex-grow: 1;
}
.px-lg-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
section {
  padding: 4.5rem 0;
}
.section-title {
  color: white;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 3.3rem;
}
.object-cover {
  object-fit: cover !important;
}
.hover-purple:hover {
  color: #ff00f3 !important;
}
.hover-green:hover {
  color: #15ffa4 !important;
}
.hover-blue:hover {
  color: #00ffff !important;
}
.hover-dark-blue:hover {
  color: #005add !important;
}
.text-black {
  color: #000 !important;
}
.text-grey {
  color: #b4b4b4 !important;
}
.text-blue {
  color: #2cafff !important;
}
.text-dark-blue {
  color: #005add !important;
}
.text-purple {
  color: #cb4dff !important;
}
.text-yellow {
  color: #daff40 !important;
}
.text-orange {
  color: #ffe876 !important;
}
.text-pink {
  color: #ff57cc !important;
}
.text-red {
  color: #ff0033 !important;
}
.bg-secondary {
  background: #1a1a1a !important;
}
.bg-blue {
  background: #2cafff !important;
}
.bg-dark-blue {
  background: #005add !important;
}
.bg-purple {
  background: #cb4dff !important;
}
.bg-yellow {
  background: #daff40 !important;
}
.bg-orange {
  background: #ffe876 !important;
}
.bg-pink {
  background: #ff57cc !important;
}
.bg-red {
  background: #ff0033 !important;
}
.fw-normal {
  font-weight: 500 !important;
}
.link-red {
  cursor: pointer;
  color: white !important;
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(0deg, #ff0033, #ff345d);
  border: none;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.link-red:hover {
  color: #ff0033 !important;
  background: white;
}
.link-black {
  color: white !important;
  display: inline-block;
  padding: 1rem 2rem;
  background: #121212;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
/*--------------------------------------------------------------
# Navbar Section
--------------------------------------------------------------*/
.navbar {
  position: absolute;
  top: 2rem;
  left: 3rem;
  right: 3rem;
  z-index: 100;
  padding: 0.8rem 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid transparent;
  border-radius: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.navbar img {
  height: 2rem;
}
.navbar .nav-link {
  font-size: 1.2rem;
  padding: 0.5rem 1rem !important;
  font-weight: bold;
}
.navbar-toggler {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    no-repeat center;
  outline: none !important;
}
.navbar .dropdown-menu {
  top: calc(100% + 30px);
  background: rgba(0, 0, 0, 0.6);
  border: none;
}
.navbar .dropdown-item {
  font-size: 1.2rem;
  padding: 0.5rem 1rem !important;
  font-weight: bold;
  color: white;
}
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: #2cafff;
  background: none;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 2rem 4rem 0;
}
.hero-content-container {
  border-radius: 3rem;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hero h1 {
  margin: 0;
  font-size: 4.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  color: #fbfbfb;
}
.hero-slider .swiper-slide {
  font-size: 3.3rem;
  padding: 0.6rem 1.3rem;
  font-weight: 800;
  border-radius: 1rem;
  margin-left: 1rem;
  background: #2cafff;
}
#hero .btn-get-started {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.2);
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h1 {
  font-weight: 700;
  font-size: 3rem;
}
.about p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
  text-align: justify;
}
.about .row {
  margin-left: -3rem;
  margin-right: -3rem;
}
/*--------------------------------------------------------------
# POS
--------------------------------------------------------------*/
.pos .px-lg-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.pos h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.pos p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
}
.pos .content > .d-flex {
  gap: 2.6rem;
  margin-bottom: 3rem;
}
.pos .content h2 {
  font-size: 6rem;
  margin-bottom: 0;
}
.pos .content h4 {
  font-size: 2rem;
  margin-bottom: 0;
}
.pos .content p {
  color: #858585;
  line-height: normal;
}
.pos .content p b {
  color: white;
  font-style: italic;
}
.pos .content .row > div > div {
  padding: 1.4rem 1.2rem;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  position: relative;
}
.pos .content .row > div > div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: bottom;
}
.pos .content .row h3 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.pos .content .row p {
  font-size: 1rem;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.global .px-lg-6 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.global h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.global p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 6rem;
}
.global .img-container p {
  position: absolute;
  background: black;
  padding: 0.7rem 1rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
}
.global .img-container #america {
  top: 19%;
  left: 6%;
}
.global .img-container #europe {
  top: 13%;
  left: 45%;
}
.global .img-container #mena {
  top: 38%;
  left: 45%;
}
.global .img-container #asia {
  top: 30%;
  left: 70%;
}
.global .img-container #oceania {
  top: 60%;
  left: 75%;
}

/*--------------------------------------------------------------
# Virtual
--------------------------------------------------------------*/
.virtual .px-lg-6 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.virtual h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.virtual p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
}
.virtual .img-container {
  border-radius: 1rem;
  padding: 1rem;
  background: #1a1a1a;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: #000039;
  min-height: 100vh !important;
}
.services h1 {
  position: relative;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 5rem;
  background: #000039;
  border-radius: 4rem;
  padding: 0.8rem 3.5rem 0.5rem;
  display: inline-block;
}

@keyframes animateGlow {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.services h1::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 4rem;
  filter: blur(15px);
  background: linear-gradient(
    to left,
    #cb4dff,
    #daff40,
    #ffe876,
    #db00ff,
    #2cafff
  );
  background-size: 200% 200%;
  animation: animateGlow 3.5s linear infinite;
}
.services h1::after {
  content: "What We Build";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 4rem;
  font-weight: 700;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000039;
}
.services-card {
  background: #00005e;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border: 0.4rem solid #00005e;
  display: flex;
  flex-direction: column;
  position: relative;
}
.services-card img {
  object-fit: cover;
}
.services-card .director {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.1rem 0.8rem;
  border-radius: 0.3rem;
}
.service-count {
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 3rem;
  display: flex;
  color: #00005e;
  font-weight: 700;
  align-self: center;
  justify-content: center;
  border-radius: 50%;
}
.service-counter hr {
  flex-grow: 1;
  height: 0.1rem;
}
.services-card h2 {
  text-align: left;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 800;
}
.services-card p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.clients p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 6rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.clients-container {
  display: grid;
  padding: 1.5rem;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
  grid-auto-rows: 8rem;
  border-radius: 1rem;
}
.clients-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.8rem;
  background: #333333 !important;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.media h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3.8rem;
  background: -webkit-linear-gradient(
    40deg,
    #bf885a 0%,
    #efcba8 40%,
    #d18f5d 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.media-container {
  padding: 0.7rem;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #efcba8 0%, #bf885a 50%, #d18f5d 100%);
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 0.5rem;
}
.events p {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}
.events-slider {
  padding: 1rem;
  border-radius: 1rem;
  background: #1a1a1a;
}
.events-slider .swiper-slide {
  display: flex;
  align-items: center;
  height: 9rem !important;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #333333;
}
.events-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/*--------------------------------------------------------------
# Blockchain
--------------------------------------------------------------*/
.blockchain h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 3rem;
}
.blockchain-slider .swiper-slide p {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.blockchain-img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.blockchain-slider .swiper-slide iframe {
  height: 100%;
  width: 100%;
}
.blockchain-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms;
}
.blockchain a:hover img {
  transform: scale(1.1);
}
.blockchain-container {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.blockchain-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 1.5rem;
}
.blockchain-overlay h2 {
  font-size: 3.3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  text-align: center;
}
/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news {
  padding-bottom: 1.5rem !important;
}
.news h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3.8rem;
}
.news-container {
  border-radius: 2rem;
  border: 1px solid #333333;
}
.news-container .img-container {
  width: 100%;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.news-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-container .news-content {
  padding: 2rem;
}
.news-container .news-content p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.news-container .news-content h3 {
  color: #666666;
  font-size: 1.6rem;
  font-weight: bold;
}
.news-container:hover .img-container img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Follow Us
--------------------------------------------------------------*/
.follow h1 {
  font-weight: 800;
  font-size: 3rem;
  margin-left: 1rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
.follow-us-container {
  padding: 0.8rem;
  border-radius: 1rem;
  background: #1a1a1a;
}
.follow-us-container .social-icon {
  display: flex;
  align-items: center;
  width: 7rem !important;
  height: 7rem !important;
  padding: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #333333;
}
.follow-us-container .social-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact h1 {
  font-weight: 800;
  font-size: 4rem;
  margin-bottom: 0;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-12px) scale(0.8);
  transform: translateY(-12px) scale(0.7);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: rgba(255, 255, 255, 0.3);
}
.input-field > label {
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.7rem;
  cursor: text;
  -webkit-transition:
    color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    color 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  font-weight: normal;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  border-radius: 0;
  outline: none;
  height: auto !important;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 0 0.8rem 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition:
    border 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    border 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    border 0.3s;
  transition:
    box-shadow 0.3s,
    border 0.3s,
    -webkit-box-shadow 0.3s;
  padding: 0.8rem 0;
}
#feedbackForm button {
  background: #2cafff;
  border-radius: 3rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0.3rem 3rem;
}
#feedbackForm .form-check-input {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -3rem;
}
#feedbackForm label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #b4b4b4;
}
#feedbackForm label a {
  color: #005add !important;
}
.hiddendiv {
  display: none;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form {
  background: white;
  color: black;
}
.form .container {
  padding-bottom: 4.5rem;
}
.form h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.form .dropdown {
  background: transparent !important;
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}
.form .dropdown button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 1.5rem;
  padding: 0.8rem 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3) !important;
  background: white !important;
  box-shadow: none !important;
  outline: none !important;
}
.form .dropdown-toggle::after {
  display: none;
}
.form .dropdown button svg {
  transition: 0.7s;
}
.form .dropdown-menu {
  top: calc(100% + 1px);
  right: 0;
  border: 1px solid #dadada;
  border-top: 0;
  background: white;
  border-radius: 0;
  padding: 0;
}
.form .dropdown-menu .dropdown-item {
  font-size: 1.2rem;
  padding: 0.5rem;
  color: black !important;
  background: white !important;
  border-bottom: 1px solid #dadada;
}
.form .body-field label {
  color: black;
}
.form .body-field textarea {
  color: black;
  border-radius: 0;
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem;
  outline: none;
  box-shadow: none;
  background: #fafafa;
  border-color: #dadada !important;
}
.form .form-check-input {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -3rem;
}
.form label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #b4b4b4;
}
.form label a {
  color: #005add !important;
}
.form p {
  width: 60%;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 6rem auto 3rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: white;
  font-size: 14px;
  padding: 1rem;
  margin-bottom: 1rem;
}
#footer .logo {
  height: 4rem;
  padding-left: 0;
}
#footer .footer-top {
  padding-top: 1rem;
  padding-bottom: 5.5rem;
  color: white;
}
#footer .footer-top hr {
  height: 1px;
  background-color: white;
}
#footer .footer-top h4 {
  font-size: 1.8rem;
  color: white;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
#footer .footer-top input[type="email"] {
  background: #1a1a1a;
  color: white !important;
  border: none !important;
  width: 100%;
  border-radius: 1rem;
  font-size: 1.5rem;
  outline: none;
  padding: 0.5rem 5rem 0.5rem 1rem;
}
#footer input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
#footer input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .g-recaptcha {
  justify-content: left;
}
#footer button {
  cursor: pointer;
  border: none;
  background: transparent;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
  display: inline-block;
}
#footer .footer-top button img {
  height: 2rem;
  width: 2rem;
  display: block;
}
#footer .logo {
  height: 3rem;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}
/*--------------------------------------------------------------
# Slogan
--------------------------------------------------------------*/
.slogan {
  padding: 15rem 0;
}
.slogan h1 {
  font-weight: 700;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.slogan p {
  font-size: 1.5rem;
  margin-bottom: 0;
  width: 70%;
}
/*--------------------------------------------------------------
# Built For
--------------------------------------------------------------*/
.built-for {
  background: #f4f0f1;
  color: black;
}
.built-for .px-lg-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.built-for h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.built-for p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.built-for .row {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.built-for .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}
.built-for .card {
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  padding: 2.2rem 3rem;
}
.built-for .card h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.built-for .card p {
  width: 80%;
  color: #b4b4b4;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.built-for .features .d-flex {
  gap: 1rem;
  margin-bottom: 2rem;
}
.built-for .features .d-flex:last-of-type {
  margin-bottom: 0;
}
.built-for .features .d-flex p {
  color: #404040;
  width: unset;
}
.built-for .third {
  background: #f7edec;
  border-color: #dfbfbc;
}
.built-for .third p {
  border-left: 2px solid #ff0033;
  padding-left: 1.5rem;
  color: black;
  width: unset;
}
.built-for .not-built-for .card {
  background: #f2f2f2;
  border-color: #c3c3c3;
}
.built-for .not-built-for .third p {
  border-left: none;
  padding-left: 0;
  color: black;
  width: unset;
}
/*--------------------------------------------------------------
# Slogan2
--------------------------------------------------------------*/
.slogan2 {
  padding: 15rem 0;
}
.slogan2 h1 {
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 2rem;
}
.slogan2 p {
  font-size: 1.5rem;
  margin: auto auto 0;
  width: 50%;
}
/*--------------------------------------------------------------
# Food Brands
--------------------------------------------------------------*/
.food-brands .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
.food-brands h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.food-brands p {
  font-size: 1.5rem;
  margin-bottom: 7rem;
}
.food-brands .position-absolute {
  top: 60%;
  left: 60%;
  width: 80%;
}
.food-brands .content {
  padding-left: 15px;
  padding-right: 15px;
}
.food-brands .content h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.food-brands .content p {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/*--------------------------------------------------------------
# Foods why us
--------------------------------------------------------------*/
.foods-why-us h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.foods-why-us .row {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.foods-why-us .row > div {
  margin-bottom: 30px;
}
.foods-why-us .card {
  border-radius: 0;
  border: none;
  background: #121212;
  padding: 2.2rem 3rem;
}
.foods-why-us .card:hover {
  background: #ff0033;
}
.foods-why-us .card:hover h2 {
  color: black !important;
}
.foods-why-us .card h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.foods-why-us .card p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Food how help
--------------------------------------------------------------*/
.food-how-help h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.food-how-help .row {
  margin-top: 5rem;
}
.food-how-help .row > div {
  margin-bottom: 4rem;
}
.food-how-help .card {
  border-radius: 0;
  border: none;
  background: #121212;
  padding: 2.2rem 3rem;
}
.food-how-help .card h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.food-how-help .card p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# How we scale
--------------------------------------------------------------*/
.how-we-scale .content {
  padding-bottom: 25%;
}
.how-we-scale p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  width: 68%;
  background: #ff0033;
  padding: 2.2rem 3rem;
}
.how-we-scale img {
  width: 65%;
  top: 30%;
  right: 0;
  z-index: -1;
}
/*--------------------------------------------------------------
# UK Food Market
--------------------------------------------------------------*/
.uk-food-market h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.uk-food-market p {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
.uk-food-market .content p {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #ff0033;
  margin-top: 0;
  transition: 0.2s;
}
.uk-food-market .content p:hover {
  padding-left: 2.5rem;
  background: #ff0033;
}
.uk-food-market h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.uk-food-market img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/*--------------------------------------------------------------
# Future of food
--------------------------------------------------------------*/
.future-of-food h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.future-of-food p {
  font-size: 1.5rem;
  font-weight: 400;
  width: 65%;
  margin: 1.5rem auto 0;
}
.future-of-food .row {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.future-of-food .row > div {
  margin-bottom: 30px;
}
.future-of-food .card {
  border-radius: 10px;
  border: none;
  background: #212121;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.future-of-food .card h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-transform: capitalize;
}
.future-of-food .card p {
  font-size: 1.4rem;
  width: unset;
  margin-left: 0;
  margin-right: 0;
}
.future-of-food .card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/*--------------------------------------------------------------
# Download report
--------------------------------------------------------------*/
.download-report h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.download-report p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.download-report .row {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.download-report .form-check-input {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -3rem;
}
.download-report label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #b4b4b4;
}
.download-report label a {
  color: #005add !important;
}
/*--------------------------------------------------------------
# Slogan3
--------------------------------------------------------------*/
.slogan3 .card {
  display: block;
  border-radius: 0;
  border: none;
  background: #121212;
  padding: 6rem 10rem;
}
.slogan3 h1 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
.slogan3 .card p {
  font-size: 1.5rem;
  font-weight: 400;
  width: 70%;
  margin: 0 auto 6rem;
}
/*--------------------------------------------------------------
# Slogan4
--------------------------------------------------------------*/
.slogan4 {
  padding: 10rem 0;
}
.slogan4 p {
  font-size: 1.8rem;
  width: 70%;
  margin: auto auto 3rem;
}
/*--------------------------------------------------------------
# Who this for
--------------------------------------------------------------*/
.who-this-for h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.who-this-for p {
  font-size: 1.5rem;
  margin-bottom: 7rem;
}
.who-this-for .content h2 {
  font-size: 2.2rem;
  padding-bottom: 2rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.who-this-for .content h2:last-of-type {
  margin-top: 2rem;
  border-bottom: none;
}
.who-this-for .content p {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.who-this-for .content img {
  width: 0;
  height: 5rem;
  opacity: 0;
  display: inline-block;
  border-radius: 5px;
  transition: 0.2s;
}
.who-this-for .content p:hover {
  color: #ff0033;
}
.who-this-for .content p:hover img {
  width: auto;
  opacity: 1;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
/*--------------------------------------------------------------
# Tech delivery
--------------------------------------------------------------*/
.tech-delivery h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.tech-delivery .card {
  border-radius: 0;
  border: none;
  background: #121212;
  padding: 2.2rem 3rem;
  margin-bottom: 2rem;
}
.tech-delivery .card h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
  text-transform: capitalize;
}
.tech-delivery .container > p {
  font-size: 1.5rem;
  font-weight: 400;
  width: 55%;
  margin: 3rem auto;
}
.tech-delivery .card p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Technology Infrastructure
--------------------------------------------------------------*/
.tech-infrastructure h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.tech-infrastructure p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 0;
}
.tech-infrastructure .row {
  margin-top: 5rem;
}
.tech-infrastructure .card {
  border-radius: 0;
  border: 1px solid white;
  background: black;
  padding: 2.2rem 3rem;
  margin-bottom: 4rem;
}
.tech-infrastructure .card h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.tech-infrastructure .card-1 {
  margin-top: 8rem;
}
.tech-infrastructure .card-2 {
  margin-top: 16rem;
  margin-left: 4rem;
  margin-right: -4rem;
}
.tech-infrastructure .card-4 {
  margin-left: -6rem;
  margin-right: 6rem;
}
/*--------------------------------------------------------------
# How we work
--------------------------------------------------------------*/
.how-work h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.how-work p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.how-work .row {
  margin-top: 5rem;
}
.how-work .row > div {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.how-work .row p {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 4rem;
}
.how-work .row img {
  position: absolute;
  height: 100%;
  width: 130%;
  object-fit: cover;
}
/*--------------------------------------------------------------
# Startup Feature
--------------------------------------------------------------*/
.startup-feature h1 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.startup-feature p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.startup-feature .content {
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.startup-feature .content div {
  width: 50%;
  padding: 2.2rem 3.5rem;
}
.startup-feature .content p {
  font-size: 1.5rem;
  margin-top: 0;
}
.startup-feature .content ul {
  font-size: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 0;
}
.startup-feature .content img {
  width: 50%;
}
/*--------------------------------------------------------------
# Slogan5
--------------------------------------------------------------*/
.slogan5 {
  padding: 10rem 0;
}
.slogan5 h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.slogan5 p {
  font-size: 1.5rem;
  width: 50%;
  margin: 0 auto 3rem;
}
/*--------------------------------------------------------------
# Perspectives
--------------------------------------------------------------*/
.perspectives {
  background: white;
  color: black;
  padding-top: 0;
}
.perspectives h1 {
  font-weight: 700;
  font-size: 3rem;
}
.perspectives .container > h1 {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid black;
}
.perspectives .container > .d-flex {
  gap: 1.2rem;
  margin-bottom: 5rem;
}
.perspectives a {
  color: black;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.perspectives a.selected {
  font-family: "GT_Super", sans-serif !important;
  font-style: italic;
  border-bottom: 1px solid #ff0033;
  color: #ff0033;
}
.perspectives .content .head-content {
  gap: 4rem;
  padding: 2rem;
}
.perspectives .content .body-content {
  background: #f4f4f4;
  padding: 1.5rem 2rem;
}
.perspectives .content .body-content h3 {
  font-size: 2rem;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.perspectives .content .body-content p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.perspectives .content .body-content a {
  font-weight: 500;
  font-size: 1.3rem;
}
.perspectives .about-author {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem !important;
}
/*--------------------------------------------------------------
# Slogan6
--------------------------------------------------------------*/
.slogan6 {
  padding: 10rem 0;
  background: white;
  color: black;
}
.slogan6 p {
  font-size: 1.8rem;
  font-weight: 500;
  width: 80%;
  margin: auto auto 0;
}
/*--------------------------------------------------------------
# Insights
--------------------------------------------------------------*/
.insights {
  background: white;
  color: black;
  padding-top: 0;
}
.insights h1 {
  font-weight: 700;
  font-size: 3rem;
}
.insights .container > h1 {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid black;
}
.insights .container > .d-flex {
  gap: 1.2rem;
  margin-bottom: 5rem;
}
.insights a {
  color: black;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.insights a.selected {
  font-family: "GT_Super", sans-serif !important;
  font-style: italic;
  border-bottom: 1px solid #ff0033;
  color: #ff0033;
}
.insights .content .head-content img {
  object-fit: cover;
  height: 235px;
}
.insights .content .body-content h3 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insights .content .body-content p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insights .content .body-content a {
  font-weight: 500;
  font-size: 1.3rem;
}
.insights .content .modal-lg p {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.insights .content .modal-lg a {
  font-weight: 500;
  font-size: 1.3rem;
}
.insights .about-author {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem !important;
}
/*--------------------------------------------------------------
# Slogan7
--------------------------------------------------------------*/
.slogan7 {
  background: white;
  color: black;
}
.slogan7 .card {
  display: block;
  border-radius: 0;
  border: none;
  background: #f4f4f4;
  padding: 10rem;
}
.slogan7 h1 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
.slogan7 .card p {
  font-size: 1.5rem;
  font-weight: 400;
  width: 70%;
  margin: 0 auto 0;
}
/*--------------------------------------------------------------
# Slogan8
--------------------------------------------------------------*/
.slogan8 {
  background: white;
  color: black;
}
.slogan8 .card {
  display: block;
  border-radius: 0;
  border: none;
  background: #f4f4f4;
  padding: 5rem 10rem;
}
.slogan8 h1 {
  font-weight: 700;
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
.slogan8 .card p {
  font-size: 1.5rem;
  font-weight: 400;
  width: 75%;
  margin: 0 auto 6rem;
}
/*--------------------------------------------------------------
# Insight show
--------------------------------------------------------------*/
.insight-show {
  background: white;
  color: black;
}
.insight-show > .row {
  border-top: 1px solid black;
  padding-top: 3rem;
}
.insight-show h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.insight-show p {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
/*--------------------------------------------------------------
# Customer reviews
--------------------------------------------------------------*/
.customers-reviews-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.customers-reviews-title + div {
  margin-top: 1.5rem;
  width: 45%;
}
.yt-video-container {
  position: relative;
  width: 100%;
}

.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.video__youtube {
  /*padding-bottom: 56.23%;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  background-color: black;
}
.youtube__button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 100%;
}
.youtube__button:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/play.svg") no-repeat center center;
  background-size: 75%;
}
.youtube__button:hover:before {
  background: url("../img/play.svg") no-repeat center center;
  background-size: 75%;
}
.reviews-grid .review-item {
  height: 300px;
}
.swiper-pagination-bullet {
  background: white;
}
.swiper-button-disabled svg {
  opacity: 0.2;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  #hero {
    padding: 2rem 2rem 0;
  }

  .built-for .not-built-for {
    display: block !important;
    order: 1;
  }

  .uk-food-market img {
    padding: 2rem;
  }

  .tech-infrastructure .card {
    margin: 0;
    margin-bottom: 3rem;
  }

  .customers-reviews-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .swiper-button-prev-reviews {
    left: 8px !important;
  }
  .swiper-button-next-reviews {
    right: 8px !important;
  }
}
@media only screen and (max-width: 990px) {
  html {
    font-size: 10px;
  }

  .navbar-nav {
    margin-top: 1rem;
  }
  .navbar .nav-link {
    padding: 1rem 0 !important;
  }
  .navbar .dropdown-menu {
    background: transparent;
  }

  .virtual .px-lg-6,
  .container.px-lg-6,
  .px-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #hero {
    height: 60vh;
    background-position: center;
  }

  #hero h1 {
    font-size: 3.8rem;
    line-height: 4rem;
    font-weight: 800;
  }

  .hero-slider {
    margin-top: 2rem;
  }

  .hero-slider .swiper-slide {
    font-size: 2.5rem;
    margin-left: 0;
  }

  .about {
    padding: 2rem 0;
  }

  .about h1 {
    padding-bottom: 1rem;
  }

  .virtual .img-container {
    padding: 0;
  }

  .text-osm-left {
    text-align: left !important;
  }

  .services h1 {
    margin-bottom: 2rem;
  }

  .services .col-lg-7 {
    margin-top: 2rem !important;
  }
  .services .col-lg-7 .services-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .services .col-lg-5 {
    margin-top: 0 !important;
  }
  .services .col-lg-5 .services-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .services-card {
    border: 0;
  }

  .services-card p {
    font-size: 1.6rem;
  }

  .media h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  #contact .g-recaptcha {
    justify-content: center;
  }

  #about,
  #virtual,
  #services,
  #clients,
  #media,
  #events,
  #blockchain,
  #contact {
    min-height: auto !important;
    height: auto !important;
  }

  .clients-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-auto-rows: 10rem;
  }

  .swiper-navigation {
    display: none !important;
  }

  .swal2-popup.swal2-toast .swal2-title {
    font-size: 1.3rem;
    line-height: inherit;
  }

  .blockchain h1 {
    font-size: 1.95rem;
  }

  .pos .content h2 {
    font-size: 4rem;
  }
  .pos .content p br {
    display: none;
  }
  .pos .content .row > div {
    margin-bottom: 2rem;
  }

  .global h1 {
    font-size: 2.5rem;
  }
  .global p br {
    display: none;
  }
  .global .img-container {
    margin-bottom: 3rem;
  }

  .slogan h1 {
    font-size: 4rem;
  }

  .built-for p br {
    display: none;
  }
  .built-for .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .food-brands .img-container {
    margin-bottom: 7rem;
  }

  .food-how-help .row > .col-lg-3 {
    margin-bottom: 0;
  }

  .food-brands h1 br {
    display: none;
  }

  .uk-food-market h2 br {
    display: none;
  }

  .download-report .row {
    gap: 3rem;
  }

  .slogan3 .card {
    padding: 6rem;
  }

  .how-work .row p {
    text-align: center;
  }
  .how-work .row p br {
    display: none;
  }
  .how-work .row .d-flex {
    justify-content: center;
  }

  .startup-feature h1 br {
    display: none;
  }

  .slogan5 p {
    width: 80%;
  }

  .slogan7 .card {
    padding: 6rem 2rem;
  }

  .insight-show .row {
    border-top: 0;
  }

  .slogan8 .card {
    padding: 4rem 2rem;
  }

  .reviews-grid .review-item {
    height: 250px;
  }

  .follow-us-container {
    padding: 1rem;
  }

  .follow h1 {
    font-size: 2.5rem;
  }

  .follow-us-container .arrow-right {
    width: 2rem !important;
    height: 2rem !important;
  }

  .follow-us-container .social-icon {
    width: 3rem !important;
    height: 3rem !important;
    padding: 0.6rem;
  }

  #footer .footer-bottom p,
  #footer .footer-bottom a {
    text-align: center;
  }

  #footer .footer-top h4 {
    margin-top: 3rem;
  }

  .copyright {
    width: 100%;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 2px solid white;
  }
}
@media only screen and (max-width: 1649px) {
  .news-container .news-content p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1649px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1450px) {
  #customer-reviews .container {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1650px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 992px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
