@media(min-width: 1600px) {
    .banner-sec {
        height: 100vh;
    }
}

@media (min-width: 1200px) {
    .container {
        position: relative;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media(max-width: 1199px) {

    /* Bengali Thali start */
    .bengali-thali-img-inner {
        padding: 38px;
    }

    .bengali-thali {
        padding: 0px 0 60px;
    }

    /* Bengali Thali end */

    .our-cooking-flex {
        gap: 34px;
    }

    /* burger section start */
    .tasty-img {
        top: -25px;
    }

    .red-chili-img {
        top: -34px;
        right: -47px;
    }

    .leaf-img {
        bottom: -46px;
        right: 33px;
    }

    /* burger section end */

    .left-girl-img img {
        height: 550px;
    }

    .table-inner-img img {
        height: 192px;
    }

    .about-sec-right p,
    .about-sec-right h2 {
        position: relative;
        z-index: 1;
    }

    .about-sec-left-inner-img {
        bottom: -4px;
        left: -8px;
    }

    .about-sec-left-inner-img img {
        height: 170px;
    }

    .customers-worldwide-tab-top .nav button {
        padding: 13px 36px;
    }

    .a-world {
        height: 420px;
    }

    .title-one {
        font-size: 35px;
        padding: 30px 40px;
    }

    .book-your-table-title span {
        font-size: 100px;
    }

    .design-header {
        height: 130px;
    }

    .banner-sec {
        height: 678px;
    }

    .banner-video-sec {
        width: 100%;
        height: 100%;
    }

    .banner-cont-sec {
        padding-top: 258px;
    }

    .contact-details-box {
        margin-bottom: 27px;
    }

    .contact-details-inner {
        padding: 22px 15px;
    }

    .contact-details-box {
        padding: 40px 0;
    }


}


@media(max-width: 991px) {

    h2 {
        font-size: 36px;
    }

    .navbar-toggler-icon {
        width: 2.2em;
        height: 2.2em;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .nan-btn-icon {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .curent .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translateY(0em);
        z-index: 1;
        transition: none;
        background-color: transparent;
        /* margin-top: 2px; */
        display: block !important;
        min-width: 100%;
        left: 0 !important;
        transform: translate(0%, 0px);
    }

    .sub-menu>li>a {
        color: hsl(222.2 84% 4.9%);
        padding: 5px 0;
        font-size: 14px;
    }

    .sub-menu>li {
        border: 0;
    }

    .web-header .navbar .navbar-nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }

    .menu_overlay {
        display: none;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 2;
    }

    .navbar-collapse {
        background-color: #f0f2f5;
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        display: none;
        height: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        overflow-x: scroll;
        display: block !important;
        transform: translateX(-260px);
        opacity: 0;
        visibility: hidden;
        padding: 0px 0 20px;
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        z-index: 3;
        padding: 18px 15px;
    }

    .navbar-collapse.menu-visible {
        transform: translateX(0px);
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }

    .sub-menu {
        display: none !important;
        position: relative;
        border: none;
        box-shadow: none;
        transform: translate(0%, 0px);
        left: 0;
        width: 100%;
        background: transparent;
    }

    .web-header .navbar .navbar-nav .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }

    .web-header .navbar .navbar-nav .nav-item.curent .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translateY(0em);
        z-index: 1;
        transition: none;
        display: block !important;
        min-width: 100%;
        left: 0;
        transform: translate(0%, 0px);
    }

    .menu_overlay.menu-visible {
        display: block;
    }

    .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-item {
        margin: 5px 0px;
    }

    .mobile-book-btn {
        display: block;
        margin-left: auto;
        margin-right: 12px;
    }

    .banner-video-sec video {
        object-fit: cover;
    }

    .web-header-inner .primary-btn {
        padding: 9px 24px;
    }

    .web-header-inner .nav-link {
        color: var(--black);
    }

    .web-header-inner .nav-link.active {
        color: var(--red);
    }

    /* footer start*/
    .footer-logo img {
        max-width: 140px;
    }

    .footer-menu ul {
        gap: 34px;
        padding: 24px 0 20px;
    }

    .footer-menu ul li a {
        font-size: 18px;
    }

    /* footer end*/

    .our-best {
        margin: 70px 0;
    }

    /* Bengali Thali start */
    .bengali-thali .row {
        --bs-gutter-y: 24px;
    }

    /* Bengali Thali end */

    .our-cooking-flex-box h4 {
        font-size: 17px;
        padding: 20px 0;
    }

    /* burger section start */
    .burger-sec-info,
    .book-btn {
        text-align: center;
    }

    .book-btn {
        display: flex;
        justify-content: center;
    }

    .burger-left-sec-row {
        --bs-gutter-y: 24px;
    }

    .red-chili-img {
        bottom: -121px;
        right: 0;
        top: unset;
    }

    .burger-sec {
        margin-top: 70px;
    }

    /* burger section end */

    .table-inner-img {
        left: 44px;
    }

    .about-sec-inner {
        text-align: center;
    }

    .about-sec-left-inner-img {
        bottom: unset;
        left: 32px;
        top: 83px;
    }

    .about-sec-left-inner-img img {
        height: 207px;
    }

    .about-sec-right h2 {
        font-size: 36px;
    }

    .about-sec-right p {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0 0px;
    }

    .about-sec {
        position: relative;
        margin: 50px 0;
    }

    .primary-btn,
    .secondery-btn {
        margin-top: 30px;
    }

    .customers-worldwide-tab-top .nav button {
        padding: 10px 24px;
    }

    .customers-worldwide-tab-top .nav button span {
        font-size: 16px;
    }

    .customers-worldwide-sec {
        margin-top: 50px;
    }

    .help-companies-tab-box {
        margin-top: 25px;
    }

    .book-your-table-title span {
        font-size: 87px;
    }

    .aiburovat-plate-img {
        width: 364px !important;
        right: 0;
        bottom: 71px;
    }

    .off-sec-cont h2 {
        font-size: 48px;
    }

    .off-sec-cont h2 span {
        font-size: 84px;
    }

    .off-sec-cont .book-btn {
        justify-content: start;
    }

    .off-sec-cont .book-btn a {
        padding: 11px 23px;
        font-size: 18px;
    }

    .about-sec {
        margin: 0 !important;
        padding: 50px 0;
    }

    .chef-box-info h4 a {
        font-size: 22px;
    }

    .chef-box-outer {
        margin-bottom: 24px;
    }

    .chef-box-info h4 a {
        font-size: 17px;
    }

    .contact-details-box {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .contact-cont-box a {
        font-size: 15px;
    }

    .contact-details-inner {
        margin-bottom: 15px;
    }

    .contact-details-inner {
        padding: 20px 68px 20px 20px;
    }

}

@media(max-width: 767px) {

    h2 {
        font-size: 32px;
    }

    /* footer start*/
    .footer-menu ul li a {
        font-size: 17px;
    }

    .footer-menu ul {
        gap: 26px;
    }

    /* footer end*/
    /* our best start */
    .our-best-info img {
        max-height: 70px;
    }

    .our-best-info p {
        font-size: 16px;
        margin-top: 15px;
    }

    .our-best {
        margin: 60px 0;
    }

    /* our best end */

    /* Bengali Thali start */
    .bengali-thali-img-inner {
        padding: 33px;
    }

    .bengali-thali-overlay-inner p {
        font-size: 15px;
    }

    .bengali-thali-overlay-inner h3 {
        font-size: 25px;
    }

    .bengali-thali {
        padding: 0px 0 50px;
    }

    /* Bengali Thali end */

    .our-cooking-info p {
        font-size: 14px;
    }

    .our-cooking-flex {
        gap: 24px;
        padding: 40px 0;
        grid-template-columns: repeat(3, 1fr);
    }

    .our-cooking h2 {
        font-size: 32px;
    }

    .sub-title {
        font-size: 18px;
        padding: 0 0px 15px 30px;
    }

    .burger-left-sec>img {
        height: 300px;
    }

    .red-chili-img img {
        height: 80px;
    }

    .red-chili-img {
        bottom: -83px;
    }

    .leaf-img img {
        height: 130px;
    }

    .burger-sec {
        margin-top: 60px;
    }

    .table-inner-img {
        left: 14px;
    }

    .about-sec-left-inner-img {
        bottom: unset;
        left: -15px;
        top: 16px;
    }

    .customers-worldwide-tab-top .nav button span {
        font-size: 14px;
    }

    .customers-worldwide-tab-top .nav button {
        padding: 7px 10px;
    }

    .book-your-table-title span {
        font-size: 68px;
    }

    .design-header .title-inner-wrapper {
        top: -54px;
    }

    .off-sec-box-inner .red-chili-img {
        bottom: auto;
    }

    .aiburovat-plate-img {
        width: 295px !important;
        right: 13px;
        position: absolute;
        bottom: 15px;
    }

    .testimonials-box {
        padding: 36px 36px;
    }

    .testimonials-box img {
        height: 70px;
    }

    .testimonials-box-inner-top p {
        font-size: 17px;
        line-height: 24px;
    }

    .banner-box h1 {
        font-size: 100px;
    }

    .banner-box h2 {
        font-size: 52px;
    }

    .navbar-brand img {
        height: 115px;
    }

    .banner-cont-sec {
        padding-top: 200px;
    }

    /* .properties-title-wrapper span {
        font-size: 126px;
    } */

    .chef-sec {
        padding: 60px 0;
    }

    .contact-icon-inner {
        width: 55px;
        height: 55px;
    }

    .contact-details-inner {
        padding: 22px 15px;
    }

    .contact-cont-box {
        margin-left: 25px;
    }

    .title-one {
        font-size: 25px;
        padding: 30px 40px;
    }

}

@media(max-width: 575px) {

    h2 {
        font-size: 28px;
    }

    .nan-btn-icon {
        width: 32px;
        height: 3px;
        margin: 7px 0;
    }

    .navbar-brand img {
        height: 120px;
    }

    .web-header-inner .primary-btn {
        padding: 9px 24px;
        font-size: 14px;
    }

    .mobile-contact-box {
        display: block;
 
        padding: 15px;
        border-radius: 5px;
    }

    .social-media-sec {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .social-media-sec li a {
        width: 30px;
        height: 30px;
        border: 1px solid var(--black);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--black);
        border-radius: 50%;
    }

    .web-header-inner .primary-btn {
        width: 100%;
        border-radius: 5px;
        text-align: center;
        font-size: 18px;
        margin-top: 5px !important;
    }

    .mobile-book-btn {
        width: auto !important;
        border-radius: 30px !important;
        font-size: 15px !important;
    }

    .testimonials-box img {
        display: none !important;
    }

    .testimonials-box {
        padding: 30px 18px;
        border-radius: 10px;
    }

    .testimonials-box-inner {
        padding: 0 14px;
    }

    .mobile-contact {
        text-align: center;
        margin: 20px 0;
        font-weight: 700;
    }

    .banner-box h1 {
        font-size: 88px;
    }

    .banner-box h2 {
        font-size: 54px;
    }

    .banner-cont-sec {
        padding-top: 205px;
    }

    .banner-sec {
        height: 590px;
    }

    .bengali-thali-img img {
        width: 100%
    }

    .bengali-thali-overlay-inner p {
        font-size: 20px;
    }

    .bengali-thali-overlay-inner h3 {
        font-size: 32px;
    }

    .burger-left-sec>img {
        height: 245px;
    }

    .tasty-img img {
        height: 54px;
    }

    .tomato-img img {
        height: 118px;
    }

    .burger-sec-info p {
        font-size: 29px;
    }

    .burger-sec-info img {
        height: 115px;
    }

    .book-btn a {
        margin-top: 25px;
    }

    .leaf-img img {
        height: 112px;
    }

    .burger-sec {
        margin-top: 50px;
    }

    .left-girl-img img {
        height: 482px;
    }

    .table-inner-img {
        top: 27px;
    }

    .table-inner-img img {
        height: 156px;
    }

    .about-sec-right h2 {
        font-size: 29px;
    }

    .primary-btn,
    .secondery-btn {
        font-size: 18px;
        padding: 11px 45px;
    }

    .customers-worldwide-tab-top .nav button span {
        font-size: 13px;
    }

    .customers-worldwide-tab-top .nav button {
        padding: 7px;
    }

    .help-companies-tab-body-box img {
        width: 100%;
    }

    .book-your-table-title span {
        font-size: 57px;
    }

    .tableBookModal .modal-dialog {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .tableBookModal .get-form-sec h3 {
        font-size: 26px;
    }

    .tableBookModal .get-form-box-wrapper label {
        margin-bottom: 8px;
    }

    .chef-social-media-sec {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }

    .chef-box-img {
        height: 300px;
    }

    .chef-social-media-sec ul {
        justify-content: center;
        gap: 15px;
    }

    .a-world {
        height: 322px;
        justify-content: end;
    }

    .title-one {
        font-size: 19px;
        padding: 27px;
        margin-bottom: 84px;
    }

    .navbar-brand img {
        height: 100px;
    }

    .contact-details-inner {
        width: 100%;
    }

    .contact-details-box {
        margin-bottom: 0px;
    }
}

@media(max-width: 480px) {
    .owl-carousel{
        margin-top: 40px;
    }
    h2 {
        font-size: 27px;
    }

    
    .mobile-book-btn {
        display: none;
    }

    .banner-cont-sec {
        padding-top: 174px;
    }

    .banner-box h1 {
        font-size: 78px;
    }

    .banner-box h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .banner-sec {
        height: 502px;
    }

    /* footer start*/
    .footer-logo img {
        max-width: 100px;
    }

    .footer-menu ul li a {
        font-size: 15px;
    }

    .footer-menu ul {
        gap: 15px;
        padding: 15px 0;
    }

    .social-media-info {
        margin-bottom: 15px;
    }

    /* footer end*/
    /* our best start */
    .our-best-info p {
        font-size: 14px;
    }

    .our-best-info img {
        max-height: 45px;
    }

    .our-best {
        margin: 40px 0;
    }

    /* our best end */

    .bengali-thali {
        padding: 0px 0 40px;
    }

    .our-cooking-flex {
        padding: 30px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .our-cooking-flex-box h4 {
        padding: 15px 0;
    }

    .our-cooking h2 {
        font-size: 27px;
    }

    .sub-title {
        font-size: 16px;
        padding: 0 0px 0px 30px;
    }

    .our-menu-carousel-inner img {
        height: 120px;
    }

    .our-menu-carousel-inner h4 {
        font-size: 16px;
        line-height: 11px;
        padding: 15px 0;
    }

   
    .primary-btn,
    .secondery-btn {
        font-size: 16px;
        padding: 16px 45px;
        margin-top: 25px;
    }

    .burger-left-sec>img {
        height: 192px;
    }

    .tasty-img img {
        height: 43px;
    }

    .tomato-img img {
        height: 89px;
    }

    .red-chili-img img {
        height: 64px;
    }

    .red-chili-img {
        bottom: -63px;
    }

    .burger-sec-info p {
        font-size: 22px;
    }

    .burger-sec-info img {
        height: 92px;
    }

    .leaf-img img {
        height: 87px;
    }

    .leaf-img {
        bottom: -32px;
    }

    .burger-sec {
        margin-top: 40px;
    }

    .get-form-sec h3 {
        font-size: 29px;
        padding: 0px 0 15px;
    }

    .get-form-sec {
        padding: 20px 15px;
    }

    .left-girl-img img {
        height: 333px;
    }

    .table-inner-img img {
        height: 99px;
    }

    .send-btn {
        font-size: 16px;
        margin-top: 15px;
    }

    .about-sec-left-inner-img img {
        height: 135px;
    }

    .about-sec-right-inner-img img {
        height: 112px;
    }

    .about-sec-right h2 {
        font-size: 25px;
    }

    .customers-worldwide-tab-top .nav button {
        width: 100%;
    }

    .customers-worldwide-tab-top .nav button span {
        font-size: 15px;
    }

    .customers-worldwide-sec {
        margin-top: 40px;
    }

    .book-your-table-title span {
        font-size: 45px;
    }

    .off-sec-box-inner {
        padding: 34px 23px;
    }

    .off-sec-box-inner .tomato-img {
        display: none !important;
    }

    .aiburovat-plate-img {
        width: 225px !important;
    }

    .tableBookModal .modal-dialog {
        max-width: 92%;
    }

    .tableBookModal .get-form-sec h3 {
        font-size: 20px;
    }

    .tableBookModal .get-input-box input,
    .tableBookModal .get-select-box select {
        height: 40px;
    }

    .tableBookModal .send-btn {
        font-size: 14px;
        padding: 9px 25px;
    }

    .tableBookModal .get-input-box img {
        top: 13px;
    }

    .chef-sec {
        padding: 50px 0;
    }

    .chef-box-img {
        height: 244px;
    }

    .about-sec-right-inner-img {
        right: -14px;
    }

        .design-header {
        height: 57px;
    }


}
