@font-face {
    font-family: "ABBvoice";
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/ABBvoice_W_Lt.eot);
    src: url(../fonts/ABBvoice_W_Lt.eot?#iefix) format("embedded-opentype"), url(../fonts/ABBvoice_W_Lt.woff) format("woff"), url(../fonts/ABBvoice_W_Lt.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoice";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ABBvoice_W_Rg.eot);
    src: url(../fonts/ABBvoice_W_Rg.eot?#iefix) format("embedded-opentype"), url(../fonts/ABBvoice_W_Rg.woff) format("woff"), url(../fonts/ABBvoice_W_Rg.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoice";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ABBvoice_W_Md.eot);
    src: url(../fonts/ABBvoice_W_Md.eot?#iefix) format("embedded-opentype"), url(../fonts/ABBvoice_W_Md.woff) format("woff"), url(../fonts/ABBvoice_W_Md.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoice";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ABBvoice_W_Bd.eot);
    src: url(../fonts/ABBvoice_W_Bd.eot?#iefix) format("embedded-opentype"), url(../fonts/ABBvoice_W_Bd.woff) format("woff"), url(../fonts/ABBvoice_W_Bd.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoiceDisplay";
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/ABBvoiceDisplay_W_SBd.woff) format("woff"), url(../fonts/ABBvoiceDisplay_W_SBd.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoiceDisplay";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ABBvoiceDisplay_W_SBd.woff) format("woff"), url(../fonts/ABBvoiceDisplay_W_SBd.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoiceDisplay";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ABBvoiceDisplay_W_SBd.woff) format("woff"), url(../fonts/ABBvoiceDisplay_W_SBd.woff2) format("woff2")
}

@font-face {
    font-family: "ABBvoiceDisplay";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ABBvoiceDisplay_W_SBd.woff) format("woff"), url(../fonts/ABBvoiceDisplay_W_SBd.woff2) format("woff2")
}

@font-face {
    font-family: "ABBicons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ABBicons.ttf) format("ttf");
    src: url(../fonts/ABBicons.woff) format("woff")
}

#maincolumn {
    display: flex;
    flex-direction: column;
	width: calc(100%);
}

article {
    display: grid;
    grid-template-columns: repeat(auto-fill, 321px);
    grid-template-rows: min-content;
    justify-content: space-around;
    padding: 32px 32px 0px 32px;
    width: calc(100% - 32px);
    margin-top: 2px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  	width: calc(100%);
    height: 344px;
	max-height: 344px;
	border-radius: 16px;
	margin: 0px 0px 0px 0px;
	background-color: #ebebeb;
}

/* Hide the images by default */
.mySlides {
  height: 344px;
  max-height: 344px;
  border-radius: 16px;
}

.mySlides>div>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items:flex-start;
}

.mySlides>div>div>h2 {
	font-family: ABBvoiceDisplay;
	font-weight: 600;
	font-size: 40px;
	line-height: 110.00000000000001%;
	letter-spacing: 0px;
	vertical-align: bottom;
	color: white;
}

.mySlides>div>div>p {
	font-family: ABBvoice;
	font-weight: 200;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0%;
	vertical-align: bottom;
	color: white;
	padding: 8px 0px 0px 0px;
}

.slideButton{
    display: flex;
	margin-top: 30px;
	padding: 0px 16px 0px 16px;
	justify-content: center;
	align-items: center;
	text-align: center;
    height: 40px;
    border-radius: 40px;
	border: 3px solid transparent;
	box-sizing: border-box;
    color: #ffffff;
    font-family: ABBvoice;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
	float:right;
	background-image:linear-gradient(135deg, rgba(255, 0, 17, 1), rgba(102, 100, 237, 1)),linear-gradient(135deg, rgba(255, 0, 17, 1), rgba(102, 100, 237, 1));
		background-origin: border-box;
	background-clip: padding-box, border-box;
}

.slideButton:hover {
	border: 3px solid #ff0011;
	transition: border-color 0.3s ease-out, background-image  0.3s ease-out, color 0.1s ease-out; /* Smooth effect */
	border-radius: 40px;
	border: 3px solid transparent;
	background-color: rgb(250,250,250);
	background-image:linear-gradient(135deg,rgb(240, 99, 99), rgb(142, 141, 237)),linear-gradient(135deg, rgba(255, 0, 17, 1), rgba(102, 100, 237, 1));
	background-origin: border-box;
	background-clip: padding-box, border-box;
	color: black;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -36px;
  padding: 16px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  transform: rotate(0.5turn);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover {
  transform: scale(1.2);
}

.next:hover {
  transform: rotate(0.5turn) scale(1.2);;
}

.prev>img, .next>img {


}

/* The dots/bullets/indicators */
.dots {
transform: translate(0px, -50px);
width: 200px;
margin-left: auto;
margin-right: auto;
}

.dot {
  cursor: pointer;
  height: 3px;
  width: 46px;
  margin: 0 2px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.5);
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FF000F;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .85}
  to {opacity: 1}
}

#slide1 {
	background-image: url('/img/SecureITIndia.png');
	background-size: 100%;
	background-position-y: center;
	display: flex;
}

#slide1left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#slide1right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#countdown>p {
	font-weight:300;
	font-size:16px;
	line-height: 125%;
	margin: 0px 0px 8px 0px;
}

#countdown>div {
	display:flex;
	width:320px;
	height:80px;
	border-radius:8px;
	background-color: rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);

}

#slide2 {
	background-image: url('/img/bgslide1.png');
	background-size: 100%;
	background-position-y: center;
	display: flex;
}

#slide2left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#slide2right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slide3 {
	background-image: url('/img/bgslide2.png');
	background-size: 100%;
	background-position-y: center;
	display: flex;
}

#slide3left {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#slide3left>div>p {
	font-size: 16px;
}

#slide3right {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

#countdowntimers {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0px 24px 0px 24px;
}


.countdowntimer>h2{
	font-family: ABBvoiceDisplay;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0px;
	vertical-align: bottom;
	color: white;
	text-transform: uppercase;	
	text-align: center;
}

.countdowntimer>p{
	font-family: ABBvoice;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: bottom;
	color: white;
	text-align: center;
}

#maxscorep {
	font-weight:300;
	font-size:16px;
	line-height: 125%;
	margin: 0px 0px 8px 0px;
	font-family: ABBvoice;
	letter-spacing: 0%;
	vertical-align: bottom;
	color: white;
	text-align: center;
}

.maxscores{
	flex-direction:column;
}

#maxscores {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	flex-direction:row;
}

.maxscore{
	padding:4px 12px 6px 12px;
	border-radius:8px;
	background-color: rgba(0,0,0,0.75);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.maxscore>h2{
	font-family: ABBvoiceDisplay;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0px;
	vertical-align: bottom;
	color: white;
	text-transform: uppercase;	
	text-align: center;
}

.maxscore>p{
	font-family: ABBvoice;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: bottom;
	color: white;
	text-align: center;
}