@media only screen and (min-width: 1600px) {
  .featured-section .bg-holder {
    width: 55%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1399px) {
  /* title styles */
  .title__1 {
    font-size: 3rem;
  }

  /******************************************
  => featured sections
  ******************************************/
  .featured-section .bg-holder {
    background-size: cover;
  }

  .article-mb {
    margin-bottom: 5.25rem;
  }

  .featured-section .content {
    padding: 4.5rem 0 4.5rem 5.5rem;
  }

  .featured-section-alt .content {
    padding: 4.5rem 5.5rem 4.5rem 0;
  }

  /* ==================================
  => Common styles
  ================================== */
  .move-top-btn {
    transform: translateX(25%);
  }
}

@media only screen and (max-width: 1199px) {
  /* title styles */
  .title__1 {
    font-size: 2.75rem;
  }

  .title__3 {
    font-size: 1.5rem;
  }

  /******************************************
  => header main
  ******************************************/
  .navbar-main__nav {
    gap: 2rem;
  }

  /******************************************
  => footer main
  ******************************************/
  .footer-divider {
    margin-inline: auto;
  }

  /******************************************
  => banner text box
  ******************************************/
  .banner-text-box .title__tag {
    padding: 1.25rem 3rem;
  }

  /******************************************
  => footer main
  ******************************************/
  .widget__item .box {
    margin-right: 1.5rem;
  }

  .widget__nav-social .nav__item-link img {
    width: 3rem;
  }

  /******************************************
  => featured sections
  ******************************************/
  .featured-section .bg-holder {
    width: 80%;
  }

  .article-mb {
    margin-bottom: 4.25rem;
  }

  /******************************************
  => About Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => quality tested product
  ******************************************/
  .quality-tested-product .box {
    padding: 3.5rem 5rem;
  }

  .quality-tested-product .graphic {
    margin-top: -7rem;
  }

  .quality-tested-product .graphic img {
    width: 400px;
  }

  /******************************************
  => years of expertise
  ******************************************/
  .years-of-expertise .box {
    padding: 3.5rem 5rem;
  }

  .years-of-expertise .graphic {
    margin-left: -4rem;
  }

  /******************************************
  => Contact Page <== === === === === === 
  ******************************************/
  .contact-form .card {
    padding: 4rem 5rem;
  }

  /* ==================================
  => Common styles
  ================================== */
  .move-top-btn {
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 991px) {
  /* title styles */
  .title__1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }

  /******************************************
  => header main
  ******************************************/
  .header-main {
    background-color: var(--gray-300);
  }

  .navbar-main .container {
    /* position: static; */
    padding-block: 1.5rem;
    border-bottom: 0;
  }

  .navbar-logo {
    width: 72px;
    height: 72px;
  }

  .menu-btn {
    display: grid;
  }

  .collapsable-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150%;
    transform: translateX(-50%);
    background-color: var(--gray-300);
    height: 0;
    overflow: hidden;
    transition: 300ms ease-in-out;
  }

  .collapsable-menu.show {
    height: 100vh;
  }

  .navbar-main__nav {
    gap: 1.875rem;
    flex-direction: column;
  }

  /******************************************
  => banner text box
  ******************************************/
  .banner-text-box .box {
    padding: 2.5rem 3rem;
    margin-bottom: 1.25rem;
  }

  .banner-text-box .title__tag {
    padding: 0.875rem 2.5rem;
  }

  /******************************************
  => footer main
  ******************************************/
  .featured-brands .item-list {
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .featured-brands .item-list .order-1 {
    flex: 0 0 calc(100% / 2 - 2rem);
  }

  .featured-brands .item-list .big-one {
    flex: 0 0 calc(35% - 2rem);
  }

  .widgets .wrapper {
    grid-template-columns: 1fr;
  }

  .widgets .left,
  .widgets .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }

  .widgets .right > *:last-of-type {
    grid-column: span 2;
  }

  .widget__nav-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin-inline: auto;
    gap: 1.5rem;
  }

  .widget__nav-social > * {
    flex: 0 0 calc(100% / 4 - 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .widegt__nav-utils {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  /******************************************
  => Home Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => featured sections
  ******************************************/
  .article-mb {
    margin-bottom: 3.25rem;
  }

  .made-in .wrapper {
    gap: 2rem 3rem;
  }

  .made-in .wrapper .img-fluid {
    width: 160px;
  }

  /******************************************
  => contact us
  ******************************************/
  .contact-us {
    padding-block: 4.5rem;
  }

  /******************************************
  => About Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => quality tested product
  ******************************************/
  .quality-tested-product {
    padding-top: 6rem;
  }

  .quality-tested-product .box {
    padding: 3rem;
  }

  .quality-tested-product .graphic {
    margin-top: -5rem;
  }

  .quality-tested-product .graphic img {
    width: 300px;
  }

  /******************************************
  => years of expertise
  ******************************************/
  .years-of-expertise .box {
    padding: 3rem;
    text-align: center;
  }

  .years-of-expertise .title__tag {
    left: 0;
    transform: translate(3.5rem, -50%);
  }

  .years-of-expertise .title__3 {
    max-width: 100%;
  }

  .years-of-expertise .graphic {
    margin-left: auto;
    margin-top: -6.5rem;
    text-align: right;
    margin-right: -0.5rem;
  }

  .years-of-expertise .graphic img {
    width: 260px;
    clip-path: polygon(15% 15%, 25% 10%, 100% 5%, 100% 100%, 0 85%);
  }

  /******************************************
  => contact us large
  ******************************************/
  .contact-us-large {
    padding-block: 0 4rem;
  }

  .contact-us-large .content .title,
  .contact-us-large .content .title__3,
  .contact-us-large .content .text__20 {
    margin-bottom: 2rem;
  }

  /******************************************
  => Bathromms Page <== === === === === === 
  ******************************************/

  /******************************************
  => static gallery
  ******************************************/
  .gallery-grid {
    grid-template-columns: 60% 40%;
  }

  .gallery-grid-alt {
    grid-template-columns: 40% 60%;
  }

  /******************************************
  => Contact Page <== === === === === === 
  ******************************************/
  .contact-form .card {
    padding: 3rem 4rem;
  }

  /* ==================================
  => Common styles
  ================================== */
  .move-top-btn > * {
    width: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  /* title styles */
  .title__1 {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }

  .title__2 {
    font-size: 1.25rem;
  }

  /* text styles */
  .text__20 {
    font-size: 1.125rem;
  }

  .text__18 {
    font-size: 1rem;
  }

  .ic-btn-primary {
    padding: 0.875rem 3rem;
  }

  /******************************************
  => header main
  ******************************************/
  .navbar-logo {
    width: 64px;
    height: 64px;
  }

  /******************************************
  => footer main
  ******************************************/
  .copyrights .img-fluid {
    width: 3rem;
  }

  /******************************************
  => Home Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => featured sections
  ******************************************/
  .featured-sections {
    padding-block: 3rem;
  }

  .featured-section .bg-holder {
    width: 100%;
  }

  .featured-section .content {
    padding: 3rem 0 3rem 3.5rem;
  }

  .featured-section-alt .content {
    padding: 3rem 3.5rem 3rem 0;
  }

  .made-in .wrapper {
    gap: 2rem;
  }

  .made-in .wrapper .img-fluid {
    width: 140px;
  }

  /******************************************
  => About Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => contact us large
  ******************************************/
  .contact-us-large {
    padding-block: 0 3rem;
  }

  .contact-us-large .content .title {
    padding: 1rem 2rem;
  }

  .contact-us-large .content .title,
  .contact-us-large .content .title__3,
  .contact-us-large .content .text__20 {
    margin-bottom: 1.5rem;
  }

  /******************************************
  => Kitchen Page <== === === === === === ===
  ******************************************/

  /******************************************
  => download catalog
  ******************************************/
  .download-catalog .card {
    padding: 3rem;
  }

  /******************************************
  => Contact Page <== === === === === === 
  ******************************************/
  .contact-bg-holder {
    background-image: url("../assets/images/11.jpg");
    background-size: cover;
    background-position: center !important;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 88%;
  }

  .bg-holder-bottom-center {
    background-position: bottom center !important;
  }

  /* title styles */
  .title__1 {
    font-size: 2rem;
  }

  /******************************************
  => header main
  ******************************************/
  .navbar-logo {
    transform: translate(25%, -50%);
  }

  /******************************************
  => hero
  ******************************************/
  .hero .title__1 {
    max-width: 85%;
  }

  /******************************************
  => banner text box
  ******************************************/
  .banner-text-box .box {
    padding: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .banner-text-box .title__tag {
    padding: 0.625rem 2rem;
    transform: translate(1.5rem, -50%);
  }

  /******************************************
  => footer main
  ******************************************/
  .footer-logo {
    max-width: 50%;
    height: auto;
  }

  .footer-main .text__18 {
    font-size: 0.875rem;
    letter-spacing: 0.6px;
  }

  .footer-main a.text__18 {
    font-size: 1rem;
    letter-spacing: 0.7px;
  }

  .footer-main .text__20 {
    font-size: 1rem;
    letter-spacing: 0.7px;
  }

  .widget__nav-list .nav__item-link {
    font-size: 0.875rem;
  }

  .widget__item .box {
    font-size: 0.75rem;
    text-align: center;
    margin-right: 0;
    letter-spacing: 0.6px;
    margin-left: -1.5rem;
  }

  .nav-util__link {
    font-size: 0.75rem;
  }

  .copyrights .wrapper {
    flex-direction: column;
  }

  .widgets .wrapper {
    padding-bottom: 1rem;
  }

  .widget__title {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .widget__nav-list {
    gap: 0.5rem;
  }

  .widget__item .box {
    margin-top: 1.5rem;
  }

  .copyrights {
    padding-top: 1rem;
  }

  /******************************************
  => Home Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => featured sections
  ******************************************/
  .featured-section {
    padding: 0;
  }

  .featured-section .bg-holder {
    position: static;
    height: 180px;
  }

  .featured-section .content {
    padding: 2rem 0;
  }

  .featured-section .content::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .featured-section .content img {
    width: 6rem;
    margin-left: 0.5rem;
  }

  .made-in {
    padding-block: 2.5rem 1.5rem;
  }

  .made-in .wrapper {
    gap: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .made-in .wrapper .img-fluid {
    width: 120px;
  }

  /******************************************
  => About Page <== === === === === === === ===
  ******************************************/

  /******************************************
  => quality tested product
  ******************************************/
  .quality-tested-product {
    padding-top: 5rem;
  }

  .quality-tested-product .box {
    padding: 2.5rem 1.5rem;
  }

  .quality-tested-product .graphic {
    margin-top: -4.5rem;
  }

  .quality-tested-product .graphic img {
    width: 240px;
  }

  /******************************************
  => years of expertise
  ******************************************/
  .years-of-expertise .box {
    padding: 2.5rem 1.5rem;
  }

  .years-of-expertise .graphic {
    margin-top: -5rem;
  }

  .years-of-expertise .graphic img {
    width: 220px;
  }

  /******************************************
  => contact us large
  ******************************************/
  .contact-us-large .content .title {
    padding: 1rem;
  }

  /******************************************
  => Kitchen Page <== === === === === === ===
  ******************************************/

  /******************************************
  => download catalog
  ******************************************/
  .download-catalog .card {
    padding: 2rem;
  }

  /******************************************
  => Contact Page <== === === === === === 
  ******************************************/
  .contact-form .card {
    padding: 2rem;
  }

  /* ==================================
  => Common styles
  ================================== */
  .move-to-top {
    bottom: 1rem;
  }
}

@media only screen and (max-width: 449px) {
  /******************************************
  => footer main
  ******************************************/
  .footer-logo {
    max-width: 65%;
  }

  .footer-main .text__18 {
    font-size: 0.75rem;
  }

  .footer-main a.text__18 {
    font-size: 0.875rem;
  }

  .footer-main .text__20 {
    font-size: 0.875rem;
  }

  .widget__nav-social > * {
    flex: 0 0 calc(100% / 4 - 2rem);
  }

  .widget__nav-list .nav__item-link {
    font-size: 0.75rem;
  }

  .widget__item .box {
    font-size: 0.625rem;
    margin-left: -2rem;
    padding: 0.625rem;
  }

  .nav-util__link {
    font-size: 0.625rem;
  }

  .copyrights .text__12 {
    font-size: 0.625rem;
  }
   .widget__nav-social.reboot-list li img {
    width: 40px;
    height: 40px;
  }
}
}
