*{
  padding: 0px;
  margin: 0px;
}

h2.heading {
  font-family: serif;
/*  --titles: 'Poppins', sans-serif;*/
}
/** Header **/
nav.navbar.navbar-expand-lg.navbar-light.bg-light.outlet-header{
  background: none !important;
}
nav.navbar.sticky-top.navbar-expand-lg.navbar-light.bg-light.outlet-header.sticky{
  background: #ed1d25 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
/** Breadcrumb **/
.outlet-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0em 0em 0em;
  margin-top: -135px;
  width: 100%;
  height: 470px;
  background-image: linear-gradient(
180deg, #00000090, #00000000), url(../images/breadcrmb-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
    position: relative;
}
.outlet-breadcrumb:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -30px;
    height: 80px;
    background: #fff url(../images/breadcrum-border.png) no-repeat center / 100%;
}
.outlet-breadcrumb h1.breadcrumb-title {
  font-size: 55px;
  color: #fff;
  letter-spacing: 1px;
  background-image: linear-gradient(45deg,transparent, black, transparent);
    width: 50%;
    text-align: center;
}

/**  about **/
section.container{
  padding: 60px 0px;
  width:87% !important;
  margin: auto;
}
section.container .row{
  padding: 20px 0px;
}
h2.heading{
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  color: #ed1c24;
}

.text-center.right-image img{
  width: 100%;
}
p.text-justify {
    text-align: justify;
}
/*** section ***/
.about-origins img{
  width: 100%;
}
/*** section ***/
section.container.landscape,section.container.why-us,section.container.keeping-items{
  width: 100% !important;
  max-width: 2560px;
  background-blend-mode: multiply;
  background-color: #e2e2e2c9;
  background-image: url(../images/screte-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

section.container.landscape {
    background-blend-mode: normal;
}
section.container.why-us {
    background-image: linear-gradient(360deg, rgb(0 0 0 / 86%) 0%, rgb(7 7 7 / 48%) 100%), url(../images/Marathahalli_image1.jpg) ;
    background-blend-mode: normal;
}
section.container.landscape .row,section.container.why-us .row{
  width: 87%;
  margin: auto;
  padding: 2em 0em;
}
/*** section ***/
.taste-col2{
  position: relative;
}
.taste-col2 .taste-img2{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.taste-img1{
  width: 55%;
    position: relative;
    z-index: 1;
}
.taste-img2{
  width: 55%;
  animation: anim 3s infinite;
}
@keyframes anim{
  from{
    width: 50%;
  }
  to{
    width: 70%;
  }
}
.screte-heading-small-device{
  display: none;
}

/*** section ***/
section.container.keeping-items{
  background-color: rgb(0 0 0 / 70%);
  background-image: url(../images/biryani-pot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
    background-position: center;
  position: relative;
}
.keeping-items div.text{
  width: 60%;
  margin: auto;
}
.keeping-items .text-left{
  width: 80%;
  margin: auto;
}
.keeping-items .text-left p{
  text-align: left;
  margin-bottom: 0.7em
}
p.items-icon {
  display: flex;
}
.items-icon i{
  font-size: 17px;
  width: 30px;
  color: #fbcd04;
  padding-top: 6px;
}
.items-icon span{
  font-size: 20px;
}
/*** section ***/
section.container.southindia.pt-0 img.Image,section.container.brand img.Image{
  width: 100%;
}
.btn {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
  background-color: #ed1c24 !important;
  text-transform: uppercase;
  padding: 12px 30px !important;
  border-radius: 25px !important;
  text-decoration: none;
  margin: 20px auto;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0px !important;
}
/*** section ***/
section.container.why-us{
  background-color: #141414;
}
section.container.why-us .text{
  width:80%;
  margin: auto;
}


footer .row{
  padding: 0;
}
.pure-img {
    width: 42em;
    max-width: none;
    margin-left: -30px;
}


/*** Responsive ***/

@media (min-width: 992px) and (max-width: 1199.98px){
  .outlet-breadcrumb{
    height: 380px;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 8px !important;
  }
  section .row{
    padding-top: 0px !important;
  }
  h2.heading {
    font-size: 50px;
  }
  section.container.pt-0.orign .row,section.container.scret-taste .row,section.container.brand .row,section.container.why-us .row{
    padding-bottom: 0px;
  }
  section.container.pt-0.orign .col-6.pe-5{
    padding-right: 0px !important;
  }
  section.container.landscape .row{
    margin-right: 20px;
  }
  section.container.landscape .row .col-8.pe-5{
    padding-right: 0rem !important;
  }
  section.container.keeping-items .row .text.text-white {
    width: 80% !important;
  }
  section.container.keeping-items .mt-3 {
    margin-top: 2rem !important;
  }

}

@media (max-width: 991.98px){
  .outlet-breadcrumb{
    height: 350px;
  }
  section.container {
    padding: 35px 0px;
    max-width: 625px;
  }
  section .col,section .col-6{
    flex: 1 0 100%;
  }
  section.container.pt-0.orign .col-6.pe-5{
    padding-right: 0px !important;
    order: 1;
    padding-top: 2em;
  }
  section.container.pt-0.orign .col-6.ps-5{
    padding-left: 0px !important;
  }
  h2.heading {
    font-size: 45px;
  }
  .title-border {
    width: 17em !important;
  }
  section.container.landscape{
    background-color: #1f1f1fc9;
  }
  section.container.landscape h2,section.container.landscape p{
    color: #fff;
  }
  section.container.landscape .col-4.text-center{
    display: none;
  }
  section.container.landscape .col-8{
    width: 100%;
    padding-right: 10px !important
  }
  .screte-heading-small-device{
    display: block;
  }
  h2.heading.mb-4.screte-heading{
    display: none;
  }
  @keyframes anim{
    from{
      width: 55%;
    }
    to{
      width: 60%;
    }
  }
  section.container.scret-taste .col-6.text-center.taste-col2 {
    margin-top: 2em;
  }
  section.container.keeping-items .row .text.text-white{
    width: 80% !important;
  }
  section.container.keeping-items .col-6 {
    flex: 1 0 0;
  }
  section.container.keeping-items .row .row{
    width: 100%;
  }
  section.container.southindia.pt-0 .row{
    padding-bottom: 0px;
  }
  section.container.southindia.pt-0 .col-6.ps-5.pe-0 {
    order: -1;
    margin-bottom: 2em;
    padding-left: 10px !important
  }
  section.container.why-us .text {
    width: 100%;
  }

}

@media (max-width: 767.95px){
    .outlet-breadcrumb:before {
        height: 50px;
        background: #fff url(../images/breadcrum-border.png) no-repeat center / cover;
    }
    .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
    section.container.landscape {
        background-position: right center;
    }
    .col-7 {
        width: 100%;
    }
    section.container.landscape h2, section.container.landscape p {
        color: #232323;
    }
    .items-icon span {
        font-size: 16px;
    }
    .pure-img {
        width: 100%;
        max-width: none;
        margin-left: 0px;
    }
    .reverse-row {
        flex-direction: column-reverse;
    }
    .reverse-row .col-6 {
        width: 100%;
    }
    
}


@media (max-width: 575.98px){
  h1.breadcrumb-title {
    font-size: 28px !important;
  }
  .outlet-breadcrumb {
        height: 175px;
        margin-top: 5px;
        padding: 0px;
    }
  .navbar-brand img{
    max-width: 80%;
  }
  section.container.our-story .row{
    padding-top: 0px;
  }
  h2.heading {
    font-size: 26px !important  ;
  }
  .title-border {
    width: 12em !important;
  }
  section.container.pt-0.orign .col-6.pe-5 {
    padding-top: 0em;
  }
  section.container.landscape .row, section.container.why-us .row{
    padding-bottom: 1em ;
  }
  section.container.keeping-items .row .row .col-6{
      flex: 1 0 100%;
  }

}