body{
    background-color: #0C0C0C;
    margin: 0;
    padding: 0;
}
.hero{
    width: 98vw;
    height: 85vh;
    background-image: url('images/hero-bg.webp');
    padding: 1% 3%;
    box-sizing: border-box;
    position: relative;
}
.logo-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 250px;
}
.logo img{
    width: 250px;
    height: auto;
}    
.social-media{
    display: flex;
    justify-content: space-evenly;
    width: 80px;
}
.social-media img{
    width: 22px;
    height: auto;
}
.Hero-content{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hero-content-text{
    font-family: 'Outfit', sans-serif;
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 9.3px;
}
.hero-contact{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #4D4D4D;
}
.hero-content-div{
    width: 22%;
}
.hero-contact h5{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.about-us-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0; 
    border-bottom: 1px solid #4D4D4D;
}
.about-content{
    width: 50%;
    padding: 0 110px;
    box-sizing: border-box;
}
.about-img{
    width: 50%;
}
.about-img img{
    width: 100%;
    height: 450px;
}
.about-content h2{
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #AB9760;
    text-transform: uppercase;
}
.about-content p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
}
.happy-banner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #4D4D4D;
}
.happy-content-smiley{
    width: 50%;
    border-right: 1px solid #4D4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
}
.happy-content-smiley img{
    width: 50px;
}
.happy-content-smiley h5{
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #AB9760;
    margin: 0 0 0 10px;
}
.happy-content-smiley p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #AB9760;
    margin:0 0 0 10px;
}
.happy-content{
    width: 50%;
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #AB9760;
    padding-left: 160px;
    box-sizing: border-box;
}
.service{
    width: 100%;
    overflow: hidden;
    padding-bottom:50px;
    border-bottom: 1px solid #4D4D4D;
    margin-bottom: 10px;
}
.container{
    width: 86%;
    margin: 80px auto 0;
}
.service-header h2{
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #AB9760;
    text-transform: uppercase;
}
.service-header p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
}
.service-content{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.service-item-div{
    width: 30%;
}
.service-item-div h3{
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #AB9760;
    text-transform: uppercase;
}
.service-item-div p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}
.footer{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid #4D4D4D;
    margin-bottom: 10px;
}
.footer h2{
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #AB9760;
    text-transform: uppercase;
}
.contact-flex{
    display: flex;
    justify-content: space-between;
}
.contact-text{
    width: 40%;
}
.contact-text p{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
}
.row{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 50px;
}
.map-css{
    width: 600px;
}
@media only screen and (max-width: 480px) {
    .hero{
        width: 100vw;
        height: 70vh;
        padding-top: 10px;
    }
    .logo img{
        width: 200px;
    }
    .hero-1{
        width: 100%;
    }
    .hero-1 img{
        width: 100%;
    }
    .hero-content-text {
        font-size: 24px;
        text-align: center;
    }
    .hero-2{
        width: 100%;
    }
    .hero-2 img{
        width: 100%;
    }
    .hero-contact{
        flex-flow: column;
    }
    .hero-content-div{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-us-content{
        flex-flow:column ;
    }
    .about-content{
        width: 100%;
        padding: 0 0 0 20px;
    }
    .about-img {
        width: 100%;
        padding-left: 0px;
    }
    .happy-banner{
        flex-flow: column;
    }
    .happy-content-smiley{
        width: 100%;
        padding: 0;
    }
    .happy-content{
        width: 100%;
        padding: 0;
    }
    .service-content{
        flex-flow: column;
    }
    .service-item-div{
        width: 100%;
    }
    .service-item-div img{
        width: 100%;
    }
    .container {
        width: 95%;
    }
    .contact-flex{
        flex-flow: column;
    }
    .contact-text{
        width: 100%;
    }
    .row{
        margin-bottom: 0px;
    }
    .row img{
        width: 16px;
    }
    .contact-text p{
        margin-left: 5px;
    }
    .map-css{
    width: 100%;
    }
  }
@media only screen and (max-width: 320px) {
    .hero{
        width: 100vw;
        height: 70vh;
        padding-top: 10px;
    }
    .logo img{
        width: 200px;
    }
    .hero-1{
        width: 100%;
    }
    .hero-1 img{
        width: 100%;
    }
    .hero-content-text {
        font-size: 24px;
        text-align: center;
    }
    .hero-2{
        width: 100%;
    }
    .hero-2 img{
        width: 100%;
    }
    .hero-contact{
        flex-flow: column;
    }
    .hero-content-div{
        width: 100%;
        margin-bottom: 20px;
    }
    .about-us-content{
        flex-flow:column ;
    }
    .about-content{
        width: 100%;
        padding: 0 0 0 20px;
    }
    .about-img {
        width: 100%;
        padding-left: 0px;
    }
    .happy-banner{
        flex-flow: column;
    }
    .happy-content-smiley{
        width: 100%;
        padding: 0;
    }
    .happy-content{
        width: 100%;
        padding: 0;
    }
    .service-content{
        flex-flow: column;
    }
    .service-item-div{
        width: 100%;
    }
    .service-item-div img{
        width: 100%;
    }
    .container {
        width: 95%;
    }
    .contact-flex{
        flex-flow: column;
    }
    .contact-text{
        width: 100%;
    }
    .row{
        margin-bottom: 0px;
    }
    .row img{
        width: 16px;
    }
    .contact-text p{
        margin-left: 5px;
    }
    .map-css{
        width: 100%;
        }
  }