.container1{
    width: 100%;
    height: 650px;

}
*{
    margin: 0;
    padding: 0;
}
.backgroundimage{
    height: 650px;
    background-color: rgb(58, 57, 57);
    background-image: url(blackroad1.avif);
    background-size: cover;
    position: relative;
    
    
}
.headerbox{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    
}

.box2 ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 500px;
    margin-left: 250px;
    font-size: 20px;
    color: white;
    font-weight: 900;
    
    
    
}
#check{
    color: beige;

    float: right;
    cursor: pointer;
    margin:  0 40px;
    font-size: 30px;
    

}
.box2 li:hover{
    color: red;
    font-size: 1.2rem;
}
.box2 li {
    list-style: none;
    color: aqua;

}
.box1{
    margin-right: 250px;
    font-size: 20px;
    
}
.link{
    color: whitesmoke;
}
.link:hover{
    color: red;
    font-size: 1.2rem;
}
.headerbox2{
    display: flex;
    

}
.box3{
    background-color: rgb(24, 23, 23);
    width: 19%;
    height: 620px;
    position: absolute;
    top: 4%;
    left: 2%;
    border-radius: 20px;
}
.box3head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
 height: 210px;
 border-radius: 20px;
}
.box3head-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21%;
   font-family: Georgia, 'Times New Roman', Times, serif;
   color: burlywood;
}
.box3head-text p1{
    color: white;
}
.box3head img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: 3%;

}
.box3second{
    background-color: rgb(32, 31, 31);
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: grey;
    font-style: oblique;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    

}
.box3second-left{
    color: white;
}

.box3third{
    background-color:  rgb(43, 41, 41);
    height: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}
.circle-one{
    
    background: conic-gradient(rgb(255, 255, 0) 3.6deg,   rgb(43, 41, 41) 0deg );
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(43, 41, 41) ;
}
.circle-one::before{
    content: "";
    background-color: rgb(43, 41, 41) ;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    

}

.circle-one-two{
    
    background: conic-gradient(rgb(255, 255, 0) 3.6deg,  rgb(43, 41, 41) 0deg );
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-one-two::before{
    content: "";
    background-color:  rgb(43, 41, 41);
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    

}

.circle-one-three{
    
    background: conic-gradient(rgb(255, 255, 0) 3.6deg,  rgb(43, 41, 41) 0deg );
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-one-three::before{
    content: "";
    background-color:  rgb(43, 41, 41);
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-value{

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 63.5%;
    left: 13.5%;
 
    font-size: 18px;
    color: blanchedalmond;
}
.circle-value-two{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 63.5%;
    left: 46%;
    color: black;
    
     font-size: 18px;
     color: blanchedalmond;
}
.circle-value-three{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 63.5%;
    left: 77.5%;
    color: black;
    color: blanchedalmond;
     font-size: 18px;
}
.valuedetails{
    position: absolute;
    left: 9.5%;
    top: 73% ;
}

.field{
    position: absolute;
    left: 40%;
    top: 73% ;
}

.area{
    position: absolute;
    left: 67.5%;
    top: 73% ;
}

.box3fourth{
    background-color:  rgb(32, 31, 31) ;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.progressbarone{
    height: 6px;
    width: 240px;
    background-color: white;
    border: 1px solid yellow;
    display: block;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}
.progressbarone span{
    
    height: 6px;
    
    background-color: yellow;
    background: linear-gradient(135deg, rgb(255, 255, 0)100% ,  white 0%  );
    border-radius: 10px;
    float: left;
}

.progressbartwo{
    height: 6px;
    width: 240px;
    background-color: white;
    border: 1px solid yellow;
    display: block;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}
.progressbartwo span{
    
    height: 6px;
    
    background-color: yellow;
    background: linear-gradient(135deg, rgb(255, 255, 0)100% ,  white 0%  );
    border-radius: 10px;
    float: left;
}
.detailshead{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}/*
.progressdetails{
    display: flex;
    flex-direction: column;
    
    
}
*/
.html{
    width: 95%;
    animation: html 2s;
}

.java{
    width: 60%;
    animation: java 2s;
}
@keyframes html {
    0%{
        width: 0%;
    }
  100%{
    width:95%
  }  
}

@keyframes java {
    0%{
        width: 0%;
    }
  100%{
    width:60%
  }  
}
.progressvalue{
    color: gray;
    margin: 0 70px;
    position: absolute;
    left: 60%;
    
}

.progressvaluetwo{
    color: gray;
    margin: 0 70px;
    position: absolute;
    left: 60%;
    
}
.progresstext{
    position: absolute;
    left: 2%;
}

.box3fifth{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
   background-color:  rgb(22, 21, 21);
   border-radius: 2px;
}
.icons {
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
 .box3fifth img{
    height: 20px;
    width: 20px;
    opacity: 20%;
    margin: 0 15px;
    
}
.box3fifth img:hover{
    opacity: 100%;
}
.box4{
    background-image: url('mustafagcuf2.jpg');
   background-position: 50% 10%;
background-size: cover;
    border-radius: 10px;
    
    height: 450px;
    width: 65%;
    position: absolute;
    top: 20%;
    left: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.box4details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  /*  position: absolute;
    top: 50%;
    left: 10%;
    overflow: hidden;*/
    
}
.box4mid {
   color: white;
   font-size: 50px;
   font-weight: 900;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   position: absolute;
    top: 50%;
    left: 10%;

}
.box4head{
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    top: 48%;
    left: 15%;
}
.box4footer{
    color: rgb(0, 0, 0);
    position: absolute;
    top: 64%;
    left: 13%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



.project{
    width: 100%;
    height: 650px;
    background-image: url(backgroundtable.avif);
    background-size: cover;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: burlywood;
    
    
    
}
.project h1{
    position: absolute;
  top: 103%;
}

.project h5{
    position: absolute;
  top: 109%;
  color: black;
}

.imageslidespan{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
overflow: hidden;
    width: 100%;
height: 600px;
    
}
.imageslidediv{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;  
    
    height: 600px;
    
}
.imageslidediv h1{
    position: absolute;
    font-size: 20px;
    color: burlywood;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: lavender;
    top: 90%;
    border-radius: 10px;
    height: 100px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imageslidediv img{
    width: 150px;
    height: 300px;
    margin: 0 30px;
    transition: .5s;
    filter: saturate(10%);
    position: relative;
    border-radius: 10px;
   opacity: 30%;
    
}
#img1 :hover{
    width: 300px;
    height: 400px;
    opacity: 100%;
    filter: saturate(100%);
}
.sliderdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 300px;
    margin: 0 30px;
    transition: .5s;
    
    position: relative;
    border-radius: 10px;
   
    margin: 0 50px 0 50px;
    
    
}


.button{
    margin: 0 200px;
    width: 150px;
    height: 300px;
  position: absolute;
    transition: .5s;
    opacity: 30%;
    filter: saturate(10%);
    background-size: cover;
    background-position: 40%;
    
    

    
}

.button:hover{
    opacity: 100%;
    filter: saturate(100%);
    width: 250px;
    height: 400px;
    opacity: 100%;



}
/*
 .imageslidediv #img1,

  .imageslidediv #button1 :hover{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;
   
    
}
/*
#sliderspan2:target ~ .imageslidediv #img2,
#sliderspan2:target ~ .imageslidediv #button2{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;

    
}

#sliderspan3:target ~ .imageslidediv #img3,

#sliderspan3:target ~ .imageslidediv #button3{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;

    
}

#sliderspan4:target ~ .imageslidediv #img4,

#sliderspan4:target ~ .imageslidediv #button4{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;
    
}
/*
#sliderspan5:target ~ .imageslidediv #img5,

#sliderspan5:target ~ .imageslidediv #button5{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    
}

#sliderspan6:target ~ .imageslidediv #img6,

#sliderspan6:target ~ .imageslidediv #button6{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    
}

#sliderspan7:target ~ .imageslidediv #img7,

#sliderspan7:target ~ .imageslidediv #button7{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    
}
*/

/*
#sliderspan1:target ~ .imageslidediv {left: 10%; }

#sliderspan2:target ~ .imageslidediv {left: 5%;}

#sliderspan3:target ~ .imageslidediv {left: -5%;}

#sliderspan4:target ~ .imageslidediv {left: -10%;}
/*
#sliderspan6:target ~ .imageslidediv {left: -50%;}

#sliderspan7:target ~ .imageslidediv {left: -70%;}
*/

.about{
    width: 100%;
    height: 650px;

}
.aboutheader{
    width: 100%;
    height: 450px;
    background-image: url('burningblack.jpg');
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.aboutfooter{
    width: 100%;
    height: 200px;
    background-image: url(blackwhite.webp);
    background-size: contain;
    
}
.head{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.foot{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
    height: 400px;
}
.education{
    font-size: 10px;
    
    
}
.experience{
    font-size: 10px;
    
}
.date{
    display: flex;
    align-items: center;
    background-color: rgb(34, 34, 34);
    font-size: 20px;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    height: 25px;
    
}
.date1{
    background-color: red;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date2{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 15px;
font-size: 13px;

}
.texthead{
    margin: 10px;
}
.text1{
    color: white;
}
.text2{
    color: red;
}
.textfoot{
    color: whitesmoke;
    margin: 10px;
}

.content{
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.box{
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.counter{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bolder;
    margin: 10px 0;

}

.countertext{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    color: lavender;
}
.contact{
    height: 650px;
    width: 100%;
    background-image: url(blacklight.jpg);
    background-size: cover;

display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.contactheader h1{
    color: red;
}
form{
    
    height: 400px;
    width: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.formdesign{
    font-size: 30px;
    display: flex;
    flex-direction: column;
}
input{
    width: 300px;
    height: 20px;
    margin: 10px 0;
    color: black;
   border-radius: 3px;
   border-color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.but{
    font-size: 30px;
    color: red;
    width: 300px;
    height: 40px;
    border-radius: 10px;
    border-color: white;
    font-weight: bold;

}
.formerror{
    color: red;
    font-size: 10px;
}
.contactheader{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.contactfooter{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 500px;
    height: 150px;
    border-radius: 10px;
    position: absolute;
    top: 370% ;
    left: 6% ;

}
.aboutcontact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.aboutcontact h3{
    color: red;
    margin: 10px;
}
 .phone{
margin: 10px ;
}


footer{
    
    background-image: url(dimlight.avif);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-attachment: fixed;
    }
    .footer-pannel1{
        
        color: white;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.85rem;
    }
    .footer-pannel2{
        
        color: white;
        height: 250px;
        display: flex;
        justify-content: space-evenly;
    }

      .footer-pannel2 ul a{
        display: block;
        font-size: 0.85rem;
        margin-top: 10px;
        color: #dddd;
    }
    .footer-pannel2 ul{
        margin-top: 15px;
    }
    /**pannel 3
    .footer-pannel3{
        background-color: #222f3d;
        color: white;
        border: 0.5px solid white;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo{
        background-image: url("amazon_logo.png");
        height: 50px;
        width: 100px;
        background-size: cover;
         
    
    }
    .footer-pannel4{
        background-color: #0f1111;
        color: white;
       /** display: flex;
        justify-content: center;
        align-items: center;**/
        
    
    .pages{
        font-size: 0.7rem;
        text-align: center;
        padding-top: 25px;
    
    }
    .copyright{
        font-size: 0.7rem;
        text-align: center;
        padding-top: 5px;
    
    }
/*responsive



*/
@media only screen and (max-width: 700px) {
    
.backgroundimage{
    height: 650px;
    background-color: rgb(58, 57, 57);
    background-image: url(blackroad1.avif);
    background-size: cover;
    position: relative;
    
    
}
.headerbox{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    

    
}

.box2 ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 500px;

    font-size: 15px;
    color: white;
    font-weight: 900;
    
    
    
}
#check{
    color: beige;

    float: right;
    cursor: pointer;
    margin:  0 40px;
    font-size: 30px;
    

}
.box2 li:hover{
    color: red;
    font-size: 1.2rem;
}
.box2 li {
    list-style: none;
    color: red;

}
.box1{
    margin-right: 250px;
    font-size: 20px;
    
}
.link{
    color: whitesmoke;
}
.link:hover{
    color: red;
    font-size: 1.2rem;
}
.headerbox2{
    display: flex;
    

}
.box3{
    background-color: rgb(24, 23, 23);
    width: 40%;
    height: 620px;
    position: absolute;
    top: 2%;
    left: 1%;
    border-radius: 20px;
}
.box3head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
 height: 210px;
 border-radius: 20px;
}
.box3head-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 21%;
   font-family: Georgia, 'Times New Roman', Times, serif;
   color: burlywood;
}
.box3head-text p1{
    color: white;
}
.box3head img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    top: 3%;

}
.box3second{
    background-color: rgb(32, 31, 31);
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: grey;
    font-style: oblique;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    

}
.box3second-left{
    color: white;
}

.box3third{
    background-color:  rgb(43, 41, 41);
    height: 150px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
}
.circle-one{
    
    background: conic-gradient(rgb(255, 255, 0) 3.6deg,   rgb(43, 41, 41) 0deg );
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(43, 41, 41) ;
}
.circle-one::before{
    content: "";
    background-color: rgb(43, 41, 41) ;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    

}

.circle-one-two{
    
    background: conic-gradient(rgb(255, 255, 0) 3.6deg,  rgb(43, 41, 41) 0deg );
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-one-two::before{
    content: "";
    background-color:  rgb(43, 41, 41);
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    

}

.circle-one-three{
    
    background: conic-gradient(rgb(255, 255, 0) 3.6deg,  rgb(43, 41, 41) 0deg );
    height: 70px;
    width: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-one-three::before{
    content: "";
    background-color:  rgb(43, 41, 41);
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-value{

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 63.5%;
    left: 13.5%;
 
    font-size: 18px;
    color: blanchedalmond;
}
.circle-value-two{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 63.5%;
    left: 46%;
    color: black;
    
     font-size: 18px;
     color: blanchedalmond;
}
.circle-value-three{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 63.5%;
    left: 77.5%;
    color: black;
    color: blanchedalmond;
     font-size: 18px;
}
.valuedetails{
    position: absolute;
    left: 9.5%;
    top: 73% ;
}

.field{
    position: absolute;
    left: 40%;
    top: 73% ;
}

.area{
    position: absolute;
    left: 67.5%;
    top: 73% ;
}

.box3fourth{
    background-color:  rgb(32, 31, 31) ;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.progressbarone{
    height: 6px;
    width: 240px;
    background-color: white;
    border: 1px solid yellow;
    display: block;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}
.progressbarone span{
    
    height: 6px;
    
    background-color: yellow;
    background: linear-gradient(135deg, rgb(255, 255, 0)100% ,  white 0%  );
    border-radius: 10px;
    float: left;
}

.progressbartwo{
    height: 6px;
    width: 240px;
    background-color: white;
    border: 1px solid yellow;
    display: block;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}
.progressbartwo span{
    
    height: 6px;
    
    background-color: yellow;
    background: linear-gradient(135deg, rgb(255, 255, 0)100% ,  white 0%  );
    border-radius: 10px;
    float: left;
}
.detailshead{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}/*
.progressdetails{
    display: flex;
    flex-direction: column;
    
    
}
*/
.html{
    width: 95%;
    animation: html 2s;
}

.java{
    width: 60%;
    animation: java 2s;
}
@keyframes html {
    0%{
        width: 0%;
    }
  100%{
    width:95%
  }  
}

@keyframes java {
    0%{
        width: 0%;
    }
  100%{
    width:60%
  }  
}
.progressvalue{
    color: gray;
    margin: 0 70px;
    position: absolute;
    left: 60%;
    
}

.progressvaluetwo{
    color: gray;
    margin: 0 70px;
    position: absolute;
    left: 60%;
    
}
.progresstext{
    position: absolute;
    left: 2%;
}

.box3fifth{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
   background-color:  rgb(22, 21, 21);
   border-radius: 2px;
}
.icons {
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
 .box3fifth img{
    height: 20px;
    width: 20px;
    opacity: 20%;
    margin: 0 15px;
    
}
.box3fifth img:hover{
    opacity: 100%;
}
.box4{
    background-image: url('mustafagcuf2.jpg');
   background-position: 50% 10%;
background-size: cover;
    border-radius: 10px;
    
    height: 450px;
    width: 48%;
    position: absolute;
    top: 20%;
    left: 46%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.box4details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  /*  position: absolute;
    top: 50%;
    left: 10%;
    overflow: hidden;*/
    
}
.box4mid {
   color: white;
   font-size: 50px;
   font-weight: 900;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   position: absolute;
    top: 50%;
    left: 5%;

}
.box4head{
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    position: absolute;
    top: 48%;
    left: 19%;
}
.box4footer{
    color: rgb(0, 0, 0);
    position: absolute;
    top: 64%;
    left: 17%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



.project{
    width: 100%;
    height: 650px;
    background-image: url(backgroundtable.avif);
    background-size: cover;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: burlywood;
    
    
    
}
.project h1{
    position: absolute;
  top: 108%;
}

.project h5{
    position: absolute;
  top: 115%;
  color: black;
}

.imageslidespan{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
overflow: hidden;
    width: 100%;
height: 600px;
    
}
.imageslidediv{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;  
    width: 95%;
    height: 600px;
    
}
.imageslidediv h1{
    position: absolute;
    font-size: 10px;
    color: burlywood;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: lavender;
    top: 90%;
    border-radius: 10px;
    height: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imageslidediv img{
    width: 150px;
    height: 300px;
    margin: 0 30px;
    transition: .5s;
    filter: saturate(10%);
    position: relative;
    border-radius: 10px;
   opacity: 30%;
    
}
#img1 :hover{
    width: 300px;
    height: 400px;
    opacity: 100%;
    filter: saturate(100%);
}
.sliderdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 150px;
    height: 300px;
    margin: 0 30px;
    transition: .5s;
    
    position: relative;
    border-radius: 10px;
   
    margin: 0 50px 0 50px;
    
    
}


.button{
    margin: 0 200px;
    width: 130px;
    height: 300px;
  position: absolute;
    transition: .5s;
    opacity: 30%;
    filter: saturate(10%);
    background-size: cover;
    background-position: 50%;
    
    

    
}

.button:hover{
    opacity: 100%;
    filter: saturate(100%);
    width: 150px;
    height: 400px;
    opacity: 100%;



}
/*
 .imageslidediv #img1,

  .imageslidediv #button1 :hover{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;
   
    
}
/*
#sliderspan2:target ~ .imageslidediv #img2,
#sliderspan2:target ~ .imageslidediv #button2{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;

    
}

#sliderspan3:target ~ .imageslidediv #img3,

#sliderspan3:target ~ .imageslidediv #button3{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;

    
}

#sliderspan4:target ~ .imageslidediv #img4,

#sliderspan4:target ~ .imageslidediv #button4{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    opacity: 100%;
    
}
/*
#sliderspan5:target ~ .imageslidediv #img5,

#sliderspan5:target ~ .imageslidediv #button5{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    
}

#sliderspan6:target ~ .imageslidediv #img6,

#sliderspan6:target ~ .imageslidediv #button6{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    
}

#sliderspan7:target ~ .imageslidediv #img7,

#sliderspan7:target ~ .imageslidediv #button7{
    filter: saturate(100%);
    width: 250px;
    height: 450px;
    
}
*/

/*
#sliderspan1:target ~ .imageslidediv {left: 10%; }

#sliderspan2:target ~ .imageslidediv {left: 5%;}

#sliderspan3:target ~ .imageslidediv {left: -5%;}

#sliderspan4:target ~ .imageslidediv {left: -10%;}
/*
#sliderspan6:target ~ .imageslidediv {left: -50%;}

#sliderspan7:target ~ .imageslidediv {left: -70%;}
*/

.about{
    width: 100%;
    height: 650px;
    
}
.aboutheader{
    width: 100%;
    height: 450px;
    background-image: url('burningblack.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.aboutfooter{
    width: 100%;
    height: 200px;
    background-image: url(blackwhite.webp);
    background-size: contain;
    
}
.head{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 40px 0;
}
.foot{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
    height: 400px;
}
.education{
    font-size: 6px;
    
    
}
.experience{
    font-size: 6px;
    
}
.date{
    display: flex;
    align-items: center;
    background-color: rgb(34, 34, 34);
    font-size: 20px;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    height: 25px;
    
}
.date1{
    background-color: red;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date2{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 15px;
font-size: 13px;

}
.texthead{
    margin: 10px;
}
.text1{
    color: white;
}
.text2{
    color: red;
}
.textfoot{
    color: whitesmoke;
    margin: 10px;
}

.content{
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.box{
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.counter{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    font-weight: bolder;
    margin: 10px 0;

}

.countertext{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    color: lavender;
}
.contact{
    height: 650px;
    width: 100%;
    background-image: url(blacklight.jpg);
    background-size: cover;

display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.contactheader h1{
    color: red;
}
form{
    
    height: 400px;
    width: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.formdesign{
    font-size: 30px;
    display: flex;
    flex-direction: column;
}
input{
    width: 300px;
    height: 20px;
    margin: 10px 0;
    color: black;
   border-radius: 3px;
   border-color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.but{
    font-size: 30px;
    color: red;
    width: 300px;
    height: 40px;
    border-radius: 10px;
    border-color: white;
    font-weight: bold;

}
.formerror{
    color: red;
    font-size: 10px;
}
.contactheader{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.contactfooter{
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 500px;
    height: 150px;
    border-radius: 10px;
    position: absolute;
    top: 385% ;
    left: 6% ;

}
.aboutcontact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.aboutcontact h3{
    color: red;
    margin: 10px;
}
 .phone{
margin: 10px ;
}


footer{
    
    background-image: url(dimlight.avif);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-attachment: fixed;
    }
    .footer-pannel1{
        
        color: white;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.85rem;
    }
    .footer-pannel2{
        
        color: white;
        height: 250px;
        display: flex;
        justify-content: space-evenly;
    }

      .footer-pannel2 ul a{
        display: block;
        font-size: 0.85rem;
        margin-top: 10px;
        color: #dddd;
    }
    .footer-pannel2 ul{
        margin-top: 15px;
    }
    /**pannel 3
    .footer-pannel3{
        background-color: #222f3d;
        color: white;
        border: 0.5px solid white;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo{
        background-image: url("amazon_logo.png");
        height: 50px;
        width: 100px;
        background-size: cover;
         
    
    }
    .footer-pannel4{
        background-color: #0f1111;
        color: white;
       /** display: flex;
        justify-content: center;
        align-items: center;**/
        
    
    .pages{
        font-size: 0.7rem;
        text-align: center;
        padding-top: 25px;
    
    }
    .copyright{
        font-size: 0.7rem;
        text-align: center;
        padding-top: 5px;
    
    }

    
}