@media only screen and (max-width: 1024px){
    .top-area .logo a img {
        width: 100px;
        margin-top: 12px;
    }
    .top-area .logo {
        margin-left: 0px;
    }
    .main-nav ul li a {
        font-weight: 600;
        font-size: 12px;
    }
    .nav-area .main-nav {
        margin-right: 0px
    }
    .main-nav .nav-btn {
        padding: 10px 20px;
    }
    .hero-text .hero-text-box h1 {
        font-size: 49px;
        font-weight: 700;
        line-height: 55px;
    }
    .hero-text .hero-text-box p {
        font-size: 14px;
    }
    .hero-text-box .hero-btn a {
        padding: 10px 27px;
        font-size: 12px;
    }
    .about-section h2 {
        font-weight: 500;
    }
    .about-section .about-one p span {
        font-size: 60px;
    }
    .gallery-section .gallery-title h2 {
        font-size: 40px;
    }
    .gallery-section .gallery-iteam {
        grid-template-columns: 1fr 1fr;
    }
    .gallery-iteam .gallery-data a img {
        max-width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    .testimonial-section .test-title h2 span {
        font-size: 42px;
    }
    .testimonial-section .test-title h2 {
        font-size: 42px;
    }
    .testimonial-section .test-data {
        padding: 10px 30px;
        border-radius: 5px;
        width: 530px;
    }
    .footer-section .end .letter p {
        line-height: 20px;
    }
    .footer-section .time .follow-link a i {
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 768px){
    .top-area .logo a img {
        width: 90px;
    }
    .hero-text .hero-text-box h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .about-section .about-all {
        grid-template-columns: 1fr;
    }
    .about-section h2 {
        font-size: 35px;
    }
    .about-section .about-one p {
        line-height: 25px;
        padding-right: 0px;
    }
    .about-section .about-two p {
        line-height: 25px;
        padding-left: 0px;
    }
    .about-section .about-one p span {
        font-size: 50px;
    }
    .gallery-section .gallery-iteam {
        grid-template-columns: 1fr;
    }
    .gallery-section .gallery-title h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .testimonial-section .test-title h2 span {
        font-size: 36px;
    }
    .testimonial-section .test-title h2 {
        font-size: 36px;
    }
    .testimonial-section .test-data {
        padding: 10px 15px;
        width: 80%;
    }
    .footer-section .end{
        grid-template-columns: 1fr;
    }
    .footer-section .time .follow-link a i {
        padding: 10px 15px;
    }
    .footer-section .end .letter p {
        line-height: 22px;
        text-align: center;
    }
    .footer-section .location p {
        text-align: center;
    }
    .footer-section .location h6 {
        text-align: center;
    }
}