@media (max-width: 1169px) {
    h1 {
        font-size: 54px;
    }
    
}
@media (max-width: 991px) {
    h1 {
        font-size: 44px;
    }
    body {
        font-size: 24px;
    }
	body.home .hero-bg img ,
     .hero-section  {
        height: 600px;
     }
}
@media (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    body {
        font-size: 21px;
    }
     .header.sticky ,
    .header {
        position: relative;
        background-color: #ca9a2c;
    }
    .logo {
        display: none;
    }
    .sticky-logo {
        opacity: 1;
        visibility: visible;
    }
    .main-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        display: none;
    }
    .main-menu ul{
        border: none;
        display: block;
        background: #ca9a2c;
        text-align: center;
    }
     .main-menu ul li:hover, .main-menu ul li.current-menu-item {
        color: #000;
    }
    .main-menu ul li{
        display: block;
        height: auto;
        font-weight: 600;
        font-size: 24px;
    }
    .main-menu ul li a {
        display: block;
        padding: 15px;
    }
	body.home .hero-bg img ,
    .hero-section  {
        height: 740px;
        max-height: calc(100vh - 70px);
     } 
     .btn {
        min-width: initial;
        padding: 0 25px;
     }
     .hero-section .hero-text{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
     }
     .footer{
        text-align: center;
     }
     .contact-icons{
        padding: 15px 0;
     }
     .main-menu  .contact-icons {
        gap: 0;
     }
    .main-menu  .contact-icons li a {
        padding: 20px; font-size: 30px;
     }
     
    
    #nav-icon1 {
        width: 32px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #666666;
        border-radius: 0;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 11px;
        
    }

    #nav-icon1 span:nth-child(3) {
        top: 22px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .overflow{
        overflow: hidden;
    }
    body:not(.home) .hero-section {
        height: auto;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 30px;
    }
    body {
        font-size: 18px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    body:not(.home) .hero-section .hero-text {
        top: auto;
    }
    body:not(.home) .hero-section .hero-text h1 {
        font-size: 27px;
    }
    .view-category h3{
        text-align: center;
    }
    .category-list .category-card{
        width: 100%;
    }
}