* {
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
}

.logo-img{
    margin-left: 95px;
    margin-bottom: 20px;
    margin-top: -10px;
    cursor: pointer;
    
}

li {
    display: inline-block;
    margin: 10px;
    margin-top: 12px;
    font-size: larger;
    
}

.nav-items{
    padding-left: 400px;
    
}

#icon{
    font-size:xx-large ;
    font-weight:900;
    color: rgb(255, 255, 255);
    margin-top:8px ;
    display: inline;
    margin-left: -10px;
    cursor: pointer;
}

#icon:hover{
     color: #ED1C24;
     transition: 0.4s;
}

.btn-1:hover{
    background-color: white;
    color: #ED1C24;
    transition: 0.5s;
}

a{
    color: white;
    list-style-type: none;
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a:hover{
   color: #ED1C24;
   transition: 0.3s;
}

.btn-1{
    font-size:large;
    border-radius: 50px;
    padding: 18px;
    border: none;
    margin-right: 90px;
    margin-top: -6px;
    background-color: #ED1C24;
    color: white;
    cursor: pointer;
}
.hero-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 48px;
    cursor: pointer;
}

.container{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: -50px 
}

.heading-of-menu{
    color: white;
    font-size: xx-large;
    text-align: center;
}

.menu-items{
    display:flex;
    justify-content:space-around;
}

.menu-item1:hover{
    cursor: pointer;
    transition:0.3s;
    transform:scale(1.06);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}


.menu-item2:hover{
    cursor: pointer;
    transition:0.3s;
    transform:scale(1.06);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}


.menu-item3:hover{
    cursor: pointer;
    transition:0.2s;
    transform:scale(1.06);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}


.menu-item4:hover{
    cursor: pointer;
    transition:0.3s;
    transform:scale(1.06);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.item-name{
    color: white;
    display: flex;
    justify-content: space-between;
    margin-left: 130px;
    font-size: x-large;
    font-weight:normal;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.item-nm1{
    margin-right: 55px;
}


.item-nm3{
       margin-left: -0px;
       margin-right: 60px;
}


.item-nm4{
       margin-right: 10px;
       margin-left: -80px;
}      

.sec-2{
    display: flex;
}

.sec-2-sidepart{
    background-color: rgba(12, 11, 11, 0.953);
}

.sec-2para1{
    margin-top: 60px;
    margin-right: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size:medium;
    letter-spacing: 0.5rem;
    color: #e20000ed;
    text-transform: uppercase;
    text-align: center;
}

.sec-2head1{
    color: white;
    font-size:xxx-large;
    font-weight:550 ;
    margin-left: 100px;
}

.sec-2para2{
    color: rgb(176, 180, 173);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:550;
    word-spacing: 0.6rem;
    margin-left:100px ;
    margin-right: 30px;
}

.learn-btn{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    display: inline-block;
    border: none;
    border-radius:100px;
    font-size:medium;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom:7px;
    background-color: rgba(12, 11, 11, 0.953);
    color: white;
    border: 1px solid rgba(202, 202, 202, 0.88);
    margin-top: 30px;
    margin-left: 90px;
}

#icon2{
    color: #ED1C24;
    background-color: white;
    margin-left: 10px;
    padding: 10px 10px;
    border-radius: 100%;
}

.learn-btn:hover{
      background-color: #ED1C24;
      transition: 0.4s;
      cursor: pointer;
}

.learn-btn >a:hover{
        color: white;
}

.food-itm{
    display: flex;
    justify-content: space-evenly;
    margin-right: 0px;
}

.container{
    color: white;
    display: flex;
    justify-content: space-evenly;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.HEADING2{
    color: white;
    text-align: center;
}

.img1 > h3{
   margin-left: 80px;
   margin-top: -40px;
   font-weight: 300;

}

.img1 > p {
    margin-left: -25px;
    font-weight: 200;
}

.img2 > h3{
   margin-left: 100px;
   margin-top: -40px;
   font-weight: 300;
   font-size: larger;

}

.img2 > p {
    margin-left: 0px;
    font-weight: 200;
}

.img3 > h3{
   margin-left: 70px;
   margin-top: -40px;
   font-weight: 300;
   font-size: larger;

}

.img3 > p {
    margin-right:10px;
    font-weight: 200;
}

.Rs{
    font-size: large;
}

.img-1 , .img-2 , .img-3 :hover{
    cursor: pointer;
}



.icon-{
    background-color: red;
    color: white;
    border: none;
    font-size: x-large;
    border-radius: 900px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 140px;
    cursor: pointer;
}

.menu-image{
    cursor: pointer;
}

.order-btn{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    display: inline-block;
    border: none;
    border-radius:100px;
    font-size:large;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom:7px;
    background-color:#ED1C24;
    color: white;
}

.btn-a:hover{
    color: white;
}

.menu-of-the-week{
    color: white;
    display: flex;
}

.menu-of-the-week{
    background-color: rgba(12, 11, 11, 0.953);
}

.menu-para1{
    margin-top: 60px;
    margin-right: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size:medium;
    letter-spacing: 0.5rem;
    color: #e20000ed;
    text-transform: uppercase;
    text-align: center;
}

.menu-head{
    color: white;
    font-size:xxx-large;
    font-weight:550 ;
    margin-left: 100px;
    margin-right: 80px;
    margin-top: 30px;
}

.menu-para2{
    color: rgb(176, 180, 173);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:550;
    word-spacing: 0.6rem;
    margin-top: 30px;
    margin-left:100px ;
    margin-right: 90px;
}

.menu-name{
    color: rgb(255, 255, 255);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight:700;
    font-size: larger;
    word-spacing: 0.3rem;
    margin-top: 30px;
    margin-left:100px ;
    margin-right: 90px;
}

.price{
    color: rgb(255, 255, 255);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight:700;
    font-size: larger;
    word-spacing: 0.3rem;
    margin-top: 30px;
    margin-left:100px ;
    margin-right: 90px;
}

.order-btn{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    display: inline-block;
    border: none;
    border-radius:100px;
    font-size:medium;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom:7px;
    background-color: rgba(12, 11, 11, 0.953);
    color: white;
    border: 1px solid rgba(202, 202, 202, 0.88);
    margin-top: 30px;
    margin-left: 90px;
}

#icon3{
    color: #ED1C24;
    background-color: white;
    margin-left: 10px;
    padding: 10px 10px;
    border-radius: 100%;
}

.order-btn:hover{
      background-color: #ED1C24;
      transition: 0.4s;
      cursor: pointer;
}

.order-btn >a:hover{
        color: white;
}

.sec6{
    background-color: rgba(12, 11, 11, 0.953);
    color: rgb(176, 180, 173);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    padding: 90px 90px ;
}

.footer-left{
    margin-left: 100px;
    width: 180%;
    font-weight: 500;
}

.footer-left p {
    font-size:16.5px;
}

.footer{
    text-align: center;
    display: flex;
}

footer {
    background-color: black;
    color: white;
}

footer ul {
    display: flex;
    justify-content: space-around;
}

footer ul li {
    list-style: none;
}

.footer-li1 {
    margin-left: 110px;
    margin-right: 100px;
    cursor: pointer;
}



strong {
    font-size: medium;
}

.sec6 ul li {
    list-style: none;
    padding-left:30px  ;
    font-size: medium;
}

.footer-li3 {
    margin-left: 90px;
    margin-right: 90px;
}

.footer-li3 ul li i {
    font-size: 25px;
    cursor: pointer;
}

.main {
    color: red;
}

/****************************************ABOUT*********************************/
  
  .abt-sec {
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 60px 0;
}

.abt-box ,.abt-boxes {
    display: flex;
    text-align: center;
    width: 160vh;
    margin: 0 auto;
    color: white;
    height: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.abt-box .im1 img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.abt-box .im1 {
    width: 60%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.abt-box .tx1 {
    width: 60%;
    padding: 10px;
}

.abt-txt {
    text-align: center;
    width: 170vh;
    margin: 0 auto;
    height: 100%;
}

.tx1 span , .abt-hd span{
    font-weight: bolder;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.tx1 p {
    font-size:medium;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}

.abt-hd1 {
    flex-direction: column;
    gap: 10px;
}

.abt-hd {
    width: 140vh;
    margin: 0 auto;
    height: 9vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.abt-txt p ,h1 {
    padding: 10px 0;
}

.abt-txt h1 ,h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.abt-txt p {
    font-size:medium;
}

.abt-txt h2 {
    padding: 30px 0 ;
}

.abt-txts {
    padding: 10px;
}

.abt-txts h5 , p {
    padding: 4px 0;
}

.abt-txts p {
    font-size:medium;
}

.abt-img {
    height: 60%;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.abt-img img {
    width: 100%;
}

.abt-boxes {
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.abt-bx {
    height: 50%;
    width: 30%;
    border-radius: 15px;
    background-color: #0f0f0f;
}

#icon-3{
     margin-top: 25px;
     margin-right: -100px;
     font-size:xx-large;
    transition: 0.4s;
}

#icon-3:hover{
    color: #ED1C24;
}

.btn-link{
    border-radius: 100px;
    color: white;
    border: none;
    font-weight: 500;
    font-size: larger;
    padding:20px 20px 20px 20px;
    background-color: #ED1C24;
    transition: 0.4s;
}

#icon-4{
    color: #ffffff;
    background-color:#ED1C24 ;
    border-radius: 60%;
    padding: 7px 7px 7px 5px;
    margin-left: 5px;
}



.btn-link:hover{
    color: #ED1C24;
    background-color: white;
    
}

.nav-links{
    margin-top: 15px;
    margin-left: 60px;
}

/*******************************************about end*********************************/


/****************************************hamburger**********************************/


.header2 {
    display: none;
}

.hamburger {
    position: relative;
}

.hamburger0 {
    height: 100vh;
    padding-top: 40px;
    width: 50px;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
}

.hamburger:has(input[type="checkbox"]:checked) .hamburger0 {
    animation: move0 1s ease-in-out 0s alternate forwards;
}

.hamburger:has(input[type="checkbox"]:checked) .ham-links {
    display: block; 
}

.hamburger:has(input[type="checkbox"]:not(:checked)) .ham-links {
    display: none; 
}

.hamburger input[type="checkbox"]:checked ~ .bar1 {
    display: block;
    animation: move1 0.5s ease-in-out 0s alternate forwards;
}

.hamburger input[type="checkbox"]:checked ~ .bar2 {
    display: block;
    animation: move2 1s ease-in-out 0s alternate forwards;
}

.hamburger input[type="checkbox"]:checked ~ .bar3 {
    display: block;
    animation: move3 0.5s ease-in-out 0s alternate forwards;
}

.hamburger:has(input[type="checkbox"]:not(:checked)) .hamburger0 {
    animation: move-0 1s ease-in-out 0s alternate forwards;
}

.hamburger input[type="checkbox"]:not(:checked) ~ .bar1 {
    animation: move-1 0.5s ease-in-out 0s alternate forwards;
}

.hamburger input[type="checkbox"]:not(:checked) ~ .bar2 {
    animation: move-2 1s ease-in-out 0s alternate forwards;
}

.hamburger input[type="checkbox"]:not(:checked) ~ .bar3 {
    animation: move-3 0.5s ease-in-out 0s alternate forwards;
}

.input-bar {
    display: none;
}

.bar {
    background-color: white;
    height: 5px;
    width: 30px;
    border-radius: 15px;
    margin: 2px 0;
    cursor: pointer;
}

@keyframes move-0 {
    0% {
        width: 200px;
        background-color: white;
    }

    100% {
        width: 50px;
         background-color: transparent;
    }
}

@keyframes move0 {
    0% {
        width: 50px;
        background-color: transparent;
    }

    100% {
        width: 200px;
        background-color: white;
    }
}

@keyframes move1 {
    0% {
        transform: rotate(0deg);
        background-color: white;
    }

    100% {
        transform: rotate(45deg);
        background-color: black;
    }
}

@keyframes move2 {
    0% {
        margin-top: -13px;
        transform: translateX(0px);
        background-color: white;
    }
    50% {
        opacity: 0;
    }
    100% {
        transform: translateX(100px);
        opacity: 0;
        background-color: black;
    }
}

@keyframes move3 {
    0% {
        transform: rotate(0deg);
        margin-top: -13px;
        background-color: white;
    }

    100% {
        transform: rotate(-45deg);
        background-color: black;
        margin-top: -13px;
    }
}

@keyframes move-1 {
    0% {
        transform: rotate(45deg);
        background-color: black;
    }

    100% {
         transform: rotate(0deg);
         background-color: white;
    }
}

@keyframes move-2 {
    0% {
        transform: translateX(100px);
        background-color: black;
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        background-color: white;
        margin-top: -13px;
    }
}

@keyframes move-3 {
    0% {
        transform: rotate(-45deg);
        background-color: black;
        margin-top: -13px;
    }

    100% {
        transform: rotate(0deg);
        background-color: white;
        margin-top: -13px;
    }
}

.ham-links a{
    text-decoration: none;
    color: black;
}

.ham-link {
    padding: 10px;
    animation: move-link 2s ease-in-out 0s alternate forwards;
}

.ham-links {
    list-style: none;
    padding: 50px;
}

@keyframes move-link {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

/****************************************hamburger end*********************************/


/**************************************branches************************************/

.public-sec {
    background-color: black;
}

.public-main {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 90px;
}

.pub-imgs img {
    width: 100%;
}

.pub-imgs img:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: 0.6s;
}

.pub-imgs {
    border: 1px solid rgb(140, 150, 166,0.5);
    width: 500px;
    height: 500px;
}

.pub-content {
    text-align: center;
    width: 30%;
    margin: 0px auto;
    padding: 50px 0;
    color: white;
}

.pub-content ul li {
    list-style: none;
    padding: 4px 0;
}

.pub-content .main {
    font-size:30px;
    font-family:fantasy;
    padding-bottom: 40px;
}

.pub-content strong {
    font-size: 23px;
}

.pub-content ul li {
    font-size: 14px;
    width: 80%;
}

/*******************************************branches end***************************************/


/***************************************publications********************************/


.brn-sec {
    padding: 50px 0;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
}

.brn-main {
    margin-top: 100px;
    width: 500px;
    border-right: 1px solid red;
    border-left: 1px solid red;
    height: 80%;
    text-align: center;
}

.brn-main2 .brn-logo h3 {
    height: 100px;
    width: 200px;
    margin: 0 auto;
} 

.brn-main2 .brn-logo h3 img {
    width: 100%;
}

.brn-main2 .brn-logo2 {
    background-color: red;
    padding: 7px 5px;
    border-radius: 10px;
    width: 90%;
    margin: 10px auto;
    cursor: pointer;
}

.brn-main2 p {
    padding: 10px 0;
    color: white;
}

.brn-main2 .brn-box {
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
}

.brn-main2 .brn-box div {
    border: 1px solid red;
    width: 150px;
    cursor: pointer;
}

 /************************************publications****************************/
 
/**************************************media queri**********************/
 
@media (max-width:1200px) {

    .food-itm , .container {
        width: 100%;
        height: 100%;
    }

    .footer-left{
        width: 100%;
    }

    .sec6 {
        width: 100%;
        height: 100%;
    }

    .sec2 {
        height: 100%;
    }

    .hero-mid {
        flex-wrap: wrap;
    }

    .pub-main {
        flex-direction: column;
        align-items: center;
    }

    .abt-box , .abt-boxes , .abt-hd , .abt-txt{
        width: 90%;
    }

    .abt-txt {
        font-size: small;
        height: 100%;
    }

    .abt-box .tx1 {
        width: 60%;
    }

}

@media (max-width:1172px) {

    .abt-hd{
        font-size: x-small;
        border: 1px solid gray;
        text-align: center  ;
    }

    .abt-box {
        flex-direction: column;
        align-items: center;
    }

    .txt1 div {
        width: 80%;
        padding: 10px 0;
    }

    .imag1 {
        width: 80%;
    }

    .hero-mid2 {
        height: 50%;
    }

}

@media (max-width: 768px) {

    .navbar , .btn {
        display: none;
    }

    .header2 {
        display: block ;
    }

    .container {
        justify-content: flex-start ;
    }

    .hero-mid3 {
        width: 50%;
    }

    .ind-box {
        width: 100%;
        height: 100%;
    }

    .footer {
        flex-direction: column;
    }

    .disc {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .disc ,.footer-li1 ,.footer-li2 ,.footer-li3 {
        margin: 20px 0;
    }

    .disc p  {
        width: 70%;
    }

    .disc h3 {
        width: 30%;
    }

    footer ul li {
        font-size: small;
    }

    .hero-sec {
        font-size: small;
        width: 50%;
    }

    .sec1 {
        width: 100%;
        height: 60vh;
    }

    .sec2 {
        height: 100%;
        padding-bottom: 100px;
    }

    .hero-mid {
        flex-direction: column;
        align-items: center;
    }

    .hero-mid2 {
        display: block;
        width: 100%;
        background-color: #0f0f0f;
    }

    .imag1 {
        width: 100%;
    }

    .txt1 {
        width: 100%;
    }

    .txt1 div {
        width: 70%;
        padding: 20px 0;
    }

    .pub-imgs {
      height: 100%;
      width: 60%;
    }

    .pub-txt {
        width: 90%;
    }

    .abt-txt {
        padding-bottom: 20px;
        border-bottom: 1px solid gray;
    }

    .abt-boxes {
        flex-direction: column;
        align-items: center;
    }

    .abt-bx {
        width: 70%;
    }

}

@media (max-width:476px) {

    .hero-mid3 {
        width: 80%;
    }   
    
    .pub-imgs {
      width: 90%;
    }

    .abt-box .tx1,
    .abt-box .im1 {
        width: 90%;
    }

    .abt-bx {
        width: 90%;
    }
}


/* ******** MEDIA QUERIES END ******** */