@media (max-width: 1100px) and (min-width: 1000px) {
    .logo-text img {
      height: 80px;
      margin-top: 10px;
    }
  }
  


@media (max-width:992px) {
    .navbar-toggle {
        display: block !important;
        color: #ffff;
        margin-right: 50px;
        font-size: 40px;
    }

    .navbar-items {

        display: none;
    }

    .logo-text>h3 {
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1px;
        color: #FFFFFF;
        /* padding: 20px; */
        margin-top: 36px;
        padding-left: 15px;
    }
    .submenu {
        position: relative;
        top: 0;
        left: -19%;
        width: 95vh;
    }
    
    
    .sublinks {
        position: relative !important;
        top: 5px;
        left: 7px !important;
        box-shadow: none !important;
        border: none !important;
    }
    .sublinks a {
        margin: 0;
        padding: 0;
        line-height: 5px !important;
    }
    .sublinks a:hover {
        box-shadow: none !important;
        padding: 0 !important;
    }






    .navbar-items {
        display: none;
        position: absolute;
        top: 90px;
        width: 100%;
        left: 0;
        margin: auto;
        background: linear-gradient(180deg, #761B1B 0%, #390606 100%);
        outline: solid 1px white;
        z-index: 1;
        transition: .3s;
      }
      
      #mobile-menu li {
        justify-content: center;
        text-align: center;
    }
    #mobile-menu li a {
        line-height: 41px;
        color: #fdf8ba;
        justify-content: center;
        text-align: center;
        margin-right: 87px;
        font-size: 17px;
        font-weight: 300;
    }
      
      .navbar-items.open {
        display: block;
      }

      #mobile-menu li a:hover {
        color: #e73f3f;
    }
    .hidden {
        display: none;
    }

 
    /* //Homepage */

    /* a)Banner */
    .home-page-banner img {
        height: 330px !important;
    }


    .home-catogory-card {
        flex-basis: 90%;
        display: block;
        margin: 10px;
    }


    .home-catogory-card .item img {
        border-radius: 20px;

        margin: 30px;
    }

    .home-catogory-card-saree {
        flex-basis: 90%;
        display: block;
        margin: 10px;
    }

    .home-catogory-card .item img {
        width: 90%;
        border-radius: 20px;
        margin: 10px;
        margin-bottom: 60px;
    }

    /* //Footer */
    .meddle-side {
        flex-basis: 40%;
        margin: 10px;
    }

    .meddle-side h3 {
        font-size: 30px;
    }
    .meddle-side li {

        font-family: 'Laila';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        list-style: none;
        text-decoration: none;
    }

    .home-catogory h3 {
        font-family: 'Amita' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 46px;
        color: #4F1313;
    }

    .home-catogory-card .item h3 {
        margin-top: -196px;
        font-family: 'Amita';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 112px;
        color: #FDF8BE;
    }
    .contacts-us-container .contacts-details {
        border: 1px solid #4F1313;
        padding: 0 50px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .navbar-toggle {
        display: block !important;
        color: #ffff;
        margin-right: 21px;
        margin-top: 24px;
        font-size: 40px;
    }
    .navbar-toggle * {
        color: #fef69c;
    }
}


@media (max-width:768px) {
    .logo-text img {
        background-position: center;
        background-size: cover;
        height: 68px;
        margin-top: 19px;
    }


    .home-page-banner img {
        height: 230px !important;
    }

    .meddle-side h3 {
        font-size: 25px;
    }
    .meddle-side li {
        /* margin-bottom: 5px; */
        font-family: 'Laila';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        list-style: none;
        text-decoration: none;
    }
    .home-about-section{
        width: 100%;

    }
    .home-about-section>h3 {
        font-family: 'Amita';
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        padding-top: 39px;
        line-height: 42px;
        color: #FDF8BE;
    }

    .home-about-section>h4 {
        font-family: 'Amita';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        text-align: center;
        letter-spacing: 0.38em;
        color: #FDF8BE;
        margin-top: -40px;
    }

    .home-about-section>p {
        font-family: 'Laila';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        padding: 10px 20px;
        text-align: center;
        color: #FFFFFF;
    }
    .home-about-section>button {
        width: 34%;
        padding: 15px;
        margin: auto;

        background: linear-gradient(180deg, #FEF69C 0%, #797329 100%);
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .home-catogory-saree .home-catogory-card-saree .item {
        flex-basis: 100%;
        /* margin: 10px !important; */
    }
    .home-catogory-saree .home-catogory-card-saree .item img {
        border-radius: 20px;
        /* width: auto; */
        margin: 10px;
        width: 95% !important;
        /* margin: auto; */
    }
}

@media (max-width:568px) {
    .logo-text img {
        background-position: center;
        background-size: cover;
        height: 60px;
        margin-top: 19px;
    }

    .home-catogory h3 {
        font-family: 'Amita' !important;
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 0px;
        color: #4F1313;
    }

    .location-details iframe{
        width: 95% !important;
        height: 350px !important;
        margin: auto;
       
      }

      .contacts-us-container .contacts-details {
        border: 1px solid #4F1313;
        padding: 0 50px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin: 10px;
    }

    .home-about-section img {
        margin-top: 30px;
        width: 60%;
    }

    
}


/* responsive css */

.row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: row;
}
.column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
.content
{
	width: 85%;
	margin: 10px 7.5%;
}


@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	[class*="col-"] {
		/*desktop styling for col*/
}
}


