.header-logo {
    position: absolute;
    display: table;
    margin: auto;
    /* top: 63px; */
    /* top: 5.83vh; */
    /* top: calc(50 / 732 * 100vh); */
    top: 4.72vh;
    left: 0px;
    right: 0px;
    /* width: 143px; */
    z-index: 1;
}

.header-logo-img {
    position: relative;
    display: block;
    width: 7.44vw;
    margin: 0px auto;
}

.header-logo-img.mob {
    display: none;
}

.header-logo-img.desk {
    /* width: calc(286 / 1301 * 100vw); */
    width: calc(180 / 1301 * 100vw);
}

.home-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    /* aspect-ratio: 1920/1081; */
    background: url('../../img/front/mesach_dentistry_home_background_1920.webp') no-repeat;
    background-size: cover !important;
    background-position: bottom center !important;
}

.home-container:after {
    content: '';
    position: absolute;
    display: block;
    aspect-ratio: 895/160;
    width: calc(877 / 1301 * 100vw);
    bottom: 3.05vh;
    right: 0px;
    background: url('../../img/front/mesach_dentistry_expert_dental_solution.svg') no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.home-content {
    position: absolute;
    display: block;
    left: 0px;
    /* bottom: 33px; */
    bottom: 3.05vh;
    text-align: right;
    color: #58585a;
}

.home-contact-container {
    position: relative;
    display: block;
    text-align: left;
    background: rgba(255, 255, 255, 0.73);
    /* padding: 13px 0px 13px 280px; */
    padding: 1.20vh 0px 1.20vh 14.58vw;
}

.home-contact-container:after {
    content: "";
    position: absolute;
    display: block;
    /* right: -52px; */
    left: 100%;
    top: 0px;
    /* width: 52px; */
    /* width: 2.70vw; */
    aspect-ratio: 49/107;
    height: 100%;
    background: url('../../img/front/corner-home-content.png') no-repeat;
    background-position: left center !important;
    background-size: 100% 100% !important;
}

.home-contact-title {
    position: relative;
    display: block;
    /* font-size: 17px; */
    font-size: 0.88vw;
    /* letter-spacing: 2px; */
    letter-spacing: 0.10vw;
    /* line-height: 20px; */
    line-height: 1.85vh;
    /* margin-bottom: 5px; */
    margin-bottom: 0.46vh;
}

.home-contact-list {
    position: relative;
    display: block;
    /* font-size: 30px; */
    font-size: 1.56vw;
    /* padding-left: 33px; */
    padding-left: 1.71vw;
    /* line-height: 23px; */
    line-height: 2.12vh;
    /* margin-bottom: 13px; */
    margin-bottom: 1.2vh;
}

.home-contact-list:last-child {
    margin-bottom: 0px;
}

.home-contact-list:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    /* width: 23px; */
    width: 1.19vw;
    aspect-ratio: 23/23;
    background: url('../../img/front/whatsapp_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.home-qr {
    position: absolute;
    display: block;
    /* width: 189px; */
    width: 9.84vw;
    /* left: 53px; */
    left: 2.76vw;
    /* bottom: 0px; */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    overflow: hidden;
    background: #fff;
    text-align: left;
}

.home-qr-title {
    position: relative;
    display: block;
    /* font-size: 17px; */
    font-size: 0.88vw;
    /* letter-spacing: 2px; */
    letter-spacing: 0.10vw;
    /* line-height: 20px; */
    line-height: 1.85vh;
    /* padding: 25px 21px 0px 21px; */
    padding: 2.31vh 1.09vw 0px 1.09vw;
}

.home-qr-img {
    position: relative;
    display: block;
    width: 100%;
}

@media screen and (min-width : 1537px) {
    .home-container {
        background: url('../../img/front/mesach_dentistry_home_background_2880.webp') no-repeat;
    }
}

@media screen and (max-width : 768px) {
    .home-container {
        max-height: 600px;
    }

    .home-contact-container {
        padding: 15px 0px 15px 140px;
    }

    .home-qr {
        width: 100px
    }

    .home-qr-title {
        font-size: 10px;
        line-height: 15px;
        padding: 15px 10px 0px 10px;
    }

    .home-contact-title {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .home-contact-list {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
        padding-left: 15px;
    }

    .home-contact-list:before {
        width: 10px;
        top: 2px;
    }


    .header-logo {
        width: 80px;
    }
}

@media screen and (max-width : 500px) {
    .home-container {
        max-height: 90vh;
    }

    .home-content {
        bottom: 0px;
    }

    .header-logo {
        width: 75px;
        top: 30px;
    }

    .header-logo-img.mob {
        display: block;
        width: auto;
    }

    .header-logo-img.desk {
        display: none;
    }

    .home-qr {
        width: 100px;
    }

    .home-qr-title {
        padding: 15px 5px 0px 10px;
        font-size: 10px;
    }

    .home-contact-container {
        padding: 15px 0px 15px 125px;
    }

    .home-contact-title {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .home-contact-list {
        font-size: 15px;
        line-height: 17px;
        padding-left: 20px;
    }

    .home-contact-list:before {
        width: 12px;
    }

    .home-container:after {
        left: 119px;
        width: 96vw;
        bottom: 127px;
        right: auto;
    }
}