@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-display: block;
  font-family: "bootstrap-icons";
  src:
    url("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff")
      format("woff");
}
/* 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;
  overflow-x: hidden;
}
html.lock-scroll,
body.lock-scroll {
  overflow: hidden !important;
  height: 100%;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a {
  text-decoration: none;
}
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;
}
.pt50.pb50 {
  padding-block: 50px;
}
.ptb15 {
  padding-block: 15px;
}
.cta-btn {
  display: inline-block;
  background-color: #fff;
  padding: 5px 24px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !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;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/* -------------------------
# Font Weight CSS
-------------------------*/
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.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-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;
}
/* -------------------------
# WOW Text Animation CSS
-------------------------*/
.wow {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
.wow.animatedBlock {
  opacity: 1;
  transform: translateY(0);
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  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);
  }
}
.fadeInDown.animatedBlock {
  -webkit-animation: fadeInDown 1s forwards;
  animation: fadeInDown 1s forwards;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  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);
  }
}
.fadeInUp.animatedBlock {
  -webkit-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft.animatedBlock {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight.animatedBlock {
  -webkit-animation: fadeInRight 1s forwards;
  animation: fadeInRight 1s forwards;
}
/* ----------------------
# banner swiper CSS
---------------------------*/
#hero-banner .hero-banner-carousel .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
#hero-banner .hero-banner-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: transparent;
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 1);
}
#hero-banner .hero-banner-carousel .swiper-pagination-bullet-active {
  width: 12px;
  background: #fff;
  outline: none;
}
.hero-banner {
  height: 100vh;
  position: relative;
}
.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;
}
/* ----------------------
# fullpage Header CSS
---------------------------*/
#header-menu.header-menu {
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 2;
}
#header-menu.header-menu .menu-center-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 20px;
}
#header-menu.header-menu .menu-center-active > a,
#header-menu.header-menu .menu-center-active > a:focus,
#header-menu.header-menu .menu-center-active > a:hover,
#header-menu.header-menu li > a:focus,
#header-menu.header-menu li > a:hover {
  background-color: #fff;
  color: #367bbe;
  border-radius: 15px;
  font-weight: 500;
  padding: 2px 10px;
  text-transform: uppercase;
}
#header-menu.header-menu .openbtn {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 0;
  box-shadow: 0px 4px 22px 0px #00000040;
  position: relative;
  right: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#header-menu.header-menu .h-line {
  position: absolute;
  height: 2px;
  background-color: #367bbe;
  right: 10px;
  top: 50%;
  border-radius: 50px;
  transition: all 0.5s ease;
}
#header-menu.header-menu .top-line {
  top: 36%;
  width: 24px;
}
#header-menu.header-menu .middle-line {
  width: 19px;
}
#header-menu.header-menu .bottom-line {
  top: 63%;
  width: 14px;
}
#header-menu.header-menu .sidenav.open-fully {
  width: 300px;
  opacity: 1;
  visibility: visible;
}
#header-menu.header-menu .closebtn.close-fully {
  width: 0;
  opacity: 0;
  visibility: hidden;
}
#header-menu.header-menu .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.5s;
  padding: 40px 20px 0;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
}
#header-menu.header-menu .sidenav .mySidenav-head {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
#header-menu.header-menu .sidenav a {
  padding: 5px 5px 0 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-weight: 500;
  position: relative;
}
#header-menu.header-menu .sidenav a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #367bbe;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
#header-menu.header-menu .sidenav a:hover:before {
  width: 30px;
}
#header-menu.header-menu .sidenav a:hover {
  color: #367bbe;
}
#header-menu.header-menu .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #000;
}
.hero-video {
  object-fit: cover;
}
.hero-head {
  font-size: 120px;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-para {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.sec2 {
  background-image: url("/content/dam/infosys-web/en/australian-open/26/sec2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
}
.sec3 {
  background-image: url("/content/dam/infosys-web/en/australian-open/26/sec3-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.sec4 {
  background-image: url("/content/dam/infosys-web/en/australian-open/26/sec4-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sec-img-wrap {
  position: relative;
  height: 100%;
}
.play-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.sec2-play-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-icon-wrap.sec2-play-icon-wrap {
  right: -40px;
}
.play-icon-wrap.sec3-play-icon-wrap {
  left: -40px;
}
.sec2-cnt-wrap {
  padding-left: 80px;
  padding-right: 150px;
}
.sec3-cnt-wrap {
  padding-left: 150px;
  padding-right: 80px;
}
.color-blue {
  color: #027dc4 !important;
}
.main-cnt .h2-head {
  font-size: 75px;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.sec4 {
  background-color: #bddef2;
}
.first-card-hgt {
  height: 450px;
}
.first-card-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-wrap {
  position: relative;
  border-radius: 30px;
  background: #067fc3;
}
.card-wrap-bg {
  background-image: url("/content/dam/infosys-web/en/australian-open/26/sec4-card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.card-cnt-wrap {
  max-width: 50%;
  width: 100%;
  padding: 50px 0px 50px 50px;
  z-index: 1;
}
.card-wrap-bg p {
  padding-right: 120px;
}
.sec6 {
  background-image: url("/content/dam/infosys-web/en/australian-open/26/sec6-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.h3-head {
  font-size: 40px;
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.sec5 {
  position: relative;
  background-color: #eaeaea;
}
.court-accordion {
  padding-left: 105px;
  padding-right: 40px;
}
.court-accordion .accordion-item {
  border: 0;
  border-radius: 0px;
  background: #eaeaea;
  border-bottom: 1px solid #d2d2d2;
}
.court-accordion .accordion-body {
  padding: 0;
  padding-right: 30px;
}
.court-accordion .accordion-button {
  background-color: transparent;
  border-radius: 0;
  padding: 15px 0;
  font-size: 32px;
  color: #027dc4;
  box-shadow: none;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
}
.accordion-body p {
  color: #027dc4;
  font-weight: 400;
}
.court-accordion .accordion-button::after {
  background-image: none !important;
}
.court-accordion .accordion-button::after {
  content: " \F62A";
  font-family: "bootstrap-icons";
  background-color: #0271b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: auto;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.court-accordion .accordion-button.collapsed::after {
  content: "\F4FE";
  font-family: "bootstrap-icons";
  background-color: #7ac345;
}
.court-accordion .accordion-button:focus {
  box-shadow: none;
}
#previewVideo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 280ms ease-in-out;
  will-change: opacity;
}
.land-cntl:has(.accordion-collapse.collapse)
  ~ .col-lg-6
  .sec5-img-wrap
  #previewVideo {
  opacity: 0;
}
.land-cntl:has(.accordion-collapse.show)
  ~ .col-lg-6
  .sec5-img-wrap
  #previewVideo {
  opacity: 1;
}
.sec7 {
  background-image: url("/content/dam/infosys-web/en/australian-open/26/sec7-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.read-more-cta {
  color: #027dc4;
  font-size: 28px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
.right-chevron {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #5d9536;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-chevron::after {
  content: "\F285";
  font-family: "Bootstrap-icons";
  font-size: 14px;
  color: #fff;
  transform: translateX(0);
  transition: transform 0.5s ease;
}
.read-more-cta:hover .right-chevron::after {
  transform: translateX(3px);
}
.card-title {
  font-size: 40px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.card-desc {
  font-weight: 400;
}
.sec8 {
  position: relative;
}
.sec8-cnt-wrap {
  padding: 0 50px 0 100px;
  position: relative;
}
.gallery-carousel {
  min-height: 100vh;
  height: 100%;
}
.gallery-carousel .gallery-swiper {
  height: 100%;
}
.gallery-carousel .gallery-swiper .card-img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gallery-carousel .gallery-swiper .card-img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.sec8-left-wrap .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.sec8-left-wrap .swiper-pagination-bullet {
  max-width: calc(80% / 3);
  width: 100%;
  height: 3px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0;
}
.sec8-left-wrap .swiper-pagination-bullet-active {
  width: calc(100% / 3);

  background: #8cc655;
  outline: none;
}
.sec8-cnt-wrap p {
  padding-right: 60px;
}
.sec8-left-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: left;
  width: 100%;
  padding: 0 50px 0 100px;
}
.sec8-left-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}
.sec8-img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}
.sec-img-wrap img {
  object-fit: cover;
  object-position: top;
}
/* ----------------------------------------
# Header CSS
------------------------------------------ */
header {
  position: relative;
}
.header .navbar {
  padding: 0;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #c2d897;
  background: linear-gradient(180deg, #c2d897, #83b152);
  width: auto;
  border-radius: 50px;
  padding-block: 5px;
  z-index: 2;
}
.header .navbar-nav {
  align-items: center;
  margin: 0;
}
.header li.nav-item {
  width: 33.33%;
  margin: 0 10px;
}
.header .navbar-nav .nav-link {
  margin: 0;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.header .navbar-nav .nav-link.active {
  background-color: #367bbe;
  color: #fff;
}
.header .navbar-nav .nav-item:nth-child(2):hover .nav-link,
.header .navbar-nav .nav-item:nth-child(3):hover .nav-link {
  background-color: #367bbe;
  color: #fff;
}
.vidyard-player-embed,
.vidyard-player-container {
  display: none !important;
}
/* ----------------------------------------
# Boxes CSS
------------------------------------------*/
.h2-head {
  font-size: 32px;
  line-height: 0.9;
  margin: 0;
  color: #027dc4;
  font-weight: 600 !important;
}
.box1-para,
.h2-head {
  text-transform: uppercase;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h2-head span {
  display: block;
}
.box-1 .h2-head span {
  font-size: 70px;
}
.mm-ctrl {
  margin-top: 75px;
}
.bg-blue-dark {
  background: #007dc3 !important;
}
.box-grid {
  padding: 15px;
  height: 100vh;
  background-color: #007dc3;
  color: #fff;
}
.box-1,
.box1-grid,
.ovr-nyn {
  height: 300px;
}
.ovr-nyn {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.box1-grid {
  position: relative;
}
.cnt-wrap {
  position: absolute;
  padding: 25px;
  width: 100%;
  top: 0;
  height: 100%;
  border-radius: 16px;
}
.box1-para {
  letter-spacing: 3px;
  font-size: 20px;
  padding-right: 120px;
}
.ovr-ppl {
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
}
.label-txt {
  margin-bottom: 10px;
  display: inline-block;
  background: #83b253;
  border-radius: 50px;
  color: #fff;
  padding: 5px 15px;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6 {
  height: 100%;
}
.champions-ppl {
  border-radius: 16px 16px 0 0;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.box-4 {
  margin-top: -125px;
}
.box4-grid,
.box5-grid,
.box-6-grid {
  position: relative;
}
.box4-swiper .swiper-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
.box4-swiper .swiper-arrow .swiper-button-next,
.box4-swiper .swiper-arrow .swiper-button-prev {
  position: relative;
  left: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 1;
  pointer-events: all;
  border-radius: 30px;
  margin: 0px;
  background: #fff;
  transition: 0.5s;
  padding: 5px 22px;
}
.box4-swiper .swiper-button-next::after,
.box4-swiper .swiper-button-prev::after {
  content: "\F284";
  font-family: Bootstrap-icons;
  font-size: 22px;
  color: #000000;
}
.box4-swiper .swiper-arrow .swiper-button-prev {
  left: -15px;
}
.box4-swiper .swiper-button-next::after {
  transform: rotate(180deg);
}
.box4-img-wrap .swiper,
.box6-img-wrap img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.box4-cnt-wrap,
.box6-cnt-wrap {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.box4-grid .h2-head,
.box6-grid .h2-head {
  position: relative;
  font-size: 32px;
  font-weight: 600 !important;
  padding-right: 40px;
}
.box4-grid .h2-head a:after,
.box5-grid .h2-head a:after,
.box6-grid .h2-head a:after {
  content: "";
  content: "\F138";
  font-family: Bootstrap-icons;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  z-index: 53;
  background-color: #83b253;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
  font-size: 20px;
}
.box5-grid .h2-head a:after {
  right: 1rem;
  bottom: 2.5rem;
}
.box2-img-wrap,
.box5-grid {
  position: relative;
}
.box5-img-wrap img {
  height: 235px;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.box5-swiper-cnt-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.box5-swiper-cnt-wrap .h2-head {
  width: 220px;
}
.box5-swiper .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.box5-swiper .swiper-pagination-bullet-active {
  background: #fff !important;
}
.box-6 {
  margin-top: -85px;
}
.box6-grid {
  position: relative;
}
.box6-img-wrap img {
  height: 320px;
}
.sec5-img-wrap video {
  object-fit: cover;
}
.box2-grid .play-icon-wrap,
.box3-grid .play-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.box2-grid .play-icon-wrap {
  left: 47%;
  top: 47%;
}
.box3-grid .play-icon-wrap {
  top: 35%;
  left: 50%;
}
.sec2-img-wrap button {
  border-radius: 16px;
}
/* ----------------------------------------
# Footer CSS
------------------------------------------*/
.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 {
  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: 21px;
  font-weight: 700;
  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: bootstrap-icons;
  color: #333;
  font-size: 18px;
  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;
}
.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 (min-width: 1200px) and (max-width: 1280px) {
  .box-1,
  .box1-grid,
  .ovr-nyn {
    height: 235px;
  }
  .label-txt {
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 18px;
  }
  .header .navbar-nav .nav-link {
    padding: 2px 0;
    font-size: 16px;
  }
  .h2-head,
  .box4-grid .h2-head,
  .box6-grid .h2-head {
    font-size: 32px;
    font-weight: 600 !important;
  }
  .mm-ctrl {
    margin-top: 60px;
  }
  .champions-ppl {
    height: 160px;
  }
  .box-1 .h2-head span {
    font-size: 55px;
  }
  .box-2 {
    height: 150px;
  }
  .box-4 {
    margin-top: -30px;
  }
  .box-5 {
    margin-top: 50px;
  }
  .box-6 {
    margin-top: 0;
  }
  .box4-img-wrap .swiper {
    height: 280px;
  }
  .ovr-ppl {
    height: 150px;
  }
  .box5-img-wrap img {
    height: 200px;
  }
  .box6-img-wrap img {
    height: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .sec-cnt-wrap {
    padding: 50px;
  }
  .sec2,
  .sec3 {
    height: auto;
  }
  .card-wrap-bg p {
    padding-right: 50px;
  }
  .cnt-ht-cntrl {
    height: auto !important;
  }
  .sec6 {
    margin-top: unset;
  }
  .sec8-cnt-wrap {
    padding: 0 30px 0 50px;
  }
  .land-cntl {
    margin-bottom: 50px;
  }
  .sec8-left-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 0 50px 0 50px;
  }
  /* ----------------------------------------
# Boxes CSS Tablet (landscape)
------------------------------------------*/
  .box-1,
  .box1-grid,
  .ovr-nyn {
    height: 350px;
    object-position: right;
  }
  .champions-ppl {
    height: 240px;
  }
  .ovr-ppl {
    height: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .first-card-hgt {
    height: 570px;
  }
  .card-cnt-wrap {
    max-width: 100%;
  }
  .first-card-img {
    width: 100%;
  }
  .card-img-wrap {
    width: 50%;
  }
  .sec-img-wrap img {
    object-fit: cover;
  }
  .card-cnt-wrap {
    padding: 50px 0px 20px 50px;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .gallery-carousel {
    min-height: 50vh;
  }
  .body-img-wrap {
    margin-bottom: 50px;
  }
  .court-accordion {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec8-cnt-wrap {
    padding: 0 36px 0 36px;
  }
  .sec8-left-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 0 36px 0 36px;
  }
  .court-accordion .accordion-button {
    padding: 20px 0;
  }
  .header .navbar-nav {
    align-items: center;
    flex-direction: row;
  }
  /* ----------------------------------------
# Boxes CSS Tablet (Portrait)
------------------------------------------*/
  .box-grid,
  .box-1,
  .box1-grid,
  .ovr-nyn,
  .ovr-ppl,
  .box6-img-wrap img,
  .box4-img-wrap .swiper,
  .box6-img-wrap img,
  .champions-ppl,
  .ovr-ppl {
    height: auto;
  }
  .box-1 .h2-head span {
    font-size: 50px;
  }
  .box1-para {
    padding-right: 30px;
  }
  .box-1,
  .box-2 {
    margin-top: 100px;
  }
  .box-3,
  .box-4,
  .box-5,
  .box-6 {
    margin-top: 0px;
  }
  .box1-grid .ovr-nyn {
    height: 370px;
    object-position: right;
  }
  .box2-img-wrap,
  .box3-img-wrap,
  .box4-cnt-wrap,
  .box6-cnt-wrap {
    position: relative;
  }
  .box2-grid .play-icon-wrap {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
  }
  .box3-grid .play-icon-wrap {
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* ----------------------------
# Spacing CSS Mobile
---------------------------------*/
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10px !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important;
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20px !important;
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20px !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important;
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30px !important;
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30px !important;
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important;
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 40px !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 40px !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important;
  }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 50px !important;
  }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 50px !important;
  }
  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important;
  }
  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important;
  }
  .mt-xs-100,
  .my-xs-100 {
    margin-top: 100px !important;
  }
  .mb-xs-100,
  .my-xs-100 {
    margin-bottom: 100px !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0px !important;
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20px !important;
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10px !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important;
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20px !important;
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20px !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important;
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30px !important;
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30px !important;
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important;
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 40px !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 40px !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important;
  }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 50px !important;
  }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 50px !important;
  }
  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important;
  }
  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important;
  }
  .pt-xs-100,
  .py-xs-100 {
    padding-top: 100px !important;
  }
  .pb-xs-100,
  .py-xs-100 {
    padding-bottom: 100px !important;
  }
  .hero-head {
    font-size: 50px;
  }
  .hero-para {
    font-size: 28px;
    line-height: 1.2;
  }
  .first-card-hgt {
    height: 430px;
  }
  .play-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .card-cnt-wrap {
    padding: 30px 25px;
    padding-bottom: 0px;
  }
  .main-cnt .h2-head {
    font-size: 40px;
  }
  .card-img-wrap {
    width: 100%;
  }
  /* .speakers-carousel .slide-arrows {
    bottom: -40px;
    padding-left: 15px;
  } */

  .pad-cntrl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .court-accordion .accordion-button {
    font-size: 30px;
  }
  .court-accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .court-accordion .accordion-body {
    padding-right: 0;
  }
  .accordion-body p {
    padding-right: 30px;
  }
  .card-wrap-bg p {
    padding-right: 0;
  }
  .sec-cnt-wrap {
    padding: 30px 0px;
  }
  .sec8-left-wrap .swiper-pagination-bullet {
    max-width: calc(90% / 3);
  }
  .voices-bg {
    padding: 20px;
  }
  .sec6 {
    background-position: top;
  }
  .sec8-cnt-wrap {
    padding: 0 15px 0 15px;
  }
  .sec8-left-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    padding: 0 15px 0 15px;
  }
  .caption {
    position: absolute;
    left: 50px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -190%) !important;
    -moz-transform: translate(0px, -190%) !important;
    -ms-transform: translate(0px, -190%) !important;
    -o-transform: translate(0px, -190%) !important;
    transform: translate(0px, -190%) !important;
  }
  .mob-hgt-cntrl {
    max-width: 80%;
  }
  .header .navbar {
    top: 15px;
    left: 15px;
    transform: unset;
    width: calc(100% - 90px);
  }
  .header li.nav-item {
    width: 20.33%;
    flex-grow: 1;
  }
  /* ----------------------------------------
# Boxes CSS
------------------------------------------*/
  .box-grid {
    height: auto;
  }
  .box-1 {
    margin-top: 70px;
  }
  .box-2,
  .box-4,
  .mm-ctrl,
  .box-6,
  .box-3 {
    margin-top: 0;
  }
  /* ----------------------------------------
# Footer CSS
------------------------------------------*/

  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) {
}
@media only screen and (min-width: 1920px) {
  /* ----------------------------------------
# Boxes CSS
------------------------------------------*/
  .box-grid,
  .box-1,
  .box1-grid,
  .ovr-ppl,
  .box6-img-wrap img {
    height: auto;
  }
  .champions-ppl {
    height: 370px;
  }
  .box4-img-wrap .swiper {
    height: 425px;
  }
  .ovr-nyn {
    height: 450px;
  }
  .box5-img-wrap img {
    height: 300px;
  }
}
