/*--------------------------------------------------------------
    laptop
---------------------------------------------------------------*/
@media screen and (max-width:1440px ) {
    .banner-content h2 {
        font-size: 100px;
        line-height: 102px;
    }
    .demo-section {
        margin-top: -120px;
    }
    .demo-section .demo-items .single-demo {
        margin-bottom: 90px;
    }
    
}
@media screen and (max-width:1200px ) {
    .tablet-frame, .tablet-frame::after {
        height: 370px;
    }
}

@media screen and (max-width:991px ) {
    .banner-image img {
        max-width: 245px;
        height: auto;
    }
    .banner-content {
        margin-top: 120px;
    }
    .banner-content h2 {
        font-size: 75px;
        line-height: 90px;
    }
    .astronaut-btn a {
        padding: 20px 38px;
        font-size: 15px;
        font-weight: 600;
    }
    .demo-section {
        margin-top: 0px;
    }
    .demo-section .demo-items .single-demo {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 75px;
    }
    .demo-items .single-demo .demo-content {
        width: 100%;
    }
    .tablet-frame, .tablet-frame::after {
        height: 550px;
    }
    .item1 {
        order: 2;
    }
    .item2 {
        order: 1;
    }
    .ml-auto{
    margin: 0;
    }
    .feature-box {
        margin-bottom: 20px;
    }
    .feature-section {
        margin-bottom: 60px;
    }
    .gradient-focus {
        left: 0;
    }
}

@media screen and (max-width:767px ) {
    .banner-image {
        top: 25px;
    }
    .banner-content {
        margin-top: 40px;
        margin-bottom: 40px;
        text-align: center;
    }
    .banner-content h2 {
        font-size: 68px;
        line-height: 80px;
    }
    .banner-content .astronaut-btn a {
        padding: 19px 33px;
        font-size: 14px;
        font-weight: 600;
    }
    .tablet-frame, .tablet-frame::after {
        height: 450px;
    }

    .demo-section .demo-items .single-demo {
        gap: 35px;
        margin-bottom: 41px;
    }
    .demo-items .single-demo .demo-content h4 {
        font-size: 42px;
        line-height: 56px;
        margin-bottom: 10px;
    }
    .section-heading {
        font-size: 42px;
        line-height: 40px;
        padding-bottom: 39px;
    }
    .footer-area .site-logo {
        text-align: center;
    }
    .Copyright-text p{
        text-align: center;
    }
}
@media screen and (max-width:570px ) {
    .banner-image {
        top: 105px;
    }
    .banner-image img {
        max-width: 198px;
    }
    .tablet-frame, .tablet-frame::after {
        height: 375px;
    }
    .demo-items .single-demo .demo-content h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .section-heading {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 26px;
    }
    .astronaut-btn a {
        padding: 14px 24px;
        font-size: 13px;
        font-weight: 600;
    }
}
@media screen and (max-width:490px ) {
    .banner-section {
        padding-bottom: calc(max(100px, 12vh) + 11vw);
    }
    .banner-image {
        animation:unset;
    }
    .banner-content {
        margin-top: 94px;
    }
    .demo-section .demo-items .single-demo {
        margin-bottom: 33px;
        gap: 30px;
    }
    .tablet-frame, .tablet-frame::after {
        height: 240px;
        border: 2px solid #333;
    }
    .demo-items .single-demo .demo-content h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .tablet-frame .content-area {
        margin: 40px 20px 20px 20px;
        padding: 4px;
    }
    .tablet-frame .image-container {
        border: 2px solid #333;
    }
    .browser-dots {
        top: 10px;
        left: 21px;
    }
    .feature-section {
        margin-bottom: 30px;
    }
    .gradient-focus {
        width: 250px;
        height: 250px;
    }
    .banner-content h2 {
        font-size: 48px;
        line-height: 65px;
    }
    .banner-content p {
        padding: 20px 0;
    }
}

   




