/* michael */
@import url(https://d4e211.claudeassets.com/20260510183101cs_/https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);
@import url('https://fonts.cdnfonts.com/css/futura-pt');
@import url('https://fonts.cdnfonts.com/css/futura-lt');
:root{
    /* Colors */
    --main-color:#ff00d4;
    --background-color: #23c4ff;
    --white: white;
    --light-bg:#e7e4e4;
    --light-color: #e2e2e2;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --border:.1rem solid rgba(0,0,0,.2);    

    /* Fonts */
    --futurapt: 'Futura PT', sans-serif;
    --futuralt: 'Futura LT', sans-serif;
}
*{
    font-family: var(--futurapt);                                                                                                
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}
body{
    background-color: var(--light-bg);
    overflow-x: hidden;
    
}

.headimg{
  width: 100%;
}








/* .header{
   background-image: linear-gradient(135deg, #17f3ffa3,  #ffcf6e84), url(https://a7e7b2.claudeassets.com/20260510183101im_/http://niitph.com/css/niit/wallpaperflare.com_wallpaper.jpg); 
  radial-gradient( circle at bottom left, #ffe29ae6, #ff8e38, #000c47, #001e7a), conic-gradient( #ffe29ae6, #ff8e38, #000c47, #001e7a);  
    height: 550px;
    

    border-radius: 0;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    

} */
a{
  color: var(--white);
}

.header section{
  width: 100%;
  height: 100%;
  background-color: #7790ffb3;

}


.header .niit-text-img{
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.header .niit-text-img .content{
    display: flex;
    align-items: center; 
    width: 100%; 
    padding: 50px;
    
    /* background-color: #001987;  */
    transform: translateX(12px);
    height: 100%; 
  
    /* padding: 2rem; */
}




.slide-1{
  background: url(https://9cab62.claudeassets.com/20260510183101im_/http://niitph.com/images/niit/Slider-1.jpg);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.slide-1::after{
  background: linear-gradient(60deg, rgba(0, 0, 0, 1) 30% 50% , rgba(255, 255, 255, 0.262));
	background-color: #1a1a1a;
	opacity: 0.85;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	/* color: white; */
	top: 0px;
	left: 0px; 
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.slide-2{
  background: url(https://0f9081.claudeassets.com/20260510183101im_/http://niitph.com/images/niit/Slider-2.jpeg);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;

}
.slide-2::after{
  background: linear-gradient(60deg, rgba(90, 123, 255, 0.55) 30% 40% , transparent);
	background-color: transparent;
	opacity: 0.85;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	/* color: white; */
	top: 0px;
	left: 0px; 
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.slide-3{
  background: url(https://49a01e.claudeassets.com/20260510183101im_/http://niitph.com/images/niit/Slider-3.jpeg);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;

}

.slide-3::after{
  /* background: linear-gradient(60deg, rgba(90, 134, 255, 0.55) 30% 40% , transparent); */
	background-color: transparent;
	opacity: 0.85;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	/* color: white; */
	top: 0px;
	left: 0px; 
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.header .niit-text-img .text{
    flex: 1;
    padding: 4rem;
      font-size: 20px;
      font-weight: 600;
      color: rgb(174, 174, 174);
    
    /* margin-top: -50px; */
}



.header .niit-text-img .content .text h1{
    color: rgb(154, 170, 232);
    font-size: 3rem;
    margin-bottom: 1rem;
}
.header .niit-text-img .content .text .chc h1{
  color: #ffffff;
}
.header .niit-text-img .content .text .chc p{
  color: #ffffff;

}
.nav1 .NIIT{
  text-decoration: none;
  color: rgb(154, 170, 232);
}
.header .niit-text-img .content .text p{
    color: rgb(154, 170, 232);
    font-size: 1rem;
  padding: .5rem;

}
.header .niit-text-img .content .image{
    flex: 1;
    background-size: cover;
    background-position: center;
}



.butn{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--white);
    background: linear-gradient(135deg, #23c4ff,  #ff00d4af);
    border-radius: 1rem;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    transition: .5s;
    margin-right: 0.5rem;
}
.butn a{
  text-decoration: none;
}
.butn:hover{
    transform: scale(1.1);
    transition: .5s;
}
.btn2{
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 2rem;
    cursor: pointer;
    font-size: 1.2rem;
    color: var(--white);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid var(--white);
    border-radius: 1rem;
    text-transform: capitalize;
    text-align: center;
}
.btn2 a{
  text-decoration: none;
}
.btn2:hover{
    transform: scale(1.1);
    transition: .5s;
}




/* Emma */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
#container{
  width: 100%;
  overflow-x: auto;
  font-family: poppins;
}
.inner i{
  background: linear-gradient( 43deg, #23c4ff,  #ff00d4);
  -webkit-background-clip: text;
  color: transparent;
}
.card{
  box-shadow: 1px 8px 5px rgb(197, 197, 197);
}
.inner p{
  font-size: 15px;

}


.inner div{
  font-size: 20px;
  font-weight: 500;
}
.Ser{
  text-align: center;
  text-shadow: 1px 10px 3.5px rgb(197, 197, 197);
  font-weight: 600;
  /* background-color: azure; */
}

.stor:hover{
  transform: translateY(-15px);
  transition: .6s;

}
.stor{
  border: 1px solid rgba(0, 0, 0, .02);
  border-radius: 5px;
  box-shadow: 1px 8px 5px rgb(197, 197, 197);
  transition: .6s;
}

.stor p{
  padding: 10px;
}

header{
  /* padding-left: 25px; */
  font-weight: 500;
}
.ender{
  margin-bottom: 30px;
  padding: 0 20px;
}
.pic{

  border-radius: 10px;
  /* height: 45vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.vid{
  height: fit-content;
}
.vid-sm{
  display: none;
}

/* Emmanuel */

body{
  background-color: lightgray;
}
.course{
  text-align: center;
 


}

.Devs{
  color: #9977ff;
  /* transform: translateX(-100%); */
  transition: 1s ease;
}
.Top_R{
  color: #ff7777;
  display: none;
  transform: translateX(-100%);
  transition: 1s ease;
}
.Desi{
  color: #77b7ff;
  display: none;
  transform: translateX(-100%);
  transition: 1s ease;

}

.Graph{
  color: #ffa4f1;
  display: none;
  transform: translateX(-100%);
  transition: 1s ease;
}

.Prog{
color: #43781a;
display: none;
transform: translateX(-100%);
transition: 1s ease;
}

.Mark{
  color: #9d5e00;
  display: none;
  transform: translateX(-100%);
  transition: 1s ease;
  }


.list{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  overflow-x: auto;

  /* border: 1px solid red; */
}

.list .lister{
  border: 2px solid pink;
  margin: 0px 5px;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
}

.list a{
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;

}

.list a:hover{
  background: linear-gradient( to right, #23c4ff,  #ff00d4);
  -webkit-background-clip: text;
  color: transparent;
}




.Roddy{
  float: left;
  padding: 20px;
  padding-right: 100px;
  padding-left: 100px;
  margin: auto;

}

.box{
  float: left;
  padding: 15px;
}
.child{
  height: 100%;
  /* border: 1px solid black; */
  border-radius: 8px;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: rgb(233, 224, 224);
  
  
}

.child:hover{
      -webkit-animation-name: child;
      animation-name: child;
      -webkit-animation-duration: .75s;
      animation-duration: .75s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      }
      @-webkit-keyframes child {
      20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
      }
      50%, 55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
      -moz-transform: scale3d(1.1, 1.1, 1.1);
      -ms-transform: scale3d(1.1, 1.1, 1.1);
      -o-transform: scale3d(1.1, 1.1, 1.1);
}
      /* 100% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
      } */
      }
      /* @keyframes child {
      20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
      }
      50%, 55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
      }
      100% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
      } */


.Detais{
  
  background-color: lightgray;
  /* border: 1px solid black; */
  border-radius: 20px;
  

}

.imgBtn > button{
  border: 0;
  color: #fff;
  background-color: rgb(255, 170, 0);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.contentDetails{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0 11px 0 11px;
}
.contentImg{
  /* background-image: url(https://d46653.claudeassets.com/20260510183101im_/http://niitph.com/css/niit/faves.jpg);
  height: 50%; */
  padding: 20px;
  border-top-right-radius: 500px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}


.contentText{
  width: 50%;
  font-size: 15px;

}

.contentDesc{
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 10px;
}

.contentDesc > section > h2{
  font-size: 19px;
}
button{
  padding: 10px;
  background-color: lightsalmon;
  
}
.SeeMore div{
  display: flex;
  justify-content: center;
}




@media only screen and (min-width:1290px){
  .headimg{
    width: 35rem
  }

}

@media only screen and (max-width:1150px) {
  .header .niit-text-img .content{
    display: flex;
    /* align-items: start;     */
    padding: 2rem;
  }
  .header .niit-text-img .content .text h1{
    font-size: 2rem;
  }
}






@media only screen and (max-width:820px){
  .header .niit-text-img .content .image{
    display: none;
  }
  .header .niit-text-img .content{ 
    padding: 4rem;
  }

  .Roddy{
    float: left;
    padding: 20px;
    padding-right: 10px;
    padding-left: 10px;
    
  }

}

@media only screen and (max-width:575px){

  .header .niit-text-img .content{
    padding: 1.5rem;
  }

  .header .niit-text-img .text{
    flex: 1;
    padding: 1.5rem;
      font-size: 20px;
      font-weight: 500;
      color: rgb(174, 174, 174);
}

  .header .niit-text-img .content .text h1{
    color: rgb(154, 170, 232);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

  .vid-sm{
    display: block;
  }
  .vid-lg{
    display: none;
  }

  .slide-2{
    background: url(https://9f5e15.claudeassets.com/20260510183101im_/http://niitph.com/images/niit/Slider-2-sm.jpeg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }

  .header .niit-text-img .text1{
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    background: #44444490;
    backdrop-filter: blur(3px);
    box-shadow: 0 0 5px #44444490;
}

.header .niit-text-img .text2{
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;

  backdrop-filter: blur(2px);
  background:rgba(137, 90, 255, 0.55);
}

.header .niit-text-img .text3{
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  backdrop-filter: blur(4px);
  background: rgba(44, 81, 184, 0.55);
}




  .slide-3{
    background: url(https://28a0b5.claudeassets.com/20260510183101im_/http://niitph.com/images/niit/Slider-3-sm.jpeg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .slide-2::after{
    background: transparent;
  }

  .contentImg{
    padding: 40px;
  }
  /* .box{
    padding: 10px 30px;
  } */
  .butn, .btn2{
    font-size: 1.1rem;
  }
  .header .niit-text-img .content .text h1{

    margin-bottom: 0rem;
  }

}





/*
     FILE ARCHIVED ON 00:47:23 Jul 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:21:28 Jul 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.728
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.049
  esindex: 0.012
  cdx.remote: 34.454
  LoadShardBlock: 393.716 (3)
  PetaboxLoader3.datanode: 1277.412 (5)
  PetaboxLoader3.resolve: 165.353 (3)
  load_resource: 1233.437
  loaddict: 95.093
*/