
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@media(min-width:640px){
#projects-bottom-section h2{
    font-size: 2vw;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
}
.flex-bottom-container details{
margin: 0 0 4% 6%;
  width: 93%;
  max-width: 100%;
 background-image: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 5%, rgba(0,0,255,1) 100%);
 border-radius: 40px;
 position: relative;
}

.flex-bottom-container .opinions{
background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 5%, rgba(0,0,255,1) 100%);
padding-bottom: 2vw;
}

.flex-bottom-container details summary{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 30px;
    padding: 30px;
}
.flex-bottom-container details .number-bottom{
    background-color:rgb(102, 4, 4);
    min-height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: 700;
}
@media(min-width:640px){

.flex-bottom-container details h3{
    font-size: 2vw;
}
}
.flex-bottom-container details .text-bottom-container{
    padding: 30px;
    padding-top: 0;
    font-weight: 500;
    font-size: 2vw;
    text-align: justify;
    
}
.flex-bottom-container details .text-bottom-container-opinions{
    padding: 30px;
    padding-top: 0;
    font-weight: 500;
    font-size: 1.8vw;
    text-align: left;
    
}

.flex-bottom-container details .project-bottom-link{
    display: inline-block;
    margin-top: 30px;
    background-color: brown;
    color: beige;
    padding: .75em 1.5em;
    border-radius: 1em;
    font-weight: 500;
    transition: 300ms ease;
    cursor: pointer;
}
.social{
    display: flex;
    width: 100%;
    height: 15vw;
    gap: 2vw;
    margin: 0 3vw 0 3vw;
}
.social a{
    position: relative;
    width: 100%;
    height: 14vw;
   
    border-radius: 1em;
}
#facebook{
    background: url(/public/images/socialimages/linkfacebook.png)no-repeat center;
    background-size: 49%;
    
}
#instagram{
    background: url(/public/images/socialimages/linkistagram.png)no-repeat center;
    background-size: 50%;
  
}
#youtube{
    background: url(/public/images/socialimages/youtube.png)no-repeat center;
    background-size: 60%;
    margin-left: 3%;
   
}
.flex-bottom-container details .project-bottom-link:hover{
    color: rgb(43, 226, 104);
}
progress {
  border: none;
  margin-left: 30px;
  height: 20px;
  width: 80%;
}
progress::-webkit-progress-value {
  background: rgb(2, 92, 44);
}
progress::-webkit-progress-bar {
  background: rgb(162, 162, 211);
  
}
li{
    font-size: 18px;
    margin-bottom: 2%;
    margin-top: 5px;
}
li::marker {
  color: rgb(151, 234, 42);
}
#skill{
    display: flex;
    flex-direction: column;
    
    margin-top: 1%;
    margin-bottom: 20%;
}
#skill01{
    
    width: 165vh;
    max-width: 100%;
    height: 40vh;
    
}
#skill02{
    
    width: 1vh;
    max-width: 100%;
     height: 45vh;
}
.skill-container{
    width: 200px;
    max-width: 100%;
    border: 10px solid var(--secondary-nav-color);
    border-top: none;
    margin-bottom: 10px;
}
.skill-container h3{
    background-color: var(--secondary-nav-color);
    padding: 15px 0;
    text-align: center;

}
.skill-container ul{
    margin-bottom: -10px;
    list-style: none;
}

#skill01 h3{
padding-bottom: 30px;
}
#medialink{
    display: none;
}


@media(max-width:450px){
   .flex-bottom-container{
  width: 280px;
  padding-left: 6%;
       
} 
}

/*reference section*/
.reference{
    display:flex;
    width: 100%;
    position: relative;
    justify-content:space-evenly;
    margin: 5% 0 0 0;
}

#donation{
 background:url(/public/images/marta.png) no-repeat center bottom ;
 background-size:100% 78%;
 background-color: rgb(16, 216, 79);
 width: 100%;
 height: 30vw;
 border-radius: 15px;
 position: relative;
 margin:5%;
  color: blue;
 padding-top: 2vw;
 font-size: 1vw;
}
#come{
 background:url(/public/images/autumn.png) no-repeat center bottom ;
 background-size:100% 78%;
 background-color: aqua;
 width: 100%;
 height: 30vw;
 border-radius: 15px;
 position: relative;
 margin: 5%;
 color: blue;
 padding-top: 0.6vw;
    font-size: 1vw;
}

.bestbh-come, .bestbh-donation{
    color:black;
    font-family: Poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.8vw;
    cursor: pointer;
    position: relative;
    z-index: -2;
    margin: 5%;
}
.close-come, .close-donation {
    position: relative;
    z-index: -1;
    display: flex;
}

#sidebar-come, #sidebar-donation, #sidebar-how{
   display: none;
}
#come svg, #donation svg{
    display: flex;
    position: absolute;
    width: 20vw;
   cursor: pointer;
    z-index: 2;
   top:40%;
    left:25%;
}
#donation svg{
    position: absolute;
    width: 20vw;
   cursor: pointer;
   
    display: flex;
    left:25%;
    top: 40%;
}
.button{
text-decoration: none;  
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2vw;
border-top: 2px solid white;
border-bottom: 2px solid white;
padding: 1vw 0 1vw 0;
width: 80%;
margin-left: 10%;
background: linear-gradient(to left top, #325278, #2a4568, #223958, #1a2d48, #122239, #0a1e31, #051a2a, #001522, #00161e, #00161a, #001516, #021412) no-repeat;
color: azure;

border-radius: 1em;
}


#sidebar-come:checked ~ .links-container-come{
     flex-direction: column;
     position: absolute;
     display: flex;
     z-index: 10;
     width: 100%;
     align-items: center;
    
}
#sidebar-donation:checked ~ .links-container-donation{
     flex-direction: column;
     position: absolute;
     display: flex;
     z-index: 10;
     width: 100%;
     align-items: center;
     
}
#sidebar-come:checked ~ #overlay-come{
   cursor: pointer;
   background-color:  rgb(43, 167, 6);
   height: 30vw;
   position: absolute;
   width: 100%;
   bottom:0.1%;
   z-index: 2;
   display:flex;
   border-radius: 10px;
    transition: 100ms ease;
  
   }
   #sidebar-donation:checked ~ #overlay-donation{
   cursor: pointer;
   background-color:  rgb(163, 239, 56);
   height: 30vw;
   position: absolute;
   width: 100%;
   bottom:0.1%;
   z-index: 4;
   display:flex;
   border-radius: 10px;
   transition: 100ms ease;
   
   flex-direction: column;
   justify-content: center;
  
   }
   /*how*/
   #howabout{
    display:flex;
    width: 100%;
    position: relative;
    justify-content:center;
    margin-top: 15%;
    margin-bottom: 10%;
    
    
    }
   .w-how{
    font-size: 3vw;
   text-shadow: 3px 2px 2px rgb(108, 165, 226);
   }
   .open-how{
    display: flex;
    position: absolute;
    cursor: pointer;
    top:-60%;
    left:18%;
   }
  
  
   .bestbh-how{
    color:black;
    font-family: Poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2vw;
    cursor: pointer;
    position: relative;
    z-index: -2;

}
  
#sidebar-how:checked ~ #overlay-how{
   cursor: pointer;
   height: 14.5vw;
   position: absolute;
   width: 30%;
   bottom: 0.1%;
   z-index: 9;
   display:flex;
}
   #sidebar-how:checked ~ .open-how{
    display: none;
   }
 
   .tailcentro{
    
    background-color:black;
    background:url(/public/images/deviltailnoback.png)top right no-repeat ;
    background-size: 15vw;
    width: 62.7vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    z-index: 20;
    position: relative;
    bottom: 6.8vw;
}
@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
    }
	50% {
		background-position: 100% 50%;
    }
	100% {
		background-position: 0% 50%;
	}
}
#bottom{
    width: 100%;
   text-align: center;
   margin-top: 8%;
  padding: 3%;
}
#bottom {
	background: linear-gradient(-90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 25s ease infinite;
    content:'';
    border-radius: 1em;
}
.dev{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:2vw;
    margin-top:-11vw;
    color: white;
   text-shadow: 10px 8px 8px black;
   margin-bottom: 5%;
   margin-top: 10vw;
}
   


  