*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #000;
}

.main .row {
    justify-content: center;
    align-items: center;
}
p {
    color: white;
}

nav ul li {
    color:#dcb658;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color:#dcb658;
    font-size: 14px;
    font-family:sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#dcb658;
}

.button-1 a {
    background: #dcb658;
    text-decoration: none;
    padding: 12px;
    font-size: 16px;
    color: #fff;
}


.logo img {
    width: 80%;
}

.main {
    background: #000;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1 {
    font-size: 54px;
}

#back {
    background-image: url(https://cloud.symits.com/~symbioshostcpane/beta/Kababjees-bakers/img/back.webp);
    background-size: cover;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head-sec h1 {
    color: #fff;
    z-index: 999;
}

.head-sec p {
    color: #fff;
    z-index: 999;
}


section#back:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    /* color: #000; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
}
.main-one {
    z-index: 99;
}

.main-loc-head {
    color: #dcb658;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
}

.loc-head {
    color:#dcb658;
    font-family: "Poppins", Sans-serif;
    font-size: 27px;
    font-weight: 600;
}

.text p {
    color: #fff;
    font-size: 18px;
}


.text a {
    padding: 16px 38px;
    background: #dcb658;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.text {
    padding-top: 20px;
}

.disc-image{
    padding-top: 20px;
}
.disc-image img{
    width:100%;
}
 
.head-sec{
  text-align:center;   
 }












@media only screen and (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: end;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
       
}
/*i.ri-map-pin-2-fill.tab,i.ri-phone-line {
    color: red;
    padding-right:10px;
} */
 .lag{
    display: flex;
 }

.lag i {
    color: #dcb658;
    padding-right:10px;
}
.nav-link {
 
    color: #ffffff;
  
}
.footer {
    padding-bottom: 68px;
    padding-top: 68px;
}
.copy {
    padding-bottom: 10px;
    padding-top: 10px;
    border-block-start: 1px solid white;
}
a {
    color: #ff0000;
    text-decoration: none;
}

.navbar-nav {
    text-align: center;
}

.logo {
    text-align: center;
}



@media only screen and (max-width: 767px){
    
    
    .navbar-brand {
     width: 60%;
}
.navbar-brand img{
     width: 100%;
}  


    .main{
        height: unset;
    }

    .button-1 a{
        display: none;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border-color: rgba(0,0,0,.1);
        background-color: white;
    }
    section.py-5 {
        padding: 0px !important;
    }
    .loct .col-md-6 {
        padding-bottom: 25px;
    }

  /* .navbar-brand img{
        width: 50%;
    } */
}



.py-5 {
    padding-top: 10px!important;
   
}
