:root {
  --size: 350px;
  /* circle diameter */
  --shadow: 47,
  120,
  153;
  /* shadow RGB (#2f7899) */
}
@media only screen and (max-width: 767px) {
  :root {
    --size: 200px;
  }
}

@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "transducerRegular";
  src: url("../font/transducerRegular.woff2") format("woff2"), url("../font/transducerRegular.woff") format("woff"), url("../font/transducerRegular.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "letoreg";
  src: url("../font/Lato-Regular.woff2") format("woff2"), url("../font/Lato-Regular.woff") format("woff");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
*,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
select {
  border: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  color: #152243;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "letoreg";
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  overflow-x: hidden;
  background: #0C1C22;
}
body.hiddenoverflow {
  overflow: hidden;
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
  transition: all 0s ease-in-out;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 0px;
}

@media screen and (max-width: 767px) {
  .mCSB_outside + .mCSB_scrollTools {
    right: -10px;
  }
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
  border-radius: 5px;
  width: 20px;
}

@media screen and (max-width: 1199px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    width: 6px;
  }
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

@media screen and (max-width: 1199px) {
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background-color: transparent;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
  }
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background-color: #cccccc;
  border-radius: 0px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 3px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 3px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #cccccc;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #cccccc;
}

.carousel-inner .carousel-item {
  transition: transform 0.4s ease;
}

.scrollpara .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.screen-reader-response {
  display: none;
}

.backtotop {
  position: fixed;
  z-index: 99;
  bottom: -70px;
  right: 20px;
  padding: 10px;
  background: #006BB5;
  transition: all 0.3s ease-in-out;
}
.backtotop.show {
  bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .backtotop.show {
    bottom: 100px;
  }
}

.syn-head {
  background-color: transparent;
}
.syn-head .content-main-head {
  position: absolute;
  z-index: 999999999999;
  top: 40%;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .syn-head .content-main-head {
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .syn-head .content-main-head {
    width: 80%;
    top: 15%;
  }
}
.syn-head .content-main-head h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .syn-head .content-main-head h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .syn-head .content-main-head h1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 506px) {
  .syn-head .content-main-head h1 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
.syn-head .content-main-head p {
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .syn-head .content-main-head p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .syn-head .content-main-head p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 506px) {
  .syn-head .content-main-head p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .syn-head .content-main-head p {
    font-size: 10px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
.syn-head .syn-nav {
  position: relative;
  z-index: 9999 !important;
  top: 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 506px) {
  .syn-head .syn-nav {
    top: 17px;
  }
}
.syn-head .syn-nav .main-head-btn {
  position: absolute;
  right: 30%;
}
@media only screen and (max-width: 767px) {
  .syn-head .syn-nav .main-head-btn {
    display: none;
  }
}
.syn-head .syn-nav .main-head-btn .header-btn {
  text-align: center;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.4);
  padding: 7px 25px;
  font-size: 18px;
  color: white;
}
.syn-head .syn-nav .main-head-btn .btn-1 {
  right: 50%;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .syn-head .syn-nav .main-head-btn .btn-1 {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 475px) {
  .syn-head .syn-nav .main-head-btn .btn-1 {
    margin-right: 20px;
    font-size: 10px;
  }
}
.syn-head .syn-nav .main-head-btn .btn-2 {
  right: 10%;
}
@media only screen and (max-width: 475px) {
  .syn-head .syn-nav .main-head-btn .btn-2 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .syn-head .syn-nav svg {
    width: 20%;
  }
}
.syn-head .syn-nav .main-log {
  position: absolute;
  right: 0px;
}
@media only screen and (max-width: 1199px) {
  .syn-head .syn-nav .main-log {
    width: 20%;
  }
}
.syn-head .videowraper {
  margin-top: -35px;
  overflow: clip;
}
.syn-head .videowraper .main-vd {
  width: 100vw;
  height: auto;
}
@media only screen and (max-width: 500px) {
  .syn-head .videowraper .main-vd {
    width: 120%;
  }
}

.tech-and-socitey {
  position: relative;
}
.tech-and-socitey .card {
  min-height: 375px;
  border: 1px solid #0C1C22;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: scale 0.5s ease;
}
.tech-and-socitey .card .content h1 {
  transform: scale(1);
  transition: scale 0.3s ease;
}
.tech-and-socitey .card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 20px;
}
.tech-and-socitey .card .card-overlay h3 {
  padding-top: 20px 0px;
  font-size: 30px;
  font-weight: 800;
}
.tech-and-socitey .card .card-overlay p {
  font-size: 18px;
  font-weight: 800;
}
.tech-and-socitey .card::after {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  transform: translateY(68%);
  background: linear-gradient(0deg, #FFF 59.87%, #FFE8B4 100%);
  opacity: 0;
}
.tech-and-socitey .card img {
  border-radius: 12px 12px 0px 0px;
}
.tech-and-socitey .card:hover .card-overlay {
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 999;
}
.tech-and-socitey .card:hover::after {
  transition: all 0.5s ease;
  opacity: 1;
  transform: translateY(0%);
  z-index: 1;
}
.tech-and-socitey .card:hover .content h1 {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.pioneers {
  position: relative;
}
.pioneers .load {
  position: relative;
  text-align: center;
  margin: 50px 0px;
}
.pioneers .load a {
  color: #000;
  padding: 10px 25px;
  background: rgb(255, 255, 0);
  border-radius: 3px;
  font-family: ralewa;
}
.pioneers .load a:hover {
  background: rgb(211, 211, 0);
}
.pioneers .upcoming {
  text-align: center;
}
.pioneers .upcoming .upcom {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
.pioneers .upcoming .up-date {
  font-size: 46px;
  color: rgb(255, 255, 0);
  font-weight: 800;
}
.pioneers .pio-space {
  padding: 0px 70px;
}
@media only screen and (max-width: 500px) {
  .pioneers .pio-space {
    padding: 0px 0px;
  }
}
.pioneers .pio-space .capsule {
  background-color: white;
  border-radius: 137.5px;
  background: linear-gradient(0deg, #FFF 59.87%, #FFE8B4 100%);
  position: relative;
}
.pioneers .pio-space .capsule .capsule-overlay {
  transition: opacity 0.5s ease;
}
.pioneers .pio-space .capsule img {
  border-radius: 40%;
  opacity: 1;
}
.pioneers .pio-space .capsule .pioneers-cont {
  color: black;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  padding: 40px 0px;
}
.pioneers .pio-space .capsule .pioneers-cont span {
  font-size: 14px;
  font-weight: 400;
}
.pioneers .pio-space .capsule:hover img {
  opacity: 0;
  transition: all 0.5s ease;
}
.pioneers .pio-space .capsule:hover .capsule-overlay {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.pioneers .pio-space .capsule .capsule-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 137.5px;
  background: linear-gradient(0deg, #FFF 59.87%, #FFE8B4 100%);
  background-color: red;
  padding: 50px 22px;
  color: black;
  z-index: 9999999;
}
.pioneers .pio-space .capsule .capsule-overlay .cap-main-heading {
  font-size: 20px !important;
}
.pioneers .pio-space .capsule .capsule-overlay .cap-main-sec {
  font-size: 14px !important;
}

.fotenote {
  color: #AEAEAE;
  background: rgb(23, 51, 65);
  font-size: 14px;
}

.shadow-only {
  width: calc(var(--size) * 1.2);
  height: calc(var(--size) * 1.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--shadow), 0.7) 10%, rgba(var(--shadow), 0) 60%);
  filter: blur(10px);
  position: absolute;
  top: -80px;
  left: -80px;
}

.shadow-only-2 {
  width: calc(var(--size) * 1.2);
  height: calc(var(--size) * 1.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--shadow), 0.7) 10%, rgba(var(--shadow), 0) 60%);
  filter: blur(10px);
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}

.shadow-only-3 {
  width: calc(var(--size) * 1.2);
  height: calc(var(--size) * 1.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--shadow), 0.7) 10%, rgba(var(--shadow), 0) 60%);
  filter: blur(10px);
  position: absolute;
  top: 0px;
  right: 0px;
}

.shadow-only-4 {
  width: calc(var(--size) * 1.2);
  height: calc(var(--size) * 1.2);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--shadow), 0.7) 10%, rgba(var(--shadow), 0) 60%);
  filter: blur(10px);
  position: absolute;
  bottom: 0px;
  right: 50px;
}

.scroll .scroll-btn-ls {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2f7899;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin-top: 40px;
  cursor: pointer;
  animation: jump 1.2s infinite;
  z-index: 999999;
  position: absolute;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}/*# sourceMappingURL=style.css.map */