body{
  /*background-image: url("bg.jpg");*/
  background: #5d00ff;
  background: linear-gradient(153deg, rgba(93, 0, 255, 1) 0%, rgba(30, 8, 64, 1) 100%);  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-size: cover;
  
  text-align: center;
  align-content: center;
  padding-top: 10px;
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes appear2 {
  from {
    opacity: 0;
    transform: translatex(-100%);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}
@keyframes appear3 {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-section{
  width:100%;
  align-content: center;
  position: relative;
}
.videoin{
  width:100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  animation: linear;
  animation-name: appear;
  animation-timeline: view();
  animation-range: entry 0;
}
.videoin video{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.head{
  width:90%;
  height: auto;
  background-color: white;
  border: 0px solid transparent;
  border-radius:40px;
  margin: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 10px;
  align-content: center;
}
/* Style the navigation bar */
.navbar {
  width: 100%;
  overflow: hidden;
  
}
/* Navbar links */
.navbar a {
  float: right;
  text-align: center;
  padding: 14px 30px;
  color: #1c1f2b;
  text-decoration: none;
  font-family: "Beiruti", sans-serif;
  font-size: 20px;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 4px;
}
a.logo{
  float: left;
  font-size: 25pt;
  line-height: 26px;
}
/* Navbar links on mouse-over */
.navbar a:hover {
  background: #5d00ff;
  background: linear-gradient(0deg, rgba(93, 0, 255, 1) 0%, rgba(30, 8, 64, 1) 100%);  -webkit-backdrop-filter: blur(20px);
  color: rgba(255, 255, 255, 1);
  transition: 0.3;
}
/* Current/active navbar link */
.navbar .active {
  background: #833AB4;
  background: linear-gradient(221deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
  color: white;
}
/* Add responsiveness - will automatically display the navbar vertically instead of horizontally on screens less than 500 pixels */
@media screen and (max-width: 600px) {
  .navbar a {
    float: none;
    display: block;
    margin-right: 0;
  }
}
/*------*/
marquee.welcome {
  height: 40px;
  background: #833AB4;
  background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 25%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  border-radius:40px;
  color: rgba(255, 255, 255, 1);
  line-height: 35px;
  font-family: "Beiruti", sans-serif;
  font-size: 20pt;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-content{
  width:100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  animation: linear;
  animation-name: appear2;
  animation-duration: 0.8s;
}
.m-content ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.m-content li{
  display: inline;
}
.m-content ul li a{
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  padding: 25px 25px;
  border-radius: 25px;
  font-family: arial;
  font-weight: bold;
  font-size: 40pt;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color:rgba(0, 0, 0, 1);
  align-content: center;
}

.mid-content{
  width:90%;
  height: auto;
  background-color: transparent; 
  border-radius:40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 10px;
  margin: auto;
  animation: linear;
  animation-name: appear2;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  }
.cards-container{
  width:100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap:10px;
  align-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.card{
  width:100%;
  animation: linear;
  animation-name: appear;
  animation-timeline: view();
  animation-range: entry 0;
  min-height: 200px;
  overflow: hidden;
  border-radius:30px;
  background-color: white;
    }
.cardnam{
  width:65%;
  padding: 8px;
  border-radius: 0px 0px 30px 30px;
  margin: auto;
  background: #833AB4;
  background: linear-gradient(221deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 25%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  color: rgba(255, 255, 255, 1);
  font-family: arial;
  font-weight: bold;
  font-size: 13pt;
}
.cardet{
  width:100%;
  min-height: 130px;
  font-family: verdana;
  font-weight: normal;
  font-size: 15pt;
  margin: auto;
  color: black;
  background: whitesmoke;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-position: center bottom;
  margin-top: 5px;
  align-content: center;
  border-bottom:2px solid rgba(230, 230, 230, 1);
  border-top:2px solid rgba(230, 230, 230, 1);
}

.pricing-content{
  width:80%;
  height: auto;
  background-color: transparent; 
  border-radius:40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 10px;
  margin: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}
.Pricing-container{
  width:100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap:15px;
  align-content: center;
}
.Pricing{
  animation: linear;
  animation-name: appear;
  animation-timeline: view();
  animation-range: entry 0;
  transition: 0.5s;
  width:90%;
  min-height: auto;
  margin: auto;
  overflow: hidden;
  border-radius:40px;
  background-color: white;
}
.Pricingnam{
  width:65%;
  padding: 10px;
  border-radius: 0px 0px 30px 30px;
  margin: auto;
  background: #833AB4;
  background: linear-gradient(221deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  color: antiquewhite;
  font-family: arial;
  font-weight: bold;
  font-size: 18pt;
}
.Pricinge{
  width:65%;
  padding: 10px;
  border-radius: 30px 30px 0px 0px;
  margin: auto;
  margin-top: 5px;
  background: #833AB4;
  background: linear-gradient(221deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 15pt;
}
.Pricinge a{
  text-decoration: none;
  color:white;
  font-family: "arial", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16pt;
}
.Pricingdet{
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  width:90%;
  min-height: auto;
  padding: 5px;
  font-family: arial;
  font-weight: normal;
  font-size: 16pt;
  margin: auto;
  color: #43114E;
  background-color: whitesmoke;
  background-position: center bottom;
  margin-top: 5px;
  border-radius:20px;
  align-content: center;
}
.detailed{
  width:85%;
  height: 50px;
  background: #5d00ff;
  background: rgba(240, 240, 240, 1);
  border-radius:20px;
  margin: auto;
  color: #43114E;
  font-size: 17pt;
  align-content: center;
  margin-top: 5px;
  border: 0px;
  transition: 0.3;
}
.detailed:hover{
  background: #5d00ff;
  background: linear-gradient(-0deg, rgba(93, 0, 255, 1) 0%, rgba(30, 8, 64, 1) 100%);  -webkit-backdrop-filter: blur(20px);
  color:white;
  font-size: 20pt;
  letter-spacing: 4px;
  
}
.about-info{
  width:90%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);

  border-radius:40px;
  margin: auto;
  margin-top: 12px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 10px;
  margin-bottom: 12px;
  animation: linear;
  animation-name: appear2;
  animation-duration: 0.5s;
  }
.about-con{
  width:100%;
  height: auto;
  display: grid;
  grid-gap:10px;
  grid-template-columns: repeat(2, 1fr);
  animation: linear;
  animation-name: appear;
  animation-duration: 1.4s;
}
.desc{
  width: 600px;
  height: 200px;
  background-color: transparent;
  border-radius:30px;
  margin: auto;
  background-position: center bottom;
  background-size: cover;
  padding: 10px;
  font-family: arial;
  font-weight: bold;
  font-size: 20pt;
  animation: linear;
  animation-name: appear;
  animation-duration: 0.8s;
}
.skills{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap:10px;
  width:100%;
  margin: auto;
  margin-top: 5px;
  
}
.skillss{
  width:100%;
  height: 40px;
  background: #833AB4;
  background: linear-gradient(221deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius:30px;
  align-content: center;
  color: antiquewhite;
  font-family: arial;
  font-size: 14pt;
  animation: linear;
  animation-name: appear2;
  animation-timeline: view();
  animation-range: entry 0;
}
.name {
  width:90%;
  padding: 10px;
  background-color: white;
  color: rgba(0, 0, 0, 1);
  margin: auto;
  border-radius:40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.desc2{
  width:150px;
  height: 150px;
  padding: 10px;
  background-image: url("web/user.png");
  background-position: center;
  background-size: cover;
  border-radius:25px;
  margin: auto;
  animation: linear;
  animation-name: appear2;
  animation-duration: 0.8s;
  animation-delay: 1s;
}
.container2{
  margin-top: 10px;
  margin-bottom: 20px;
  height: 400px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.cardss{
    width: 80px;
    border-radius: 20px;
    background-size: cover;
    background-position: center bottom;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: 0.6s cubic-bezier(.28, -0.03,0,.99);
}
.cardss > .row{
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}
.cardss .row .icon{
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
  font-size: 20pt;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
    width: 50px;
}
.cardss .row .descraption{
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}
.descraption p{
    color: #b0b0ba;
    padding-top: 5px;
}
.descraption h4{
    text-transform: uppercase;
}
input{
    display: none;
}
input:checked + label{
    width: 550px;
}
input:checked + label .descraption{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.cardss[for="cardss1"]{
  background-image: url(dragon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
}
.cardss[for="cardss2"]{
    background-image: url(space.webp);
}
.cardss[for="cardss3"]{
    background-image: url(Dess.png);
}
.cardss[for="cardss4"]{
    background-image: url(egypt.jpeg);
}
.cardss[for="cardss5"]{
  background-image: url(Bas.png);
  background-position: center right;
}
.sector{
  width:100%;
  text-align: center;
  background: #833AB4;
  background: linear-gradient(45deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  --c: 150; /* control the curvature (a percentage value without unit bigger than 50%)*/
  aspect-ratio: 3/2;
  mask: radial-gradient(calc(var(--c)*1%) 100% at 50% calc(-100%*cos(asin(50/var(--c)))),#0000 calc(100% - 1px),#000);
  clip-path: ellipse(calc(var(--c)*1%) 100% at top);
  align-content: center;
  height: 200px;
}
.secins {
  animation: linear;
  animation-name: appear;
  animation-timeline: view();
  animation-range: entry 0;
  transition: 0.5s ease-in;
  font-family: arial;
  font-weight: bold;
  font-size: 7rem;
  letter-spacing: normal;
  align-content: center;
  text-align: center;
  color: white;
  margin-bottom: -4px;
  }
.scinside{
  font-size: 4rem;
  color:white;
  margin-top: -40px;
  letter-spacing: 4px;
  animation: linear;
  animation-name: appear3;
  animation-timeline: view();
  animation-range: entry 0;
}
.banner{
  width: 100%;
  align-content: center;
}
.bin{
  width: 100%;
  height: 200px;
  background: #833AB4;
  background: linear-gradient(45deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);  border:0px solid transparent;
  margin: auto;
  --c: 150; /* control the curvature (a percentage value without unit bigger than 50%)*/
  aspect-ratio: 3/2;
  mask: radial-gradient(calc(var(--c)*1%) 100% at 50% calc(-100%*cos(asin(50/var(--c)))),#0000 calc(100% - 1px),#000);
  clip-path: ellipse(calc(var(--c)*1%) 100% at top);
  align-content: center;
  padding: 4px;
}
.binside{
  font-family: verdana;
  font-size: 40pt;
  color: white;
  font-weight: bold;
  animation: linear;
  animation-name: appear2;
  animation-timeline: view();
  animation-range: entry 0;
}
.binside2{
  font-family: verdana;
  font-size: 20pt;
  color: white;
  letter-spacing: 4px;
  animation: 0.3 linear;
  animation-name: appear2;
  animation-timeline: view();
  animation-range: entry 0;
}
#bank{
  font-size: 50pt;
  color: white;
  margin-top: 10px;
  animation: 0.5 linear;
  animation-name: appear;
  animation-timeline: view();
  animation-range: entry 0;
}
/*--responsive--*/
@media screen and (max-width: 480px) {
  
    body{
      background-position: center;
      background-size: cover;
      height: 100%;
    }
  .head{
    margin-top: 10px;
  }
  .name{
    font-size: 15pt;
  }
  .sech1, .sech2, .sech12, .sech22{
    display: none;
  }
  .skills{
    display: grid;
    grid-gap:10px;
    grid-template-columns: 1fr;
  }
  .bin{
    padding: 0;
  }
  .binside{
  font-family: verdana;
  font-size: 30pt;
  color: white;
  font-weight: bold;
}
.binside2{
  font-family: verdana;
  font-size: 10pt;
  color: white;
  letter-spacing: 4px;
}
#bank{
  font-size: 40pt;
  color: white;
  margin-top: 10px;
}
  .about-info{
    animation: linear;
    animation-name: appear2;
    animation-timeline: view();
    animation-range: entry 0;
  }
  .about-info{
    height: auto;
    animation: linear;
    animation-name: appear;
    animation-timeline: view();
    animation-range: entry 0 cover 5%;
  }
  .about-con {
  width:100%;
  height: auto;
  display: grid;
  grid-gap:10px;
  grid-template-columns: 1fr;
  margin: auto;
  }
  .pricing-content{
    width:80%;
  }
  .Pricing{
    width:100%;
  }
  .cardesc2 {
    padding: 70px 4px;
  }
  .sector {
    width:100%;
    height: 100px;
    text-align: center;
    align-content: center;
  }
  .secins{
    width:100%;
    font-size: 2.2rem;
    margin: auto;
    align-content: center;
  }
  
  .scinside{
    font-size: 20px;
    color: white;
  }
  .card{
    animation-timeline: view();
    animation-range: entry 0;
  }
  .desc{
  width: 90%;
  height: auto;
  border-radius:40px;
  margin: auto;
  background-image: url("bg3.jpg");
  background-position: center;
  background-size: cover;
  padding: 10px;
  font-family: arial;
  font-weight: bold;
  font-size: 10pt;
  }
  marquee .welcome{
    height: 20px;
    font-weight: normal;
    line-height: 15px:
  }
 .m-content ul li a{
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px 25px;
  border-radius: 25px;
  margin: auto;
  font-family: arial;
  font-weight: bold;
  font-size: 20pt;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: rgba(0, 0, 0, 1);
}
  .cards-container{
  grid-template-columns: 1fr;
  animation-timeline: view();
  animation-range: entry 0;
  }
  .Pricing-container{
  display: grid;
  grid-template-columns: 1fr;
  grid-gap:15px;
  align-content: center;
  margin: auto;
  animation: appear;
  animation-timeline: view();
  animation-range: entry 0;
}
  .m-content2 ul li a{
  padding: 3px 23px;
  background-color: transparent;
}
  .cardss{
    border-radius:0px;
  }
  
}