.hero-section {
  height: 100vh;
  background: url("../img/partners-supporters/bg-banner-about-sponsors.webp") 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.8rem;
  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;
}
.cta-sponsor-block .number {
  margin-left: 4.4rem;
  margin-right: 6rem;
}
.professional-bodies-grid {
  background-color: #111;
}
.professional-bodies-grid .content {
  padding: 6rem 21.3rem 7rem 21.3rem;
}
.professional-bodies-grid .content .large-title {
  color: #9dceff;
  text-align: center;
  margin: 0;
  margin-bottom: 3.5rem;
}
@supports (grid-template-rows: initial) {
  .professional-bodies-grid .content .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 20px;
  }
}
.professional-bodies-grid .image {
  position: relative;
}
.professional-bodies-grid .image .overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.professional-bodies-grid .image .overlay .text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
}
.professional-bodies-grid .image .overlay p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  padding: 0 1rem;
}
.professional-bodies-grid .image .overlay .site {
  font-size: 1.1rem;
  margin-top: 0.5rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.professional-bodies-grid .image .overlay svg {
  width: 1.8rem;
  position: absolute;
  right: 100%;
  right: 50%;
  margin-top: 3.5rem;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.professional-bodies-grid .image .overlay path {
  fill: #a0e79c;
}
.professional-bodies-grid .image img {
  width: 100%;
}
.professional-bodies-grid .image {
  position: relative;
}
.professional-bodies-grid .image:hover svg {
  -webkit-transition-delay: 0.4s all;
  transition-delay: 0.4s all;
}
.professional-bodies-grid .image:hover .overlay {
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 2;
}
.pr-container {
  background-color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.pr-container .content {
  padding: 2rem 3.5rem;
  background-color: #111;
}
.content p {
  line-height: 1.73;
}
.aligncenter {
  clear: both;
}
.content .medium-title,
h3 {
  font-weight: 300;
  font-size: 2.1rem;
  color: #a0e79c;
  margin: 0;
}
.h-100-partner {
  height: 100px;
  background-color: #111;
}
.wp-block-spacer {
  clear: both;
}
.title-container h2 {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.pr-container .content a {
    display:flex;
    justify-content: center;
}

/* SPONSOR SECTION*/
    @media (min-width:1024px) {
        .content-logo {
            margin-bottom: 20rem!important;
        }
    }
    .header .large-title {
    color: #9dceff;
    text-align: center;
    margin: 0;
    margin-bottom: 12.5rem;
}.content-logo .ribbon {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 12rem;
    height: auto;
    z-index: 10;
}.content-logo .left, .content .right {
    width: 50%;
    background-color: #111;
    padding: 0 13.2rem;
    padding-top: 6rem;
    padding-bottom: 14.7rem;
    display: flex
;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}.content-logo img {
    position: relative;
    width: 100%;
}.content-logo .btn-secondary {
    margin-top: 5.3rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    border-bottom: solid 1px #a0e79c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-flex;
    display: inline-flex
;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: .2s;
    color: #fff;
    cursor: pointer;
    
}
.content-logo .btn-secondary:after {
    content: "";
    background: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-2f0464c/propertyawards.net/wp-content/themes/ipa/assets/svg/arrow-right-white.svg);
    position: absolute;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    right: -2.4rem;
    background-size: cover;
    transition-delay: .08s;
}
.content-logo .btn-secondary:hover {
    transition: .2s;
    padding-right: 3rem;
    cursor: pointer;
}
.content-logo .btn-secondary:hover:after {
        background: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-2f0464c/propertyawards.net/wp-content/themes/ipa/assets/svg/arrow-right-green.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
.content-logo .right.right {
    background-color: #000;
    border-left: dashed 1px #262626;
}
.content-logo .logo-right {
        background-color: #000;
    border-left: dashed 1px #262626;
}
.content-logo .logo-right, .content-logo .logo-left {
    display:flex;
    justify-content: center;
    align-items:center;
}

.content-logo .logo-right img, .content-logo .logo-left img {
    width: 50%;
}


        .left-side {
            background: #111;
            height: 100vh;
            position: relative;
        }

        .right-side {
            background: #000;
            border-left: 1px dashed #444;
            height: 100vh;
            position: relative;
        }

        .middle-logo {
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            background: #000;
            /* Ortada şerit kaybolmasın diye arka plan */
            padding: 10px 20px;
        }

        .inner-content {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .inner-content img {
            max-width: 200px;
            margin-bottom: 20px;
        }

        .btn-secondary {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            display: -webkit-inline-flex;
            display: inline-flex;
            font-weight: 300;
            font-size: 1.2rem;
            line-height: 1.4rem;
            text-transform: uppercase;
            border: 0;
            border-bottom: solid 1px #a0e79c;
            background-color: rgba(255, 255, 255, 0);
            padding-left: 0;
            min-height: 1.8rem;
            text-align: left;
            text-decoration: none;
            position: relative;
            transition: .2s;
            color: #fff;
            cursor: pointer;
            margin-top: 5.3rem;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
            border-bottom: solid 1px #a0e79c;
        }

        .btn-secondary:after {
            content: "";
            background: url("../img/arrow-right.svg");
            position: absolute;
            background-repeat: no-repeat;
            width: 1.3rem;
            height: 1.3rem;
            right: -2.4rem;
            background-size: cover;
            transition-delay: .08s;
        }

            .btn-secondary:hover {
                transition: .2s;
                padding-right: 3rem;
                cursor: pointer;
            }

        .btn-secondary:hover:after {
            background: url("../img/arrow-right-green.svg");
            position: absolute;
            background-repeat: no-repeat;
            background-size: cover;
            right: 0;
        }
        
        @media (max-width: 1024px) {
            .middle-logo {
                display:none;
            }
        }