.sus3d-body > * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.sus3d-body {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    margin: 0px;
    overflow: hidden;
}

.sus3d-body ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
    list-style-type: none;
}

.sus3d-body a{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: grey;
    text-decoration: none;
    background-color: transparent;
}

/*Preloader-----------------------------------------------------------------------------------------------------------*/

.sus3d-preloader_div {
	position: fixed;
	z-index: 1;
	width: 100%;
    height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sus3d-content-holder {
    position: relative;
    max-width: 450px;
    color: #969696;
}

#sus3d-preloader-end, 
#sus3d-preloader-trans,
#sus3d-preloader-manu,
#sus3d-preloader-PET {
    display: none;
}

.sus3d-content-holder h4 {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
}

.sus3d-content-holder h1 {
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: 300;
    margin-top: 10px;
}

.sus3d-content-holder img {
    width: 100%;
}

.sus3d-content-holder p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 40px;
}

.sus3d-progressbar {
	width: 1%;
	height: 10px;
	background-color: #969696;
	position: relative;
	top: 0px;
}
.sus3d-progressbarline {
	width: 99%;
	height: 9px;
	border-style: solid;
	border-color: #969696;
	position: absolute;
	border-width: 1px;
}

.sus3d-container {
    width: 80vw;
    margin: auto;
}

.sus3d-navContainer {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    justify-items: center;
    align-items: center;
    z-index: 1;
}

.sus3d-navbar {
    margin-top: 16px;
    display: none;
}

.sus3d-navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.sus3d-navbar li {
    background-color: white;
    height: 100%;
    width: 25%;
    margin: 8px;
    padding: 4px;
}

.sus3d-navbar li.is-active {
    background-color: rgb(46, 152, 250);
}

.sus3d-navbar li.is-active a{
    color: white;
}

.sus3d-navbar li:first-child {
    width: 100px;
}

.sus3d-navbar a {
    display: flex;
    height: 100%;
    align-items: center;
}

.sus3d-navbar a span {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.sus3d-mobileNav {
    width: 50px;
    height: 50px;
    background-color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    overflow: hidden;
    transition: 300ms ease-in;
    z-index: 2;
}

.sus3d-menuList {
    display: none;
}

.sus3d-mobileNavContainer {
    display: none;
}

.sus3d-mobileNav i{
    color: rgb(46, 152, 250);
    position: absolute;
    font-size: 30px;
    top: 10px;
    right: 12px;
}

.sus3d-mobileNav li {
    padding: 2px;
}

.sus3d-mobileNav li.is-active > *{
    color: rgb(46, 152, 250) !important;
}

.sus3d-mobileNav ul{
    margin: 10px;
}

.sus3d-mobileNav a span {
    font-size: 20px;
}

.sus3d-infoContainer {
    position: absolute;
    top: 110px;
    right: 32px;
    z-index: 1;
}

.sus3d-infobox {
    display: none;
    position: absolute;
    width: 600px;
    right: 0;
    max-height: 80vh;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(150, 150, 150, 0.9);
    overflow: scroll;
    overflow-x: hidden;
    white-space: nowrap;
}

.sus3d-info-close-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transform: translateZ(1px);
}

.sus3d-info-close-btn i {
    color: rgb(46, 152, 250);
}

.sus3d-img-section img,
.sus3d-img-section video {
    width: 100%;
    height: auto;
}

.sus3d-img-section video {
    cursor: pointer;
}

.sus3d-category {
    position: absolute;
    background-color: white;
    border-bottom-right-radius: 10px;
    padding: 10px;
    transform: translateZ(1px);
}

.sus3d-category h2 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    margin-left: 8px;
    margin-right: 16px;
}

.sus3d-play-pause-btn {
    width: 150px;
    height: 150px;
    left: 50%;
    top: 170px;
    transform: translate(-50%, -50%);
    background-color: white;
    position: absolute;
    border-radius: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sus3d-fa-play {
    margin-left: 15px !important;
}

.sus3d-play-pause-btn i {
    color: rgb(46, 152, 250);
    font-size: 80px;
}

.sus3d-info-text-section {
    padding: 32px 48px;  
    white-space: pre-line;
}

.sus3d-info-text-section h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.sus3d-info-text-section p {
    margin: 0;
    font-weight: 400;
    margin-bottom: 32px;
}

.sus3d-info-text-section i {
    margin: 0;
    font-size: 40px;
    margin-bottom: 32px;
}

.sus3d-endproduct .sus3d-info-text-section i {
    margin: 0;
    margin-bottom: 8px;
}

.sus3d-info-text-section h4 {
    margin: 0;
    margin-bottom: 16px;
}

.sus3d-endproduct h4 {
    margin: 0;
    margin-bottom: 3px;
    margin-top: 24px;
}

.sus3d-info-text-section li {
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
}

.sus3d-info-text-section li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    content: '\f111';
    padding-right: 10px;
}

.sus3d-epvid01 {
    border-color: white;
    right: calc(-32px + 15vw);
    width: 70vw;
}

.sus3d-epvid01 .sus3d-play-pause-btn {
    top: 50%;
}

.sus3d-qual .sus3d-category, .sus3d-qual .sus3d-info-close-btn {
    z-index: 1;
}

.sus3d-slider-container {
    width: 100%;
    position: relative;
}

.sus3d-slider-arrows {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    color: white;
    font-size: 50px;
}

.sus3d-slider-arrow-left {
    position: absolute;
    left: 10px;
    cursor: pointer;
    display: none;
}

.sus3d-slider-arrow-right {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.sus3d-slider-inner {
    position: relative;
    left: 0%;
    width: 500%;
    display: flex;
    display: -webkit-flex;
}

.sus3d-slider-inner img {
    width: 20%;
    height: intrinsic;
}

.sus3d-slider-index {
    display: flex;
    padding: 16px;
    justify-content: center;
}

.sus3d-slider-index i {
    margin: 0 24px;
    cursor: pointer;
}

.sus3d-slider-index i.s-i-active {
    color: rgb(46, 152, 250);
}

.sus3d-logo {
    width: 100px;
    margin: 32px;
}

.v3d-content {
    width: 100vw;
    height: 100vh;
    margin: auto;
}

#v3d-container {
    position: relative;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    max-height: 100vw; 
}

/* Media Queries  */

@media screen and (max-width: 768px) {
    .sus3d-navContainer {
        display: none;
    }
    .sus3d-mobileNavContainer {
        display: block;
    }
    .sus3d-infoContainer {
        top: 80px;
    }
    .sus3d-infobox {
        width: 95vw; 
        right: calc(-32px + 2.5vw);
    }
}

@media screen and (max-width: 425px) {
    .sus3d-content-holder {
        width: 70vw;
    }
    .sus3d-play-pause-btn {
        width: 100px;
        height: 100px;
        top: 100px;
    }
    .sus3d-play-pause-btn i {
        font-size: 64px;
    }
    .sus3d-category h2 {
        font-size: 15px;
    }

    .sus3d-content-holder {
        max-width: 250px;
    }

    .sus3d-content-holder h4 {
        font-size: 15px;
        letter-spacing: 0px;
    }
    
    .sus3d-content-holder h1 {
        font-size: 40px;
        margin-top: 10px;
    }
    
    .sus3d-content-holder p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
