/* theme style sheet. */

body{
    padding: 0;
    margin: 0;
    font-family: Archer;
}
h5{
   color: #08588D;;
}
.heading_sec2 h2 {
    font-family: 'Museo 500';
}
/* Toggle button css */
#toggle {
    width: 27px;
    height: 40px;
    margin: 1px 10px;
}
  
#toggle div {
    width: 120%;
    height: 3px;
    background: #000000a8;
    margin: 6px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}
  
  #toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  #toggle.on .two {
    opacity: 0;
  }
  
  #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  
  #menu {
    color: white;
    border: 1px solid white;
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 3px;
    line-height: 100px;
    text-align: center;
    margin: auto;
    display: none;
  }

  ul.navbar-nav.ms-auto.mobile-menu {
    padding: 5px 20px;
    border: 1px solid gray;
    border-radius: 5px;
}

  nav.navbar.navbar-expand-lg.navbar-light .menu-toggle-btn {
    display: none;
}

.header-top{
    padding: 0;
    margin: 0;
}

.header-top .navbar{
   
    background-color:#fff;
    border-bottom: 1px solid #b1b1b1;
}

.header-top .navbar-nav .nav-item a{
    color: #000;
}

.p_100{
    padding: 100px 0px;
}
.our-store-sec .our-store-menu {
    display: flex;
    justify-content: center;
    gap: 80px;
}
.our-store-sec .card-content {
    text-align: center;
    text-transform: uppercase;

}
.our-store-sec .card-shadow {
    padding: 20px 80px;
    border-radius: 10px;
    width: 32%;
}

.our-store-sec .card-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.our-store-sec .card-btn {
    display: flex;
    flex-direction: column;
    text-transform: lowercase;
    gap: 10px;
    justify-content: center;
    margin: 0px 41px;
    width: fit-content;
}

.our-store-sec .main-heading {
    text-align: center;
    color: #08588D;
    text-transform: uppercase;
}
.our-store-sec .main-heading .our-stores{
    margin-bottom: 30px;
    font-weight: 400;
}
.discover-sec {
    padding: 160px 0px;
    opacity: 0px;
    background-size: cover;
}

.discover-sec .main-heading {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #08588D;
}

.discover-sec .discover-content .discover-heading {
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.discover-sec .discover-content {
    text-align: center;
    color: #FFFFFF;
    opacity: 0px;
    padding: 0px 160px;
}


.catering-sec .catering-container{
    width: 100%;
    height: 2468px;
    gap: 0px;
    opacity: 0px;   

}
.catering-sec .catering-container{
    width: 85%;
}


.footer-sec{
    background: #032841;
    border-bottom: 1px solid gray;

}


.footer-content {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    color: #fff;
}
.footer-content .address-icon li:before{
     
        font-family: 'FontAwesome';
        content: '\f3c5';
        margin:0 5px 0 -15px;
        color: #ffff;
}

.footer-content .social-link {
    display: flex;
    gap: 15px;
}
.footer-sec .social-link{
    text-decoration: none;
    color: #ffff;
}

.footer-sec ul {
    padding: 0;
    list-style: none;
}
.copyright-2024{
    text-align: center;
    background: #032841;
    color: #fff;

}

.footer-content ul {
    margin: 0px;
}

.footer-content .subscribe-btn {
    position: relative;
    /* height: 38px; */
    margin-left: 139px;
    margin-top: 4px;
    /* margin-left: 113px; */
    width: 100px;
    border-radius: 9px;
    background-color: #08588D;
}

.footer-content .subscribe-input {
    position: absolute;
    height: 46px;
    width: 244px;
    border-radius: 5px;
    padding: 16px;
}



/* 25/sep/2024 SK* */
.our-store-sec .card-btn {
    max-width: 375px;
    margin: auto;
    width: auto;
    gap: 20px;
    margin-top: 25px;
}
.our-store-sec .card-shadow {
    padding: 45px 70px;
    border-radius: 25px;
}
.our-store-sec .card-shadow:hover {
    box-shadow: 0px 16px 30px 0px #0000001A;
}
.our-store-sec .card-btn a.btn {
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 15px;
    font-family: 'Archer Book';
    font-size: 20px;
    font-weight: 325;
    line-height: 28.8px;
    text-align: center;
    text-transform: capitalize;
}
.our-store-sec .card-btn a.btn.btn-danger {
    background: #D92128;
}
.our-store-banner-sec h2.our-stores {
    text-align: center;
    color: #FFFFFF;
    padding-block: 20px;
}
.our-store-banner-sec h2.our-stores {
    text-align: center;
    color: #FFFFFF;
}
.discover-sec {
    position: relative;
    z-index: 9;
}
.discover-sec:after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 60%;
    z-index: -1;
}
.discover-sec .discover-content h2.discover-heading {
    color: #032841;
}
.discover-sec .discover-content p {
    font-family: 'Archer Book';
    font-size: 24px;
    font-weight: 325;
    line-height: 34px;
    text-align: center;
    max-width: 1003px;
    margin: auto;
    color: #000000;
}

header .header-top ul.main-menu.nav-menu li a {
    font-family: 'Archer Book';
    font-size: 20px;
    font-weight: 325;
    line-height: 24px;
    text-align: left;
    padding: 0 10px;
}
.header-top nav.navbar {
    padding-block: 15px;
    border-bottom: none;
}



/*catering page css start here*/

.sec3_content_box {
    max-width: 660px;
}
.sec3_content_box .cata_box p.cta_p a {
    font-family: 'Museo 300';
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    text-align: left;
    color: #000000;
    text-decoration: none;
}
.sec3_content_box .cata_box .cata_h {
    font-family: Museo;
    font-size: 52px;
    font-weight: 600;
}
.sec3_content_box .cata_box .cata_h h3 {
    color: #08588D;
}
.sec3_content_box .cata_box .cta_para {
    font-family: Museo;
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    text-align: left;
}
.sec2_outer .content_b_sec3 h4 {
    font-family: 'Museo 700';
    font-weight: 600;
    color: #08588D;
}
.sec3_outer .container.line .dip_box .head_dip h5 {
    color: #08588D;
}
.sec5_outer .salad_ot.line .dip_box .head_dip h5 {
    color: #08588D;
    padding-bottom: 0;
}


@media (max-width: 1400px) {

    .our-store-sec .our-store-menu {
        gap: 40px;
    }
    .our-store-sec .our-store-menu .card-shadow {
        padding: 30px 40px;
    }
    .our-store-sec .card-btn {
        gap: 15px;
    }
    .our-store-sec .card-btn a.btn {
        padding: 10px 15px;
    }
    .discover-sec {
        padding: 100px 0;
    }


}


@media (max-width: 1200px) {
    .our-store-sec .our-store-menu {
        gap: 30px;
    }
    .our-store-sec .our-store-menu .card-shadow {
        padding: 30px 20px;
    }
    .our-store-sec .card-btn {
        gap: 15px;
    }
    .our-store-sec .card-btn a.btn {
        padding: 10px 15px;
    }
    .discover-sec {
        padding: 70px 0;
    }
    .p_100 {
        padding: 70px 0px;
    }
    .our-store-banner-sec {
        background-size: cover;
        background-position: center;
    }
    h6,h5,h4,h3,h2,h1 {
        line-height: 1.2 !important;
    }
}

@media (max-width: 991px) {
.outer_sec_foot {
    padding: 50px 0 0 0;
}
 nav.navbar.navbar-expand-lg.navbar-light .menu-toggle-btn {
        display: block;
    }
    h6,h5,h4,h3,h2,h1 {
        line-height: 1.2 !important;
    }
    header .header-top {
    position: relative;
}
header .header-top ul.main-menu.nav-menu {
    padding: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    z-index: 99;
}
header .header-top ul.main-menu.nav-menu ul.sub-menu {
    padding: 20px;
}
.bg_outer h1 {
    font-size: 16vw !important;
}
.bg_outer h2 {
    font-size: 40px !important;
    letter-spacing: 1px;
}
.main-menu .sub-menu {
    display: none;
    position: relative !important;
}

}

@media (max-width: 767px) {
	.our-store-sec .card-shadow {
		padding: 22px 30px;
		border-radius: 10px;
		width: 100%;
	}
	.our-store-sec .our-store-menu {
		display: block;	
	}

	.discover-sec .discover-content {
		padding: 0px;
	}
	.p_100 {
		padding: 70px 0px;
	}
	.footer-content {
		display: block;
		color: #fff;
	}
	.footer-content div {
		margin-bottom: 36px;
	}

    #toggle {
        width: 35px;
        height: 40px;
        margin: 1px 10px;
    }
    
    .header-top .navbar-container{
         display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
/*25/sep/24*/
.p_100 {
    padding: 30px 0;
}
.discover-sec .discover-content p {
    font-size: 20px;
    line-height: 1.4;
}
.main-menu .sub-menu {
    display: none;
    position: relative !important;
}

.bg_outer h2 {
    font-size: 20px !important;
    letter-spacing: 1px;
}
.bg_outer h1{

    font-size: 50px !important;
}
.sec3_content_box .cata_box .cta_para {
    font-family: Museo;
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
}
  }


@media (max-width: 575px) {
      .p_100 {
        padding: 50px 0px;
    }
    .our-store-sec .our-store-menu .card-shadow {
        padding: 10px 20px;
    }

}