@media only screen and (max-width:1250px ){
    .home .home-inner .profile-image {
        width: 30vw;
    }
    .home .home-text {
        margin-left: 20vw;
    }
    .home .home-text.margin {
        margin-left: 2vw;
    }
    .home .home-inner .profile-image {
        height: 60%;
        margin: auto 0;
    }
}
@media only screen and (max-width:850px ){
    .sideMenu{
        display: none;
    }
    .MobilSideMenu{
        display: flex;
      -webkit-backface-visibility: hidden;
      left:0;
      background-color: var(--animateColor);
    	border-radius: 100px 100px 0 0;
    }
    .section .container{
        width: 90vw;
    }
    .home .triangle{
        display: none;
    }
    .home{
        height: max-content;
    }
    .home .home-inner {
        flex-direction: column;
        height: max-content;
        padding-bottom: 120px ;
      	padding: 10vh 4vh 120px 4vh
    }
    .home .home-inner .profile-image {
        width: max-content;
        margin: auto;
        height: auto;
    }
    .home .home-text {
        width: 100%;
        margin: 0;
        margin-top: 25vh;
    }
    .home .home-text.margin {
        width: 100%;
        margin: 0;
        margin-top: 5vh;
    }
    .home .home-inner .profile-image img {
        height: 250px;
        width: 250px;
      	object-position: top;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #5b5b5b;
    }
    .home .home-text > div > div div h2{
        font-size: 24px;
        line-height: 28px;
    }
    .home .home-text > div > div span,
    .section .section-title > span{
        display: none;
    }
    .home .home-text > div {
        align-items: center;
        text-align: center;
        width: 90vw;
    }
    .home .home-text > div > div div h2:last-child,
    .home .home-text p,
    .home .home-text a{
        margin-left: 0;
    }
    .home .home-text p{
        font-size: 14px;
        line-height: 28px;
    }
    .language{
        right: 0px;
        position: absolute;
    }
    .about .personel-top{
        flex-direction: column;
    }
    .about .personel-infos .infos-body p,
    .contact .container,
    .contact .contact-right div{
        display: flex;
        flex-direction: column;
    }
    .about .personel-datas{
        margin-top: 60px;
    }
    .about .personel-datas div{
        padding: 20px 20px 25px 20px;
    }
    .about .personel-datas div p{
        padding-left: 0;
    }
    .about .personel-datas div p:before{
        content: none;
    }
    .skills .skills-body div{
        width: 8%;
    }
    .experience .experience-body > div,
    .projects .projects-show .project,
    .contact .contact-left,
    .contact .contact-right,
    .about .personel-infos,
    .about .personel-datas,
    .contact .contact-right div input{
        width: 100%;
    }
    .projects .project-types{
        flex-wrap: wrap;
    }
    .percent-pie{
        background:
            linear-gradient(var(--color1),var(--color1)) content-box,
            linear-gradient(var(--v), var(--color4)     50%,transparent 0) 0/min(100%,(20 - var(--p))*100%),
            linear-gradient(var(--v), transparent 50%,var(--color2)        0) 0/min(100%,(var(--p) - 50)*100%),
            linear-gradient(to right, var(--color4) 50%,var(--color2) 0);
    }
    .contact .contact-left .social{
        margin-bottom: 45px;
    }
    .about .personel-infos .infos-body p, .contact .container, .contact .contact-right div{
        margin-left: 0 !important;
        align-items: flex-start;
    }
    .section .container {
        width: 90vw;
        margin: auto !important;
    }
    .modalSpace .myModal .myModalMain .projectDetail div{
        margin-bottom: 5px !important;
        margin-top: 0 !important;
        width: 100%;
        font-size: 13px;
    }
    .modalSpace .myModal .myModalMain .projectDetail .ytLink{
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
    .section .section-title h1{
        font-size: 40px;
    }
	#mail-error {
    	top: 125px;
    	left: 20px;
  	}
  	#name-error {
    	top: 50px;
  	}
  	#message-error,
    #name-error,
    #mail-error,
  	#subject-error{
    	bottom: 5px;
      	left: 20px;
      	margin-bottom:0;
  	}
  	.contact .contact-right textarea{
  		margin-bottom:30px;
  	}
  .section .section-title{
    padding-bottom: 25px ;
  }
  .modalSpace .myModal .myModalHead h4{
  	padding-bottom:0;
    margin-bottom:0;
    font-size:24px;
  }
    #modalProjectYtLink{
  	min-height: 40vw !important;
  }
}
