 * {
    font-family: "Poppins";
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}
  
body {
    background-color:  #F3F4E7;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar {
    display: flex;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    align-content: center;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    font-size: 2em;
    background-color: transparent;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 80px;
    top: 0;
    transition: top 0.3s, background-color 0.3s;
}

.left-nav {
    color: white;
    max-width: 100%;
    padding-top: 15px;
    margin-left: 30px;
    display: flex;
    flex-wrap: nowrap;
}

.right-nav {
    color: white;
    max-width: 100%;
    padding-top: 15px;
    text-decoration: none;
    margin-right: 40px;
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
}

.icon {
    display:none;
    visibility: hidden;
    color: #C3EF4C;
    position: absolute;
    max-width: 100%;
    top:35px;
    right:15px;
    text-decoration: none;
    margin-right: 40px;
    display: flex;
    flex-wrap: nowrap;
    transition: color 0.4s;
}

.icon:hover{
    color:#F3F4E7
}

a:visited {
    color: #C3EF4C;
}

.navText{
    padding: 0 10px;
}


.navBtn{
    color: #C3EF4C;
    transition: color 0.4s;
}
.navBtn:hover{
    color: #F3F4E7;
}

.navBtnAlt{
    color: #C3EF4C;
    transition: color 0.4s;
    display:inline-flex;
    flex-wrap: nowrap;
}
.navBtnAlt:hover{
    color: #F3F4E7;
}

.navLogo {

    height: 35px;
    transition: opacity 0.4s;
}



@media screen and (max-width: 1275px) {
    .right-nav {
        display:none;
    }
    .icon{
        display:flex;
        visibility: visible;
    }  
    .navText{
        display:none;
    }

    .right-nav.active {
        display: flex; 
        flex-direction: column;
        gap: 30px; 
        position: fixed;
        top: 0; 
        left: 0;
        width: 100%; 
        height: 100vh; 
        background-color: #003129; 
        justify-content: flex-start;
        align-items:flex-end;
        padding: 100px 55px;
        box-sizing: border-box; 
        overflow-y: auto; 
        transition: ease-in;
    }
    .navBtn{width:fit-content;}
}

@keyframes slideDown {
    0% {
        transform: translate(-50%, -80%);
    }

    100% {
        transform: translate(-50%, -40%);
    }
}



.landingImage {
    position: relative;
    margin: 0px;
    display: flex;
    overflow: hidden;
}

.landingImage img {
    position: relative;
    z-index: 0;
    height: 1080px;
    width: 100%;
    object-fit: cover;
}

.heroText {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    color: #F3F4E7;
    font-size: 9em;
    font-family: "swear-display";
    font-weight: 800;
    width: 100%;
    text-align: center;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
    transition: all 2s;
    animation: slideDown 1.5s ease-out, fadeIn 1s ease-out;

}

.heroText:target {
    transform: translateY(20%);
}



.marker {
    display: flex;
}



.marker img {
    position: absolute;
    z-index: 0;
    padding-top: 0px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1250px;
    height: auto;
    margin: 0px;
}

.indianCuisine {
    position: absolute;
    text-align: center;
    top: 55%;
    left: 50%;
    color: #C3EF4C;
    font-family: "Kaushan Script";
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    font-size: 12em;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.cards {
    display: flex;
    margin-top: 50px;
    margin-bottom: 150px;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    flex-wrap:wrap;

}

.headers {
    text-align: center;
    font-size: 6em;
    font-weight: 800;
    font-family: "swear-display";
    margin-top: 50px;
    color: #00473C;
}

.cardTitle {
    color: #00473C;
    font-weight: 600;
    font-size: 3em;
    font-family: "swear-display";
    padding-top: 0px;
    padding-bottom: 15px;
}

.cardDesc {
    color: #00473C;
    font-family: "Poppins";
    font-size: 1.5em;
}

.card {
    width: 400px;
    margin: 0px 20px 0px 20px;
    padding: 20px;
    border-radius: 1.25rem;
    background-color: #e1e6cf;
    color: #00473C;
    transition: background-color 0.4s, color 0.4s;
    text-decoration: none;
}

.card:hover {
    background-color: #073F36;
    color: #eff3df;

    .cardTitle{
        color: #eff3df;
    }

    .cardDesc{
        color: #eff3df;
    }

    .button {
        background-color: #90C232;
        color: #073F36;
    }

    .button:hover {
        background-color: #C3EF4C;
    
    }
    cursor: pointer;
}

.redirectMenu:visited {
    color: inherit;
}




.menuImage {
    width: 100%;
    object-fit: contain;
    border-radius: 1.25rem;
}

.order {
    background-color: #00473C;
    border-radius: 10px;
    border-width: thick;
    text-decoration: none;
    color: #F3F4E7;

}


.button {

    background-color: #f3f4e7;
    color: #073f36;
    padding: 15px 20px;
    font-family: "Poppins";
    font-size: 1.25em;
    border: none;
    border-radius: 10px;
    width:155px;
    height: 50px;
    transition: background-color 0.2s, color 0.2s;


}
.buttonAlt {
    background-color: #00473C;
    color: #f3f4e7;
    padding: 15px 20px;
    font-family: "Poppins";
    font-size: 1.25em;
    border: none;
    border-radius: 200px;
    transition: background-color 0.2s, color 0.2s;

}

.button:hover {
    background-color: #C3EF4C;
    color: #00473C;
}


.buttonAlt:hover {
    background-color: #C3EF4C;
    color: #00473C;
    cursor: pointer;

}

.order:visited {
    text-decoration: none;

}

.blocks {
    display: flex;
}

.locationImg{

    position: relative;
    margin: 0px;
    display: flex;
    width: 50%;
    overflow:hidden;
    justify-content: center;
    align-items: center;
    color: #F3F4E7;
}

.locationImg img{
    position: relative;
    z-index: 0;
    height: 700px;
    width: 100%;
    object-fit: cover;
}


.blockHeaders{
    position: absolute;
    font-size: 3em;
}

.blockPara{
    position: absolute;
    font-size: 1.5em;
    top:55%;
}
.button-wrapper{
    display: inline-block;
}

.rightBlock{
    height: 700px;
    background-color: #073F36;
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.location-image{
    height: 340px;
}

.address{
    margin-top: 50px;
    font-family: "Poppins";
    color: #e1e6cf;
    font-size: 1.5em;
}

.hours { 
    font-family: "Poppins";
    color: #e1e6cf;
    font-size: 1em;
}

.location-info{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@keyframes bumping {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(5px);
    }
}



.newsletter {
    height: 600px;
    background-color: #F3F4E7;
    display: block;
    padding-left: 100px;
    flex-direction: column;
}

.forms {
    margin-top:65px;
    border: 0;
    width: 35%;
    font-size:1.5em;
    background-color: transparent;
    border-bottom: 1px solid #00473C;
    color: #00473C;
    appearance: none;
    outline:none;
    padding-bottom:10px;
    transition: border-bottom 0.25s;
}



.forms:hover{
    border-bottom: 4px solid #00473C;

}
.forms:focus{
    color: #00473C;
    border-bottom: 4px solid #00473C;
}


.emailPara{
    font-size: 1.5em;
    font-weight: 400;
    color:#00473C;
    padding-left: 10px;
}
.footer{    
    display:flex;
    height:250px;
    background-color: #071b1a;
    color:#C3EF4C;
    padding-left: 50px;

    flex-direction:row;
}
.fullLogo {
    margin-top:60px;
    height:128px;
    width:128px;
}

.wordmark{
    padding: 100px 0 0 20px;
}

.footerPara{
    margin:20px 0 0 0;
}

.row{
    padding-left: 100px;
    padding-top: 30px;
}

.fa-brands{
    padding: 0 10px 0 10px;
}



.icons {
    line-height: 3em;
}