/* Small devices (phones, 0px to 599px) */
@media (max-width: 599px) {
	.header-top {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .header-bottom {
        justify-content: space-between;
    }

    .logo {
        position: relative;
        left: 0;
        transform: none;
    }

    .menu-toggle {
        display: block;
    }
	
	.menu-toggle img{
		width: 32px;
        height: 32px
	}

    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:#70693B;
        color: #fff;
        display: flex;
        flex-direction: column;
        transition: left 0.4s ease;
        z-index: 999;
    }

    .navbar__nav {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
		position: absolute;
        left: 30px;
        top: 85px;
    }

    .navbar.open {
        left: 0;
    }
	
	a.nav-link {
		color:var(--white-color);
	}
	
	.logo-img{
		width: 90px;
        position: absolute;
        left: 52px;
        top: -16px;
	}
	
	.book-now-btn {
        border: 2px solid var(--black-color);
        border-radius: 5px;
        width: 105px;
        height: 38px;
        font-size: 12px;
        font-weight: 600;
        color: var(--black-color);
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 28px;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer;
		display:block;
    }
	
	.hero-banner .hero-text{
	    margin-right: 0px;
	}
	
	.hero-banner .hero-text h1 {
        font-size: 35px;
        font-weight: 400;
        line-height: 40px;
        color: var(--black-color);
        margin-bottom: 30px;
    }
	
	.hero-banner .hero-img{
		width:100%;
		height:100%;
	}
	
	h2 {
       font-size: 30px;
       font-weight: 400;
       color: var(--black-color);
       line-height: 32px;
       margin-bottom: 25px;
    }
	
	.about-us .about-img {
       margin-right: 0px;
    }
	
	.about-text{
	   padding-top:0 !important;	
	   margin-bottom: 50px;
	}
	
	.swarasa-menu .swarasa-menu__container {
       margin-left: 15px;
    }
	
	.swarasa-menu h2{
	   margin-bottom:5px;
	}
	
	.swarasa-menu .view-link-btn{
	   font-size:11px;
	}
	
	.swarasa-menu .swarasa-menu__item .swarasa-menu__img h5{
	   font-size:12px;	
	}
	
	.book-table {
       background: #70693B;
       padding: 70px 0;
    }
	
	.book-table .book-table-text{
	   width:100%;	
	}
	
	.more-then-meal .more-then-meal-text {
       margin-right: 0px;
    }

	.more-then-meal .more-then-meal-img {
       margin-left: 0px;
    }
	
	.gallery-wrapper {
       padding-top: 0px;
    }
	
	.gallery-wrapper .gallery__container .gallery-item .gallery-img {
       height: 90px;
    }
	
	.gallery-wrapper .gallery__container .gallery-item .icon-box{
	   width: 18px;
	}
	
	/** location page css ***/
	.swarasa-domain {
       padding: 50px 0 30px;
    }
	
	.swarasa-domain .swarasa-domain-text {
       margin-right: 0px;
       padding-top: 0px;
	   margin-bottom: 30px;
    }
	
	.swarasa-domain .swarasa-domain-text h2 {
       margin-bottom: 20px;
       margin-right: 0px;
    }
	
	.swarasa-domain .swarasa-domain-img {
       margin-left: 0px;
    }
	
	.get-started {
       padding: 50px 0 0;
    }
	
	.map-container{
	   margin-top:30px;
	}
	
	.map-container img{
	   width:100%;
	   height:100%	
	}
	
	.events {
       padding: 60px 0;
    }
	
	.events .events-text {
       margin-left: 0px;
	   margin-bottom: 30px;
    }
	
	.events .events-text h2 {
       margin-right: 0px;
    }
	
	.faq {
       padding: 60px 0;
    }
	
	.faq .accordion .accordion-item .accordion-header .accordion-button {
       font-size: 20px;
	}
	
	/** menus page css **/
	.swarasa-our-menu {
       padding: 60px 0 0;
    }
	
	.our-menu__container .pd60 {
       padding-bottom: 20px;
       padding-top: 20px;
    }
	
	.our-menu__container .dashed{
	   border:none;	
	}
	
	.our-menu__box .our-menu__list .menu-item{
	   width: max-content;
       display: block;
	}
	
	.our-menu__box .our-menu__list {
       display: flex;
       gap: 25px;
       overflow-x: scroll;
    }
	
	.our-menu__container .our-menu__content{
		margin-top:30px;
		margin-left: 0;
	}
	
	.our-menu__container .our-menu__img{
	   width:100%;
       height:100%;	   
	}
	
	/** catering event **/
	
	.breadcrumb-banner {
      padding-top: 30px;
    }
	
	.breadcrumb-banner .breadcrumb-img {
      width: 100%;
      height: 350px;
    }
	
	.swarasa-gatherings {
      padding: 60px 0 20px;
    }
	
	.swarasa-gatherings .section-title{
	  width:100%;
      margin: 0 auto 40px;	  
	}
	
	.swarasa-gatherings .single-box__item h3 {
      font-size: 24px;
	}
	
	.swarasa-gatherings .single-box__item{
	  margin-bottom:25px;
      padding: 35px;	  
	}
	
	.swarasa-host-event .host-event-text .address-box {
       padding-top: 10px;
    }
	
	.swarasa-host-event .host-event-text .address-box h3 {
       font-size: 24px;
       margin-bottom: 32px;
    }
	
	.host-event-text h4 {
       font-size: 22px;
	}
	
	.swarasa-host-event .host-event-img {
       padding-top: 40px;
    }
    
    /*** about us ***/
	.swarasa-about__area {
       padding: 50px 0;
    }
	
	.swarasa-about__area .about-content h2 {
       margin-right: 0px;
    }
	
	.swarasa-about__area .about-img__box {
       display: flex;
       flex-direction: column;
       gap: 20px;
    }
	
	.swarasa-about__area .about-img__box img{
	   width:100%;
       height:250px;	   
	}
	
	.our-story__area {
       padding: 50px 0 60px;
    }
	
	.our-story__area .our-story-content{
	   width:100%;
	}
	
	.our-story-content:before{
	   content:unset;	
	}
	
	.our-story-content:after{
	   content:unset;	
	}
	
	/*** contact us ***/
	.swarasa-contact__area{
	   padding: 50px 0;
	}
	
	.contact-container{
	   width:100%;	
	}
	
	.swarasa-contact__area .contact-info h3 {
       font-size: 30px;
       margin-bottom: 25px;
    }
	
	.swarasa-contact__area .contact-info ul {
       margin-right: 0px;
    }
	
	.swarasa-contact__area .contact-info ul li {
       margin-bottom: 30px;
    }
	
	.contact-form__box {
       padding: 40px 30px;
    }
	
	.swarasa-contact__area .contact-info:after{
	   content:unset;	
	}
	
	.swarasa-contact__area:before{
	   content:unset;	
	}
	
	.swarasa-location__area {
       padding: 50px 0 60px;
    }
	
	.swarasa-location__area .map-area img {
       width: 100%;
       height: 230px;
       object-fit: cover;
       border-radius: 40px;
    }
    
    /*** booking ***/
	.swarasa-booking__area {
       padding: 50px 0 50px;
    }
	
	.single-booking__item .content-box h4 {
       font-size: 24px;
	}

    .swarasa-booking_bg .book-table_form {
        padding: 70px 0;
    }

    .swarasa-booking_bg .book-table_form form {
        width: 100%;
        padding: 30px;
    }

    .swarasa-booking_bg .book-table_form .form-group textarea{
        margin-top: 0px;
    }
    
    /*** booking details ***/
    .swarasa-booking-details {
        padding: 60px 0 70px;
    }

    .swarasa-booking-details .section-title h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .swarasa-booking-details .details-box{
        padding: 40px 30px 30px;
        margin-bottom: 20px;
    }

    .swarasa-booking-details .details-box h4 {
        font-size: 24px;
        font-weight: 400;
        color: var(--black-color);
        line-height: 28px;
        font-family: var(--heading-font);
    }
	
	.footer .footer-top {
       padding: 50px 0;
    }

	.footer .footer-top .footer-widget{
	   margin-bottom: 60px;	
	}
	
}

/* Medium devices (tablets, 600px to 899px) */
@media (min-width: 600px) and (max-width: 899px) {
	
	.header-top {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .header-bottom {
        justify-content: space-between;
    }

    .logo {
        position: relative;
        left: 0;
        transform: none;
    }

    .menu-toggle {
        display: block;
    }
	
	.menu-toggle img{
		width: 32px;
        height: 32px
	}

    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color:#70693B;
        color: #fff;
        display: flex;
        flex-direction: column;
        transition: left 0.4s ease;
        z-index: 999;
    }

    .navbar__nav {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
		position: absolute;
        left: 30px;
        top: 85px;
    }

    .navbar.open {
        left: 0;
    }
	
	a.nav-link {
		color:var(--white-color);
	}
	
	.logo-img{
		width: 90px;
        position: absolute;
        left: 45px;
        top: -16px;
	}
	
	.book-now-btn {
        border: 2px solid var(--black-color);
        border-radius: 5px;
        width: 105px;
        height: 38px;
        font-size: 12px;
        font-weight: 600;
        color: var(--black-color);
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 28px;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer;
		display:block;
    }
	
	
	h2 {
       font-size: 30px;
       line-height: 35px;
       margin-bottom: 20px;
    }
	
	.hero-banner .hero-text{
	   margin-right: 0px;
	}

    .hero-banner .hero-text h1 {
       font-size: 36px;
       font-weight: 400;
       line-height: 45px;
       color: var(--black-color);
       margin-bottom: 30px;
    }
	
	.hero-banner .hero-img {
       width: 100%;
       height: 100%;
    }
	
	.about-us .about-img {
       margin-right: 30px;
    }
	
	.swarasa-menu .swarasa-menu__container {
       margin-left: 35px;
    }
	
	.swarasa-menu .swarasa-menu__item .swarasa-menu__img h5 {
       font-size: 16px;
       font-weight: 700;
       line-height: 16px;
	}
	
	.more-then-meal .more-then-meal-text {
       margin-right: 0px;
    }
	
	.more-then-meal .more-then-meal-img {
       margin-left: 20px;
    }
	
	/** location page css **/
	.swarasa-domain {
       padding: 60px 0 40px;
    }
	
	.swarasa-domain .swarasa-domain-text {
       margin-right: 0px;
       padding-top: 25px;
    }
	
	.swarasa-domain .swarasa-domain-img {
       margin-left: 20px;
    }
	
	.get-started {
       padding: 50px 0 20px;
    }
	
	.map-container img{
	   width:100%;
       height:100%;	   
	}
	
	.events .events-text {
       margin-left: 20px;
    }
	
	/** menus page css **/
	.our-menu__box .our-menu__list {
       display: flex;
       gap: 25px;
       overflow-x: scroll;
    }
	
	.our-menu__container .our-menu__img{
	   width:100%;
       height:100%;	   
	}
	
	.our-menu__box .our-menu__list .menu-item{
	   width: max-content;
       display: block;
	}
	
	/** catering event **/
	.breadcrumb-banner {
      padding-top: 30px;
    }
	
	.breadcrumb-banner .breadcrumb-img {
      width: 100%;
      height: 350px;
    }
	
	.swarasa-gatherings {
      padding: 60px 0 20px;
    }
	
	.swarasa-gatherings .section-title{
	  width:100%;
      margin: 0 auto 40px;	  
	}
	
	.swarasa-gatherings .single-box__item h3 {
      font-size: 24px;
	}
	
	.swarasa-gatherings .single-box__item{
	  margin-bottom:25px;	
	}
	
	.swarasa-host-event .host-event-text .address-box {
       padding-top: 10px;
    }
	
	.swarasa-host-event .host-event-text .address-box h3 {
       font-size: 24px;
       margin-bottom: 32px;
    }
	
	.host-event-text h4 {
       font-size: 22px;
	}
	
	.swarasa-host-event .host-event-img {
       padding-top: 40px;
    }
    
    /** about us **/
	.swarasa-about__area .about-img__box {
       display: flex;
       justify-content: center;
       gap: 20px;
       margin-top: 20px;
    }
	
	.swarasa-about__area .about-img__box img {
       width: 291px;
       height: 422px
	}
	
	.our-story__area .our-story-content{
	   width:100%;	
	}
	
	.our-story-content:before{
		left:0;
		opacity: 0.2;
	}
	
	.our-story-content:after{
		right:0;
		opacity: 0.2;
	}
	
	
	/** contact us **/
	.contact-container{
		width:100%;
	}
	
	.contact-form__box{
		padding:40px 40px;
	}
	
	/** booking **/
	.swarasa-booking__area {
        padding: 60px 0 60px;
    }
	
	.single-booking__item .content-box {
        padding: 25px 30px;
	}
	
	.single-booking__item .content-box h4 {
        font-size: 24px;
		margin-bottom: 18px;
	}
    
    .swarasa-booking_bg .book-table_form form{
        width: 100%;
    }
    
    /*** booking details ***/
    .swarasa-booking-details {
        padding: 70px 0 60px;
    }
	
	
}

/* Large devices (small laptops/desktops, 900px to 1199px) */
@media (min-width: 900px) and (max-width: 1199px) {
    .contact-container{
		width:100%;
	}
	
	.our-story-content:after{
		right:-190px;
	}
}

/* Extra-large devices (large desktops, 1200px and above) */
@media (min-width: 1200px) {
    .container{
       max-width:1170px;
    }
    
    .hero-banner .hero-img {
       width: 100%;
       height: 100%;
    }
	
	.our-menu__container .our-menu__img {
       width: 100%;
       height: 521px;
    }
	
	.ml-20 {
       margin-left: 10px;
    }
    
    .swarasa-about__area .about-img__box img {
       width: 268px;
       height: 511px;
       border-radius: 40px;
       object-fit: cover;
    }
    
    /** booking **/
	.swarasa-booking__area {
        padding: 90px 0 60px;
    }
	
	.single-booking__item .content-box {
        padding: 25px 30px;
	}
	
	.single-booking__item .content-box h4 {
        font-size: 24px;
		margin-bottom: 18px;
	}
}

@media (min-width: 1368px) and (max-width: 1920px) {
    .container{
       max-width:1340px;
    }
    .hero-banner .hero-img {
        width: 540px;
        height: 590px;
        margin-top: 20px;
    }
    
    .get-started .map-container{
	   margin-right:10px;
	}
	
	.get-started .info-container{
	   margin-top: 20px;
	}
	
	.swarasa-about__area .about-img__box img {
       width: 291px;
       height: 532px;
       border-radius: 40px;
       object-fit: cover;
    }
}