* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    width: 100%;
    font-family: Arial, sans-serif;
    color: black;
    

    
}

.image-container {
    background-image: url(images/main.jpg);
    position: relative;
    width: 100%;
    height: 39em;
    margin-top: -5em;
    padding-bottom: 68px;
    background-repeat: no-repeat;
    background-size: cover; 
    object-fit: cover;
    position: sticky;
    overflow: hidden;
    
}

.nav-container {
    position: absolute;
    display: flex;
    top: 0;
    text-align: center;
    justify-content: flex-end;
    padding: 8px;
    opacity: 1;
    margin-left: 52em;
}

ul {
    display: flex;
    list-style: none;
    margin-left: auto; 
    padding: 14px;
}

li {
    margin: 0 15px;
}

a {
    text-decoration: none;
    color: #F1EFEF;
    font-size: 19px;
    font-weight: 100;
    padding-left: 20px;
}

.header-body {
    text-align: center; 
}

.zomato-logo {
    width: 304px;
    padding-top: 19em;
}

.header-body p {
    width: 51rem;
    color: white;
    text-align: center;
    font-size: 37px;
    margin-top: 18px;
    margin-left: 9em;
}

.description {
    color: black;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.description h2 {
    font-size: 36px;
    font-weight: lighter;
    margin: 0;
    display: flex;
    margin-bottom: 510px;
}

h2 .india {
    margin-right: 10px;
    font-weight: 200;
}

h2 .india img {
    padding: 5px;
}

.first {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -55em;
}


.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: -38em;
    padding: 4em;
    row-gap: normal;
}

.card1 {
    width: 355px;
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: 12px;
    padding: 24px;
    text-align: center;
    color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.arrow {
    float: right;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.68);
}
.card1:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* footer section */
.footer{
    width: 1100px;
    height: 480.28px;
    margin-left: 210px;
}
.second img {
    width: 128px;
    height: 32px;
    margin-left: 25px;
}


.sec {
    background: rgb(248, 248, 248);
    margin-right: 170px;
}


.second {
    display: flex;
    justify-content: space-between;
    text-align: left;
}


.sec-2 {
    display: flex;
    margin-right: -7em;
}


.sec-2 span {
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 1 0px;
    font-weight: 400;
}


.third {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    margin-left: 150px;
}

.third div {
    width: 200px;
}


.third h4 {
    font-weight: lighter;
    color: rgb(22, 22, 22);
    white-space: nowrap;
    margin-left: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.third a {
    display: inline-block;
    width: 200px;
    margin-bottom: 7px;
    white-space: nowrap;
    text-decoration: none;
    color: gray;
    font-size: 0.9rem;
}


.third img {
    width: 137px;
    height: 40px;
    margin-top: 11px;
    cursor: pointer;
    display: inline;
    margin-top: 3em;
    margin-bottom: -2em;

}



.box {
    margin-left: 110px;
    margin-bottom: 5px;
}

.base {
    padding: 10px 0;
    color: gray;
    font-size: 0.9rem;
}
hr{
    margin-top: 90px;
}