@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Gothic';
    src: url('../fonts/gothic/GOTHIC.TTF');
    font-weight: 400;
}

@font-face {
    font-family: 'Gothic';
    src: url('../fonts/gothic/GOTHICB.TTF');
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins';
    background-color: #000;
    background-image: url('../images/body-img.png');
    background-repeat: no-repeat;
    background-position: top;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f88305;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 0 15px;font-size: 17px;letter-spacing: 0px;text-decoration: none;color: #3a3a3a;font-weight: 400;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #f3c74d;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 999px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.open-menu .nav-cross span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.open-menu .nav-cross span:nth-child(2) {width: 0%;opacity: 0;}
.open-menu .nav-cross span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}

@media screen and (max-width: 1024px) {

    .slider .item .carousel-caption {
        top: 80px;
    }

    .slider-text h3 {
        font-size: 40px;
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-text .form-group label {
        font-size: 12px;
    }

}



@media screen and (max-width: 767px) {
    nav.nav1 {
        display: block;
    }

    .logo-bar nav {
        display: none !important;
    }

    a#hamburg {
        display: block;
    }

    main {
        transition: all ease-out 0.3s;
    }

    .nav1 .row {
        margin: 0px;
    }

    .nav1 {
        background-color: #fff;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px;
    }

    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }

    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }

    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }

    .search-nav>form {
        position: relative;
    }

    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }

    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }

    .nav1 ul li:hover>a {
        color: #000;
    }

    .nav1 ul li a>i {
        float: right;
    }

    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }

    .nav1 ul li:hover>ul {
        display: none;
    }

    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
    }

    .nav1 ul li.open>a {
        background-color: transparent;
    }

    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
    }

    .nav1 ul li.open>ul {
        display: block;
    }

    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }

    html.open-menu a#hamburg {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
        z-index: 999;
    }

    html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px);
    }

    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }

    .nav1 ul li:last-child {
        border: 0;
    }

    .nav-cross.open>span {
        background: #fff;
    }

    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #f88305;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center;
    }

    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }

    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}

.slider .inner-item {
    height: 400px;
}

.slider .container {
    position: relative;
}

.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 10%;
    text-shadow: 2px 2px 2px #000;
    top: 37%;
    width: 35%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 0;
    z-index: 99;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: -65px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #d32226;
    border: 1px solid #d32226;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(images/arrow.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.services-slider .slick-arrow {
    height: 65px;
}

.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.slider-progress {
    width: 100%;
    height: 5px;
    background: rgba(0, 216, 192, 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: 0.5;
}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}

.tabs-menu li {
    display: inline-block;
    list-style: none;
    border: 0;
    background-color: #4094b8;
    width: fit-content;
    text-align: center;
}

.tabs-menu li.current {
    position: relative;
    background-color: #445d63;
    border-bottom: 0;
    z-index: 5;
}

.tabs-menu li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    border: 0;
    background-color: #fff;
    width: 100%;
    /* optional, keeps layout clean */
    padding: 46px 5px 26px;
}

.tab-content {
    padding: 0;
    display: none;
    width: 100%;
}



.set {
    position: relative;
    width: 100%;
    height: auto;
}

.set a.active {
    margin: 0;
}

.set .content {
    border-bottom: 2px solid #d5d8dc;
    display: none;
}

/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner {
    height: 300px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

.inner-banner h2 {
    margin: 0;
    padding: 10px;
    font-size: 60px;
    opacity: .9;
    text-transform: uppercase;
}

/****************************** global css ******************************/
:root {
    --primary-color: #f88305;
    --secondary-color: #171717;
    --primary-light-color: #fff5e2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gothic';
}

a {
    text-decoration: none;
}

.primary-btn {
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 35px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

.primary-btn:hover {
    color: #fff;
    background-color: color-mix(in srgb, var(--primary-color) 90%, black);
}

.big-primary-btn.primary-btn {
    height: 62px;
    padding: 0 42px;
    font-size: 24px;
}

.secondary-btn {
    color: #fff;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 35px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

.secondary-btn:hover {
    color: #000;
    background-color: color-mix(in srgb, var(--secondary-color) 90%, black);
}

.sec-main-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex !important;
    width: max-content;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #000;
}

.slick-arrow::before {
    content: '\f105';
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    font-size: 40px;
    color: #fff;
    transition: .3s ease-in-out;
}

.slick-arrow:hover::before {
    color: var(--primary-color);
}

.slick-next.slick-arrow {
    right: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    left: unset;
}

/****************************** header css ******************************/
header {
    position: relative;
    padding: 30px 0;
    width: 100%;
}

.home header {
    position: absolute;
    top: 0;
    z-index: 1;
}

header .logo {
    height: 100%;
}

header .logo a {
    display: block;
}

header img {
    width: 100%;
    height: 100%;
}

header ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 22px;
    text-transform: uppercase;
    justify-content: space-between;
    height: 100%;
}

header li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    transition: .4s ease-in-out;
}

header li a:hover {
    color: var(--primary-color);
    font-weight: 500;
}

.header-info {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
    justify-content: end;
}

/****************************** hero css ******************************/
.home .inner-banner {
    display: none;
}

.hero-sec {
    background-image: url('../images/home-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 130vh;
    display: flex;
    align-items: end;
    position: relative;
}

.hero-btn {
    position: absolute;
    right: 450px;
    bottom: 350px;
}

.hero-btn .primary-btn {
    padding: 0 34px;
    height: 77px;
    font-size: 26px;
    font-weight: 600;
    width: 291px;
    border-radius: 50px;
    letter-spacing: 2px;
}

/****************************** about css ******************************/
.about-sec {
    position: relative;
}

.about-img {
    margin-left: -12px;
}

.about-img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: top;
}

.about-contetnt {
    padding: 0 110px;
    color: #fff;
}

.about-contetnt .sec-main-title {
    margin: 0 0 30px;
    text-align: left;
}

.about-contetnt p {
    color: #fff;
    margin-bottom: 20px;
    opacity: .8;
    font-family: 'Gothic';
    font-size: 16px;
    line-height: 1.6;
}

.about-contetnt .primary-btn {
    margin-top: 10px;
    padding: 0 34px;
}

/****************************** live stream css ******************************/
.live-stream-sec {
    padding: 100px 50px;
    background-color: #00000033;
}

.live-stream-sec .sec-main-title {
    margin-bottom: 40px;
}

.audio-card-main {
    background-color: #1f1f1f;
    padding: 20px;
    height: 100%;
}

.audio-card {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 14px;
    height: 100%;
}

.audio-header {
    background-color: #db7200;
    padding: 20px 20px 5px 20px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.ah-info-main {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ah-info-main .cover {
    width: 180px;
    border-radius: 12px;
    height: 180px;
    object-fit: contain;
}

.ah-info-main .ah-info {
    flex: 1;
}

.ah-info-main .ah-info h4 {
    margin: 0;
    font-size: 30px;
}

.ah-info-main .ah-info span {
    font-size: 18px;
    opacity: .9;
    font-weight: 300;
}

.ah-info-main .ah-info .follow {
    margin-top: 15px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 22px;
    border-radius: 25px;
    cursor: pointer;
    display: block;
    opacity: .9;
    font-size: 16px;
    font-weight: 500;
}

.ac-controls {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0;
    align-items: end;
}

.ac-controls-tag span {
    background-color: #854500;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    text-transform: capitalize;
    border-radius: 5px;
}

.ac-controls-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ac-controls button {
    background: transparent;
    border: none;
    color: #e69d4d;
    font-size: 30px;
    width: max-content;
    height: max-content;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-controls .play {
    background: #fff;
    color: #f57c00;
    width: 66px;
    height: 66px;
    font-size: 28px;
    margin-left: 25px;
}

.playlist {
    list-style: none;
    padding: 20px 0 5px;
    margin: 0;
}

.playlist li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    margin-bottom: 15px;
}

.pi-left {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.pi-left span {
    font-size: 22px;
    font-weight: 600;
}

.pi-left-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.pi-left-content p {
    font-size: 16px;
    opacity: .9;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.pi-right span {
    font-size: 22px;
    font-weight: 600;
}

.playlist li.active {
    background: #db7200;
}

/******** video player css ********/
.video-player {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #000;
    height: 100%;
    filter: drop-shadow(0px 0px 8px rgba(248, 131, 5, 0.5));
    border-radius: 10px;
}

.video-player-info {
    height: 726px;
    width: 100%;
    position: relative;
}

.video-thumb {
    width: 100%;
    height: 100%;
}

.video-player-info #coverUI {
    height: 100%;
}

.video-thumb img {
    height: 100%;
    width: 100%;
    background: #0b121a;
    object-fit: cover;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-play {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    font-size: 85px;
    background: transparent;
    color: #ffff;
    border: 4px solid #ffffff99;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* control bar */
.controls-bar {
    background: #121212;
    padding: 10px 15px 12px;
    position: relative;
}

.cb-inner-left button {
    border: 0;
    background: #f88305;
    color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.cb-inner-left .autoplay-wrap button {
    background: transparent;
}

.cb-inner-left .autoplay-wrap span {
    color: #fff;
    font-size: 10px;
}

.cb-inner-left .volume-wrap {}

.cb-inner-left .volume-wrap button {
    background: transparent;
}

.cb-inner-left .volume-wrap button i {
    color: #f88305;
}

.video-progress {
    height: 5px;
    background: #6b6b6b;
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
    border-radius: 0;
}

.video-progress .progress-bar {
    width: 35%;
    background: #b8b8b8;
}

.controls-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.cb-inner-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.controls-bar-btn {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.controls-bar-btn:hover {
    opacity: 0.8;
}

.volume-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.volume-wrap input{
    position: absolute;
    transform: rotate(270deg);
    top: -70px;
    left: -50px;
    opacity: 0;
    z-index: 9;
}

.volume-wrap:hover input{
    opacity: 1;
}

.volume-progress {
    width: 100px;
    height: 5px;
    background: #525252;
    border-radius: 0;
}

.volume-progress .progress-bar {
    width: 70%;
    background: #ababab;
}

.cb-inner-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.time {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}

/****************************** guest css ******************************/
.our-guest {
    padding: 100px 0;
}

.our-guest .sec-main-title {
    margin-bottom: 40px;
}

.our-guest-box {
    padding: 0 20px;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.our-guest-box img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: top;
}

.guest-btn {
    margin-top: 80px;
    text-align: center;
}

.our-guest .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.our-guest .slick-current .our-guest-box {
    transform: scale(1.15);
    padding: 0 35px;
}

.our-guest .slick-arrow {
    background: transparent;
    left: -60px;
}

.our-guest .slick-next.slick-arrow {
    right: -60px;
    left: unset;
}

.our-guest .slick-arrow::before {
    content: '\f178';
    font-size: 35px;
}

/****************************** our merchandise css ******************************/
.our-merchand {
    padding: 100px 0;
}

.our-merchand .sec-main-title {
    margin-bottom: 40px;
}

.our-merchand-box {
    padding: 60px 20px;
    transform: scale(1);
    transition: .3s ease-in-out;
    background-color: #fff;
    text-align: center;
    border-right: 2px solid #e3e3e3;
    position: relative;
    z-index: 99;
}

.om-box-img img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.om-box-content {
    margin-top: 30px;
}

.om-box-content img {
    margin: 0 auto;
}

.om-box-content h1 {
    font-size: 20px;
    font-family: 'Poppins';
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #040505;
}

.om-box-content p {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 25px;
    color: #040505;
}

.om-box-content .primary-btn {
    height: 42px;
    font-size: 16px;
}

.our-merchand-btn {
    margin-top: 80px;
    text-align: center;
}

.our-merchand .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.our-merchand .slick-current .our-merchand-box {
    transform: scale(1.1);
    box-shadow: 0px 0px 43px 0px rgba(5, 5, 5, 0.28);
    z-index: 999;
    border-color: #fff;
}

.our-merchand .slick-arrow {
    background: transparent;
    left: -60px;
}

.our-merchand .slick-next.slick-arrow {
    right: -60px;
    left: unset;
}

.our-merchand .slick-arrow::before {
    content: '\f178';
    font-size: 35px;
}

/****************************** our pricings css ******************************/
.our-pricing {
    padding: 100px 0;
    position: relative;
}

.our-pricing::before {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 0;
    background-image: url(../images/pricing-content.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 937px;
}

.our-pricing .sec-main-title {
    margin-bottom: 40px;
}

.our-pricing-box {
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
    border-radius: 4px;
    background-image: url(../images/pricing-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.op-box-top h1 {
    font-size: 24px;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-bottom: 0;
    color: #040505;
    font-weight: 700;
}

.op-box-top span {
    color: #6a6a6a;
    font-weight: 500;
    font-size: 15px;
}

.op-box-top img {
    width: 100%;
    margin: 30px 0 20px;
}

.op-box-top p {
    font-size: 15px;
    font-family: 'Poppins';
    margin-bottom: 0;
    color: #6a6a6a;
    padding: 0 35px;
}

.op-box-bottom {
    margin-top: 30px;
    padding-top: 100px;
    color: #fff;
}

.op-box-bottom ul {
    padding: 0;
    margin: 0 0 45px;
    list-style: none;
}

.op-box-bottom ul li {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.op-bb-btn .primary-btn {
    height: 42px;
    font-size: 16px;
}

.our-pricing-btn {
    margin-top: 80px;
    text-align: center;
}

/****************************** gallery css ******************************/
.our-gallery {
    padding: 100px 0;
    background-color: #04060529;
}

.our-gallery .sec-main-title {
    margin-bottom: 40px;
}

.our-gallery-box {
    transform: scale(1);
    transition: .3s ease-in-out;
    opacity: .5;
    padding: 0 20px;
}

.our-gallery-box img, .our-gallery-box video, .gallery-page .our-guest-box img, .gallery-page .our-guest-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-btn {
    margin-top: 80px;
    text-align: center;
}

.our-gallery .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.our-gallery .slick-current.our-gallery-box {
    transform: scale(1.12);
    opacity: 1;
    z-index: 99;
    height: 350px;
}

.our-gallery .our-gallery-box {
    height: 325px;
}

.our-gallery .slick-arrow {
    background: #343434bf;
    left: -10px;
    width: 70px;
    height: 45px;
}

.our-gallery .slick-next.slick-arrow {
    right: -10px;
    left: unset;
}

.our-gallery .slick-arrow::before {
    content: '\f178';
    font-size: 30px;
}

/****************************** contact css ******************************/
.contact-sec {
    padding: 150px 0;
}

.contact-sec-inner {
    background-color: #1f1f1f;
    padding: 12px;
    border-radius: 15px;
}

.contact-sec-info {
    background-image: url(../images/contact-sec-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 70px 40px;
    height: 717px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cs-info-head .sec-main-title {
    text-align: start;
    margin-bottom: 40px;
}

.cs-info-head p {
    margin-bottom: 3px;
    opacity: .9;
    font-size: 20px;
    font-weight: 300;
}

.cs-info-head {
    margin-bottom: 40px;
}

.contact-sec-info span {
    font-size: 20px;
    opacity: .9;
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
}

.social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon a {
    background-color: #ffffff5e;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: .3s ease-in-out;
}

.social-icon a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.cs-form-group {
    margin-bottom: 50px;
}

.cs-form-group label {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    opacity: .8;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cs-form-group .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9aa19c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    resize: none;
}

.cs-form-group label span {
    color: var(--primary-color);
}

.contact-sec-form {
    padding: 20px 35px 20px 20px;
}

.cs-form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.cs-form-group textarea.form-control {
    height: 80px;
}

.contact-sec-form .primary-btn {
    width: max-content;
    margin-left: auto;
    display: flex;
    height: 63px;
    padding: 0 35px;
    font-size: 24px;
}

/****************************** footer css ******************************/
.home footer {
    margin-top: 50px;
}

footer {
    padding: 20px 0;
    text-align: center;
    background-color: var(--primary-color);
}

.cop {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.cop p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.cop p a {
    color: #fff;
    transition: .3s ease-in-out;
}

.cop p a:hover {
    color: var(--secondary-color);
}

/****************************** inner pages css ******************************/

.about-us-page .about-sec {
    padding: 100px 0;
}

.about-us-page .about-img {
    margin-left: 0;
}

.about-us-page .about-contetnt {
    padding: 0 50px;
}

.our-merchand-box {
    margin-bottom: 25px;
}

.gallery-page .our-gallery-box {
    opacity: 1;
}

.merchandise-page .sec-cta {
    padding: 100px 0 50px;
}

.podcast-page .our-merchand {
    padding: 120px 0;
}

.podcast-page .video-player-info {
    height: 100%;
}

.podcast-page .video-thumb {
    height: 500px;
}

.podcast-page .video-title h1 {
    opacity: .9;
    color: #fff;
    font-size: 26px;
    margin: 20px 0 0;
}

.sec-cta {
    padding: 100px 0;
}

.sec-cta input[type="text"] {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 1px #000;
    margin-bottom: 20px;
}

.sec-cta input[type="mail"] {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 1px #000;
    margin-bottom: 20px;
}

.sec-cta textarea {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: solid 1px #000;
    margin-bottom: 20px;
    height: 200px;
    resize: none;
}

.sec-cta input[type="submit"] {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 13px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
    background-color: #ed1c24;
}

.sec-cta .left h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
}

.sec-cta .left input {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9aa19c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    resize: none;
}

.sec-cta .left select {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}

.sec-cta .left textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    min-height: 180px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9aa19c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    opacity: .9;
    resize: none;
}

.sec-cta .left input::placeholder,
.sec-cta .left select::placeholder,
.sec-cta .left textarea::placeholder {
    color: #fff;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    border-radius: 25px;
    margin-top: 30px;
}

.sec-cta .right h2 {
    margin: 0 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
}

.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .right ul li {
    margin-bottom: 20px;
}

.sec-cta .right ul li a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.sec-cta .right ul li img {
    margin-right: 20px;
}

.sec-cta .head-top h3 {
    margin: 30px 0 30px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
}

.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}

.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}

.sec-cta .head-top .social ul li a i {
    margin-right: 15px;
    font-size: 18px;
    color: var(--primary-color);
    background-color: transparent;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px var(--primary-color);
}

.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 22px;
    color: var(--primary-color);
}

.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}

.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}

.sec-cta a {
    text-decoration: none;
}

.gallery-page .our-guest-box {
    padding: 0;
    margin-bottom: 20px;
    height: 325px;
}

.gallery-page .our-guest {
    padding: 40px 0;
}

.gallery-page .our-gallery {
    padding: 40px 0;
}

.gallery-page .our-gallery-box {
    padding: 0;
    margin-bottom: 20px;
}

.page-category {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 10vw 40px;
}


.page-category .cat-list {
    background-color: #fff;
    padding: 0px 0;
}

.page-category .cat-list .set {
    margin: 0px 0;
    border-top: solid 1px #ccc;
    padding: 0px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.page-category .cat-list .set a {
    font-size: 14px;
    font-weight: 600;
    color: #212261;
    padding: 20px 15px;
    display: block;
    width: 80%;
}

.page-category .cat-list .set a i {
    font-size: 18px;
    font-weight: 600;
    color: #212261;
    float: right;
    position: relative;
    right: 0px;
    top: 4px;
}

.page-category .cat-list .set i.fa {
    cursor: pointer;
    font-size: 24px;
    flex-wrap: nowrap;
    margin-right: 30px;
}

.page-category .cat-list .set i.fa.active {
    transform: rotate(90deg);
}

.page-category .cat-list .set ul.sub_main_level {
    padding: 10px 0 10px 40px;
    list-style: none;
    margin: 0px 0 0;
    background-color: #f3f3f3;
}

.page-category .cat-list .set ul ul.sub_level {
    padding: 0 0 0 15px;
}

.page-category .cat-list .set ul li {
    position: relative;
    margin: 10px 0;
    list-style: none;
}

.page-category .cat-list .set ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -18px;
    height: 7px;
    width: 7px;
    background-color: #313131;
    border-radius: 50px;
}

.page-category .cat-list .set ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    display: inline-block;
    padding: 0px 0;
    margin: 0;
    text-transform: capitalize;
}

.page-category .cat-list a.active i {
    float: right;
    position: relative;
    right: 0px;
    transform: rotate(90deg);
    color: #fff;
}

/*.page-category .cat-list a.active {*/
/*    background-color: #212261;*/
/*    display: block;*/
/*    color: #fff;*/
/*}*/


.page-category .main {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
}

.page-category .main .pic {}

.page-category .main .pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.page-category .main .disc {
    margin: 30px 0 20px;
}

.page-category .main .disc h3 {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    min-height: 40px;
}

.page-category .main .disc .shop {
    margin: 10px 0 0;
}

.page-category .main .disc .shop a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    background-color: #ed1c24;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
}

/*product detail*/
.pro_search {
    margin-bottom: 20px;
    position: relative;
}

.pro_search input[type="search"] {
    width: 90%;
    background: #fff;
    padding: 10px 10px;
    border: none;
}

.pro_search input[type="submit"] {
    background: #e50000;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}

h3.cat_name {
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 30px;
}

p.error_msg {
    color: #fff;
    /* text-align: center; */
    margin-left: 15px;
}

.page-category.product {}

.page-category.product .main {}

.page-category.product .main .pic {
    position: relative;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f6f6f6;
    border: solid 1px #d8d8d8;
}

.page-category.product .main .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.page-category.product .main .pic .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    /* background-color: #ed1c24; */
    /* height: 45px; */
    /* width: 45px; */
    /* border-radius: 50px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.page-category.product .main .pic .icon img {
    width: auto;
    height: auto;
}

.page-category .main .disc h5 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #212261;
}

.page-category.product .main .disc {}

.page-category.product .main .disc h6 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #212261;
}

.page-category.product .main .disc h6 span {
    font-size: 16px;
    font-weight: 400;
    color: #a7a7a7;
    text-decoration: line-through;
    margin-right: 0px;
}

.page-category.product .main .pic .icon.blue {}


.page-category.pro-detail {
    padding: 100px 0;
}

.page-category.pro-detail .feature-pic {
    background-color: #fff;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.page-category.pro-detail .feature-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.page-category.pro-detail .pics-pro {
    background-color: #fff;
    height: 100px;
    width: 100px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin: 10px 5px 0 0;
    padding: 2px;
}

.page-category.pro-detail .pics-pro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-category.pro-detail .right-head {}

.page-category.pro-detail .right-head h5 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.page-category.pro-detail .right-head h2 {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.page-category.pro-detail .right-head h6 {
    margin: 0 0 0;
    display: flex;
    align-items: center;
    color: #fff;
}

.page-category.pro-detail .right-head h6 img {
    margin-right: 10px;
}

.page-category.pro-detail .right-head h3 {
    margin: 20px 0 20px;
    font-size: 38px;
    font-weight: 600;
    color: #ed1c24;
}

.page-category.pro-detail .right-head h3 span {
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    text-decoration: line-through;
    font-weight: 400;
}

.page-category.pro-detail .right-head select#size1 {
    font-size: 18px;
    font-weight: 400;
    color: #212261;
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 1px #fff;
    margin: 0px 0 15px;
}

.page-category.pro-detail .right-head select#color1 {
    font-size: 18px;
    font-weight: 400;
    color: #212261;
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 1px #fff;
    margin: 0px 0 30px;
}

.page-category.pro-detail .right-head .qty {
    margin: 0 0 60px;
}

.page-category.pro-detail .right-head .qty h5 {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.page-category.pro-detail .right-head .qty h6 {
    padding: 10px 0px;
    display: inline-block;
    border: solid 2px #fff;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.page-category.pro-detail .right-head .qty h6 a {
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
}

.page-category.pro-detail .right-head .row.privacy {
    padding: 30px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
    margin-bottom: 50px;
}

.icon {}

.page-category.pro-detail .right-head .row.privacy .main-pro {}

.page-category.pro-detail .right-head .row.privacy .main-pro .icon {
    margin-bottom: 10px;
}

.page-category.pro-detail .right-head .row.privacy .main-pro .icon img {
    width: auto;
}

.page-category.pro-detail .right-head .row.privacy .main-pro .title {}

.page-category.pro-detail .right-head .row.privacy .main-pro .title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.page-category.pro-detail .right-head .add {}

.page-category.pro-detail .right-head .add a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 14px 30px;
    background-color: #ed1c24;
    border-radius: 50px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.page-category.pro-detail .description-one {
    padding: 80px 0;
}

.page-category.pro-detail .description-one ul.tabs-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.page-category.pro-detail .description-one ul.tabs-menu li.current {
    display: inline-block;
    background-color: #212261;
    padding: 10px 20px;
}

.page-category.pro-detail .description-one ul.tabs-menu li {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
}

.page-category.pro-detail .description-one ul.tabs-menu li.current a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #212261;
}

.page-category.pro-detail .description-one ul.tabs-menu li a {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    background-color: #fff;
}

.page-category.pro-detail .description-one .tab {
    background-color: #fff;
    padding: 20px;
}

.page-category.pro-detail .description-one .tab p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin: 0;
}

.page-category.product.prod-detail {}

.page-category.product.prod-detail .head-top {
    margin-bottom: 50px;
}

.page-category.product.prod-detail .head-top h2 {
    margin: 0 0 0px;
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.page-cart {
    padding: 80px 14vw;
}

.page-cart .left-head {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.page-cart .left-head .row.one {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    padding: 30px 20px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
    background: #eee;
    border-radius: 10px;
    position: relative;
}

.page-cart .left-head .close a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    opacity: 1 !important;
    z-index: 999;
    background: #e50000;
    border-radius: 0 30% 0 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-cart .left-head .pic {
    position: relative;
    height: 110px;
    width: 110px;
}

.page-cart .left-head .pic img {
    border-radius: 10px;
    display: inline-block;
}

.page-cart .left-head .row.one .col-sm-3 {
    padding: 0 0 0 0px;
    position: relative;
}

.page-cart .left-head .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-cart .left-head .disc {}

.page-cart .left-head .disc h5 {
    margin: 0 0 5px;
    font-size: 10px;
    font-weight: 600;
    color: #212261;
}

.page-cart .left-head .disc h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #003e53;
}

.page-cart .left-head .disc .qty {
    display: flex;
    align-items: center;
    justify-content: stretch;
}

.page-cart .left-head .disc .qty h5 {
    font-size: 13px;
    font-weight: 400;
    color: #212261;
    display: inline-block;
}

.page-cart .left-head .disc .qty select#qty {
    padding: 3px 5px;
    display: inline-block;
    border: solid 1px #81090d;
    font-size: 12px;
    color: #81090d;
    font-weight: 400;
    border-radius: 5px;
}

.page-cart .left-head .price {
    text-align: right;
}

.page-cart .left-head .price h4 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #ed1c24;
}

.page-cart .left-head .row.one:last-child {
    border: none;
}

.page-cart .left-head .disc h4 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
}



.page-cart .right-head {}

.page-cart .right-head .summery {
    padding: 30px 30px;
    border: solid 1px #7b7172;
    border-radius: 20px;
}

.page-cart .right-head .summery h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.page-cart .right-head .summery label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 10px 0 10px 0;
}

.page-cart .right-head .summery .sub-total {
    margin: 20px 0;
}

.page-cart .right-head .summery .sub-total h4 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.page-cart .right-head .summery .sub-total h5 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    float: right;
}

.page-cart .right-head .summery .shipping-fee {
    margin: 20px 0;
}

.page-cart .right-head .summery .shipping-fee h4 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.page-cart .right-head .summery .shipping-fee h5 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    float: right;
}

.page-cart .right-head .summery .apply {
    margin: 70px 0;
    position: relative;
}

.page-cart .right-head .summery .apply input[type="text"] {
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: none;
}

.page-cart .right-head .summery .apply input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    color: #ed1c24;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 15px;
}

.page-cart .right-head .summery .apply input[type="text"]::placeholder {
    color: #b4b4b4;
}

.page-cart .right-head .summery .apply:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff30;
}

.page-cart .right-head .summery .apply:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff30;
}

.page-cart .right-head .summery .total {
    margin: 20px 0;
}

.page-cart .right-head .summery .total h4 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.page-cart .right-head .summery .total h5 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    float: right;
}

.page-cart .right-head .summery .checkout {
    margin: 50px 0 10px;
}

.page-cart .right-head .summery .checkout a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    background-color: #ed1c24;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.page-cart .right-head .shop-safely {
    padding: 30px 0;
    border-top: solid 1px #ffffff30;
    border-bottom: solid 1px #ffffff30;
    text-align: center;
    margin: 30px 0;
}

.page-cart .right-head .shop-safely h3 {}

.page-cart .right-head .shop-safely .main-pro {}

.page-cart .right-head .shop-safely .main-pro .icon {
    margin-bottom: 10px;
}

.page-cart .right-head .shop-safely .main-pro .icon img {
    width: auto;
}

.page-cart .right-head .shop-safely .main-pro .title {}

.page-cart .right-head .shop-safely .main-pro .title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.page-cart .right-head h3 {
    margin: 50px 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

input.form-control.cartQty {
    width: 40%;
    margin: auto 5px;
}

.qty h5 {
    margin: 0 !important;
}

.page-cart .left-head .close {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 9999;
    opacity: 1;
    display: flex;
    justify-content: end;
}

.page-cart button.btn.update-cart.cart-update-btn,
.page-cart button#btn_update_address {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #f88305;
    padding: 7px 20px;
    text-transform: capitalize;
    width: auto;
    display: inline-block;
    margin: 20px 0 0;
    border-radius: 5px;
    border: none;
}

.page-reg {
    padding: 120px 13vw;
}

.page-reg .left-head {
    background-color: #fff;
    padding: 50px 30px 45px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 1020px;
}

.page-reg .left-head h3 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #212261;
}

.page-reg .left-head p {
    font-size: 14px;
    font-weight: 400;
    color: #404041;
    line-height: 26px;
}

.page-reg .left-head .radio-btn-one {
    margin: 20px 0;
}

.page-reg .left-head .radio-btn-one label {
    margin: 0 20px 0 5px;
    color: #404041;
}

.page-reg .left-head .row.form-info {
    margin: 30px -15px;
}

.page-reg .left-head .row.form-info input,
.page-reg .left-head .row.form-info select {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 10px 20px;
    margin: 0px 0 15px;
    background-color: #f7f7f7;
    border: solid 1px #ccc;
}

.page-reg .left-head .row.form-info input[type="mail"] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 15px 20px;
    margin: 0px 0 20px;
    background-color: #f7f7f7;
    border: solid 1px #ccc;
}

.page-reg .left-head .choose-level {
    margin: 0 0 15px;
}

.page-reg .left-head .choose-level span {
    color: #212261;
    font-weight: 600;
    margin: 0 5px 0 5px;
}

.page-reg .left-head .choose-level label {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    line-height: 25px;
    display: inline;
}

.page-reg .left-head input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 15px 20px;
    margin: 0px 0 15px;
    background-color: #f7f7f7;
    border: solid 1px #ccc;
}

.page-reg .left-head input[type="radio"] {
    width: auto;
}

.page-reg .left-head textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 15px 20px;
    margin: 0px 0 20px;
    background-color: #f7f7f7;
    border: solid 1px #ccc;
    resize: none;
    height: 150px;
}

.page-reg .left-head .reg-now {}

.page-reg .left-head .reg-now input[type="submit"] {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    background-color: #ed1c24;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 100%;
}

.page-reg .left-head p span {
    color: #212261;
    font-weight: 600;
}

.page-reg .right-head {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #212261;
}

.page-reg .right-head .pic {}

.page-reg .right-head .pic img {
    width: 100%;
    height: 300px;
    border-top-right-radius: 20px;
    object-fit: cover;
}

.page-reg .right-head .disc {
    padding: 60px 0px 50px 50px;
    border-bottom-right-radius: 20px;
    min-height: 1130px;
}

.page-reg .right-head .disc h3 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.page-reg .right-head .disc h5 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.page-reg .right-head .disc ul {
    padding: 0 0 0 20px;
    margin: 0 0 40px;
    list-style: none;
}

.page-reg .right-head .disc ul li {
    margin: 0 0 10px;
    position: relative;
}

.page-reg .right-head .disc ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.page-reg .right-head .disc ul li p strong {
    margin-right: 10px;
}

.page-reg .right-head .disc ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -20px;
    height: 7px;
    width: 7px;
    background-color: #fff;
    border-radius: 50px;
}

.page-reg .right-head .disc h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.page-reg .right-head .disc h6 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 30px;
}

.page-reg .right-head .disc ul li strong {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.page-reg .right-head .disc ul li ul {
    padding: 0 0 0 151px;
    list-style: none;
    margin: -20px 0 30px;
}

.page-reg .right-head .disc ul li ul li {}

.page-reg .right-head .disc ul li ul li:before {
    content: '';
    position: absolute;
    display: none;
}


.page-reg .col-sm-6.main {
    padding: 0;
}


.page-reg .left-head h4 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ed1c24;
}

.page-reg .left-head .choose-level.three {
    margin-bottom: 40px;
}

.page-reg .sustain {}

.page-reg .sustain h3 {
    margin: 50px 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.page-reg .shop-safely {
    padding: 30px 0;
    border-top: solid 1px #ffffff30;
    border-bottom: solid 1px #ffffff30;
    text-align: center;
    margin: 30px 0;
}

.page-reg .shop-safely .main-pro {}

.page-reg .shop-safely .main-pro .icon {
    margin-bottom: 10px;
}

.page-reg .shop-safely .main-pro .icon img {}

.page-reg .shop-safely .main-pro .title {}

.page-reg .shop-safely .main-pro .title h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.page-reg .right-one {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.page-reg .right-one .row.one {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}

.page-reg .right-one .pic {
    position: relative;
    height: 120px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ececec;
    border-radius: 10px;
    padding: 10px;
}

.page-reg .right-one .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-reg .right-one .disc {}

.page-reg .right-one .disc h5 {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
    color: #212261;
}

.page-reg .right-one .disc h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 500;
    color: #003e53;
}

.page-reg .right-one .disc h4 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
}

.page-reg .right-one .disc .qty {}

.page-reg .right-one .disc .qty h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #212261;
    display: inline-block;
}

.page-reg .right-one .disc .qty select#qty {
    padding: 3px 5px;
    display: inline-block;
    border: solid 1px #81090d;
    font-size: 12px;
    color: #81090d;
    font-weight: 400;
    border-radius: 5px;
}

.page-reg .right-one .disc .price {}

.page-reg .right-one .disc .price h4 {}

.page-reg .right-one .row.one .price {}

.page-reg .right-one .row.one .price h4 {
    margin: 0 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #ed1c24;
}

.page-reg .right-one .row.one:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}


.page-reg .right-two {
    margin-top: 30px;
}

.page-reg .right-two .summery {
    padding: 30px 30px;
    border: solid 1px #7b7172;
    border-radius: 20px;
    background-color: #fff;
}

.page-reg .right-two .summery h3 {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 500;
    color: #212261;
    text-transform: capitalize;
}

.page-reg .right-two .summery .sub-total {
    margin: 20px 0;
}

.page-reg .right-two .summery .sub-total h4 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #212261;
    display: inline-block;
}

.page-reg .right-two .summery .sub-total h5 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #212261;
    display: inline-block;
    float: right;
}

.page-reg .right-two .summery .shipping-fee {
    margin: 20px 0;
}

.page-reg .right-two .summery .shipping-fee h4 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #212261;
    display: inline-block;
}

.page-reg .right-two .summery .shipping-fee h5 {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #212261;
    display: inline-block;
    float: right;
}

.page-reg .right-two .summery .apply {
    position: relative;
}

.page-reg .right-two .summery .apply input[type="text"] {
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: none;
    background-color: #f7f7f7;
}

.page-reg .right-two .summery .apply input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    color: #ed1c24;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 15px;
}

.page-reg .right-two .summery .total {
    margin: 30px 0 50px;
    border: solid 1px #ccc;
    padding: 30px 0;
    border-left: none;
    border-right: none;
}

.page-reg .right-two .summery .total h4 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #212261;
    display: inline-block;
}

.page-reg .right-two .summery .total h5 {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #212261;
    display: inline-block;
    float: right;
}

.page-reg .right-two .summery .payment {}

.page-reg .right-two .summery .payment h3 {
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: 500;
    color: #212261;
    text-transform: capitalize;
}

.page-reg .right-two .summery .debit-card {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: solid 2px #ccc;
    padding-bottom: 30px;
}

.page-reg .right-two .summery .debit-card h5 {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #212261;
}

.page-reg .right-two .summery label {
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    margin: 0;
}

.page-reg .right-two .summery input[type="text"] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    padding: 7px 20px;
    margin: 0px 0 25px;
    background-color: #f7f7f7;
    border: solid 1px #ccc;
}

.page-reg .right-two .summery .checkout {
    margin: 10px 0 20px;
}

.page-reg .right-two .summery .checkout input[type="submit"] {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    background-color: #ed1c24;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    display: block;
    width: 100%;
}

.header-info a.primary-btn {
    width: fit-content;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 30px;
    position: relative;
}

span.count {
    position: absolute;
    z-index: 6;
    top: -8px;
    right: -5px;
    font-size: 14px;
    font-weight: 600;
}

.sec-cta .left h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #f88305;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .9;
    border-bottom: 1px solid;
    width: fit-content;
    padding-bottom: 10px;
}

.sec-cta .left label{
    color: #ffffff9c;
}

.msgBox p {
    color: #f88305;
    background: #2d2b2b;
    padding: 10px;
    margin: 30px auto 0;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
}



.live_host {
            background: #0b0e14;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
        }

        .live-container {
            max-width: 1400px;
            width: 100%;
            background: #151e2a;
            border-radius: 2rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* main grid: video area + comments panel */
        .stream-grid {
            display: flex;
            height: calc(90vh - 3rem);
            min-height: 600px;
            max-height: 600px;
        }

        /* video section =============== */
        .video-area {
            background: #0f131a;
            display: flex;
            flex-direction: column;
            position: relative;
            border-right: 1px solid #2a3643;
            width: 70%;
        }

        /* live badge + subtle overlay */
        .live-badge {
            position: absolute;
            top: 1.5rem;
            left: 1.5rem;
            background: #e91916;
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            padding: 0.45rem 1rem;
            border-radius: 40px;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 6px;
            box-shadow: 0 4px 10px rgba(233, 25, 22, 0.4);
            z-index: 10;
        }

        .live-badge::before {
            content: '';
            width: 10px;
            height: 10px;
            background: white;
            border-radius: 50%;
            display: inline-block;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.6; transform: scale(1.1); }
            100% { opacity: 1; transform: scale(1); }
        }

        /* dummy video representation – live stream simulation */
        .video-placeholder {
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 30% 40%, #1e2b3a, #04070a);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #a0b3cc;
            position: relative;
        }

        .video-placeholder svg {
            width: 120px;
            height: 120px;
            opacity: 0.4;
            margin-bottom: 1rem;
        }

        .stream-info {
            position: absolute;
            bottom: 1.5rem;
            left: 1.5rem;
            background: rgba(10, 15, 22, 0.7);
            backdrop-filter: blur(12px);
            padding: 0.75rem 1.5rem;
            border-radius: 60px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            color: white;
            font-size: 0.95rem;
            display: flex;
            gap: 1.5rem;
        }

        .viewer-count {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .viewer-count i {
            color: #e91916;
        }

        /* comments panel ============== */
        .comments-panel {
            background: #0f171f;
            display: flex;
            flex-direction: column;
            color: #e9edf3;
            border-left: 1px solid #26323f;
            width: 30%;
        }

        .comments-header {
            padding: 1.2rem 1.2rem 0.8rem 1.2rem;
            border-bottom: 1px solid #1f2b36;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .comments-header h3 {
            font-weight: 600;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .comments-header h3 span {
            background: #e91916;
            color: white;
            border-radius: 30px;
            padding: 0.2rem 0.9rem;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }

        .comment-count {
            background: #25313f;
            padding: 0.25rem 0.8rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* live comments feed (static — no js) */
        .comments-feed {
            flex: 1;
            overflow-y: auto;
            padding: 1rem 0.8rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            scroll-behavior: smooth;
            background: #0b121a;
        }

        /* custom scrollbar */
        .comments-feed::-webkit-scrollbar {
            width: 6px;
        }
        .comments-feed::-webkit-scrollbar-track {
            background: #1a2532;
        }
        .comments-feed::-webkit-scrollbar-thumb {
            background: #3e5062;
            border-radius: 20px;
        }

        /* comment item */
        .comment-item {
            display: flex;
            align-items: flex-start;
            gap: 0.7rem;
            animation: fadeSlide 0.3s ease;
        }

        @keyframes fadeSlide {
            0% { opacity: 0; transform: translateY(10px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        .comment-avatar {
            width: 36px;
            height: 36px;
            background: linear-gradient(145deg, #2b3f59, #17222f);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1rem;
            color: white;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.12);
            flex-shrink: 0;
        }

        .comment-content {
            background: #1c2938;
            padding: 0.6rem 1rem 0.6rem 1rem;
            border-radius: 20px 20px 20px 6px;
            word-break: break-word;
            border: 1px solid #2f4053;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }

        .comment-author {
            font-weight: 700;
            color: #b1d0ff;
            font-size: 0.85rem;
            display: inline-block;
            margin-bottom: 3px;
        }

        .comment-text {
            font-size: 0.95rem;
            line-height: 1.4;
            color: #eef3fa;
        }

        .comment-time {
            font-size: 0.65rem;
            color: #7d95b0;
            margin-left: 6px;
        }

        /* typing area (static — just design, no js) */
        .comment-input-area {
            background: #0f1822;
            padding: 1rem 1rem 1.2rem 1rem;
            border-top: 1px solid #26323f;
        }

        .input-group {
            display: flex;
            background: #1c2938;
            border-radius: 50px;
            border: 1px solid #31475c;
            padding: 0.25rem;
            transition: border 0.2s;
            flex-wrap: nowrap;
        }
        .input-group:focus-within {
            border-color: #4a7db5;
        }

        .input-group input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 0.8rem 1.2rem;
            color: white;
            font-size: 0.95rem;
            outline: none;
            width: 100%;
        }

        .input-group input::placeholder {
            color: #6d859e;
            font-weight: 400;
        }

        .input-group button {
            background: #2f4d73;
            border: none;
            color: white;
            font-weight: 600;
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            cursor: default;  /* static: not interactive */
            letter-spacing: 0.3px;
            border: 1px solid #40658b;
            opacity: 0.9;
        }
        
        section.live_ev_info {
    background: #0b0e14;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0;
    color: #ffffff;
}

.videoBtns {
    position: absolute;
    display: flex;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 1;
}

.stream-mode-selector,
a.btn.btn-success.downRec,
button.btn.btn-warning.startRec,
button.btn.btn-danger.endStreamBtn,
button.btn.btn-primary.shareButton,
.selectCameras,
.btn.btn-success.audioStream{ 
    background: #090d13;
    border: 1px solid #212935;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.45rem 1rem;
    border-radius: 40px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgb(45 73 109);
    z-index: 10;
    margin: auto 5px;
}

img#eventImage {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}


section.sec-cta.booking_form input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(48%) sepia(96%) saturate(748%) hue-rotate(2deg) brightness(105%) contrast(105%);
    cursor: pointer;
}
section.sec-cta.booking_form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(48%) sepia(96%) saturate(748%) hue-rotate(2deg) brightness(105%) contrast(105%);
    cursor: pointer;
}
section.sec-cta.booking_form input[type="radio"]{
        height: auto;
    width: auto;
    display: inline-block;
    accent-color: orange;
}
section.sec-cta.booking_form label.main_label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #d77205;
    font-weight: 500;
}
section.sec-cta.booking_form textarea{
    
}
section.sec-cta.booking_form select {
    background: #000;
    border: none;
    border-bottom: 1px solid #9aa19c;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    opacity: .9;
      appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
section.sec-cta.booking_form .select-wrapper {
    position: relative;
    width: 100%;
}

/* Custom orange arrow */
section.sec-cta.booking_form .select-wrapper::after {
  content: "▼";
  font-size: 14px;
  color: orange;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
section.sec-cta.booking_form label.me-3 {
    color: #ffffff9c;
    font-size: 14px;
}
section.sec-cta.booking_form h3 {
    margin: 20px 0;
    font-size: 18px;
}
.sec-cta.booking_form input:focus, .sec-cta.booking_form select:focus, .sec-cta.booking_form textarea:focus {
    box-shadow: none;
    border-color: #d77205;
}

.cus-acc-area h2 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-family: 'Playfair Display';
}

.cus-acc-area address {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.cus-acc-area a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f6110c;
    padding: 7px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

.cus-acc-area table {
    font-size: 14px;
}

.cus-address a.edit {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
    float: right;
    margin: 5px 0 0;
    font-family: "Poppins", sans-serif;
}

.cus-address a.edit i {
    padding-right: 5px;
}

.cus-address.edit form input,
.cus-address.edit form textarea,
.cus-address.edit form select {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #000;
}

.cus-address.edit form input[disabled] {
    cursor: default;
    color: #fff !important;
}

.cus-address.edit form input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin-left: 30px;
    margin-right: 5px;
}

.cus-address.edit form label {
    color: #fff;
}

.cus-address.edit form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #f6110c;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
}

.cus-sidebar {}

.cus-sidebar ul {
    padding: 0;
    margin: 0;
}

.cus-sidebar ul li {
    display: block;
    margin-bottom: 5px;
}

.cus-sidebar ul li a {
    background: #f6110c;
    display: block;
    padding: 10px 0 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;

}

.cus-sidebar ul li.is-active a,
.cus-sidebar ul li:hover a {
    background: #fff;
    color: #f6110c;
    border: 1px solid #f6110c;

}

.cus-sidebar ul li a i {
    padding-right: 5px;
}


.user_dash p {
    color: #fff;
    font-size: 14px;
}

.user_dash p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 1px;
}

.user_dash h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;

}

.user_dash table.table.border {
    color: #fff;
}

.user_dash table.table.border a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f6110c;
    padding: 7px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

.cus-acc-area h2 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-family: 'Playfair Display';
}

.cus-acc-area address {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.cus-acc-area a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f6110c;
    padding: 7px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

.cus-acc-area table {
    font-size: 14px;
}

.cus-address a.edit {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
    float: right;
    margin: 5px 0 0;
    font-family: "Poppins", sans-serif;
}

.cus-address a.edit i {
    padding-right: 5px;
}

.cus-address.edit form input,
.cus-address.edit form textarea,
.cus-address.edit form select {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #000;
}

.cus-address.edit form input[disabled] {
    cursor: default;
    color: #fff !important;
}

.cus-address.edit form input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin-left: 30px;
    margin-right: 5px;
}

.cus-address.edit form label {
    color: #fff;
}

.cus-address.edit form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #f88305;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
}

.cus-sidebar {}

.cus-sidebar ul {
    padding: 0;
    margin: 0;
}

.cus-sidebar ul li {
    display: block;
    margin-bottom: 5px;
}

.cus-sidebar ul li a {
    background: #f88305;
    display: block;
    padding: 10px 0 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;

}

.cus-sidebar ul li.is-active a,
.cus-sidebar ul li:hover a {
    background: #fff;
    color: #f88305;
    border: 1px solid #f88305;

}

.cus-sidebar ul li a i {
    padding-right: 5px;
}


.user_dash p {
    color: #fff;
    font-size: 14px;
}

.user_dash p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 1px;
}

.user_dash h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;

}

.user_dash table.table.border {
    color: #fff;
}

.user_dash table.table.border a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f88305;
    padding: 7px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

section.page-reg.sel_login .left-head {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.page-reg.sel_login .right-head .pic img {
    height: 400px;
}

.page-reg .left-head h3 span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}

.page-reg .left-head h3 span a {
    color: #e50000;
    text-decoration: underline;
}

section.page-reg.sel_login a.forget {
    float: right;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

.podcast-page .video-title h5 {
    color: var(--primary-color);
}
.podcast-page .video-thumb {
    height: 300px;
}

.liveChatModal .modal-content {
    background: #0b121a;
    color: #f88305;
}

.liveChatModal .modal-content p{
    color: #fff;
}

.liveChatModal input:focus,
.liveChatModal input {
    background: transparent;
    border: 2px solid #26323f;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
}

.liveChatModal .modal-header {
    border-bottom: 1px solid #26323f;
}

.modal-footer {
    border-top: 1px solid #26323f;
}

#goHomeBtn,
button#joinChatBtn {
    background: #f88305;
    border: 1px solid #26323f;
    border-radius: 20px;
}

button#hostScrollBtn,
button#scrollDownBtn {
    background: #2f4d73;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 10px 0 0 10px;
    cursor: default;
    letter-spacing: 0.3px;
    border: 1px solid #40658b;
    opacity: 0.5;
    right: 10px;
    margin: auto;
    width: fit-content;
    bottom: 100px;
    display: none;
}

video#remoteVideo,
video#localVideo {
    height: 100%;
    object-fit: cover;
}

.custom-toggle .form-check-input {
    width: 30px;
    height: 15px;
    cursor: pointer;
    border-radius: 50px;
    background-color: #68849e;
    position: relative;
    transition: background-color 0.3s;
}

.custom-toggle .form-check-input:checked {
    background-color: #2d496d;
}

.custom-toggle .form-check-input::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 10px;
    background-color: #2d496d;
    border-radius: 50%;
    transition: transform 0.3s;
}

.custom-toggle .form-check-input:checked::after {
    transform: translateX(0);
}

.custom-toggle .form-check-label {
    margin-left: 8px;
    font-weight: 500;
    color: #fff;
    user-select: none;
}

.stream-mode-selector {
    padding: 5px 20px;
}

div#cameraViews,
div#cameraPreviews {
    height: 100%;
}

.VideoContainer {
    /*box-shadow: 0 4px 10px rgb(45 73 109);*/
    /*border-radius: 10px;*/
    /*border: 1px solid #2d496d;*/
    margin: 0;
        height: 100%;
}

.VideoContainer video {
    width: 100%;
    height: 100%;
} 

.viewer-count img {
    width: 100%;
    max-width: 40px;
}

.autoplay-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.autoplay-wrap button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

canvas#audioWaveCanvas {
    position: absolute;
    top: 40%;
    bottom: 0;
} 

div#audioWaveContainer {
    position: absolute;
    top: 35%;
}