.wrapper{
    max-width: 920px;
    margin: 0 auto;
}
h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: -2px;
}
h2{
    font-size: 25px;
    line-height: 30px;
    color: var(--secondary--color);
    font-weight: 700;
}
h4{
    font-size: 24px;
    line-height: 65px;
    font-weight: 600;
}
h5{
    font-size: 20px;
    line-height: 26px;
    color: var(--secondary--color);
    font-weight: 600;
}
p{
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
}
.banner-overlay-img{
    position: relative;
}
.banner-overlay-img::after{
    content: "";
    background: url(../image/banner-overlay.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
}

.banner-overlay-img-offer{
    position: relative;
}
.banner-overlay-img-offer::after{
    content: "";
    background: url(../image/offer.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
    filter: grayscale(1);
}

.overlay-img{
    position: relative;
    z-index: 1;
}
.overlay-img img{
    margin-top: -19px;
}

.banner-overlay2-img{
    position: relative;
}
.banner-overlay2-img::after{
    content: "";
    background: url(../image/banner-overlay2.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

.banner-overlay3-img{
    position: relative;
}
.banner-overlay3-img::after{
    content: "";
    background: url(../image/banner-overlay3.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}

.appointment-btn{
    padding: 17px 40px;
    background: var(--accent-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
    color: var(--primary--color);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.appointment-btn:hover{
    color: var(--primary--color) !important;
    background: var(--accent-color);
    transform: translateY(-8px);
}

.appointment-btn-mini{
    padding: 5px 15px;
    background: var(--secondary--color);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    color: var(--primary--color);
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: ease-out;
    text-decoration: none;
}
.appointment-btn-mini:hover{
    color: var(--accent-color) !important;
    background: var(--primary--color);
    transform: translateY(-4px);
    text-decoration: none;
}

.separation {
    margin-top: 100px;
}

.map {
    height: 90%;
    width:90%;
    text-align: center;
    background-color: #1a1a1a;
    margin-left: 1%;
    margin-right: 0px;
    }
    
    .map iframe{
        width: 100%;
        height: 100%;
        background-color: #1a1a1a;
    }


    .margin {
        padding: 20px;
    }


.banner{
    background-color: #1a1a1a;
}

li{
    list-style: none;
}

.hamburger-box{
    margin-right: 0px;
}

.dropdown-item{
    align-items: center;
    text-align: center;
    margin: 0%;
}