/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("../css/vendor/bootstrap.min.css");
@import url("../css/vendor/fontawesome.css");
@import url("../css/vendor/brands.css");
@import url("../css/vendor/regular.css");
@import url("../css/vendor/solid.css");
@import url("../css/vendor/swiper-bundle.min.css");

@property --progress {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0;
}

@keyframes load {
  to {
    --progress: var(--value);
  }
}

@keyframes background_animation {
  from {
    background-size: 100%;
  }

  to {
    background-size: 110%;
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-origin: center;
    border-width: 0px;
  }

  to {
    opacity: 0;
    transform: scale3d(1.7, 1.7, 1.8);
    transform-origin: center;
    border-width: 13px;
  }
}

:root {
  --text-color: #ffffff;
  --text-color-2: #e9e9e9;
  --gray-color: #f3f3f3;
  --accent-color: #0b0c0e;
  --accent-color-2: #876aaf;
  --accent-color-3: #19181c;
  --accent-color-4: #484551;
  --accent-color-5: #a977d9;
  --accent-color-6: #302e35;
  --font-1: "Montserrat";
}

body {
  font-family: var(--font-1);
  color: var(--text-color);
  background-color: var(--accent-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 62px;
}

h3 {
  font-size: 52px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  text-transform: uppercase;
}

span,
button,
a {
  font-size: 18px;
}

p {
  font-size: 18px;
  font-family: var(--font-1);
}

.policy-link {
    color: var(--accent-color-2);
}

.policy-link:hover {
    color: var(--accent-color-5);
}

ul {
  list-style: none;
}

.list-circle {
  list-style: disc;
}

li {
  font-size: 16px;
  font-family: var(--font-1);
}

img {
  object-fit: cover;
}

button {
  padding-inline: 1rem;
  padding-block: 0.5rem;
  text-decoration: none;
  transition: all 0.5s;
}

.sub-heading {
  color: var(--accent-color);
}

.text-color-1 {
  color: var(--text-color);
}

.text-color-2 {
  color: var(--text-color-2);
}

.hover-transform:hover {
  transform: translateY(-10px);
}

button:hover {
  color: var(--text-color);
}

a {
  text-decoration: none;
}

.w-max-content {
  width: max-content !important;
}

.banner-heading {
  font-size: 5.5rem;
}

.font-1 {
  font-family: var(--font-1);
}

.ls-2 {
  letter-spacing: 2px;
}

.fs-7 {
  font-size: 0.8rem !important;
}

.fw-black {
  font-weight: 900 !important;
}

.video-e119 {
  width: 60%;
  margin-bottom: -3rem;
  margin-left: -3rem;
}

.form input,
.form textarea,
.form select {
  background-color: transparent;
  border-radius: 10px;
  border: solid 1px var(--accent-color-2);
  color: white;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  box-shadow: none;
  border: solid 2px var(--accent-color-2);
  background-color: transparent;
  color: white;
}

.form input:autofill,
.form input:autofill:focus {
  color: white;
  transition: background-color 5000s ease-in-out;
  -webkit-text-fill-color: white;
}

.form input::placeholder,
.form textarea::placeholder {
  color: white;
  font-family: var(--font-1);
}

.form .form-select {
  color: var(--accent-color-2);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-lg" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
  background-color: transparent;
  border: 1px solid gray;
}

.form input.form-check-input:checked {
  border: 1px solid blue;
  color: blue;
}

.form .submit_form {
  padding-inline: 2rem;
  padding-block: 0.7rem;
  text-decoration: none;
  transition: all 0.5s;
  background-color: var(--accent-color-2);
  color: white;
  border-radius: 5px;
  border: solid 2px var(--accent-color-2);
}

.submit_form:hover {
  background-color: transparent;
}

.submit_form-subscribe {
  padding-inline: 2rem;
  padding-block: 0.7rem;
  text-decoration: none;
  transition: all 0.5s;
  color: white;
  background-color: transparent;
  border-radius: 5px;
}

.submit_form-subscribe:hover {
  background-color: transparent;
  color: white;
  filter: none;
}

.maps {
  width: 100%;
  height: 480px;
  transition: filter 0.5s;
  display: block;
}

#header {
  transition: all 0.5s ease;
}

.logo-container .logo {
  font-size: 36px;
  font-weight: 600;
  color: var(--accent-color-2);
}

.navbar-nav .nav-link:focus {
  color: var(--accent-color-2);
}

.nav-link {
  border-bottom: 2px solid transparent;
  font-size: 1.1rem;
  font-family: var(--font-1);
  padding-block: 1.2rem;
  color: var(--text-color-2);
}

.nav-link:hover {
  color: var(--accent-color-2);
}

.nav-link.active {
  color: var(--accent-color-2) !important;
}

.navbar-toggler {
  border: none;
  color: var(--accent-color-2);
}

.navbar-toggler:focus {
  box-shadow: none;
  background-color: transparent;
  color: var(--accent-color-2);
}

.dropdown-menu {
  background-color: var(--accent-color);
  border-radius: 0;
  border: none;
  padding: 0;
  width: 200px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-item {
  padding-block: 0.75rem;
  color: var(--text-color);
  font-family: var(--font-1);
  font-size: 0.95rem;
  font-weight: 400;
  padding-inline: 0.75rem;
  text-align: center;
}

.dropdown-item.active {
  color: var(--accent-color-2);
  background-color: transparent;
  text-align: center;
}

.dropdown-item:hover {
  background-color: var(--accent-color-2);
  color: white;
}

.dropdown-item:focus {
  color: var(--accent-color-2);
}

.section {
  padding: 6em 2em 6em 2em;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.r-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.bg-accent-color {
  background-color: var(--accent-color);
}

.bg-accent-2 {
  background-color: var(--text-color-2);
}

.bg-accent-3 {
  background-color: var(--accent-color-3);
}

.accent-color {
  color: var(--accent-color);
}

.accent-color-2 {
  color: var(--accent-color-2);
}

.accent-color-3 {
  color: var(--accent-color-3);
}

.accent-color-4 {
  color: var(--accent-color-4);
}

.border-accent-color {
  border-color: var(--accent-color) !important;
}

.border-accent-2 {
  border-color: var(--accent-color-2) !important;
}

.text-gray {
  color: var(--gray-color) !important;
}

.bg-accent-color-hover:hover {
  background-color: var(--accent-color);
  color: white;
}

.bg-dark-transparent {
  background-color: #232323b7;
}

.btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-accent {
  background-color: var(--accent-color-2);
  color: var(--text-color);
  transition: all 0.5s;
  border: 1px solid transparent;
}

.btn-accent:hover {
  background-color: transparent;
  border-color: var(--accent-color-2);
  color: var(--accent-color-2);
}

.btn-accent-outline {
  background-color: transparent;
  border: 1px solid var(--accent-color-2);
  color: var(--accent-color-2);
}

.btn-accent-outline-2 {
  font-size: 12px;
  background-color: transparent;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.btn-accent-outline:hover {
  background-color: var(--accent-color-2);
  color: var(--text-color);
}

.btn-white-accent {
  background-color: white;
  color: var(--accent-color);
  border: 3px solid transparent;
}

.btn-white-accent:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}

.btn-white-outline {
  background-color: transparent;
  border-color: white;
  color: white;
  border-width: 3px;
}

.btn-white-outline-hover:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}

.btn-white-outline:hover {
  background-color: white;
  color: var(--accent-color);
}

.image-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #180e0e;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay-2 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgb(67, 67, 67);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent 40%, #ffffff 100%);
  opacity: 1;
}

.bg-overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(97, 59, 255, 0.2) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cta-overlay {
  background: linear-gradient(90deg, #0b0c0e 0%, rgba(97, 59, 255, 0.3) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay-2 {
  background: linear-gradient(
    180deg,
    rgba(25, 24, 28, 0.2) 0%,
    rgba(97, 59, 255, 0.2) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.logo-container {
  max-width: 195px;  
}

.logo-container .navbar-brand {
  display: flex;
  justify-content: space-between;

}

.navbar-brand .img-fluid {
  max-width: 50px;
  margin-right: 5px;
}

.divider {
  display: flex;
  align-items: center;
}

.divider::after {
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 3px solid #8692af;
  max-width: 30px;
  min-width: 30px;
}

.divider-element {
  letter-spacing: 2px;
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0;
  margin-left: 1rem;
  font-weight: 400;
}

.image-infinite-bg {
  height: 90vh;
}

.animation-bg {
  animation: background_animation 10s forwards;
}

.bg-attach-fixed {
  background-attachment: fixed;
}

.social-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.character-img {
  position: relative;
  z-index: 2;
}

.stock-img {
  position: relative;
  z-index: 20;
}

.customer-item {
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 19px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-2);
  margin-left: -6px;
  overflow: hidden;
}

.customer-container {
  display: flex;
  flex-direction: row-reverse;
}

.customer-item:nth-child(1) {
  z-index: 6;
}

.customer-item:nth-child(2) {
  z-index: 5;
}

.customer-item:nth-child(3) {
  z-index: 4;
}

.customer-item:nth-child(4) {
  z-index: 3;
}

.subscribe-container {
  box-sizing: border-box;
  margin-bottom: -8em;
}

.social-item {
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 19px;
  width: 2rem;
  height: 2rem;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--text-color);
  color: var(--accent-color);
}

.social-container.accent .social-item {
  background-color: var(--accent-color-2);
  color: white;
}

.social-container.accent .social-item:hover {
  background-color: var(--accent-color-2);
  color: var(--accent-color);
  border-color: transparent;
}

.social-container.share .social-item {
  background-color: var(--accent-color-2);
  color: white;
}

.social-container.share .social-item:hover {
  background-color: var(--accent-color-2);
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.social-container.team .social-item {
  width: 1.8rem;
  height: 1.8rem;
  font-size: 16px;
}

.social-item:hover {
  background-color: var(--accent-color-2);
  border: 1px solid var(--accent-color);
  color: white;
}

.social-container .share-button {
  background-color: var(--accent-color-1);
  aspect-ratio: 1/1;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.share-button:hover {
  background-color: var(--accent-color-2);
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  background-color: transparent;
  color: var(--accent-color-2);
  border: none;
  position: relative;
}

.nav-tabs .nav-link:hover {
  border: none;
  color: white;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
}

.breadcrumb {
  align-items: center;
}

.breadcrumb .breadcrumb-item > a {
  color: white;
}

.breadcrumb .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.swiper-pagination {
  margin-block: 1rem;
  position: relative;
}

.swiper-slide {
  padding: 0.5rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}

.video-container {
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  position: relative;
  border: 5px solid white;
  border-radius: 10px;
}

.video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video-btn {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 4rem;
  background-color: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 2rem;
  color: white;
  border: none;
  opacity: 0.7;
}

.video-btn:hover {
  opacity: 1;
  color: white;
}

.border-testimonial {
  border-right: 5px solid var(--accent-color-2);
}

.card {
  border: none;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: transparent;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
}

.card-testimonial {
  border: none;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: var(--accent-color-3);
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  aspect-ratio: 1/1;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}

.author-box {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -6px;
  overflow: hidden;
}

.list .icon-box {
  width: 4.3rem;
  height: 4.3rem;
}

.card .icon-box.bg-accent-color {
  background-color: var(--accent-color);
  color: var(--accent-color);
}

.card .icon-box.accent-color-2 {
  color: var(--accent-color-2);
  font-size: 4rem;
}

.card:hover .icon-box.accent-color-2 {
  color: var(--accent-color-2);
}

.card:hover {
  transform: translateY(-20px);
  background: linear-gradient(
    180deg,
    rgba(25, 24, 28, 0.2) 0%,
    rgba(97, 59, 255, 0.2) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-testimonial:hover {
  transform: translateY(-20px);
  box-shadow: 0px 0px 0px 2px var(--accent-color-2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card:hover .icon-box.bg-accent-color {
  background-color: var(--accent-color);
  color: var(--accent-color-2);
}

.card .link {
  color: var(--accent-color-2);
}

.card:hover .link {
  color: white;
}

.request-loader {
  position: relative;
  height: 70px;
  width: 70px;
  border-radius: 50% !important;
  border: solid 2px var(--accent-color);
  background-color: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 25px;
}

.request-loader:hover {
  border: solid 2px var(--accent-color);
  color: white;
  background-color: transparent;
}

.request-loader::after,
.request-loader::before {
  opacity: 0.2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  color: var(--accent-color);
  border: 4px solid currentColor;
  border-radius: 50%;
  animation-name: ripple;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: 0;
}

.request-loader::after {
  animation-delay: 0.5s;
  animation-duration: 3s;
}

.request-loader::before {
  animation-delay: 0.2s;
  animation-duration: 3s;
}

.r-progress {
  --value: 17;
  --progress-color: var(--accent-color);
  --secondary-progress-color: var(--secondary-color);
  --animation-duration: 2000;
}

.r-progress-bar {
  position: relative;
  height: 12px;
  background-color: var(--secondary-progress-color);
  display: flex;
  border-radius: 10px;  
}

.r-progress-bar .progress-value {
  height: 100%;
  width: calc(var(--progress) * 1%);
  background-color: var(--progress-color);
  position: relative;
  border-radius: 10px;
  animation: load;
  animation-fill-mode: forwards;
  animation-duration: calc(var(--animation-duration) * 1ms);
  animation-timing-function: linear;
  animation-delay: 500ms;
  color: black;
}

.r-progress-bar.percentage-label::after {
  counter-reset: percentage var(--progress);
  content: counter(percentage) "%";
  display: block;
  position: absolute;
  left: calc((var(--progress) * 1%));
  animation: load;
  animation-fill-mode: forwards;
  animation-duration: calc(var(--animation-duration) * 1ms);
  animation-timing-function: linear;
  animation-delay: 500ms;
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-1);
  bottom: calc(100% + 0.5rem);
}

.ifr-video {
  aspect-ratio: 16/9;
  width: 100%;
}

.post-button {
  background-color: transparent;
  color: var(--accent-color) !important;
  border: none !important;
}

.post-button:hover {
  background-color: transparent !important;
  color: var(--accent-color) !important;
  transform: scale(1.15);
}

.card.with-border-bottom {
  border-bottom: 5px solid var(--accent-color) !important;
}

.list.list-style-accent i {
  color: var(--accent-color);
  font-size: 1.6rem;
}

.list-flush-horizontal {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 1rem;
}

.list-flush-horizontal .list-item:first-child,
.list-flush-horizontal .list-item {
  border-right: 1px solid white;
}

.list-flush-horizontal .list-item:last-child {
  border-left: 1px solid white;
  border-right: none;
}

.list-flush-horizontal .list-item:nth-last-child(2) {
  border: none;
}

.list-group .list-group-item .link {
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid var(--gray-color);
}

.list-group .list-group-item .link:hover {
  border-color: var(--accent-color-2) !important;
  color: var(--accent-color-2) !important;
}

.list-group .list-group-item .link {
  color: var(--text-color);
}

.list-group .list-group-item.active {
  background-color: var(--accent-color-2);
  color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
  background-color: var(--accent-color-2);
  color: white;
}

.list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
}

.list .link {
  font-weight: 400;
  text-wrap: nowrap;
}

.list li {
  padding: 0;
  font-size: 14px;
}

.section .list .contacts {
    font-size: 18px;
    color: white;
    text-wrap: nowrap;
}

.list li .link,
.list li i {
  color: var(--text-color-2);
  transition: all 0.5s;
}

.list.text-black i {
  color: #131313;
}

.list li .link:hover,
.list li .link:hover i {
  color: var(--accent-color-2);
}

.card .link {
  color: white;
  transition: color 0.5s;
}

.card .link:hover {
  color: var(--accent-color);
}

.link.accent-color {
  color: var(--accent-color);
  transition: color 0.5s;
}

.link.accent-color:hover {
  color: var(--dark-bg);
}

.link {
  color: var(--text-color);
}

.link:hover {
  color: var(--accent-color-2);
}

.link-white {
  color: white;
}

.link-white:hover {
  color: var(--accent-color);
}

.glass-effect {
  background: #a55950d5;
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}

.fs-very-large {
  font-size: 4.125rem;
}

.border-bottom-hover:hover {
  border-bottom: 2px solid var(--accent-color);
}

.testimonial-container {
  background-color: transparent;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  height: 100%;
}

.rating {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}

.rating li {
  color: #f1c644;
}

.rating li.inactive {
  color: #d9d9d9;
}

.logo-partner {
  filter: brightness(200%) contrast(0%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition-duration: 0.5s;
}

.logo-partner:hover {
  filter: none;
}

.accordion .accordion-item {
  border: none;
  background-color: transparent;
  color: var(--text-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion .accordion-button {
  background-color: var(--accent-color-3);
  border-radius: 15px !important;
  font-family: var(--font-1);
  font-size: 18px;
  position: relative;
  overflow: hidden;
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  padding-block: 1.2rem;
  color: var(--text-color);
}

.accordion-button::after {
  margin-left: 0.5rem;
  margin-right: 1.5rem;
  background-color: var(--accent-color-2);
  border-radius: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4"/></svg>');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-dash" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8"/></svg>');
}

.accordion .accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--accent-color-3);
  border: none;
  box-shadow: none;
}

.custom-border {
  border-width: 10px;
  border-style: solid;
  border-color: white;
}

.position-lg-absolute {
  position: absolute;
}

.w-60 {
  width: 60% !important;
}

.shadow-double {
  box-shadow: 40px -40px 0px -4px var(--accent-color),
    -54px 44px 0px -3px var(--text-color-2);
}

.shadow-single-left {
  box-shadow: -54px 44px 0px -3px var(--accent-color);
}

.shadow-single-right {
  box-shadow: 40px -40px 0px -4px var(--accent-color);
}

.shadow-accent-2 {
  -webkit-box-shadow: -90px -23px 0px 0px var(--accent-color);
  -moz-box-shadow: -90px -23px 0px 0px var(--accent-color);
  box-shadow: -90px -23px 0px 0px var(--accent-color);
}

.text-404 {
  font-size: 10rem;
  font-weight: 700;
}

.floating-bottom {
  bottom: 17em;
  left: 0;
}

.floating-bottom-1 {
  bottom: 7em;
  right: 0;
  width: 22em;
}

.floating-bottom-2 {
  bottom: 15em;
  left: -0.5em;
}

.floating-bottom-3 {
  top: 6.8em;
  right: -2.3em;
}

.d-inline-block {
  display: inline-block;
}

.position-responsive {
  position: absolute;
}

#contactBtn {
  min-width: max-content;
}

/* Privacy policy modal styles */
.modal {
  background-color: rgba(38, 29, 29, 0.67);
}

.modal h4 {
  color: var(--text-color-2);
  font-weight: 600;
}

.modal-content {
  background-color: var(--accent-color);
  border: none; 
}

.modal.fade .modal-dialog {  
  box-shadow: -2px 0px 23px 5px rgb(51 47 57 / 63%);
  max-width: 1000px;
  max-height: 80vh;  
  border-radius: 0.5rem;
  border: 1px solid #3b3249b0;
}

.modal .close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;    
    font-size: 21px;
    font-weight: 700;
    opacity: .7;
}

.modal .close span {
  font-size: 35px;
  color: var(--accent-color-2);
}

.modal-header {
  gap: 15px;
}
#contactModal .modal-header {
  border-bottom: none;
}

#contactModal .modal-footer {
  border-top: none;
}

/* Styles for language dropdown */

.lang-menu {
  width: 70px;
  text-align: right; 
  position: relative;
}

.lang-menu .selected-lang {
  display: flex;   
  justify-content: center;
  line-height: 2;
  cursor: pointer;
  gap: 10px;
}

lang-menu .selected-lang img {
  display: inline-block;
}

.lang-menu .language-list {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  position: absolute;
  top: 45px;
  right: 0px;
  width: 85px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}

.lang-menu ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  width: 125px;
  padding: 5px 10px;
  display: block;
  color: black;
}

.lang-menu ul li:hover {
  background-color: #f2f2f2;
}

.lang-menu ul li a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.en:before {
  background-image: url(../images/uk-flag.png);
}
.ru:before {
  background-image: url(../images/ru-flag.png);
}

/* Styles for Investment test form */
 
#qbox-container {
  position: relative;
}

#steps-container {
  margin: auto;
  max-width: 500px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 30px 0;
}

.step {
  display: none;
}

.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}
.step h5 {
  padding-bottom: 20px;
}

button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
  transform: translateY(-80%);
  transition: transform .3s;
}

.progress {
  border-radius: 0px !important;  
}

.q__question {
  position: relative;
}

.q__question:not(:last-child) {
  margin-bottom: 10px;
}

.question__input {
  position: absolute;
  left: -9999px;
}

.question__label {
  position: relative;
  display: block;  
  /* border: 1px solid #ced4da; */
  border-radius: 5px;
  background-color: var(--accent-color-6);
  padding: 5px 20px 5px 50px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  color: white;
  line-height: 2;
}

.question__label:hover {
  border-color: var(--accent-color-5);  
}

.question__label:before,
.question__label:after {
  position: absolute;
  content: "";
}

.question__label:before {
  top: calc((100% - 26px)/2);
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  /* background-color: #fff; */
  box-shadow: inset 0 0 0 1px #ced4da;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.question__input:checked+.question__label:before {
  background-color: var(--accent-color-5);
  box-shadow: 0 0 0 0;
}

.question__input:checked+.question__label:after {
  top: calc((100% - 5px)/2);
  left: 18px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.form-check-input:checked,
.form-check-input:focus {
  background-color: #DC3545 !important;
  outline: none !important;
  border: none !important;
}

input:focus {
  outline: none;
}

#input-container {
  display: inline-block;
  box-shadow: none !important;
  margin-top: 36px !important;
}

label.form-check-label.radio-lb {
  margin-right: 15px;
}

#q-box__buttons {
  display: flex;
  justify-content: center;  
  padding-bottom: 20px;
}
.q-box__question {
  padding-bottom: 7px;  
}

input[type="text"],
input[type="email"] {
  padding: 8px 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
  border: 1px solid var(--accent-color-2);
  background-color: var(--accent-color-6);
  color: white;
  border-radius: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
  border: none !important;
  -webkit-outline: 0px !important;
  box-shadow: none !important;
}

.form-check-input:focus,
input[type="radio"]:hover {
  box-shadow: none;
  cursor: pointer !important;
}

.form-control {
  background: var(--accent-color-6);
  color: white;
  border: 1px solid var(--accent-color-6);
  margin-bottom: 15px;
}

.form-control:focus {
  background: var(--accent-color-6);
  color: white;
  box-shadow: none;  
}

#success {
  display: none;
}

#success h4 {
  color: var(--accent-color-5);
}

.profile-title {
  color: var(--accent-color-5);
  font-size: 1.4375rem;
}

.additional-info {
  font-size: 16px;
  color: var(--accent-color-5);
}

.back-link {
  font-weight: 700;
  color: #DC3545;
  text-decoration: none;
  font-size: 18px;
}

.back-link:hover {
  color: #82000a;
}

/* PRELOADER */
 
#preloader-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#preloader {
  background-image: url('../img/preloader.png');
  width: 120px;
  height: 119px;
  border-top-color: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

#preloader-wrapper .preloader-section {
  width: 51%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #F7F9FF;
  z-index: 1000;
}

#preloader-wrapper .preloader-section.section-left {
  left: 0
}

#preloader-wrapper .preloader-section.section-right {
  right: 0;
}

.loaded #preloader-wrapper .preloader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader-wrapper .preloader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.counter-subtitle {
  margin-top: 20px;
}

/* Styles for small screen */

@media only screen and (max-width: 993px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  span,
  p,
  button,
  a {
    font-size: 13px;
  }

  .btn {
    font-size: 13px;
    width: 100%;
  }

  .section {
    padding: 4em 2em 4em 2em;
  }

  .divider {
    width: 330px;
  }

  .fs-very-large {
    font-size: 3.125rem;
  }

  .image-absolute-1 {
    left: 45%;
    top: 35%;
  }

  .image-infinite-bg {
    background-size: cover !important;
  }

  #header {
    background: #a55950d5;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
  }

  .border-custom {
    border-width: 0px 0px 1px 0px;
  }

  .outer-margin {
    margin-right: 0;
  }

  .nav-link {
    padding-block: 0.2rem;
    text-align: center;
  }

  .lang-menu {
    text-align: center;
    width: 100%;
    padding-block: 0.2rem;
  }

  .banner-image {
    margin: 0;
    transform: none;
  }

  .testimonial-img {
    margin: 0;
    margin-bottom: 1rem;
  }

  .dropdown-menu {
    width: 100%;
    box-shadow: none;
  }

  .video-e119 {
    width: 85%;
    margin-left: -1.5rem;
  }

  .dropdown-item {
    padding-block: 0.35rem;
  }

  .floating-top {
    top: 1.5rem;
  }

  .floating-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  .border-testimonial {
    border-right: none;
  }

  .floating-bottom-1 {
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }

  .position-responsive {
    position: relative;
  }

  footer .d-flex.flex-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 0 0 0;
  }

  footer .link.d-flex.flex-row {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  footer .list {
    padding: 0 0 0 0;
  }

  .footer {
    position: relative;
  }

  .footer-img {
    position: relative;
  }

  .form-appointment-container {
    position: relative;
    transform: translateY(0);
  }

  .list-flush-horizontal {
    flex-direction: column;
  }

  .list-flush-horizontal .list-item:first-child,
  .list-flush-horizontal .list-item {
    border-right: none;
    border-bottom: 1px solid white;
  }

  .list-flush-horizontal .list-item:last-child {
    border-left: none;
    border-bottom: none;
    border-top: 1px solid white;
  }

  .position-lg-absolute {
    position: static;
  }

  .banner-heading {
    font-size: 2.5rem;
  }

}
