@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e73wiz");
  src: url("../fonts/icomoon.eot?e73wiz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e73wiz") format("truetype"), url("../fonts/icomoon.woff?e73wiz") format("woff"), url("../fonts/icomoon.svg?e73wiz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Rubik-VariableFont_wght";
  src: url("../fonts/Rubik-VariableFont_wght.woff2") format("woff2");
  font-weight: 1 999;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /*speak: never;*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-telegram:before {
  content: "\ea95";
}

* {
  padding: 0;
  margin: 0;
  font-family: "Rubik-VariableFont_wght", sans-serif;
  box-sizing: border-box;
}

body {
  background-color: #eee !important;
  margin-top: 20px !important;
  font-weight: 500 !important;
}

a:hover {
  text-decoration: none !important;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background-color: transparent;
}

p {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 0 !important;
}

/**/
@media (min-width: 801px) {
  .hamburger-menu {
    display: none;
  }
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}

.menu__btn {
  position: absolute;
  top: 71px;
  right: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1001;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #130277;
  transition-duration: 0.25s;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #130277;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition-duration: 0.25s;
  z-index: 1001;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #130277;
}

#donate-link {
  color: #130277;
  background-color: #fff;
}

#donate-link:hover {
  text-shadow: 0px 5px 15px #130277;
}

/**/
header {
  padding: 21px 0 20px 0;
}
@media (min-width: 768px) {
  header .container {
    max-width: 1140px;
  }
}
header .container .header-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container .header-block .logo-text {
  text-align: center;
  padding: 0px 25px 0px 25px;
  line-height: 25px;
}
@media (min-width: 320px) {
  header .container .header-block .logo-text {
    padding: 0 5px 0 10px;
  }
}
@media (min-width: 801px) {
  header .container .header-block .logo-text {
    padding: 0 5px 0 10px;
  }
}
header .container .header-block .logo-text a {
  color: #fff !important;
  text-decoration: none;
}
header .container .header-block .logo-text .logo-name {
  font-weight: 800;
  font-size: 30px;
  color: #130277;
}
header .container .header-block .logo-text .logo-desc {
  font-weight: 600;
  font-size: 16px;
  color: #130277;
}
@media (min-width: 320px) {
  header .container .header-block nav {
    display: none;
  }
}
@media (min-width: 801px) {
  header .container .header-block nav {
    display: block;
  }
}
header .container .header-block ul {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
header .container .header-block ul li {
  margin: 0 25px;
  display: inline;
}
@media (min-width: 320px) {
  header .container .header-block ul li {
    margin: 0 9px;
  }
}
@media (min-width: 902px) {
  header .container .header-block ul li {
    margin: 0 25px;
  }
}
header .container .header-block ul li a {
  color: #151c22;
  transition: 0.5s;
}
@media (min-width: 320px) {
  header .container .header-block ul li a {
    color: #fff;
  }
}
@media (min-width: 801px) {
  header .container .header-block ul li a {
    color: #151c22;
  }
}
header .container .header-block ul li a:hover {
  color: #151c22;
  text-shadow: 0px 5px 15px #151c22;
}
@media (min-width: 320px) {
  header .container .header-block ul li a:hover {
    color: #fff;
    text-shadow: 0px 5px 15px #ffffff;
  }
}
@media (min-width: 801px) {
  header .container .header-block ul li a:hover {
    color: #151c22;
    text-shadow: 0px 5px 15px #ffffff;
  }
}
header .container .header-block button {
  line-height: 20px;
  background-color: #130277;
  border-radius: 30px;
  margin-right: 15px;
}
@media (min-width: 320px) {
  header .container .header-block button {
    display: none;
  }
}
@media (min-width: 801px) {
  header .container .header-block button {
    display: block;
  }
}
header .container .header-block button .bank-button {
  color: #ffffff;
  background-color: #130277;
  border: none;
}
header .container .header-block button a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}
header .container .header-block button a:hover {
  text-shadow: 0px 5px 15px #ffffff;
  text-decoration: none;
  color: #ffffff;
}
header .container .header-block #uk-button,
header .container .header-block #en-button {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}
header .container .header-block .language-button:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
header .container .header-block #uk-button:before {
  background-image: url("/images/uk.svg");
}
header .container .header-block #en-button:before {
  background-image: url("/images/en.svg");
}

.main-banner {
  padding: 0px 0px 20px;
}
.main-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (min-width: 320px) {
  .main-banner img {
    border-radius: 0;
  }
}
@media (min-width: 801px) {
  .main-banner img {
    border-radius: 30px;
  }
}

.slideshow-container {
  max-width: 1170px;
  position: relative;
  margin: auto;
}
.slideshow-container .mySlides {
  display: none;
}
.slideshow-container .mySlides .fade {
  height: 450px;
}
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slideshow-container .prev.next,
.slideshow-container .next.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 20px 20px;
  position: absolute;
  top: 0;
}
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot.active, .dot:hover {
  background-color: #717171;
}

.mini-banner {
  padding: 0 0 20px;
}
.mini-banner a {
  text-decoration: none;
  color: #130277;
}
.mini-banner .quest {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 18px 50px 18px 50px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(231, 231, 231) 100%);
  font-size: 35px;
  font-weight: 500;
  border-radius: 30px;
}
.mini-banner .quest .filter-logo {
  filter: invert(7%) sepia(72%) saturate(6266%) hue-rotate(253deg) brightness(90%) contrast(117%);
}
@media (min-width: 320px) {
  .mini-banner .quest .quest-logo {
    padding-right: 10px;
  }
}
@media (min-width: 320px) {
  .mini-banner .quest .quest-logo img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 320px) {
  .mini-banner .quest .quest-text {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 801px) {
  .mini-banner .quest .quest-text {
    font-size: 32px;
  }
}

.projects {
  padding: 0 0 20px;
}
.projects .cards-heading h1 {
  font-size: 32px;
  font-weight: 600;
  text-indent: 25px;
  color: #130277;
  padding: 0 0 20px;
}
.projects .cards-row {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 320px) {
  .projects .cards-row {
    flex-wrap: wrap;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .projects .cards-col:hover .cards-info {
      opacity: 1;
      transform: translateY(-60px);
    }
  }
}
.projects .cards-col {
  width: 100%;
  height: 260px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  margin: 0 20px;
}
@media (min-width: 320px) {
  .projects .cards-col {
    margin: 20px;
  }
}
.projects .cards-col:hover::before {
  opacity: 1;
}
.projects .cards-col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
}
.projects .cards-col .cards-visual img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.projects .cards-col .cards-info {
  position: relative;
  z-index: 3;
  color: white;
  transition: 0.5s;
  text-align: center;
}
.projects .cards-col .cards-info p {
  font-weight: 800;
  font-size: 25px;
}
.projects .cards-col .cards-info:hover {
  opacity: 1;
  transition: 0.5s;
  transform: translate(0px 5px);
}
.projects button {
  background-color: #130277;
  border-radius: 30px;
  margin-top: 20px;
}
.projects button a {
  color: white;
  font-size: 18px;
}
.projects button a:hover {
  text-shadow: 0px 5px 15px #ffffff;
}

.about-info {
  padding: 0 0 60px;
}
@media (min-width: 320px) {
  .about-info {
    text-align: center;
  }
}
@media (min-width: 801px) {
  .about-info {
    text-align: justify;
  }
}
.about-info h1 {
  font-size: 32px;
  font-weight: 600;
  text-indent: 25px;
  color: #130277;
}
.about-info h2 {
  font-size: 24px;
  color: #130277;
  text-indent: 25px;
}
.about-info h3 {
  font-size: 20.8px;
  color: #130277;
  text-indent: 25px;
}
.about-info p {
  font-size: 18px;
  font-weight: 400;
  text-indent: 40px;
  padding: 10px 20px;
  text-align: justify;
}

footer {
  background: #002f58;
  color: #ffffff;
  text-align: center;
  padding: 50px 0 25px 0;
}
@media (min-width: 320px) {
  footer {
    position: absolute;
    width: 100%;
  }
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-logo .filter-footer-logo {
  filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(102%);
}
footer .footer-logo .logo-name {
  font-weight: 800;
  font-size: 30px;
}
footer .footer-logo .logo-desc {
  font-weight: 600;
  font-size: 16px;
}
footer .footer-logo .logo-text {
  padding: 0 35px 0 35px;
  line-height: 25px;
}
footer .footer-logo .logo-text a {
  text-decoration: none;
  color: #fff;
}
footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer ul li {
  padding: 20px 35px;
}
footer ul li a {
  color: #ffffff;
  transition: 0.5s;
}
footer ul li a:hover {
  color: #ffffff;
}
footer ul li:hover {
  text-shadow: 0px 5px 20px white;
}
footer .menu-block {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 320px) {
  footer .menu-block ul {
    flex-direction: column;
  }
}
@media (min-width: 801px) {
  footer .menu-block ul {
    flex-direction: inherit;
  }
}
footer .icon-block {
  margin-bottom: 50px;
}
footer .icon-block ul {
  font-weight: 500;
  font-size: 30px;
}
footer .footer-some {
  margin-bottom: 10px;
  font-size: 12px;
}
footer .footer-some li {
  padding: 0 0 0 15px;
}
footer .footer-bottom {
  font-size: 12px;
}
footer .footer-bottom li {
  padding: 0 0 0 15px;
}

.faq-section .row {
  padding-bottom: 50px;
}
.faq-section .card {
  border-radius: 30px;
}
.faq-section .faq-card {
  padding-bottom: 20px;
}
.faq-section .card {
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.faq-section .nav-tabs-custom .nav-item {
  position: relative;
  color: #271050;
}
.faq-section .nav-tabs-custom .nav-item .nav-link.active:after {
  transform: scale(1);
}
.faq-section .nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #6c6ff5;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.faq-section .nav-tabs-custom .nav-link.active {
  color: #6c6ff5;
}
.faq-section .text-muted {
  color: #0078ff !important;
}
.faq-section .faq-email {
  padding: 20px 30px;
  background-color: #e1e1e1;
  border-radius: 30px;
}

.projects-main {
  padding: 0 0 35px;
}
.projects-main .projects-cards-block {
  margin: 0 -15px;
}
.projects-main .projects-cards-header {
  text-align: center;
  margin-bottom: 20px;
}
.projects-main .projects-cards-header h1 {
  font-size: 32px;
  color: #130277;
}
.projects-main .project-card {
  display: flex;
  padding: 50px 20px;
  margin-bottom: 20px;
  background: linear-gradient(93deg, rgb(255, 255, 255) 0%, rgb(19, 2, 119) 51%, rgb(19, 2, 119) 80%);
  border-radius: 30px;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(207, 207, 207);
}
@media (min-width: 301px) {
  .projects-main .project-card {
    position: relative;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .projects-main .project-card {
    flex-direction: unset;
  }
}
.projects-main .project-card .project-card-image-car {
  width: 100%;
  height: auto;
  position: relative;
}
.projects-main .project-card .project-card-image-car img {
  position: absolute;
  height: auto;
  width: 35em;
}
@media (min-width: 301px) {
  .projects-main .project-card .project-card-image-car img {
    max-width: 100%;
    height: auto;
    top: -55px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .projects-main .project-card .project-card-image-car img {
    top: -135px;
    left: 50px;
  }
}
@media (min-width: 992px) {
  .projects-main .project-card .project-card-image-car img {
    top: -141px;
    left: -22px;
    max-width: none;
    width: 40em;
  }
}
@media (min-width: 1200px) {
  .projects-main .project-card .project-card-image-car img {
    width: 39em;
    top: -150px;
  }
}
.projects-main .project-card .project-card-image-drone {
  width: 100%;
  height: auto;
  position: relative;
}
.projects-main .project-card .project-card-image-drone img {
  position: absolute;
  height: auto;
  width: 30em;
}
@media (min-width: 301px) {
  .projects-main .project-card .project-card-image-drone img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .projects-main .project-card .project-card-image-drone img {
    top: -50px;
    left: 100px;
  }
}
@media (min-width: 992px) {
  .projects-main .project-card .project-card-image-drone img {
    max-width: none;
    width: 35em;
    top: -50px;
    left: -37px;
  }
}
@media (min-width: 1200px) {
  .projects-main .project-card .project-card-image-drone img {
    top: -63px;
    left: -40px;
  }
}
.projects-main .project-card .project-card-image-reb {
  width: 100%;
  height: auto;
  position: relative;
}
.projects-main .project-card .project-card-image-reb img {
  position: absolute;
  height: auto;
  width: 30em;
}
@media (min-width: 301px) {
  .projects-main .project-card .project-card-image-reb img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .projects-main .project-card .project-card-image-reb img {
    top: -50px;
    left: 100px;
  }
}
@media (min-width: 992px) {
  .projects-main .project-card .project-card-image-reb img {
    max-width: none;
    width: 22em;
    top: -50px;
    left: 35px;
  }
}
@media (min-width: 1200px) {
  .projects-main .project-card .project-card-image-reb img {
    top: -64px;
    left: 51px;
  }
}
.projects-main .project-card .project-card-info {
  padding: 20px 20px;
  width: 100%;
  background: rgba(19, 2, 119, 0.3);
  border-radius: 30px;
  z-index: 999;
}
@media (min-width: 301px) {
  .projects-main .project-card .project-card-info {
    margin-top: 200px;
  }
}
@media (min-width: 992px) {
  .projects-main .project-card .project-card-info {
    margin-top: 0;
  }
}
.projects-main .project-card .project-card-button {
  text-align: end;
  margin-top: 20px;
}
.projects-main .project-card .project-card-button button {
  font-size: 20px;
  border: none;
  background-color: #130277;
  border-radius: 30px;
}
.projects-main .project-card p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: justify;
  color: #ffffff;
  text-shadow: 0 0px 15px #000;
}
.projects-main .project-card h2 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  text-shadow: 0 0px 15px #000;
  margin-bottom: 20px;
}
.projects-main .project-card a {
  color: #ffffff;
  border: 1px solid #fff;
}
.projects-main .project-card a:hover {
  text-shadow: 0px 5px 15px #ffffff;
  color: #ffffff;
}

.bank-details-heading {
  text-align: center;
}
.bank-details-heading h1 {
  font-size: 32px;
}

.bank-details-blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (min-width: 320px) {
  .bank-details-blocks {
    flex-direction: column;
  }
}
@media (min-width: 801px) {
  .bank-details-blocks {
    flex-direction: row;
  }
}
.bank-details-blocks .bank-details {
  width: 100%;
  max-width: 48%;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 320px) {
  .bank-details-blocks .bank-details {
    max-width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 801px) {
  .bank-details-blocks .bank-details {
    max-width: 48%;
  }
}
.bank-details-blocks .bank-details .bank-details-text {
  word-wrap: break-word;
  margin-bottom: 20px;
}
.bank-details-blocks .bank-details .bank-details-add {
  background-color: #e1e1e1;
  color: #212529;
  padding: 20px;
  margin: 0 -20px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 20px;
}

/**/
.copy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#copy-input,
#copy-input1 {
  flex: 1;
  margin-right: 10px;
  padding: 5px;
  border-radius: 30px;
  background-color: #e1e1e1;
  border: 0;
  text-align: center;
}

#copy-button,
#copy-button1 {
  padding: 5px 10px;
  background-color: #130277;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

/**/
.bank-links-heading {
  text-align: center;
}
.bank-links-heading h1 {
  font-size: 32px;
}

.bank-links-block {
  display: flex;
  justify-content: space-around;
  margin: 0 -8px 50px;
}
.bank-links-block .container {
  padding: 0;
}
@media (min-width: 320px) {
  .bank-links-block {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 801px) {
  .bank-links-block {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
.bank-links-block .bank-link-card {
  width: 33.33%;
  margin: 0 8px;
  padding: 0 30px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media (min-width: 320px) {
  .bank-links-block .bank-link-card {
    width: 100%;
    padding: 20px 30px;
    margin: 10px 0;
  }
}
@media (min-width: 801px) {
  .bank-links-block .bank-link-card {
    max-width: 45%;
    margin: 10px;
  }
}
.bank-links-block .bank-link-card .bank-button a {
  color: #fff;
  text-decoration: none;
}
.bank-links-block .bank-link-card img {
  width: 100%;
  height: 195px;
  -o-object-fit: contain;
     object-fit: contain;
}
.bank-links-block .bank-link-card .bank-link-btn {
  display: flex;
  justify-content: center;
}
.bank-links-block .bank-link-card .bank-link-btn button {
  border: none;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0);
}

.bank-button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #130277;
  border: 1px solid #130277;
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.2s ease-in;
}
.bank-button:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgba(19, 2, 119, 0.5);
  background-color: #130277;
  transition: all 0.2s ease-out;
}
.bank-button:hover:before {
  animation: shine 0.5s 0s linear;
}
.bank-button:active {
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.2s ease-in;
}
.bank-button:before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  transform: skewX(-20deg);
  animation: shine 0.5s 0s linear;
}

@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.crypto-details-block {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 50px;
  word-wrap: break-word;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.crypto-details-block h2 {
  text-align: center;
}
.crypto-details-block strong {
  font-size: 20px;
}

.carousel-item {
  height: 400px; /* Adjust the height as needed */
}

.carousel-item video,
.carousel-item img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.carousel-control-prev {
  left: 20px !important;
}

.carousel-control-next {
  right: 20px !important;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}

.project-section .project-block {
  display: flex;
  margin: 0 -15px 20px;
  padding: 20px;
  background-color: #e1e1e1;
  border-radius: 30px;
}
@media (min-width: 320px) {
  .project-section .project-block {
    flex-direction: column;
  }
}
@media (min-width: 801px) {
  .project-section .project-block {
    flex-direction: row;
  }
}
@media (min-width: 320px) {
  .project-section .project-block .project-visual {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.project-section .project-block .project-visual.col-7 {
  padding: 0;
}
.project-section .project-block .project-visual .project-image img {
  width: 100%;
  border-radius: 30px;
}
.project-section .project-block .project-info {
  margin: auto;
  padding-left: 20px;
  padding-right: 0;
}
@media (min-width: 320px) {
  .project-section .project-block .project-info {
    max-width: 90%;
    margin: auto;
  }
}
.project-section .project-block .project-info h1 {
  text-align: center;
  font-size: 32px;
}
.project-section .project-block .project-info .progressbar {
  background-color: #bdbdbd;
  height: 20px;
  border-radius: 30px;
  margin: 50px 0 5px;
}
.project-section .project-block .project-info .progressbar > div {
  width: 9.88%;
  background-color: #00b964;
  height: 20px;
  border-radius: 30px;
}
.project-section .project-block .project-info .row {
  margin: auto;
  padding-bottom: 20px;
}
@media (min-width: 320px) {
  .project-section .project-block .project-info .row {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 801px) {
  .project-section .project-block .project-info .row {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .project-section .project-block .project-info .row {
    flex-direction: row;
    margin-left: -20px;
  }
}
.project-section .project-block .project-info .row .col {
  padding: 0;
}
@media (min-width: 320px) {
  .project-section .project-block .project-info .row .col-7,
  .project-section .project-block .project-info .row .col-5 {
    max-width: 100%;
  }
}
@media (min-width: 801px) {
  .project-section .project-block .project-info .row .col-7,
  .project-section .project-block .project-info .row .col-5 {
    max-width: 100%;
  }
}
.project-section .project-block .project-info .row .progress-text {
  font-size: 12px;
  color: #939393;
}
.project-section .project-block .project-info .row .progress-num {
  font-size: 18px;
  font-weight: 700;
}
.project-section .project-block .project-info .project-info-button {
  text-align: center;
}
.project-section .project-block .project-info .project-info-button button {
  border: none;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0);
}
.project-section .project-desc-info {
  background-color: #e1e1e1;
  border-radius: 30px;
  border: 1px solid #cacac1;
  padding: 25px;
  margin-bottom: 20px;
}
.project-section .project-desc-info h2 {
  text-align: center;
  font-size: 24px;
}
.project-section .project-desc-block {
  margin-bottom: 50px;
}
.project-section .project-desc-block .project-desc-heading h2 {
  text-align: center;
}
.project-section .project-desc-block .project-desc {
  text-indent: 40px;
  text-align: justify;
}
.project-section .project-desc-block .project-desc h2 {
  text-align: center;
  font-size: 24px;
}
.project-section .project-desc-block .project-desc p {
  padding-bottom: 10px;
}
.project-section .project-desc-block .project-desc strong {
  padding-left: 40px;
}

#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#cookieConsent button {
  background-color: #4CAF50;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}
#cookieConsent a {
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
}

/*Paypal and modal windows*/
form,
.vs,
.styled-paypal {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.vs {
  font-size: 13px;
  margin: 1rem;
}

.styled-paypal {
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  padding: 11px 31px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: uppercase;
  background: #130277;
  color: #fff;
}

.styled-paypal:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgba(19, 2, 119, 0.5);
  background-color: #130277;
  transition: all 0.2s ease-out;
}

.styled-paypal input {
  position: absolute;
  opacity: 0;
}

.details-modal {
  background: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  max-width: 90%;
  pointer-events: none;
  position: relative;
  top: 90%;
  transform: translate(-50%, -50%);
  width: 30em;
  text-align: left;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.details-modal .details-modal-close {
  align-items: center;
  color: #111827;
  display: flex;
  height: 4.5em;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5em;
}

.details-modal .details-modal-close svg {
  display: block;
}

.details-modal .details-modal-title {
  color: #111827;
  padding: 1.5em 2em;
  pointer-events: all;
  position: relative;
  width: calc(100% - 4.5em);
}

.details-modal .details-modal-title h1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: normal;
}

.details-modal .details-modal-content {
  border-top: 1px solid #e0e0e0;
  padding: 2em;
  pointer-events: all;
  overflow: auto;
  word-wrap: break-word;
}

.details-modal-overlay {
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  background: rgba(15, 23, 42, 0.8);
  position: fixed;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

details[open] .details-modal-overlay {
  pointer-events: all;
  opacity: 0.5;
}

details summary {
  list-style: none;
}

details summary:focus {
  outline: none;
}

details summary::-webkit-details-marker {
  display: none;
}

code {
  font-family: Monaco, monospace;
  line-height: 100%;
  background-color: #2d2d2c;
  padding: 0.1em 0.4em;
  letter-spacing: -0.05em;
  word-break: normal;
  border-radius: 7px;
  color: white;
  font-weight: normal;
  font-size: 1.75rem;
  position: relative;
  top: -2px;
}

.container > h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  color: #111827;
}

.container > p {
  margin-top: 2em;
  margin-bottom: 2em;
}

.container sup {
  font-size: 1rem;
  margin-left: 0.25em;
  opacity: 0.5;
  position: relative;
}

/*End paypal and modals windows*/
.about-section .about-block {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.about-section .about-block h1 {
  font-size: 32px;
}
.about-section .about-block h2 {
  font-size: 24px;
}
.about-section .about-block p {
  padding-bottom: 15px;
}
.about-section .docs-block {
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 50px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
.about-section .docs-block h1 {
  font-size: 32px;
}
.about-section .docs-block .row {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .about-section .docs-block .row {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .about-section .docs-block .row {
    flex-direction: unset;
  }
}
@media (min-width: 320px) {
  .about-section .docs-block .row .col-sm-4 {
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) {
  .about-section .docs-block .row .col-sm-4 {
    max-width: 100%;
  }
}
@media (min-width: 320px) {
  .about-section .docs-block .row .col-sm-4 a {
    display: flex;
    align-items: center;
    text-align: start;
  }
}
.about-section .docs-block img {
  margin-right: 15px;
}
.about-section .contacts-block {
  padding: 40px 50px;
  margin-bottom: 50px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
  word-wrap: break-word;
}
.about-section .contacts-block h1 {
  text-align: center;
  font-size: 32px;
}/*# sourceMappingURL=style.css.map */