@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  
  /* font-family: "Montserrat", sans-serif; */
  /* font-weight: lighter; */
  /* flex-grow: inherit; */
}
@font-face {
  font-family: myFont;
  src: url(../image/conthrax-sb.otf);
}
body {
  /* width: 100vh; */
  /* height: 100%; */
  overflow-x: hidden;
  
}

.upper-div {
  overflow-x: hidden;
  width: 100vw;
  height: auto;
  background: radial-gradient(#11001c, #ad02fc, #1a0129, #11001c);
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(
    to left,
    #000000 45%,
    rgb(255, 196, 0) 30%,
    rgb(224, 184, 1) 55%,
    #000000 40%
  ); */
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}



.header {
  width: 100%;
  min-height: 5vh;
  position:fixed;
  top: 0px;
  z-index: 20;
  max-width: 100vw;
  /* height: fit-content; */
  backdrop-filter: blur(583px);
  /* border: solid red 1px; */
  overflow: hidden;
  mix-blend-mode: exclusion;
  padding: 0.5rem 1rem;
  /* background: url(airEllipse.webp) center center / cover no-repeat; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

nav {
  position: sticky;
  width: 85%;
  height: fit-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  /* border: solid rgb(21, 255, 0) 1px; */
  text-transform: capitalize;
  list-style: none;
  border-radius: 50%;
}
.nav-element a {
  /* border: solid red 1px; */
  font-size: 1vw;
  letter-spacing: 2px;
  font-family: Myfont;
  position: relative;
}
.nav-element a::after {
  content: " ";
  position: absolute;
  display: block;
  background: whitesmoke;
  border-radius: 50%;
  width: 0%;
  height: 12%;
  left: 0;
  bottom: -7px;
}
@keyframes lineAnime {
  0% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 100%;
    left: 0%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
/* .active a::after {
  content: " ";
  position: absolute;
  display: block;
  background: whitesmoke;
  border-radius: 50px !important;
  width: 100%;
  height: 12%;
  left: 0;
  bottom: -7px;
} */

.nav-element a:hover::after {
  width: 100%;
  animation-name: lineAnime;
  animation-duration: 2s;
}

#search-icon > svg {
  width: 2.5rem;
  height: 1.7rem;
  /* border:solid green 1px */
  cursor: pointer;
}

.icon {
  width: 7vw;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 1;
}
.cart a > img {
  width: 1.4rem;
  margin-bottom: 0.1rem;
}

/* form search  */
.search-f {
  display: flex;
}

.close-search {
  cursor: pointer;
  background-color: #ff0000;
  padding: 8px;
  text-align: center;
}
.search {
  display: none;
  position: fixed;
  top: 14vmin;
  z-index: 19;
}
.search > input[type="search"] {
  width: 40vw;
  height: 6vh;
}
.search > input[type="submit"] {
  width: 10vw;
  height: 6vh;
  padding: 15px;
}

.logo {
  width: 4rem;
  mix-blend-mode: none !important;
}

.logo img {
  width: 4.5vmax;
  height: 100%;
  /* padding: 0px 35px 0px 0px; */
  /* font-size: 4.3vw; */
  /* background: linear-gradient(
    43deg,
    #2140da 0%,
    #c850c0 0%,
    #c850c0 46%,
    #ffcc70 100%
  );
  -webkit-background-clip: text;
  color: transparent !important;
  font-family: myfont; */
  /* font-family: "Bodoni Moda SC", serif !important; */
  /* font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal; */
  /* text-shadow: #000000; */
  /* line-height: 39%; */
}

/* contact form  */

.contact-form{
width: 100vw;
height: 100vh;
position:fixed;
top: 3vmin;
z-index:10;
display: none;
justify-content: center;
align-items: center;
border: solid 1px green;
overflow: hidden;
backdrop-filter: blur(30px);
/* position:fixed; */


}
.contact-form form{
  margin: 40rem;
  border: solid 1px orange;
  padding:3% ;
  background:linear-gradient(black,purple,black);
  border-radius: 13px;
  text-align: start;
  z-index: 30px;
  
}
.contact-form form h1{
  font-family: myFont;
}
.close li{
  background-color:  red;
  font-size: 1rem;
  color: #fff;
  padding: 0.4rem 1rem;
  width: fit-content !important;
  height: auto;
  cursor: pointer;
  border-radius: 2rem;
  /* text-align: center; */
}
.feedback{
  cursor: pointer;
}
.close{
  width: 100%;
  display:flex;
  justify-content: end;

  /* background: rgb(241, 238, 238); */
  
}
.contact-form form input, textarea{
  width: 30vmax;
  height: 6vmin;
 
  padding:1em;
  border: solid 0px red;
  color: #000;
   
}
.contact-form form input[type="submit"]{
border-radius:20px;
color: red;
margin-top: 2em;
}
.contact-form form textarea{

}

.contact-form form label{
  width: 100%;
  text-align: left;
  margin-top: 1rem;

}














.slide-bar-icon {
  display: none;
}
.slider-menu {
  height: 100%;
  display: none;

  transition: 0.3s ease-in-out;
  position: fixed;
  top: 4rem;
  left: 0%;
  box-shadow: 10px 2px 50px black;
  z-index: 40;
  background: #f1efef;
  animation-duration: 1s;
  text-align: center;
  animation-fill-mode: forwards;
}
@keyframes slider-menu {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slider-menu-back {
  from {
    width: 40%;
  }
  to {
    width: 0%;
  }
}
.slider-menu li {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.slider-menu li > a {
  font-family: myfont;
  font-size: 12px;
  /* letter-spacing: 3px; */
  animation-name: li;
  animation-delay: 3s;

  color: #000;
  /* padding: 30px; */
  /* display: none; */
}
@keyframes li {
  from {
    left: 30px;
  }
  to {
    left: 0px;
  }
}
.m1 {
  position: fixed;
  /* left: 72px; */
  /* bottom: 27.1px; */
  /* display: block; */
}
.menu,
.menu-2 {
  display: block;
  /* border: solid red 1px; */
  position: absolute;
  top: 20px;
  /* z-index:1; */
}
.menu > div,
.menu-2 > div {
  margin: 5px;
  height: 3px;
  background-color: #fff;
  transition: 0.3s ease;
  border-radius: 30px;
  cursor: pointer;
}
.bar-1,
.bar-3 {
  width: 40px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: ease-in-out 2s;
}
@keyframes rotate-bar1 {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 30deg;
  }
}
@keyframes reverce-b1 {
  from {
    rotate: 30deg;
  }
  to {
    rotate: 0deg;
  }
}
.bar-2,
.bar-4 {
  width: 25px;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes rotate-bar2 {
  from {
    width: 25px;
    rotate: 0deg;
  }
  to {
    width: 40px;
    rotate: -40deg;
  }
}
@keyframes reverse-bar2 {
  from {
    width: 40px;

    rotate: -40deg;
  }
  to {
    width: 25px;
    rotate: 0deg;
  }
}
.custom-shape-divider-bottom-1720649561 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1720649561 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 96px;
}

.custom-shape-divider-bottom-1720649561 .shape-fill {
  fill: #ffffff;
}
.container-1 {
  margin-top: 3vmax;
  width: 100vw;
  height: 50vmax;
  /* border: dashed rgb(0, 255, 34) 1px; */
  background-image: url(../image/air-backgroumd.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-grow: inherit;
  align-items: center;
  position: relative;
}
.container-1 video{
  width: 100%;
  height: 100%;
}
.container-1:hover {
  /* background-blend-mode: difference;
  filter: drop-shadow(0px 0px 2px rgb(229, 212, 156));
  transition: ease-in 1.3s; */
}

.main-heading {
  /* display: none; */
  max-width: max-content;
  text-align: center;
  max-height: fit-content;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 7.8vmax;
  /* border: solid red 1px; */
  margin-top: 40px;
  overflow-wrap: break-word;
  z-index: 1;
  position:  absolute;
}
.main-heading p {
  font-size: 1.4vmax;
  /* font-stretch: semi-condensed; */
  letter-spacing: 12.4px;
  text-align: center;
  /* border: solid rgb(0, 255, 0) 1px; */
  /* font-family: Georgia, "Times New Roman", Times, serif; */
}
/* background: linear-gradient(43deg, #4158d0 0%, #c850c0) 0%, #c850c0 46%,
#ffcc70 100%;
-webkit-background-clip: text;
color: transparent; */
.main-heading > span {
  /* border: solid rgb(255, 251, 0) 3px; */
  font-family: myFont;
  color: blue;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  background: linear-gradient(
    43deg,
    #ffffff 0%,
    #c85050 0%,
    #fbfbfc 46%,
    #ffcc70 100%
  );
  -webkit-background-clip: text;
  color: transparent !important;
}
#h1 {
  font-size: large;
  font-size: 4vw;
}
/* svg shape  */
.custom-shape-divider-bottom-1720648585 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1720648585 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1720648585 .shape-fill {
  fill: #520380;
}
/* [.Container-2 */
.Container-2 {
  width: 100vw;
  height: 100vh;
  position: relative;
  /* border: solid rgb(38, 0, 255) 3px; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #d4d5e022 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #e6e8f022 100px 101px
    );
  overflow: hidden;
}
.c2-child {
  height: 100vh;
  text-align: center;
  /* border: red 1px solid; */
}
.C2-content-div {
  width: 40vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content {
  width: 90%;
  text-align: justify;
  mix-blend-mode: difference;
  /* z-index: 90; */
}
.content h1 {
  font-family: "Syne", sans-serif;
  /* font-optical-sizing: auto; */
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  /* overflow-wrap: break-word; */
  text-wrap: wrap;
  text-transform: capitalize;
  background: linear-gradient(
    43deg,
    #ffffff 0%,
    #e21ed2 0%,
    #fbfbfc 46%,
    #ffcc70 100%
  );
  -webkit-background-clip: text;
  color: transparent !important;
}
.content p {
  font-size: 1.3vmax;
  white-space: wrap;
}
.code {
  width: 60vw;
  height: 100%;
  background: url(../image/code-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50vmax;
}
.code img {
  width: fit-content;
  height: 42vmax;
  /* border: solid red 2px; */
}

.character-2 {
  position: relative;
  top: 11vw;
  left: 5%;
  /* animation: sliding linear; */
  /* white-space: wrap; */
  /* animation: sliding linear;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-range: entry 0% cover 45%;
  animation-timeline: view();
  animation-fill-mode:backwards; */
}
@keyframes sliding {
  0% {
    /* transform: translatex(60%); */
    left: 60%;
    transition: ease 2s;
    rotate-x: 130deg;
  }

  100% {
    /* transform: translate(-5%); */
    left: -5%;
    /* filter: drop-shadow(0px 145px 105px rgb(158, 156, 156)); */
  }
}

/* ] */
.container-3 {
  width: 100vw;
  /* height: 100vh; */
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-grow: inherit;
  justify-content: safe;
  background: #fff;
  /* background-color: #000000; */
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #19191a22 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #15161622 100px 101px
    );

  overflow: hidden;
  /* border: #ffcc70 2px solid; */
}

.svg-wave {
  width: 100%;
  height: fit-content;
  /* position:absolute; */
  /* background-color: #fff; */
}
.info {
  width: 40em;
  height: 70vh;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  /* border: dashed red 2px; */
}
.right-div-c3 {
  width: 50vw;
  height: 79vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/shape.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 98%;
  background-position-y: 4px;
  border-radius: 5%;
  /* overflow: hidden; */
}
.right-div-c3 > div {
  height: 60vh;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  /* border: red solid 1px; */
}
.form {
  width: 100%;
  height: fit-content;
  /* border: saddlebrown 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* position: relative; */
}
.right-div-c3 h1 {
  color: #000;
  font-family: myfont;
}
.right-div-c3 input {
  color: #000;
  width: 33vmax;
  height: 3vmax;
  padding: 0.8rem 0.9rem;
  margin: 10px;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border: 0.5px solid;
}

.left-div-c3 {
  height: 80vh;
  /* border-right: 1px #fff solid; */
  /* overflow: hidden; */
  object-fit: contain;
  display: flex;
  flex-wrap: wrap;
}
.left-div-c3 img {
  width: 49vw;
  height: auto;
  position: relative;
  bottom: 100px;

  /* object-fit: contain; */
}
.right-div-c3 button {
  width: 20vmax;
  border: 0px solid;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-family: myfont;
}

.button:hover {
  /* box-shadow: inset -35px -20px 20px #c850c0; */
  animation: color linear;
  animation-duration: 1s;
}
@keyframes color {
  0% {
    box-shadow: inset 5px 0px 20px #6250c8;
  }
  50% {
    box-shadow: inset -35px -20px 20px #c850c0;
  }
  100% {
    box-shadow: inset 5px -40px 20px #9250c8;
  }
}
form {
  display: grid;
  place-items: center;
}
.button-div {
  text-align: center;
  width: max-content;
  height: fit-content;
  /* border: solid 2px rgb(187, 29, 29); */
}
form {
  text-align: center;
}
.course {
  background: linear-gradient(#1a0129, #520380);
  position: relative;
}
.container-4 {
  position: relative;
  width: 99vw;
  /* height: 100vw; */
  /* background: #1a0129; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container-4 img{
  width: 60vw;
  /* height: 40vh; */
}
.domain-name {
  width: 100vw;
  height: auto;
  /* background: #; */
  /* border: solid green 1px; */
}

.domain-name ul {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* border: solid pink 1px; */
  margin-top: 10px;
  /* background:#212121 */
}
.navbar-nav {
  width: 100vw;
  height: auto;
  display: flex;
  overflow-x: auto;
  padding: 0.6rem;
}
.navbar-nav::-webkit-scrollbar {
  width: 0;
}
.head-domain {
  width: 100%;
  height: auto;
  text-align: center;
  /* border: solid red 2px; */
}

.Dname {
  width:min(18rem);
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.08rem;
  font-weight: bold;
  color: #161616;
  /* background: linear-gradient(to bottom, #9798e9, #f04704); */
  border-radius: 9999px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border: 1px solid #d4d1d1;
}
.Dname::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: linear-gradient(to bottom, #b1a9a9, #7e6f6f);
  z-index: -1;
  border-radius: 9999px;
  transition: all 0.2s ease;
  opacity: 1;
}
.Dname:active {
  transform: translateY(2px);
  box-shadow: 0 1px 2px rgb(253, 253, 253), 0 5px 10px rgba(252, 251, 251, 0.4);
}

.head-domain h2 > a {
  font-size: 5rem;
  font-family: myfont;
  background: linear-gradient(
    43deg,
    #ffffff 0%,
    #1518d3 0%,
    #fbfbfc 46%,
    #ffcc70 100%
  );
  -webkit-background-clip: text;
  color: transparent !important;
}
.main-card-div {
  /* background-color:red; */
  min-height: 50vh;
  /* width: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-container {
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
/* style for product card  */
.product .product-card {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 300px;
  height: 400px;
  margin: 20px;
  border-radius: 10px;
  background: #1d212b;
  border: solid pink;
  box-shadow: 0px 0px 6px #ffffffb9;
  
}
.product .product-card::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.card-img-1 > img {
  width: 55rem !important;
  height: 23rem !important;
}
.card-element {
  display: flex;
  width: 100%;
  height: 50%;
  border: solid red 2px;
  text-align: center;
  /* align-items:  center; */
  justify-content: center;
}
.product .product-card input {
  z-index: 2;
  color: #080808;
  position: absolute;
  width: 50%;
  text-align: center;
  bottom: 80px;
  font-family: myfont;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 10;
}
.card-img {
  width: 100% !important;
  height: 50%;
  display: flex;
  align-items: center;
}
.product .product-card .product-img {
  z-index: 1;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .product-card .name {
  z-index: 2;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 130px;
  font-family: myfont;
  font-size: 20px;
  /* font-weight: 800; */
  letter-spacing: 1px;
  text-transform: capitalize;
}
.product .product-card .price {
  z-index: 2;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 80px;
  font-family: myfont;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 10;
}
.product .product-card .popup-btn {
  z-index: 2;
  color: #fff;
  background: #555;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  border-radius: 20px;
}
/* style for the popup view  */
.product .popup-view {
  z-index: 100;
  /* background: rgba(59, 58, 61, 0.822); */
  backdrop-filter: blur(60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.product .popup-view.active {
  opacity: 1;
  visibility: visible;
}
.product .popup-card {
  position: relative;
  display: flex;
  width: 800px;
  height: 500px;
  margin: 100px 20px 20px 20px;
  /* border: solid red 1px; */
}
.product .popup-card .product-img {
  z-index: 2;
  background: #2e333f;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 45%;
  height: 90%;
  transform: translateY(25px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.product .popup-card .product-img img {
  z-index: 2;
  position: inherit;
  width: 70rem;
  height: 40rem;
  top: 45px;
  left: -50px;
}
.product .popup-card .info {
  z-index: 2;
  background: #f5f0f0;
  display: flex;
  text-align: left;
  flex-direction: column;
  width: 55%;
  /* margin-top: 15px; */
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
}
.product .popup-card .info h2,
.product .popup-card .info p,
.product .popup-card .info span,
.info > a {
  color: #000000;
}
.product .popup-card .close-btn {
  color: #ffffff;
  mix-blend-mode: difference;
  z-index: 4;
  /* border: solid red 1px; */
  position: absolute;
  right: 0;
  font-size: 20px;
  margin: 20px;
  cursor: pointer;
}
.product .popup-card .info h2 {
  font-size: 40px;
  text-transform: capitalize;
  line-height: 35px;
  margin: 10px;
  font-weight: 600;
}
.product .popup-card .info h2 span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product .popup-card .info p {
  font-size: 15px;
  margin: 10px;
  color: #000000;
}
.product .popup-card .info .price {
  columns: #000;
  font-size: 20px;
  font-weight: 100;
  margin: 4px;
  font-family: myfont;
}
.product .popup-card .info .add-cart-btn {
  color: #fff;
  background: #03009d;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 50px;
  border-radius: 20px;
  text-transform: uppercase;
}
.product .popup-card .info .add-wish {
  color: #0a009d;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.companies {
  width: 100%;
  height: 100px;
  color: #000000;

  background-color: #0c0b0b;
}
.loop {
  white-space: nowrap;
  /* background-color:#000; */
  overflow: hidden;
}

.lang-icon {
  width: fit-content;
  font-weight: 100 !important;
  /* font-family:gilroy !important; */
  display: flex;
  justify-content: space-between;
}
.scroll {
  width: 100vw;
  height: fit-content;
  background-color: #000000;
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #d4d5e022 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #e6e8f022 100px 101px
    );
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
marquee {
  max-width: 73.6vw;
  overflow: hidden;
  height: fit-content;
  /* border: solid 1px red; */
  /* background: linear-gradient(white 10%, black); */
  background-color: #ffffff;
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #19191a22 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #15161622 100px 101px
    );
  display: flex;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.language svg {
  width: 50px;
  height: 50px;
  /* box-shadow: 0px 0px 60px #ffffff; */

  /* border: #ffffff  solid; */
  /* background-color: rgba(47, 96, 187, 0.753) !important; */
}
.language {
  display: flex;
  justify-content: space-around;
  margin: 0px 15px;
  /* background-color:#a59999; */
  border-radius: 30%;
}
/* .box{
    background: linear-gradient(
        43deg,
        #2140da 0%,
        #c850c0 0%,
        #5c50c8 46%,
        #ffcc70 100%
      );
      -webkit-background-clip: text;
      color: transparent !important;
  

} */
.container-4-0 {
  width: 100vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.search-box {
  width: 100rem !important;
  height: 30vh;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  text-align: center;
/* border: solid rgb(25, 0, 255) 2px; */
  background-color: #ffffff;
  margin-bottom: 2rem;
}
.search-box h1 {
  font-family: myfont;
  font-size: 2rem;
  color: #080808;
}
.search-box form {
  display: flex;
  gap: 5px;
  margin: 1rem;
}
.search-box form input {
  padding: 10px !important;
  /* margin: 0; */
}
.search-box form input[type="search"] {
  border-radius: 5px;
  border: none;
  width: 30rem;
  background-color: rgb(41, 41, 41);
  color: #fff !important;
  text-transform: capitalize !important;
  padding: 13px !important;
}
.search-box form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.search-box form input[type="submit"] {
  border-radius: 5px;
  border: none;
  background: linear-gradient(#520380, black);
  color: #fdfbfb !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.left-4-0,
.right-4-0 {
  width: 50vw;
  /* height: 100vh; */
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.right-4-0 div{
display: flex;
/* gap: 10px; */
/* align-items:center; */
/* justify-content: center; */
flex-wrap: wrap;
}
.right-4-0 .right-4-0-heading h1 span {
  color: #520380;
}
.right-4-0 .right-4-0-heading h1 {
  color: #000;
}
.right-4-0-details {
  width: 80%;
  /* height: 4rem; */
  /* border: red 1px solid; */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content:  space-around;
  margin: 10px;
  
}
.Dlogo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #4006ad;
  display:flex;
  justify-content: center;
  align-items: center;
}
.Dlogo i{
  font-size: large;
   

}
.details{
  width: 80%;
  /* height: 100%; */
  /* border: green 2px solid; */
  display:flex;
  flex-grow: initial;
  flex-direction:column;
  text-align: left;
}
.details h3{
color: #000;
text-transform: capitalize;
}
.details h3 sup{
  font-size: small;
  color: rgb(255, 115, 0);
}
.details p{
  color: black;
  font-size:1rem;
text-transform: capitalize;

}
.character,
.border-4-0 {
  width: 27rem;
  height: 27rem;
  border-radius: 30%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  overflow: hidden;
  /* border: dashed #c101fc 2px; */

}
.border-4-0 {
  width: 28rem;
  height: 28rem;
  border: dashed #c101fc 2px;
}
.char {
  width: 13.375rem;
  height: 13.5rem;
  overflow: hidden;
  /* border: dashed rgb(0, 255, 64) 1px; */
}
.char img{
  width:100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}
.char1 {
  border-bottom-right-radius: 50%;
  background: #520380;
}
.char2 {
  border-bottom-left-radius: 50%;
  background: #11001c;
}
.char3 {
  border-top-right-radius: 50%;
  background: #11001c;
}
.char4 {
  border-top-left-radius: 50%;
  background: #520380;
}
.container-5 {
  width: 100vw;
  height: auto;
  background-color: #000000;
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #d4d5e022 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #e6e8f022 100px 101px
    );
}
.container-5::before {
  position: absolute;
  width: min(1400px, 90vw);
  /* top: 10%; */
  left: 5%;
  height: 90vh;
  /* transform: translateX(-50%); */
  content: "";
  background-image: url(../image/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
@import url("https://fonts.cdnfonts.com/css/ica-rubrik-black");
@import url("https://fonts.cdnfonts.com/css/poppins");

.banner {
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner .slider {
  position: absolute;
  width: 200px;
  height: 250px;
  top: 10%;
  left: calc(50% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 20s linear infinite;
  z-index: 2;
}
@keyframes autoRun {
  from {
    transform: perspective(1000px) rotateX(-35deg) rotateY(0deg);
  }
  to {
    transform: perspective(1000px) rotateX(-35deg) rotateY(360deg);
  }
}

.banner .slider .item {
  position: absolute;
  inset: 0 0 0 0;
  transform: rotateY(
      calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
    )
    translateZ(550px);
}
.banner .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1400px, 100vw);
  height: max-content;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.banner .content h1 {
  font-family: myfont;
  font-size: 16em;
  line-height: 1em;
  color: #25283b;
  position: relative;
}
.banner .content h1::after {
  position: absolute;
  inset: 0 0 0 0;
  content: attr(data-content);
  z-index: 2;
  -webkit-text-stroke: 1px #d2d2d2;
  color: transparent;
}
.banner .content .author {
  font-family: myfont;
  text-align: right;
  max-width: 200px;
}
.banner .content h2 {
  font-size: 3em;
}
.banner .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1400px, 97vw);
  height: max-content;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.banner .content h1 {
  font-family: myfont;
  font-size: 5em;
  line-height: 1em;
  color: #25283b;
  position: relative;
  /* margin-left: 10px; */
}
.banner .content h1::after {
  position: absolute;
  inset: 0 0 0 0;
  content: attr(data-content);
  z-index: 2;
  -webkit-text-stroke: 2px #d2d2d2;
  color: transparent;
}
.banner .content .author {
  font-family: Poppins;
  text-align: right;
  max-width: 200px;
}
.banner .content h2 {
  font-size: 3em;
}
.model:hover {
  filter: drop-shadow(10px 10px 40px red);
}
.banner .content .model {
  background-image: url(../image/model.png);
  width: 100%;
  height: 75vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  transition: 2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .banner .slider {
    width: 160px;
    height: 200px;
    left: calc(50% - 80px);
  }
  .banner .slider .item {
    transform: rotateY(
        calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
      )
      translateZ(300px);
  }
  .banner .content h1 {
    text-align: center;
    width: 100%;
    text-shadow: 0 10px 20px #000;
    font-size: 7em;
  }
  .banner .content .author {
    color: #fff;
    padding: 20px;
    text-shadow: 0 10px 20px #000;
    z-index: 2;
    max-width: unset;
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
}

footer {
  width: 100vw;
  /* height: 17rem; */

  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgb(19, 18, 19) url(../image/earth.png);
  background-repeat: no-repeat;
  background-size: 70% 60%;
  background-position: bottom;
  /* border: solid 2px green; */
}
.footer-parent {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-transform: capitalize;
  backdrop-filter: blur(6px);
  gap: 10px;
}
h4 {
  color: rgb(255, 255, 255);
  font-family: myfont;
}
.footer-parent > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 10px;
  flex-wrap: wrap;
  /* margin-left: 30px; */
  width: 27.33%;
  text-align: left;
  /* border: solid 3px red; */
  mix-blend-mode: difference;
}
footer a {
  /* font-family: myfont; */
  font-size: 14px;
  /* text-decoration: underline; */
  mix-blend-mode: color-burn;
  /* color: rgb(0, 255, 21); */
}
.logo-footer img {
  width: 90px;
}
.logo-footer {
  display: flex;
  width: 33.33%;
  /* border: solid red 2px; */
}
.social-media {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-right: 20px;
}
.policy li > a:hover,
.help li > a:hover {
  color: rgb(195, 0, 255);
}

.social-media div {
  display: flex;
  flex-direction: row;
}

.social-media div a > svg {
  aspect-ratio: 1/1;
  width: 25px;
  height: fit-content;
  transition: ease 2s;
  background: transparent;
}
.social-media div a > svg:hover {
  box-shadow: 0px 0px 30px #cc1515;
  color: blue;
}
.red-hat img {
  width: 50px;
}

/* about section  container-6 */
.container-6 {
  width: 100vw;
  height: auto;
  background-color: #fcfafa;
  /* background-color: #000000; */
  background-image: repeating-linear-gradient(
      to right,
      transparent 0 100px,
      #19191a22 100px 101px
    ),
    repeating-linear-gradient(
      to bottom,
      transparent 0 100px,
      #15161622 100px 101px
    );
  background-repeat: no-repeat;
  background-size: contain;
  /* overflow: auto; */
}
.container-6::after {
  content: "";
  background-image: url(../image/full-circle.png);
  background-position: center;
  width: 100%;
  height: 100%;
}
.circle {
  width: 30vw;
  height: 70vh;
  border-left: solid rgb(253, 138, 6) 10px;
  background: url(./image/air-backgroumd.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom-left-radius: 70%;
  box-shadow: 20px 30px 30px rgb(253, 138, 6);
}
.left p {
  font-size: 20px;
  width: 40vw;
  /* border: solid red 1px; */
}

.left span {
  font-size: 2.9rem;
  font-weight: 600;
  background: linear-gradient(
    43deg,
    #ffffff 10%,
    #c850c0 0%,
    #ffffff 36%,
    #ffcc70 100%
  );
  -webkit-background-clip: text;
  color: transparent !important;
  text-transform: capitalize;
}

.heading-abt {
  width: 100vw;
  height: 10vh;
  /* border: solid red 2px; */
  text-align: center;
}

.heading-abt h3 {
  font-size: 2rem;
  font-weight: 400;
  padding-top: 20px;
  text-transform: capitalize;
  font-family: myfont;
  color: #111010;
}

.service-box {
  width: 100vw;
  /* height: 60vh; */
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  /* overscroll-behavior-inline:contain; */
}
.service-box::-webkit-scrollbar {
  overflow: hidden;
}

.s1 {
  width: 13rem;
  height: 13rem;
  border-radius: 30px;
  /* border: yellow dashed 2px; */
  background-color: #141414;
  overflow: hidden;
  margin: 20px;
}
.img {
  height: 40%;
  width: 100%;
  background: rgb(64, 0, 128);
  text-align: center;
}
.text-C6 {
  text-align: center;
}
.text-C6 h4 {
  color: hsl(0, 100%, 99%);
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 40px;
}

/* feed back  */

.feedback-btn {
            position: fixed;
            bottom: 40px;
            right: 40px;
            z-index: 9999;
            display: flex;
            align-items: center;
            background: linear-gradient(90deg, #a259f7 0%, #530280 100%);
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0.9rem 2.2rem;
            font-size: 1.1rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
            box-shadow: 0 4px 24px #a259f7aa;
            cursor: pointer;
            transition: background 0.2s, transform 0.2s;
            outline: none;
            letter-spacing: 1px;
            }
            .feedback-btn:hover {
            background: linear-gradient(90deg, #fff 0%, #a259f7 100%);
            color: #530280;
            transform: scale(1.06);
            }
            .feedback-popup-bg {
            display: none;
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(30,30,40,0.55);
            z-index: 10000;
            justify-content: center;
            align-items: center;
            }
            .feedback-popup-bg.active {
            display: flex;
            }
            .feedback-popup {
            background: rgba(30,30,40,0.93);
            border-radius: 1.5rem;
            box-shadow: 0 8px 32px 0 rgba(31,38,135,0.37);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255,255,255,0.18);
            padding: 2.5rem 2rem 2rem 2rem;
            min-width: 320px;
            max-width: 95vw;
            width: 400px;
            position: relative;
            animation: popupIn 0.25s;
            overflow: hidden;
            }
            @keyframes popupIn {
            from { transform: scale(0.8) translateY(40px); opacity: 0; }
            to { transform: scale(1) translateY(0); opacity: 1; }
            }
            .feedback-popup::before {
            content: '';
            position: absolute;
            top: -60px;
            left: -60px;
            width: 180px;
            height: 180px;
            background: linear-gradient(135deg, #a259f7 0%, #530280 100%);
            opacity: 0.13;
            border-radius: 50%;
            z-index: 0;
            }
            .feedback-popup::after {
            content: '';
            position: absolute;
            bottom: -60px;
            right: -60px;
            width: 180px;
            height: 180px;
            background: linear-gradient(135deg, #fff 0%, #a259f7 100%);
            opacity: 0.08;
            border-radius: 50%;
            z-index: 0;
            }
            .feedback-popup h2 {
            color: #a259f7;
            font-size: 1.6rem;
            margin-bottom: 1.2rem;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            letter-spacing: 1px;
            z-index: 1;
            position: relative;
            }
            .feedback-popup label {
            color: #e0e0e0;
            font-size: 1rem;
            margin-bottom: 0.2rem;
            display: block;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            z-index: 1;
            position: relative;
            }
            .feedback-popup input,
            .feedback-popup textarea {
            width: 100%;
            padding: 0.7rem 1rem;
            margin-bottom: 1.1rem;
            border-radius: 0.8rem;
            border: none;
            background: rgba(255,255,255,0.10);
            color: #fff;
            font-size: 1.08rem;
            font-family: 'Roboto', sans-serif;
            outline: none;
            resize: none;
            box-shadow: 0 2px 8px #a259f71a;
            transition: background 0.2s, box-shadow 0.2s;
            z-index: 1;
            position: relative;
            }
            .feedback-popup input:focus,
            .feedback-popup textarea:focus {
            background: rgba(162,89,247,0.13);
            box-shadow: 0 0 0 2px #a259f7;
            }
            .feedback-popup textarea {
            min-height: 90px;
            max-height: 200px;
            font-size: 1.05rem;
            }
            .feedback-popup input[type="submit"] {
            background: linear-gradient(90deg, #a259f7 0%, #530280 100%);
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, color 0.2s, box-shadow 0.2s;
            border: none;
            margin-top: 0.2rem;
            letter-spacing: 1px;
            box-shadow: 0 2px 8px #a259f7aa;
            }
            .feedback-popup input[type="submit"]:hover {
            background: linear-gradient(90deg, #fff 0%, #a259f7 100%);
            color: #530280;
            box-shadow: 0 4px 16px #a259f7bb;
            }
            .feedback-close {
            position: absolute;
            top: 1.1rem;
            right: 1.1rem;
            font-size: 1.7rem;
            color: #fff;
            background: none;
            border: none;
            cursor: pointer;
            z-index: 2;
            transition: color 0.2s, transform 0.2s;
            font-weight: 700;
            line-height: 1;
            }
            .feedback-close:hover {
            color: #a259f7;
            transform: scale(1.2) rotate(10deg);
            }
            .feedback-popup .input-group {
              width: 100%;
            margin-bottom: 1.1rem;
            position: relative;
            z-index: 1;
            }
            .feedback-popup input::placeholder,
            .feedback-popup textarea::placeholder {
            color: #bdbdbd;
            opacity: 1;
            font-size: 1rem;
            font-family: 'Roboto', sans-serif;
            }
            .feedback-popup input[type="submit"]:active {
            transform: scale(0.97);
            }
            @media (max-width: 600px) {
            .feedback-popup {
                min-width: 90vw;
                padding: 1.2rem 0.7rem 1.2rem 0.7rem;
            }
            }