ul li {
    padding : 20px;
    font-size: 20px;
    font-weight: 500px;
}

.banner_title {
    font-size: 25px;
    color: #ef4c7d;
    font-weight: 700;

}
.iphone {
    color: black;
    font-size: 75px;
    font-weight: 300px;
}
.banner_section {
    background-image: linear-gradient(85deg, pink, aqua);
}
.banner_writing {
    margin-top: 100px;
    margin-left: 150px;
}
.macimage {
    margin-top: 50px;
    height: auto;
    max-width: 250%;
}
.mactext {
    margin-top: 50px;
    margin-right: 30px;
    margin-left: 20px;
    justify-content: right;
}
.ipadPic {
    margin-top: 20px;
    height: auto;
    max-width: 45%;
}
.ipadtext {
    margin-top: 20px;
    margin-left: 20px;
}
.headsetSection {
    background-color: #adc2d7;
}
.headsetPic {
    height: auto;
    max-width: 40%;
}
.headsettext {
    margin-left: 40px;
    
}
/* .allicons {
    
} */
.common_icons {
    padding : 10px;
    margin : 10px;
    background-color: #ededed;
    border-radius: 20px;
    text-align: center;
}
.cardlist {
    display: flex;  
    justify-content: center;
}
.cardText {
    font-size:20px;
    margin: 15px;
}
.allcards {
    /* display: flex; */
    justify-content: center;
}
.heart {
    text-align: right;
    font-size: 20px;
    margin-right: 20px;
    opacity: 50%;
}
.beforefooter {
    background-color: #958AD4;
}
.img1 {
    margin: 40px;
    height: auto;
    width: 350px;
}
.img2 {
    margin: auto;
    height: auto;
    width: 450px;
}
.beffoottext {
    margin-top: 150px;
    text-align: center;
    /* margin-left: 120px; */
}
.pp {
    text-align: center;
    /* margin-right: 160px; */
    color: white;
}
.footersection {
    background-color: #0E071B;
}
.lastone {
    height: auto;
    width: 280px;
    /* margin-top: 50px;
    margin-bottom: 50px; */
    padding: 50px;
}
.lasticons {
    height: auto;
    width: 280px;
    /* margin-top: 50px;
    margin-bottom: 50px; */
    padding: 50px;
}
.allcommon {
    color: white;
    gap: 10px;
}
.footertxt {
    height: auto;
    width: 280px;
    /* margin-top: 50px;
    margin-bottom: 50px; */
    padding: 50px;
}
.footertxt11 {
    color: white;
}

@media only screen and (max-width:480px) {
    .iphone {
        color: black;
        font-size: 55px;
        font-weight: 300px;
    }
    .headsetPic {
        height: auto;
        max-width: 40%;
    }
    .lastimg {
        text-align: center;
    }
    .twotext {
        text-align: center;
    }
    .footertxt {
        text-align: center;
    }
    .beforefooter {
        justify-content: center;
    }
    .pp {
        text-align: center;
    }
    .twotext {
        justify-content: center;
    }
    .cardlist {
        text-align: center;
    }
    
}