@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100% !important;
    padding: 0 60px;
  }
  .SectionTitle h3 {
    font-size: 75px;
  }
  .btn-book {
    font-size: 20px;
    padding: 15px 20px;
  }
  .SectionTitle p {
    font-size: 21px;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3::after {
    left: -15%;
  }
  #traditionSection .contentBox .SectionTitle p {
    padding-right: 10px;
  }
  #benne-dosa-section .benne-wrapper {
    height: 92vh;
  }
  #no-nonstick-section .nonstick-image img {
    max-width: 100%;
  }
  #butterSection .SectionTitle {
    max-width: 975px;
  }
  #benne-dosa-section .benne-content .subtitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #butterSection .bannerBox {
    min-height: 100vh;
  }
  #crunchSection .item {
    width: 652px;
  }
  #crunchSection .imgBox img {
    width: 347px;
    border-radius: 10px;
  }
  #experienceSection .contentBox {
    background: #9A4328;
    padding: 40px 50px;
    border-radius: 10px;
    color: #FFF6DC;
    margin-left: -45px;
    position: relative;
    height: 559px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    padding: 0 40px;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3::after {
    left: -18%;
  }
  #experienceSection .contentBox .SectionTitle h3 {
    padding-left: 115px;
  }
}
@media screen and (max-width: 1024px) {
  #benne-dosa-section .benne-wrapper {
    height: 100%;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3::after {
    left: -21%;
  }
  #benne-dosa-section .benne-content .SectionTitle h3 {
    font-size: 57px;
  }
  .SectionTitle h3 {
    font-size: 45px;
  }
  .SectionTitle p {
    line-height: 1.4;
  }
  #experienceSection .contentBox .SectionTitle h3 {
    padding-left: 90px;
  }
  #experienceSection .contentBox .SectionTitle h3::after {
    left: -25%;
  }
}
@media screen and (max-width: 990px) {
  .SectionTitle {
    margin-bottom: 0px;
  }
  .SectionTitle h3 {
    font-size: 38px;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3 {
    padding-left: 0;
  }
  #no-nonstick-section .nonstick-content .desc {
    padding-left: 0;
    margin-bottom: 0;
  }
  #benne-dosa-section {
    padding: 40px 0 0;
  }
  #no-nonstick-section {
    padding: 80px 0 0px;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3::after {
    top: 0;
    transform: translateY(-75%);
    width: 140px;
    height: 140px;
  }
  #benne-dosa-section .benne-wrapper .benne-header-logo img {
    height: 60px;
    width: auto;
    /* maintain aspect ratio */
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  #benne-dosa-section .benne-content {
    padding: 60px 8px;
  }
  #benne-dosa-section .benne-content .SectionTitle h3::before,
  #benne-dosa-section .benne-content .SectionTitle h3::after {
    width: 60px;
    height: 6px;
  }
  #benne-dosa-section .benne-content .SectionTitle h3 {
    font-size: 45px;
    margin-bottom: 0;
  }
  #benne-dosa-section .benne-content .subtitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #butterSection .bannerBox {
    min-height: 550px;
  }
  #butterSection .SectionTitle {
    padding: 65px 10px 40px;
    max-width: 100%;
  }
  #traditionSection {
    padding: 0;
  }
  #traditionSection .bannerBox {
    padding: 60px 10px;
  }
  #traditionSection .contentBox .SectionTitle h3 {
    text-align: left;
    padding-right: 0px;
  }
  #traditionSection .contentBox .SectionTitle p {
    text-align: left;
  }
  #traditionSection .contentBox .SectionTitle h3::after {
    width: 90px;
    height: 90px;
    right: -3%;
    top: 75%;
    transform: translateY(-40%);
  }
  #crunchSection {
    padding: 60px 0 0;
    position: relative;
  }
  #crunchSection .cardBox {
    flex-direction: column;
  }
  #crunchSection .slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
    position: absolute;
    z-index: 9;
  }
  #crunchSection .slider-nav .prevBtn,
  #crunchSection .slider-nav .nextBtn {
    width: 35px;
  }
  #crunchSection .imgBox img {
    width: 100%;
    transform: rotate(5deg);
  }
  #crunchSection .item {
    width: 100%;
  }
  #crunchSection .textBox {
    padding: 20px 20px 0;
  }
  #crunchSection .textBox ul {
    padding-left: 24px;
  }
  #experienceSection {
    padding: 60px 0 0;
  }
  #experienceSection .contentBox .SectionTitle h3 {
    padding-left: 0;
  }
  #experienceSection .contentBox .SectionTitle p {
    padding-left: 0;
  }
  #experienceSection .contentBox .SectionTitle h3::after {
    content: none;
  }
  #experienceSection .contentBox .web-button {
    padding-left: 0;
  }
  #contactSection .mainBox {
    padding: 40px 10px;
  }
  #contactSection {
    padding: 40px 0 0;
  }
  #contactSection .cardBox {
    padding: 30px 10px;
  }
  #faqSection .accordion-button,
  #faqSection .accordion-body {
    padding: 10px 10px;
    font-size: 16px;
  }
  #footerSection {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .SectionTitle {
    margin-bottom: 0px;
  }
  .SectionTitle h3 {
    font-size: 38px;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3 {
    padding-left: 0;
  }
  #no-nonstick-section .nonstick-content .SectionTitle .desc {
    padding-left: 0;
    margin-bottom: 0;
  }
  #benne-dosa-section {
    padding: 40px 0 0;
  }
  #no-nonstick-section {
    padding: 80px 0 0px;
  }
  #no-nonstick-section .nonstick-content .SectionTitle h3::after {
    top: 0;
    transform: translateY(-75%);
    width: 140px;
    height: 140px;
  }
  #benne-dosa-section .benne-wrapper .benne-header-logo img {
    height: 60px;
    width: auto;
    /* maintain aspect ratio */
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  #benne-dosa-section .benne-content {
    padding: 60px 8px;
  }
  #benne-dosa-section .benne-content .SectionTitle h3::before,
  #benne-dosa-section .benne-content .SectionTitle h3::after {
    width: 60px;
    height: 6px;
  }
  #benne-dosa-section .benne-content .SectionTitle h3 {
    font-size: 45px;
    margin-bottom: 0;
  }
  #benne-dosa-section .benne-content .subtitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #benne-dosa-section .benne-wrapper {
    height: 70vh;
  }
  #butterSection .bannerBox {
    min-height: 550px;
  }
  #butterSection .SectionTitle {
    padding: 65px 10px 40px;
    max-width: 100%;
  }
  #traditionSection {
    padding: 0;
  }
  #traditionSection .bannerBox .row {
    flex-direction: column-reverse;
  }
  #traditionSection .bannerBox {
    padding: 60px 10px;
  }
  #traditionSection .contentBox .SectionTitle h3 {
    text-align: left;
    padding-right: 0px;
  }
  #traditionSection .contentBox .SectionTitle p {
    text-align: left;
  }
  #traditionSection .contentBox .SectionTitle h3::after {
    width: 90px;
    height: 90px;
    right: -3%;
    top: 75%;
    transform: translateY(-40%);
  }
  #crunchSection {
    padding: 60px 0 0;
    position: relative;
  }
  #crunchSection .cardBox {
    flex-direction: column;
  }
  #crunchSection .slider-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 100%;
    position: absolute;
    z-index: 9;
  }
  #crunchSection .slider-nav .prevBtn,
  #crunchSection .slider-nav .nextBtn {
    width: 35px;
  }
  #crunchSection .imgBox img {
    width: 100%;
    transform: rotate(5deg);
  }
  #crunchSection .item {
    width: 100%;
  }
  #crunchSection .textBox {
    padding: 20px 20px 0;
  }
  #crunchSection .textBox ul {
    padding-left: 24px;
  }
  #experienceSection {
    padding: 60px 0 0;
  }
  #experienceSection .experienceRow {
    flex-direction: column-reverse;
  }
  #experienceSection .contentBox .SectionTitle h3 {
    padding-left: 0;
  }
  #experienceSection .contentBox {
    margin-left: 0;
    padding: 30px 10px 60px;
  }
  #experienceSection .contentBox .SectionTitle p {
    padding-left: 0;
  }
  #experienceSection .contentBox .SectionTitle h3::after {
    content: none;
  }
  #experienceSection .imageBox {
    margin-top: -35px;
  }
  #experienceSection .contentBox .web-button {
    padding-left: 0;
  }
  #contactSection .mainBox {
    padding: 40px 10px;
  }
  #contactSection {
    padding: 40px 0 0;
  }
  #contactSection .cardBox {
    padding: 30px 10px;
  }
  #faqSection .accordion-button,
  #faqSection .accordion-body {
    padding: 10px 10px;
    font-size: 16px;
  }
  #footerSection {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=LanderResponsive.css.map */