* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

.nav_bar {
    position: fixed;
    background-color: black;
    display: flex;
    justify-content: space-between;
    color: aliceblue;
    width: 100%;
    height: 90px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 999;
}

a {
    text-decoration: none;
}

.container1 {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg, #00000050, #00000050), url(image/Banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.n1 {
    color: white;
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
}

.n1 i {
    padding-top: 35px;
    color: rgb(255, 162, 0);
}

.n2 {
    padding-top: 35px;
    gap: 30px;

}

.n2 i {
    color: rgb(255, 162, 0)
}

.n2 a {
    color: white;
    font-size: 18px;
    font-family: 'poppins', sans-serif;
}

.n2 :hover {
    background-color: #EAB308;
    color: black;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
}

.n2 a i:hover {
    color: white;
}

.n3 img {
    width: 100px;
    height: 60px;
    margin-top: 15px;
}

.n4 img {
    height: 350px;
    width: 100%;
    max-width: 300px;
    object-fit: contain;
    margin: 20px 0 0 40px;
}

.n4 h3 {
    padding-top: 185px;
    color: #EAB308;
    margin-left: 35px;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
}

.n4 h4 {
    font-family: 12px 'poppins', sans-serif;
    font-size: 18px;
    color: white;
    margin: 0 0 0 19px;
}

.n5 {
    width: 10%;
    min-width: 130px;
    margin: auto;
    text-align: center;
}

.n5 h3 {
    color: #7F1D1D;
    font-family: 'poppins', sans-serif;
    background-color: #EAB308;
    width: fit-content;
    border-radius: 25px;
    padding: 10px;
}

.n5 h3:hover {
    background-color: #b48807;
    border: 2px;
    border-radius: 25px;
    width: fit-content;
    padding: 10px;
    cursor: pointer;
}

.box:hover {
    border-radius: 20px;
}

.container2{
    height: 100vh;
    background-color: #000;
    width: 100%;
   
}

.container2 .img-phara{
    display: flex;
    height: 100%; 
}

.banner{
    color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 10px 40px;
    
}
.hotbriyani{
    height: 90%;
    width: 100%;
}

.briyani{
    height: 500px;
    display: flex;
    width: 45%;
    height: 80%;
}

.hotbriyani img{
    object-fit: cover;
    width: 100%;
}

.thery{
    color: white;
    width: 40%;
    position: relative;
    left: 10px;
    font-size: 20px;
    margin-top: 2px;
    font-family: 'poppins', sans-serif;
    align-content: center;
}

.nizam2{
    width: 30%;
    height: 90%;
}

.nizam2 img{
    width: 100%;
    object-fit: cover;
    height: 500px;
    object-position: top;
}

.hotbriyani img{
    height: 100%;
}

.nizam{
    display: none;
}

.nizam2 img{
    height: 100%;
}

.container3 {
    padding: 20px 0;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    width: 100%;
    min-height: 800px;
    height: auto;
    justify-content: space-around;
}

.parentcards {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;

}

.card {
    width: 400px;
    min-height: 480px;
    height: auto;
    padding: 27px;
    border: 2px solid rgb(219, 215, 215);
    border-radius: 8px;
    background: #ffffff;

}

.parentimg {
    width: 100%;
    height: 65%;
    margin: 5px auto;

}

.parentimg img {
    object-fit: cover;

}

.detatil #pack1 p{
    display: flex;
}

.carddetails {
    width: 90%;
    /* height: 22%;
    margin: auto; */
}

.detail1 {
    display: flex;
}

.detail1 span p {
    margin: 2px 1px;
    font-family: 12px 'poppins', sans-serif;
    color: rgb(134, 134, 134);

}

.detail2 p {
    font-size: 13px;
    margin: -1px -2px;
    font-weight: bolder;
    font-family: 'poppins', sans-serif;
}

.detail3 {
    /* display: flex; */
}

.detail3 span {
    margin: 2px 5px;
}

.detail3 #pr1 {
    font-weight: bolder;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
    margin: 3px -2px;
    padding: 2px;
    font-size: large;
}

.detail3 #pr2 {
    font-weight: bolder;
    color: rgb(130, 130, 130);
    font-family: 'poppins', sans-serif;
    text-decoration: line-through;
}

.detail3 #pr3 {
    font-weight: 20px;
    color: rgb(114, 114, 114);
    font-family: 'poppins', sans-serif;
    margin: 1px;
}

.detail1 {
    font-family: 'poppins', sans-serif;
    font-weight: 300;

}

.fa-star {
    color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.n9 {
    color: gray;
    text-align: center;
    font-family: 'poppins', sans-serif;
    margin: 50px 0;
}

.n10 {
    font-size: 15px;
}

.n11 {
    color: black;
}

.container4 {
    background-color: white;
    width: 100%;
    height: 38vh;
    margin-top: 50px;

}

.br1 {
    padding-left: 4%;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 10vw;
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 2px black;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    text-transform: uppercase;
    display: flex;
}

.br2 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 3.5vw;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: gray;
    display: flex;
    justify-content: center;
}

.container5 {
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    width: 100%;
    height: auto;
    justify-content: space-around;
    padding: 60px 20px;
    text-align: center;


}

.p1 {
    font-size: 28px;
    color: black;
    margin-bottom: 10px;
    font-family: 'Bebas Neue', sans-serif;
    ;
}

.contact P {
    color: #666;
    font-size: 19px;
    margin-bottom: 30px;
    margin: 20px;
    font-family: 'poppins', sans-serif;
}

.part6-7 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    column-gap: 10%;

}

.container6 {
    width: 26%;
    min-width: 300px;
    height: 400px;
    border: 2px solid rgba(219, 215, 215, 0);
    border-radius: 8px;
    background: #ffffff;
    align-content: center;
    box-shadow: 2px 2px 10px rgb(210, 210, 210);
    margin-right: 10%;
}

input {
    margin: 3px;
    width: 90%;
    height: 40px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 5px;
    font-size: 15px;
    padding-left: 10px;


}

input[type="button"] {
    background-color: rgb(65, 65, 252);
    color: #ffffff;
    cursor: pointer;
}

.cardsend input:hover {
    background-color: rgb(1, 1, 209);
}


#textspace {
    margin: 5px;
    width: 89%;
    height: 145px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 0 0 10px;
    color: #7a7a7a;
}

.container7 {
    width: auto;
    border-radius: 8px;
    justify-content: center;
    align-content: center;
    text-align: left;
    line-height: 2;
    width: 370px;
    text-align: left;
}

.Touch {
    line-height: 1;
}

.address {
    line-height: 1;
}

.para {
    line-height: 1;
}

.call {
    line-height: 1;
}

.number {
    line-height: 1;
}

@media (max-width:370px) {
    .n2 {
        display: none;
    }

    .n4 img {
        margin: 10px;
        height: 250px;
    }
}

.facebook {
    font-size: 24px;
    height: 30px;
    width: 30px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 30px;
}

.facebook i,
.instagram i,
.twitter i,
.thread i {
    font-size: 30px;
    border-radius: 80px;
}

.facebook :hover {
    background-color: #EAB308;
    color: black;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
}

.facebook i:hover {
    color: white;
}

.instagram {
    font-size: 24px;
    height: 30px;
    width: 30px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    bottom: 30px;
}

.instagram :hover {
    background-color: #EAB308;
    border-radius: 10px;
    padding: 5px;
}

.instagram i:hover {
    color: white;
}

.twitter {
    font-size: 24px;
    height: 30px;
    width: 30px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 30px;
}

.twitter :hover {
    background-color: #EAB308;
    color: black;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
}

.twitter i:hover {
    color: white;
}

.thread {
    font-size: 24px;
    height: 30px;
    width: 30px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 30px;
}

.thread :hover {
    background-color: #EAB308;
    color: black;
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
}

.thread i:hover {
    color: white;
}

.livelocation {
    width: 100%;
    height: 175px;
}

.container8 {
    background-color: black;
    height: 36vh;
    width: 100%;
}

.footer {
    background-color: #000;
    color: white;
    padding: 40px 20px 20px;
    border-top: 1px solid #333;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.footer-column {
    flex: 1 1 200px;
}

.footer-column h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-family: 'poppins', sans-serif;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'poppins', sans-serif;
}

.footer-column ul li {
    margin: 8px 0;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-column ul li a:hover {
    color: #fff;
}

.logo-column {
    flex: 1 1 250px;
}

.logo img {
    width: 250px;
    position: relative;
    left: 7%;

}
.about{
    padding-left: 18%;
    font-family: 'poppins', sans-serif;
}

.social {
    margin-top: 6px;
}

.social p {
    padding-left: 48px;
    margin-bottom: 10px;

}

.social i {
    width: 24px;
    position: relative;
    left: 110px;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 0.85rem;
    color: #aaa;
    border-top: 1px solid #222;
    padding-top: 15px;
    font-family: 'poppins', sans-serif;
}
.social :hover{
    background-color: #ffbf00;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    width: fit-content;
    padding: 5px;
}
.social i :hover{
    color: white;
}


@media(max-width: 600px){
    .nizam2{
        display: none;
        width: 50%;
    }
    .img-phara{
        display: flex;
        flex-direction: column;
    }
    .briyani{
        height: 50%;
        width: 100%;
    }
    .hotbriyani{
        width: 50%;
        height: 50%;

    }
    .nizam{
        width: 50%;
        display: block;
        height: 50%;

    }
    .hotbriyani img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .nizam img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: top;
    }
    .briyani{
        display: flex;
    }
    .thery{
        /* margin: 10px; */
        width: 90%;
    }

    .thery p{
        font-size: 62%;
    }

}