* {
    margin: 0px;
    padding: 0px;
    font-family: MohrRoundedAlt-Regular;
}

h1, h2, h3, h4 {

    font-family: MohrRounded-SemiBold;
}

img {
    width: 100%;
}

hr {
    width: 50px;
    height: 3px;
    background: black;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url('../img/home/about me pattern.png');
    background-position: center;
}

img {
    width: 100%;
}

.top-call {
    font-weight: bolder;
}

.overlay-box {
    border-radius: 50%;
    padding: 0px;
    overflow: hidden;
    margin: 10px;
}

.overlay-content {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.overlay-text {
    color: white;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 21px;
}

.uppercase {
    text-transform: uppercase;
}

.time {
    text-align: right;
}

.contact-padding {
    padding-right: 55px;
    padding-left: 55px;
}

.col-padding {
    padding-right: 35px;
    padding-left: 35px;
}

.right-arrow {
    color: black;
    position: absolute;
    top: calc(50% - 32px);
    z-index: 15;
    right: -15px;
}

.left-arrow {
    color: black;
    position: absolute;
    top: calc(50% - 32px);
    z-index: 15;
    left: -15px;
}
.left-arrow img, .right-arrow img{
    width: 15px;

}

.bold {
    font-family: MohrRounded-Bold;
}

.semibold {
    font-family: MohrRounded-SemiBold;
}

.altsemibold {
    font-family: MohrRoundedAlt-SemiBold;
}

.banner {
    background: #fcd6da;
}

.logo {
    width: 150px;
    margin-bottom: 25px;
}

.deskOnly nav {
    gap: 20px;
}

.navigation > a {
    font-family: MohrRounded-SemiBold;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}
.nav-active{
    color: #704c50 !important;
}

.navigation > a:hover {
    color: #704c50 !important;
}

.banner-home {
    position: relative;
}

.banner-intro {
    text-align: center;
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    display: flex;
    align-items: center;
}

.title {
    font-size: 40px;
}

.header-intro {
    font-size: 20px;
}

.banner-hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background: black;
}

.group-boxes {
    margin-top: -45px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.introduction {
    text-align: center;
    font-size: 20px;
}

.img-section-heading {
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 1.5rem;
}

.left-img-text {
    background: #fcd6da;
    margin-left: -100px;
    padding: 20px;
    text-align: justify;
}

.right-img-text {
    background: #fcd6da;
    position: relative;
    z-index: 5;
    margin-right: -100px;
    padding: 20px;
    text-align: justify;
}

.testimonial {
    background-image: url("../img/home/testimonials overly.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-text {
    text-align: center;
    color: #fcd6da;
    width: 650px;
}

.testimonial-img {
    width: 120px;
}

.FAQs > h2 {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 680px;
    text-align: center;
}
.FAQs h3 {
    font-size: 1.35rem;
}

.contact-bg {
    background-image: url("../img/home/contat us banner image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-box {
    background-color: #fcd6da;
    margin-bottom: -100px;
    position: relative;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 20%);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.call-btn {

    background: black;
    color: #fcd6da !important;
    padding: 10px;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    text-decoration: none;
}

.call-btn:hover {
    color: #fcd6da;
    text-decoration: none;
}

.contact-field {
    border: 0px;
    border-radius: 0px;
    padding: 10px 15px;
}

.contact-field:focus {
    box-shadow: none;
}

.send-btn {
    text-transform: uppercase;
    background: black;
    color: #fcd6da;
    padding: 10px;
    border: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.send-btn:hover {
    cursor: pointer;
}

.contact-info-bg {
    background: #fcd6da;
}

.absolute {
    position: absolute;
    bottom: 3px;
}

.relative {
    position: relative;
}

.contact-social a {
    display: block;
    margin-bottom: 15px;
}

.contact-social .absolute {
    position: initial;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.opening-hours {
    width: 100%;
}

.mobOnly {
    display: none;
}

.deskOnly {
    display: block;
}

.tip-content {
    position: absolute;
    z-index: 5;
    height: 52px;
    color: #fcd6da;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    transition-duration: 1.5s;
}

.tip-container:hover .tip-content {
    height: 100%;
}

.tip-content > p {
    padding: 20px;
}

.tip-content > h4 {
    text-transform: uppercase;
    padding-top: 10px;
}

.collapse-link {
    display: block;
    padding: 10px;
    position: relative;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.collapse-link:hover {
    color: black;
    text-decoration: none;
}

.collapse-card {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-bottom: 0px;
    border-top: 2px solid rgba(0, 0, 0, .2);
}

.img-collapse-card {
    border: 0px;
}

.img-card-body {
    padding: 20px;
    display: block;
    background-color: #4b4041;
    color: #fcd6da;
    border-radius: 5px;
}

.top-arrow-1 {
    width: 36px;
    left: 9%;
    position: relative;
}

.top-arrow-2 {
    width: 36px;
    left: 35%;
    position: relative;
}

.top-arrow-3 {
    width: 36px;
    left: 61%;
    position: relative;
}

.top-arrow-4 {
    width: 36px;
    left: 87%;
    position: relative;
}

#accordion:last-child {

    border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.profile-img {
    width: 200px;
}

a.collapse-link:after {
    content: '+';
    right: 10px;
    font-weight: 100;
    position: absolute;
}

.collapse-body {
    padding-left: 10px;
    padding-right: 10px;
}
#accordion1 h4{
    font-size: 1.25rem;
}
.map-img img{
    max-width: 650px;
}

@media (max-width: 992px) {
    .logo {
        margin-bottom: 0px;
    }

    .navbar {
        padding: 0px;
    }

    h2 {
        font-size: 1.5rem;
    }

    .copyright-text > h4 {
        font-size: 16px;
    }

    .copyright-text > p {
        font-size: 14px;
    }

    .img-section-heading {
        line-height: 1;
    }

    .contact-box {
        background-color: #fcd6da;
        margin-bottom: 0px;
        padding: 15px !important;
    }

    .deskOnly {
        display: none;
    }

    .mobOnly {
        display: block;
    }

    .img-section-heading {
        text-align: center;
    }

    .nav-link {
        text-align: center;
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
    }

    .right-img-text {
        margin-right: 0px;
    }

    .left-img-text {
        margin-left: 0px;
    }

    .opening-hours {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-info-bg {
        background: #fcd6da;
    }

    .testimonial-text {
        width: auto;
    }

    .FAQs > h2 {
        font-size: 28px;
        width: auto;
    }

    .FAQs > h3 {
        font-size: 22px;
        width: auto;
    }

    .group-boxes {
        margin-top: -20px;
    }

    .call-btn {

        font-size: 18px;
    }
    hr{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .deskOnly {
        display: block;
    }

    .mobOnly {
        display: none;
    }
}

@media (max-width: 768px) {
    .title{
        font-size: 16px;
    }
    .header-intro {
        font-size: 10px;
    }
    hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .top-call a{
        display: none !important;
    }
    .overlay-text {
        font-size: 16px;
    }
}