body {
    font-size: .7vw;
}
.hero-section {
  height: 100vh;
  background: url("../img/about/sponsorship-bg.jpg") no-repeat center
    center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.overlay {
  position: absolute;
  inset: 0;
}
.title-container h2 {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.overlay svg {
  width: 100%;
  height: 100%;
}
.play-button .play-circle {
  width: 60px;
  height: 60px;
  background-color: #7ac943; /* yeşil */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: auto;
}

.play-button .play-triangle {
  width: 0;
  height: 0;
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}

.scroll-down-arrow i {
  font-size: 2rem;
  animation: bounceDown 2s infinite;
  color: #fff;
}

/* Bounce animation */
@keyframes bounceDown {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}
.scroll-down-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: none;
  cursor: pointer;
  z-index: 4;
  outline: none;
}
.scroll-down-arrow svg {
  height: 6.2rem;
  width: 6.2rem;
  position: relative;
  right: 0.7rem;
}

.scroll-down-arrow path {
  fill: #fff;
  opacity: 0.6;
}

.is-style-capitalized {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.hero-title {
  color: #9dceff;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 5.8rem;
}
.hero-title-p {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.hero-title-p em {
    color: #9dceff;
    font-style: normal;
}
.cta-sponsor-block {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 10rem;
}
.cta-sponsor-block .white-bar {
  min-height: 13rem;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cta-sponsor-block .left img {
  left: 4.8rem;
  top: -1.4rem;
}
.cta-sponsor-block img {
  position: absolute;
  width: 11rem;
  height: auto;
  z-index: 2;
}
.cta-sponsor-block .left .text {
  width: 50%;
  padding-left: 18rem;
}
.cta-sponsor-block .small-title {
  color: #000;
  margin: 0;
}
.small-title,
h4 {
  font-weight: 700;
  font-size: 2.1rem;
  margin: 0;
}
.cta-sponsor-block p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.73;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.cta-sponsor-block .left .button {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-sponsor-block .btn-primary {
  border: solid 1px #000;
  color: #000;
}
.btn-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4.3rem;
  border: solid 1px #a0e79c;
  padding-right: 6rem;
  padding-left: 2.7rem;
  font-weight: 300;
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  padding-top: 0.4rem;
  border-radius: 0 !important;
  transition: background 0.2s;
  cursor: pointer;
}
.btn-primary:hover {
  color: #000;
  background-color: #a0e79c;
  font-weight: 700;
  cursor: pointer;
}
.cta-sponsor-block .btn-primary:before {
  background: url("../img/date-and-deadlines/arrow-right-double-black.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-primary:hover:before {
  background: url("../img/date-and-deadlines/arrow-right-double-black.svg");
  position: absolute;
  width: 2.8rem;
  height: 1.8rem;
  right: 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.btn-primary:before {
  content: "";
  background: url("../img/date-and-deadlines/arrow-right-double-black.svg");
  position: absolute;
  width: 2.8rem;
  height: 1.8rem;
  right: 1.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.cta-sponsor-block .btn-primary {
  border: solid 1px #000;
  color: #000;
}
.cta-sponsor-block .btn-primary:after {
  border: solid 1px #5180af;
}
.cta-sponsor-block .btn-primary:hover:after {
  z-index: -1;
}
.btn-primary:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -5px;
  right: -5px;
}
.h-60 {
  height: 60px;
  clear: both;
  background-color: #000;
}
.is-style-introduction {
  font-size: 1.8rem !important;
  line-height: 1.44 !important;
}
.has-text-align-center {
  text-align: center;
}
.mid-text {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
.mid-text p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.73;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.content-50-50-block .container2 {
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.content-50-50-block .container2 .left,
.content-50-50-block .container2 .right {
  width: 50%;
  min-height: 76.8rem;
  display: flex;
  padding: 15rem;
  flex-flow: column;
  justify-content: center;
  background-color: #000;
}
.content-50-50-block .icon-line .left {
  border-right: dashed 1px #262626;
}
.content-50-50-block .container2 .icon {
  position: absolute;
  width: 8.4rem;
  height: 8.4rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  border: dashed 1px #262626;
  background-color: #000;
  z-index: 3;
}
content-50-50-block .container2 .icon-mobile {
  display: none;
  top: auto;
  bottom: -4.4rem;
  transform: none;
  z-index: 1;
}
.content-50-50-block .container2 .icon .img-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
}
.content-50-50-block .container2 .icon svg {
  width: 6rem;
  height: 6rem;
}
.content-50-50-block .container2 .icon svg path {
  fill: #a0e79c;
}
.content-50-50-block .container2 .text-container2 {
  width: 100%;
  height: 100%;
  padding: 4rem 14.15rem;
  display: flex;
  flex-flow: column;
  justify-content: center !important;
  z-index: 3;
}
.content-50-50-block .container2 .text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-50-50-block .container2 .text ul li {
  margin: 1.5em 0;
}
.content-50-50-block .container2 .text p,
.content-50-50-block .container2 .text li {
  line-height: 1.73;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.is-style-ticks li,
.list-ticks li {
  font-size: 1.5rem;
  line-height: 1.73;
  color: #fff;
  position: relative;
}
.content-50-50-block .container2 .text p,
.content-50-50-block .container2 .text li {
  line-height: 1.73;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.content-50-50-block .container2 .dark {
  background-color: #111!important;
}
.content-50-50-block .container2 .left,
.content-50-50-block .container2 .right {
  width: 50%;
  min-height: 76.8rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #000;
}
is-style-ticks.list-ticks,
.list-ticks.list-ticks {
  padding-top: 7rem !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.intObserve.fire {
  opacity: 1;
  bottom: 0;
}
.is-style-ticks,
.list-ticks {
  list-style: none;
  list-style-type: none !important;
}
.intObserve {
  opacity: 0;
  position: relative;
  bottom: -20px;
  transition: all 0.4s ease-out;
}
.is-style-ticks li:after,
.list-ticks li:after {
  content: "";
  background: url('../img/tick-double-col.svg');
  position: absolute;
  top: 0;
  left: -4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
