/*========================================
LARGE DEVICES (1200px)
========================================*/

@media (max-width:1200px){

.container{
    width:92%;
}

.hero-content h1{
    font-size:55px;
}

.pricing-grid{
    grid-template-columns:repeat(2,1fr);
}

.feature-grid{
    grid-template-columns:repeat(2,1fr);
}

}


/*========================================
TABLETS (992px)
========================================*/

@media (max-width:992px){

.hero{
    flex-direction:column;
    text-align:center;
    padding-top:150px;
}

.hero-content{
    order:2;
}

.hero-image{
    order:1;
    margin-bottom:50px;
}

.hero-image img{
    width:70%;
}

.hero-btns{
    justify-content:center;
}

.about-grid{
    grid-template-columns:repeat(2,1fr);
}

.contact-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:36px;
}

}


/*========================================
MOBILE (768px)
========================================*/

@media (max-width:768px){

.menu-btn{
    display:block;
}

.nav-links{

    position:fixed;

    top:80px;

    right:-100%;

    width:280px;

    height:100vh;

    background:#071B35;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-items:center;

    padding-top:50px;

    gap:30px;

    transition:.4s;

}

.nav-links.active{

    right:0;

}

.hero{

    padding:120px 20px 80px;

}

.hero-content h1{

    font-size:42px;

}

.hero-content p{

    font-size:16px;

}

.hero-btns{

    flex-direction:column;

}

.hero-btns .btn{

    width:100%;

}

.hero-image img{

    width:100%;

}

.about-grid{

    grid-template-columns:1fr;

}

.pricing-grid{

    grid-template-columns:1fr;

}

.feature-grid{

    grid-template-columns:1fr;

}

.contact-info,
.contact form{

    padding:30px;

}

.section-title{

    margin-bottom:40px;

}

.section-title h2{

    font-size:30px;

}

.offer{

    padding:30px 20px;

}

.offer h2{

    font-size:28px;

}

.offer p{

    font-size:16px;

}

footer{

    padding:40px 20px;

}

footer h3{

    font-size:28px;

}

}


/*========================================
SMALL MOBILE (576px)
========================================*/

@media (max-width:576px){

.logo h2{

    font-size:24px;

}

.hero{

    min-height:auto;

}

.hero-content h1{

    font-size:34px;

}

.hero-content p{

    line-height:1.8;

}

.btn{

    padding:14px 25px;

    font-size:15px;

}

.plan-card{

    padding:35px 25px;

}

.plan-card h1{

    font-size:42px;

}

.feature-box{

    padding:35px 20px;

}

.feature-box i{

    width:70px;

    height:70px;

    line-height:70px;

    font-size:28px;

}

.contact-info h3{

    font-size:28px;

}

.contact form input,
.contact form textarea{

    padding:15px;

}

.whatsapp,
.call{

    width:55px;

    height:55px;

    font-size:24px;

    right:15px;

}

.whatsapp{

    bottom:15px;

}

.call{

    bottom:85px;

}

}


/*========================================
VERY SMALL DEVICES (400px)
========================================*/

@media (max-width:400px){

.hero-content h1{

    font-size:30px;

}

.section-title h2{

    font-size:26px;

}

.offer h2{

    font-size:24px;

}

.offer p{

    font-size:15px;

}

.logo h2{

    font-size:22px;

}

}
@media(max-width:768px){

.footer-container{

    grid-template-columns:1fr;

    text-align:center;

}

.social-icons{

    justify-content:center;

}

}
/* ===============================
   HERO MOBILE
================================*/

@media (max-width:768px){

.hero{

    padding:120px 7% 70px;

}

.hero-container{

    display:flex;
    flex-direction:column-reverse;

    align-items:center;

    text-align:center;

    gap:40px;

}

.hero-content{

    width:100%;

}

.hero-content h1{

    font-size:2.2rem;

    line-height:1.2;

}

.hero-content p{

    font-size:1rem;

    margin:20px 0;

}

.hero-buttons{

    display:flex;

    flex-direction:column;

    gap:15px;

    align-items:center;

}

.hero-buttons .btn{

    width:220px;

}

.hero-image{

    width:100%;

    margin:0;

    display:flex;

    justify-content:center;

}

.hero-image img{

    width:90%;

    max-width:320px;

    margin:0;

    border-radius:20px;

}

}