@import url('https://fonts.googleapis.com/css2?family=Acme&family=Amiri&family=Bebas+Neue&family=Cardo&family=Pacifico&family=Poppins:wght@700&family=Raleway&display=swap');

.headarea{
	font-family: 'Raleway', sans-serif;
	box-shadow:0 1px 7px rgba(0,0,0,0.3);
	}
	
.titlearea h1{
font-family: 'Acme', sans-serif;
  text-align: center;
  font-weight: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1em;
}
.titlearea h1::before,
.titlearea h1::after {
  content: "";
  border-top: 0.1em double black;
  align-self: center;
}

.category a:link, .category a:visited{
	 text-decoration: none;
	}
	
 .categorybox{
 	width:50%;
 	float:left;
 }
 
  .sports {
  	text-align:center;
      padding:50px 0;
      position:relative;
  	background: linear-gradient(45deg, #000073,#4BC6F9);
   }
   
   .sports:hover .first-cols img{
   	  animation:anime 1500ms;	   
         animation-delay:0;
   	}
      .sports:hover .second-cols img{
   	  animation:anime 1500ms;	   
             animation-delay:200ms;
   	}
         .sports:hover .third-cols img{
   	  animation:anime 1500ms;	
                animation-delay:400ms;
   	}
         .sports:hover .fourth-cols img{
   	  animation:anime 1500ms;	  
               animation-delay:600ms;
   	}
         .sports:hover .fifth-cols img{
   	  animation:anime 1500ms;	
         animation-delay:800ms;   
   	}
         .sports:hover .sixth-cols img{
   	  animation:anime 1500ms;	  
              animation-delay:1000ms;
   	}
   
   .musics{
   	text-align:center;
      padding:50px 0;
      background:linear-gradient(45deg, #6303B1, #ff0099);
      position:relative;
    
   }
      .musics:hover .sixth-cols img{
   	  animation:anime 1500ms;	   
         animation-delay:0;
   	}
      .musics:hover .fifth-cols img{
   	  animation:anime 1500ms;	   
             animation-delay:200ms;
   	}
         .musics:hover .fourth-cols img{
   	  animation:anime 1500ms;	
                animation-delay:400ms;
   	}
         .musics:hover .third-cols img{
   	  animation:anime 1500ms;	  
               animation-delay:600ms;
   	}
         .musics:hover .second-cols img{
   	  animation:anime 1500ms;	
         animation-delay:800ms;   
   	}
         .musics:hover .first-cols img{
   	  animation:anime 1500ms;	  
              animation-delay:1000ms;
   	}
   
   .category img{
   	width:100%;
       height:auto;
       opacity:0.6;
       margin: 15px 0;
       border-radius:3%;
    }
 
.fashion{
	text-align:center;
	padding:50px 0;
	background: linear-gradient(45deg,#6B53A5,#E5ABC6);
	position:relative;
	}
.fashion:hover img:nth-child(1){
	animation:anime 1500ms;	   
         animation-delay:0;
	}
 .fashion:hover img:nth-child(2){
	animation:anime 1500ms;	   
         animation-delay:200ms;
	}
.fashion:hover img:nth-child(3){
	animation:anime 1500ms;	   
         animation-delay:400ms;
	}
.fashion:hover img:nth-child(4){
	animation:anime 1500ms;	   
         animation-delay:600ms;
	}

	
	
	.category h1{
		position:absolute;
      z-index:10;
  	text-align: center;
       font-size:20vw;
       font-family: 'Bebas Neue', cursive;
       color: #e0dfdc;
letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
		
	}
	
.actress{
	text-align: center;
	padding:50px 0;
	background:linear-gradient(45deg,#420023,#E90079);
    position:relative;
	}
	
	.actress:hover img:nth-child(4){
	animation:anime 1500ms;	   
         animation-delay:0;
	}
 .actress:hover img:nth-child(3){
	animation:anime 1500ms;	   
         animation-delay:200ms;
	}
.actress:hover img:nth-child(2){
	animation:anime 1500ms;	   
         animation-delay:400ms;
	}
.actress:hover img:nth-child(1){
	animation:anime 1500ms;	   
         animation-delay:600ms;
	}
.artist{
	text-align: center;
	padding:50px 0;
	background:linear-gradient(45deg, #006767 ,#00C0BF );
    position:relative;
	
	}
	.artist:hover img:nth-child(odd){
	animation:anime 1500ms;	   
         animation-delay:0;
	}
 .artist:hover img:nth-child(even){
	animation:anime 1500ms;	   
         animation-delay:300ms;
	}


	
.education {
	text-align: center;
	padding:50px 0;
	background:linear-gradient(45deg, #1C817E ,#DFB88F);
    position:relative;
	}
 .education h1{
 	font-size:16vw;
 }
 .education:hover img:nth-child(even){
	animation:anime 1500ms;	   
         animation-delay:0;
	}
 .education:hover img:nth-child(odd){
	animation:anime 1500ms;	   
         animation-delay:300ms;
	}
 
	
.politician{
	text-align: center;
	padding:50px 0;
	background:linear-gradient(45deg,#2E2611 ,#EEC1BD);
    position:relative;
	
	}
	.politician h1{
		font-size:16vw;
		}
		
		   .politician:hover .first-cols img{
   	  animation:anime 1500ms;	   
         animation-delay:0;
   	}
      .politician:hover .third-cols img{
   	  animation:anime 1500ms;	   
             animation-delay:100ms;
   	}
         .politician:hover .fifth-cols img{
   	  animation:anime 1500ms;	
                animation-delay:200ms;
   	}
         .politician:hover .sixth-cols img{
   	  animation:anime 1500ms;	  
               animation-delay:300ms;
   	}
         .politician:hover .fourth-cols img{
   	  animation:anime 1500ms;	
         animation-delay:400ms;   
   	}
         .politician:hover .second-cols img{
   	  animation:anime 1500ms;	  
              animation-delay:500ms;
   	}
		
.entrepreneur{
	text-align: center;
	padding:50px 0;
	background:linear-gradient(45deg,#000032 ,#00006B);
    position:relative;
	}
.entrepreneur h1{
	 font-size:16vw;
	}
	   .defence:hover .sixth-cols img,   .defence:hover .first-cols img{
   	  animation:anime 1500ms;	   
         animation-delay:600ms;
   	}
    .defence:hover .second-cols img,   .defence:hover .fifth-cols img{
   	  animation:anime 1500ms;	   
             animation-delay:300ms;
   	}
             .defence:hover .third-cols img, .defence:hover .fourth-cols img{
   	  animation:anime 1500ms;	
                animation-delay:0ms;
   	}
  
.defence{
	text-align: center;
	padding:50px 0;
	background:linear-gradient(45deg,#2E3135,#CBB272);
    position:relative;
	
	}
	   .entrepreneur:hover .sixth-cols img,   .entrepreneur:hover .first-cols img{
   	  animation:anime 1500ms;	   
         animation-delay:0;
   	}
    .entrepreneur:hover .second-cols img,   .entrepreneur:hover .fifth-cols img{
   	  animation:anime 1500ms;	   
             animation-delay:300ms;
   	}
             .entrepreneur:hover .third-cols img, .entrepreneur:hover .fourth-cols img{
   	  animation:anime 1500ms;	
                animation-delay:600ms;
   	}
  
	
.footerarea{
	background: #171309  !important;
    }
    
 .footerup{
 	padding:50px 0 0 0;
 }
    
.footerboxdata{
	border-right: solid 1px #d496b1;
	margin:20px 0;
	}
	
 .footerboxdata .categorybox:nth-child(2){
   	border-right: solid 1px #d496b1;
 }
 
.footerbox h5{
 font-family: Georgia, serif;
  font-weight: 700;
   letter-spacing: 0.1em;
    background:linear-gradient(45deg, #FE9184,#FAC2DB);
     -webkit-text-fill-color: transparent; 
        -webkit-background-clip: text; 
	  text-align:center;
	}
	
.footerbox a:link, .footerbox a:visited {
	  color:#FFF0F5 !important;
	  font-family: "Cardo";
	font-weight: 400;
	transition: all 2s;
	}
.footerbox .nav-item:hover{
 	transform:scale(1.1);
     font-weight: 600;
 }
 
.lastfooterboxdata{
	border-right:0;
	}
	
.footerdown{
	  padding:20px 0;
  }
  .selfdata{
  	text-align:center;
  	padding:10px 0;
  }
  
  .footerdown a:link,.footerdown a:visited{
  	text-align:center;
  	text-decoration:none;
      font-family: 'Pacifico', cursive;
      color: #FFF0F5;    
  }
  
 .social{
 	padding:20px 0;
 }
.social a{
	 padding:30px 10px;
	 nargin:30px 10px;
	transition: all 2s;
	}
.social a:hover{
	 transform:scale(1.2);
	 font-weight:700px;
	}
	
	.aboutarea{
		z-index:-1;
		position:relative;
		 padding:50px 0;
		}
	.aboutarea h1{
         font-variant: small-caps;
  letter-spacing: 0.1em;
		font-family: 'Poppins', sans-serif;
       text-align: center;
      font-weight: normal;
      gap: 1em;
      font-size:12vw;

text-shadow: 5px 5px 7px rgba(0,0,0,0.3);
color:#772953;
		}
		
	.aboutarea h1:before,
.aboutarea h1:after {
    background-color: #772953;;
    content: "";
    display: inline-block;
    border-radius:1.5px;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width:9%;
}
.aboutarea h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.aboutarea h1:after {
    left: 0.5em;
    margin-right: -50%;
}
		
  
		
	.aboutdata{
		position:relative;
		text-align:center;
		padding:20px;
		}
	.aboutdata h3{
		font-variant: small-caps;
  letter-spacing: 0.1em;
		font-family: Georgia, serif;
       text-align: center;
      font-weight: normal;
      gap: 1em;
      font-size:8vw;
      text-shadow: 3px 3px 7px rgba(0,0,0,0.6);
	    color:#2F4F4F;
		}
		
		.specialpic{
			top:12%;
		   width:100%;
			height:auto;
			position:absolute;
			z-index:5;
			opacity:0.2;
			}
		
	.profilepic{
		   border:solid 2px #3B444B;
		   width:150px;
		   border-radius:50%;
		   margin:20px 0;
		}
      .aboutdata h4{
      	font-variant: small-caps;
        letter-spacing: 0.1em;
		font-family: Georgia, serif;
      font-weight: bold;
      gap: 1em;
      font-size:5vw;
      padding: 0;
      }
      .aboutdata h5{
      	font-family: Georgia, serif;
      font-weight: normal;
      	font-size:3vw;
      	
      }

	.aboutdata p{
		z-index:10;
		font-size:4vw;
		text-indent:40px;
		font-family: 'Amiri', serif;
		text-align:justify;
		}
	 .aboutdata p b{
		font-weight: 900;
        font-variant: small-caps;
		}
		
		
			
	.mainarea h1{
  	text-align: center;
       font-size:15vw;
       font-family: 'Bebas Neue', cursive;
       color: #e0dfdc;
letter-spacing: .1em;
text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
	}

@media screen and (max-width:800px) {
	  .category img{
		   width:85px;
		   height:auto;
		   margin: 2px 0;
		}
	
	  .footerboxdata{
		border:0;
		text-align:center;
		}
		.footerboxdata i{
			display:none;
			}
		
	  .footerbox h5{
		text-align:center;
		}
		.categorybox{
			width:100%;
			}
	 .footerboxdata .categorybox:nth-child(2){
   	border-right: 0;
 }
        .aboutdata h4{
        	text-align:center;
        }      
		
			.specialpic{
			top:13%;
			}
			
	}
	
		
	@keyframes anime{
		 0%{
			transform:scale(1.0);
			opacity:0.4;
		}
		50%{
			transform:scale(1.1);
			opacity:1;
			}
        100%{
        	transform:scale(1.0);
            opacity:1;
           }     
        }