.letter-space-n {
  letter-spacing: normal;
}
.wef-border {
  border: 2px solid #92D1FF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #92d1ff;
}
#nyn {
  position: relative;
  background-image: url(/content/dam/infosys-web/en/wef/2025/images/being-ai-first.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
}
.wef-nyn-head {
  font-family: sans-serif;
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
.wef-nyn-head span {
  display: block;
  font-weight: 300 !important;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.box-wrap {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.box-wrap::before {
  content: "";
  position: absolute;
  background-color: rgba(0,0,0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box-img {
  float: right;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  position: relative;
}
.box-wrap-cnt {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}
.box-caption {
  width: 80%;
  position: absolute;
}
.cap-top {
  left: 0px;
  top: 0px;
}
.cap-bottom {
  left: 0px;
  bottom: 0px;
}
.btn-reception {
  font-size: 14px;
  color: #000;
  border: 2px solid #92d1ff;
  background-color: #92d1ff;
  padding: 3px 7px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
.btn-reception:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}



/* Meet Your Hosts */
.laureates__listing {
  display: flex;
  margin-bottom: 0 !important;
}
.laureates__listing__block:nth-child(2), .laureates__listing__block:nth-child(4), .laureates__listing__block:nth-child(6) {
    margin-top: 20px;
}
.laureates__listing__block:nth-child(3) {
    margin-top: 50px;
}
.laureates__listing__block:hover .laureates__listing__block-content, .laureates__listing__block:focus .laureates__listing__block-content {
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  bottom: 0px;
  min-width: 100%;
}
.laureates__listing__block:hover .laureates__listing__block-content:before, .laureates__listing__block:focus .laureates__listing__block-content:before {
  display: block;
}
.laureates__listing__block-content:before {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 37, 61, 0)), color-stop(90%, #1f253d));
  background: -webkit-linear-gradient(top, rgba(31, 37, 61, 0) 0%, #1f253d 90%);
  background: -moz-linear-gradient(top, rgba(31, 37, 61, 0) 0%, #1f253d 90%);
  background: -o-linear-gradient(top, rgba(31, 37, 61, 0) 0%, #1f253d 90%);
  background: linear-gradient(180deg, rgba(31, 37, 61, 0) 0%, #1f253d 90%);
  bottom: 0;
  left: 0;
}
.laureates__listing__block:hover .laureates__listing__block-content .fs-6, .laureates__listing__block:hover .laureates__listing__block-content .display-3, .laureates__listing__block:hover .laureates__listing__block-content p, .laureates__listing__block:hover .laureates__listing__block-content hr {
  -webkit-transform: translateY(-1.5rem);
  -moz-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  -o-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}
.laureates__listing__block:hover, .laureates__listing__block:focus {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.laureates__listing__block:hover img, .laureates__listing__block:focus img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.bg-Darkblue {
  background-color: #382261;
}
/*.default_padding {
      padding: 9.4rem 0;
  }*/
.mb-5 {
  margin-bottom: 3rem !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.fs-2 {
  font-size: 3.4rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.laureates .link-view {
  color: #fff;
}
.link-view {
  font-size: 1.3rem;
  color: #223247;
}
.text-decoration-none {
  text-decoration: none !important;
}
/* [class^="ip-"], [class*=" ip-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
.laureates .link-view {
  color: #fff;
}
.pt-0 {
  padding-top: 0 !important;
}
.p20 {
  padding: 20px;
}
.mt-0 {
  margin-top: 0 !important;
}
.d-flex {
  display: flex !important;
}
.laureates__listing__block {
  height: 27rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
}
.text-center {
  text-align: center !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
img, svg {
  vertical-align: middle;
}
/* 
  .img-fluid {
      max-width: 100%;
      height: auto;
  } */
.laureates__listing__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-filter: none;
  filter: none;
  transition: all 0.5s ease;
}
.laureates__listing__block-content .fs-6 {
  color: #fff;
  font-weight: 400;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.fs-6 {
  font-size: 17px !important;
}
.laureates__listing__block-content {
  position: absolute;
  padding: 20px;
  width: 100%;
  height: auto;
  bottom: -700px;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  min-width: 25rem;
}
.laureates__listing__block-content hr {
  background-color: #EFEEF3;
  width: 2.6rem;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.display-3 {
  font-size: 2rem !important;
}
.laureates__listing__block-content .display-3 {
  font-size: 26px !important;
  color: #fff;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-weight: bold;
}
.laureates__listing__block-content p {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-bottom: 0;
}

#sustainable-presence {
  position: relative;
  background-image: url("/content/dam/infosys-web/en/wef/2025/images/carbon-neutral.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.sustainable-bg {
  background: rgba(47, 17, 19, 0.7);
  margin-top: 200px;
  padding: 30px;
}
.sustainable-logo {
  width: 200px;
  position: absolute;
  left: 60%;
  top: -30px;
}

#highlight {
  position: relative;
  background-image: url(/content/dam/infosys-web/en/wef/2024/highlight-davos.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  align-items: center;
  height: 100vh;
}

.years a {
  font-size: 54px;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  margin-left: 20px;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-thickness: 5px;
  text-decoration-color: #fff;
}
.years a:hover {
  color: #BEE3FF;
  text-decoration-color: #BEE3FF;
}


@media screen and (max-width: 1024px) {
.laureates__listing {
  display: block;
}
.laureates__listing__block {
  float: left;
  width: 45%;
  height: auto;
  display: block;
  margin: 0 10px;
  margin-bottom: 30px;
}
.laureates__listing__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0, 0.4);
}
.laureates__listing__block-content {
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  bottom: 0px;
  min-width: 100%;
}
.laureates__listing__block:nth-child(2), .laureates__listing__block:nth-child(4), .laureates__listing__block:nth-child(6) {
  margin-top: 0px;
}
.laureates__listing__block:nth-child(3) {
  margin-top: 0px;
}
#nyn {
  height: auto;
}
}


@media screen and (max-width: 768px) {

#highlight {
  height: auto;
}
}


@media screen and (max-width: 767px) {
.box-caption {
  width: 100%;
}
.laureates__listing__block {
  width: 100%;
  margin: 0px;
  margin-bottom: 30px;
}
.sustainable-logo {
  right: unset;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
}
.years a {
  font-size: 40px;
}

}
