body{
    margin: 0%;
    font-family: sans-serif;
}
.main{
    
    margin: auto;
}
/*HEADER*/
.sticky{
    position: sticky;
    top: 0;
    background-color: white;
}
.wel-text{
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    width: 50%;
    font-size: medium;
    justify-content: center;
}
.header{
    height: 106px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    box-shadow: 0px 10px 60px #c8c7c7;
}
.title.heading{
    text-align: center;
    margin: 1px;
    color:rgb(36, 106, 176);
    
}
.slogan.heading{
    text-align: center;
    margin: 1px;
    color:rgb(112, 112, 112);
    display: block;
    font-weight: bold;
    font-size: xx-large;
}
.phone.heading{
    text-align: center;
    margin: 1px;
    color:#0866ff ;
    display: block;
    font-weight: bold;
    
    font-size: xx-large;
}

a{
    text-decoration: none;
}
    
.logo.heading{
    margin: 1px;
    display: flex;  
    justify-content: center;

}
.title-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*MAIN CONTENT*/
.subtitles{
    margin-bottom: 25px;
    text-align: justify;
}
.video-wrapper{
    margin-top: 2px;
    margin-bottom: 25px;
}

.slide{
    
}

.hero-p{
    color: white;
    text-align: left;
}
.hero {
    height: 60%;

    margin: auto;
    display: flex;
    align-items: center;
}
#hero-image {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/hero1.jpeg);
    background-size: cover;
    background-position: center;
}
h2{
    margin-top: 33px;
    margin-bottom: 0;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.hero-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;

}
.menu{
    display: flex;
    width: 25%;
    margin-right: 1px;
    margin-left: 1px;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.content-wrapper{
    max-width: 980px;
}
.menu-title{
    display: inline-block;
    margin: 4px;
    margin-bottom: 5px;
}
.menu-item{
    display: flex;  
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    min-height: 50px;
    flex-direction: column;
    align-items: center;
}
.menu-image-wrapper{
    display: flex;
    justify-content: center;
    max-width: 275px;
}
.menu-item-title{
    display: inline;
    margin: 5px;
    text-decoration: none;
}
.menu-phone{
    color:#0866ff;
    font-size: xx-large;
    margin-bottom: 10px;
}
.menu-email{
    color:rgb(50, 50, 50);
    
}
.slide-img{
    width: 100%;
}
.slide{
    display: flex;
}

.slide.section-title{
    color: #707070;
}
.table{
    display: flex;
    width: 100%;
    justify-content: center;
}
.table-column{
    width: 40%;
}
.table-item{
    height: 40px;
    
    border: #d5d5d5;
    /* border-style: solid; */
    border-width: 1px;
    border-bottom: none;
    
}
.table-item.title{
    font-size: larger;
    color:#0866ff;

}
.table-item.text{
    color: rgb(87, 85, 85);
    display: list-item;
    margin-left: 25px;
}
.table-item.last{
    /*
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d5d5d5;
    */
}
.column{
    width: 50%;
    text-align: justify;
    padding: 10px;
    display: flex;
    font-size: medium;
    justify-content: center;
}
.see-more-button{
    width: 150px;
    height: 50px;
    border-radius: 40px;
}
/*POPUP*/
.overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200vh;
    display: none;
}

.popup-img{
    position: fixed;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*FOOTER*/
.footer{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* max-width: 700px; */
    margin: auto;
    /* margin-bottom: 40px; */
    align-items: center;
    background-color: #e7e7e7;
    padding: 50px;

}
.contact-footer{
    margin: 1px;
    text-align: center;
    color: rgb(30, 30, 30);
    font-weight: 400;
    min-width: 400px;
}
.image-footer{
    display: flex;
    justify-content: center;
    width: 100%;
    align-content: center;
    flex-direction: row;
}
.column-footer{
    width: fit-content;
    text-align: justify;
    padding: 10px;
    font-size: medium;

}
.footer-img{
    width: 50px;
    height: 50px;
}

.text-footer.list{
    font-size: small;
}



.review-container{
    height: fit-content;
    padding: 34px;
    border-radius: 50px;
    box-shadow: 0px 10px 60px #c8c7c7;
}
.review-container.main{
    height: fit-content;
    padding: 10px;
    border-radius: 50px;
    box-shadow:none;

}


.review-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.review.info{
    display: flex;
    flex-direction: column;
    margin-right: 14px;
}
.review.name{
    font-weight: bold;
    font-size: x-large;
    color: #1d81ca;
}
.review.date{
    font-weight: bold;
    display: flex;
    font-size: large;
    align-items: center;
    color: #1d81ca;
}
.review.stars{
    height: 20px;
    margin-top: 3px;
}
.review-content{
    margin-top: 20px;
    color: #666666;  
}
.star{
    height: 100%;
}

@media screen and (max-width: 1100px) {
    .slogan.heading{
        text-align: center;
        margin: 1px;
        color:rgb(112, 112, 112);
        display: block;
        font-weight: bold;
        font-size: 2vw;
    }
    .phone.heading{
        text-align: center;
        margin: 1px;
        color:#0866ff ;
        display: block;
        font-weight: bold;
        font-size: 2vw;
    }

    .slide {
        display: flex;
        flex-wrap: wrap; 
        justify-content: center;
    }
    .menu-image-wrapper {
        display: flex;
        justify-content: center;
        max-width: 1000px;
    }
    p{
        font-size: 2em !important;
        max-width: 80%;
        margin: auto;
    }
    h1{
        font-size: 60px!important;
    }
    ul{
        width: 80%;
        margin: auto;
        font-size: 2em;
    }

    .menu-item-title{
        font-size:2em
    }
}