header {
    max-height: 730px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

nav {
    min-height: 100px;
    max-height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

nav .fixed {
    background-color: inherit;
    width: 100%;
    max-height: inherit;
    position: fixed;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.03);
}

nav .fixed .container {
    max-height: inherit;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
}
#wrapper-old .container{
     max-height: inherit;
    max-width: 1200px;
    width: 100%;
/*    display: flex;*/
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
}

nav .fixed .container ul {
    display: flex;
    align-items: center;
    gap: 30px;
    white-space: nowrap;
}

nav .fixed .container ul li {
    transition: 0.15s;
}

nav .fixed .container ul li a{
    color: #d4a54f;
}

nav .fixed .container ul li a:hover {
    opacity: 0.5;
}

nav .fixed .container .logo {
    max-height: 58px;
}

nav .fixed .container .google-reviews {
    height: 126px;
    margin-top: auto;
}

.hero {
    position: relative;
    flex: 1;
}

.hero .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero .bg.mobile {
    display: none;
    background-image: url("../images/lp-image/hero.jpg");
    background-position: center;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.hero .bg.mobile > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    transform: translateY(30%);
    color: #fff;
}

.hero .bg.mobile h1 {
    max-width: 250px;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
}

.hero .bg.mobile h1 span {
    color: #cfab6b;
    font-weight: bold;
}

.hero .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.hero .container .top {
    flex: 1;
    display: flex;
    justify-content: end;
}

.hero .container .top {
    flex: 1;
    display: flex;
    justify-content: end;
}

.hero .container .top > .banner-right-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding-top: 30px;
    color: #fff;
}


.hero .container .top > .banner-right-text .btn-group.mobile {
    display: none;
}

.hero .container .top > .banner-right-text h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 46px;
}

.hero .container .top > .banner-right-text h1 span {
    color: #d4a54f;
}

.hero .container .top > .banner-right-text p {
    font-size: 20px;
    line-height: 30px;
}

.hero .container .top > .banner-right-text .before-after {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero .container .top > .banner-right-text img:not(.arrow) {
    max-width: 109px;
    border-radius: 10px;
}

.hero .container .bottom {
    padding: 30px 0;
}

.hero .container .bottom ul {
    display: flex;
    justify-content: space-between;
}

.hero .container .bottom ul li span {
    font-size: 20px;
}

.hero .container .bottom .btn-group.mobile {
    display: none;
}

@media (max-width: 1220px) {
    .hero .container .bottom ul li span {
        font-size: 18px;
    }
}
@media (max-width: 1100px) {
    .hero .container .bottom ul li span {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    header {
        max-height: none;
        min-height: 100vh;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    nav {
        min-height: 70px;
        max-height: 70px;
    }
    nav .fixed .container .logo {
        max-height: 40px;
    }

    nav .fixed .container .google-reviews {
        height: 105px;
    }
    .hero .bg {
        height: 50%;
        object-fit: cover;
        object-position: top center;
    }
    .hero .bg.desktop {
        display: none;
    }
    .hero .bg.mobile {
        background-image: url("../images/lp-image/bg.webp");
        background-position: left center;
        display: flex;
        height: 450px;
        position: relative;
    }
    .hero .container {
        height: auto;
        padding-bottom: 50px;
    }
    .hero .container .top {
        padding-top: 80px;
        width: 100%;
        justify-content: center;
    }
    .hero .container .top > .banner-right-text{
        color: #000;
    }

    .hero .container .top > .banner-right-text .before-after {
        justify-content: center;
    }
    ul.list li {
        color: #000;
        text-align: center;
    }

    ul.list li img {
        display: none;
    }

    header .check-list li {
        color: #000;
        margin-bottom: 15px;
    }



    .hero .container .top > div h1 {
        display: none;
    }
    .hero .container .top > div .btn-group.mobile {
        display: flex;
    }
    .hero .container .top > div .btn-group.desktop {
        display: none;
    }
    .hero .container .bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .hero .container .bottom ul {
        flex-direction: column;
    }
    .hero .container .bottom .btn-group.mobile {
        display: flex;
    }
    nav .fixed .container ul {
        display: none;
    }
    .hero .container .top > div p {
        font-size: 23px;
        line-height: 31px;
        font-weight: bold;
    }
    .hero .container .top > div p span {
        color: #e8bf78;
    }
    .hero .container .top > div .before-after {
        max-width: 400px;
        width: 100%;
    }
    .hero .container .top > div img.arrow {
        display: none;
    }
    .hero .container .top > div img:not(.arrow) {
        max-width: none;
        width: 50%;
        flex: 1;
    }
}

@media (max-width: 700px) {
    .hero .bg.mobile {
        background-position: 15% center;
    }
}

@media (max-width: 500px) {
    .hero .bg.mobile {
        background-image: url("../images/lp-image/bg.webp");
    }
}

.check-list li{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}