@font-face {
  font-family: "Objektiv_Mk1XBD";
  src: url("../fonts/ObjektivMk1_XBd.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1BD";
  src: url("../fonts/ObjektivMk1_Bold.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1MD";
  src: url("../fonts/ObjektivMk1_Medium.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1RG";
  src: url("../fonts/ObjektivMk1_Regular.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1LT";
  src: url("../fonts/ObjektivMk1_Light.ttf");
}


html {
  scroll-behavior: smooth;
}

:root {
  --red-primary: #c33531;
  --red-secondary: #581212;
  --grey-primary: #dedede;
  --grey-secondary: #939393;
  --black-primary: #000000;
  --white-primary: #ffffff;
  --light-font: "Objektiv_Mk1LT";
  --regular-font: "Objektiv_Mk1RG";
  --medium-font: "Objektiv_Mk1MD";
  --bold-font: "Objektiv_Mk1BD";
  --extrabold-font:"Objektiv_Mk1XBD";
}




.splash-screen{
	position: relative;
	height: 900px;
}

#splashVideo{
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 99%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  clip-path: fill-box;
}

.splash-screen::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff8a;
}

.splash-screen .main-banner-text{
	margin-top: 40%;
}

.splash-screen .main-banner-text h2{
	color: var(--black-primary);
	font-family: var(--bold-font);
	position: relative;
	z-index: 99;
	font-size: 64px;
	line-height: 76.8px;
	text-align: center;
	display:flex;
	align-items: center;
}


.empowering-nasscom{
	padding:0px 0px 80px 0px;
	margin-top: -70px;
  position: relative;
  z-index: 9;
}

.empowering-nasscom .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 80px;
}

.videobrick{
	width: 100%;
	height: 613px;
	border-radius: 10px;
	position:relative;
	overflow:hidden;
}

.videobrick video{
	position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.videobrick.active video{
	transform: translate(-50%, -50%) scale(1.6); /* Slightly zoom in */
   transition: transform 0.4s ease-in-out; /* Smooth transition */
}

.videobrick::after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(#0000007a, #00000000);
  border-radius: 10px;
}

.videobrick .video-title{
	font-family: var(--bold-font);
	color: var(--white-primary);
	font-size: 36px;
	line-height: 45px;
	text-align: left;
	width: 95%;
	z-index: 99;
	position: relative;
	padding: 30px;
	transition:all 0.5s ease-in-out;
}

.videobrick.active .video-title{
	color: var(--red-secondary);
	font-size: 36px;
	line-height: 45px;
	z-index: 100;
	position: relative;
}

.videobrick .overlay-context{
	position: absolute;
  top: 0;
  left: 380px;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--red-primary);
  border-radius: 10px;
  z-index: 99;
  padding: 30px;
  transition:all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  opacity: 0;
  visibility: hidden;
}


.videobrick.active .overlay-context{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--red-primary);
  border-radius: 10px;
  z-index: 99;
  padding: 30px;
  animation : slideback .7s linear;
  opacity: 1;
  visibility: visible;
}


@keyframes slideback{
  0%{
    left : 380px;
  }
  50%{
    left : -20px;
  }
  100%{
    left : 0px;
  }
}

.videobrick .overlay-context p{
	font-family: var(--regular-font);
	color: var(--white-primary);
	font-size: 22px;
	line-height: 34px;
	text-align: left;
}


.new-spotlight{
	padding:80px 0px 80px 0px;
}

.new-spotlight .sub-heading{
	font-family: var(--medium-font);
	color: var(--grey-secondary);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}


.new-spotlight .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 80px;
}


.new-spotlight .spotlight-image{
	margin-bottom: 60px;
}

.new-spotlight .spotlight-image img{
	width: 100%;
	height: 766px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.new-spotlight .spotlight-image video{
	width: 100%;
	height: 766px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.new-spotlight .spotlight-overlay{
    margin-top: -108px;
}

.new-spotlight .spotlight-overlay h3{
	font-family:var(--bold-font);
    font-size: 48px;
    line-height: 67.2px;
    letter-spacing: -0.02em;
    text-align: left;
    background: var(--red-primary);
    padding: 50px 120px;
    color: var(--white-primary);
    border-radius: 10px;
}

.new-spotlight .spotlight-image.withvideo .spotlight-overlay h3{
	position: relative;
	z-index: 999;
}

.new-spotlight .spotlight-context p{
	font-family: var(--regular-font);
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: var(--black-primary);
}



.new-spotlight .spotlight-context li{
	font-family: var(--regular-font);
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: var(--black-primary);
}

.new-spotlight .action-btn{
	text-align: center;
	margin-top: 60px;
}

.new-spotlight .action-btn a{
	background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}



.stayinform{
	padding:120px 0px 120px 0px;
}

.stayinform .sub-heading{
	font-family: var(--medium-font);
	color: var(--grey-secondary);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 24px;
}


.stayinform .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 80px;
}

.stayinform .staycard{
	background: var(--red-primary);
	padding: 30px;
	border-radius: 10px;
	position: relative;
	height: 157px;
	transition: all 0.3s ease-in-out;
}



.stayinform .col-md-4{
	height: 197px;
}


.stayinform .staycard.active{
	height: 197px;
}

.stayinform .staycard video{
	position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: none;
}

.stayinform .staycard.active video{
	display: block;
}



.stayinform .staycard.active::after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(#0000007a, #0000007a);
  border-radius: 10px;
}

.stayinform .staycard h3{
	font-family: var(--light-font);
	color: var(--white-primary);
	font-size: 36px;
	line-height: 45px;
	text-align: left;
	width: 50%;
	z-index: 99;
	position: relative;
}


.stayinform .staycard.inactive{
	background: var(--grey-primary);
}

.stayinform .staycard.inactive h3{
		color: var(--red-primary);
}



.become-member{
	padding:160px 0px 160px 0px;
	position: relative;
}

.become-member video{
	position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.become-member::after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(#0000007a, #0000007a);
  border-radius: 10px;
}


.become-member .container{
	position: relative;
	z-index: 9;
}

.become-member .sub-heading{
	font-family: var(--medium-font);
	color: var(--white-primary);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 24px;
}


.become-member .section-heading{
	font-family: var(--light-font);
	color: var(--white-primary);
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 0px;
}

.become-member .become-description{
	font-family: var(--regular-font);
	color: var(--white-primary);
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	width: 62%;
  margin: auto;
}

.become-member .become-description p{
	margin-bottom: 30px;
}

.become-member .bec-sep{
	height: 4px;
  width: 92px;
  background: var(--white-primary);
  margin: 50px auto;
}

.become-member .action-btn{
	text-align: center;
}

.become-member .action-btn a {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
}



.latest-events{
	padding:120px 0px 120px 0px;
}

.latest-events .sub-heading{
	font-family: var(--medium-font);
	color: var(--grey-secondary);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 24px;
}


.latest-events .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 72px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 80px;
}

.latest-events .lt-eventcard{
	background-size: cover;
	border-radius: 25.6px;
	padding: 60px;
	height: 694px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	transition:all 0.8s ease-in-out;
}

/*.latest-events .card-block .down-context{
	position: absolute;
  width: 100%;
  bottom: 80px;
  padding: 0px 60px;
  transition:all 0.8s ease-in-out;
}


.card-block.active .down-context{
	bottom: 460px;
		animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s
	-o-animation: bounce 2s;
}*/

.latest-events .card-block .down-context{
	position: absolute;
  width: 100%;
  bottom: 80px;
  padding: 0px 60px;
  transition:all 0.8s ease-in-out;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}


.card-block.active .down-context{
	bottom: 400px;
		animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s;
	-o-animation: bounce 2s;
	justify-content: flex-start;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-35px);}
	60% {transform: translateY(-5px);}
}




.latest-events .card-block .down-context h2{
	font-family: var(--bold-font);
	color: var(--white-primary);
	font-size: 53.83px;
	line-height: 64.59px;
	text-align: left;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.latest-events .card-block .down-context h6{
	font-family: var(--bold-font);
	color: var(--white-primary);
	font-size: 35.88px;
	line-height: 43.06px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 0;
}

.latest-events .card-block{
	 position: relative;
	 display: flex;
	 overflow:hidden;
}


.latest-events .card-block .lt-eventcontext{
	background-size: cover;
	border-radius: 25.6px;
	padding: 60px;
	height: 694px;
	width: 100%;
	position: absolute;
	left: 775px;
	margin-bottom: 30px;
	overflow: hidden;
	background: var(--red-primary);
	font-family: var(--regular-font);
	font-size: 22.43px;
	line-height: 33.64px;
	text-align: left;
	color: var(--white-primary);
	display: flex;
	align-items: end;
	align-items: end;
  animation:none;
  transition:all 0.8s ease-in-out;
}

.latest-events .card-block .lt-eventcontext p{
	font-family: var(--regular-font);
	font-size: 22.43px;
	line-height: 33.64px;
	text-align: left;
	color: var(--white-primary);
	margin-bottom: 0;
}


.latest-events .card-block.active .lt-eventcard{
	margin-left : -752px;

}


.latest-events .card-block.active .lt-eventcontext{
  	opacity: 1;
  	visibility: visible;
  	left : 0;
}


.latest-events .card-block.active .lt-eventcontext{
  	opacity: 1;
  	visibility: visible;
}

@keyframes slideback2{
  0%{
    left : 775px;
  }
  50%{
    left : -40px;
  }
  100%{
    left : 0px;
  }
}






@media (min-width: 768px) and (max-width: 1499px){


.splash-screen{
	position: relative;
	height: 650px;
}

#splashVideo{
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 99%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  clip-path: fill-box;
}

.splash-screen::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff8a;
}

.splash-screen .main-banner-text{
	margin-top: 35%;
}

.splash-screen .main-banner-text h2{
	color: var(--black-primary);
	font-family: var(--bold-font);
	position: relative;
	z-index: 99;
	font-size: 42px;
	line-height: 54.8px;
	text-align: center;
	display:flex;
	align-items: center;
	margin-left: 50px;
}


.empowering-nasscom{
	padding:0px 0px 60px 0px;
	margin-top: -50px;
  position: relative;
  z-index: 9;
}

.empowering-nasscom .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 80px;
}

.videobrick{
	width: 100%;
	height: 413px;
	border-radius: 10px;
	position:relative;
}

.videobrick video{
	position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}


.videobrick::after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(#0000007a, #00000000);
  border-radius: 10px;
}

.videobrick .video-title{
	font-family: var(--bold-font);
	color: var(--white-primary);
	font-size: 26px;
	line-height: 35px;
	text-align: left;
	width: 95%;
	z-index: 99;
	position: relative;
	padding: 20px;
	transition:all 0.5s ease-in-out;
}


.videobrick.active .video-title{
	color: var(--red-secondary);
	font-size: 26px;
	line-height: 35px;
	z-index: 100;
	position: relative;
}

.videobrick .overlay-context{
	position: absolute;
  top: 0;
  left: 380px;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--red-primary);
  border-radius: 10px;
  z-index: 99;
  padding: 20px;
  transition:all 0.3s ease-in-out;
  display: flex;
  align-items: end;
  opacity: 0;
  visibility: hidden;
}


.videobrick.active .overlay-context{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--red-primary);
  border-radius: 10px;
  z-index: 99;
  padding: 20px;
  animation : slideback 1s linear;
  opacity: 1;
  visibility: visible;
}


@keyframes slideback{
  0%{
    left : 380px;
  }
  50%{
    left : -20px;
  }
  100%{
    left : 0px;
  }
}

.videobrick .overlay-context p{
	font-family: var(--regular-font);
	color: var(--white-primary);
	font-size: 15px;
	line-height: 27px;
	text-align: left;
}




.new-spotlight{
	padding:60px 0px 60px 0px;
}

.new-spotlight .sub-heading{
	font-family: var(--medium-font);
	color: var(--grey-secondary);
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
}


.new-spotlight .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 60px;
}


.new-spotlight .spotlight-image{
	margin-bottom: 40px;
}

.new-spotlight .spotlight-image img{
	width: 100%;
	height: 566px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.new-spotlight .spotlight-image video{
	width: 100%;
	height: 566px;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}



.new-spotlight .spotlight-overlay{
    margin-top: -108px;
}

.new-spotlight .spotlight-overlay h3{
	font-family: var(--bold-font);
  font-size: 34px;
  line-height: 54.2px;
  letter-spacing: -0.02em;
  text-align: left;
  background: var(--red-primary);
  padding: 40px 90px;
 	color: var(--white-primary);
  border-radius: 10px;
}

.new-spotlight .spotlight-image.withvideo .spotlight-overlay h3{
	position: relative;
	z-index: 999;
}

.new-spotlight .spotlight-context p{
	font-family: var(--regular-font);
	font-size: 14px;
  line-height: 26px;
	text-align: left;
	color: var(--black-primary);
}



.new-spotlight .spotlight-context li{
	font-family: var(--regular-font);
	font-size: 14px;
  line-height: 26px;
	text-align: left;
	color: var(--black-primary);
}

.new-spotlight .action-btn{
	text-align: center;
	margin-top: 40px;
}

.new-spotlight .action-btn a{
	background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}



.stayinform{
	padding:80px 0px 80px 0px;
}

.stayinform .sub-heading{
	font-family: var(--medium-font);
	color: var(--grey-secondary);
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
}


.stayinform .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 60px;
}

.stayinform .staycard{
	background: var(--red-primary);
	padding: 20px;
	border-radius: 10px;
	position: relative;
	height: 117px;
	transition: all 0.3s ease-in-out;
}

.stayinform .col-md-4{
	height: 157px;
}


.stayinform .staycard.active{
	height: 157px;
}

.stayinform .staycard video{
	position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: none;
}

.stayinform .staycard.active video{
	display: block;
}

.stayinform .staycard.active::after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(#0000007a, #0000007a);
  border-radius: 10px;
}

.stayinform .staycard h3{
	font-family: var(--light-font);
	color: var(--white-primary);
	font-size: 26px;
	line-height: 35px;
	text-align: left;
	width: 50%;
	z-index: 99;
	position: relative;
}


.become-member{
	padding:120px 0px 120px 0px;
	position: relative;
}

.become-member video{
	position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.become-member::after{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(#0000007a, #0000007a);
  border-radius: 10px;
}


.become-member .container{
	position: relative;
	z-index: 9;
}

.become-member .sub-heading{
	font-family: var(--medium-font);
	color: var(--white-primary);
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 24px;
}


.become-member .section-heading{
	font-family: var(--light-font);
	color: var(--white-primary);
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 0px;
}

.become-member .become-description{
	font-family: var(--regular-font);
	color: var(--white-primary);
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	width: 56%;
  margin: auto;
}

.become-member .become-description p{
	margin-bottom: 30px;
}

.become-member .bec-sep{
	height: 4px;
  width: 72px;
  background: var(--white-primary);
  margin: 50px auto;
}

.become-member .action-btn{
	text-align: center;
}

.become-member .action-btn a {
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

.latest-events{
	padding:80px 0px 80px 0px;
}

.latest-events .sub-heading{
	font-family: var(--medium-font);
	color: var(--grey-secondary);
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 24px;
}


.latest-events .section-heading{
	font-family: var(--light-font);
	color: var(--red-primary);
	font-size: 52px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 60px;
}


.latest-events .lt-eventcard{
	background-size: cover;
	border-radius: 25.6px;
	padding: 40px;
	height: 494px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
	transition:all 0.8s ease-in-out;
}

.latest-events .card-block .down-context{
	position: absolute;
  width: 100%;
  bottom: 60px;
  padding: 0px 40px;
  transition:all 0.8s ease-in-out;
}


.card-block.active .down-context{
	bottom: 330px;
	animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s;
	-o-animation: bounce 2s;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-35px);}
	60% {transform: translateY(-5px);}
}




.latest-events .card-block .down-context h2{
	font-family: var(--bold-font);
	color: var(--white-primary);
	font-size: 33.83px;
	line-height: 44.59px;
	text-align: left;
	margin-bottom: 16px;
	text-transform: capitalize;
}

.latest-events .card-block .down-context h6{
	font-family: var(--bold-font);
	color: var(--white-primary);
	font-size: 25.88px;
	line-height: 33.06px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 0;
}

.latest-events .card-block{
	 position: relative;
	 display: flex;
	 overflow:hidden;
}


.latest-events .card-block .lt-eventcontext{
	background-size: cover;
	border-radius: 25.6px;
	padding: 40px;
	height: 494px;
	width: 100%;
	position: absolute;
	left: 575px;
	margin-bottom: 30px;
	overflow: hidden;
	background: var(--red-primary);
	font-family: var(--regular-font);
	font-size: 14.43px;
	line-height: 25.64px;
	text-align: left;
	color: var(--white-primary);
	display: flex;
	align-items: end;
	align-items: end;
  animation:none;
  transition:all 0.8s ease-in-out;
}

.latest-events .card-block .lt-eventcontext p{
	font-family: var(--regular-font);
	font-size: 14.43px;
	line-height: 25.64px;
	text-align: left;
	color: var(--white-primary);
	margin-bottom: 0;
}


.latest-events .card-block.active .lt-eventcard{
	margin-left : -552px;

}


.latest-events .card-block.active .lt-eventcontext{
  	opacity: 1;
  	visibility: visible;
}

@keyframes slideback2{
  0%{
    left : 575px;
  }
  50%{
    left : -40px;
  }
  100%{
    left : 0px;
  }
}

}


@media (max-width:767px){

	.empowering-nasscom {
    padding: 30px 0px 30px 0px;
    margin-top: 0;
	}

	.empowering-nasscom .section-heading{
		font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
	}

	.videobrick {
    width: 100%;
    height: 513px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
	}


	.videobrick .video-title {
    font-family: var(--bold-font);
    color: var(--white-primary);
    font-size: 26px;
    line-height: 35px;
    text-align: left;
    width: 95%;
    z-index: 99;
    position: relative;
    padding: 30px;
	}

	.videobrick.active .video-title{
		color: var(--red-secondary);
		font-size: 26px;
		line-height: 35px;
		z-index: 100;
		position: relative;
	}

	.videobrick .overlay-context{
		position: absolute;
	  top: 0;
	  left: 380px;
	  width: 100%;
	  height: 100%;
	  content: '';
	  background: var(--red-primary);
	  border-radius: 10px;
	  z-index: 99;
	  padding: 30px;
	  transition:all 0.3s ease-in-out;
	  display: flex;
	  align-items: end;
	  opacity: 0;
	  visibility: hidden;
	}


	.videobrick.active .overlay-context{
		position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  background: var(--red-primary);
	  border-radius: 10px;
	  z-index: 99;
	  padding: 30px;
	  animation : slideback 1s linear;
	  opacity: 1;
	  visibility: visible;
	}


	@keyframes slideback{
	  0%{
	    left : 380px;
	  }
	  50%{
	    left : -20px;
	  }
	  100%{
	    left : 0px;
	  }
	}

	.videobrick .overlay-context p{
		font-family: var(--regular-font);
		color: var(--white-primary);
		font-size: 15px;
		line-height: 27px;
		text-align: left;
	}

	.new-spotlight {
    padding: 60px 0px 60px 0px;
	}

	.new-spotlight .section-heading{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
	}

	.new-spotlight .sub-heading {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
	}

	.new-spotlight .spotlight-overlay {
    margin-top: 10px;
	}


	.new-spotlight .spotlight-overlay h3{
		font-size: 24.83px;
    line-height: 38.59px;
    padding: 30px 30px;
    padding: 0;
      background: none;
      color: var(--red-primary);
      margin-top: 20px;
	}

	.new-spotlight .spotlight-image img{
		height: auto;
	}

	.new-spotlight .spotlight-image video{
		height: auto;
	}


	.new-spotlight .spotlight-image {
		margin-bottom: 20px;
	}
    

	.new-spotlight .spotlight-context p{
		font-size: 14px;
		line-height: 21px;
	}

	.new-spotlight .spotlight-context li{
		font-size: 14px;
		line-height: 21px;
	}

	.new-spotlight .action-btn {
    text-align: center;
    margin-top: 30px;
  }

	.new-spotlight .action-btn a {
		padding: 20px 30px 20px 30px;
		font-family: var(--bold-font);
		font-size: 14px;
		line-height: 17.5px;
		text-align: center;
  }

  .stayinform{
  	padding: 80px 0px 80px 0px;
  }

	.stayinform .sub-heading{
		font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
	}


	.stayinform .section-heading{
		font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
	}

	.stayinform .staycard{
		height: auto;
	}

	.stayinform .staycard h3{
		font-family: var(--light-font);
		color: var(--white-primary);
		font-size: 26px;
		line-height: 35px;
		text-align: left;
		width: 100%;
		z-index: 99;
		position: relative;
		margin-bottom: 0;
	}

	.stayinform .staycard.active{
		height: 157px;
	}

	.stayinform .col-md-4 {
    height: auto;
    margin-bottom: 30px;
	}

	.stayinform .col-md-4:last-child{
		margin-bottom: 0px;
	}

	.become-member{
		padding: 120px 0px 120px 0px;
	}

	.become-member .sub-heading{
		font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
	}

	.become-member .section-heading{
		font-size: 42px;
    line-height: 42px;
	}

	.become-member .bec-sep {
    height: 2px;
    width: 62px;
    background: var(--white-primary);
    margin: 25px auto;
	}

	.become-member .become-description {
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    width: 95%;
    margin: auto;
	}

	.become-member .action-btn a{
		padding: 20px 30px 20px 30px;
		font-family: var(--bold-font);
		font-size: 14px;
		line-height: 17.5px;
		text-align: center;
	}


	.latest-events{
		padding: 90px 0px 35px 0px;
	}

	.latest-events .sub-heading {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
	}

	.latest-events  .section-heading{
		font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
	}

	.latest-events .lt-eventcard{
		background-size: cover;
		border-radius: 25.6px;
		padding: 30px;
		height: 394px;
		position: relative;
		margin-bottom: 30px;
		overflow: hidden;
		width: 100%;
		transition:all 0.6s ease-in-out;
	}


	.latest-events .card-block .down-context{
		position: absolute;
	  width: 100%;
	  bottom: 60px;
	  padding: 0px 30px;
	  transition:all 0.8s ease-in-out;
	}


	.card-block.active .down-context{
		bottom: 280px;
		animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s
	-o-animation: bounce 2s;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-35px);}
	60% {transform: translateY(-5px);}
}




	.latest-events .card-block .down-context h2{
		font-family: var(--bold-font);
		color: var(--white-primary);
		font-size: 23.83px;
		line-height: 33.59px;
		text-align: left;
		margin-bottom: 12px;
		text-transform: capitalize;
	}

	.latest-events .card-block .down-context h6{
		font-family: var(--bold-font);
		color: var(--white-primary);
		font-size: 16.88px;
		line-height: 24.06px;
		letter-spacing: -0.02em;
		text-align: left;
		margin-bottom: 0;
	}

	.latest-events .card-block{
		 position: relative;
		 display: flex;
		 overflow:hidden;
	}


	.latest-events .card-block .lt-eventcontext{
		background-size: cover;
		border-radius: 25.6px;
		padding: 30px;
		height: 394px;
		width: 100%;
		position: absolute;
		left: 475px;
		margin-bottom: 30px;
		overflow: hidden;
		background: var(--red-primary);
		font-family: var(--regular-font);
		font-size: 14px;
		line-height: 21px;
		text-align: left;
		color: var(--white-primary);
		display: flex;
		align-items: end;
		align-items: end;
	  animation:none;
	  transition:all 0.6s ease-in-out;
	}

	.latest-events .card-block .lt-eventcontext p{
		font-family: var(--regular-font);
		font-size: 14px;
		line-height: 21px;
		text-align: left;
		color: var(--white-primary);
		margin-bottom: 0;
	}


	.latest-events .card-block.active .lt-eventcard{
		margin-left : -382px;
	}


	.latest-events .card-block.active .lt-eventcontext{
	  	opacity: 1;
	  	visibility: visible;
	  	left : 0;
	}

	.latest-events .card-block.active .lt-eventcontext{
  	opacity: 1;
  	visibility: visible;
	}

	@keyframes slideback2{
	  0%{
	    left : 475px;
	  }
	  50%{
	    left : -40px;
	  }
	  100%{
	    left : 0px;
	  }
}

	.splash-screen {
    position: relative;
    height: 450px;
	}

	.splash-screen .main-banner-text h2{
		font-size: 34px;
    line-height: 46.8px;
	}


.nsm_footer-homepage .pb-5{
	padding-bottom: 0!important;
}

.nsm_footer-homepage .pb-4{
	padding-bottom: 0!important;
}


.splash-screen .main-banner-text{
	margin-top: 50%;
}



	.stayinform .col-md-4:first-child .staycard{
	height: auto;
}

.stayinform .col-md-4 .staycard{
	height: auto;
}



.stayinform .col-md-4:first-child .staycard.active{
	height: 157px;
}

.stayinform .col-md-4 .staycard.active{
	height: 157px;
}


.nsm_footer-homepage{
	height: auto;
}

}


@media (min-width:1400px) and (max-width:1499px){
	.latest-events .card-block .lt-eventcontext{
		left: 665px;
	}

	.latest-events .card-block.active .lt-eventcard{
		margin-left : -652px;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px!important;
    }
}

@media (max-width:340px){
	.new-spotlight .spotlight-image img{
		height: 295px;
	}

	.stayinform .staycard.active{
		height: 157px;
	}

	.latest-events .lt-eventcard{
		height: 295px;
	}

	.latest-events .card-block .lt-eventcontext{
		height: 295px;
	}

	.latest-events .card-block .down-context h2{
		  font-size: 18.83px;
      line-height: 28.59px;
	}

	.latest-events .card-block .down-context h6{
		  font-size: 11.88px;
      line-height: 19.06px;
      margin-bottom: 0;
	}

	.latest-events .card-block .lt-eventcontext p{
		font-size: 9px;
		line-height: 16px;
		margin-bottom: 0;
	}

	.card-block.active .down-context {
    bottom: 210px;
  		animation: bounce 2s;
	-webkit-animation: bounce 2s;
	-moz-animation: bounce 2s
	-o-animation: bounce 2s;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-35px);}
	60% {transform: translateY(-5px);}
}




  .new-spotlight .spotlight-overlay h3{
  	  font-size: 20.83px;
      line-height: 34.59px;
      padding: 0;
      background: none;
      color: var(--red-primary);
  }

  .empowering-nasscom .section-heading {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
  }

  .new-spotlight .section-heading{
  	font-size: 36px;
    line-height: 36px;
  }

  .stayinform .section-heading{
  	font-size: 36px;
    line-height: 36px;
  }

  .become-member .section-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .latest-events .section-heading {
    font-size: 36px;
    line-height: 36px;
  }

  .latest-events .card-block .lt-eventcontext{
		left: 375px;
	}

	.latest-events .card-block.active .lt-eventcard{
		margin-left : -322px;
	}

	.stayinform .col-md-4:first-child .staycard{
	height: 130px;
}

.stayinform .col-md-4 .staycard{
	height: 95px;
}



.stayinform .col-md-4:first-child .staycard.active{
	height: 157px;
}

.stayinform .col-md-4 .staycard.active{
	height: 157px;
}

.videobrick{
	height: 413px;
}

.videobrick .video-title{
	font-size: 26px;
  line-height: 35px;
  transition:all 0.5s ease-in-out;
}

.banner-nasscom{
  height: 600px;
}

.banner-nasscom::after{
	height: 600px;
}

}

/* fold device code */

@media (min-width: 690px) and (max-width: 767px) {

	.splash-screen .main-banner-text {
    margin-top: 35%;
	}

	.empowering-nasscom .col-md-3{
		width: 50%;
	}

	.stayinform .col-md-4{
		width: 50%;
	}

	.stayinform .row{
		justify-content: center;
	}

	.latest-events .col-md-6{
			width: 50%;
	}

}


.footer_logo{
	display: block!important;
}


@media (max-width: 767px) {
    .nsm_footer-homepage .footer_logo {
        display: block;
        width: 55%;
        margin-bottom: 26px;
    }
}













/*-- fix nasscom latest event card --*/



@media (min-width: 768px) and (max-width: 1499px){

	.card-block .down-context{
		min-height: 190px;
	}

	.card-block.active .down-context{
		display: flex;
		flex-direction: column;
		justify-content: start;
		bottom: 230px;
	}
}

@media (max-width:767px){
	.card-block.active .down-context{
		display: flex;
		flex-direction: column;
		justify-content: start;
		bottom: 130px;
	}
}


@media (min-width: 1600px) and (max-width: 1699px){
	.latest-events .card-block .down-context h2 {
		font-family: var(--bold-font);
		color: var(--white-primary);
		font-size: 48.83px;
		line-height: 64.59px;
		text-align: left;
		margin-bottom: 24px;
		text-transform: capitalize;
	}
}

@media (max-width:767px){
	.latest-events .card-block .down-context{
		min-height:max-content;
	}

	.latest-events .col-md-6:nth-child(1) .card-block.active .down-context{
		bottom: 320px;
	}

	.latest-events .col-md-6:nth-child(2) .card-block.active .down-context{
		bottom: 250px;
	}

	.latest-events .col-md-6:nth-child(3) .card-block.active .down-context{
		bottom: 280px;
	}

	.latest-events .col-md-6:nth-child(4) .card-block.active .down-context{
		bottom: 280px;
	}
}

@media (max-width:360px){
	.latest-events .card-block .down-context{
		min-height:max-content;
	}

	.latest-events .col-md-6:nth-child(1) .card-block.active .down-context{
		bottom: 290px;
	}

	.latest-events .col-md-6:nth-child(2) .card-block.active .down-context{
		bottom: 220px;
	}

	.latest-events .col-md-6:nth-child(3) .card-block.active .down-context{
		bottom: 280px;
	}

	.latest-events .col-md-6:nth-child(4) .card-block.active .down-context{
		bottom: 220px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px){
	.latest-events .card-block .down-context{
		min-height:max-content;
	}

	.latest-events .col-md-6:nth-child(1) .card-block.active .down-context{
		bottom: 380px;
	}

	.latest-events .col-md-6:nth-child(2) .card-block.active .down-context{
		bottom: 300px;
	}

	.latest-events .col-md-6:nth-child(3) .card-block.active .down-context{
		bottom: 340px;
	}

	.latest-events .col-md-6:nth-child(4) .card-block.active .down-context{
		bottom: 340px;
	}
}

@media (min-width: 1400px) and (max-width: 1499px){
	.latest-events .card-block .down-context{
		min-height:max-content;
	}

	.latest-events .col-md-6:nth-child(1) .card-block.active .down-context{
		bottom: 380px;
	}

	.latest-events .col-md-6:nth-child(2) .card-block.active .down-context{
		bottom: 300px;
	}

	.latest-events .col-md-6:nth-child(3) .card-block.active .down-context{
		bottom: 380px;
	}

	.latest-events .col-md-6:nth-child(4) .card-block.active .down-context{
		bottom: 340px;
	}
}

@media (min-width: 1500px) and (max-width: 1699px){
	.latest-events .card-block .down-context{
		min-height:max-content;
	}

	.latest-events .col-md-6:nth-child(1) .card-block.active .down-context{
		bottom: 520px;
	}

	.latest-events .col-md-6:nth-child(2) .card-block.active .down-context{
		bottom: 400px;
	}

	.latest-events .col-md-6:nth-child(3) .card-block.active .down-context{
		bottom: 460px;
	}

	.latest-events .col-md-6:nth-child(4) .card-block.active .down-context{
		bottom: 440px;
	}
}


/*-- fix nasscom latest event card --*/


