@media all and (max-width : 767px){
html {
    min-height: 100vh;
}

p.aboutpara {
    width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light .container-fluid {
    padding: 0px !important; 
}

.navbar-light .navbar-toggler {
    color: white !important;
    border: none;
    background: #ffffff;
    border-radius: 0px;
}

.main-header div#navbarNav ul {
    gap: 0px;
    margin-top: 20px;
}

.d-flex.right-ic-con {
    margin: 0px;
    margin-top: 15px;
}

p.aboutpara {
    margin-top: 30px;
}

.main-header div#navbarNav ul li a {
    color: white !important;
}

.prod_Det_sec h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.prod_Det_sec p {
    margin-top: 25px !important;
}

.prod_Det_sec button#addToCart {
    margin-top: 15px;
}

.prod_Det_sec select {
    margin-top: 10px;
}

.prod_Det_sec input#quantity {
    margin-top: 10px;
}

.navbar-toggler:focus {
    box-shadow: none !important; 
}

.oneofone .pagetitle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: unset;
}

.oneofone .pagetitle video {
    width: 100%;
    margin-bottom: 25px;
}

.oneofone p.aboutpara.\31 of1para {
    margin-top: 30px;
}

.abtpage h3.head-sec {
    padding: 0px;
}

.abtpage p {
    padding: 0px;
}

.abtpage ul.page-breadcrumbs {
    padding: 0px;
}

.abtpage h3.head-sec::after {
    top: 60px;
    margin-left: 0px;
}

.abtpage img.animated-img {
    display: none;
}

.abtpage .box-bg {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.abtpage img.dance-img {
    margin: 0px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.abtpage p.boxpara {
    width: 100% !important;
}

.abtpage img.animated2 {
    display: none;
}

.abtpage .row.second-sec {
    padding: 80px 0px;
}

.abtpage .row.second-sec video {
    margin-bottom: 35px;
}

.abtpage .row.second-sec .col-md-7 p {
    font-size: 16px;
}

.circle {
    width: 415px;
    max-width: 100%;
    height: 415px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('https://uploads-ssl.webflow.com/6643e41650eb04ae06f935f8/668c7ee903150f0c462c0c08_Render_v2-ezgif.com-optimize.gif');
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.triangle {
    width: 70%;
    max-width: 100%;
    height: 32%;
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    margin: 0 auto;
    background: linear-gradient(to top, #007b7f, #039CA1);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    transform: scale(0);
    transform-origin: center;
}

.h2txt {
    color: white;
    text-align: center;
    font-size: calc(1.0 * (4.5vh + 0vw));
    z-index: 999;
    position: absolute;
    margin: auto;
    display: block;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
}

img#headphones {
    display: none;
}

ul.popupmenu {
    display: none;
}
}