body {
    margin: 0;
    position: 0;
    background-color: black;
}
.mb-img-menu {
    display: none;
}
#cursor{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 3vw;
    height: 3vw;
    background-color: #0000ff;
    border-radius: 20vw;
    position: fixed;
    z-index: 999999;
    font-size: 0.6vw;
    color: #fff;
    font-family: 'Ray-BanSans-Bold';
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out, font-size 0.2s ease-in-out;
    /* transform: scale(1); */
}

#cursor.active_cursor {
    width: 6vw;
    height: 6vw;
    font-size: 1vw;
    background-color: #0000ff72;
    backdrop-filter: blur(4);
}

@font-face {
    font-family: 'Lato-Black';
    src: url('./font/Lato/Lato-Black.woff') format('woff'),
        url('./fonts/Lato/Lato-Black.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('./font/Lato/Lato-Bold.woff') format('woff'),
        url('./fonts/Lato/Lato-Bold.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url('./font/Lato/Lato-Medium.woff') format('woff'),
        url('./fonts/Lato/Lato-Medium.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('./font/Lato/Lato-Regular.woff') format('woff'),
        url('./fonts/Lato/Lato-Regular.woff2') format('woff2');
    font-style: normal;
}



@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('./font/Oswarld/Oswald-ExtraLight.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-ExtraLight.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('./font/Oswarld/Oswald-Light.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-Light.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url('./font/Oswarld/Oswald-Medium.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-Medium.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('./font/Oswarld/Oswald-Regular.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-Regular.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('./font/Oswarld/Oswald-SemiBold.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-SemiBold.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('./font/Oswarld/Oswald-SemiBold.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-SemiBold.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Ray-BanSans-Bold';
    src: url('./font/Rayban/Ray-BanSans-Bold.woff') format('woff'),
        url('./fonts/Rayban/Ray-BanSans-Bold.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Ray-BanSans-Light';
    src: url('./font/Rayban/Ray-BanSans-Light.woff') format('woff'),
        url('./fonts/Rayban/Ray-BanSans-Light.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Ray-BanSans-Regular';
    src: url('./font/Rayban/Ray-BanSans-Regular.woff') format('woff'),
        url('./fonts/Rayban/Ray-BanSans-Regular.woff2') format('woff2');
    font-style: normal;
}

/*sidebar*/


.sidebar-main-div .side-bar {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 1, 0, .5)), to(rgba(2, 1, 0, .5)));
    background: linear-gradient(180deg, rgba(2, 1, 0, .5), rgba(2, 1, 0, .5));
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    top: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: top;
    z-index: 2;
}

.sidebar-main-div .side-bar1 {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 1, 0, .5)), to(rgba(2, 1, 0, .5)));
    background: linear-gradient(180deg, rgba(2, 1, 0, .5), rgba(2, 1, 0, .5));
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    top: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: top;
    z-index: 99;
}

.sidebar-main-div.rightsidebar .discover-menu-box.menu-btn1 .nav__icon__container {
    height: auto;
    width: max-content;
}

.sidebar-main-div.rightsidebar .discover-menu-box.menu-btn1 {
    width: max-content;
    float: right;
    left: auto;
    right: 0;
    padding: 0;
}

.sidebar-main-div.rightsidebar {
    position: relative;
    z-index: 2;
}

.sidebar-main-div .side-bar::-webkit-scrollbar,
.sidebar-main-div .side-bar1::-webkit-scrollbar {
    width: 0px;
}

.sidebar-main-div .side-bar.active,
.sidebar-main-div .side-bar1.active {
    top: 0;
}

.sidebar-main-div .side-bar .menu,
.sidebar-main-div .side-bar1 .menu {
    width: 100%;
    margin-top: 30px;
}

.sidebar-main-div .side-bar .menu .item,
.sidebar-main-div .side-bar1 .menu .item {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.sidebar-main-div .side-bar .menu .item a,
.sidebar-main-div .side-bar1 .menu .item a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: RB-Sans-Bold, sans-serif;
    font-size: 32px;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 3px;
    padding: 3.5vh 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    opacity: .6;
    text-transform: uppercase;
}

.sidebar-main-div .side-bar .menu .item a:hover,
.sidebar-main-div .side-bar1 .menu .item a:hover {
    color: #fff;
    opacity: 1;
    filter: none;
}

.sidebar-main-div .close-btn-click {
    font-size: 0;
    padding: 20px;
    position: relative;
}

.sidebar-main-div.rightsidebar .close-btn {}

.sidebar-main-div .close-btn {
    position: absolute;
    color: #fff;
    font-size: 23px;
    left: 45px;
    margin: 15px;
    cursor: pointer;
    z-index: 1;
    top: 25px;
}

.sidebar-main-div .close-btn-click:before,
.sidebar-main-div .close-btn-click:after {
    background-color: #fff;
    border-radius: 3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.sidebar-main-div .close-btn-click:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.sidebar-main-div .close-btn-click:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}


.discover-menu-box.menu-btn:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
    content: "";
    height: 200px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.discover-menu-box .nav__icon__container {
    height: 36px;
    pointer-events: all;
    position: relative;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 36px;
    z-index: 6;
}

.discover-menu-box .nav__icon__container>button.nav__icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    width: 100%;
}

.discover-menu-box .nav__icon__container>button.nav__icon:after,
.discover-menu-box .nav__icon__container>button.nav__icon:before {
    background-color: #fff;
    border-radius: 3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.discover-menu-box .nav__icon__container>button.nav__icon:after {
    top: 72%;
}

.discover-menu-box {
    left: 0;
    padding: 32px 64px 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    /*    z-index: 80;*/
}

/*sidebar end*/

/*main hero video*/
#hero .mobile-hero-video.hero__video {
    display: none !important;
}

#hero .text {
    color: #fff;
    mix-blend-mode: difference;
    position: absolute;
    text-align: center;
    top: calc(72px + 5vh);
    z-index: 2;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 84, 0, 1);
}

#hero .video_container {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height .4s ease, opacity .4s ease;
    transition: height .4s ease, opacity .4s ease;
    width: 100%;
}

#hero .hero__video {
    display: block;
    height: 100%;
    mix-blend-mode: difference;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

#hero {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 100vh;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 4s ease !important;
    transition: opacity 4s ease !important;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    pointer-events: all;
    z-index: 1;
}

#hero h1 {
    font-size: 3.2vw;
    font-family: 'Ray-BanSans-Bold';
    margin-top: 0;
}

#hero img {
    width: 300px;
}

#hero .btn-play {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    bottom: 50px;
    right: 50px;
    border: 0px solid #000;
    font-size: 0;
    background-size: 100%;
}

#hero .btn-play i {
    background-image: url('./image/pause-icon.png');
    font-size: 0;
    background-size: 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

#hero .btn-play i.main { 
    background-image: url('./image/play-icon.png');
}



@font-face {
    font-family: 'Oswald-Bold';
    src: url('./font/Oswarld/Oswald-Bold.woff') format('woff'),
        url('./fonts/Oswarld/Oswald-Bold.woff2') format('woff2'),
        font-weight: normal;
    font-style: normal;
}

.btn-play {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border: 1px solid #000;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}


/*main hero video end*/

/*FEATURE HIGHLIGHTS*/
.fixed_banners {
    max-width: 98%;
    margin: 1vw auto;
    border-radius: 5vw;
    overflow: hidden;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 75vh;
}

.fixed_banners_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
    display: none;
}

.fixed_banners.fixed_banners1 {
    background-image: url(./image/AI_XL.jpg);
}

.fixed_banners.fixed_banners2 {
    background-image: url(./image/Capture_XL.jpg);
}

.fixed_banners.fixed_banners3 {
    background-image: url(./image/Listen_XL.jpg);
}

.fixed_banners.fixed_banners4 {
    background-image: url(./image/Call_XL.jpg);
}

.banner_content_over {
    position: relative;
}

.fixed_banners img {
    width: 100%;
    object-fit: contain;
    display: none;
}

.fixed_banners .banner_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 4%;
    box-sizing: border-box;
    justify-content: flex-end;
    left: 0;
    right: 0;
    padding-bottom: 4%;
}

.banner_content:before {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 72%, 65%, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(hsla(0, 72%, 65%, 0), rgba(0, 0, 0, .5));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%;
}

.fixed_banners .banner_content h5 {
    font-size: 2vw;
    line-height: 3vw;
    color: #df0c0c;
    font-family: 'Ray-BanSans-Bold';
    margin-bottom: 0;
}

.fixed_banners .banner_content h2 {
    color: #fff;
    margin: 0.5vw 0;
    font-family: 'Ray-BanSans-Bold';
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
}

.fixed_banners .banner_content p {
    color: #fff;
    font-size: 20px;
    font-family: "Lato", serif;
    margin-top: 0px;
}

.fixed_banners .banner_content .btns {
    position: absolute;
    right: 0%;
    z-index: 11;
    bottom: 10px;
}

.fixed_banners .banner_content .btns a {
    background: #fff;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #0977ff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 32px;
    text-transform: uppercase;
    font-family: 'Ray-BanSans-Bold';
}

/*FEATURE HIGHLIGHTS END*/

/*captured on ray-ban | meta*/
.rotated_cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
}

.rotated_cards .card_wrap {
    width: 23%;
}

.rotated_cards .card_wrap .card {
    transition: all 0.8s ease;
    width: 100%;
    border-radius: 3vw;
    overflow: hidden;
}

.rotated_cards.normal_card .card_wrap .card {
    -webkit-transform: translateZ(0) rotate(0) !important;
    transform: translateZ(0) rotate(0) !important;
}

.rotated_cards .card_wrap .card .video_container {
    width: 100%;
    height: 100%;
}

.rotated_cards .card_wrap .card .video_container video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/*captured on ray-ban | meta end*/


/*Buy now button*/
.buy_now_btn {
    position: fixed;
    top: 0;
    z-index: 2;
    right: 2%;
    top: 40px;
}

.buy_now_btn a {
    background-color: #e80c00;
    border: 1px solid #e80c00;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 32px;
    border-radius: 40px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Ray-BanSans-Bold';
}

.main-heading {
    text-align: center;
    color: #e80c00;
    font-family: 'Ray-BanSans-Bold';
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 40px;
    text-transform: uppercase;
}


/*Buy now button end*/

/* control and choice */
.cc-box {
    display: flex;
    align-items: center;
    padding: 2% 10%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.cc-box-left {
    width: 50%;
}

.cc-box-right {
    width: 50%;
}

.cc-box-right video {
    width: 550px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 64px;
    margin: 0 auto;
}

.cc-box-left h4 {
    color: #e80c00;
    font-size: 24px;
    margin: 20px 0px;
    font-family: 'Ray-BanSans-Bold';
}

.cc-box-left h5 {
    color: #fff;
    font-size: 48px;
    margin: 20px 0px;
    font-family: 'Ray-BanSans-Bold';
}

.cc-box-left p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0px;
    font-family: 'Lato';
    line-height: 1.5;
    width: 80%;
}
.cc-box-right .mobile-vw {
    display: none !important;
}
/* control and choice end */

/* FAQ */
.heading.aos-init {
    padding: 0 5%;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Ray-BanSans-Bold';
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#get-support .get-sp {
    padding: 0 5%;
    box-sizing: border-box;
    color: #e80c00;
    font-family: 'Ray-BanSans-Bold';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.faq-container {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0 5%;
    box-sizing: border-box;
}

.faq-item {
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 64px;
    cursor: pointer;
    list-style: none;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 27px 0 27px 64px;
    position: relative;
    text-align: left;
    -webkit-transition: all .3sease;
    transition: all .3sease;
    width: 100%;
    color: #fff;
    font-family: 'Ray-BanSans-Bold';
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    background-color: transparent;
    border: 0px solid #666; 
    cursor: pointer;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    color: #fff;
    font-family: 'Ray-BanSans-Bold';
    font-size: 32px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6; 
    font-family: 'Lato-Regular';
}

.faq-answer.open {
    max-height: max-content; 
    padding: 15px 20px;
    padding-left: 0;
    color: #fff;

}

.faq-container .arrow {
    background: url('./image/top-arrow.png');
    background-size: 100% 100%;
    font-size: 0;
    padding: 12px 8px;
    position: absolute;
    right: 2%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.faq-container .arrow.open {
    transform: rotate(180deg);
    display: inline-block;
}

/* FAQ end */




.tech_list_wrap .tech_list {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(1, 1fr);
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    max-width: 900px;
    text-align: center;
    grid-row-gap: 40px;
    grid-column-gap: 34px;
}

.tech_list_wrap .tech_list li.entry {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tech_list_wrap .tech_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    transition: all .6s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.tech_list_wrap .tech_list li h4 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Ray-BanSans-Bold';
    font-size: 48px;
    font-weight: 400;
    height: 72px;
    line-height: .8;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tech_list_wrap .tech_list li h4.mn-h {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
}

.tech_list_wrap .tech_list li h4.mn-h .rb_meta_separator {
    margin: 0 14px;
}

.tech_list_wrap .tech_list li h4.mn-h span.rb_meta_separator:before {
    background: #fff;
    content: "";
    height: 48px;
    left: 50%;
    position: absolute;
    top: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
}

.tech_list_wrap .tech_list li .feature_title h4 span {
    font-family: 'Ray-BanSans-Bold';
    font-size: 24px;
}

.tech_list_wrap .tech_list li h4 .rb_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    font-family: RB-Sans-Bold, sans-serif;
    font-size: 48px;
    font-weight: 400;
    height: 72px;
    justify-content: center;
    line-height: .8;
    text-transform: uppercase;
}

.tech_list_wrap .tech_list li h4 .rb_meta .rb_meta_separator {
    height: 100%;
    position: relative;
    width: 32px;
}

.tech_list_wrap .tech_list li h4 .rb_meta .rb_meta_separator:before {
    background: #fff;
    content: "";
    height: 48px;
    left: 50%;
    position: absolute;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
}

.tech_list_wrap .tech_list li .feature_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    position: relative;
}

.tech_list_wrap .tech_list li .feature_title h4 {
    font-size: 48px;
    margin: 0;
}

.tech_list_wrap .tech_list li.entry .feature_title:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 180px;
}

.tech_list_wrap .tech_list li .feature_title:after {
    background-color: #0977ff;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .4s ease;
    transition: width .4s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 180px;
}

.tech_list_wrap .tech_list li span {
    color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;
}

.tech_list_wrap .tech_list li .empty {
    background-color: #fff;
    height: 1px;
    margin: auto;
    width: 48px;
}

.tech_list_wrap .font-small {
    text-align: center;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.tech_list_wrap .main-heading {
    margin-bottom: 0;
}

.white-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.white-logo img {
    width: 200px;
}





ul.prod_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 24px;
    justify-content: center;
    padding: 0;
    margin: 0;
}

ul.prod_container li {
    width: 30%;
    text-align: center;
    list-style: none;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 64px;
}

ul.prod_container li img.prod_img {
    width: 85%;
}


.prod_container li.prod_card>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 20px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 2px solid hsla(0, 0%, 100%, .2);
    border-radius: 64px;
    flex-direction: column;
    max-height: 94vh;
    text-decoration: none;
    -webkit-transition: all .6sease;
    transition: all .6sease;
    box-sizing: border-box;
    
}

.prod_container li.prod_card>a:hover {
    background-color: hsla(0, 0%, 100%, .1);
    border: 2px solid hsla(0, 0%, 100%, .6);
}

.prod_container .prod_new.cldesk {
    color: #e80c00;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    min-height: 30px;
}

.prod_new.clmb {
    display: none;
}

.prod_details {
    display: flex;
    flex-direction: column;
}

.prod_container .prod_name {
    color: #e80c00;
    font-family: 'Ray-BanSans-Bold';
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 32px;
    text-transform: uppercase;
}

.prod_container .prod_desc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 24px;
    font-family: 'Lato-Regular';
}

.prod_container .cta--main {
    background-color: #e80c00;
    border: 1px solid #e80c00;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Ray-BanSans-Bold';
    font-size: 16px;
    font-weight: 400;
    padding: 9px 32px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3sease;
    transition: all .3sease;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prod_container .prod_details .prod_price {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 12px;
    font-family: 'Lato-Regular';
}

/*video popup*/
.Click-here {
    cursor: pointer;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    color: #fff;
}

#feature-highlights .custom-model-main, 
#feature-highlights .custom-model-main-new,
#feature-highlights .custom-model-main-listen,
#feature-highlights .custom-model-main-call {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

#feature-highlights .model-open, 
#feature-highlights .model-open-new,
#feature-highlights .model-open-listen,
#feature-highlights .model-open-call  {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
    display: block;
}

#feature-highlights .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
}

#feature-highlights .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh);
    overflow-y: auto;
}

#feature-highlights .model-open .custom-model-inner,
#feature-highlights .model-open-new .custom-model-inner,
#feature-highlights .model-open-listen .custom-model-inner,
#feature-highlights .model-open-call .custom-model-inner  {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

#feature-highlights .model-open .bg-overlay,
#feature-highlights .model-open-new .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
 body.model-open, body.model-open-new, body.model-open-listen, body.model-open-call {
    overflow: hidden;
}
#feature-highlights .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

#feature-highlights .close-btn,
#feature-highlights .close-btn-new {
    position: absolute;
    left: 2%;
    top: 30px;
    cursor: pointer;
    z-index: 99;
    font-size: 16px;
    color: #fff;
    background: #b6b6b6;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    color: #fff;
    padding: 9px 32px;
    font-family: 'Ray-BanSans-Bold';
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

#feature-highlights .close-btn:before {
    content: '';
    background: url('./image/back-btn.png');
    width: 22px;
    height: 17px;
    display: inline-block;
    left: -11px;
    position: relative;
    background-size: 100%;
}

#feature-highlights .custom-model-wrap {
    position: relative;
    width: 100%;overflow: hidden;
}

#feature-highlights .progress-container {
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 75%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
}

#feature-highlights #progress-bar {
    width: 0%;
    height: 100%;
    background: darkgrey;
    transition: width 0.1s linear;
}

#feature-highlights #playPauseBtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border: none;
    padding: 0px;
    cursor: pointer; 
    width: 100%;
}
.custom-model-inner .mobile-vw {
    display: none;
}
/*video popup end*/

section.rayban-white {
    margin: 0 auto;
    text-align: center;
}

section.rayban-white img {
    width: 200px;
    margin-top: 20px;
}
.custom-model-inner .mobile-vw {
    display: none;
}
.overlay-hs{
   display: none; background: linear-gradient(hsla(0, 72%, 65%, 0), #000); padding: 20px; color: white; 
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
}
#captured-on-rayban .swiper-container.swiper-initialized {
    overflow: hidden;
}
  
          html {
  cursor: none;
}

#circularcursor {
  background-color: #0000ff;
  border:0px solid black;    
  height:30px;
  width:30px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  position: absolute;
  z-index: 1;
}
 
 .fbtn {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    font-size: 0;
    z-index: 1;
}

.meta-faq-btn {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.meta-faq-btn a:hover {
    background: #fff;
    color: #000;
}
.meta-faq-btn a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 26px;
    text-decoration: none;
    font-family: 'Ray-BanSans-Bold';
    font-size: 20px;
    letter-spacing: 1px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
  .for-mb-vo{
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {

    .prod_container li.prod_card>a{
        margin-bottom: 0;
    }
.catalog-category-view .subcategory-categories__container .subcategory-categories { 
    padding: 0;
}
    #feature-highlights .progress-container { 
    top: 30%px;
    left: auto;
    right: 4%;
    margin: 0 auto;
        background: #fff;
    width: 1%;
    height: 50%; 
}
    #feature-highlights #progress-bar {
    width: 100%;
    height: 0%;
    background: darkgrey;
    transition: height 0.1s linear;
}

    .overlay-hs { 
    padding-bottom: 80px;
}
.for-des-vo{
    display: none;
}
    .for-mb-vo{
    display: block;        object-fit: cover;
        height: 100vh;
}

#feature-highlights .custom-model-wrap { 
    height: 100vh;
}
    .tech_list_wrap .tech_list li.entry .feature_title:after { 
    width: 140px;
}
    #circularcursor { 
    display: none;
}
 
.meta-faq-btn a { 
    font-size: 14px; 
}
.white-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}
    .white-logo img {
    width: 150px;
}
 
.sidebar-main-div .close-btn { 
    font-size: 14px;
    left: 10px;
    margin: 5px;  
    top: 20px;
}
    .sidebar-main-div .close-btn-click { 
    padding: 12px; 
}

  .sidebar-main-div .close-btn-click:before, .sidebar-main-div .close-btn-click:after { 
    height: 2px; 
}
  .prod_container li.prod_card>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 34%;
    -webkit-box-align: baseline;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: initial;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 0px solid hsla(0, 0%, 100%, .2);
    border-radius: 0;
    flex-direction: column;
    max-height: max-content;
    text-decoration: none;
    -webkit-transition: all .6sease;
    transition: all .6sease;
    box-sizing: border-box;
    align-content: baseline;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

    .prod_container .cta--main {
    background-color: transparent;
    border: 0px solid #e80c00;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; 
    padding: 10px 0px;  
    justify-content: left;
}
.prod_container .prod_desc { 
    display: none;
}
    body .prod_container li.prod_card>a .img_container {
    display: none;
}
.prod_details {
    display: flex;
    flex-direction: column;
    text-align: left;
}
  
.prod_container li.prod_card>a:hover {
    background-color: transparent;
    border: 0px solid hsla(0, 0%, 100%, .6);
}
.prod_container .prod_details .prod_price { 
    margin-top: 0;
}
.prod_container .prod_new.cldesk {
    color: #e80c00;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    min-height: auto;
    text-align: left; 
            margin-top: 15px;
}
.prod_container .prod_name { 
        margin-top: 5px;
    margin-bottom: 0;
}
ul.prod_container li .mb-img-menu {
    width: 66%;
    display: block;
}
ul.prod_container li {
    width: 92%;
    text-align: center; 
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border: 2px solid hsla(0, 0%, 100%, .2);
}
 

    .discover-menu-box .nav__icon__container>button.nav__icon:after {
    top: 46px;
}
.discover-menu-box .nav__icon__container>button.nav__icon:before {
    top: 56px;
}
.discover-menu-box .nav__icon__container>button.nav__icon:after, .discover-menu-box .nav__icon__container>button.nav__icon:before {
  left: 10px; 
}
    #cursor {
    display: none; 
}
    .sidebar-main-div .side-bar .menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
}
    .sidebar-main-div .side-bar .menu .item a, .sidebar-main-div .side-bar1 .menu .item a { 
    font-size: 22px; 
    letter-spacing: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: none;
    padding: 2.5vh 0; 
}

    .desk-show{
      display: none;
}
    .custom-model-inner .mobile-vw {
    display: block;
}
.custom-model-inner .des-vw{
    display: none;
}

.heading.aos-init { 
    font-size: 40px; 
}
    #get-support .get-sp { 
    font-size: 16px; 
}

.tech_list_wrap .tech_list li h4.mn-h span.rb_meta_separator:before { 
    height: 28px;
    left: 50%;
    position: absolute;
    top: 22%; 
    width: 2px;
}
.tech_list_wrap .tech_list { 
    margin-top: 35px;
    max-width: 100%; 
    grid-row-gap: 35px;
    grid-column-gap: 10px;
                padding-left: 2%;
        padding-right: 2%;
}
   .tech_list_wrap .tech_list li span { 
    font-size: 14px; 
} 
.tech_list_wrap .tech_list li .feature_title h4 {
    font-size: 40px; 
}
.tech_list_wrap .tech_list li h4 { 
    font-size: 24px; height: 50px;
}
    .cc-box-right video{
        border-radius: 40px;
    }
    .cc-box-left p { 
    margin: 10px 0px; 
    width: 90%;
}

    .cc-box-left h4 { 
    font-size: 18px;
    margin: 10px 0px; 
}

.cc-box-left h5 {
    color: #fff;
    font-size: 32px;
    margin: 10px 0px; 
}
    .cc-box:before {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 72%, 65%, 0)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(hsla(0, 72%, 65%, 0), rgba(0, 0, 0, .8));
    bottom: 0;
    content: "";
    height: 40vh;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

    .cc-box-right:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(transparent));
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent);
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%;
}
    .cc-box-left {
        position: absolute;
        bottom: 30px;
        padding-left: 40px;
        z-index: 1;
        box-sizing: border-box;
    }

    .cc-box .cc-box-right .des-vw {
    display: none;
}
    .cc-box { 
    padding: 2% 1%; 
}
    .cc-box-right, .cc-box-left {
    width: 100%;
}


    .cc-box-right video {
        width: 100%;
    }
.cc-box-right .mobile-vw {
    display: block !important;
}
    .cc-box {
        flex-direction: column;
        position: relative;
    }
    .fixed_banners .banner_content { 
    padding-bottom: 12%;
}
    .fixed_banners .banner_content .btns { 
    right: auto;
    bottom: auto;
}
    .fixed_banners { 
    height: 66vh;
}

  .fixed_banners .banner_content p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}
    .fixed_banners .banner_content h2 { 
    font-size: 36px; 
}
    .fixed_banners .banner_content h5 {
        font-size: 18px;
        line-height: 3vw;
        color: #df0c0c;
        font-family: 'Ray-BanSans-Bold';
        margin-bottom: 0;
    }

    .main-heading {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    #feature-highlights .fixed_banners img {
        display: block;
        border-radius: 30px;

    }

    #feature-highlights .fixed_banners {
        border-radius: initial;
        background: transparent;
    }

    .fixed_banners img {
        width: 100%;
        object-fit: contain;
        display: block;
    }


    #hero .btn-play i {
        width: 30px;
        height: 30px;
    }

    .discover-menu-box .nav__icon__container {
        width: 30px;
    }
 
    .discover-menu-box {
        padding: 0 2%;
    }

    #hero .mobile-hero-video.hero__video {
        display: block !important;
    }

    #hero .desktop-hero-video.hero__video {
        display: none !important;
    }
 .faq-container .arrow {
    right: 5px;
    background-size: 76% 74%;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 12px 8px;
    top: 12px;
}
.faq-item {
    border-radius: 50px;
    padding: 14px 15px 14px 20px;
    box-sizing: border-box;
}
 .faq-question {
    font-size: 20px;
    padding:8px 5px;
    box-sizing: border-box;
}

    .faq-answer {
        font-size: 13px;
    }
    #feature-highlights .close-btn, #feature-highlights .close-btn-new {
   
    padding: 7px 22px; 
}
.fixed_banners .banner_content .btns a {
   
    padding: 7px 22px; 
}
.sidebar-main-div .side-bar,
.sidebar-main-div .side-bar1{
        top: -200%;
}

}

@media (max-width: 480px) {
   .faq-question {
    font-size: 18px; padding-right: 20px;
}
}