
@media (max-width:480px){


main.mobile-main-about-info{
    width :100%;
    position:relative;
    
}

img.mobile-main-about-image{
    
	width:100%;height:100%;
}

section.mobile-about-nn-details{
    color:white;
    font-weight:bold;
    position:absolute;
    top:12%;
    padding:1rem;
    font-family: Arial, Helvetica, sans-serif;
}




div#mobile-image-1{
    position:absolute;
    left:5%;
    bottom:20%;
    width:30%;
    height:20%;
}


div#mobile-image-2{
    position:absolute;
    right:10%;
    bottom:24%;
    width:30%;
    height:20%;
}



div#mobile-image-4{
    position:absolute;
    left:30%;
    bottom:5%;
    width:50%;
    height:20%;
}

img.mobile-aboutcontentimages{object-fit:cover}

section.mobile-about-section-title{
      display:flex;
      align-items: center;
      justify-content: center;
      gap:20px;
      margin:50px 0;
      position: absolute;
      top:0%;
      width:100%;
    }

    section.mobile-about-section-title::before, 
    section.mobile-about-section-title::after{
      content:'';
      flex:1;
      height:2px;
      background:white;
    }

     section.mobile-about-section-title span.mobile-about-title{
      color:white;
      font-size:1.6rem;
      font-weight: bold;
      text-transform: uppercase;
     }
     
     footer.mobile-aboutnn-footer{
         position:relative;
         width:100%;
     }
     


section.mobile-footer-section-title{
      display:flex;
      align-items: center;
      justify-content: center;
      gap:20px;
      margin:50px 0;
      position: absolute;
      top:0%;
      width:100%;
      padding-left:0.5rem;
    }

    section.mobile-footer-section-title::after{
      content:'';
      flex:1;
      height:2px;
      background:black;
    }

     section.mobile-footer-section-title span.mobile-footer-title{
      color:black;
      font-size:1.6rem;
      font-weight: bold;
      text-transform: uppercase;
     }
     
     
     section.mobile-footer-list{
         width:100%;
         height:20rem;
         background:none;
         display:flex;
         position:absolute;
         top:25%;
         font-family: Arial, Helvetica, sans-serif;
         padding:1rem;
         overflow:scroll;
     }
     
     
     
     section.mobile-footer-list-card{
         min-width:70%;
         height:100%;
         border:2px solid rgba(255,255,255,0.6);
         border-radius:20px;
         background:rgba(0,0,0,0.8);
         color:black;
         transition:0.3s ease;
         margin-right:2rem;
         padding:1rem 0rem;
     }
    
    div#mobile-footer-card-header{
        width:100%;
        height:20%;
        background:none;
        display:flex;
        padding:0 0.5rem 0 0.5rem;
    }
        
	div#mobile-footer-card-header-icon{
	    width:20%;
	    height:100%;
	    padding:0.4rem;
	}
	
	div#mobile-footer-card-header-title{
	    width:80%;
	    height:100%;
	    display:flex;
	    align-items:center;
	    font-weight:bold;
	    color:white;
	    padding-left:1rem;
	}
	
    div#mobile-footer-card-details{
        width:100%;
        height:80%;
        background:none;
        color:white;
        font-weight:bold;
        font-size:0.9rem;
        padding:1.5rem 1rem;
    }
                         
     
     
    
main.mobile-videos-section{
    padding:5rem 1rem 1rem 1rem;
}

}