@font-face {
  font-family: "ParalucentBold";
  src: url(../fonts/ParalucentBold.otf);
}
@font-face {
  font-family: "ParalucentLight";
  src: url(../fonts/ParalucentLight.otf);
}
*,
* button:focus {
  outline: 0;
}

:root {
  --main-color: #702875;
  --subColor: #C8C5C7;
  /* --subColor2: #77643d; */
}

.main-color {
  color: var(--main-color) !important;
}

.main-back {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "DM Sans", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: #05051E;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ParalucentBold";
  margin: 0;
  color: #E6DBD1;
}

.title-light {
  font-family: "ParalucentLight";
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- butns --------------- */
.butn-neon {
  position: relative;
  display: inline-block;
  padding: 1px 0 0 1px;
  overflow: hidden;
  z-index: 20;
  transition: all 0.5s ease;
}
.butn-neon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #B1437A, #B9A8FF, transparent);
  transition: all 0.5s ease;
  z-index: -1;
}
.butn-neon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #B1437A, #B9A8FF, transparent);
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.butn-neon:hover {
  padding: 1px 1px 0 0;
}
.butn-neon:hover:before {
  opacity: 0;
}
.butn-neon:hover::after {
  opacity: 1;
}

.butn {
  position: relative;
  padding: 15px 40px;
  background: linear-gradient(142.13deg, #05051E 1.8%, #323240 99.75%);
  -webkit-backdrop-filter: blur(43.9804px);
          backdrop-filter: blur(43.9804px);
  color: #fff;
  text-transform: uppercase;
}
.butn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #C93C6B, #2C2F77);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
.butn:hover {
  color: #fff;
}
.butn:hover::before {
  opacity: 1;
}

/* --------------- body --------------- */
.scrollsmoother-container {
  position: relative;
  z-index: 20;
}
.scrollsmoother-container .video-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.scrollsmoother-container .icon-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.scrollsmoother-container .icon-container .icon-logo {
  position: relative;
  top: 50px;
  left: calc(50% - 20vh);
  width: 40vh;
  height: 40vh;
}

section {
  position: relative;
  z-index: 20;
}

.section-title {
  position: relative;
  font-size: 95px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -3px;
}

.text {
  font-size: 17px;
  color: #E2E8FF;
  opacity: 0.75;
}

/* --------------- intro --------------- */
.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 9999;
}
.intro .vid {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .butn {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------- navbar --------------- */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0;
}
.navbar .navbar-brand img {
  height: 70px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  margin-inline-end: 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: transparent;
  background-image: linear-gradient(to left, #C93C6B, #2C2F77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar .nav-side {
  display: flex;
  align-items: center;
}
.navbar .nav-side .nav-link {
  color: #E2E8FF;
  opacity: 0.75;
  margin-inline-end: 20px;
}
.navbar .nav-side .nav-link:hover {
  color: #fff;
  opacity: 1;
}

/* --------------- header --------------- */
header {
  position: relative;
  padding: 200px 0 120px;
  z-index: 20;
  overflow: hidden;
  min-height: 100vh;
}
header .hero {
  position: relative;
  height: 700px;
  left: -140px;
}
header .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
header h1 {
  position: relative;
  font-size: 130px;
  line-height: 1;
}

/* --------------- about --------------- */
.about {
  position: relative;
  padding: 100px 0;
  z-index: 40;
}
.about .section-title {
  display: inline-block;
}
.about .section-title .rocket {
  position: absolute;
  left: 25%;
  top: -60px;
}
.about .main-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.about .smoke {
  position: absolute;
  left: 0;
  bottom: 60%;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.about .smoke2 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  height: 60%;
  z-index: -2;
}
.about .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.about.about2 .smoke {
  bottom: 60%;
  height: 100%;
}
.about.about2 .smoke2 {
  top: calc(40% - 1px);
  height: 100%;
}
.about.about2 * {
  color: #05051E;
}
.about.about3 .smoke {
  bottom: -70%;
  height: 240%;
  max-height: unset;
}
/* --------------- event --------------- */
.event {
  position: relative;
  padding: 150px 0;
  z-index: 30;
}
.event .icon-logo {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translate(50%, -50%);
  width: 60vw;
  height: 60vw;
  z-index: -1;
  opacity: 0.4;
}

/* --------------- exhibtion --------------- */
.exhibtion {
  position: relative;
  padding: 120px 0 0;
  z-index: 30;
}
.exhibtion .circls {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 30vh;
  height: 30vh;
}

/* --------------- portfolio --------------- */
.portfolio {
  position: relative;
  padding: 120px 0;
}
.portfolio .section-title {
  position: relative;
  margin-bottom: 100px;
}
.portfolio .item {
  position: relative;
  margin: 1px;
  display: block;
}
.portfolio .item .img {
  position: relative;
  height: 450px;
  z-index: 20;
  overflow: hidden;
  filter: drop-shadow(10px 10px 50px rgba(112, 40, 117, 0.6));
  transform: scale(0.95);
}
.portfolio .item .img img {
  -webkit-clip-path: polygon(50% 0%, 85% 0, 100% 15%, 100% 85%, 85% 100%, 50% 100%, 15% 100%, 0 85%, 0 15%, 15% 0);
          clip-path: polygon(50% 0%, 85% 0, 100% 15%, 100% 85%, 85% 100%, 50% 100%, 15% 100%, 0 85%, 0 15%, 15% 0);
}
.portfolio .item .lines {
  position: absolute;
  left: -15px;
  top: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.portfolio .item .lines span {
  border-radius: 3px;
  box-shadow: 0 0 10px #E33F72;
  opacity: 0.7;
}
.portfolio .item .lines span:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: calc(15% + 15px);
  width: calc(70% - 30px);
  height: 3px;
  background-color: #fff;
  background-image: linear-gradient(to left, #C93C6B, #2C2F77);
}
.portfolio .item .lines span:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: calc(15% + 15px);
  width: calc(70% - 30px);
  height: 3px;
  background-color: #fff;
  background-image: linear-gradient(to right, #C93C6B, #2C2F77);
}
.portfolio .item .lines span:nth-of-type(3) {
  position: absolute;
  left: 0;
  top: calc(15% + 15px);
  height: calc(70% - 30px);
  width: 3px;
  background-color: #fff;
  background-image: linear-gradient(to top, #C93C6B, #2C2F77);
}
.portfolio .item .lines span:nth-of-type(4) {
  position: absolute;
  right: 0;
  top: calc(15% + 15px);
  height: calc(70% - 30px);
  width: 3px;
  background-color: #fff;
  background-image: linear-gradient(to top, #C93C6B, #2C2F77);
}
.portfolio .butn-neon {
  position: relative;
  margin-top: 80px;
}

/* --------------- numbers --------------- */
.numbers {
  position: relative;
}
.numbers .cards {
  position: relative;
  padding: 40px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.3333333333);
  background-image: linear-gradient(100deg, rgba(231, 80, 130, 0.4), rgba(82, 85, 154, 0.4));
}
.numbers .cards .item {
  position: relative;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px;
}
.numbers .cards .item h2 {
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "ParalucentLight";
}
.numbers .cards .col-lg-4:last-of-type .item {
  border: 0;
}

/* --------------- production --------------- */
.production {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/production_bg.jpg);
  background-size: cover;
  overflow: hidden;
  z-index: 40;
}
.production .hand1 {
  position: absolute;
  left: -30vw;
  bottom: -300px;
  width: 30vw;
  z-index: -1;
}
.production .hand2 {
  position: absolute;
  right: -60vw;
  top: -300px;
  width: 60vw;
  z-index: -1;
}

.no-img-bg {
  background-image: none !important;
}

/* --------------- systems --------------- */
.systems {
  position: relative;
  padding: 120px 0;
}

/* --------------- services --------------- */
.services {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/services-bg.jpg);
  background-size: cover;
}
.services .cards {
  position: relative;
  margin-top: -100px;
}
.services .cards .item {
  display: block;
  position: relative;
  background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.189) 1.8%, rgba(254, 248, 255, 0) 99.75%);
  -webkit-backdrop-filter: blur(43.9804px);
          backdrop-filter: blur(43.9804px);
  border-radius: 15px;
  padding: 30px;
  padding-bottom: 100px;
  margin-inline-start: -15px;
}
.services .cards .item .title {
  position: relative;
  font-size: 40px;
  margin-bottom: 20px;
}
.services .cards .item .arrow {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.189) 1.8%, rgba(254, 248, 255, 0) 99.75%);
  -webkit-backdrop-filter: blur(43.9804px);
          backdrop-filter: blur(43.9804px);
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.services .cards .item .txt {
  font-size: 14px;
  color: #E2E8FF;
  opacity: 0.75;
}
.services .cards .row .col-lg-4:nth-of-type(1) .item {
  height: 450px;
}
.services .cards .row .col-lg-4:nth-of-type(2) .item {
  height: 500px;
}
.services .cards .row .col-lg-4:nth-of-type(3) .item {
  height: 550px;
}

/* --------------- worldwide --------------- */
.worldwide {
  position: relative;
  padding: 100px 0 50px;
}
.worldwide .video-card {
  position: relative;
  overflow: hidden;
}
.worldwide .video-card video {
  margin-bottom: -6px;
}

.worldwide2 {
  position: relative;
  padding: 100px 0 50px;
}
.worldwide2 .video-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  outline: 1px solid #C93C6B;
  outline-offset: 10px;
}
.worldwide2 .video-card video {
  margin-bottom: -6px;
}

/* --------------- clients --------------- */
.clients {
  position: relative;
  padding: 120px 0;
  z-index: 20;
}
.clients .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}
.clients .logos .logo {
  position: relative;
  margin-top: 60px;
  text-align: center;
  width: 20%;
}
.clients .logos .logo img {
  height: 50px;
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients .shap {
  position: absolute;
  width: 20vw;
  height: 20vw;
  left: calc(50% - 10vw);
  top: calc(50% - 10vw);
  z-index: -1;
}

/* --------------- contact --------------- */
.contact {
  position: relative;
  padding: 120px 0;
  z-index: 30;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.contact .lg-txt {
  font-size: calc(12vw + 30px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8;
  background-image: linear-gradient(80deg, #C93C6B, #2C2F77);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline-start: -50px;
}
.contact .lg-txt .txt {
  margin-inline-start: 200px;
}
.contact .top-content {
  position: relative;
  margin-bottom: -100px;
}
.contact .top-content .title-side {
  position: relative;
  margin-bottom: -100px;
}
.contact .top-content .title-side .fav {
  height: 150px;
}
.contact .top-content .title-side h2 {
  font-size: 50px;
  margin: 30px 0;
}
.contact .upload-card {
  position: relative;
  padding: 40px;
  background: linear-gradient(-45deg, #05051E 1.8%, #323240 99.75%);
  -webkit-backdrop-filter: blur(43.9804px);
          backdrop-filter: blur(43.9804px);
}
.contact .upload-card .text {
  color: #E6DBD1;
}

/* --------------- footer --------------- */
footer {
  position: relative;
  padding: 120px 0 50px;
  background-color: #05051E;
  z-index: 30;
  overflow: hidden;
}
footer::after {
  position: absolute;
  content: "";
  left: calc(60% - 20vw);
  top: calc(50% - 10vw);
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background-image: linear-gradient(100deg, #e75082, #52559a);
  filter: blur(50px);
  opacity: 0.2;
  z-index: -1;
}
footer .download-box {
  position: relative;
  padding: 40px;
  background-color: #05051E;
  z-index: 20;
}
footer .download-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3333333333), transparent);
}
footer .download-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3333333333), transparent);
}
footer .download-box h4 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .links {
  position: relative;
  margin-top: 15px;
}
footer .links a {
  margin: 6px 0;
  text-transform: capitalize;
}
footer .social-links {
  position: relative;
  padding-top: 20px;
}
footer .social-links a {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #05051E;
  margin-inline-end: 5px;
  font-size: 13px;
}
footer .foot-logo .fav {
  height: 100px;
  margin-bottom: 40px;
}
footer .lg-txt {
  font-size: 80px;
  line-height: 1;
  font-weight: 200;
}
footer .foot {
  position: relative;
  margin-top: -30px;
}
footer .foot .alyom-logo {
  height: 20px;
  margin-inline-start: 10px;
}
footer .foot .foot-links a {
  position: relative;
  margin-top: 10px;
  padding-inline-end: 25px;
  margin-inline-end: 10px;
}
footer .foot .foot-links a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
footer .foot .foot-links a:last-of-type::after {
  display: none;
}

/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* --------------- to_top --------------- */
/* ======== */
@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3333333333);
  }
  header h1 {
    font-size: 55px;
  }
  .section-title {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .event {
    overflow: hidden;
  }
  .about.about3 .smoke {
    bottom: -30%;
    height: 160%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .clients .logos .logo {
    width: 30%;
  }
  .contact .top-content {
    margin-bottom: 0;
  }
  .contact .top-content .title-side {
    margin-bottom: 30px;
  }
  .contact .lg-txt {
    margin-inline-start: 0;
  }
  .contact .lg-txt .txt {
    margin-inline-start: 45px;
  }
  footer .foot {
    margin-top: 30px;
  }
  .contact,
  .event {
    padding: 0;
  }
  .systems {
    padding: 30px 0;
  }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */