@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

div#inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0;
}

section {
    padding: 100px 0 !important;
}

section .wrapper {
    width: 100%;
    max-width: calc(1528px + calc(60px - 12px));
    margin: 0 auto;
    padding: 0 calc(60px - 12px);
}

section img {
    max-width: 100%;
}

section .header_content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

section .row>* {
    padding: 0 12px;
}

section .line_div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

section .line_div span {
    color: #A5A5A5;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.52px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

section .line_div .line {
    height: 4px;
    width: 65px;
    margin-left: 10px;
    background-color: rgba(242, 170, 76, 1);
    margin-right: 19px;
}

section a.read_more {
    padding: 19px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    /* 100% */
    letter-spacing: 1.95px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    margin-top: 30px;
}

section a.read_more::after {
    content: "";
    width: 44px;
    height: 1px;
    border-top: 1px solid rgba(242, 170, 76, 1);
    position: absolute;
    right: calc(-44px / 2);
}

section a.read_more:hover{
    transition: .5s ease all;
    background-color: rgba(242, 170, 76, 1);
    color: white;
}

section p.date {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

section h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 25px;
    font-weight: 700;
    line-height: 110%; /* 27.5px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section p.description {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section p,
section li {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 158%;
    letter-spacing: 0.4px;
    line-height: normal;
    margin-bottom: 20px;
}

section p:last-child{
    margin-bottom: 0;
}

section * {
    margin-top: 0;
}

section h1 {
    color: #101820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(3.125rem, 2.813rem + 1.563vw, 4.688rem);
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section h2 {
    color: #101820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.5rem, 2.175rem + 1.625vw, 4.125rem);
    font-weight: 700;
    line-height: 110%; /* 72.6px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}


section .paging {
    gap: 0 15px;
    display: flex;
    align-items: center;
    margin-top: calc(60px - 24px);
    justify-content: center;
}

section .paging a,
section .paging span {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

section .paging span.page-numbers.current,
section .paging a:hover path,
section .paging span:hover path {
    transition: .5s ease all;
    background: #F2AA4C;
    border: 1px solid #F2AA4C;
    color: white;
    fill: #000;
}

section .ps-lg-5 {
    padding-left: calc(60px - 12px);
}

section .pe-lg-5 {
    padding-right: calc(60px - 12px);
}

.w-100 {
    width: 100%;
}

.align-items-center {
    align-items: center;
}

.line_div_only {
    width: 65px;
    height: 4px;
    background: #F2AA4C;
    margin-bottom: 24px;
}

section.live_luxurious_in_playa .container-fluid::after,
section.live_luxurious_in_playa .container-fluid::before,
section.live_luxurious_in_playa .row::after,
section.live_luxurious_in_playa .row::before {
    display: none;
}

section .desktop {
    display: block;
}

section .mobile {
    display: none;
}

section .black_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
    background: #272F36;
    gap: 24px 0;
}

section .black_box h3,
section .black_box p {
    color: white;
    margin: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

section#hp-git-wrap{
    padding: 0 !important;
}

@media (max-width: 1200px) {
    section .wrapper {
        padding: 0;
    }

    section {
        padding: 70px 30px !important;
    }
}

@media (max-width: 991px) {
    section .ps-lg-5 {
        padding-left: 0;
    }

    section .pe-lg-5 {
        padding-right: 0;
    }

    section .desktop {
        display: none;
    }

    section .mobile {
        display: block;
        margin-bottom: 30px;
    }
}


@media (max-width: 767px) {
    section {
        padding: 50px 20px !important;
    }
}