.hero-section {
  height: 100vh;
  background: url("../img/careers/careers-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.overlay {
  position: absolute;
  inset: 0;
}

.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.5rem;
  line-height: 1.73;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
@media (min-width: 992px) {
  .title-container {
    margin-bottom: 11rem !important;
  }
}
.content-50-50-block .container-fluid {
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.content-50-50-block .container-fluid .left,
.content-50-50-block .container-fluid .right {
  width: 50%;
  min-height: 76.8rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #000;
}
.content-50-50-block .container-fluid .dark {
  background-color: #111 !important;
}
.content-50-50-block .container-fluid .single-image {
  width: 100%;
  height: 100%;
}
.content-50-50-block .container-fluid .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-50-50-block .container-fluid .text-container {
  width: 100%;
  height: 100%;
  padding: 4rem 14.15rem;
  display: flex;
  flex-flow: column;
  justify-content: center !important;
  z-index: 3;
}
.content-50-50-block .container-fluid .text h2 {
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.25;
  color: #9dceff;
}
.content-50-50-block .container-fluid .text p,
.content-50-50-block .container-fluid .text li {
  line-height: 1.73;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.content-50-50-block .container-fluid .text-container a:not(.btn-primary) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 0;
  border-bottom: solid 1px #a0e79c;
  background-color: transparent;
  padding-left: 0;
  min-height: 1.8rem;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  color: #fff;
}
.content-50-50-block .container-fluid .text-container a:not(.btn-primary):hover {
  transition: 0.2s;
  padding-right: 3rem;
}
.intObserve.fire {
  opacity: 1;
  bottom: 0;
}
.is-style-dots,
.list-dots {
  list-style: none;
  list-style-type: none !important;
}
.intObserve {
  opacity: 0;
  position: relative;
  bottom: -20px;
  transition: all 0.4s ease-out;
}
.content-50-50-block .container-fluid .text h2 {
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.25;
  color: #9dceff;
}
.title-container h2 {
        font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.is-style-dots ul,
.list-dots ul {
  padding-left: 2.5rem !important;
  list-style: none !important;
}
.content-50-50-block .container-fluid .text ul li {
  margin: 1.5em 0;
}
.content-50-50-block .container-fluid .text p,
.content-50-50-block .container-fluid .text li {
  line-height: 1.73;
  font-size: 1.5rem;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em;
  margin-top: 1em;
}
.is-style-dots li,
.list-dots li {
  font-size: 1.5rem;
  line-height: 1.73;
  color: #fff;
  position: relative;
  margin: 0.6rem;
}
.is-style-dots li:after,
.list-dots li:after {
  content: "";
  background: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-f2c6b67/propertyawards.net/wp-content/themes/ipa/assets/svg/dot-col.svg);
  position: absolute;
  top: 0;
  left: -3.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-50-50-block .container-fluid .text .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: inline-flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    padding-top: .4rem;
    border-radius: 0 !important;
    transition: background .2s;
}.content-50-50-block .container-fluid .text .btn-primary:before {
    content: "";
    background: url("../img/arrow-right-double-white.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/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;
}.content-50-50-block .container-fluid .text .btn-primary:hover {
    color: #000;
    background-color: #a0e79c;
    font-weight: bold;
    cursor: pointer;
}.content-50-50-block .container-fluid .text .btn-primary:hover:before {
    background: url("../img/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;
}@media (min-width: 768px) {
    .aligncenter, div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }
}.aligncenter {
    clear: both;
}html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
}
