@font-face{
	font-family: 'Gotham';
	src: url('../fonts/Gotham/Gotham.eot');
	src: url('../fonts/Gotham/Gotham.eot') format('embedded-opentype'),
	url('../fonts/Gotham/Gotham.woff') format('woff'),
	url('../fonts/Gotham/Gotham.woff2') format('woff2'),
    url('../fonts/Gotham/Gotham.ttf') format('truetype'),
    url('../fonts/Gotham/Gotham.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold/Gotham-Bold.eot') format('embedded-opentype'),
	url('../fonts/Gotham-Bold/Gotham-Bold.woff') format('woff'),
	url('../fonts/Gotham-Bold/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold/Gotham-Bold.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
body{
    margin:0;
    font-family:'gotham';
    font-size:16px;
    line-height:170%;
    color:#000000;
}
.full_container{
    width:100%;
    max-width:1920px;
    padding:0 80px;
    display:block;
    margin:auto
}
.bg_999999{
    background-color:#999999;
    color:#fff
}
ul{
    padding:0;
    margin:0;
    list-style:none;
}
.font_bold{
    font-family: 'Gotham-Bold';
}
.order_1{
    order:1
}
.order_2{
    order:2
}
.container_1320{
    width:100%;
    max-width:1400px;
    padding:0 20px;
    display:block;
    margin:auto
}
.text_center{
    text-align:center;
}
.main_title{
    font-family: 'Gotham-Bold';
    font-size:48px;
    margin:0 0 25px 0
}
.common_padding{
    padding-top:50px
}
header{
    background-color:#000000;
    display:flex;
    align-items: center;
width: 100%;
}
.header_logo img{
    width:150px;
}
.header_break{
    display:table;
    margin: auto;
}
.header_sub_title{
  font-size: 16px;
  text-transform: uppercase;
  line-height: 0;
  margin-bottom: 15px;
}


.common_btn{
background-color: #fff;
border-radius: 50px;
font-size: 14px;
color: #000000;
width:300px;
text-transform: uppercase;
text-align: center;
cursor: pointer;
position: relative;
transition: 0.2s;
height:75px;
font-size: 28px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8%;
font-family:'Gotham-Bold';
text-decoration:none!important;
border:1px solid #fff
}
.common_btn:hover{
    background-color: #000000;
    color:#fff;
    border-color:#fff
}

.header_content{
color: #fff;
padding-left: 8%;
flex: 2;
text-align: center;
font-size: 48px;
font-family:'Gotham-Bold';
line-height: 110%;
}
.header_content .header_after:after{
    content:"®";
    font-size: 52px;
    position: relative;
    top: 0px;
}

/* homepage start */
.banner_sec{
    background-image:url('../img/banner_img.jpg');
    height: calc(100vh - 195px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rule_quite .main_title{
    text-transform: uppercase;
}
.content_sec{
    padding-bottom:50px;
}
.feature_sec{
    background-color: #F2F2F2;
    padding:20px;
}
.feature_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.feature_list ul li{
    width:33.3%;
    display: flex;
align-items: center;
padding: 15px 0;
}
.title_with_icon{
    display: flex;
align-items: center;
justify-content: center;
padding: 0 0 15px 0;
}
.feature_icon{
    width:60px;
    text-align:left
}
.feature_icon.water_drop{
    width: 50px;
}
.section_bg img,.half_sec_img{
    width:100%;
    object-fit: cover;
}
.comfort_img{
    height:580px
}
.half_sec_design{
    display:flex;
    align-items:center;
}
.col_50{
    width:calc(50% - 100px);
    margin:auto
}
.half_sec_design .half_img{
    width:100%
}
.half_sec .full_container{
    padding:0 20px;
}
.para_break{
    display:table
}
.half_sec_design .title_with_icon{
    justify-content: flex-start;
}
.ear_buds_sec{
    position:relative;
    z-index: -1;
}
.ear_buds_img{
    position: absolute;
    width: calc(50% - 82px);
    top: 0;
    transform: translate(0,-50%);
    z-index: -1;
}
.feature_details .full_container .half_sec_design:nth-child(even) .content_sec{
    padding-left:75px
}
.feature_details .full_container .half_sec_design:nth-child(odd) .content_sec{
    padding-left:15px
}

.slider_sec{
    padding-top:100px
}
.gallery_slider{
    width:100%;
    padding:0 165px;
    display:flex;
}

.gallery_list{
    width:100%;
    display:flex;
}
.gallery_half{
    width:50%
}
.full_height_gallery{
    height: 100%;
}
.gal_60{
    height:60%
}
.gal_40{
    height:40%
}
.vertical_gal{
    display:flex;
    flex-direction:column;
}
.gallery_list img{
    width:100%;
    padding: 5px;
    object-fit:contain
}
.gallery_slider_sec{
    position:relative
}
.slider-controls .arrows{
    position:absolute;
    top:50%;
    transform:translate(0 , -50%);
    z-index: 9;
    cursor:pointer
}
.slider-controls .slide-m-next{
    right:0
}
.gallery_slider_sec .slick-dots{
    left:0;
    bottom: -35px;
}
.gallery_slider_sec .slick-dots li button:before{
    font-size:10px;
    opacity:1;
    color:#666666
}
.gallery_slider_sec .slick-dots li.slick-active button:before{
    font-size:16px;
}

.how_it_comes_content{
    padding:50px 0;
}
.how_it_comes_content .content_sec p{
    width:40%
}
.how_it_comes_content .content_sec{
    padding-bottom:0
}

footer{
    background: linear-gradient(141deg, #181818 0%, #252525 51%, #333333 75%);
    
    color:#fff;
    font-size:14px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.footer_bg{
    width:50%
}
.footer_bg img{
    width:90%;
    float:right
}
footer .full_container{
    height:100%
}
.footer_sec{
    display:flex;
    padding: 0 50px 30px 50px;
    height:100%;
    position:relative;
}
.footer_logo{
    width: fit-content;
    margin-bottom: 30px;
}
.col_60{
    width:50%;
    display:flex;
    flex-direction: column;
}
.footer_sec p{
    margin-top:auto;
    margin-bottom:0;
    line-height: 17px;
}
.col_40{
    width:40%
}

.white_buds{
    display:table;
    margin: -150px 0 0  70px;
    position:relative
}
.content_sec p:last-child{
    margin:0
}

.difference_between{
    padding:100px 0
}
.difference_img{
    width: 800px;
    margin: auto;
    display: table;
}
.difference_title{
    width: 80%;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    margin: auto;
    font-family: 'Gotham-Bold';
    padding: 50px 0;
}
.table_sec{
    padding:20px 0
}
.table_sec table{
    max-width:1060px;
    margin: auto;
    font-size: 22px;
}
.table_sec .table  th{
    font-family: 'Gotham-Bold';
    width: 33.3%;
    
}
.table_sec .table  th,.table_sec .table  td{
    padding:23px 15px;
    border:0px;
    vertical-align:middle
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.accordion_sec{
padding-top:120px
}
.accordion_list{

border-top: 1px solid #E5E5E5;
}
.accordion_title {
font-size:20px;
}
.accordion_title_sec{
cursor:pointer;
font-size: 24px;
position:relative;
padding: 30px;
}
.accordion_title_sec i{
font-size:30px;
}
.accordion_title_sec.active i{
transform: rotate(180deg);
} 
.accordion_title_sec.active{
background-color:#E5E5E5;
font-family: 'Gotham-Bold';
}
.accordion_details ul{
margin:0;
padding:0;
list-style:none;
display: table;
width:100%
}
.accordion_details ul li{
float:left;
width:50%;
line-height: 40px;
font-size: 20px;
position:relative;
padding-left: 15px;
}
.accordion_details ul li:before{
content:"";
width:7px;
height:2px;
background-color:#333333;
position: absolute;
top: 21px;
left:0;
}
.accordion_title img{
width:30px;
margin-right:20px;
}
.accordion_title span{
margin: 1px 0;
}
.accordion_details{
display:none;
padding:30px;
}
.accordion_plus{
opacity: 1;
transition: all 0.5s ease-out;
}
.accordion_minus {
opacity: 0;
transition: all 0.5s ease-out;
}
.accordion_minus:after {
content: "";
width: 2px;
height: 15px;
position: absolute;
background-color: #000000;
top: 6px;
left: 13px;
}
.accordion_title_sec.active .accordion_minus{
opacity: 1;
}
.accordion_plus:before {
content: "";
width: 2px;
height: 15px;
position: absolute;
background-color: #000000;
top: 6px;
left: 13px;
}
.accordion_plus:after {
content: "";
width: 2px;
height: 15px;
position: absolute;
background-color: #000000;
top: 6px;
left: 13px;
transform: rotate(90deg);
}
.accordion_title_sec.active .accordion_button{
transform: rotate(90deg);
}
.accordion_title_sec.active .accordion_plus{
opacity: 0;
}
.accordion_button{
position: absolute;
z-index: 1;
width: 30px;
height: 30px;
padding: 0;
clear: both;
font-size: 15px;
text-align: center;
outline: none;
user-select: none;
transition: all 0.5s ease-out;
cursor: pointer;
right: 20px;
top: 30px;
}
.accordion_details p{
margin:0
}
.buds_spec{
display:flex
}
.buds_types{
display:flex;
padding-top:20px
}
.buds_type{
width:28px;
height:28px;
border-radius:50%;
margin-right:10px;
position:relative;
cursor:pointer
}
.buds_type:after{
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
width: 36px;
height: 36px;
border: 2px solid transparent;
border-radius: 100%;
content: " ";
transform: translate(-50%, -50%) scale(0.5);
transition: transform 300ms, border 300ms;
transition-timing-function: cubic-bezier(0.64, 0.04, 0.35, 1);
}
.buds_type:hover::after,.buds_type.active::after{
border-color: #000;
transform: translate(-50%, -50%) scale(1);
}
.spec_img img{
display:none
}
.buds_color{
    padding-top:10px
}
@media(max-width:1600px){
    .table_sec table{
        font-size: 20px;
    }
.difference_title{
        font-size: 28px;
    }

    .header_logo{
        width:130px
    }
    .header_content {
        font-size: 30px;
        line-height: 105%;
    }
    .header_sub_title{
        margin-bottom: 10px;
        font-size:12px
    }
    .header_content .header_after:after {
        font-size: 42px;
        top: 0;
    }
    .common_btn{
        width: 155px;
        height: 45px;
        font-size: 16px;
    }
    .banner_sec {
        height: calc(100vh - 130px);
    }
    .main_title {
        font-size:32px;
        margin: 0 0 20px 0;
    }
    .feature_list ul li{
        width:33.3%
    }
    .full_container {
        padding: 0 50px;
    }
    .content_sec {
        padding-bottom: 40px;
    }
    .common_padding{
        padding-top: 40px;
    }
    .title_with_icon{
        padding: 0 0 10px 0;
    }
    
    .col_50 {
        width: calc(50% - 50px);
    }
    .container_1320{
        max-width: 1200px;
        padding: 0 70px;
    }
    .feature_details .full_container .half_sec_design:nth-child(even) .content_sec {
        padding-left: 45px;
    }
    .slider_sec{
        padding-top:70px
    }
    .slider-controls .arrows img{
        width:45px
    }

    .white_buds {
        margin: -85px 0 0 70px;
    width: 350px;
    }
    .footer_logo {
        width:150px
    }
    .footer_sec {
        padding: 0 30px 30px 30px;
    }
    footer {
        font-size: 12px;
    }
} 
@media(max-width:1450px){
    .gallery_slider {
        padding: 0px 250px;
    }
    .height1.active{
        height:180px
    }
    .height2.active{
        height:180px
    }
    .height3.active{
        height:150px
    }
    .height4.active{
        height:100px
    }
    .height5.active{
        height:180px
    }
    .height6.active{
        height:80px
    }
}  
@media(max-width:1200px){
    .comfort_img {
        height: 420px;
    }
    .how_it_comes_content .content_sec{
        padding-left: 30px;
    }
    .gallery_slider {
        padding: 0px 150px;
    }
    .slider-controls .arrows img {
        width: 35px;
    }
    .common_btn{
        margin-right:20px
    }
    .header_content{
        padding-left: 20px;
    }
    .col_50 {
        width: calc(50% - 30px);
    }
    .common_padding {
        padding-top: 30px;
    }
    .content_sec {
        padding-bottom: 30px;
    }
    .feature_details .full_container .half_sec_design:nth-child(even) .content_sec {
        padding-left: 25px;
    }
    .title_with_icon {
        padding: 0 0 10px 0;
    }
    .title_with_icon img{
        width:30px
    }
    .feature_icon.water_drop img{
        width: 20px;
    }
    .title_with_icon .feature_icon {
        width: 40px;
    }
    .feature_list ul li {
        width:50%;
    }
    .how_it_comes_content {
        padding: 0;
    }
    .slider_sec {
        padding-top: 50px;
    }

    .white_buds {
        margin: -68px 0 0 70px;
        width: 290px;
    }
    .footer_logo {
        width: 130px;
    }
    
    .half_sec .full_container {
        padding: 0 50px;
    }
    .feature_details .full_container{
        padding: 0 35px;
    }
    
    
    .footer_sec{
        padding:0 0 30px 0
    }
    .container_1320{
        padding:0 50px
    }
}

@media(max-width:992px){
    .difference_img{
        width:100%
    }
    .accordion_sec{
        padding:80px 0
    }
    .footer_bg{
        position: absolute;
        right: 0;
    }
    .col_60{
        width:100%
    }
    .footer_sec p {
        margin-top: 170px;
    }
    .footer_bg img{
        height: 320px;
        width: auto;
    }
    .difference_between{
        padding:50px 0
    }
    .ear_buds_img_mob{
        text-align: center;
        position: relative;
    }
    .ear_buds_img_mob img{
        width:400px;
    }
    .ear_buds_img_mob:after{
        content:'';
        width:100%;
        position:absolute;
        height:50%;
        background-color:#999999;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .double_tap .half_sec_design .col_50:first-child{
        display:none
    }
    .double_tap .full_container:first-child .half_sec_design .content_sec{
        padding:0
    }
    .double_tap .half_sec_design .col_50{
        width:100%
    }
    .ear_buds_img{
        display:none
    }
    .double_tap .common_padding{
        padding:0
    }
    .how_it_comes .full_container{
        padding:0 20px
    }
    .height1.active{
        height:130px
    }
    .height2.active{
        height:130px
    }
    .height3.active{
        height:100px
    }

    .height5.active{
        height:130px
    }
    
    
    
}

@media(max-width:768px){
    .half_sec_img{
        height:auto!important
    }
    .banner_sec {
        height: 500px;
    }
    .difference_title{
        width:100%
    }
    .spec_img img {
        width: 280px;
    }
    .feature_list ul li:nth-child(7) .feature_icon img{
        max-width: 14px;
    }
    .feature_icon {
        margin-right: 10px;
    }
    .feature_details .half_sec_design{
        display:table
    } 
    .col_50 {
        width: 100%;
    }
    .feature_details .full_container .half_sec_design .content_sec {
        padding-left: 0px !important;
    }
    .slider-controls{
        display:none
    }
    .gallery_slider {
        padding: 0px 100px;
    }
    .how_it_comes_content .content_sec{
        padding-left:10px
        
    }
    .how_it_comes_content .content_sec p {
        width: 100%;
    }
    .common_btn{
        width:auto;
        height:auto;
        padding: 5px 15px;
    }
    .container_1320 {
        padding: 0 30px;
    }
    .tooltip_sec{
        display:none
    }
    .half_sec .full_container {
        padding: 0 30px;
    }
    .pulse_plus,.pulse_minus{
        display:none
    }
    .pulse_btn_sec{
        width:25px;
        height:25px
    }
    .pulse_ani {
        top: -9px;
        left: -9px;
        width: 40px;
        height: 40px;
    }
    .hot-spot{
        display:none
    }
    .first_hotspot{
        display:block
    }
    .hotspot_sec{
        display:none
    }
    #hotspot1{
        display:block
    }
    .mobile_hotspot{
        display:block
    }
    
    .common_btn {
        margin-left: auto;
    }
    .main_title {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .full_container {
        padding: 0 30px;
    }
    .feature_sec {
        padding: 10px 0;
    }
    .feature_icon {
        width: 36px;
    }
    .feature_icon img{
        max-width: 24px;
        margin: auto;
        display: table;
    }
    .feature_list ul li{
        padding:10px
    }
}
@media(max-width:580px){
    .header_content{
        padding-left: 18px;
        font-size: 15px;
    }
    .common_btn {
        padding: 2px 7px;
        line-height: 22px;
        margin-right: 15px;
        font-size: 11px;
    }
    .buds_spec{
        display:table
    }
    .center_width{
        width:100px
    }
    .accordion_title {
        font-size: 18px;
    }
    .accordion_details{
        padding:15px
    }
    .accordion_sec {
        padding: 50px 0;
    }
    .buds_type{
        width:22px;
        height:22px
    }
    .buds_type:after{
        width:30px;
        height:30px
    }
    .difference_title {
        font-size: 22px;
        padding: 30px 0 20px 0;
    }
    .difference_between {
        padding: 30px 0 20px 0;
    }
    .table_sec {
        padding:0;
    }
    .table_sec table {
        font-size:15px;
    }
    .table_sec .table th, .table_sec .table td {
        padding: 15px 6px;
    }
    .table_sec .table tbody tr td:last-child{
        width:100px
    }
    .header_content .header_after:after {
        font-size: 20px;
    }
    .pulse_btn_sec {
        width: 20px;
        height: 20px;
    }
    .pulse_ani {
        top: -11px;
        left: -11px;
    }
    .banner_sec {
        height: 300px;
    }

    .header_sub_title{
        font-size: 9px;
        margin-bottom: 5px;
    }
    .main_title {
        font-size: 22px;
    }
    .feature_list ul li {
        width:100%;
        padding:10px 0
    }
    .header_logo {
        width: 80px;
    }
    body {
        font-size: 15px;
    }
    .title_with_icon{
        text-align: left;
    }
    .container_1320 {
        padding: 0 15px;
    }
    .full_container {
        padding: 0 15px;
    }
    .half_sec .full_container {
        padding: 0 15px;
    }
    .ear_buds_img_mob img {
        width: 80%;
    }
    .para_break {
        display: inline;
    }
    .feature_details.common_padding{
        padding-top:0
    }
    .slider_sec {
        padding-top: 30px;
    }
    .gallery_slider {
        padding: 0px;
    }
    .how_it_comes_content .content_sec {
        padding-left:0px;
    }
    .white_buds {
        margin: -65px 0 0 -10px;
        width: 180px;
    }
    .footer_logo {
        width: 80px;
    }
    .footer_bg img {
        height: 160px;
    }
    .footer_sec p {
        margin-top: 60px;
    }
    .footer_bg {
        top: 0;
    }
    .mobile_hotspot {
        padding: 0 0 80px;
    }
    .footer_sec{
        display:table;
        position: relative;
        padding: 0 0 20px 0;
    }
    .col_60 {
        width: 100%;
    }
    .title_with_icon .feature_icon {
        width: 25px;
    }
    .feature_icon.water_drop img {
        width: 15px;
    }
    .feature_icon.water_drop {
        width: 15px;
    }
}