/*mobile*/  

 @media only screen and (max-width: 785px) {
 
  .footer-background {
  width: 100%;
        height: 80px;
        background-size: cover;
        background: radial-gradient(circle,rgba(42, 31, 255, 1) 0%, rgba(0, 0, 222, 1) 35%, rgba(0, 4, 115, 1) 100%);
        padding-top: 2rem;
        display: flex;
        }
          
    
   
        .media-logos{
        width: 40px;
        height: auto;
        margin: .5rem;
        }
          
        .social-media{
        display: flex; 
        align-content: center;
        align-items: flex-end;
        flex-direction: row;
        margin-left: auto;
        margin-bottom: .5rem;
        padding-right: 1.5rem;
        }   
  
  .copyright {
        font-family: "Michroma", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .7rem;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        align-items: center;
        color: white;
        padding-left: 2rem;
         margin-top: -.5rem;
       
        
        }
      }
@media (max-width: 1023px) {

    .disclaimer{
  opacity: 0;
  
  position: absolute;
}

section#divider {
 
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-position: top;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  }

  .wrapper{
    padding: 2rem;
    width: 1000px;
    max-width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    
    
    
    }

  .gallery{
    display: inline-block;
   width: auto;
    height: 100%;
   
    
    
  }

 

  .gallery img{
    
    width: 100%;
    height: auto;
    
    
   
  }


  
}




@media (min-width:1024px) and (max-width:1450px) {  
 


  
  .gallery{
    width: 17rem !important;
    height: 17rem !important;
  
  }






}

/*desktop*/  

  


 
  

@media (min-width: 1023px) {    

  .container-fluid{
    display: flex;
    flex-direction: column;
    height: 100dvh;
    min-height: 100dvh;
    
}
      
  h1 { 
  font-family: Raleway;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  background-color: #000000;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  max-width: 1500px;
  }
  
  section#divider {
  background-image: url(Images/Portfolio-background.webp);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: top left;
  /* background-position: top center;
  background-position: top; */
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  
  
   
  
 
  }

   .wrapper{
    width: 1700px;
    max-width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
   
   animation: fade-in 2s;
        transform: translateY(0);
         position: fixed;
    
    
    
    }

     @keyframes fade-in{
        0%{ opacity: 0;}
        100%{ opacity: 1;}

        0% {transform: translateY(100px);}
      
    }

  .gallery{
    display: inline-block;
    /* border-radius: 1.3rem;
    border-style: solid;
    border-width: .1rem;
    border-color: #ffffff90; */
    width: 23rem;
    height: 23rem;
    overflow: hidden;
    margin: 1rem;
    border-style: solid;
    border-color: red;
    border-width: .2rem;
    
    
    
    
    
    
  }

  /* .gallery:hover{
    
  } */

  

  .gallery img{
    
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    filter: brightness(90%);
    overflow: hidden;
   opacity: 90%;
    
    
   
  }


  .gallery :hover{ 
  transform: scale(1.25);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  filter:brightness(100%);
  opacity: 100%;
  
  
}

.text_2 {
  font-weight: 300;
  padding-bottom: 1rem;
  margin-top: 2rem;
}

.disclaimer{
  position: absolute;
  bottom:6rem !important;
  left: 1rem !important;
  background-color: #00000070;
  color: #fff;
  padding: .5rem;
  font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: .8rem;
   
    text-align: left;
}


 
}