@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/content/dam/infosys-web/en/fonts/bootstrap-icons.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/bootstrap-icons.woff") format("woff");
}

body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  transition: none !important;
  overflow-x: clip;
}
/* a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
} */
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/*--------------------------------------------------------------
# Fontweight
--------------------------------------------------------------*/
.fontweight300 {
  font-weight: 300 !important;
}
.fontweight400 {
  font-weight: 400 !important;
}
.fontweight600 {
  font-weight: 600 !important;
}
.fontweight900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.color-white {
  color: #ffffff !important;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0271b1 !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #ca4d37 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #ab6604 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00866a !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #8e2d8d !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}
/*--------------------------------------------------------------
# WOW Text Animation CSS 
--------------------------------------------------------------*/
.wow-text {
  opacity: 0;
  /* transform: translateY(20px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  /* font-size: 2rem;
  text-align: center;
  margin: 100px 0; */
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.wow-text.animatedBlock {
  opacity: 1;
  transform: translateY(0);
}

.fadeDown.animatedBlock {
  -webkit-animation: fadeDown 1s forwards;
  animation: fadeDown 1s forwards;
}
.fadeUp.animatedBlock {
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
}
.fadeLeft.animatedBlock {
  -webkit-animation: fadeLeft 1s forwards;
  animation: fadeLeft 1s forwards;
}
.fadeRight.animatedBlock {
  -webkit-animation: fadeRight 1s forwards;
  animation: fadeRight 1s forwards;
}

.scroll-container {
  width: 26px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 15px;
  position: absolute;
  margin: 0 auto;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 1;
}
.scroller {
  width: 16px;
  border-radius: 8px;
  background-color: #e55566;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}
@keyframes scroller {
  0% {
    bottom: 34px;
  }
  5% {
    top: 4px;
  }
  32% {
    bottom: 4px;
  }
  66% {
    top: 34px;
    bottom: 4px;
  }
  100% {
    top: 4px;
    bottom: 34px;
  }
}
.scroll-down-text {
  display: inline-block;
}
.scroll-down-text span {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #eee;
}
.clearfix.animatedBlock-sm {
  display: none;
}
.pull-right.pull-left-xs {
  float: right;
}
ul.list-inline.footer-txt {
  display: flex;
  align-items: end;
}
ul.list-inline.footer-txt > li:not(:first-child) {
  margin-left: 10px;
}
/* .image-wrapper {
  position: relative;
  overflow: hidden;
}
.image-wrapper img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.swiper-slide:hover .image-wrapper img {
  transform: scale(1.1);
} */
/* header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
} */
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}
/* ---------------------- 
# Hero Banner CSS
---------------------------*/
#hero-banner {
  height: 100vh;
  position: relative;
}
.hero-banner-carousel {
  height: 100%;
}
.hero-align-cnt {
  position: relative;
  min-height: calc(100vh - 60px);
}
.hero-align-cnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.hero-fit {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* object-position: right top; */
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #fff;
}
#navbarCollapse .nav-item .nav-link {
  border-bottom: 1px solid transparent;
}
#navbarCollapse .nav-item.active .nav-link {
  color: #0b7cc0 !important;
  border-bottom: 1px solid #0b7cc0 !important;
  font-weight: 500;
}
#navbarCollapse .nav-item:hover .nav-link {
  color: #0b7cc0 !important;
  border-bottom: 1px solid #0b7cc0 !important;
  font-weight: 500;
}

#header-sec nav.navbar {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.hero-head {
  font-size: 104px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
ul.solutions-list li img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.hero-para {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.owl-item {
  overflow: hidden;
}
.slide-image {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto !important;
  object-fit: cover;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots {
  bottom: 25px;
  position: absolute;
  width: 100%;
  text-align: center;
}
/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 16px;
  margin: 0 16px;
  position: relative;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  box-shadow: 0 0 0 2px white inset;
  overflow: hidden;
  transition: background 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: medium none;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
  height: 100%;
}
.owl-theme .owl-dots .owl-dot span::after {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 1px #fff;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: height 0.3s ease 0s;
  width: 100%;
  border-radius: 50%;
}
/* End */
.owl-prev,
.owl-next {
  background-repeat: no-repeat;
  width: 31px;
  height: 56px;
  text-indent: -9999px;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: #fff;
}
.owl-next {
  right: 0;
}

.sec2-hash {
  font-size: 150px;
  line-height: 0.7;
  font-weight: 600;
}
.sec2-head {
  font-size: 70px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
  margin: 0;
}
.sec2-head span:nth-child(2) {
  font-weight: 700;
  font-size: 80px;
}
.cta-link {
  color: #000;
  border: 2px solid #000;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 25px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
  border-radius: 50px;
}
.cta-blue {
  color: #fff;
  border: 2px solid #0b7cc0;
  background-color: #0b7cc0;
  border-radius: 10px;
}
.cta-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.cta-blue::before {
  background-color: transparent;
}
.cta-link:hover,
.cta-link:focus {
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.cta-blue:hover,
.cta-blue:focus {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}
.cta-link:hover:before {
  height: 1000%;
}
.h2-head {
  font-size: 80px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin: 0;
}
.h3-head {
  font-size: 50px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin: 0;
}
.para-text {
  font-size: 20px;
  font-weight: 500;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 100;
}
.sec3 {
  /* background-image: url("/content/dam/infosys-web/en/infy-global-hackthon/slide2-bg.jpg"); */
  background-image: linear-gradient(
    to right,
    #f4f5f9,
    #eef0f4,
    #e9eaef,
    #e3e5ea,
    #dde0e5
  );
  background-size: cover;
  background-position: center center;
}
.hackathon-rounds-swiper .swiper-slide {
  /* background-color: #d7e7fb; */
  background-image: url("/content/dam/infosys-web/en/infy-global-hackthon/slide1-bg.jpg");
  background-size: cover;

  display: flex;
  height: 100%;
  /* align-items: center; */
  /* justify-content: space-between; */
  border-radius: 30px;
  padding: 50px;
  gap: 30px;
}

.swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  gap: 5px;
}
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-button-prev {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #2f1113;
  /* border: 1px solid #000000; */
  border-radius: 50%;
  font-size: 21px;
  line-height: 1;
  color: #fff;
  pointer-events: all;
  margin: 0;
  /* transform: rotate(-90deg); */
}
.swiper-nav .swiper-button-prev {
  position: absolute;
  left: -30px;
}
.swiper-nav .swiper-button-next {
  position: absolute;
  right: -875px;
}

.sec3-cnt-wrap {
  flex: 0.4;
  color: #000;
}
.sec3-img-wrap {
  flex: 0.6;
}
.sec3-img-wrap img {
  border-radius: 18px;
}
.img-wrap video {
  border-radius: 18px;
}
#navbarCollapse .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 500;
  /* transition: all 0.2s ease-in; */
  display: inline-block;
}
/* .swiper-pagination {
  display: flex;
  justify-content: center;
} */
.sec3 .swiper-pagination {
  top: -90px;
  text-align: left;
  left: 110px;
  /* padding-right: 50px; */
  width: auto;
  /* display: inline-block; */
}
.sec3 .swiper-pagination span {
  width: auto;
  border-radius: 50px;
  border: 2px solid #000;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  padding: 10px 20px 28px;
  position: relative;
  opacity: 1;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
}
.sec3 .swiper-pagination span:first-child {
  margin-right: 10px;
}
#hackathon-rounds .swiper-pagination-bullet-active {
  background: #000 !important;
  color: #fff !important;
}
.sec3-icon {
  font-family: "Bootstrap-icons";
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
p.sec3-para-item img {
  width: 20px;
  margin-top: 8px;
  margin-right: 10px;
}
.sec3-para-item {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(27, 156, 238, 0.4);
}
.sec3-para-item:last-child {
  border-bottom: none;
  padding-top: 0;
}
.para-sub-item {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.para-sub-item::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(27, 156, 238, 0.4);
  right: 0;
  top: 0;
}
.para-sub-item:last-child:after {
  width: 0;
  height: 0;
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  width: 100%;
}
.grid-wrap {
  display: grid;
  width: 100%;
  height: 100%;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-item-1 {
  grid-column-start: span 2;
  grid-row-start: span 3;
}
.grid-item-2 {
  grid-row-start: span 4;
}
.grid-item-3 {
  grid-row-start: span 3;
}
.grid-item-4 {
  grid-row-start: span 3;
}
.grid-item-5 {
  grid-row-start: span 2;
}
.grid-wrap .grid-cnt-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}
.grid-wrap .grid-cnt-wrap:after {
  content: "";
  /* background: rgba(0, 0, 0, 0)
    linear-gradient(
      0deg,
      #000 0,
      rgba(0, 0, 0, 0.2) 60%,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 92%,
      rgba(0, 0, 0, 0) 100%
    )
    repeat scroll 0 0; */
  background: rgba(0, 0, 0, 0)
    linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* transform: translateY(0%); */
  /* transition: all 0.5s ease 0s; */
}
/* .grid-wrap .cnt-wrap {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 15px 20px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1;
} */
#evalution .criteria-img {
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
}
/* .criteria-wrap {
} */
.criteria-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #d7e7fb;
  padding: 20px;
  border-radius: 18px;
  height: 100%;
}
.criteria-item {
  position: relative;
  margin-bottom: 8px;
  padding: 8px 0 8px 40px;
  border-bottom: 1px solid rgba(121, 200, 246, 0.4);
}
.criteria-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.criteria-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  background-image: url("/content/dam/infosys-web/en/thrive-at-infosys/check.png");
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
}
.grid-title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  color: #000;
  font-size: 30px;
  margin: 0;
}
.grid-desc {
  color: #000;
  line-height: 1.2;
}
/* figure:hover:after {
  background: rgba(0, 0, 0, 0)
    linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
  transform: translateY(0);
} */
/* .grid-wrap figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
} */
/* .grid-wrap figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */
.solutions-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  /* max-width: calc(25% - 20px); */
  /* flex-wrap: wrap; */
  /* margin-right: 40px; */
}
#evalution .solutions-list li {
  border: 1px solid rgb(197 197 197 / 50%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
}
/* .solutions-list li::after {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  height: 100%;
} */
.solutions-list li:last-child:after {
  width: 0;
  height: 0;
}
.border-rght {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.solutions-list li {
  font-size: 20px;
  padding: 0px 15px;
  margin-right: 15px;
  font-weight: 400;
  position: relative;
  flex: 1;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
}
/* .solutions-list li:last-child {
  border-bottom: none;
} */
.explore-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.explore-list li {
  position: relative;
  /* margin-right: 20px; */
  /* padding-right: 20px; */
  font-size: 21px;
  font-weight: 400;
}
.sec4 .explore-list li {
  flex: 1;
}
.explore-list li::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
  right: 25px;
  top: 0;
}
.explore-list li:last-child:after {
  width: 0;
  height: 0;
}
.code-to-win-prizes {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  /* position: relative; */
}
.sec6 {
  /* background-color: beige; */
  /* background-image: url("/content/dam/infosys-web/en/infy-global-hackthon/slide1-bg.jpg"); */
  /* background-size: cover; */
  /* background-position: center center; */
  background-image: linear-gradient(
    to right,
    #f4f5f9,
    #eef0f4,
    #e9eaef,
    #e3e5ea,
    #dde0e5
  );
}
.prizes-item {
  font-size: 65px;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  color: #fff;
  font-weight: 600;
  flex: 0.3;
  position: relative;
  /* list-style-type: none; */
  /* display: inline-flex; */
  /* background: #ffffff; */
  /* border-radius: 15px; */
  /* width: 33.3%; */
  /* padding: 50px; */
  /* position: relative; */
  /* align-items: center; */
  /* justify-content: flex-end; */
  /* opacity: 0; */
  /* transform: translateY(50px); */
}
.prizes-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.prizes-item:last-child::after {
  width: 0;
  height: 0;
}
/* .code-to-win-prizes li img {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 180px;
} */

.code-to-win-prizes .prizes-item span {
  font-family: "bootstrap-icons";
  /* display: block; */
  font-size: 100px;
  font-weight: 500;
}

.sec6-bg {
  /* background-color: #3f3f3f !important; */
  border-radius: 100px;
  display: flex;
  padding: 40px 0;
  justify-content: center;
}
.sec5-prizes-bg {
  /* background-color: #3f3f3f !important; */
  background: #2a52be;
  padding: 60px 40px;
  border-radius: 100px;
}
.sec6 .explore-list li {
  margin-right: 20px;
  padding-right: 20px;
  color: #000;
}

.sec6 .explore-list li::after {
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
}
.sec6 .cta-link + .cta-link {
  margin-left: 15px;
}
.win-text {
  font-size: 150px;
}
.disclaimer-text {
  font-size: 16px;
}
.color-infyblue {
  color: #0b7cc0 !important;
}
.sec2-para-text {
  font-size: 22px;
}
#navbarCollapse .nav-item {
  margin: 0 12px;
}
#navbarCollapse .nav-item .nav-link {
  padding: 8px 0;
}
.prize-text {
  font-size: 14px;
  font-family: myriad-pro, Arial;
  text-transform: UPPERCASE;
  margin-bottom: -18px;
  padding-left: 100px;
  letter-spacing: 1px;
}
#navbar-sec .navbar-toggler {
  border: none;
}
#navbar-sec .navbar-toggler:focus {
  box-shadow: none;
}
#navbar-sec .navbar-toggler.custom-toggler .navbar-toggler-icon {
  background-image: none;
  width: 1.2em;
  height: 1.2em;
  position: relative;
}

#navbar-sec .navbar-toggler.custom-toggler .navbar-toggler-icon::before,
#navbar-sec .navbar-toggler.custom-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: black;
}

#navbar-sec .navbar-toggler.custom-toggler .navbar-toggler-icon::before {
  transform: rotate(45deg);
}

#navbar-sec .navbar-toggler.custom-toggler .navbar-toggler-icon::after {
  transform: rotate(-45deg);
}
.qr-code-img {
  max-width: 110px;
}
.register-btn {
  font-size: 18px;
  color: #e7670a !important;
}
#footer .clearfix.visible-sm {
  display: none;
}
/* FOOTER */
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  /* font-family: FontAwesome; */
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\F235";
}
.down-arrow:before {
  content: "\F229";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
  text-decoration: none;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .hero-head {
    font-size: 95px;
  }
  #hero-banner {
    height: 600px;
  }
  .sec3 .swiper-pagination {
    left: 40px;
  }
  .para-sub-item {
    padding-right: 10px;
    margin-right: 10px;
  }

  .sec3-cnt-wrap {
    flex: 0.5;
  }
  .sec3-img-wrap {
    flex: 0.5;
  }
  .hackathon-rounds-swiper .swiper-slide {
    min-height: 430px;
    height: 100%;
  }
  /* .solutions-list li {
    flex: unset;
  } */
  /* .solutions-list li::after {
    right: 24px;
  } */
  .prizes-item::after {
    right: -17px;
  }
  .sec6 .explore-list li {
    margin-right: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 992px) {
  /* ---------------------- 
# Hero Banner CSS Ipad (Portrait)
---------------------------*/
  /* .promotion-container {
    left: 50%;
    transform: translateX(-53%);
    right: unset;
    margin: 0;
  } */
  .sec3 .swiper-pagination {
    left: 30px;
  }
  .hackathon-rounds-swiper .swiper-slide {
    flex-direction: column;
  }
  .sec3 .swiper-pagination {
    bottom: unset;
    /* top: 260px; */
  }

  .sec6 .explore-list li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .hackathon-rounds-swiper .swiper-slide {
    min-height: 760px;
  }
  /* .solutions-list li {
    flex: 1;
    padding: 0 20px;
  } */
  /* .solutions-list li::after {
    right: 0px;
  } */
  .prizes-item {
    font-size: 50px;
  }
  .code-to-win-prizes .prizes-item span {
    font-size: 70px;
  }
  .prizes-item::after {
    right: -20px;
  }
  .prize-text {
    margin-bottom: -12px;
    padding-left: 70px;
  }
  /* .grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  } */
}
@media only screen and (max-width: 767px) {
  .cta-blue {
    font-size: 16px;
  }
  .grid-wrap {
    display: block;
  }
  .mt-0-xs,
  .my-0-xs {
    margin-top: 0 !important;
  }
  .mb-0-xs,
  .my-0-xs {
    margin-bottom: 0 !important;
  }
  .mt-10-xs,
  .my-10-xs {
    margin-top: 10px !important;
  }
  .mb-10-xs,
  .my-10-xs {
    margin-bottom: 10px !important;
  }
  .mt-20-xs,
  .my-20-xs {
    margin-top: 20px !important;
  }
  .mb-20-xs,
  .my-20-xs {
    margin-bottom: 20px !important;
  }
  .mt-30-xs,
  .my-30-xs {
    margin-top: 30px !important;
  }
  .mb-30-xs,
  .my-30-xs {
    margin-bottom: 30px !important;
  }
  .mt-40-xs,
  .my-40-xs {
    margin-top: 40px !important;
  }
  .mb-40-xs,
  .my-40-xs {
    margin-bottom: 40px !important;
  }
  .mt-50-xs,
  .my-50-xs {
    margin-top: 50px !important;
  }
  .mb-50-xs,
  .my-50-xs {
    margin-bottom: 50px !important;
  }
  .mt-75-xs,
  .my-75-xs {
    margin-top: 75px !important;
  }
  .mb-75-xs,
  .my-75-xs {
    margin-bottom: 75px !important;
  }
  .mt-100-xs,
  .my-100-xs {
    margin-top: 100px !important;
  }
  .mb-100-xs,
  .my-100-xs {
    margin-bottom: 100px !important;
  }
  .pt-75-xs,
  .py-75-xs {
    padding-top: 75px !important;
  }
  .pb-75-xs,
  .py-75-xs {
    padding-bottom: 75px !important;
  }
  .pt-100-xs,
  .py-100-xs {
    padding-top: 100px !important;
  }
  .pb-100-xs,
  .py-100-xs {
    padding-bottom: 100px !important;
  }
  .caption {
    position: absolute;
    -webkit-transform: translate(0px, -110%) !important;
    -moz-transform: translate(0px, -110%) !important;
    -ms-transform: translate(0px, -110%) !important;
    -o-transform: translate(0px, -110%) !important;
    transform: translate(0px, -110%) !important;
    width: auto;
    color: #fff;
  }
  .pt50.pb50,
  .ptb15 {
    padding-inline: 30px;
  }
  #hero-banner {
    height: 600px;
    background-image: linear-gradient(
      to right,
      #f4f5f9,
      #eef0f4,
      #e9eaef,
      #e3e5ea,
      #dde0e5
    );
  }
  .hero-fit {
    top: unset;
    bottom: 20px;
    height: auto;
  }
  /* -----------------------------------
# Hero Banner CSS Mobile (Landscape)
-------------------------------------*/
  /* .hero-align-cnt {
    padding-top: 120px;
  } */
  .hero-head {
    font-size: 50px;
  }
  .h2-head {
    font-size: 40px;
  }
  .sec3 .swiper-pagination {
    bottom: unset;
    top: -160px;
  }
  .sec3 .swiper-pagination {
    left: 10px;
  }
  .win-text {
    font-size: 80px;
  }
  .prizes-item {
    font-size: 30px;
  }
  .hackathon-rounds-swiper .swiper-slide {
    min-height: 600px;
  }
  .code-to-win-prizes .prizes-item span {
    font-size: 25px;
  }
  .prizes-item::after {
    right: -13px;
  }
  .solutions-list {
    display: block;
  }
  .solutions-list li {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .solutions-list li:last-child {
    margin-bottom: 0;
  }
  .prize-text {
    margin-bottom: 2px;
    padding-left: 25px;
  }

  .sec5-prizes-bg {
    padding: 30px 20px;
  }
  .h3-head {
    font-size: 34px;
  }
  .grid-title {
    font-size: 28px;
  }
  #evalution .criteria-img {
    height: auto;
  }
  .hackathon-rounds-swiper .swiper-slide {
    padding: 20px;
    gap: 10px;
  }
  .sec6-bg {
    border-radius: 20px;
  }
  .sec3 .swiper-pagination span {
    font-size: 15px;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
