.container-exploreheadset-1{
    display: inline;
    width: 100%;
    
}
.explore-container-content{
    display: flex;
    width: 100%;
    gap: 30px;
}

.headset-container-img1{
    padding: 40px;
    background: #f5f5f5;
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 20%;
    margin-top: 30px;
}
.headset-container-img2{
    padding: 40px;
    background: red;
    width: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20%;
    margin-top: 30px;
    border-radius: 50%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.headset-container-img1 h1{
    /* width: ; */
    font-size: 30px;
    text-align: center;
    padding: 50px;
    font-family: "Varela Round", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.headset-container-img2 h1{
    /* width: 50%; */
    font-size: 20px;
    text-align: center;
    justify-content: center;
    top: 30%;
    color: white;
    font-family: "Varela Round", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.headset-container-img1 img{
    width: 100%;
    height: 450px;
    padding-bottom: 30px;
}
.headset-container-img2 img{
    width: 100%;
    height: 500px;
}
.container-exploreheadset-2{
    width: 100%;
}

.headset-container-img3{
    position: relative;
    width: 100%;
    height: 500px;
    background-color: white; 
    display: flex;
    align-items: center;
    justify-content: center;

}
.headset-container-img3 img{
    width: 100%;
    height: 500px;
}

.headset-container-img1 a{
    width: 100px;
    height: 60px;
    background-color: red;
    color: white;
    /* padding: 10px; */
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 10px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    /* justify-content: right; */
}



@media(max-width:1000px){
    .explore-container-content{
        display: inline;
        width: 100%;
        gap: 30px;
    }
    .headset-container-img3{
        display: none;
    }
    .headset-container-img1 h1{
        /* width: ; */
        font-size: 15px;
        text-align: center;
        padding: 30px;
        font-family: "Varela Round", sans-serif;
        font-weight: 800;
        font-style: normal;
    }

}