/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-search {
        padding: 15px 0px;
    }
}
/* The existing styles */

/* ... */

/* New CSS for responsiveness */

@media screen and (max-width: 768px) {
    .dropdown {
      position: relative;
      display: block; /* Change to block for responsiveness */
      margin-bottom: 10px; /* Add margin for spacing */
    }
  
    .dropdown-content {
      display: none;
      position: static; /* Reset position for responsiveness */
      background: #1e7491;
      box-shadow: none; /* Remove box shadow */
      z-index: 1;
    }
  
    .dropdown:hover .dropdown-content {
      display: none; /* Hide dropdown content on hover for small screens */
    }
  
    .dropdown.active .dropdown-content {
      display: block; /* Show dropdown content when active for small screens */
    }
  
    /* Restyle the dropdown button for responsiveness */
    .dropbtn {
      display: block; /* Change to block for responsiveness */
      width: 100%; /* Full width */
      text-align: left; /* Align text to the left */
      border-bottom: 1px solid #ccc; /* Add a separator */
    }
  
    /* Style changes on hover for responsiveness */
    .dropbtn:hover {
      background: none;
      color: black;
    }
  
    .dropdown-content a:hover {
      background-color: transparent;
    }
  }
  

/*------------------------------------------------------------------- 767px x 599px ---------------------------------------------------------------------*/

@media only screen and (min-width: 599px) and (max-width: 767px) {
    .logo {
        text-align: center;
        margin-left: 50%;
    }
    .cart-content-right {
        padding-bottom: 5px;
    }
    .mg {
        margin: 0px 0px;
    }
    .menu-area-main {
        height: 256px;
        overflow-y: auto;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 19px;
    }
    .category-box.women-box {
        display: none;
    }
    .cart-box {
        display: inline-block;
        margin: 0px 30px;
    }
    .wish-box {
        float: none;
        margin: 0px 30px;
        display: inline-block;
    }
    .menu-add {
        display: none;
    }
    .category-box {
        display: none;
    }
    .mean-container .mean-nav ul li ol {
        padding: 0px;
    }
    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
        width: 94.8%;
    }
    .mean-container .mean-nav ul li li a {
        width: 92%;
        padding: 1em 4%;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
    .header-search {
        padding: 15px 0px;
    }
    #collapseFilter.d-md-block {
        padding: 30px 0px;
    }
}


/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .cart-content-right {
        padding-bottom: 5px;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0px;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0px 15px;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0px 15px;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 5%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 5px 0px;
        text-transform: capitalize;
        width: 100%;
    }
    .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
        width: auto;
        border: none;
        float: none;
    }
    .menu-area-main {
        height: 45px;
        overflow-y: auto;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #my_slider a.carousel-control-prev {
        left: 455px;
        top: 94%;
    }
    #my_slider a.carousel-control-next {
        right: 400px;
        top: 94%;
    }
    #main_slider a.carousel-control-prev {
        left: 825px;
        top: 80%;
    }
    #main_slider a.carousel-control-next {
        right: 20px;
        top: 80%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
   }
   .login_menu li {
       float: left;
       font-size: 14px;
    }
    .header_section::after {
       width: 330px;
    }
    .header_section {
        background-image: linear-gradient(-13deg, #ffffff 25%, #7D8488 20%);
    }
    .best_text { left: 35px; }
    .image_1 {
        padding-top: 100px;
    }
    .number_text{
        margin-right: 95px;
    }
    .number_text_2{
        margin-right: 135px;
    }
    .client_right {
        width: 70%;
        padding: 70px 0px 50px 20px;

    }
    .subscribe_bt {
        float: none;
    }




}

@media (min-width: 768px) and (max-width: 991px) {

        #main_slider a.carousel-control-prev {
        position: absolute;
        left: 175px;
        top: 90%;
        display: none;
    }
#main_slider a.carousel-control-next {
    position: absolute;
    left: 236px;
    top: 90%;
    display: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    display: block;
}
#main{
    display: none;
}
.navbar-light .navbar-toggler-icon {
    background-image:url(../images/toggle-icon1.png); 
    width: 40px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent !important;
}
.navbar-toggler {
    padding: 0;
}
.header_section {
    background-image: linear-gradient(-13deg, #fff 13%, #7D8488 12%);
}
.banner_taital{
    padding-top: 0px;
}
.box_main::after { width: 340px; height: 500px; }
.number_text{ margin-right: 50px; }
.cycles_text::after { width: 90px; }
.image_2{ padding-left: 20px; }
.box_main_3::after {
    width: 330px;
    height: 380px;
}
.read_btn_main {
    margin-top: 70px;
}
.image_5 {
    width: 90%;
}
.about_main::after {
    width: 100%;
    height: 98%;
}
.about_main::before {
    width: 94%;
    top: 311px;
    height: 240px;
    left: -168px;
}
.about_section{
    background-size: cover;
    height: 828px;
    margin-bottom: 180px;
}
.client_right {
    width: 70%;
    padding: 20px 0px 0px 15px;
}
#my_slider a.carousel-control-prev {
    left: 330px;
}
#my_slider a.carousel-control-next {
    right: 300px;
}
.post_text{
    font-size: 14px;
}
.long_text{
    font-size: 14px;
}
.contact_section{
    padding-top: 0px;
}
.footer_section{
    padding-top: 0px;
    padding-bottom: 50px;
}
.email_text {
    width: 50%;
}
.subscribe_bt {
    float: none;
}


#navbarSupportedContent {
    transform: translateX(0);
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;;
    text-align: center;
    justify-content: center;
}

.login_menu{
    display: none;
}




}

@media (min-width: 576px) and (max-width: 767px) {
    #main_slider a.carousel-control-prev {
        position: absolute;
        left: 175px;
        top: 90%;
        display: none;
    }
    #main_slider a.carousel-control-next {
        position: absolute;
        left: 236px;
        top: 90%;
        display: none;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        display: block;
    }
    .bg-light { background-color: #ffffff !important;}
#main{
    display: none;
}
.navbar-light .navbar-toggler-icon {
    background-image:url(../images/toggle-icon1.png); 
    width: 40px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent !important;
}
.navbar-toggler {
    padding: 0;
}
.banner_section .row{
    flex-direction: column-reverse;
}
.header_section{
    background: #F57513;
}
.best_text {
    margin-top: 30px;
}
.header_section.header_bg::after {
    height: 100%;
}
.header_section::after { display: none; }
.box_main::after {
    width: 90%;
    height: 100%;
}
.number_text {
    margin-right: 115px;
}
.cycles_text::after { width: 120px; top: 60px;}
.cycles_text{ font-size: 26px; }
.cycle_section_3 .row {
    flex-direction: column-reverse;
}
.image_2 {
    padding-left: 20px;
}
.box_main_3::after {
width: 90%;
height: 110%;
}
.number_text_2 {
    margin-right: 160px;
    margin-top: 70px;
}
.box_main_3 {
    margin-bottom: 30px;
}
.cycle_section_2{
    padding-top: 0px;
}
.read_btn_main {
    margin-top: 50px;
}
.about_section{
    background-size: cover;
    height: 640px;
    margin-bottom: 180px;
}
.about_taital {
    font-size: 26px;
}
.about_text {
    width: 100%;
}
.image_5 {
    width: 90%;
}
.about_main::after {
    width: 100%;
    height: 98%;
}
.about_main::before {
    width: 89%;
    top: 190px;
    height: 240px;
    left: -144px;
}
.about_main{
    margin-top: -30px;
}
.client_taital{
    font-size: 40px;
}
.client_section_2 {
    width: 100%;
    display: initial;
    padding: 0px;
}
.client_left{
    width: 100%;
}
.client_right{
    width: 100%;
}
.client_main{
    padding: 40px 10px 30px 10px;
}
.news_text {
    width: 100%;
}
.box_main_1{
    margin-top: 20px;
}
.contact_main {
    width: 100%;
}
.contact_section{
    padding-bottom: 0px;
}
.footer_section{
    padding-bottom: 50px;
}

#my_slider a.carousel-control-prev {
    display: none;
}
#my_slider a.carousel-control-next {
    display: none;
}

#navbarSupportedContent {
    transform: translateX(0);
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;;
    text-align: center;
    justify-content: center;
}

.login_menu{
    display: none;
}

}

@media (max-width: 575px) {
    #main_slider a.carousel-control-prev {
        position: absolute;
        left: 175px;
        top: 90%;
        display: none;
    }
    #main_slider a.carousel-control-next {
        position: absolute;
        left: 236px;
        top: 90%;
        display: none;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        display: block;
    }
    .bg-light { background-color: #ffffff !important;}
.navbar-light .navbar-toggler-icon {
    background-image:url(../images/toggle-icon1.png); 
    width: 40px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent !important;
}
.navbar-toggler {
    padding: 0;
}



#main{
    display: none;
}
.banner_section .row{
    flex-direction: column-reverse;
}
.header_section{
    background: #F57513;
}
.best_text {
    margin-top: 30px;
}
.header_section.header_bg::after {
    height: 100%;
}
.header_section::after { display: none; }
.box_main::after {
    width: 90%;
    height: 100%;
}
.number_text {
    margin-right: 50px;
}
.cycles_text::after { width: 120px; top: 60px;}
.cycles_text{ font-size: 26px; }
.cycle_section_3 .row {
    flex-direction: column-reverse;
}
.image_2 {
    padding-left: 20px;
}
.box_main_3::after {
width: 90%;
height: 110%;
}
.number_text_2 {
    margin-right: 75px;
    margin-top: 40px;
}
.box_main_3 {
    margin-bottom: 30px;
}
.cycle_section_2{
    padding-top: 0px;
}
.read_btn_main {
    margin-top: 50px;
}
.about_section{
    background-size: cover;
    height: 640px;
    margin-bottom: 180px;
}
.about_taital {
    font-size: 26px;
}
.about_text {
    width: 100%;
}
.image_5 {
    width: 90%;
}
.about_main::after {
    width: 360px;
    height: 290px;
}
.about_main::before {
    width: 310px;
    top: 50px;
    height: 240px;
    left: -35px;
}
.client_taital{
    font-size: 26px;
}
.client_section_2 {
    width: 100%;
    display: initial;
    padding: 0px;
}
.client_left{
    width: 100%;
}
.client_right{
    width: 100%;
}
.client_main{
    padding: 40px 10px 30px 10px;
}
.news_text {
    width: 100%;
}
.box_main_1{
    margin-top: 20px;
}
.contact_main {
    width: 100%;
}
.contact_section{
    padding-bottom: 0px;
}
.footer_section{
    padding-bottom: 50px;
}

#my_slider a.carousel-control-prev {
    display: none;
}
#my_slider a.carousel-control-next {
    display: none;
}


#navbarSupportedContent {
    transform: translateX(0);
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;;
    text-align: center;
    justify-content: center;
}

.login_menu{
    display: none;
}


}


/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    .link-column {
        flex: 1 1 100%; /* Each column takes full width on smaller screens */
        padding: 10px 0; /* Adjust padding for smaller screens */
    }

    .link-column a {
        margin-bottom: 5px; /* Reduce margin for closer spacing */
    }

    .link-column h3 {
        padding-left: 0; /* Remove left padding for smaller screens */
    }
}


/* The existing styles */

/* ... */

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    .rows {
        grid-template-columns: 1fr; /* Change to a single column layout on smaller screens */
        grid-gap: 20px; /* Adjust the grid gap for smaller screens */
    }

    .rows .contentWrapper {
        padding-left: 0; /* Remove left padding on smaller screens */
        text-align: center; /* Center align content */
    }

    .rows .contentWrapper span.textWrapper {
        text-align: center; /* Center align text */
        margin-bottom: 15px; /* Adjust margin */
    }

    .rows .contentWrapper h2 {
        font-size: 18px; /* Decrease heading font size */
        padding-bottom: 15px; /* Adjust padding */
    }

    .rows .contentWrapper p {
        font-size: 14px; /* Decrease paragraph font size */
        padding-bottom: 20px; /* Adjust padding */
    }

    .rows .imgWrapper img {
        height: auto; /* Ensure the image height adjusts proportionally */
    }
}



/* The existing styles */

/* ... */

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    .textile-page {
        flex-direction: column; /* Change to a column layout on smaller screens */
    }

    .image,
    .description {
        flex: none; /* Reset flex values to prevent equal distribution */
        width: 100%; /* Take full width */
        padding: 10px; /* Adjust padding for smaller screens */
    }

    .description {
        margin-top: 20px; /* Add margin between image and description */
    }

    .second-line {
        margin-left: 0; /* Remove margin for smaller screens */
        margin-top: 10px; /* Add space between lines in mobile view */
    }

    .description h2 {
        font-size: 20px; /* Decrease heading font size */
        margin-bottom: 5px; /* Adjust margin */
    }

    .description p {
        font-size: 14px; /* Decrease paragraph font size */
        line-height: 1.5; /* Adjust line height */
    }
}


/* Existing styles */

/* ... */

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    .offer_rows {
        flex-direction: column; /* Change to a column layout on smaller screens */
        align-items: flex-start; /* Align items to the start */
        justify-content: flex-start; /* Align items to the start */
    }

    .offer_content_wrapper,
    .offer_img_wrapper {
        flex: none; /* Reset flex values */
        width: 100%; /* Take full width */
        padding: 0 20px; /* Adjust padding for smaller screens */
        text-align: left; /* Align text to the left */
    }

    .offer_img_wrapper {
        text-align: center; /* Center align the image */
        padding: 0;
        padding-bottom: 20px; /* Adjust padding */
    }

    .offer_h2 {
        font-size: 30px; /* Decrease heading font size */
    }

    .offer_list {
        columns: 1; /* Set list items to a single column on smaller screens */
    }

    .offer_list li {
        margin-bottom: 10px; /* Adjust spacing between list items */
        font-size: 16px; /* Decrease font size for list items */
    }

    .offer_content {
        padding-left: 20px; /* Adjust padding between content and list */
        margin-bottom: 10px; /* Adjust margin */
    }

    .offer_text_wrapper {
        font-size: 16px; /* Decrease font size for text wrapper */
    }
}


/* Existing styles */

/* ... */

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    .grids-cards {
        padding-left: 1rem; /* Adjust padding for smaller screens */
        margin-top: 5rem; /* Adjust margin for smaller screens */
        width: 100%; /* Take full width */
        grid-template-columns: repeat(1, 1fr); /* Switch to a single column layout */
    }

    .grids__items {
        width: 100%; /* Take full width */
        margin-bottom: 2rem; /* Adjust spacing between items */
    }

    .cards__imgs {
        height: auto; /* Ensure images adjust proportionally */
    }
}


/* Your existing styles for dropdown */

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    /* Adjust styles for smaller screens here */
    .navbar-nav {
      text-align: center; /* Center the nav items */
      margin-top: 10px; /* Adjust spacing */
    }
  
    .nav-item,
    .dropdown {
      display: block;
      width: 100%;
      text-align: center;
    }
  
    .dropdown-content {
      display: none;
      position: relative;
      width: 100%;
      text-align: center;
    }
  
    .dropdown:hover .dropdown-content {
      display: block;
      background-color: #7D8488;
    }
  
    .dropbtn {
      width: 100%;
      text-align: center;
    }
  }
  