.hero-section-for-how-to-enter {
    height: 100vh;
    background: url("../img/judges/judging-bg.webp") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: -1px;
    left: -1px;
    overflow: hidden;
    mix-blend-mode: multiply;
}
.title-container p {
    font-size: 1.8rem !important;
    color: #fff;
    line-height: 1.44;
    text-align: center;
    max-width: 60rem;
    margin: 0 auto 2rem;
}
.overlay svg {
    width: 100%;
    height: 100%;
}

.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;
}
.entry-process {
    background-color: #111;
    padding: 7rem 5rem;
}
.entry-process .step-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(36.8rem, auto);
    grid-gap: 2.8rem 5rem;
}
.entry-process .step-container .step {
    background-color: #000;
    position: relative;
    transition: all 0.2s;
    border: dashed 1px #262626;
}

.entry-process .step-container .step a {
    background-color: #000;
    padding: 3rem 2.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.entry-process .step-container .step .arrow svg {
    position: absolute;
    right: -2rem;
    top: 3.2rem;
    width: 3.2rem;
    height: 3.2rem;
}

.entry-process .step-container .step .arrow svg path {
    fill: #656565;
}

.entry-process .step-container .step h4 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    transition: all 0.2s;
}

.entry-process .step-container .step p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.6rem;
}

.entry-process .step-container .step:nth-child(4) .arrow svg {
    position: absolute;
    right: 2.5rem;
    bottom: -2rem;
    top: auto;
    transform: rotate(90deg);
}
.entry-process .step-container .step:nth-child(5) {
    order: 8;
}
body > section.entry-process > div > div:nth-child(5) > a > div > svg {
    position: absolute;
    right: auto;
    left: -2rem;
    transform: rotate(180deg);
}
.entry-process .step-container .step:nth-child(6) .arrow svg,
.entry-process-block .container .step-container .step:nth-child(7) .arrow svg,
.entry-process-block .container .step-container .step:nth-child(5) .arrow svg,
body > section.entry-process > div > div:nth-child(8) > a > div > svg,
body > section.entry-process > div > div:nth-child(7) > a > div > svg {
    position: absolute;
    right: auto;
    left: -2rem;
    transform: rotate(180deg);
}

body > section.entry-process > div > div:nth-child(6) > a > div > svg {
    display: none;
}

.entry-process .large-title {
    color: #9dceff;
    text-align: center;
    margin: 0;
    margin-bottom: 3rem;
    font-weight: 300;
    font-size: 3.2rem;
}

.entry-types-section {
    background-color: #000;
}
.entry-types-block .container {
    padding: 6rem 0;
}
.entry-types-section p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.entry-types-block .container .block-header {
    text-align: center;
    margin-bottom: 8rem;
}
.large-title,
h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
}
.entry-types-block .container .type-container {
    display: -webkit-box;
    display: flex;
    padding: 0 2rem;
    min-height: 72rem;
    -webkit-box-pack: center;
    justify-content: center;
}
.entry-types-block .container .type-container .type:nth-child(1) {
    background-image: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-e12f2a3/propertyawards.net/wp-content/themes/ipa/assets/images/emblem-dragon.png);
    background-size: cover;
}
.entry-types-block .container .type-container .header {
    min-height: 10.9rem;
    background-color: #262626;
    padding: 0 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
.entry-types-block .container .type-container .header p.cost {
    color: #a0e79c;
    font-size: 1.8rem;
}
.entry-types-block .container .type-container .header p {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.44;
    font-size: 2.1rem;
    color: #fff;
    padding: 0;
    margin: 0;
}
.entry-types-block .container .type-container ul {
    padding: 0;
    padding-right: 3rem;
    padding-left: 7rem;
    list-style: none;
}
.entry-types-block .container .type-container ul li {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 2.8rem;
    line-height: 1.73;
    position: relative;
}
.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;
}
.entry-types-block .container .type-container p {
    padding-right: 3rem;
    padding-left: 7rem;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.73;
    margin-top: 2.8rem;
}

.entry-types-block .container .type-container .type:nth-child(2) {
    position: relative;
    background-image: url(https://propertyawards.net/nitropack_static/PAaFpkOYTZSOHfaKEawEwxYASWaUFuOq/assets/images/optimized/rev-e12f2a3/propertyawards.net/wp-content/themes/ipa/assets/images/emblem-lion.png);
    background-size: cover;
}
.entry-types-block .container .type-container .type {
    width: 33%;
    max-width: 30.3rem;
    margin: 0 6.2rem;
    background-color: #111;
    border: solid 1px #262626;
}
.entry-types-block .container .type-container .list-ticks,
.entry-types-block .container .type-container .list-dots {
    padding-top: 0 !important;
}
.entry-types-block .container .type-container .header {
    min-height: 10.9rem;
    background-color: #262626;
    padding: 0 3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
.is-style-ticks,
.list-ticks {
    list-style: none;
    list-style-type: none !important;
}
.entry-types-block .container .type-container .header p {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.44;
    font-size: 2.1rem;
    color: #fff;
    padding: 0;
    margin: 0;
}
.entry-types-block .container .type-container .header p.cost {
    color: #a0e79c;
    font-size: 1.8rem;
}
.entry-types-block .container .type-container .header p {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.44;
    font-size: 2.1rem;
    color: #fff;
    padding: 0;
    margin: 0;
}
.entry-types-block .container .type-container .header svg {
    position: absolute;
    left: -49px;
    height: 100%;
    top: -1px;
}
.entry-types-block .container .type-container ul {
    padding: 0;
    padding-right: 3rem;
    padding-left: 7rem;
    list-style: none;
}
.entry-types-block .container .type-container ul li {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 2.8rem;
    line-height: 1.73;
}
.entry-types-block .container .type-container strong {
    font-family: "Lato", sans-serif;
    font-weight: bold;
}
.entry-types-block .container .type-container .type:nth-child(2):after {
    content: "POPULAR";
    width: 100%;
    height: 3.2rem;
    background-color: #a0e79c;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 8px;
    position: absolute;
    top: -3.2rem;
}

.entry-types-section .slide-btn::after {
    z-index: 1 !important;
}

.video1-left p {
    line-height: 1.73;
    font-size: 1.5rem;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
}

.hvr {
    position: relative;
    overflow: hidden;
    height: 32rem; /* Küçük olanlar için inline override var zaten */
    border: 2px solid #000;
}

.bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: 1;
}

.hvr a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overlay-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #9dceff;
    border: solid 2px #1d3d69;
    color: #000;
    text-align: center;
    padding: 10px 5px;
    transition: bottom 0.3s ease;
    z-index: 3;
}

.hvr:hover .overlay-info {
    bottom: 0;
}

.overlay-info .name {
    font-weight: bold;
    font-size: 1rem;
}

.overlay-info .title {
    font-size: 0.9rem;
    color: #000;
}

.large-title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
    text-align: center;
}
.block-header p {
    margin: 0 auto;
    margin-bottom: 3.8rem;
    max-width: 80rem;
    margin-top: 1rem;
    color: #fff;
}
.judge-block-section {
    background: url("../img/judges/judge-banner-bg.webp") no-repeat center center;
}
.has-x-large-font-size {
    font-size: 42px;
}
.messages {
    color: #fff;
}
.messages h2 mark {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff !important;
    margin: 0;
}
.wp-block-spacer {
    clear: both;
}
.chairmen-message {
    background-color: #000;
}
.messages p {
    font-weight: 300;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.mark-no-bg {
    background-color: rgba(0, 0, 0, 0);
}

.paragraph-large-bold {
    font-size: 30px;
    font-weight: 700!important;
}

.paragraph-cardo-italic {
    font-size: 28px;
    font-family: "Cardo", serif;
    font-style: italic;
}

.spacer-30 {
    height: 30px;
}

.four-judges {
    background-color: #000;
    padding: 6rem 0;
}

.four-judges img {
    margin: 5rem auto 2rem auto;
}
.winner-feature-photo .overlay {
    mix-blend-mode: unset !important;
}
.winner-feature-photo .overlay svg {
    width: auto !important;
    height: auto;
}
.judges-landing-page {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/judges/panel-bg.jpg");
}
.judges-landing-page .judges-header {
    padding-top: 13rem;
}
.judges-header h2,
.judges-landing-page .judges-header p {
    text-align: center;
}
.is-style-capitalised {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.3rem;
    color: #fff;
    margin: 0;
}
.judges-landing-page h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 5.8rem;
    color: #a0e79c;
    margin: 0;
    text-align: center;
}
.judges-landing-page p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.judges-landing-page .judges-header .category-bar {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.judges-landing-page .judges-header .category-bar .category-container {
    border-radius: 15px;
    border: solid 1px #000;
    background-color: #111;
    display: inline-flex;
}
.judges-landing-page .judges-header .category-bar .category-container .active {
    font-family: "Lato", sans-serif;
    color: #9dceff;
    border: solid 1px #000;
    padding: 0.7rem 1.5rem;
    background-color: #262626;
}
.judges-landing-page .judges-header .category-bar .category-container a {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    color: #a3a3a3;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
}
.judges-landing-page .judges-header .category-bar .category-container a {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    color: #a3a3a3;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
}
.judges-landing-page .judges-header .category-bar .category-container a:hover,
.judges-landing-page .judges-header .category-bar .category-container .active {
    color: #9dceff;
    background-color: #262626;
}

.featured-judges-container {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
    padding: 0 5.8rem;
    flex-wrap: wrap;
    color: #fff;
}
.featured-judges-container .featured-judge {
    width: 48%;
    display: flex;
    border: solid 1px #262626;
    background-color: #111;
    transition: all 0.2s;
    position: relative;
    margin-bottom: 2rem;
}
.featured-judges-container .featured-judge a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.featured-judges-container .featured-judge img {
    width: 30rem;
    height: 30rem;
    border: solid 4px #000;
    -o-object-fit: cover;
    object-fit: cover;
}
.featured-judges-container .featured-judge img {
    filter: grayscale(1);
}
.featured-judges-container .featured-judge .text {
    padding: 2rem 3rem;
    position: relative;
    width: 100%;
}
.featured-judges-container .featured-judge .medium-title,
.featured-judges-container .featured-judge h3 {
    color: #9dceff;
    margin-bottom: 2rem;
}
.medium-title,
h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}
.v-small-title,
h5 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    margin: 0;
}
body.frontend h4,
body.frontend h5 {
    color: #fff;
}
.featured-judges-container .featured-judge .hover-arrow svg {
    width: 1.8rem;
    position: absolute;
    bottom: 0.5rem;
    right: 100%;
    transition: all 0.1s linear;
    visibility: hidden;
}
.featured-judges-container .featured-judge .hover-arrow svg path {
    fill: #a0e79c;
}
.featured-judges-container .featured-judge:hover {
    border: solid 1px #a0e79c;
    background-color: #000;
    transition: all 0.2s;
}
.featured-judges-container .featured-judge p {
    font-size: 1.3rem;
    line-height: 1.46;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.featured-judges-container .featured-judge:hover .hover-arrow svg {
    visibility: visible;
    right: 1.8rem;
}
.featured-judges-container .featured-judge:hover .hover-arrow svg:nth-child(2) {
    right: 2.6rem;
    transition-delay: 0.2s;
}
.featured-judges-container .featured-judge:hover .hover-arrow svg {
    visibility: visible;
}
.featured-judge .text p {
    text-align: start;
}
@supports (grid-template-rows: initial) {
    .single-judges-container {
        display: grid;
        grid-template-columns: repeat(5, 20%);
        grid-gap: 2rem 0.9rem;
    }
}
.single-judges-container {
    flex-wrap: wrap;
    justify-content: center;
    margin: 6rem 0 8rem 0;
    padding: 0 5.8rem;
}
.single-judge-block {
    width: 100%;
    height: 100%;
    border: solid 1px #262626;
    background-color: #111;
    transition: 0.2s;
    position: relative;
    color: #fff;
}
.single-judge-block article {
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
}
.single-judge-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.single-judge-block img {
    border: solid 4px #000;
    filter: grayscale(100%);
    object-fit: cover;
    width: 100%;
    height: 40rem;
}
.single-judge-block .text {
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1rem;
}
.single-judge-block h4 {
    text-align: center;
    margin-top: 2rem;
    width: 100%;
    color: #fff;
}
.v-small-title,
h5 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    margin: 0;
    color: #fff;
}
.single-judge-block p:nth-of-type(1) {
    margin-top: 3rem;
}
.single-judge-block svg {
    width: 1.8rem;
    position: absolute;
    right: 100%;
    visibility: hidden;
    bottom: 4rem;
}
.single-judge-block path {
    fill: #a0e79c;
}
.single-judge-block:hover {
    border: solid 1px #a0e79c;
    background-color: #000;
    transition: 0.2s all;
}
.single-judge-block:hover img {
    -webkit-filter: none;
    filter: none;
}
.single-judge-block:hover p {
    opacity: 0;
    transition: 0.2s all;
}
.single-judge-block:hover svg {
    right: 45%;
    transition: 0.1s all;
    transition-delay: 0.5s;
    margin-right: 1rem;
}
.single-judge-block:hover svg {
    visibility: visible;
    transition-delay: 0.2s;
}
.single-judge-block:hover svg:nth-of-type(2) {
    transition: 0.1s all;
    margin-right: 0;
}
.single-judge-block:hover svg {
    right: 45%;
}
body {
    background-color: #000;
}
.single-judge-header {
    padding-top: 14rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.single-judge-header h2,
.single-judge-header p {
    text-align: center;
}
.single-judge-header h1 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 5.8rem;
    color: #a0e79c;
    margin: 0;
}
.single-judge-header img {
    margin: auto;
    border: solid 4px #000;
    width: 32.6rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-judge-header .category {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 0;
}
.single-text p,
.single-judge-header p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

body.single-judge {
    background-size: 100% 50rem;
    background-image: url("../img/judges/judge-detail-bg.webp");
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    top: 0px !important;
}

.hero-section-for-judge-process {
    height: 100vh;
    background: url("../img/judges/judge-process-bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.content-50-50-block .container-fluid {
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
}
.content-50-50-block .container-fluid .black {
    background-color: #000000;
}
.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: #000000;
}
.content-50-50-block .icon-line .left {
    border-right: dashed 1px #262626;
}
.content-50-50-block .container-fluid .icon-mobile {
    display: none;
    top: auto;
    bottom: -4.4rem;
    transform: none;
    z-index: 1;
}
.content-50-50-block .container-fluid .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: #000000;
    z-index: 3;
}
.content-50-50-block .container-fluid .icon .img-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
}
.content-50-50-block .container-fluid .icon svg {
    width: 6rem;
    height: 6rem;
}
.content-50-50-block .container-fluid .icon svg path {
    fill: #a0e79c;
}
.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;
    color: #fff;
    z-index: 3;
}
.intObserve.fire {
    opacity: 1;
    bottom: 0;
}
.is-style-dots,
.list-dots {
    list-style: none;
    list-style-type: none !important;
}
.intObserve {
    position: relative;
    transition: all 0.4s ease-out;
}
.content-50-50-block .container-fluid .text h2 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    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: #ffffff;
    margin-left: 0;
    margin-right: 0;
    max-width: 80rem;
    font-weight: 300;
}
.content-50-50-block .container-fluid .text-container a:not(.btn-primary) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    font-family: "Lato", sans-serif;
    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: #ffffff;
}
.content-50-50-block .container-fluid .text-container a:not(.btn-primary):hover {
    transition: 0.2s;
    padding-right: 3rem;
}
.content-50-50-block .container-fluid .text p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.arrow-none {
    display:none!important;
}
.arrow-reverse {
    transform: rotate(180deg);
}
.arrow-reverse svg {
    right: -5rem!important;
    top: -3.5rem!important;
}