@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
:root {
  --bg-color: #1f242d;
  --second-bg-color: #323946;
  --text-color: #fff;
  --main-color: #0ef;
}
*::selection {
  background: var(--main-color);
  color: var(--bg-color);
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  background: var(--bg-color);
  color: var(--text-color);
}
/*start style css in website*/
/*start style header  */
img{
    height: 30em;
    width: 30em;
}
.contenr{
  width: 100%;
}
.home-page {
    display: flex;
    flex-direction: column; 
    height: 100vh;
}
.home-page header{
    display: flex;
    justify-content: space-between;
    margin: 2em 5em;
    /* position: fixed; */
}
.home-page header .logo{
    font-size: 13px;
}
.home-page header .links-pages{
  display: flex;
}
.home-page header .links-pages .links {
  /* background-color: var(--text-color); */
  font-size: 16px;
  font-weight: 700;
}

.home-page header .links-pages .links .span{
  color:var(--main-color);
}
.home-page header .links-pages .links a{
  color:var(--text-color);
  margin: 0 2em;
}
.home-page header .links-pages .links a:hover{
  /* text-decoration:underline; */
  line-height: 15px;
  /* text-shadow: .2px .2px  #fff; */
  color: var(--main-color);
}
/*end style header  */
/*start style home page*/
/*start style content home page*/
.conent-home-page{
  margin-top: 3em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.conent-home-page .right-section {
 display: flex;
  justify-content: center;
  align-items: center;
  
}
.conent-home-page .right-section img{
  height: 40em;
  width: 40em;
  margin-top: 4em;
  
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.conent-home-page .left-section{
  margin-top: 4em;
}
.conent-home-page .left-section h2{
  font-size: 33px;
  /* margin-bottom: .1em; */
  
}
.conent-home-page .left-section h2 span{
  color: #0ef;
}
.conent-home-page .left-section .h1{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: .2em;
}
.conent-home-page .left-section .text{
  /* width: 46em; */
  font-size: 14px;
  margin: 1em 0;
  /* font-weight: 550; */
}
.conent-home-page .left-section .links{
  display: flex;
  justify-content: space-around;
  margin-top: 3em;
}
.conent-home-page .left-section .links .icon{
  color: #1f242d
}
.conent-home-page .left-section .links i{
  font-size: 30px;
 color: #0ef;
 border: 2px solid #0ef;
 border-radius: 50%;
 padding: 5px;
}
.conent-home-page .left-section .links i :hover{
  cursor: pointer;
}
 .downlode-cv{
  background-color: #0ef;
  height: 4m;
  width: 10em;
  padding: 1em;
  margin-top: 3em;
  border-radius:10px;
  margin-left: 1em;
  font-size: 16px;
  font-weight: 700;
  border: rgb(24, 232, 247);
  box-shadow: 1px 1px  rgb(155, 233, 238);
}
/*end style home page*/
/*start style about page*/
 .about-page{
  background-color:var(--second-bg-color);
  height: 100vh;
  display: flex;
  align-items: center;
}
.content-about-page-left{
margin-left: 13em;
margin-right: 14em;
}
.techniques{
  /* padding-top: 8em; */
  font-size: 32px;
}
.techniques span{
  color: var(--main-color);
}
.content-about-page-left h2{
  font-size: 24px;
}
.content-about-page-left p{
  width: 56em;
  font-size: 16px;
  /* margin-top: 1em; */
}
.downlode-cv-page2{
  
  background-color: #0ef;
  height: 4m;
  width: 10em;
  padding: 1em;
  margin-top: 1em;
  border-radius:10px;
  /* margin-left: 1em; */
  font-size: 16px;
  font-weight: 700;
  border: rgb(24, 232, 247);
  box-shadow: 1px 1px  rgb(155, 233, 238);
}
.content-about-page-right img{
height: 21em;
width: 21em;
}
/*end style about page*/
/*start style servises page*/
.servises-page{
  /* background-color: rgb(71, 138, 196); */
  height: 100vh;
}
.servises-page .top-section{
  height:20%;
  text-align: center;
}
.servises-page .top-section h1{
  padding-top: 2em;
  padding-right: 1em;
font-size: 34px;
}
.servises-page .top-section h1 span{
  color: var(--main-color);
}
.servises-page .buttom-section{
  height: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
} 
.servises-page .buttom-section .ditals-box{
  background-color: var(--second-bg-color);
  width: 25%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2em;
}
.buttom-section .ditals-box i {
  color: #0ef;
 font-size: 62px;
 margin-top: 10%;
}
.buttom-section .ditals-box h2{
  font-size: 24px;
  margin-top: 1em;
  
}
.buttom-section .ditals-box p{
  font-size: 17px; 
  margin: 1em 2.1em;
  margin-left: 3em;
  padding-left: 1em;
  /* font-weight: bold;  */
  font-family: sans-serif;
}
/*end style servises page*/











/*start style projects page*/

.contenr .projects-page{
  background-color:var(--second-bg-color);
  height: 100vh;
}
.projects-page h1{
  text-align: center;
  padding: 1em 0;
font-size: 32px;
}
.projects-page h1 span{
  color: #0ef;
}
.projects-page .projects{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.projects-page .projects .project-box{
  /* background-color: rgba(247, 251, 255, 0.141); */
  height: 32em;
width: 39em;
/* margin: 2em; */
border-radius: 1em;
margin: 0 2.5em;
/* position: relative;
bottom: 1.5em; */
/* box-shadow: 3px 3px .3em .3em rgba(0, 238, 255, 0.259); */
}
.projects-page .projects .project-box img{
  height: 75%;
  width: 100%;
  border-radius: 1em;
}
.projects-page .projects .project-box div{
  background-color: #6d6b884e;
  height: 13em;
  position:relative;
bottom: 14.5em;
opacity: 0%;
display: flex;
flex-direction: column;
align-items: center;
/* box-shadow: .3px .1px .1px .1px #fff */
/* transition-duration: 3s; */
}
.projects-page .projects .project-box div:hover{
  opacity: 100%;
  transition-duration: 700ms;

}
.projects-page .projects .project-box p{
font-size: 20px;
font-family: sans-serif;
margin: .5em 0;

text-shadow: .5px .5px .9px  rgb(245, 254, 255);
text-transform: capitalize;
color:#dcdfe6;
text-shadow: 1px 1px 3px  #000000;
padding: .2em;
}
.projects-page .projects .project-box button{
font-size: 16px; 
text-transform:capitalize;
padding: 5px;
border-radius: 3px;
cursor: pointer;
background-color: rgb(38, 176, 186);
color: #fff;
text-shadow: 11px 11px 13px  #000000
}








/*end style projects page*/

/*star style skills page*/
.contenr .skills-page{
  background-color:#1f242d;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.skills-page .title{
  text-align: center;
  padding: 1em 0;
font-size: 32px;
}
.skills-page .skills-box{
  display: flex;
justify-content: space-around;


}
.skills-page .skills-box .box{
  /* height: 32em; */
  margin-bottom: 2em;
  width: 35em;
  border-radius: 1em;
text-align: center;

}
.skills-page .skills-box .box img{
  height: 15em;
  width: 15em;
  border-radius: 1em;
}
.skills-page .skills-box .box h3{
  
  font-size: 24px;

}
.skills-container {
  /* max-width: 600px; */
  /* margin: 0 auto; */
  width: 45em;
  /* background: #000000; */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

h1 {
  /* text-align: center; */
  color: #fff;
  margin-bottom: 1em;
}

.skill {
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 10px;
  color: #fff;
}

.progress {
  background: #323946;
  border-radius: 20px;
  position: relative;
  height: 25px;
  width: 100%;
  overflow: hidden;
}

.progress-done {
  background: linear-gradient(to right, #0ef, #0ef);
  border-radius: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: width 1s ease-in-out, opacity 1s ease-in-out;
}
/*end style skills page*/
/*start style contact page*/
.contenr .contact-page{
  background-color: #323946;
  height: 100vh;
  display: flex;
  flex-direction: column;

}
.contenr .contact-page .text {
  text-align: center;
  padding: 1em 0;
font-size: 32px;
}
.contact-page .links-medea{
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-page .link-medea{
  margin: 0 2em;
align-items: center;
}
.contenr .contact-page img{
  height: 10em;
  width: 10em;
}
.contact-page .input-contact-section{
  background-color: ;
  height:60%;
  margin-top: 1em;
  
}
.input-contact{
  display: flex;
  flex-wrap: wrap;
  
  width: 54em;
  
  margin: 1em auto;
  
}
.input-contact .input{
  margin: 1em;
  height: 3em;
  width: 16em;
background: #dcdfe6;
border-radius: 5px;
padding-left: 1em;
}
.input-contact .input-text{
  width: 30em;
  height: 13em;
  text-align:start;
  
  
}
.contact-page .submit-contact button{
  margin: 0 33%;
background-color: #0ef;
padding: 1em 2em;
border-radius: 1em;
cursor: pointer;

}
/*end style contact page*/
/*end style css in website*/

/*******************************************/
