:root{
    --accent: #ff9a24;
    --black: #131313;
}
@media (max-width: 1024px) and (min-width: 0px){
    .menu{
        gap: 15px;
    }
    .menu a {
        font-size: 16px;
    }
    nav {
        padding: 30px 20px;
    }
    nav .btn-2 p{
        font-size: 16px;
        font-weight: bold;
    }
    nav .btn-2 i{
        font-size: 18px;
    }
    .heropage{
        overflow: hidden;
    }
    .hero-images a{
        width: 220px;
    }
    .requirements{
        flex-direction: column;
        text-align: center;
        margin-top: 150px;
    }
    .requirements img{
        margin-top: 50px;
    }
    .pets{
        min-height: 100%;
    }
    .pets-collection{
        gap: 20px;
    }
    .pet-item img{
        width: 210px;
    }
    .about{
        flex-direction: column;
        text-align: center;
    }
    .about-headlines{
        width: 100%;
        align-items: center;
    }
    .about-headlines p{
        font-size: 24px;
    }
    .about-info{
        gap: 40px;
    }
    .about img{
        width: 400px;
        height: auto;
    }
    .testimony-container{
        flex-direction: column;
    }
    .testimony-item{
        width: 550px;
    }
    footer{
        padding: 20px 50px;
    }
    .footer-brand{
        padding: 20px 30px;
    }
    .footer-brand h1{
        font-size: 36px;
    }
    .footer-brand p{
        font-size: 12px;
    }
    .footer-links,
    .footer-contact-info{
        padding: 20px;
    }
    .footer-contact-info p{
        font-size: 16px;
    }
    .footer-contact-info i{
        font-size: 16px;
    }
}

@media (max-width: 767px) and (min-width: 0px){
    nav{
        padding: 20px 30px;
        width: 100%;
    }
    nav .btn{
        display: block;
        color: var(--black);
        font-size: 24px;
    }
    nav .menu{
        position: fixed;
        background: var(--accent);
        flex-direction: column;
        min-width: 70%;
        height: 100vh;
        top: 0;
        right: -100%;
        padding: 50px;
        transition: 0.5s;
        transition-property: right;
    }
    nav .menu.active{
        right: 0;
    }
    nav .menu .close-btn{
        position: absolute;
        top: 0;
        left: 0;
        margin: 25px;
        color: white;
    }
    nav .menu a{
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin: 20px;
        padding: 0 15px;
        background-color: var(--accent);
        color: white;
    }
    nav .btn-2{
        display: none;
    }
    .heropage{
        min-height: 100%;
    }
    .hero-headlines h1{
        font-size: 24px;
    }
    .hero-headlines p{
        font-size: 14px;
    }
    .btn-3{
        width: 130px;
        height: 40px;
        font-size: 16px;
    }
    .hero-headlines{
        width: 100%;
        padding: 0 20px;
    }
    .hero-images{
        gap: 15px;
    }
    .hero-images img{
        width: 100px;
    }
    .requirements{
        width: 150px;
    }
    .requirements-headlines h1{
        font-size: 30px;
    }
    .requirements-headlines p{
        font-size: 16px;
    }
    .requirements-headlines{
        width: 100%;
    }
    .requirements img{
        width: 90%;
    }
    .r-item h5{
        font-size: 14px;
    }
    .r-item-container{
        padding-left: 14px;
    }
    .pets-headlines h1{
        font-size: 24px;
    }
    .pets-headlines i{
        font-size: 35px;
    }
    .pets-collection{
        flex-direction: column;
    }
    .btn-pets{
        width: 250px;
    }
    .about{
        padding: 0px 20px;
    }
    .about-headlines h1{
        font-size: 36px;
    }
    .about-headlines p{
        font-size: 16px;
    }
    .about-info{
        flex-direction: column;
    }
    .about img{
        width: 100%;
        height: auto;
    }
    .testimonals{
        padding: 0px 20px;
    }
    .testimonals h1{
        font-size: 24px;
    }
    .testimonals h6{
        font-size: 16px;
    }
    .testimony-item{
        width: 100%;
        padding: 24px;
    }
    .testimony-text{
        font-size: 14px;
    }
    .testimony-name img{
        width: 40px;
        height: auto;
    }
    .testimony-name h4{
        font-size: 16px;
    }
    .testimony-name i{
        font-size: 30px;
    }
    .testimony-name p{
        font-size: 12px;
    }
    .footer-container{
        flex-direction: column;
    }
    .footer-brand{
        order: 1;
        border: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .footer-links{
        order: 2;
    }
    .footer-contact-info{
        order: 3;
    }
    .copyright{
        font-size: 10px;
    }
}