@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");


/* Uncomment while going LIVE */
@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;
}

body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

a {
  outline: inherit !important;
}

a:focus {
  outline: 2px solid blue !important;
  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;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !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: #0f9ffa !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: #f16c51 !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: #df9926 !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: #00b28f !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: #963596 !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;
}


/* Custom  */
#main-cnt {
  background-color: #f1f1f1;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  height: auto;
  padding: 10px 0;
  z-index: 99;
  left: 0;
  width: 100%;
  transform: translateY(-100px);
  transition: all 0.5s ease;
  background-color: #f1f1f1;
}

header.fixedHeader {
  box-shadow: 0px 5px 10px 0px rgba(225, 225, 225, 0.5);
}

.navbar-toggle {
  margin: 0;
}

.navbar-toggle .icon-bar {
  width: 24px;
  height: 2px;
  background-color: #161e35;
  margin: 6px 0;
  transition: 0.4s;
}

.navbar {
  margin-bottom: 0;
  border: 0px;
}

.navbar-brand {
  padding: 10px;
}

.navbar-custom li {
  padding: 0 30px;
}

.navbar-custom li:last-child {
  padding: 0 0 0 30px;
}

.navbar-custom li a {
  font-family: myriad-pro, Arial;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #161e35;
  /* outline: inherit !important; */
  padding: 15px 0;
  position: relative;
}

.navbar-custom li a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #161e35;
  right: 0;
  bottom: 7px;
  transition: all 0.5s ease;
}

.navbar-custom li a:hover::after {
  width: 30px;
  transition: all 0.5s ease;
}

.navbar-custom>li>a:focus,
.navbar-custom>li>a:hover {
  background-color: transparent;
  border: 0px;
}

.infy-logo {
  width: 100px;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.slider,
#hero_slider {
  height: 100vh;
  position: relative;
}

#hero_slider .owl-carousel .owl-stage {
  background-color: #f1f1f1;
}

#hero_slider .item {
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
}

#hero_slider .portal-left,
#hero_slider .portal-right {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 9;
  transition: all 0.5s ease;
  transform: translateX(-150px);
}

#hero_slider .portal-right {
  left: unset;
  right: 0;
  transform: translateX(150px);
}

.portal-left img,
.portal-right img {
  width: 80px;
}

.caption {
  width: 100%;
  height: 100vh;
}

.d-flex-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-item {
  overflow: hidden;
}

.owl-carousel .owl-item .hwibannerLogo {
  position: relative;
}

.owl-carousel .owl-item .hwibannerLogo img {
  width: 115%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: translate(30px, 50px);
}

.owl-carousel .owl-item .banner-item-1 .hwibannerLogo img {
  position: relative;
  width: 115%;
  transform: translate(-30px, 50px);
}

.bannerheadh1 {
  color: #161e35;
  font-size: 42px;
  font-family: myriad-pro, Arial;
  font-weight: 700;
  line-height: 1;
  width: 200px;
  transform: translate(-70%, 5%);
  margin: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.banner-item-1 .bannerheadh1 {
  transform: translate(0, 60px);
  color: #017dc3;
  width: 300px;
  text-transform: uppercase;
}

.bannerheadh1 .word {
  transition: all 0.2s ease;
}

.bannerheadh1 span.date {
  color: #0b7cc0;
  transform: translateY(-10px);
  font-size: 22px;
  display: inline-block;
}

.banner_video {
  position: relative;
  width: 100%;
}

.preTextdesign {
  position: absolute;
  width: 269px;
  height: 58px;
  position: absolute;
  left: -130px;
  top: 70px;
  background: url(/content/dam/infosys-web/en/careers/hackwithinfy/2024/images/coding-text-page2.png) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 9;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}

.preTextdesignb3 {
  left: -30px;
  top: -20%;
}

.preTextdesign2 {
  content: '';
  width: 210px;
  height: 43px;
  background: url(/content/dam/infosys-web/en/careers/hackwithinfy/2024/images/coding-page3.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: -20%;
  z-index: 9;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s ease;
}


.banner-item-1 .preTextdesign {
  background: url(/content/dam/infosys-web/en/careers/hackwithinfy/2024/images/item-1-text-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 60%;
  height: 65px;
  top: -30%;
  left: 0;
}

.banner-item-1 .preTextdesign2 {
  background: url(/content/dam/infosys-web/en/careers/hackwithinfy/2024/images/item-1-text-2.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 90%;
  height: 135px;
  bottom: -65%;
  left: 0;
  right: unset;
}

.hwibannerLogo2 {
  position: relative;
}

.hwiban3 {
  padding: 25px;
}

.hwiban3 img {
  width: 100%;
}

.owl-carousel.owl-drag .owl-item.active {
  z-index: 99;
}

.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-theme .owl-dots {
  bottom: 30px;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/* Dots CSS */
.owl-theme .owl-dots .owl-dot {
  cursor: pointer;
  height: 3px;
  margin: 0;
  position: relative;
  width: 100px;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  height: 100%;
  outline: medium none;
  position: relative;
  text-indent: -999em;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #161e35;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span::after {
  background-color: #161e35;
  transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot span::after {
  background: transparent;
  bottom: 0;
  box-shadow: none;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #161e35;
  transition: all 0.5s ease;
}

/* 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;
}


/* Section 2  */
.ready-section {
  padding-top: 75px;
  padding-bottom: 310px;
  position: relative;
}

.headh2 {
  font-size: 95px;
  line-height: 0.8;
  margin: 0 0 20px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  position: relative;
  color: #ffffff;
}

.paraP {
  font-family: myriad-pro, Arial;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.paraP.bold {
  font-weight: 500;
}

.levelsMain {
  margin-top: 75px;
}

.levelsMain .row {
  display: flex;
  align-items: center;
}

.levelsNav ul {
  margin: 0;
  padding: 0 40px 0 15px;
  border-left: 1px solid #161e35;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.levels-inner {
  display: none;
}

.levelsNav ul li,
.levels-inner {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  text-align: left;
  opacity: 0.5;
  transition: all 0.5s ease;
  cursor: pointer;
}

.levelsNav ul li:hover {
  opacity: 1;
  transition: all 0.5s ease;
}

.levelsNav ul li.active {
  opacity: 1;
  transition: all 0.5s ease;
}

.selectorNav {
  height: 33.3%;
  width: 3px;
  background-color: #161e35;
  position: absolute;
  top: 0;
  left: -2px;
  transition: top 0.5s ease;
}

.levelsNav ul li h5,
.levels-inner h5 {
  font-size: 16px;
  font-weight: 600;
  color: #161e35 !important;
}

.levelsNav ul li h5 span,
.levels-inner h5 span {
  display: inline-block;
  border: 1px solid #0b7cc0;
  line-height: 1;
  padding: 2px 7px 4px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}

.levelsNav ul li.round2 h5 span,
.levels-inner.round2 h5 span {
  border: 1px solid #1dae8d;
}

.levelsNav ul li.round3 h5 span,
.levels-inner.round3 h5 span {
  border: 1px solid #de9d27;
}

.levelsNav ul .round1.active h5 span,
.levels-inner.round1 h5 span {
  background-color: #0b7cc0;
  color: #ffffff !important;
  transition: all 0.5s ease;
}

.levelsNav ul .round2.active h5 span,
.levels-inner.round2 h5 span {
  background-color: #1dae8d;
  color: #ffffff !important;
  transition: all 0.5s ease;
}

.levelsNav ul .round3.active h5 span,
.levels-inner.round3 h5 span {
  background-color: #de9d27;
  color: #ffffff !important;
  transition: all 0.5s ease;
}


.levelsNav ul li h3,
.levels-inner h3 {
  font-size: 38px;
  line-height: 0.8;
  margin: 15px 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}

.levelsNav ul li p,
.levels-inner p {
  color: #161e35 !important;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

.levelsNav ul li h4,
.levels-inner h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 15px 0 0;
}

.levelsNav ul li:last-child {
  margin: 0;
}

.video-section {
  margin-top: -250px;
  position: relative;
  z-index: 9;
}

.vvideo-border-r-15 {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 10px 15px 10px rgba(225, 225, 225, 0.5);
}

.video-section-2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f1f1f1;
}

.arrow-down-video {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #161e35;
  margin: auto;
}

.color-blue {
  color: #0a7dc0;
}

.color-hwi {
  color: #161e35;
}

.code-to-win {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  border-top: 1px solid #161e35;
  border-bottom: 1px solid #161e35;
}

.d-flex-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.code-to-win-prizes {
  margin: 120px 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;

}

.code-to-win-prizes li {
  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);
  transition: opacity 0.5s ease;
}

.code-to-win-prizes li .prize-money h3 {
  font-size: 65px;
  line-height: 0.9;
  margin: 0;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  color: #0b7cc0;
  font-weight: 600;
}

.code-to-win-prizes li .prize-money h3 span {
  display: block;
  font-size: 45px;
  font-weight: 500;
}

.code-to-win-prizes li img {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 180px;
}

.benifits {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #161e35;
}

.benifits-inner {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.benifits-inner li {
  list-style-type: none;
  display: inline-block;
  border-radius: 15px;
  width: 33.3%;
  min-height: 350px;
  padding: 10px;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease;
}

.benifits-innerinner {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.benifits-inner li img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.benifits-inner li:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.benifits-inner li h3 {
  font-size: 25px;
  line-height: 0.9;
  width: 50%;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  top: 30px;
  left: 30px;
}

.benifits-inner li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 100px 25px 25px;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  transform: translateY(130%);
  transition: all 0.5s ease;
}

.benifits-innerinner:hover p {
  transition: all 0.5s ease;
  transform: translateY(0%);
}

.bg_green {
  background-color: #1dae8d !important;
}

.text_green {
  color: #1dae8d !important;
}

.bg_blue {
  background-color: #0b7cc0 !important;
}

.text_blue {
  color: #0b7cc0 !important;
}

.bg_yellow {
  background-color: #de9d27 !important;
}

.text_yellow {
  color: #de9d27 !important;
}

.practice-arena {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #161e35;
}

.practice-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-hwi {
  outline: inherit;
  font-family: myriad-pro, Arial;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 65px;
  color: #161e35;
  border: 1px solid #161e35;
  border-radius: 10px;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  overflow: hidden;
}

.btn-hwi::before {
  content: '';
  width: 100%;
  height: 0%;
  background-color: #161e35;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease;
}

.btn-hwi:hover,
.btn-hwi:active,
.btn-hwi:focus {
  color: #161e35;
  text-decoration: none !important;
  outline: inherit;
}

.btn-hwi:hover::before {
  height: 100%;
  transition: all 0.5s ease;
}

.btn-hwi:hover {
  color: #ffffff;
  transition: all 0.5s ease;
}

.testimonials {
  position: relative;
  padding-top: 75px;
  padding-bottom: 0px;
  border-bottom: 1px solid #161e35;
}

.tmSlider {
  position: relative;
}

.tmSlider:before {
  content: "\201C";
  position: absolute;
  left: 9%;
  top: 17%;
  font-family: "tungstenw05-medium";
  font-size: 15em;
  font-weight: 700;
  color: #de9d27;
  line-height: 0;
}

.tmSlider:after {
  content: "\201D";
  position: absolute;
  right: 9%;
  bottom: 17%;
  font-family: "tungstenw05-medium";
  font-size: 15em;
  font-weight: 700;
  color: #de9d27;
  line-height: 0;
}

.tmSliderInner .tmContent {
  width: 75%;
  margin: 80px auto 0;
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.tmSliderInner .owl-item.active .tmContent {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease;
  transition-delay: 300ms;
}

/* 
.tmSliderInner.owl-carousel .owl-wrapper {
  display: table !important;
}

.tmSliderInner.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
} */

.tmSliderInner.owl-carousel .owl-stage {
  display: flex;
}

.tmSliderInner .item {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.tmSliderInner h4 {
  font-size: 26px;
  line-height: 1.2;
  color: #7f8180;
  font-weight: 500;
}

.tmSliderInner .tmProfile {
  width: 300px;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  gap: 20px;
  height: 150px;
  transform: translateY(100%);
  transition: all 0.5s ease;
}

.tmSliderInner .owl-item.active .tmProfile {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease;
  transition-delay: 700ms;
}

.tmSliderInner .tmProfile img {
  width: 150px;
}

.tmdetails {
  text-align: left;
}

.tmSliderInner .tmProfile h5 {
  font-size: 29px;
  font-weight: 600;
  line-height: 0.9;
  font-family: "tungstenw05-medium";
}

.tmSliderInner .tmProfile p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.tmSliderInner.owl-theme .owl-nav .owl-next,
.glSliderInner.owl-theme .owl-nav .owl-next,
.levelsimagesSlider.owl-theme .owl-nav .owl-next {
  background: url(/content/dam/infosys-web/en/careers/hackwithinfy/2024/images/right-arrow-hwi.png) no-repeat;
  background-size: contain;
  width: 35px;
  right: 0;
}

.tmSliderInner.owl-theme .owl-nav .owl-prev,
.glSliderInner.owl-theme .owl-nav .owl-prev,
.levelsimagesSlider.owl-theme .owl-nav .owl-prev {
  background: url(/content/dam/infosys-web/en/careers/hackwithinfy/2024/images/left-arrow-hwi.png) no-repeat;
  background-size: contain;
  width: 35px;
  left: 0;
}

.levelsimagesSlider.owl-theme .owl-nav .owl-prev,
.levelsimagesSlider.owl-theme .owl-nav .owl-next {
  top: unset !important;
  bottom: 10%;
}

/* glSlider */
.glSlider {
  padding: 0 50px;
  margin-top: 50px;
}

.glSliderInner.owl-theme .owl-nav .owl-next {
  right: -65px;
}

.glSliderInner.owl-theme .owl-nav .owl-prev {
  left: -65px;
}

.gallerySection {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

.glSliderInner .item {
  width: 100%;
  transform: scaleY(0.7);
  box-shadow: 0px 0px 5px 0px rgba(225, 225, 225, 0.5);
  border-radius: 15px;
  overflow: hidden;
  filter: blur(2px);
  transition: all 0.5s ease;
}

.glSliderInner .center .item {
  transform: scale(1);
  filter: blur(0px);
  transition: all 0.5s ease;
}

.glSliderInner .center {
  z-index: 99;
}

/* Animations  */
.splitting .word,
.splitting .char {
  display: inline-block;
}

.textani1 {
  opacity: 0.1;
  transform: translateY(40px);
  transition: all 0.5s ease;
}

.splitAnimate .word {
  transition: all 0.5s ease;
}

.blockAnimation {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
}



.banner_video {
  transform: scale(0);
  opacity: 0;
  transition: all 1s ease;
}

.banner_video.animate {
  transform: scale(1);
  transition: all 0.5s ease;
}

.hwibannerLogo2 img,
.hwibannerLogo img {
  opacity: 0;
  transition: all 0.5s ease;
}

.hwibannerLogo2 img {
  transform: translateY(50px);
}

.banner-item-1 .hwibannerImage img {
  width: 95%;
}

.hwiban3,
.hwibannerImage img {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.hwibannerImage img.animate {
  transform: scale(1);
  transition: all 1.2s ease;
}

.hwiban3.animate {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

.bg_mail_section {
  background-color: #0b7cc0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.email_usbtn {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.email_usbtn .headh2 {
  font-size: 60px;
  margin: 0;
}

.email_usbtn .btn-hwi {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.email_usbtn .btn-hwi:hover,
.email_usbtn .btn-hwi:active,
.email_usbtn .btn-hwi:focus {
  color: #161e35;
}

.email_usbtn .btn-hwi::before {
  background-color: #ffffff;
}


/* 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-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: "\f0d8";
}

.down-arrow:before {
  content: "\f0d7";
}

.select-country>a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}

.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) {
  .code-to-win-prizes li {
    padding: 40px 25px;
  }

  .code-to-win-prizes li .prize-money h3 {
    font-size: 55px;
  }

  .benifits-inner li p {
    padding: 15px;
    /* transform: translateY(0%); */
  }
}

@media only screen and (max-width: 992px) {
  .d-flex-banner {
    flex-direction: column;
  }

  .owl-carousel .owl-item .hwibannerLogo img,
  .owl-carousel .owl-item .banner-item-1 .hwibannerLogo img {
    width: 60%;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: translateX(0px);
  }

  .owl-carousel .owl-item .preTextdesign2 img {
    width: 60%;
    margin: auto;
  }

  .bannerheadh1 {
    width: 40%;
    transform: translateX(0%);
    text-align: center;
    margin: auto;
  }

  .banner-item-1 .bannerheadh1 {
    transform: translate(0, 10px);
  }

  #hero_slider .caption {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .preTextdesign2:before,
  .preTextdesign2:after {
    content: none;
  }

  .hwiban3Logos {
    padding: 0 80px;
  }


  .portal-left img,
  .portal-right img {
    width: 60px;
  }

  .hwibannerLogo2 {
    position: relative;
    width: 65%;
    margin: auto;
  }

  .preTextdesign {
    left: -70px;
  }

  .preTextdesignb3 {
    left: -100px;
    top: 20px;
  }

  .preTextdesign2 {
    right: -100px;
    bottom: 0;
  }

  .levelsNav ul {
    padding: 0 10px 0 15px;
  }

  .code-to-win-prizes li img {
    bottom: 20px;
    width: 130px;
  }

  .code-to-win-prizes li {
    padding: 25px;
  }

  .code-to-win-prizes li .prize-money h3 span {
    font-size: 28px;
  }

  .code-to-win-prizes li .prize-money h3 {
    font-size: 40px;
  }

  .benifits-inner li p {
    padding: 15px;
    /* transform: translateY(0%); */
  }

  .benifits-inner li {
    min-height: 280px;
  }

  .navbar-custom li {
    padding: 0 10px;
  }

  .navbar-custom li:last-child {
    padding: 0 0 0 10px;
  }
  .owl-theme .owl-dots .owl-dot  {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {



  /* Custom Code End  */

  .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;
  }

  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;
  }

  /* custom code  */
  .portal-left img,
  .portal-right img {
    width: 30px;
  }

  .bannerheadh1 {
    width: 70%;
    margin: 20px auto;
    font-size: 34px;
  }

  .banner-item-1 .bannerheadh1 {
    top: -40%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }

  .banner_video {
    padding: 0 30px;
  }

  .hwiban3 {
    padding: 10px;
  }

  .hwiban3Logos {
    padding: 0 40px;
  }

  .preTextdesign,
  .preTextdesign2,
  .preTextdesign3 {
    display: none;
  }

  .p-m-0 {
    padding: 0;
  }

  .headh2 {
    font-size: 64px;
  }

  .ready-section {
    padding-bottom: 150px;
  }

  .video-section {
    margin-top: -100px;
  }

  .mt-75 {
    margin-top: 55px !important;
  }

  .levelsMain .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .code-to-win-prizes {
    margin: 50px 0 0;
    gap: 5px;
  }

  .code-to-win-prizes li img {
    bottom: 13px;
    width: 60px;
    left: -10px;
  }

  .code-to-win-prizes li {
    padding: 10px 5px;
  }

  .code-to-win-prizes li .prize-money h3 span {
    font-size: 21px;
  }

  .code-to-win-prizes li .prize-money h3 {
    font-size: 28px;
  }

  .benifits-inner li {
    width: 50%;
    min-height: 200px;
    padding: 5px;
  }

  .benifits-inner li h3 {
    font-size: 18px;
    z-index: 1;
    top: 10px;
    left: 10px;
  }

  .benifits-inner li p {
    z-index: 2;
  }

  .tmSliderInner .tmContent {
    margin: 20px auto 0;
    width: 85%;
  }

  .tmSliderInner h4 {
    font-size: 18px;
  }

  .tmSlider:before {
    left: 0%;
    top: 10%;
    font-size: 9em;
  }

  .tmSlider:after {
    right: 0%;
    bottom: 20%;
    font-size: 9em;
  }

  .tmSliderInner .tmProfile p {
    font-size: 16px;
  }

  .tmSliderInner .tmProfile h5 {
    font-size: 21px;
  }

  .tmSliderInner .tmProfile img {
    width: 110px;
  }

  .tmSliderInner.owl-theme .owl-nav .owl-prev,
  .glSliderInner.owl-theme .owl-nav .owl-prev,
  .levelsimagesSlider.owl-theme .owl-nav .owl-prev {
    width: 25px;
    left: -15px;
  }

  .tmSliderInner.owl-theme .owl-nav .owl-next,
  .glSliderInner.owl-theme .owl-nav .owl-next,
  .levelsimagesSlider.owl-theme .owl-nav .owl-next {
    right: -15px;
    width: 25px;
  }

  .glSliderInner {
    padding: 0 20px;
  }

  .glSlider {
    padding: 0;
  }

  .practice-btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0 !important;
  }

  .levelsNav ul {
    display: none !important;
  }

  .levels-inner {
    display: block;
    text-align: center;
    padding: 20px 40px;
    opacity: 1;
  }

  .email_usbtn {
    flex-direction: column;
  }

  .navbar-custom li a:after {
    left: 0;
    right: unset;
  }

  #hero_slider .caption.d-flex-banner {
    display: block;
  }

  #hero_slider .caption.d-flex-banner>.container {
    height: 100%;
  }

  #hero_slider .caption.d-flex-banner>.container>.row.d-flex-banner {
    height: 100%;
    display: flex;
  }

  .hwibannerLogo2 {
    width: 75%;
  }
}

@media (max-width: 992px) and (orientation:landscape) {
  .d-flex-banner {
    flex-direction: row;
  }

  .bannerheadh1 {
    margin: 0;
    width: 100%;
    font-size: 28px;
  }

  .navbar-custom li {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 360px) {}