@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root{
    --white-color: #fff;
    --black-color: #101010;
    --bg-light: #f1f1f1;
    --bg-gray: #dddddd;
    --yellow-color: #dfbe1a;
    --bg-dark: #000;
    --light-hover-color: #ff9e00;
    --dark-hover-color: #ffbf00;
    --shadow: 0 5px 15px rgba(0,0,0,0.15);
}

*,html{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Rubik', sans-serif;
    color: var(--bg-dark);
    background: var(--white-color);
    font-size: 1rem;
    /* line-height: 1.4; */
    overflow-x: hidden;
}
/* General Stylesheet */
/* ------------------------------ */
a{
    text-decoration: none;
    color: inherit;
}
section ul li{
    margin-bottom: 0.5rem;
}
.sproBtn{
    border-radius: 5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 0;
    outline: none;
    padding: 0.65rem 2rem;
    position: relative;
    background: var(--yellow-color);
    color: var(--white-color);
    display: inline-block;
}
.sproBtn:hover, .sproBtn:focus{
    background: var(--light-hover-color);
}

body.dark .sproBtn{
    border-radius: 5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 0;
    outline: none;
    padding: 0.65rem 2rem;
    position: relative;
    background: #4eff17;
    color: var(--bg-dark);
    font-weight: 500;
}
body.dark .sproBtn:hover, body.dark .sproBtn:focus{
    background: var(--dark-hover-color);
}

.btn-close{
    background: transparent var(--bs-btn-close-bg) center/0.7em auto no-repeat;
}
body.dark .btn-close{
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background: transparent var(--bs-btn-close-bg) center/0.7em auto no-repeat;    
}
.alert{font-size: 0.8rem;}

/* ======================== */
/* THEME */
/* ========================================= */

.swichMain{
    position: fixed;
    right: 0px;
    bottom: 20px;
    transform: rotate(-90deg);
    z-index: 9999999;
}
.swichMain .checkbox {
    opacity: 0;
    position: absolute;
}  
.swichMain .label {
    width: 46px;
    height: 24px;
    background-color: #534e5d;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    position: relative;
    font-size: 0.7rem;
}
.swichMain .ball {
    width: 14px;
    height: 14px;
    background-color: white;
    position: absolute;
    top: 5px;
    left: 4px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}
.swichMain  .checkbox:checked + .label .ball{
    transform: translateX(24px);
}
  
.bi-moon-fill {
    color: white;
    display: flex;
}
.bi-sun {
    color: yellow;
    display: flex;
}


/* ======================== */
/* BANNER */
/* ========================================= */
.banner{
    position: relative;
    /* height: calc(100vh - 56px); */
    overflow: hidden;
}
/* .banner:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(14 14 29 / 60%);
    z-index: 1;
} */
.banner .bannerContent{
    position: absolute;
    z-index: 2;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    top: 0;
}
.banner .bannerContent h1{
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 900;
    margin: 0;
    -webkit-text-stroke-color: var(--white-color);
    -webkit-text-stroke-width: 1px;
    color: transparent;
    letter-spacing: 1px;
}
.banner video{
    min-height: calc(100vh - 40px);
    width: 100%;
}
/* .btn-scroll-down{
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    color: var(--white-color);
    display: inline-block;
    line-height: 50px;
} */
.btn-scroll-down svg {
    animation: bounce 1.2s infinite ease-in-out;
}
@keyframes bounce {
	0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px)
    }
}


/* ====================== */
/* NAVBAR */
/* ====================================== */
@media all and (min-width: 992px) {
    nav.absolute-top{
        top: 0;
        z-index: 999;
        position: absolute;
        width: 100%;
    }
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
        min-height: auto !important;
        border-radius: 0;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 1;
        transition: all .3s ease-in;
        visibility: hidden;
        box-shadow: 0 5px 20px rgba(197, 208, 216, 0.15);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        /* margin-top: 10px; */
        border: 0;
        padding: 0;
        min-width: 14rem;
        border-radius: 0;
        box-shadow: 0 10px 20px rgba(15, 39, 125, 0.4);
    }

    .navbar .nav-link {
        padding: 0.65rem 1.15rem !important;
        text-decoration: none;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 400;
        color: inherit;
    }

    .navbar .nav-item:hover .nav-link {
        color: var(--light-hover-color);
    }

    body.dark .navbar .nav-item:hover .nav-link {
        color: #4eff17;
    }

    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: 0;
        top: -20px;
        box-shadow: 0 10px 10px rgba(15, 39, 125, 0.14);
    }

    .navbar .dropdown-submenu:hover>.dropdown-menu,
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }

    .dropdown-menu a,
    .dropdown-submenu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
    }

    .dropdown-menu a:hover,
    .dropdown-submenu a:hover,
    .dropdown-menu a:focus,
    .dropdown-submenu a:focus {
        color: var(--white-color);
        background: var(--light-hover-color);
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: var(--bs-dropdown-link-active-bg);
    }
    .navbar-brand:focus, .navbar-brand:hover{
        color: var(--light-hover-color);
    }
}

.navbar-toggler{
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler:focus{
    box-shadow: none;
}
.dropdown-menu li a{
    padding: 0.5rem 1rem;
    display: block;
}

/* Header */
/* ------------------------ */
.cartBtn{
    padding: 0.5rem 0.81rem;
    font-size: 1.25rem;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    color: var(--white-color);
    display: inline-block;
}
.cartBtn:hover{
    color: var(--white-color);
    background: var(--light-hover-color);
}
body.dark .cartBtn{
    background: var(--white-color);
    color: var(--bg-dark);
}
body.dark .cartBtn:hover{
    background: var(--dark-hover-color);
}


.sticky {
    background: var(--white-color);
    box-shadow: var(--shadow);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0;
}
body.dark .sticky {
    background: var(--black-color);
    box-shadow: var(--shadow);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0;
}

/* ====================== */
/* PRODUCT */
/* ====================================== */
.n1ultra, .u2{
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* padding: 3rem 0; */
    position: relative;
    overflow: hidden;
}
.o1pro{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    background: #2a3545;
}
.n1ultra aside, .o1pro aside, .u2 aside{
    flex: 3 7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
    margin-left: 4rem;
}
.o1pro aside{
    margin-right: 3rem;
    margin-left: 0;
}
.n1ultra h2, .o1pro h2, .u2 h2{
    font-size: 3rem;
}
.n1ultra ul, .o1pro ul, .u2 ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}
.n1ultra ul li, .o1pro ul li, .u2 ul li{
    margin-right: 1rem;
    flex: 1;
}

/* .n1ultra ul li:last-child, .o1pro ul li:last-child, .u2 ul li:last-child{
    margin: 0;
} */
.n1ultra ul li small, .o1pro ul li small, .u2 ul li small{
    display: block;
    font-size: 0.75rem;
    color: rgb(114, 114, 114);
    /* font-weight: 300; */
    /* white-space: nowrap; */
    margin-bottom: 0.25rem;
}

.iconPanel{
    margin: 1.5rem 0 0 !important;
}
.iconPanel li{
    background: rgba(0, 0, 0, 0.05);
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}
.iconPanel li i{
    margin-bottom: 0.5rem;
    font-size: 40px;
}
.iconPanel li h6{
    margin: 0;
}
.iconPanel li h6 small{
    color: #888;
    margin-top: 0.25rem;
}


.n1ultra article, .o1pro article, .u2 article{
    flex: 4 7;
}


/* =================== */
/* Accessories */
/* ================================== */
.accessoriesPanel{
    position: relative;
    padding: 5rem 0;
    background: #30333c;
    color: var(--white-color);
}
.accessories{
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5rem;
    background: var(--white-color);
}
.accessories img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 1s cubic-bezier(.475,.425,0,.995);
    -o-transition: all 1s cubic-bezier(.475,.425,0,.995);
    transition: all 1s cubic-bezier(.475,.425,0,.995);
    will-change: transform;
    display: block;
    cursor: pointer;
}
.accessories:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.accessories .contPort{
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background: var(--black-color);
    padding: 1.5rem;
    font-size: 0.9rem;
    /* text-align: center; */
    opacity: 0;
}
.accessories:hover .contPort{
    bottom: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.accessories .contPort h5{
    font-weight: 400;
}
.accessories .contPort ul{
    padding-left: 20px;
}
.accessories .contPort ul li{
    font-size: 0.8rem;
}

/* ======================= */
/* Contact Panel */
/* ========================================= */
.contactPanel{
    position: relative;
    padding: 4rem 0;
    /* background: #f1f1f1; */
}
.contactPanel .form-control{
    background: transparent;
    margin-bottom: 1rem;
}
.contactPanel .form-control:hover, .contactPanel .form-control:focus{
    box-shadow: none;
    outline: 0;
}
/* .contactPanel .address{
    margin-top: 5.25rem;
} */
.contactBox{
    border: 1px solid #ddd;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
}
.contactBox small{
    display: block;
    margin-bottom: 0.5rem;
}
.contactBox h6{
    margin-bottom: 0;
}


/* ======================= */
/* Footer Panel */
/* ========================================= */
footer{
    position: relative;
    padding: 3rem 0;
    font-size: 0.9rem;
    font-weight: 300;
    border-top: 1px solid #bfbfbf;
}
footer .footerget{
	display: flex;
	flex-direction: column;
    padding: 0;
    margin: 15px 0;
}
footer .footerget li{
	margin-bottom: 15px;
    display: block;
    line-height: 1.2;
    font-weight: 400;
}
footer .footerget li a{
	font-size: 13px;
	text-transform: uppercase;
    display: inline-block;
}
footer .footerget li a:hover{
	text-decoration: underline;
    color: var(--light-hover-color);
}

.social{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
}
.social li{
    margin-right: 0.25rem;
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    font-size: 1.25rem;
}
.social li a{
    display: inline-flex;
    padding: 10px;
    transition: 0.2s;
}
.social li a:hover{
    transform: scale(0.8);
}
.social li i{
    font-size: 1.15rem;
    display: inline-block;
    line-height: 0;
}
.otherMenu{
    display: flex;
    justify-content: center;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.85rem;
    /* list-style: none; */
}
.otherMenu li{
    margin: 0 0.75rem;
}
.otherMenu li:first-child{
    list-style: none;
}
.otherMenu li a:hover{
    text-decoration: underline;
}


.news ol li{
    margin-bottom: 0.5rem;
}
.news ol li a:hover{
    color: #dfbe1a;
}
















/* MENU PANEL */
/* =================================== */
body .sticky .navbar-brand{
    color: var(--black-color);
}
body .sticky .nav-item{
    color: var(--black-color) !important;
}
body.dark .sticky .nav-item{
    color: var(--white-color) !important;
}


/* OTHER PANEL */
/* =================================== */
.table{
    color: inherit;
}


/* GET QUOTE */
/* ================================= */
.getquoteModal .btn-close{
    position: absolute;
    right: -1.5em;
    top: -1.5em;
    padding: 0.5em;
    outline: none;
    box-shadow: none;
    border-radius: 2rem;
}
.getquoteModal .modal-content{
    border: 0;
    border-radius: 0;
}
.getquoteModalPanel{
    display: flex;
    justify-content: center;
}
.getquoteModalPanel .sidePart{
    width: 50%;
}
.getquoteModalPanel .sidePart:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.getquoteModalPanel .form-control, .getquoteModalPanel .form-select{
    border-radius: 0;
}
.getquoteModalPanel .form-control:hover, 
.getquoteModalPanel .form-control:focus, 
.getquoteModalPanel .form-select:hover, 
.getquoteModalPanel .form-select:focus{
    border-color: #000;
    box-shadow: none;
}



/* ====================== */
/* THEME RELATED BODY */
/* ====================================== */
/* body.dark .navbar-brand svg{
    color: var(--white-color);
} */
body.dark {
    color: var(--white-color);
    background: var(--bg-dark);
}
body.dark .navbar-brand{
    color: var(--white-color);
}
body.dark .o1pro{
    background: var(--white-color);
}
body.dark .o1pro aside{
    color: var(--black-color) !important;
}
body.dark .iconPanel li{
    background: rgba(225, 225, 225, 0.15);
}
body.dark .accessoriesPanel{
    color: var(--black-color) !important;
    background: var(--white-color);
}
body.dark .accessories{
    background: var(--black-color);
}
body.dark .accessories .contPort{
    background: var(--white-color);
}
body.dark .social li{
    background: rgba(225, 225, 225, 0.15);
}
body.dark .contactPanel .form-control, 
body.dark .getquoteModalPanel .form-control, 
body.dark .getquoteModalPanel .form-select{
    color: var(--white-color);
    background: #252538;
}
body.dark .getquoteModalPanel .form-control:hover, 
body.dark .getquoteModalPanel .form-select:hover,
body.dark .getquoteModalPanel .form-control:focus, 
body.dark .getquoteModalPanel .form-select:focus{
    border-color: var(--white-color);
}
body.dark .modal-body{
    background: #252538;
}
body.dark footer .footerget li a:hover{
	color: #4eff17;
}






/* ====================================== */
/* RESPONSIVE PANEL */
/* ==================================================== */
@media(max-width:800px){
    body .nav-item, body .navbar-brand{color: inherit !important;}
    .alert{font-size: 0.8rem;}
    .btn-scroll-down, .banner:before{display: none;}
    .navbar{position: relative; z-index: 99;}
    .navbar-brand{margin-right: 0;}
    .banner, .banner video{height: 100%; min-height: auto;}
    .banner .bannerContent h1{font-size: 1.25rem; margin-bottom: 0.5rem;}
    .n1ultra, .u2, .o1pro{flex-direction: column;}
    .n1ultra aside, .o1pro aside{flex: 1; width: 100%; padding: 2.5rem; margin-left: 3rem;}
    .u2 aside{flex: 1; width: 100%; padding: 2.5rem; margin-left: 6rem;}
    .n1ultra article, .o1pro article, .u2 article{flex: 1; width: 100%;}
    .n1ultra h2, .o1pro h2, .u2 h2{font-size: 2rem;}
    .n1ultra h5, .o1pro h5, .u2 h5{font-size: 1rem;}
    .n1ultra ul, .o1pro ul, .u2 ul{flex-wrap: wrap;}
    .n1ultra ul li, .o1pro ul li, .u2 ul li{width: 50%;}
    .o1pro aside{margin-left: 0 !important; margin-right: 6rem;}
    .address{margin: 2rem 0; display: block;}    
    .getquoteModalPanel{flex-direction: column;}
    .getquoteModalPanel .sidePart{width: 100%;}
}