*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Cairo", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:"slnt" 0;
}
html{
  scroll-behavior: smooth;
}
body{
  width: 100vw;
  min-height: 100vh;
  /* background-color: hsl(0, 0%, 86%); */
  overflow-x: hidden;
  /* background-image: url(https://images.pexels.com/photos/259588/pexels-photo-259588.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
  /* background-image: url(https://images.pexels.com/photos/8134751/pexels-photo-8134751.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
  /* background-image: url(https://images.pexels.com/photos/5335214/pexels-photo-5335214.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
  background-image: url(https://images.pexels.com/photos/3184613/pexels-photo-3184613.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}
a{
  text-decoration: none;
  color: #ffffff;
}
.main-cover{
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.main-cover video{
  width: 100vw;
  height: 111vh;
  /* margin-right: 10vw; */
}
.main{
  width: 100vw;
  min-height: 100vh;
  /* background-color: hsl(0, 0%, 86%); */
  background-color: hsla(0, 0%, 0%, 0.525);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
header{
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: -6px;
  width: 101vw;
  height: 8vh;
  /* background-color: hsla(0, 0%, 53%, 0.179); */
  /* background-color: hsla(179, 100%, 20%, 0.378); */
  backdrop-filter: blur(10px);
  /* box-shadow: #000000 0px 0px 10px 0px; */
  transition: 0.5s;
  border-radius: 10px;
}
header nav{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
header nav .left{
  display: flex;
  align-items: center;
  justify-content: left;
  width: 40%;
  height: 100%;
}
header nav .left a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
header nav .left .vid{
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:#37927a  0px 0px 10px 5px;
}
header nav .left .vid video{
  width: 100%;
  height: 100%;
}
header nav .right{
  display: flex;
  align-items: center;
  justify-content: right;
  width: 60%;
  height: 100%;
}
header nav .right .list{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 30px;
  font-weight: 700;
}
#bn{
  background-color: #37927a7b;
  padding: 0px 10px 0px 10px;
  border:  rgba(0, 183, 255, 0) solid 5px;
  border-right: #ffffff solid 5px;
  border-radius: 20px;
  color:  rgb(255, 255, 255);
  transition: 0.5s;
}
#bn:hover{
  background-color: #000;
  border-left: #ffffff solid 5px;
}
.home{
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 25vh;
}
.home .text{
  max-width: 700px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.home .text h2{
  font-weight: 500;
  color: #d2d2d2;
  /* background-color: #37927a33; */
  padding: 30px;
  border-radius: 20px;
}
.home .text a{
  background-color: #37927a7b;
  padding: 10px 20px 10px 20px;
  border:  rgba(0, 183, 255, 0) solid 5px;
  border-left: #ffffff solid 5px;
  border-right: #ffffff solid 5px;
  border-radius: 15px;
  color:  rgb(255, 255, 255);
  font-size: 25px;
  transition: 0.5s;
}
.home .text a:hover{
  border-left: #ffffff solid 5px;
  border-right: #ffffff solid 5px;
  background-color: #000000;
  padding: 10px 50px 10px 50px;
}
.circle{
  /* background-color: aqua; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  /* display: none; */
  position: absolute;
  /* z-index: 3; */
  left: 20%;
  top: 15%;
}
.cl{
  width: 50px;
  height: 50px;
  background-color: #37927a7b;
  border: #44a52f00 solid 4px;
  border-left: #ffffff solid 4px;
  border-right: #ffffff solid 4px;
  border-radius: 10px;
  animation: dfg 5s infinite linear;
}
@keyframes dfg {
  0%{
    /* transform: rotate(0deg); */
    transform: translateY(100px);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
    transform: translateY(100px);
  }
}
.ff{
  color: #00ddff;
  border-radius: 100px;
  padding: 0px;
  /* font-weight: 800; */
}
.air-circle{
  width: 250px;
  height: 250px;
  background-color: #37927a7b;
  border: #44a52f00 solid 4px;
  border-left: #ffffff solid 4px;
  border-right: #ffffff solid 4px;
  border-radius: 30px;
  animation: dfg 20s infinite linear;
  position: absolute;
  top: 50vh;
  right: 10vw;
}
/* other section */
/* other section */
/* other section */
/* other section */
.info{
  width: 100vw;
  min-height: 100vh;
  background-color: hsl(0, 0%, 86%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50px 50px 0px 0px;
}
.info .left{
  width: 50%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  padding-left: 10vw;
  /* background-color: #000; */
}
.info .left .title{
  background-color: #000;
  width: 450px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 200px 20px 200px;
}
.info .left .title2{
  /* background-color: #000; */
  /* width: 400px; */
  max-width: 620px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 10px;
  text-align: left;
}
.vnm{
  color: #007089;
}
.info .left .options{
  background-color: #379689;
  width: 600px;
  height: 300px;
  border-radius: 20px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  border: white solid 3px;
  /* gap: 20px; */
}
.o-t{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: white solid 3px;
}
.ot1,.ot2{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px;
}
.ot2{
  border-left: white solid 4px;
}
.info .left .title2 h2{
  color: #565656;
}
.info .left .options .colo{
  /* background-color: #004a56; */
  width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  /* display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  gap: 30px;
  padding-top: 40px;
  padding-left: 20px; */
}
.info .left .options .colo img{
  width: 25px;
  background-color: #ffffff;
  border-radius: 100px;
}
.info .left .options .colo h2{
  /* border: #00000000 solid 5px;
  border-bottom: #000 solid 5px; */
  padding-bottom: 10px;
  /* border-radius: 20px; */
  min-width: 140px;
  /* text-align: center; */
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .right{
  width: 50%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
/* .info .right .img-ic{
  background-image: url(https://cdn-icons-gif.flaticon.com/12747/12747824.gif);
  opacity: 80%;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 300px;
  height: 300px;
  border-radius: 200px;
} */

















.card {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-box {
  /* width: 100px;
  height: 100px;
  background-color: #3498db;
  border-radius: 50%; */
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  /* background-image: url(https://cdn-icons-gif.flaticon.com/12747/12747824.gif); */
  /* background-image: url(https://cdn-icons-png.flaticon.com/128/5303/5303997.png); */
  background-image: url(https://www.careerreload.com/wp-content/smush-webp/2017/12/word-resume-template-john-01.jpg.webp);
  /* opacity: 70%; */
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  /* background-color: #000000; */
  width: 250px;
  height: 250px;
  border-radius: 400px;
}

.orbit {
  position: absolute;
  width: 350px;
  height: 350px;
  animation: rotateOrbit 60s linear infinite;
  /* background-color: black; */
}

.item {
  width: 80px;
  height: 80px;
  position: absolute;
  border: #3498db00 solid 5px;
  border-left: #004037 solid 5px;
  border-right: #004037 solid 5px;
  border-radius: 20%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #379689;
}

.item h2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* توزيع العناصر في دائرة */
.item:nth-child(1) { top: 0%; left: 0%; transform: translateY(-50%) rotate(0deg); }
.item:nth-child(2) { top: 0%; right: 0%; transform: translateY(-50%) rotate(0deg); }
.item:nth-child(3) { bottom: 0%; left: 0%; transform: translateX(-50%) rotate(0deg); }
.item:nth-child(4) { bottom: 0%; right: 0%; transform: rotate(0deg); }

/* حركة الدوران */
@keyframes rotateOrbit {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

/* منع دوران الصور داخل العناصر */
.orbit .item {
  animation: rotateReverse 60s linear infinite;
}

@keyframes rotateReverse {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(-360deg);
  }
}

/* other section */
/* other section */
/* other section */





.templates{
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #DBDBDB;
}

.tem-info{
  /* background-color: #000; */
  /* padding: 20px; */
  margin: 20px;
  width: 85%;
}
.tem-info h2{
  background-color: #1d6158;
  width: max-content;
  padding: 10px;
  border-radius: 40px 150px 15px 40px;
  border: #00ffdd00 solid 10px;
  border-left: #0F9A88 solid 10px;
}
.templates .bottom {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0px 20px 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #1d6158;
  border: #0f9a8700 solid 10px;
  border-left: #0F9A88 solid 10px;
  border-right: #0F9A88 solid 10px;
  /* padding: 60px; */
  border-radius: 50px;
  /* overflow: hidden; */
  scrollbar-width: none;
}

.temp-cards {
  width: 90%;
  display: flex;
  overflow-x: scroll;
  padding: 0px;
  transition: 0.5s;
  scrollbar-width: none;
}

.tpcs {
  /* min-width: 200px;
  height: 350px; */
  min-width: 250px;
  max-width: 250px;
  min-height: 400px;
  max-height: 400px;

  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  /* background: #f0f0f0; */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  padding: 10px;
}

.topo{
  border: #0f9a8700 solid 10px;
  border-bottom: #0F9A88 solid 10px;
  border-top: #0F9A88 solid 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.tpcs .topo img {
  width: 100%;
}

.boto {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpcs .boto a {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border:  #0f9a8700 solid 3px;
  background-color: #0f9a87af;
  color: #ffffff;
  transition: 0.5s;
}
.tpcs .boto a:hover{
  background-color: #0f9a8700;
  border:  #0f9a87cb solid 3px;
  color: #ffffff;
}

button {
  background: #0f9a88;
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

button:hover {
  background: #0f9a8766;
}
#h2b{
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  height: 45px;
  text-align: center;
  margin-right: 5px;
  background: linear-gradient(to top , #0f9a8786 , #0f9a8700 ,  #0f9a8700);
  border-bottom: #ffffff solid 4px;
}




/* other section */
/* other section */
/* other section */


.feedback{
  width: 100vw;
  min-height: 100vh;
  /* background-color: #00000037; */
  /* background: linear-gradient(to right 70deg, red , green); */
  /* background: linear-gradient(30deg, #0f9a88, #DBDBDB 40%); */
  /* background: linear-gradient(-220deg, #DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB,#DBDBDB, #0f9a88, #0f9a88, #0f9a88, #0f9a88, #0f9a88, #0f9a88); */
}
.dev{
  width: 100vw;
  min-height: 50vh;
  background-color: #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px 50px 0px 0px;
  /* background: linear-gradient(-200deg ,#DBDBDB,#DBDBDB , #DBDBDB , #0f9a88 50%); */
  background: linear-gradient(-220deg, #0f9a88, #0f9a88, #0f9a88, #DBDBDB,#DBDBDB,#DBDBDB, #0f9a88,#0f9a88, #0f9a88, #0f9a88,#0f9a88, #0f9a88, #0f9a88, #0f9a88, #0f9a88, #0f9a88);
  /* box-shadow: #0f9a88 0px 0px 20px 10px; */
}
.img-dev,.me-dev,.ser-dev,.my-site{
  min-width: 300px;
  min-height: 300px;
  /* background-color: #004037; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.title-dev{
  width: 100%;
}
.title-dev h2{
  color: #363636;
  font-weight: 600;
}
.vbn-con{
  font-size: 12px;
  display: flex;
  align-items: left;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.vbn-con h2{
  color: #ffffff;
  font-weight: 600;
}
.vbn-con a{
  color: #003046;
}
#vn{
  padding: 10px 20px 10px 20px;
  background-color: #000;
  border-radius: 10px;
  color: #ffffff;
  animation: cvb 3s infinite linear;
}
@keyframes cvb {
  0%{
    opacity: 1;
  }
  40%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  60%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}
.imga-d{
  background-image: url(../images/matrix2.png);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: #000;
  width: 300px;
  height: 300px;
  border-radius: 30px;
  margin-right: 50px;
}
.footer{
  width: 100vw;
  min-height: 5vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
}