.libertinus-sans-regular {
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.libertinus-sans-bold {
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.libertinus-sans-regular-italic {
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
ul {
  list-style: none;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: 0;
}

:root {
  --theme-color: #0083cd;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #282828;
  position: relative;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.gap_block {
  padding: 60px 0;
}
.main_cointent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.banner {
  position: relative;
  z-index: 101;
  padding: 60px 0;
  /* padding-bottom: 150px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background-image: url(../images/assets/banner-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
@media only screen and (max-width: 510px) {
  .banner {
    /* padding-bottom: 50px; */
    gap: 20px;
  }
}
.banner_content {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  padding-top: 2%;
}
img.banner_logo {
  max-width: 255px;
}
.banner_text h1 {
  text-align: center;
  font-weight: normal;
  font-size: 42px;
  position: relative;
  margin-bottom: 10px;
  color: #000;
}
.frist_fold {
  overflow: hidden;
}
body {
  background-color: #f9f9f9 !important;
}
.banner_text .subhead {
  font-size: 34px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.banner_text {
  padding-top: 2%;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.d-flex {
  display: flex;
}
.banner_btm {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.ocean {
  height: 0%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #015871;
}

.wave {
  background: url(../images/banner_bottom.png) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation:
    wave 13s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite,
    swell 4s ease -1.25s infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -198px;
  animation: wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.8s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.section_four,
.section_three,
.section-tow,
.section_five {
  /* max-width: 880px; */
  margin-left: auto;
  margin-right: auto;
}

/* section tow */
.body_image {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  /* background-image: url(../images/sec_blockBG.jpg); */
  background-position: center top;
  background-attachment: fixed;
  width: 100%;
  background-repeat: no-repeat;
}
.section-tow {
}
.spiner_content::after {
  content: "";
  position: absolute;
  width: 98px;
  height: 200px;
  top: 0;
  left: 0;
  background-color: #efefef;
  z-index: 15;
}
.pos-rel {
  position: relative;
}
.pos-absl {
  position: absolute;
}

.spiner_content {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 879px;
  overflow: hidden;
  height: 200px;
  z-index: 0;
}

.spiner_box {
  position: absolute;
  top: -80px;
  left: -65px;
}
.spiner_box img {
  width: 280px;
  opacity: 0.5;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
  /* transform: rotate(0.3rad);/ */
  /* transform: rotate(3grad); */
  /* transform: rotate(.03turn);  */
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spiner_box.spiner-tow img {
  width: 168px;
}
.spiner_box.spiner-tow {
  top: -95px;
  left: 222px;
  opacity: 0.8;
}
.spiner_box.spiner-tow::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 164px;
  top: 0;
  left: 94px;
  background-color: #fff;
}
.spiner_box.spiner-three {
  left: auto;
  right: 110px;
  top: -95px;
}
.spiner_box.spiner-three img {
  width: 190px;
}
.section_two_content {
  padding-top: 7%;
  padding-bottom: 11%;
}
h1.header_text {
  font-size: 54px;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 900;
}
.text_content:hover h1.header_text {
  text-shadow:
    0 1px 0 rgb(190, 190, 190),
    0 2px 0 rgb(185, 185, 185),
    0 3px 0 rgb(180, 180, 180),
    0 4px 0 rgb(175, 175, 175),
    0 5px 0 rgb(170, 170, 170),
    0 6px 0 rgb(165, 165, 165),
    0 7px 0 rgb(160, 160, 160),
    0 1px 5px rgba(0, 0, 0, 0.02),
    0 3px 5px rgba(0, 0, 0, 0.04),
    0 5px 10px rgba(0, 0, 0, 0.06),
    0 7px 10px rgba(0, 0, 0, 0.08),
    0 10px 15px rgba(0, 0, 0, 0.1);
}
p.sub-header {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 70px;
  line-height: 1.3;
  margin-top: 10px;
}
p.n-text {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}
p.n-text span {
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 510px) {
  p.n-text span {
    font-weight: 700;
    font-size: 18px;
  }
}
.text_content {
  position: relative;
  z-index: 10;
}
.text_content {
  text-align: center;
  padding: 0 70px;
}
.bottom_content {
  padding: 70px 85px 0;
  text-align: center;
  position: relative;
  z-index: 1060;
}

.bottom_content .d-flex {
  justify-content: space-between;
  align-items: flex-start;
}
.bottom_content .about_left,
.bottom_content .about_right {
  width: 42%;
}
.bottom_content .about_center {
  width: 16%;
}
.trident {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  width: 100%;
  max-width: 11px;
}

.fadeInBottom {
  animation-name: fadeInBottom;
  opacity: 1;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
.about_left,
.about_right {
  /* text-align: left; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .header2 h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
} */
.header2 p {
  font-size: 24px;
  font-weight: 500;
  /* margin-bottom: 25px; */
  min-height: 80px;
  color: #000;
  line-height: 1.1;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 500;
}
.about_image {
  transition: all 0.3s ease-in-out 0s;
}
.about_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.custom-height {
  height: 270px;
}
.custom-height img {
  height: 100%;
}
@media only screen and (max-width: 510px) {
  .about_image img {
    height: auto;
  }
}
.about_left:hover .about_image,
.about_right:hover .about_image {
  /* box-shadow: 0 20px 60px rgba(0,0,0,.7); */
}
ul.list-unstyled.links_text {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* margin-top: 12%; */
  margin-bottom: 0;
  position: relative;
  z-index: 1060;
}
ul.list-unstyled.links_text li a {
  color: #fff;
  background-color: #014c80;
  font-size: 22px;
  padding: 0 15px;
  line-height: 2.7;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
ul.list-unstyled.links_text li a:hover {
  color: #014c80;
  background-color: #ffffff;
  border: 1px solid #014c80;
}
@media only screen and (max-width: 510px) {
  ul.list-unstyled.links_text li a {
    font-size: 16px;
  }
}
/* SECTION 3 */
.section_three .bottom_content {
  padding-left: 50px !important;
  padding-right: 50px !important;
  position: relative;
  padding-top: 0;
}
.sec-gap {
  padding: 60px 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 69, 120, 0) 46%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 69, 120, 0) 46%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 69, 120, 0) 46%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#004578",GradientType=1);
}

.category_box h3 {
  background: rgb(8, 130, 185);
  background: -moz-linear-gradient(
    270deg,
    rgba(8, 130, 185, 1) 0%,
    rgba(0, 69, 120, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(8, 130, 185, 1) 0%,
    rgba(0, 69, 120, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(8, 130, 185, 1) 0%,
    rgba(0, 69, 120, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0882b9",endColorstr="#004578",GradientType=1);
  max-width: 390px;
  height: 80px;
  font-family: "Libertinus Sans", sans-serif;
  color: #fff;
  font-size: 50px;
  margin: 0 auto 20px;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}
.category_box h3::after {
  width: 100%;
  position: absolute;
  height: 20px;
  content: "";
  background-image: url(../images/shadow-btn.png);
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  background-size: contain;
}
.category_box p {
  font-size: 32px;
  font-weight: 500;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 600;
}
.reward_containerflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.rewardboxwrap {
  max-width: 360px;
  min-width: 360px;
  /* margin-top: 30px; */
}

.rewardboxwrap h5 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.rewardbox {
  background-image: url(../images/prize-back.png);
  height: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  position: relative;
}
.rewardbox-custom {
  background-image: url(../images/prize-back.png);
  height: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  position: relative;
}
.rewardbox span {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 1.9;
}
.rewardbox-custom span {
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 1.9;
}
@media only screen and (max-width: 510px) {
  .rewardbox-custom {
    height: 36px !important;
  }
  .rewardbox-custom span {
    font-size: 18px !important;
  }
}
p.winnerline {
  font-size: 34px;
  text-align: center;
  padding-top: 50px;
  line-height: 1.2;
}
hr.ruler_para {
  max-width: 460px;
  margin: 20px auto;
  background-color: #000 !important;
  width: 100%;
}
.small_trident {
  position: absolute;
  left: -24px;
  top: -28px;
  z-index: 1020;
  transition: all 0.3s ease-in-out 0s;
}
.small_trident {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.reward_containerflex:hover .rewardbox .sml_trnt {
  left: -28px;
  top: -38px;
}
.complimentry h3 {
  font-size: 28px;
  color: #01477b;
  margin-top: 35px;
}
.complimentry p {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 5px;
}

p.normal_text {
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  font-size: 28px;
}
.winer_text h2 {
  font-size: 48px;
  color: #014679;
  margin-top: 30px;
}
.winer_text p {
  color: #014679;
  font-size: 25px;
}

/* Section 4 */

.section_four .bottom_content {
  padding-top: 0px;
}

.timeline_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.timeline_left,
.timeline_right {
  text-align: center;
  max-width: 298px;
  min-width: 298px;
  margin-top: 30px;
}

.timeline_left h5,
.timeline_right h5 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.timelinebox {
  display: flex;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  max-width: 300px;
  margin: auto;
}
.timelinebox span img {
  width: 36px;
}
.timelinebox span:first-child {
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  background-color: #0083c6;
  padding: 15px 0;
}

.timelinebox span:last-child {
  max-width: 75%;
  min-width: 75%;
  text-align: center;
  background-color: #004174;
  font-size: 36px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline_left h2,
.timeline_right h2 {
  font-size: 22px;
  font-weight: 500;
}
span.dual_date.dual_line {
  font-size: 26px;
  line-height: 1;
}

.ourjudge {
  background-color: #004174;
}
.ourjudge h3 {
  color: #fff;
  font-size: 27px;
  margin-top: 50px;
  text-align: center;
  padding: 10px 0;
}
.judge_img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.judge_box_content {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.judge_box h4 {
  font-size: 26px;
  font-weight: 500;
  padding-top: 15px;
  color: #5a3402;
  text-align: center;
  line-height: 1;
}
.judge_box span {
  display: block;
  font-size: 18px;
  color: #000;
  letter-spacing: -1px;
  text-align: center;
}

/* SECTION 5 */
.section_five .bottom_content {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
}
img.right_process {
  margin-left: 20px;
}
.process_img img {
  margin-top: -7px;
}
.process_list {
  color: #000;
  font-size: 26px;
  font-family: "Gontserrat Regular";
  height: 94px;
  margin-top: 25px;
  text-align: left;
  font-weight: 600;
}
.process_list p {
  font-size: 16px;
  font-weight: 500;
}

.process_list span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.process_list span.icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fcd469;
  color: #5a3402;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 41px;
  font-weight: 600;
  padding-left: 0;
  text-align: center;
  line-height: 80px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.scner_box {
  margin-top: 70px;
}
.scner_box h3 {
  background-color: #71bd4a;
  color: #000;
  font-size: 22px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
}
.scner_img {
  margin-top: 15px;
}
.scner_img img {
  width: 125px;
  margin: auto;
}
a.link_text {
  font-size: 20px;
  margin-top: 15px;
  display: block;
  font-weight: 500;
  color: #000;
}

nav.side_menu {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1500;
}
nav.side_menu.menu_on {
  opacity: 1;
}
nav.side_menu ul li {
  background-color: #ffffff;
  padding: 3px 15px;
  margin-bottom: 13px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out 0s;
}
nav.side_menu.menu_on ul li:last-child {
  margin-bottom: 0;
}
nav.side_menu.menu_on ul li:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.8);
}

/* SECTION 6 */

.concept_box ul li {
  font-size: 24px;
  color: #fff;
  background: #157bb0;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 0;
  /* max-width: 300px; */
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

.form_block {
  margin: 50px auto 30px;
  max-width: 768px;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.form_block .form-group {
  margin-bottom: 25px;
}
.form_block .form-control {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.form_block .about_words {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
}
.form_block .form-control::placeholder {
  color: #6d6d6d;
  font-size: 16px;
  /* font-family: var(--avenir-font); */
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form_block .submit {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  background-color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  border: 0;
}
.tab_block li button.active {
  background-color: #63c9ff !important;
  border: 1px solid #63c9ff !important;
  color: #000 !important;
}
.wrapper_gallery {
  position: relative;
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  max-height: 1200px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 2vmin;
  justify-items: center;
  align-items: center;
}
.wrapper_gallery a:nth-child(7n + 1) {
  grid-column: 2 / span 2;
}
.wrapper_gallery a {
  z-index: 1;
  grid-column: span 2;
  max-width: 100%;
  margin-bottom: -52%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transform: scale(1);
  transition: all 0.25s;
}

.wrapper_gallery a:hover {
  z-index: 2;
  transform: scale(1.2);
}
.termsline {
  padding-left: 30px;
  position: relative;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
}
.termsline::after {
  position: absolute;
  content: url(../images/assets/check.svg);
  width: 10px;
  height: auto;
  top: 8px;
  left: 0;
}
.copyright {
  padding: 15px 0;
  background-color: #e2e2e2;
  text-align: center;
}
.copyright span {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  font-size: 14px;
  /* font-family: 'Roboto', sans-serif; */
}
.copyright span:nth-child(2)::before,
.copyright span:nth-child(3)::before,
.copyright span:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #7c7c7c;
}
.copyright span a {
  color: #000;
}

/* LOTUS AND OTHER OBJECT */
.lotus_big {
  position: fixed;
  bottom: -65px;
  left: 0px;
  z-index: 1050;
  transform: rotate(24deg);
  width: 100%;
  max-width: 150px;
}
.lotus_small {
  position: fixed;
  top: 10px;
  right: -10px;
  z-index: 1050;
  transform: rotate(200deg);
  width: 100%;
  max-width: 100px;
}
@media only screen and (max-width: 510px) {
  .lotus_big {
    max-width: 100px;
  }
  .lotus_small {
    max-width: 50px;
  }
}
.shake2 {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.shake1 {
  -webkit-animation-name: wobble_new;
  animation-name: wobble_new;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
@-webkit-keyframes wobble_new {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-18%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-18%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-12%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-12%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble_new {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-18%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-18%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(15%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-12%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-12%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(6%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.form_block.form_box {
  margin: 50px auto 30px;
  max-width: 768px;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.form_box {
  width: 100%;
  max-width: 480px;
  margin: 25px auto;
  text-align: left;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.form_box h2 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 7px;
  font-weight: 700;
  color: #166dcf;
}
#design-sub_form .form-control {
  /* border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #badbff;
  font-size: 14px;
  padding-bottom: 0;
  outline: none; */
}
#design-sub_form .form-control:focus {
  outline: none;
  box-shadow: none;
}
#design-sub_form .form-group {
  margin-bottom: 20px;
}
#design-sub_form .custom-file-label {
  border-width: 0 0 1px 0;
  border-color: #badbff;
  background-color: #badbff;
}

#design-sub_form .custom-file-label::after {
  background-color: #166dcf;
  color: #fff;
}
#design-sub_form input.btn.btn-submit {
  /* background-color: #166dcf;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 8px 0; */
}
#design-sub_form input.btn.btn-submit:focus {
  outline: none;
  box-shadow: none;
}

/*  */
/* #register-sub_form .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #badbff;
  font-size: 14px;
  padding-bottom: 0;
  outline: none;
}
#register-sub_form .form-control:focus {
  outline: none;
  box-shadow: none;
}
#register-sub_form .form-group {
  margin-bottom: 20px;
}
#register-sub_form .custom-file-label {
  border-width: 0 0 1px 0;
  border-color: #badbff;
  background-color: #badbff;
}

#register-sub_form .custom-file-label::after {
  background-color: #166dcf;
  color: #fff;
} */
#register-sub_form input.btn.btn-submit {
  /* background-color: #166dcf;
  color: #fff;
  width: 100%;
  margin-top: 10px;
  padding: 8px 0; */
}
/* #register-sub_form input.btn.btn-submit:focus {
  outline: none;
  box-shadow: none;
} */
h3.last_date {
  font-size: 24px;
  text-align: center;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 3px 3px rgb(75 69 69 / 41%);
}
.banner.submit_content .banner_image {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
}
.banner.submit_content::after {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000002b;
  content: "";
  top: 0;
  z-index: 0;
}

/* RESPONSIVE VIEW */
@media screen and (max-width: 1200px) {
  nav.side_menu ul li {
    padding: 3px 4px;
    font-size: 12px;
    max-width: 80px;
  }
  nav.side_menu {
    right: 2px;
  }
}
@media screen and (max-width: 992px) {
  nav.side_menu {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    margin: auto;
    transform: translateY(0%);
    background-color: #0000006c;
    padding: 10px 0;
  }
  nav.side_menu.menu_on ul {
    display: flex;
    justify-content: space-around;
  }
  nav.side_menu ul li {
    max-width: none;
    margin: 0;
    padding: 5px 15px;
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
  .section_two_content,
  .sec-gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  h1.header_text {
    font-size: 24px;
  }
  p.sub-header {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.2;
    margin-top: 10px;
  }
  p.n-text {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
  }
  .bottom_content {
    padding: 6 0px 85px 0;
  }
  .header2 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .header2 p {
    font-size: 24px;
  }
  .section_five .bottom_content {
    padding-top: 20px;
  }
  .process_list {
    font-size: 20px;
  }
  .process_list span {
    font-size: 16px;
  }
  .scner_box {
    margin-bottom: 40px;
  }
  .lotus_big {
    width: 200px;
  }
  .lotus_small {
    width: 120px;
  }
}
@media screen and (max-width: 840px) {
  .banner_text h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .session-img {
    width: 50%;
    margin: auto;
  }
  .banner_text .subhead {
    font-size: 24px;
  }
  p.sub-header {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    margin-top: 0px;
  }
  p.n-text {
    font-size: 16px;
  }
  .body_image {
    background-size: cover;
  }
  .spiner_box img {
    width: 200px;
  }
  .spiner_content::after,
  .spiner_box.spiner-tow::after {
    display: none;
  }
  .spiner_box.spiner-tow img {
    width: 100px;
  }
  .spiner_box.spiner-tow {
    top: -30px;
  }
  .spiner_box.spiner-three img {
    width: 150px;
  }
  .spiner_box.spiner-three {
    top: -45px;
  }
  .header2 h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .header2 p {
    font-size: 18px;
  }
  .category_box h3 {
    max-width: 206px;
    height: 46px;
    font-size: 22px;
  }
  .category_box p {
    font-size: 20px;
  }
  .rewardboxwrap h5 {
    font-size: 24px;
  }
  .rewardboxwrap h5 {
    font-size: 24px;
  }
  .rewardbox {
    height: 58px;
    background-size: contain;
    background-position: center;
  }
  .rewardbox span {
    font-size: 24px;
    line-height: 2;
  }
  .rewardboxwrap {
    max-width: 240px;
    min-width: 240px;
    /* margin-top: 30px; */
  }
  p.winnerline {
    font-size: 22px;
    padding-top: 30px;
    line-height: 1.2;
  }
  .complimentry p {
    font-size: 20px;
    margin-top: 0;
  }
  .winer_text h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .winer_text p {
    font-size: 20px;
  }
  .timeline_left h5,
  .timeline_right h5 {
    font-size: 18px;
    min-height: 44px;
  }
  .timelinebox span:last-child {
    font-size: 16px;
  }
  span.dual_date.dual_line {
    font-size: 18px;
    line-height: 1.2;
  }
  .judge_box h4 {
    font-size: 18px;
  }
  .judge_box span {
    font-size: 16px;
  }
  .process_list {
    font-size: 16px;
  }
  .process_list span {
    font-size: 14px;
  }
  td {
    vertical-align: middle;
  }
  .process_img img {
    width: 55px;
    margin-top: 0;
  }
  .process_list {
    font-size: 16px;
    height: auto;
    margin-top: 0;
  }
  img.right_process {
    margin-left: 14px;
  }
  .process_img {
    display: flex;
    justify-content: center;
  }
  .process_img img {
    width: 55px;
  }
  .process_img img {
    margin-top: -7px;
  }

  .wave,
  .wave:nth-of-type(2) {
    animation: none;
    width: 100%;
    height: 60px;
    background-size: contain;
    top: -60px;
  }

  .bottom_content {
    padding: 40px;
  }
  .bottom_content .about_center {
    width: 5%;
  }
  .header2 p {
    font-size: 16px;
    /* min-height: 42px; */
    margin-bottom: 10px;
  }

  img.trident {
    animation: none;
    opacity: 1;
  }

  img.trident {
    animation-name: fadeInBottom;
    opacity: 1;
  }
  @keyframes fadeInBottom {
    from {
      opacity: 1;
      transform: translateY(0%);
    }
    to {
      opacity: 1;
    }
  }
  .text_content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  img.banner_logo {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .banner_text {
    padding-top: 0;
  }
  .termsline {
    padding-left: 23px;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1;
  }
  .concept_box ul li {
    font-size: 15px;
    /* max-width: 170px; */
  }
  .bottom_content {
    padding-bottom: 0px;
  }
  .section_two_content,
  .sec-gap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .termsline::after {
    top: 2px;
  }
}
@media screen and (max-width: 520px) {
  .concept_box ul li {
    font-size: 14px;
    /* max-width: 139px; */
  }
  .termsline {
    padding-left: 30px;
  }

  .judge_img {
    width: 72px;
    height: 72px;
  }

  .banner_text h1 {
    font-size: 24px;
  }
  .banner_text .subhead {
    font-size: 16px;
  }
  .lotus_big {
    bottom: -45px;
    left: -45px;
    width: 120px;
  }
  .wave,
  .wave:nth-of-type(2) {
    top: -46px;
  }
  .bottom_content {
    padding: 20px 20px !important;
  }
  .header2 h2 {
    font-size: 20px;
  }
  .header2 p {
    font-size: 14px;
    min-height: 60px;
  }
  .section_five .bottom_content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
  .scner_box h3 {
    font-size: 14px;
  }
  a.link_text {
    font-size: 12px;
  }
  .process_list p {
    font-size: 14px;
  }
  img.w-100.banner_image {
    width: 100% !important;
    object-fit: cover;
    height: auto;
    max-width: none;
    margin: auto;
  }
}
@media screen and (max-width: 420px) {
  button#home-tab,
  button#profile-tab {
    padding: 5px;
  }
  img.banner_logo {
    width: 172px;
  }
  h1.header_text {
    font-size: 24px;
  }
  p.sub-header {
    font-size: 16px;
  }
  p.n-text {
    font-size: 14px;
  }
  .text_content {
    padding: 0 20px;
  }
  .lotus_small {
    width: 90px;
  }
  .header2 h2 {
    font-size: 18px;
  }
  p.winnerline br {
    display: none;
  }
  p.winnerline,
  .complimentry p {
    font-size: 20px;
    padding-top: 20px;
  }
}

.navbar {
  /* background-color: red; */
  display: flex;
  justify-content: space-between;
  padding: 10px 60px;
  background: #fff;
}
.navbar .season-logo {
  /* display: inline-block; */
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
}
.navbar .company-logo {
  /* display: inline-block; */
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  filter: opacity(0.8);
}
.left-element {
  position: fixed;
  left: -500px;
  top: calc(50% - 350px);
  animation: rotate 30s linear infinite;
  z-index: 9;
  width: 100%;
  max-width: 750px;
}
.right-element {
  position: fixed;
  top: calc(50% - 350px);
  right: -500px;
  animation: rotate2 30s linear infinite;
  z-index: 9;
  width: 100%;
  max-width: 750px;
}
@media only screen and (max-width: 510px) {
  .left-element {
    left: -320px;
    top: calc(50% - 250px);
  }
  .right-element {
    right: -320px;
    top: calc(50% - 250px);
  }
}
@media only screen and (min-width: 510px) and (max-width: 992px) {
  .left-element {
    left: -620px;
  }
  .right-element {
    right: -620px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.leaderboard {
  position: relative;
  padding: 50px 20px;
}
.leaderboard-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* row-gap: 50px; */
  padding: 50px 0 0 0;
  position: relative;
  z-index: 1060;
}

.leaderboard-card {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.region-text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-family: "Libertinus Sans", sans-serif;
}
.entries {
  font-size: 80px;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 700;
}
.right-bottom {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.left-bottom {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.right-top {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.left-top {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 510px) {
  .leaderboard {
    position: relative;
    z-index: 1060;
  }
  .leaderboard-card-wrapper {
    /* grid-template-columns: repeat(1, 1fr); */
    padding: 20px 0 0 0;
  }
  .leaderboard-card:nth-last-child {
    border-bottom: none;
  }
  .leaderboard-card {
    gap: 8px;
  }
  .leaderboard-vr {
    width: 100%;
    max-width: 7px;
  }
  /* .right-bottom, .left-bottom, .right-top, .left-top{
    border-right: none;
    border-left: none;
  }
  .right-top{
    border-top: none;
  } */
  .region-logo {
    width: 100%;
    max-width: 45px;
    height: auto;
    object-fit: cover;
  }
  .entries {
    font-size: 40px;
  }
}
@media only screen and (min-width: 510px) and (max-width: 992px) {
  .entries {
    font-size: 70px;
  }
}
.sharod-utkrishto {
  width: 100%;
  max-width: 800px;
}
@media only screen and (max-width: 510px) {
  .sharod-utkrishto {
    max-width: 100%;
    padding: 0 50px;
  }
  .banner-temple {
    max-width: 100%;
    padding: 0 75px;
  }
}

.banner-temple {
  width: 100%;
  max-width: 800px;
}
.e4m-logo {
  position: absolute;
  top: 91px;
  left: 60px;
  z-index: 1050;
}
.e4m-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 510px) {
  .e4m-logo img {
    max-width: 100px;
  }
  .navbar {
    padding: 5px;
  }
  .navbar .season-logo {
    max-width: 200px;
  }
  .navbar .company-logo {
    max-width: 100px;
  }
  .e4m-logo {
    top: 54px;
    left: 10px;
  }
}
@media only screen and (min-width: 510px) and (max-width: 992px) {
  .sharod-utkrishto {
    max-width: 100%;
    padding: 50px 70px 0;
  }
  .banner-temple {
    max-width: 100%;
    padding: 0 70px;
  }
  .e4m-logo img {
    max-width: 150px;
  }
}
.region-para {
  font-size: 26px;
  font-weight: 600;
  font-family: "Libertinus Sans", sans-serif;
  letter-spacing: 2px;
  /* position: relative; */
  text-align: center;
}
.region-para::before {
  position: absolute;
  top: 17px;
  left: -65px;
  content: "";
  height: 2px;
  width: 60px;
  background: linear-gradient(to right, white, black);
}
.region-para::after {
  position: absolute;
  top: 17px;
  right: -65px;
  content: "";
  height: 2px;
  width: 60px;
  background: linear-gradient(to left, white, black);
}
.region-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.banner-submit {
  font-size: 30px;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 600;
  padding: 20px 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.banner-prize {
  font-size: 40px;
  color: #fff;
  background-color: #156dcf;
  display: inline-block;
  font-weight: 600;
  font-family: "Libertinus Sans", sans-serif;
  padding: 3px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 auto;
}
.banner-prize::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 510px) {
  .region-para {
    font-size: 14px;
  }
  .region-para::before {
    height: 1px;
    width: 40px;
    left: -45px;
    top: 10px;
  }
  .region-para::after {
    height: 1px;
    width: 40px;
    right: -45px;
    top: 10px;
  }
  .region-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 70%;
    margin: 0 auto;
  }
  .region-card-wrapper .d-flex img {
    width: 100%;
    max-width: 60px;
  }
  .region-text {
    font-size: 16px;
  }
  .banner-submit {
    font-size: 18px;
  }
  .banner-prize {
    font-size: 22px;
  }
  .about_left,
  .about_right {
    width: 100% !important;
  }
}
.single-timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}
.calander-icon {
  background-color: #3c8b11;
  width: 60px;
  height: auto;
  border-radius: 50px;
  border: 3px solid #7dc555;
}
.calander-icon img {
  padding: 12px;
}
.single-timeline .elipse {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 3px solid #7dc555;
  padding: 5px 16px 5px 8px;
  border-radius: 50px;
}
.single-timeline .elipse p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}
.single-timeline .elipse p span {
  color: #3c8b11;
}
.timeline-title {
  font-size: 18px;
  font-family: "Libertinus Sans", sans-serif;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 3px;
}
.timeline-title p {
  margin-bottom: 0;
}

.single-process-left {
  background: linear-gradient(to left, #efe2d0, #ffffff00);
  width: 100%;
  max-width: 600px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top: 2px dashed #2768aa;
  border-bottom: 2px dashed #2768aa;
  margin: 20px 0;
  margin-right: 500px;
}
.single-process-right {
  background: linear-gradient(to right, #efe2d0, #ffffff00);
  width: 100%;
  max-width: 600px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top: 2px dashed #2768aa;
  border-bottom: 2px dashed #2768aa;
  margin: 20px 0;
  margin-left: 525px;
}
.single-process-left .inner-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  /* padding: 30px 0; */
}
.single-process-right .inner-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  /* padding: 30px 0; */
}
.inner-div p {
  margin-bottom: 0;
}
.inner-div .process-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.inner-div .process-number {
  border: 3px solid #2768aa;
  background-color: #48260f;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  transition: all 0.3s ease-in-out;
  @media only screen and (max-width: 510px) {
    width: 60px;
    height: 60px;
  }
}
.inner-div:hover {
  .process-number {
    background-color: #2768aa;
    border-color: #48260f;
  }
}
.inner-div .process-number p {
  padding: 20px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.all-process {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 510px) {
  .single-process-left .inner-div {
    gap: 10px;
  }
  .single-process-right .inner-div {
    gap: 10px;
  }
  .all-process {
    padding: 0 20px;
    position: relative;
    z-index: 1060;
  }
  .single-process-left {
    margin-right: 0;
    margin: 10px 0;
  }
  .single-process-right {
    margin-left: 0;
    margin: 10px 0;
  }
  .process-name p {
    font-size: 15px;
  }
  .inner-div .process-number p {
    font-size: 30px;
  }
  .single-timeline .elipse p {
    font-size: 20px;
  }
  .timeline-title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
  }
  .all-criteria {
    padding: 0 10px;
    position: relative;
    z-index: 1060;
  }
}
@media only screen and (min-width: 510px) and (max-width: 992px) {
  .all-process {
    padding: 0 20px;
  }
  .single-process-left {
    margin-right: 150px;
  }
  .single-process-right {
    margin-left: 150px;
  }
  .process-name {
    width: 90%;
  }
  .process-name p {
    font-size: 20px;
  }
  .single-timeline .elipse p {
    font-size: 20px;
  }
  .timeline-title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
  }
  .all-criteria {
    padding: 0 10px;
  }
}
/* .all-criteria{
  display: flex;
  flex-direction: column;
  align-items: start;
} */
.judges-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.judges-card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 4px solid #7dc555;
  object-position: top;
}
.judges-card p {
  margin-bottom: 0;
  text-align: center;
}
.judge-name {
  font-size: 20px;
  font-weight: 700;
}
.judge-profession {
  font-weight: 600;
}
.gallery-22 {
  overflow-x: hidden;
  position: relative;
  z-index: 1060;
}
.gallery-22 .col-3,
.gallery-22 .col-4 {
  padding: 3px 3px;
  width: 100%;
  height: 250px;

  overflow: hidden;
}
.gallery-22 .col-3 a,
.gallery-22 .col-4 a {
  width: 100%;
}
.gallery-22 .col-3 a img,
.gallery-22 .col-4 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.utkarshabout_img img {
  width: 30%;
}
.terms-wrapper {
  margin-top: 30px;
  background: #4d8fda;
  border-radius: 20px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .terms-wrapper {
    margin: 30px 15px;
  }
}
@media (max-width: 768px) {
  .formError {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }
  .formError .formErrorContent {
    white-space: normal !important; /* allow text to wrap */
    text-align: center;
    max-width: 90vw; /* prevent breaking out of screen */
  }
}
.all-timeline,
.all-judges {
  position: relative;
  z-index: 1060;
}
@media only screen and (max-width: 510px) {
  p.n-text {
    font-size: 14px;
  }
  .all-timeline,
  .all-judges {
    position: relative;
    z-index: 1060;
  }
}
.more-judges {
  font-size: 24px;
  font-weight: 600;
  font-family: "Libertinus Sans", sans-serif;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 510px) {
  .more-judges {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-gap {
    gap: 20px;
  }
}
