@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: 'Inter', sans-serif;
  background-color: #15161C !important;
  min-height: 100vh;
  overflow-x: hidden;
  background-image: url("/images/bgReapet.png");
  background-repeat: repeat;
}

.headerCustom {
  padding: 10px 0;
  background: transparent !important;
}

.headerCustom .navbar-nav a {
  margin: 0 30px 0 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0;
}

.headerCustom .navbar-nav a.active, .headerCustom .navbar-nav a:hover {
  color: #1358D3;
}

.headerCustom .navbar-nav a .dropdown-menu {
  background: #fff;
  border-radius: 10px;
  margin-top: 15px;
}

.headerCustom .navbar-nav a .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #15161C;
  font-weight: 400;
  padding: 10px 20px;
}

.headerCustom .navbar-nav a .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #1358D3;
}

.scrolled {
  background: rgba(21, 22, 28, 0.7) !important;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.containerHeader,
.containerFooter {
  padding: 0 100px;
}

.containerCustom {
  padding: 0 100px;
}

h1 {
  font-size: 56px;
  color: #fff;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#e2edff), to(#7eadff));
  background: linear-gradient(90deg, #e2edff 0%, #7eadff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -1px;
}

h2 {
  font-size: 20px;
  color: #94A3B8;
  font-weight: 500;
  letter-spacing: -1px;
}

.font24Gray {
  font-size: 20px;
  color: #94A3B8;
  font-weight: 200;
}

.font18Gray {
  font-size: 18px;
  color: #94A3B8;
  font-weight: 200;
}

.font16Gray {
  font-size: 16px;
  color: #94A3B8;
  font-weight: 200;
}

.font16White {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.font16LightBlue {
  font-size: 16px;
  color: #ADD8E6;
  font-weight: 500;
}

.fontBold {
  font-weight: 500;
}

.btnPrimary {
  background-color: #1358D3;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  border: solid 1px #1358D3;
  border-radius: 50px;
  padding: 10px 40px;
}

.btnPrimary:hover, .btnPrimary:focus,
.btnPrimary:focus-visible .btnPrimary:first-child:active {
  background-color: rgba(19, 88, 211, 0.9);
}

.btnPrimary.sm {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 7px 20px;
}

.btnSecondary {
  background-color: #fff;
  font-size: 24px;
  color: #15161C;
  font-weight: 500;
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 10px 40px;
}

.btnSecondary:hover, .btnSecondary:focus,
.btnSecondary:focus-visible .btnSecondary:first-child:active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #15161C;
}

.btnSecondary.sm {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 7px 20px;
}

.sectionHeight {
  min-height: calc(100vh - 137px);
}

.firstPage {
  padding-top: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videoPart {
  -webkit-box-shadow: 0px 4px 95px rgba(255, 255, 255, 0.15);
          box-shadow: 0px 4px 95px rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.darkBG {
  background-color: #191A26;
}

.marquee-item {
  background-color: #000;
  padding: 10px;
}

.marquee-item p {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.featureBox {
  background-color: #181922;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px #d1d6ff;
          box-shadow: 0px 0px 5px 0px #d1d6ff;
  border-radius: 20px;
  height: 100%;
}

.featureBox h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.featureBox p {
  font-size: 14px;
  color: #BDC1C8;
  font-weight: 200;
}

ul.list {
  padding: 0;
  margin-top: 20px;
  list-style-position: outside;
  padding-left: 15px;
}

ul.list li {
  font-size: 14px;
  color: #ADD8E6;
  font-weight: 200;
}

.inputCustom {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 20px;
  padding: 20px 25px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.inputCustom::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.inputCustom:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.inputCustom::-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.inputCustom::placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.inputCustom:focus {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.contactPage {
  padding-top: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-100 {
  margin: 100px 0;
}

.customfooter {
  color: #ffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customnavlist {
  list-style: none;
  padding: 0 0px;
  word-spacing: nowrap !important;
}

.customnavlist a {
  text-decoration: none;
  color: white !important;
  font-size: 16px;
}

.customnavlist a:hover {
  color: #1358D3 !important;
}

.custommail {
  border-radius: 50px;
  padding: 7px 20px;
  margin-right: 10px;
  width: 100%;
}

.customspace {
  margin-bottom: 250px;
}

.customhr {
  color: #ffff;
}

.customarginend {
  margin-right: 300px;
}

.customcircle {
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customAccordian .accordion-item {
  background-color: #15161C;
}

.customAccordian .accordion-item .accordion-button {
  background-color: #15161C;
  color: #fff;
}

.customAccordian .accordion-item .accordion-button::after {
  background-image: url(../app/assets/images/download.svg);
}

.customAccordian .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../app/assets/images/download.svg);
}

.customAccordian .accordion-item .accordion-body {
  font-size: 14px;
  color: #BDC1C8;
  font-weight: 200;
}

@media (max-width: 1440px) {
  .containerCustom,
  .containerHeader,
  .containerFooter {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  .btnPrimary,
  .btnSecondary {
    padding: 7px 20px;
    font-size: 16px;
  }
  .customnavlist {
    font-size: 14px;
  }
  .customnavlist a {
    font-size: 14px;
  }
  .customftmail {
    font-size: 14px;
  }
  .marquee-item p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
  }
  .containerCustom,
  .containerHeader,
  .containerFooter {
    padding: 0 20px;
  }
  .navbar-toggler {
    background-color: #fff;
    padding: 5px 10px;
    line-height: 0;
  }
  .navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .navbar-collapse {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  .headerCustom .navbar-nav .nav-link {
    color: #000;
  }
  .navbar-brand img {
    width: 200px;
  }
  .headerCustom .navbar-nav .nav-item {
    margin: 0;
    padding: 20px;
  }
  .headerCustom .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 20px;
  }
  .particlehead canvas {
    width: 100% !important;
    height: 100vh !important;
  }
  .headerCustom {
    padding: 10px 0;
    background: transparent !important;
  }
  .headerCustom .navbar-nav a {
    margin: 0 30px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0;
  }
  .headerCustom .navbar-nav a.active, .headerCustom .navbar-nav a:hover {
    color: #1358D3;
  }
  .headerCustom .navbar-nav a .dropdown-menu {
    background: #fff;
    border-radius: 15px;
    margin-top: 15px;
  }
  .headerCustom .navbar-nav a .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #15161C;
    font-weight: 400;
    padding: 10px 20px;
  }
  .headerCustom .navbar-nav a .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #1358D3;
  }
}

@media (max-width: 576px) {
  .firstPage {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customspace {
    margin-bottom: 270px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .customarginend {
    margin-right: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 100px;
  }
  .my-100 {
    margin: 0;
  }
}

@media (min-width: 320px) {
  h1 {
    font-size: calc(1.875rem + ((1vw - 3.2px) * 1.625));
    min-height: 0vw;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 56px;
  }
}

@media (min-width: 320px) {
  .font24Gray {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.375));
    min-height: 0vw;
  }
}

@media (min-width: 1920px) {
  .font24Gray {
    font-size: 22px;
  }
}

@media (min-width: 320px) {
  .font18Gray {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.25));
    min-height: 0vw;
  }
}

@media (min-width: 1920px) {
  .font18Gray {
    font-size: 18px;
  }
}

@media (min-width: 320px) {
  .font16Gray,
  .font16White,
  .font16LightBlue {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.125));
    min-height: 0vw;
  }
}

@media (min-width: 1920px) {
  .font16Gray,
  .font16White,
  .font16LightBlue {
    font-size: 16px;
  }
}

.bgn-wf-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bgn-wf-wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border: none;
  padding: 15px;
  color: #fff;
}

.bgn-wf-row {
  padding: 5px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bgn-wf-label {
  padding: 7px 20px 5px 35px;
  width: 80%;
  border: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  word-break: break-word;
  position: relative;
}

.bgn-wf-field {
  vertical-align: top;
  text-align: left;
  word-break: break-word;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

input::focus {
  border: 1px solid #1980d8;
}

.bgn-star {
  color: #bb0707;
  width: 10px;
  height: 10px;
  z-index: 1;
  font-size: 14px;
  texttransform: inherit;
  position: absolute;
}

@media screen and (max-width: 590px) {
  .bgn-wf-wrapper {
    max-width: 80% !important;
    border: 0;
  }
  .bgn-wf-row,
  .bgn-wf-label,
  .bgn-wf-field {
    display: block;
    width: 100%;
  }
  .bgn-wf-field input[type=text],
  .bgn-wf-field select,
  .bgn-wf-field textarea {
    width: 100% !important;
  }
  .bgn-wf-label:empty {
    display: none;
  }
}

.bgn-wf-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bgn-wf-wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border: none;
  padding: 15px;
  color: #333;
}

.bgn-wf-row {
  padding: 5px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bgn-wf-label {
  padding: 7px 20px 5px 35px;
  width: 26%;
  border: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  word-break: break-word;
  position: relative;
}

.bgn-wf-field {
  vertical-align: top;
  text-align: left;
  word-break: break-word;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

input::focus {
  border: 1px solid #1980d8;
}

.bgn-star {
  color: #bb0707;
  width: 10px;
  height: 10px;
  z-index: 1;
  font-size: 14px;
  text-transform: inherit;
  position: absolute;
}

@media screen and (max-width: 590px) {
  .bgn-wf-wrapper {
    max-width: 80% !important;
    border: 0;
  }
  .bgn-wf-row,
  .bgn-wf-label,
  .bgn-wf-field {
    display: block;
    width: 100%;
  }
  .bgn-wf-field input[type=text],
  .bgn-wf-field select,
  .bgn-wf-field textarea {
    width: 100% !important;
  }
  .bgn-wf-label:empty {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */