@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@700&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  scrollbar-width: thin;
  scrollbar-color: #505050 #f1f1f1;
  color: #ffffff;
  scroll-behavior: smooth;

}

p {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

a {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: #13082F;
  display: flex;
}

#sidebar {
  min-width: 250px;
  background: #17124D;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: scroll;
  scrollbar-width: none;

}

#sidebar ul li {
  padding: 20px 0px 20px 25%;
  border-bottom-style:solid;
  border-top-style: solid;
  border-width: 1px;
  border-color: #ffffff27;
  

}

#sidebar ul li a {
  display: block;
  transition: text-shadow 0.3s;
  font-size: 20px;
  
}

#sidebar ul li a .fas {
  height: 25px;
  padding-right: 10px;

}

#sidebar ul li:hover a {

  filter: drop-shadow(0 0 10px #4DC0DA);


}

.home {
  display: flex;
  padding-right: 100px;
  padding-bottom: 150px;
  background: linear-gradient(to top, #13082F, #0b0519);

}

.logo {
  font-size: 35px;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

#itsme {
  padding-left: 50px;
  padding-right: 20px;

  padding-top: 200px;
}

#itsme h1 {
  font-size: 35px;

}

#itsme h2 {
  font-size: 30px;
}

#itsme p {
  font-size: 20px;
}

#img1 {

  width: 100%;
  max-width: 500px;
  min-width: 400px;
  padding-top: 100px;


}

span {
  font-family: "Charm", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}

.download-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #4DC0DA;
  border-radius: 5px;
  margin-top: 30px;
}

.download-btn:hover {
  background-color: #0BB4DA;
}

.fas {
  width: 30px;
  margin-left: 10px;
}

/* صفحة التعليم والشهادات */
.HEED {
  padding-left: 100px;
  border-bottom: #4DC0DA;
  border-bottom-style: solid;
  padding-bottom: 20px;
  padding-top: 20px;
  position: sticky;
  top: 0;
  margin-bottom: 30px;
  background-color: #13082F;
  z-index: 10;


}
.HEED i{
  font-size: 30px;
}

.both {
  display: flex;
}

.both {
  margin-left: 25px;
  margin-right: 25px;
}

.edu {
  margin: 0px 25px 0 25px;
  
}

.cor {
  margin: 0px 25px 0 25px;
  min-width: 47%;
}

.card {
  background-color: #302A56;
  padding: 30px 0 30px 0;
  border-radius: 16px;
  /* box-shadow: 6px 8px 20px #302A56; */
}

.line {
  width: 3px;
  position: absolute;
  height: 100%;
  left: 19px;
  background-color: #4DC0DA;
  margin-top: 19px;
  border-radius: 16px;
}

.dot {
  height: 10px;
  width: 10px;
  margin-top: 12px;
  left: 16px;
  border-radius: 50%;
  background-color: #4DC0DA;
  position: absolute;
}

.chat {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}

#Etop {
  margin-bottom: 50px;
}

/* صفحة المشاريع */
.pro {
  padding: 0 50px 30px 50px;
}

/* صفحة الخبرة  */
#Xtop {
  padding-bottom: 200px;
}

/* div{
  border-style: solid;
} */
/* فحة التواصل  */
#butn {
  display: flex;
  text-align: center;
  margin: 50px 0;
  gap: 25px;
}

#allofthem {
  margin-top: 150px;
  width: 100%;
  display: grid;
  place-items: center;

}

/* ------------------------------------- */
/* ----------------------------- */
.btns2 {
  background-color: 	#249ee4;
  padding: 80px 0;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow:#0f3464 3px 3px 0px 2px;
  min-width: 150px;
}

.btns2:hover {
  background-color: 	#034fa0;
}

.btns2:active {
  background-color: #0f3464(255, 56, 86);
  box-shadow: #034fa0 1px 1px 0px 1px;
  transform: translateY(5px);
  transition: 200ms;
}

/* -------------------------------- */
.btns3 {
  background-color: #0F1419;
  padding: 80px 0px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: #000000 3px 3px 0px 2px;
  min-width: 150px;
}

.btns3:hover {
  background-color: #272C30;
}

.btns3:active {
  background-color: #272C30(255, 56, 86);

  box-shadow: #000000 1px 1px 0px 1px;
  transform: translateY(5px);
  transition: 200ms;
}

/* ----------------------------------- */
.btns4 {
  background-color: #0A66C2;
  padding: 80px 0px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: #074685 3px 3px 0px 2px;
  min-width: 150px;
}

.btns4:hover {
  background-color: #01509f;
}

.btns4:active {
  background-color: #01509f(255, 56, 86);
  box-shadow: #074685 1px 1px 0px 1px;
  transform: translateY(5px);
  transition: 200ms;
}

/* -------------------------------- */
.btns5 {
  background-color: #2b3137;
  padding: 80px 0px;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: #1b1f23 3px 3px 0px 2px;
  min-width: 150px;
}

.btns5:hover {
  background-color: #24292e;
}

.btns5:active {
  background-color: #24292e(255, 56, 86);
  box-shadow: #1b1f23 1px 1px 0px 1px;
  transform: translateY(5px);
  transition: 200ms;
}

/* ----------------------- */
.fa-brands {
  size: 50px;
}

button {
  display: none;
}

@media (max-width: 1185px) {

  #sidebar {
    width: 250px;
    position: fixed;
    z-index: 11;
    display: block;

  }

  button {
    position: fixed;
    display: block;
    z-index: 12;
    background-color: #074685;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: #302A56 3px 3px 0px 2px;
    left: 20px;
    top: 10px;

  }

  button:hover {
    background-color: #24292e;
  }

  button:active {
    background-color: #24292e(255, 56, 86);
    box-shadow: #1b1f23 1px 1px 0px 1px;
    transform: translateY(5px);
    transition: 200ms;
  }

  #sidebar.show {
    display: none;
    transition: width 0.5s ease-in-out;
  }
}

@media (max-width: 1000px) {

  #sidebar {
    width: 45vw;
    position: fixed;
    z-index: 11;
    display: block;


  }

  #sidebar ul li a {
    font-size:3.5vw;
  }
#sidebar ul li .fas {
    margin-right: 40px;
  }
  button {
    position: fixed;
    display: block;
    z-index: 12;
    background-color: #074685;
    padding:15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: #042a51 3px 3px 0px 2px;
    left: 17px;
    top: 2vw;
    font-size: 20px;

  }

  

  button:hover {
    background-color: #063a6e;
  }

  #sidebar.show {
    display: none;
    transition: width 0.5s ease-in-out;
  }

  /* --------------- */
  #itsme {

    padding: 250px 50px 0 50px;

  }

  .home {
    display: grid;
    place-items: center;
    padding: 0;

  }

  .both {
    display: block;
  }
  .download-btn {
  
    font-size: 2.5vw;
    padding-right: 30px;
    
  }
  .download-btn i{
  
    margin-right: 25px;
    
  }

}