.header{
    background-color: rgba(31, 40, 51, 0.4);
    height: 670px;

}
#image{
  background-color: rgba(31, 40, 51);
position: absolute;

}
body{
background-color: #1F2833;
}
body::-webkit-scrollbar{
    display: none;
}
.div_wrapper{
    z-index: -100;
}
.spec1 a{
	 display: flex;
	 justify-content: center;
}

	.iimg2{
	width: 55px;
	height: 55px;
	border-radius: 10px;
	margin: 22px auto;

	}
		.immg3{
	width: 70px;
	height: 70px;
	border-radius: 10px;
	margin: 16px auto;

	}
			.immg4{
	width: 90px;
	height: 90px;
	border-radius: 10px;
	margin: 6px auto;

	}
   iimg2:hover{
	filter: grayscale(50%);
	}
	.immg3:hover{
	filter: grayscale(50%);
	}
#nav{
    width: 100%;
    background-color: rgba(78, 78, 78, 0.8);
    position: fixed;
}
#spec_a{
    font-weight: bolder;
    font-size: 25px;
}
#cancel{
    display: none;
    width: 55px;
    padding: 3px;
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bolder;
    position: absolute;
    margin-bottom: 50px;
    left: 81%;
    top: 14px;
border: 2px solid #ad3e00;
border-radius: 9px;
 background-color: #1F2833;
box-shadow: inset 11px -11px 22px #1F2833,
            inset -11px 11px 22px #1F2833;
}

span{
    color: orange;
}

ul{
    width: 100%;
    width: fit-content;
    margin-left: auto;
    line-height: 40px;
    z-index: 100;
}
#img{
    position: relative;
    z-index: -100;
    top: 0px;
    height: 100vh;
}
li{
    font-weight: bolder;
    font-size: large;
}

#div_text{
    width: fit-content;
    /* position: relative;
    top: 33%;
    left: 15%;  */
    z-index: -30;
}
h1{
    font-weight: bolder;
    z-index: -100;
    position: relative;
    font-size: 45px; 
    color: white;
	 
    text-shadow: 1px 1px 1px white;
    animation: h11 1.5s linear 0s 1;
}
@keyframes h11{
    0%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
#spec_h1{
    animation: h2 4s linear 0s 1;
    z-index: -100;
    position: relative;
}
@keyframes h2{
    0%{
        opacity: 0;
    }
   
    40%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

#allow2{
    font-weight: bolder;
    
    font-size: 45px; 
    color: black;
    text-shadow: 1px 1px 1px black;
    

}
.h1{
    animation: h11 7s linear 0s 1;
    font-size: 45px; 
    color: crimson;
    z-index: -100;
    text-shadow: 2px 2px 2px crimson;
    position: relative;
}
#border{
    border: 4px solid crimson;
    width: fit-content;
    padding: 10px 50px 3px 50px;
    text-shadow: 2px 2px 3px black;
    /* position: relative;
    top: 58%;
    left: 15%; */
    z-index: -30;
    color: crimson;
    font-weight: bolder;
}
#section{
    width: 100%;
    height: fit-content;
    background-color: #1F2833;
    padding-bottom: 100px;
}
p{
    font-weight: light;
}
#flex_wrapper{
 background-color: #1F2833;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
#flex{
    width: 180px;
    height: 250px;
	  background-color: #1F2833;
    margin: 5px;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
#stopper{
    width: 400px;

}
 #small{
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 10px;
}
 .small_icon{
   
        width: 50px;
        height: 50px;
        border-radius: 50%;
      
    }
h4{
	 color: white;
    font-size: 20px;
    text-align: left;
    font-weight: bolder;
    margin-top: 10px;
}
#spec_p{
    text-align: justify;
    word-spacing: 4px;
    color: white;
    
}

.img_div{
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.bring{
    position: relative;
    top: 57px;
}
#anim1{
    position: relative;
    top: 117px;
    z-index: -100;
    width: 150px;
    height: 60px;
    opacity: 0;
    background-color: white;
    transition: width 2s, height 4s;
    animation: remove2 2s linear 1s 1;
    
    
}
#anim2{
    width: 250px;
    height: 60px;
    position: relative;
    top: 60px;
    z-index: -100;
    background-color: white;
    opacity: 0;
    transition: width 2s, height 4s;
    animation: remove1 3s linear 3s 1;
    
}

@keyframes text1{
    from{
        visibility: hidden;
    }
    to{
        display: block;
    }
}
@keyframes remove1{
    from{
        opacity: 1;
        height: 60px;
        width: 250px;
        left: 0px;
    }
    to{
        left: 250px;
        opacity: 1;
        width: 0px;
        height: 60px;
    }
}
@keyframes remove2{
    from{
        opacity: 1;
        height: 60px;
        width: 150px;
        left: 0px;
    }
    to{
        left: 150px;
        opacity: 1;
        width: 0px;
        height: 60px;
    }
}


  .main{
    width: 100%;
    height: fit-content;
    padding-bottom: 100px;
	 background-color: #1F2833;
  }
  #my_project{
    text-align: center;
	 background-color: #1F2833;
  }
  
  #flexy{
    display: inline-block;
    width: 35%;
    height: 300px;
    background-color: #1F2833;
    margin: 1px;
}
	.flexy_img{
	width: 100%;
	height: 280px;
	border-radius: 5px;
	}
.read{
    background-color: grey;
    width: 180px;
    height: 50px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 10px;
	 border: 2px solid white;
    margin: 30px auto;
    text-align: center;
    cursor: pointer;
}
.read2{
    width: 50px;
    height: 50px;
    font-size: 40px;
    float: right;
    margin: 5px;
    font-weight: bolder;
    border: none;
    cursor: pointer;
    
}
.grab{
    background-color: #1F2833;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.center{
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    margin-bottom: 30px;
	 color: white;
}
#about{
    padding-top: 100px;                                                                                   
    width: 100%;
    background-color: #1F2833;
    height: fit-content;
    padding-bottom: 30px;
    z-index: -20;
    position: relative;
}

#side{
    z-index: -10;
    margin: 0px auto;
   border: 10px solid black;
    width: 400px;
    height: 400px;
    position: relative;
    
    
    
}
#picture{
    z-index: -10;
    margin-top: -55px;
    width: 400px;
    height: 400px;
    margin-left: 50px;
	 background-image: url(../images/IMG_1019.JPG);
	 background-repeat: no-repeat;
	 background-size: cover;
     background-color: green;
border-radius: 3px;

box-shadow: inset 5px -5px 9px #333333,
            inset -5px 5px 9px #cbcbcb;
}
.pop{

     background-color: red;
     display: none;
     width: 100%;
     height: 100vh;
     padding: 0px;
     margin: 0px;
     z-index: 100;
     position: fixed;
     top: 0px;
     left: 0px;
     overflow-y: scroll;
        
    
    
}
.internal{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.external{
    width: 600px;

}
.sum_content{
    width: 100%;
    height: 100vh;
    margin: 0px auto;
font-family: 'Rubik Dirt', cursive;
	   --stripe: #cfd8dc;
  --bg: #e1e1e1;

  background: linear-gradient(135deg, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(225deg, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(315deg, var(--bg) 25%, transparent 25%),
    linear-gradient(45deg, var(--bg) 25%, transparent 25%);
  background-size: 100px 100px;
  background-color: var(--stripe);
}
.sum_content h2{
    text-decoration: underline;
}
.sum_content p{
    margin-top: 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: light;
}
.about_img{
    display: flex;
    justify-content: center;
}
.about_img img{
    width: 400px;
    height: 400px;
}
.force{
    padding-top: 139px;
    padding-left: 80px;
    
 }
 .image_div{
    position: relative;
    top: -520px;
    z-index: -200;
    height: fit-content;
background-color: red;
   }
  
   .text_casse{
    width: 100px;
    height: 40px;
    display: block;
   }

   a img{
    color: black;
    position: none;
    
   }
   h6{
color: white;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
   }

   .outro{
		 background-color: black;
    width: 100%;
    height: 200px;
border-top: 2px solid grey;
   }
   table{
    width: 60%;
    margin: 0px auto;
   }
   td{
    padding-top: 30px;
    width: 20%;
    font-size: 20px;
    text-align: center;
   }
   tr a{
    color: white;
    text-decoration: none;
   }
   .comment{
    color: white;
    width: 100%;
    font-size: 19px;
    text-align: center;
    margin-top: 30px;
    font-weight: lighter;
   }
   .align{
    width: 100%;
    height: 120px;
    display: flex;
background-color: #1F2833;
    justify-content: center;
   }
   .text_spec{
    height: 50px;
   }
   h5{
    padding-top: 50px;
    text-align: center;
    font-size: 25px;
    color: white;
   }
   .special{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
	 background-color: #1F2833;
   }
   .special_divs{
    width: 80%;
    height: 300px;  
    display: flex;
    justify-content: center;
   }
   .spec1{
    background-color: rgba(50, 24, 214, 0.5);
    width: 100px;
    height: 100px;
	margin: 45px;
border-radius: 17px;
background: #1F2833;
box-shadow: inset 12px 12px 24px #141a22,
            inset -12px -12px 24px #2a3644;



   }
@media (max-width:500px) {
.sum_content{
	 height: fit-content;
}
    body{
        background-color: #1F2833;
    }
 
  .main{
    width: 100%;
    height: fit-content;
    padding-bottom: 100px;
	 background-color: #1F2833;
  }
 
    .header{
        background-color: rgba(31, 40, 51, 0.4);
        height: 550px;
    }
    .force{
       padding-top: 140px;
       padding-left: 30px;
       
    }
    h1{
        font-weight: bolder;
        font-size: 45px; 
        
    }
    .h1{
        
        font-size: 45px; 
        color: crimson;
    }
   #togdiv ul li a{
	 color:white;
	font-size: 23px;
	font-weight: bold;
	font-family: 'Patua One', cursive;
}
    #togdiv{
        width: 100%;
        height: 100vh;
 background-color: #1F2833;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23d23d09' fill-opacity='0.6'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");

   
        padding: 15px;
        margin: 0px;
        z-index: 100;
        position: fixed;
        top: 0px;
        left: 0px;
        text-align: center;
        overflow-y: none;
        animation-name: cssAnimation;
  		  animation-duration: 1s;
        animation-iteration-count: 1;
  		  animation-timing-function: ease;
		  animation-fill-mode: both;
    }
@-webkit-keyframes cssAnimation {
  from {
    left:100%;
  }
  to {
     left:0%;
  }
}
    hr{
        width: 100vw;
        position: relative;
        z-index: 100;
        left: -30px;
        top: -10px;
        background-color: white;
        height: 5px;
        border: none;
    }
    ul{
        width: 100%;
       z-index: 100;
        padding: 0px;
        margin: 0px;
    }
    li{
        margin-top: -10px;
    }
    li a{
        z-index: 100;
        font-size: 30px;
        font-weight: bolder;
        color: white;
        padding: 0px;
        margin-left: -30px;
        float: left;
        line-height: 30px;
    }
    #toggler{
        background-color: red;
    }
   .image_div{
    position: relative;
    top: -520px;
    z-index: -200;
   }
    #cancel{
        display: block;
    }
    #float{
        margin: 80px auto;
    }
    #stopper{
        text-align: center;
        width: 320px;
        padding-right: 10px;
    }
    #flex_wrapper{
        margin-top: 80px;
        display: flex;
        justify-content: center;
    }
    #flex{
        width: 280px;
        height: 270px;
       background-color: #1F2833;
        margin: 5px;
        margin-bottom: 20px;
    }
    
     #small{
        background-color: transparent;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-top: 10px;
    }
    .small_icon{
   
        width: 50px;
        height: 50px;
        border-radius: 50%;
      
    }
    h4{
        font-size: 20px;
        text-align: left;
        font-weight: bolder;
        margin: 5px;
    }
    #spec_p{
        text-align: justify;
        word-break: break-all;
        word-wrap: break-word;
		  color: white;
    }
    #section{
        width: 100%;
        height: fit-content;
        background-color: #1F2833;
    }
    #flexy{
        display: inline-block;
        width: 99%;
        height: 280px;
    
        box-shadow: 3px 3px 3px black;
        margin-bottom: 10px;
		  border-radius: 5px;
    }
	.flexy_img{
	width: 100%;
	height: 280px;
	border-radius: 5px;
	}
    #about{
        padding-top: 100px;
        width: 100%;
         background-color: #1F2833;
        height: fit-content;
        padding-bottom: 50px;
		 
    }
    #side{
        
        margin: 0px auto;
       border: 10px solid black;
        width: 300px;
        height: 350px;
        position: relative;
        right: 10px;
        
    }
    #picture{
        margin-top: -55px;
        
        width: 300px;
        height: 350px;
        margin-left: 20px;
    }
       .outro{
		background-color: #1F2833;
        width: 100%;
        height: 200px;
       }
       table{
        width: 90%;
        margin: 0px auto;
       }
       td{
        padding-top: 30px;
        width: 20%;
        font-size: 17px;
        text-align: center;
       }
     
       .comment{
        color: white;
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-top: 30px;
        font-weight: lighter;
       }

        
       
       .special{
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
 background-color: #1F2833;
       }
       .special_divs{
        width: 80%;
        height: 300px;  
        display: block;
        text-align: center;
       }
       .spec1{
 
        width: 100px;
        height: 100px;
        display: inline-block;
        border-radius: 15px;
        margin: 12px;
       }
       .align{
        width: 100%;
        height: 130px;
        display: flex;
 
        justify-content: center;
       }
       .text_spec{
        padding-bottom: 30px;
        width: 300px;
        height: 50px;
       }
       .pop{
        background-color: red;
        display: none;
    
        width: 100%;
        height: 100vh;
        padding: 0px;
        margin: 0px;
        z-index: 100;
        position: fixed;
        top: 0px;
        left: 0px;
        overflow-y: none;
        
    
    }
    .internal{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
    }
    .external{
        width: 100%;
        height: 100vh;

    }
.read{
    background-color: white;
    width: 180px;
    height: 50px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 10px;
    margin: 30px auto;
    text-align: center;
    cursor: pointer;
}
      
}

@media (max-width:1100px) and (min-width:600px) {
    #flex{
        width: 320px;
        height: 290px;
	 	  background-color: #1F2833;
        margin: 5px;
        margin-bottom: 20px;
		 color:white;
    }
 
       table{
        width: 75%;
        margin: 0px auto;
       }
}
@media (max-width:325px){
    #side{
        z-index: -10;
        
       border: 10px solid red;
        width: 250px;
        height: 300px;
        position: relative;
        margin-left: 40px;
    }
    #picture{
        z-index: -10;
        margin-top: -55px;
        background-image: url(../images/IMG_2150.JPG);
        background-repeat: no-repeat;
        background-size: cover;
        width: 250px;
        height: 300px;
        margin-left: 10px;
    }
    #stopper{
        width: 300px;
       margin-left: -15px;
    }
}