section,
.section {
	padding: 70px 0;
}


a.logo.d-flex.align-items-center {
	margin: 0 auto;
}


.quiz-hero {
	background-size: cover;
	margin-top: 6%;
	position: relative;
}

img.quiz-logo {
	margin: 0 auto;
	display: block;
}

section.quiz-hero .d-flex {
    display: flex;
    justify-content: center;
}
section.quiz-hero figure {
    width: fit-content !important;
    margin: 0px 20px 0 !IMPORTANT;
}


img.q-vector-1,
img.q-vector-2,
img.q-vector-3,
img.q-vector-4,
img.q-vector-5,
img.q-vector-6 {
	position: absolute;
	animation: float 3s ease-in-out infinite;
}

img.q-vector-1 {
	top: 0;
	left: 14%;
	animation-delay: 0s;
}

img.q-vector-2 {
	left: 0;
	bottom: 72%;
	animation-delay: 0.5s;
}

img.q-vector-3 {
    left: 18%;
    top: 19%;
    animation-delay: 1s;
}

img.q-vector-4 {
    right: 13%;
    top: 5%;
    animation-delay: 1.5s;
}

img.q-vector-5 {
    right: 18%;
    top: 22%;
    animation-delay: 2s;
}

img.q-vector-6 {
    right: 0;
    animation-delay: 2.5s;
    top: 12%;
}


@keyframes float {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
	}

	50% {
		transform: translateY(-15px) rotate(3deg);
	}
}



.header .logo img {
    width: 200px;
}

h2.sub-section-title {
    color: #0066b2 ! IMPORTANT;
    font-style: italic;
    text-transform: unset !IMPORTANT;
    display: flex;
    align-items: flex-start;
}


img.kalika-steel-logo {
	display: block;
}



.quiz-hero figure h5.text-center {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 1.5rem;
	font-weight: 900;
}


.quiz-hero .card.card-body {
	margin-top: 5%;
	background: rgba(240, 255, 229, 1);
	box-shadow: 4px 6px 15px rgb(0 0 0 / 19%);
	padding: 25px;
}

.quiz-hero .card.card-body h2 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 34px;
	line-height: 100%;
	text-transform: uppercase;
	color: rgba(236, 28, 36, 1);
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.quiz-hero .card.card-body h5 {
	font-family: Roboto;
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
}


section#how-to-participate {
	background-color: rgba(0, 102, 178, 1);
}

.text-yellow {
	color: rgba(255, 222, 0, 1);
}

h2.section-title {
	font-family: Roboto;
	font-weight: 700;
	font-size: 27px;
	line-height: 100%;
	letter-spacing: 27%;
	text-transform: uppercase;
}


section#how-to-participate ul.list-unstyled {
	padding-left: 0;
	list-style: none;
}

section#how-to-participate ul li {
	color: #fff;
	margin-bottom: 10px;
	display: flex;
}

section#how-to-participate ul li p {
	margin-bottom: 0;
}

section#how-to-participate ul li i {
	padding-right: 8px;
	font-size: 20px;
}

section#how-to-participate ul li span {
	color: rgba(255, 246, 179, 1);
}


section.quiz-section {
	position: relative;
}

section.quiz-section:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 10px solid rgba(123, 191, 68, 1);
}

.form-check-input[type=radio] {
    border-color: rgb(0 0 0 / 53%);
}

section.quiz-section img.quiz-vector {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 250px;
}

button.btn.btn-submit-quiz {
	background-color: #095ea3;
	color: #fff;
	padding: 10px 30px;
}

a.btn-DPC {
	background-color: #3a3a39;
	color: #fff;
	padding: 10px 20px;
	margin-top: 25px;
	display: inline-block;
	transition: 1.2s;
}

a.btn-DPC.btn:hover {
	border-color: #3a3a39;
	color: #3a3a39 !important;
	transition: 1.2s;
}

a.btn-Register-Now {
	right: -15px;
}



section#DPC .card.card-body {
	background-color: rgba(255, 252, 228, 1);
	padding: 12% 20%;
	position: relative;
	border-radius: 40px;
	box-shadow: 0px 9px 16px rgb(0 0 0 / 15%);
	text-align: center;
}

section#DPC .card.card-body:after {
	content: "";
	position: absolute;
	border: 1px solid #ff0000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 30px;
	border-radius: 20px;
}

section#DPC .card.card-body h4 {
	font-family: Roboto;
	font-weight: 700;
	font-size: 36px;
	line-height: 31px;
	margin-bottom: 45px;
}

section#DPC .card.card-body h2 {
	font-family: "Tangerine", cursive;
	font-size: 5rem;
	color: #eb1b23;
	text-align: center;
	margin-bottom: 15px;
}

section#DPC .card.card-body img.DPC-vector {
	position: absolute;
	bottom: 30px;
	right: 50px;
	z-index: 1;
	width: 80px;
}

section#DPC .card.card-body p {
	font-size: 14px;
	margin-top: 25px;
}


.footer-content {
	margin-top: 3em;
}

.footer-content h4 {
	color: rgba(0, 102, 178, 1);
	font-family: Roboto;
	font-weight: 700;
	font-size: 27px;
	line-height: 42px;
	text-transform: uppercase;
}


a#btn_DPC {
	background-color: rgba(0, 102, 178, 1);
	color: #fff;
	border-width: 1px;
	padding: 12px 51px;
	margin-top: 7px;
	display: inline-block;
	font-weight: 500;
	font-size: 30px;
	line-height: 31px;
}

a#btn_DPC:hover {
	color: #fff !IMPORTANT;
}

.social-share-wrapper ul li {
	margin-right: 8px;
}



section#dontForget {
	background: rgba(240, 255, 229, 1);
}



.flip-clock {
  text-align: center;
  perspective: 400px;
  margin: 20px auto;
  display: flex;
}
.flip-clock *,
.flip-clock *:before,
.flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin: 0 5px;
}
.flip-clock__slot {
    font-size: 1vw;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}
b.card {
    display: block;
    position: relative;
    padding-bottom: 0.72em;
    font-size: 7vw;
    line-height: 0.95;
    border: 0;
    margin: 0 8px;
    box-shadow: 0px 5px 16px rgb(0 0 0 / 61%);
    border-radius: 31px;
}
.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
  display: block;
  height: 0.72em;
  color: #fff;
  background: #0083d3;
  padding: 0.25em 0.25em;
  border-radius: 0.15em 0.15em 0 0;
  backface-visiblity: hidden;
  transform-style: preserve-3d;
  width: 1.8em;
  transform: translateZ(0);
}
.card__bottom {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 4px #000;
  background: #0066b2;
  border-radius: 0 0 0.15em 0.15em;
  pointer-events: none;
  overflow: hidden;
}
.card__bottom::after {
  display: block;
  margin-top: -0.72em;
}
.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}
.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}
.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.flip .card__back::before {
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
          animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip .card__back .card__bottom {
  transform-origin: center top;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
          animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}
@-webkit-keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%,
  99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@-webkit-keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}
@keyframes flipBottom {
  0%,
  50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}


@media(max-width: 767px) {
    .flip-clock {
        flex-wrap: wrap;
        justify-content: center;
    }
    b.card {
        font-size: 13vw;
    }

    .flip-clock__slot {
        font-size: 16px;
        margin-top: 7px;
    }
    .flip-clock__piece {
        margin: 0 5px 25px;
    }

}




/* Media Query */
@media(max-width: 767px) {

	body {
		font-size: 16px !important;
	}

	section,
	.section {
		padding: 50px 0;
	}

	.header {
		padding: 0;
	}

	.quiz-hero {
		margin-top: 17%;
	}

	.quiz-hero figure h5.text-center {
		font-size: 16px;
	}

	img.quiz-logo {
		width: 53%;
	}

	section.quiz-hero .d-flex {
    	flex-direction: column;
	}

	img.q-vector-1 {
		top: 1%;
		left: 10%;
		width: 28px;
	}

	img.q-vector-2 {
		left: 12px;
		bottom: auto;
		width: 25px;
		top: 8%;
	}

	img.q-vector-3 {
		left: 17%;
		width: 15px;
		top: 12%;
	}

	img.q-vector-4 {
		right: 45px;
		top: 1%;
		width: 20px;
	}

	img.q-vector-6 {
		right: 8px;
		width: 20px;
		top: 7%;
	}

	img.q-vector-5 {
	    right: 14%;
	    bottom: auto;
	    width: 14px;
	    top: 14%;
	}

	img.kalika-steel-logo {
		width: 52%;
		margin: 0 auto 25px;
		display: block;
	}

	.quiz-hero .card.card-body h2 {
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 26px;
	}

	.quiz-hero .card.card-body h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.quiz-hero .card.card-body p {
		line-height: 20px;
	}

	h2.section-title {
		font-size: 20px;
	}

	section#how-to-participate ul li p {
		font-size: 16px;
		line-height: 22px;
	}

	section.quiz-section img.quiz-vector {
		width: 80px;
	}

	section#DPC .card.card-body {
		padding: 18% 18%;
	}


	section#DPC .card.card-body:after {
		margin: 24px;
	}


	section#DPC .card.card-body h4 {
		font-size: 24px;
	}

	section#DPC .card.card-body h2 {
		font-size: 3.5rem;
	}

	section#DPC .card.card-body h5 {
		font-size: 18px;
	}


	section#DPC .card.card-body p {
		font-size: 13px;
		margin-top: 25px;
		line-height: 22px;
	}

	section#DPC .card.card-body img.DPC-vector {
		bottom: 24px;
		right: 45px;
		width: 40px;
	}

	.footer-content h4 {
		font-size: 20px;
		line-height: 27px;
	}

	.footer-content h5 {
		font-size: 17px;
	}

	a#btn_DPC {
		padding: 6px 35px;
		font-size: 18px;
		line-height: 31px;
	}

}