/* Widths */
/* For 991px */
@media screen and (max-width: 1025px)  {
    section,footer{
        padding: 0 24px;
        padding-bottom: 30px;
    }
    .nav-links{
        font-size: 12px ;
    }
    .btn{
        width:70px;
        height: 30px;
        padding: 0;
        font-size: 11px;
    }
    .hero-head h1{
        font-size: 35px;
    }
    .hero-sub-head p{
        font-size: 14px;
    }
    .hero-head h1,.hero-sub-head p{
        width: 700px;
    }
    .footer-container{
        padding: 25px 48px;
        gap: 80px;
    }
    .footer-address-details li{
        font-size: 12px;
    }
    .footer-address-details li i{
        font-size: 15px ;
    }
    .footer-address img{
        height: 45px;
    }
    .footer-head{
        font-size: 16px;
    }
    .footer-items li{
            font-size: 12px;
    }
    .copy p{
        font-size: 13px;
        }
        .footer-icons a{
            font-size: 20px;
        }
        .price-card{
            width: 300px;
        }
        .price{
            font-size: 30px;
        }
}
/* For tablets - 768px */

@media screen and (max-width: 768px)  {
    section,footer{
        padding: 0 24px;
        padding-bottom: 30px;
    }
    .btn{
        width: max-content;
        height: 35px;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
    }
    .hero-head h1,.hero-sub-head p{
        width: 500px;
    }
    .hero-head h1{
        font-size: 30px;
    }
    .hero-sub-head p{
        font-size: 12px;
    }
    .nav-left{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .nav-center,.nav-right{
        display: none;
    }
    .appbar{
        display: flex;
    }
    .scroll-top{
        bottom: 70px;
        right: 16px;
    }
    .footer-container{
        padding: 20px 24px;
        gap: 60px;
    }
    .footer-address-details li{
        font-size: 12px;
    }
    .footer-address-details li i{
        font-size: 15px ;
    }
    .footer-address{
        padding: 20px 0;
    }
    .footer-address img{
        height: 45px;
    }
    .footer-head{
        font-size: 14px;
    }
    .footer-items li{
            font-size: 12px;
    }
    .copy p{
        font-size: 12px;
        }
    .footer-icons a{
            font-size: 20px;
        }
    .footer-icons{
        padding: 15px 0;
    }
    .template-hero{
        flex-wrap: wrap;
    }
    .template-hero-text{
        width: 100%;
        padding: 80px 16px;
      
        /* background-color: #ef211d; */
    }
    .template-hero-text h1{
        font-size: 28px;
    }
    .template-hero-text p{
        font-size: 15px;
    }
    .template-hero-image img{
        width: 100%;
    }
    .contact-container{
        gap: 5px;
    }
}
@media screen and (max-width: 512px)  {
    .footer-container{
        display: none;
    }
    .footer-container-mobile{
        display: flex;
    }
    .price-card{
       text-align: center;
    }
    .price-btn{
        background-color: #1d2671;
        color: #fafdfe;
        width: 200px;
        height: 50px;
        font-size: 15px;
        margin: 40px 0 10px 0;
    }
    .main-form-wrapper{
        width: 350px;
    }
    .circle1,.circle2,.circle3,.circle4,.circle5,.circle6{
        width: 30px;
        height: 30px;
        display: flex;
    justify-content: center;
    align-items: center;
    }
    .progress-text{
        font-size: 8px;
    }
    .circle1,.circle2,.circle3,.circle4,.circle5,.circle6 span i{
        color: black;
        font-size: 26px;
    }
    .circle6 span i{
        padding-top: 0;
    }
    .label{
        font-size: 12px;
    }
}
/* For iPhones - 390px and Android - 360px */
@media screen and (max-width: 420px)  {
    section,footer{
        padding: 0 16px;
        padding-bottom: 20px;
    }
    .section-head{
        font-size: 30px;
        padding: 30px 0;
    }
    .template-card{
        width: 280px;
        height: max-content;
        padding-bottom: 20px;
        border: 0.5px solid #16161d10;
        /* background-color: #02baee; */
    }
    .template-image img{
        width: 280px;
        margin: 0;
    }
    .template-card-container{
        grid-template-columns: repeat(auto-fill, 280px);
        grid-gap: 35px;
    }
    .templates-new{
        grid-template-columns: repeat(auto-fill, 280px);
        grid-gap: 35px;
    }
    .hero-head{
        padding: 50px 0 15px 0;
    }
    .footer-icons{
        gap: 20px;
    }
    .hero-head h1{
        font-size: 18.5px;
    }
    .hero-sub-head p{
        font-size: 9.5px;
        padding-bottom: 20px;
    }
    .hero-head h1,.hero-sub-head p{
        width:300px;
    }
    .copy p{
        font-size: 10px;
        padding-bottom: 56px;
        }
    

}