@charset "utf-8";
/* CSS Document */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: red;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0px;
  padding: 0px;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  background: #FFFFFF;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
/*== Main Content Starts here ==*/
.container {
  max-width: 1440px;
}
.header {
  padding: 0;
}
.sonyheader {
  padding: 5px 10px;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sonyheader img {
  height: 15px;
}
.hero_section {
  background: url("../images/hero_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.header-content h3 {
  font-size: 2.5em;
  color: #b6fb6f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 0em;
  line-height: 1;
}
.header-content h4 {
  font-size: 1.75em;
  color: #FFFFFF;
  letter-spacing: 4px;
  line-height: 1;
}
.heading-img{
  max-width: 95%;
}
.talent-content {
  position: relative;
}
.book_tickets_btn {
  position: absolute;
  bottom: 3.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.2s;
}
.book_tickets_btn:hover {
  transform: scale(.95);
}
.book_tickets_btn_section {
  transition: all 0.2s;
}
.book_tickets_btn_section:hover {
  transform: scale(.95);
}
.sectionTwo {
  background: url("../images/section02_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 1650px;
  position: relative;
}
.section-heading {
  padding-top: 4em;
}
.bubble-container {
  max-width: 90%;
  margin-top: 5em;
}
.gradient-border {
  position: relative;
  background: rgba(21, 87, 102, 0.40);
  padding: 1.5em 2.5em;
  border-radius: 16px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.gradient-border:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 5px;
  background: linear-gradient(360deg, #3efdff, #b6fb6f);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.bubble-box h4 {
  font-size: 48px;
  color: #b6fb6f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.bubble-box p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}
.abs-shark {
  position: absolute;
  right: 0;
  top: 62%;
  transform: translateY(-50%);
  z-index: 1;
}
.our_sponsors {
  background: url("../images/our_sponsors_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.sponsors_logo_content {
  margin: 7em auto;
  width: 100%;
}
.sponsors_logo_content img {
  max-width: 100%;
}
.book_tickets {
  background: url("../images/book_tickets_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.book_tickets a {
  margin: 2em auto 0em;
}
.video_section {
  background: url("../images/video_section_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
/*=====OVERLAY======*/
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  text-align: center;
}
.overlay__container {
  position: relative;
  margin: auto;
  width: 100%;
  /* max-width: 50vw; */
  max-width: 35vw;
  border: 3px solid #999999;
  background: #000000;
  border-radius: 8px;
  /*  padding: 1.5em;*/
}
.overlay__close {
  position: absolute;
  top: -43px;
  right: 0px;
  /* width: 40px; */
  height: 35px;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 700;
  color: #000000;
  background: #f5f5f5;
  padding: 0 0.5em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay__close:hover {
  background: #bbbbbb;
}
.video-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /*  padding-top: 100%;*/
}
.intro-video-holder {
  padding-top: 100%;
}
.video-holder video, .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.hidden {
  display: none !important;
}
/*== Main Content Ends here ==*/
footer {
  padding: 15px;
  background: #000000;
}
footer p {
  color: #ffffff !important;
  margin-bottom: 0;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links {
  color: #ffffff !important;
}
.foot-links li {
  display: inline-block;
  color: #ffffff !important;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
  cursor: pointer;
}
.foot-links li a {
  color: #ffffff !important;
  outline: none !important;
  font-size: 11px;
  font-family: Arial, "sans-serif";
  font-weight: bold;
}
.foot-links span {
  color: #ffffff;
}
.personal_info img {
  width: 32px;
  margin-left: 0.3rem;
  margin-bottom: 3px;
}
/*== Footer Ends here ==*/
.countdown_wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.countdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.countdown-box .countdownNumbers {
  background: url("../images/countdown_bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 125px;
  height: 120px;
  font-size: 80px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.countdown-box p {
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
/*== Countdown Ends here ==*/
.flip-clock {
  text-align: center;
  perspective: 400px;
  margin: 20px auto;
}
.flip-clock *, .flip-clock *:before, .flip-clock *:after {
  box-sizing: border-box;
}
.flip-clock__piece {
  display: inline-block;
  margin: 0 5px;
}
.flip-clock__slot {
  font-size: 20px;
}
.card {
  display: block;
  position: relative;
  background-color: transparent;
  padding-bottom: 0.72em;
  font-size: 80px;
  line-height: 0.95;
  border: none;
}
.card__top, .card__bottom, .card__back::before, .card__back::after {
  display: block;
  height: 0.72em;
  color: #ccc;
  background: #222;
  background: url("../images/countdown_bg_top.png") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0.25em 0.25em;
  /*  border-radius: 0.15em 0.15em 0 0;*/
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 1.8em;
  transform: translateZ(0);
  font-weight: 400 !important;
}
.card__bottom {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  /* border-top: solid 1px #000; */
  background: #393939;
  background: url("../images/countdown_bg_bottom.png") no-repeat;
  background-position: center center;
  background-size: cover;
  /*  border-radius: 0 0 0.15em 0.15em;*/
  pointer-events: none;
  overflow: hidden;
}
.card__bottom::after {
  display: block;
  margin-top: -0.72em;
}
.card__back::before, .card__bottom::after {
  content: attr(data-value);
}
.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
}
.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.flip .card__back::before {
  animation: flipTop 0.3s cubic-bezier(.37, .01, .94, .35);
  animation-fill-mode: both;
  transform-origin: center bottom;
}
.flip .card__back .card__bottom {
  transform-origin: center top;
  animation-fill-mode: both;
  animation: flipBottom 0.6s cubic-bezier(.15, .45, .28, 1);
}
@keyframes flipTop {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipBottom {
  0%, 50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}
@media screen and (max-width:1366px) {
  .card {
    font-size: 64px;
  }
  .bubble-box p {
    font-size: 20px;
  }
}
@media screen and (device-width: 1280px) and (device-height: 1024px) and (orientation: landscape), screen and (device-width: 1400px) and (device-height: 1050px) and (orientation: landscape), screen and (device-width: 1280px) and (device-height: 960px) and (orientation: landscape), screen and (device-width: 1152px) and (device-height: 864px) and (orientation: landscape), screen and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape), screen and (device-width: 1024px) {
  .overlay__container {
    max-width: 50vw;
  }
  .bubble-box h4 {
    font-size: 44px;
  }
}
@media screen and (device-width: 1280px) and (device-height: 768px) and (orientation: landscape), screen and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {
  .bubble-box h4 {
    font-size: 44px;
  }
  .bubble-box p {
    font-size: 18px;
  }
}
@media screen and (max-width:1200px) {
  .book_tickets .section-heading {
    max-width: 90%;
  }
  .abs-shark {
    max-height: 25vh;
  }
  .card {
    font-size: 48px;
  }
  .bubble-box h4 {
    font-size: 40px;
  }
}
@media screen and (max-width:1024px) {
  .bubble-box h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 850px), screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait), screen and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait) {
  .overlay__container {
    max-width: 80vw;
  }
  h1 img {
    float: none !important;
    margin: 0 auto;
  }
  .header-content h3 {
    font-size: 2em;
    margin-top: 0;
  }
  .header-content h4 {
    font-size: 1.2em;
  }
  .book_tickets_btn, .book_tickets a {
    max-width: 60%;
  }
  .gradient-border {
    height: auto !important;
    margin-bottom: 1em;
    min-height: 450px;
  }
  .bubble-container {
    max-width: 100%;
    margin-top: 1%;
  }
  .second-row {
    margin-top: 0 !important;
  }
  .abs-shark {
    max-height: 11vh;
    top: 57%;
  }
  .our_sponsors .section-heading {
    max-width: 60%;
  }
  .sponsors_logo_content img {
    max-width: 60%;
  }
  .book_tickets_btn:hover, .book_tickets_btn_section:hover {
    transform: none;
  }
  .card {
    font-size: 38px;
  }
  .header-content .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
  .sectionTwo {
    min-height: 1485px;
  }
}
@media screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait), screen and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait) {
  .abs-shark {
    max-height: 8vh;
    top: 73%;
  }
}
@media screen and (max-width: 560px), screen and (max-height: 360px) and (orientation:landscape) {
  h1 img {
    margin: 0 auto;
  }
  .countdown-box .countdownNumbers {
    width: 20vw;
    height: 18vw;
    font-size: 2.2em;
    padding-bottom: 0;
  }
  .header-content h3 {
    font-size: 1.6em;
    margin-top: 0;
    letter-spacing: 2px;
  }
  .header-content h4 {
    font-size: 1em;
    letter-spacing: 2px;
  }
  .book_tickets_btn {
    bottom: 1.5em;
  }
  .bubble-box h4 {
    font-size: 23px;
  }
  .gradient-border:before {
    padding: 4px;
  }
  .gradient-border {
    /*padding: 1em 0.8em;*/
    min-height: 300px;
  }
  .bubble-box p {
    font-size: 18px;
  }
  .our_sponsors {
    min-height: 300px;
  }
  .sponsors_logo_content {
    margin: 2em auto;
  }
  .our_sponsors .section-heading {
    padding-top: 0;
  }
  .abs-shark {
    top: 62%;
    display: none;
  }
  .book_tickets {
    min-height: 500px;
  }
  .sharktank_logo {
    max-width: 60%;
  }
  .book_tickets_btn, .book_tickets a {
    max-width: 85%;
  }
  .sponsors_logo_content img {
    max-width: 80%;
  }
  .book_tickets_btn {
    bottom: 1em;
  }
  .flip-clock__slot {
    font-size: 14px;
  }
  .countdown_wrapper {
    margin-top: -2em;
  }
  .sectionTwo {
    min-height: 1650px;
  }
    .bubble-container .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
}
@media screen and (max-width:767px) and (orientation:landscape){
        .overlay__container {
        max-width: 40vw;
    }
}