*{
    padding: 0;
    margin: 0;
    font-family: lato;
}

header{
    height: 30vh;
}

.nav-header{
    background-color: #8DB90F;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container{
    max-width: 1600px;
    margin: 0 auto;
}

.logo p{
    display: none;
}

.logo img{
    height: 100px;
}

.nav{
    padding-top: 35px;
}

.nav ul{
    list-style: none;
}

.nav ul li{
    display: inline-block;
}

.nav ul li a{
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-family: lato;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
}

.nav ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    margin-left:auto;
    margin-right: auto;    
    background-color: #fff;
    transition: width 0.3s ease-out;
}

.nav ul li a:hover::before{
    width: 100%;
}

.sidebar{
    position: absolute;
    z-index: 999;
    top:0;
    right: 0;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: #ffffff3b;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.Menu-button svg{
    display: none;
    fill: #fff;
}

.sidebar ul{
    list-style: none;
    margin-top: 150px;
    margin-left: 70px;
    text-align: center;
}

.sidebar ul li{
    width: 100%;
    text-align: center;
    padding: 15px;
}

.sidebar ul li a{
    width: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    position: relative;
}

.HideOnMobile{
    display: none;
}

.img-section-heading p{
    text-align: center;
    padding-bottom: 50px;
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1.2px;
}

.first-row{
    display: flex;
    justify-content: space-evenly;
}

.img-holder img{
    max-width: 450px;
    max-height: 650px;
    border-radius: 20px;
    box-shadow: -10px 10px 11px 13px #00000033;
}

.img-holder-second{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.img-holder-second img{
    max-width: 860px;
    max-height: 773px;
    box-shadow: -10px 10px 11px 13px #00000033;
}


.footer-text p{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.footer-text{
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.social-media{
    display: flex;
    justify-content: space-between;
}

.holder{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-btn{
    width: 200px;
}

footer{
    background-color: #8DB90F;

}

.back-to-top img{
    height: 22px;
}

.insta a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;

}

.facebook a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.email a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.email a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.facebook a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.insta a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}

.phone a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    transition: 0.3s ease-out;
}

.phone a:hover{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.3s ease-in;
}