/* 1400px==------------------------------ */
@media (max-width:1440px) {
  .slider-section {
    background-position: -840px 90px;  
  }
  .product-section.pro2::after {
    right: -450px;
  }
  .reviews-section::after {
    right: -640px;
  }
  .slider-section .main-slider .owl-nav button.owl-prev{
    margin-left: -61px;
  }
  .slider-section .main-slider .owl-nav button.owl-next{
    margin-right: -61px;
  }

}
/* 1400px==------------------------------ */


/* 1200px==------------------------------ */
@media (max-width:1199px) {
  .header-section .logo img {
    width: 100%;
  }
  .header-section .navbar .links > ul > li > a{
    padding: 27px 10px;
  }
  .slider-section{
    padding-top: 116px;
  }
  .header-section.sticky .navbar ul li a{
    padding: 22px 10px;
  }
  .howitwork-section{
    padding-top: 1rem;
  }
  .header-section .logo {
    width: 189px;
    padding-left: 0;
  }
  .header-section .navbar{
    width: calc(100% - 190px);
  }
  .header-section .navbar .links ul li a::after {
    height: 1px;
    display: none;
  }
  /* footer ---------- */
  .footer-section .item.links {
    padding-right: 2em;
  }
  .footer-section .item .pyment ul li{
    height: 26px;
    width: 39px;
  }
  /* footer ---------- */

  .slider-section .item .image{
    height: 500px;
  }
  .slider-section .item .image img{
    object-fit: contain;
  }
  .slider-section .text h3{
    font-size: 36px;
  }
  
}
/* 1200px==------------------------------ */

/* 1024px==------------------------------ */
@media (max-width:1024px) {

}
/* 1024px==------------------------------ */

/* 991px==------------------------------ */
@media (max-width:991px) {
  .sec-title h3{
    font-size: 29px;
  }
  .sec-title span{
    font-size: 34px;
  }
  .header-section .navbar .links{
    z-index: 9;
  }
  .toggle-btn{
    display: flex;
    margin-left: 20px;
    margin-right: 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-section .navbar .basket-card{ 
  }
  .header-section .navbar .links{ 
    position: fixed;
    left: -1000px;
    height: 100%;
    top: 0;
    background-color: white;
    width: 58%;
    box-shadow: 0 4px 15px 0 #d1d1d133;
    padding: 20px 18px;
    transition: 0.5s;
    overflow-y: auto;
  }
  .header-section .navbar .links.is-active{
    transition: 0.5s;
    left: 0;
  }
  .header-section .navbar .links ul{
    display: block;
  }
  .header-section .navbar .links ul li a{
    height: auto;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 10px;
  }
  .header-section.sticky .navbar ul li a{
    padding: 15px 10px;

  }
  .header-section .navbar .links ul li{
    height: auto;
  } 
  .header-section .navbar{
    justify-content: right;
  }
  .header-section .bottom{
    padding: 10px 0;
  }
  .slider-section{
    padding-top: 96px;
  }
  .header-section .overlay.ac {
    display: block;
  }
  .header-section .overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0%;
  }
  /* bottom-menu ---------- */
  .bottom-menu{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%; 
    z-index: 99;
  }
  .bottom-menu .content{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    background-color: #fff;
    padding: 13px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 15px 0 #d1d1d1;
  }
  .bottom-menu ul li{}
  .bottom-menu ul li.home{}
  .bottom-menu ul li.home a{
    color: #ff3838;
  }
  .bottom-menu ul li.home a i{}
  /* bottom-menu ---------- */

  /* slider ---------- */
  .slider-section .item .image{
    height: 350px;
  }
  .slider-section .main-slider .owl-nav button{
    margin-top: -29em;
  }
  .slider-section .main-slider .owl-nav button{
    width: 37px;
    height: 37px;
  }
  /* slider ---------- */
    
  /* reviews ---------- */
  .reviews-section .boxes .item .content .info {
    padding-bottom: 20px;
  }
  .reviews-section .boxes .item .content{
    padding: 10px 10px;
  }
  /* reviews ---------- */

  /* inner pages ---------- */
  .banner-section{
    height: 200px;
    margin-top: 96px;
  }
  /* inner pages ---------- */
 
  /* sub-menu --------------- */
  .header-section .navbar .links > ul li{
    display: block;
    height: auto;
  }
  .header-section .navbar .links > ul{
    display: block;
    margin-top: 40px;
  }
  .header-section .navbar .links > ul > li > a{
    padding: 13px 10px;
  }   
   .menu ul {
    visibility:hidden;
    opacity:0;
    top:0;
    left:0;
    width:100%;
    transform:initial;
    box-shadow: none;
    background: #f8f8f8;
   }
   .menu li:hover>ul {
    visibility:visible;
    opacity:1;
    position:relative;
    transform:initial
   }
   .menu ul ul {
    background-color: #ebebeb;
    right:0;
    transform:initial;
    padding-right: 0  ;
   }
   .menu li>ul ul:hover {
    transform:initial
   }  
   .menu ul li{
    border-bottom: 0;
   }
   .header-section.sticky .navbar .links > ul > li > a {
    padding: 13px 10px;
  }
  .sub-menu li a{
    background-color: transparent;
  }
  .header-section .navbar .links > ul > li > a{
    pointer-events: none;
    cursor: default;
  }
  /* sub-menu --------------- */
  .customdesign-section .colors .boxes ul li button{
    width: 70px;
  height: 70px;
  }
  .getintoch-section .content .form-con{
    width: 100%;
    margin-top: 20px;
  }
  .header-section .navbar .action{
    display: flex;
    flex-wrap: wrap;
  }
  .contact-section .boxes{
    padding: 50px 40px;
  }


}
/* 991px==------------------------------ */

/* 767px==------------------------------ */
@media (max-width:767px) {
  /* header ---------- */
  .header-section .navbar .links{
    width: 100%;
  }
  /* header ---------- */
  
  /* footer ---------- */
  .footer-section .item.links {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .footer-section .item{
    margin-bottom: 40px;
  }
  .footer-section .top_part {
    padding-bottom: 1em;
  }
  /* footer ---------- */
 
  /* account ---------- */

  .account-sec {
    padding-top: 9em;
  }
  /* account ---------- */
 
  .slider-section .item .row{
    flex-direction: column-reverse;
  }
  .slider-section .text h3{
    font-size: 29px;
  }
  .slider-section .main-slider .owl-dots{
    bottom: -42px;
  }
  .slider-section{
    background-size: 75em;
    padding-bottom: 5em;
  }
  .sec-title h3{
    font-size: 29px;
  }
  .sec-title span{
    font-size: 29px;
  }
 



}
/* 767px==------------------------------ */

/* 600px==------------------------------ */
@media (max-width:600px) {
  .slider-section .text .content{
    padding-top: 1em;
  }
 
  .toggle-btn{
    margin-right: 10px;
  }
  .header-section .logo{
    width: 159px;
  }
  .header-section .navbar{
    padding: 0 12px;
    width: calc(100% - 159px);
  }
  .header-section .upper .text p{
    display: none;
  }
   
  /* slider ---------- */
  .slider-section .main-slider .owl-nav button {
    width: 28px;
    height: 32px;
  }
  /* slider ---------- */

  /* how it work ---------- */
  .sec-title h3{
    font-size: 29px;
  } 
  /* how it work ---------- */
 

  /* footer ---------- */
  .footer-section .item .main-title h3{
    font-size: 18px;
  }
  /* footer ---------- */
  
  /* inner pages ========================== */
  .banner-section {
    height: 180px;
    margin-top: 91px;
  }
  .banner-section .content .title h3{
    font-size: 24px;
  }  
  .page-content .def-page .sec-title h3{
    font-size: 24px;
  }
  /* account ---------- */
  .account-sec .sidebar .nav-tabs .nav-link{
    padding: 10px 12px;
    font-size: 15px;
  }
  .orders .main-item .head{
    padding: 9px 10px;
  }
  /* account ---------- */

  /* blog ---------- */
  .page-content .blog .main-text h3{
    font-size: 23px;
  }
  /* blog ---------- */
  p{
    font-size: 16px;
  }
  .whychoose-section .boxes .item .content{
    display: block;
    padding: 10px;
  }
  .whychoose-section .boxes .item .text{
    width: 100%;
  }
  .ticker-text h3{
    font-size: 23px;
    margin-bottom: 0;
  }
  .ticker-container{
    height: 71px;
  }
  .newcollection-section .boxes .item .image{
    width: 180px;
  }
  .newcollection-section .boxes .item .text{
    width: calc(100% - 180px);
    padding-left: 0;
  }
  .newcollection-section .boxes .item .text h3{
    font-size: 23px;
  }
  .newcollection-section .boxes .item .text a{
    padding: 8px 19px;
    font-size: 15px;
  }
  .customdesign-section .colors .boxes ul li button{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .contact-section .main-title h3{
    font-size: 24px;
  }
  .contact-section .boxes{
    padding: 0;
    box-shadow: none;
  }
  .getintoch-section .content{
    padding: 50px 30px;
  }
  .header-section .navbar .action a.btn.btn-primary{ 
    padding: 5px 14px;
    display: none;
  }
  .whychoose-section .boxes .item .icon .icon-con{
    width: 80px;
    height: 80px;
  }
  .whychoose-section .boxes .item .icon img{
    width: 36px;
  }
  .whychoose-section .boxes .item .icon{
    margin-top: 12px;
  }
  .whychoose-section .boxes{ 
    width: 100%;
  }
  .header-section .navbar .action .language{
    margin-right: 10px;
  }
  .header-section .navbar .action .language .dropdown-toggle{
    margin-top: 6px;
  }




  /* inner pages ========================== */


  

}
/* 600px==------------------------------ */

/* 575px==------------------------------ */
@media (max-width:575px) {
 
}
/* 575px==------------------------------ */

/* 430px==------------------------------ */
@media (max-width:450px) {
 
}

/* 430px==------------------------------ */

/* 350px==------------------------------ */
@media (max-width:375px) {
  /* header ---------- */ 
  .header-section .navbar{
    width: calc(100% - 140px);
  }
  .header-section .logo{
    width: 140px;
  } 
  .menu_btn .hamburger{
    margin-top: 1px;
  } 
  /* header ---------- */
 
  /* blog ---------- */
  .page-content .blog .about-post li h4{
    font-size: 14px;
  }
  /* blog ---------- */
 

}
/* 350px==------------------------------ */