@media (max-width: 1920px){
    .header .texts .content p{max-width:300px;}
    .header .texts .content h1{font-size:150pt;margin-top:-3rem;}
    .header .texts .content h3{font-size:50pt;}
    .corporate .items{width:100%;}
    .menu .product-items{height:100%;margin-top:0;}
    .menu .product-items a:nth-child(1) img{width:230px;}
    .menu .product-items a:nth-child(2) img{width:350px;left:0;}
    .menu .product-items a:nth-child(3) img{width:230px;}
    .menu .items-bg{right:2.5rem;}
    .menu .texts h1{font-size:75pt;}
    .menu .texts p{font-size: 17.5pt;position: relative;top: 2.5rem;left: 5.5rem;}
    .menu .texts h5{margin-top:.5rem;}
}
@media (max-width: 1440px){
    .header .logo{width:230px;}
    .header .texts .content a{top:15vh;}
    .header .texts .content p{max-width:250px;}
    .header .texts .content h1{font-size:100pt;margin-top:-2rem;}
    .header .texts .content h3{font-size:35pt;}
    .header .center-img{height:40vh;}
    .corporate .items{gap:2rem;}
    .corporate .items .item{width:calc(50% - 2rem);}
    .order .head{font-size:35pt;padding:2rem 0;}
    .order .items{gap:1rem;}
    .order .items a{width:calc(50% - 1rem);}
}
@media (max-width: 1366px){}
@media (max-width: 1200px){
    .header .texts .content p{max-width:180px;}
    .corporate .items{gap:1rem;}
    .corporate .items .item{width:calc(50% - 1rem);}
    .menu .texts h1{font-size:60pt;}
    .menu .texts p{font-size: 14.5pt;top: 1.5rem;left: 4.5rem;}
    .menu .items-bg{right:-8rem;}
    .footer .logo{width:70%;}
}
@media (max-width: 992px){
    .header{padding-top:0;}
    .header .navbar{background-color:#fff;padding:2rem 0;}
    .header .logo{filter:none;}
    .header .navbar-toggler{width:50px;height:50px;border:1px solid #a6cd38;background-color:#a6cd38;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;}
    .header .navbar-toggler:hover{background-color:transparent;color:#a6cd38;}
    .header .navbar-nav .nav-item{padding:1rem 0;border-bottom:1px solid #202020;}
    .header .navbar-nav .nav-item:nth-child(6){border:none!important;}
    .header .navbar-nav .nav-item:hover{border-color:#a6cd38;}
    .header .navbar-nav .nav-item:hover .nav-link{color:#a6cd38!important;}
    .header .navbar-expand-lg .navbar-nav .nav-link{color:#202020;}
    .header .texts{width:100%;height:50vh;top:150px;border-radius:0;text-align:left;justify-content:start;}
    .header .texts .content{justify-items:start;text-align:left;}
    .header .center-img{height:30vh;top:6rem;}
    .header .texts .content h1{font-size:65pt;margin-top:0;}
    .header .texts .content h3{font-size:20pt;}
    .header .texts .content p{max-width:100%;direction:ltr;}
    .header .texts .content a{top:0;}
    .header .logo{width:170px;}
    .header .social-media{display:none;}
    .corporate .desc{width:90%;}
    .corporate .items{margin-top:3rem;}
    .corporate .items .item{padding:2rem;}
    .corporate .items .item img{width:40px;}
    .corporate .items .item h2{font-size:17pt;}
    .menu .items-bg{display:none;}
    .menu .items-bg-mbl{display:block;position:absolute;left:50%;bottom:-6rem;transform:translate(-50%);}
    .menu .product-items{display:flex;gap:2rem;margin-top:5rem;}
    .menu .product-items a:nth-child(1) img{left:0;right:auto;width:160px;top:3rem;}
    .menu .product-items a:nth-child(2) img{left:0;right:auto;width:260px;}
    .menu .product-items a:nth-child(3) img{left:0;right:auto;width:160px;top:3rem;}
    .order .image{top:7rem;}
    .order .head{font-size:25pt;}
    .faq .head{font-size:35pt;}
    .faq .accordion-button{font-size:11.5pt;}
    .footer .logo{width:230px;}
    .footer .right-items{justify-content:start;justify-items:start;}
    .footer .menu-list{flex-wrap:wrap;justify-content:start;}
}
@media (max-width: 768px){
    .menu .product-items{display:flex;gap:1rem;margin-left:-1rem;}
    .menu .product-items a:nth-child(1) img{left:0;right:auto;width:90px;top:3rem;}
    .menu .product-items a:nth-child(2) img{left:0;right:auto;width:170px;}
    .menu .product-items a:nth-child(3) img{left:0;right:auto;width:90px;top:3rem;}
    .menu .items-bg-mbl{bottom:-10rem;}
    .menu .texts p{top:0;left:0;font-size:16pt;}
    .menu .texts h1{font-size:40pt;}
    .menu .texts h5 {letter-spacing: 12px;font-size: 18pt;}
    .footer .menu-list{display:grid;gap:1rem;margin:2rem 0;}
    .footer .contact-item{display:grid;gap:2rem;}
    .footer .copyright{text-align:left; }
}