
:root {
    --y-font-family: 'Times New Roman';
    --y-scene-height: 55vh;
    --y-about-color: rgb(210, 63, 219);
}


.scene {
    position: absolute;
    width: 1200px;
    height: var(--y-scene-height);
    margin: auto;
    perspective: 1400px;
    left: 50%;
    transform: translate(-50%);
}

.scene .carousel-3d {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.carousel__cell {
    position: absolute;
    overflow: hidden;
    width: 1000px;
    height: var(--y-scene-height);
    left: 8%;
    top: 10px;
    text-align: center;
    transition: transform 1s, opacity 1s;
    padding: 0 12px;
}


.carousel__cell:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px);
}

.carousel__cell:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px);
}

.carousel__cell:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px);
}

.carousel__cell:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px);
}

.carousel__cell:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px);
}

.carousel__cell:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px);
}

.carousel__cell:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px);
}

.carousel__cell:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px);
}

.carousel__cell:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px);
}

.carousel-options {
    text-align: center;
    position: relative;
    z-index: 2;
    background: hsla(0, 0%, 100%, 0.8);
}

.btn-carousel-paginator svg {
    padding-top: 5px;
}

.btn-carousel-paginator {
    width: 25px;
    height: 30px;
    font-size: 12px;
    line-height: 1.33;
    font-family: var(--y-font-family);
    background-color: var(--y-font-active);
    border: none;
    color: var(--bs-black);
    box-shadow: var(--y-box-shadow);
    margin: 0 5px;
}

.btn-carousel-paginator:active {
    background-color: var(--y-font-active);
}

.btn-carousel-paginator:hover {
    color: var(--y-font-white);
    background-color: var(--y-font-active);
}

.btn-carousel-paginator-container {
    display: grid;
    align-content: center;
}

.cell-theme {
    border: 1px solid var(--y-font-active);
    background-size: cover;
    height: 100px;
    background-position: center;
    box-shadow: var(--y-box-shadow);
}

.cell-title {
    font-family: var(--y-font-family);
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 35px #000, 0 0 5px #000, 0 0 5px #000 !important;
    margin: 0;
    padding-top: 10px;
    z-index: 1;
    position: relative;
    color: var(--y-font-active);
}

.cell-content {
    box-shadow: var(--y-box-shadow);
    color: var(--y-font-white);
    font-size: 14px;
    /*background-color: var(--bs-black);*/
    height: var(--y-scene-height);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


.carouselMenuButton {
    padding: 0;
    background-color: transparent !important;
}


.aboutUsCarouselMenu .dropdown-toggle::after {
    display: none;
}


.textAreaFieldContainer {
    position: relative;
    border: solid 1px var(--y-about-color);
    padding-bottom: 5px;
    background: black;
}

.carouselMenu .carouselMenuItem {
    text-align: center;
    font-family: "Times New Roman";
    font-size: 15px;
    color: var(--y-font-active);
    background-color: black;
    cursor: pointer !important;
}

.aboutUsCarouselMenu {
    height: 30px;
    font-family: var(--y-font-family);
}

.aboutUsCarouselMenu, .dropdown-menu {
    min-width: 50px;
    border-radius: 0;
    border: none;
}

.aboutUsCarouselMenu .dropdown-menu {
    transform: translate(-41px, -45px) !important;
}

.aboutUsCarouselMenu .dropdown-menu li {
    background-color: var(--y-font-active);
    padding: 2px;
}

.aboutUsCarouselMenu .dropdown-menu li:hover {
    background-color: var(--y-font-active-light) !important;
}

.aboutUsCarouselMenu button {
    border: none;
    border-radius: 0;
    color: black;
}

.aboutUsCarouselMenu button:hover {
    color: var(--y-font-white);
    background-color: var(--y-font-active);
}

.aboutUsCarouselMenu .dropdown-toggle::after {
    margin-left: .5em !important;
}

.carousel__cell {
    color: var(--y-font-white);
}

.carousel__cell input[type="text"],
.carousel__cell input[type="email"],
.carousel__cell textarea,
.carousel__cell textarea:focus,
.carousel__cell input[type="password"] {
    border-radius: 0;
    border-color: var(--bs-gray-600);
    background-color: var(--bs-dark);
    color: var(--y-font-white);
    font-family: "Times New Roman";
}

.carousel__cell .form-floating > .form-control:focus ~ label::after,
.carousel__cell .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.carousel__cell .form-floating > .form-control-plaintext ~ label::after,
.carousel__cell .form-floating > .form-select ~ label::after {
    background-color: transparent !important;
    color: var(--y-font-white) !important;
}

.form-control {
    border-radius: 0 !important;
}

.carousel__cell .contactSocialLink {
    display: inline-block;
    width: 25px;
    margin: 3px;
    padding: 2px 5px;
}

.carousel__cell .contactLink {
    color: var(--y-font-white);
}

.carousel__cell .contactLink:hover {
    color: var(--y-font-active);
}

/*.orange-scrollbar::-webkit-scrollbar {*/
/*    width: 6px !important;*/
/*}*/

.orange-scrollbar::-webkit-scrollbar-button {
    display: none;
}

.orange-scrollbar::-webkit-scrollbar {
    width: 20px;
}

.orange-scrollbar::-webkit-scrollbar-track {
    background: transparent !important;
}

.orange-scrollbar::-webkit-scrollbar-thumb {
    background-image: url("scrollbar_thumb.png");
    background-position: left top;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    cursor: pointer;
}

.carousel-btn-menu {
    width: 65px;
    height: 65px;
    position: absolute;
    cursor: pointer;
    top: 15px;
}

.carousel-btn-left, .carousel-btn-right {
    width: 55px;
    height: 55px;
    position: absolute;
    cursor: pointer;
}

.carousel-btn-left {
    position: absolute;
    right: 28px;
    top: 16px;
}

.carousel-btn-right {
    position: absolute;
    left: 28px;
    top: 16px;
}

.carousel-menu-label {
    position: absolute;
    font-size: 13px;
    cursor: pointer;
}

.carousel-menu-label:hover {
    color: white;
}

.carousel-menu-label.left {
    right: 26px;
    top: 17px;
    width: 55px;
    height: 55px;
}

.carousel-menu-label.left svg {
    position: absolute;
    top: 20px;
    right: 25px;
}

.carousel-menu-label.menu {
    width: 64px;
    height: 64px;
    top: 15px;
}

.carousel-menu-label.menu svg {
    position: absolute;
    top: 25px;
    left: 25.5px;
}

.carousel-menu-label.right {
    left: 28px;
    top: 16px;
    width: 55px;
    height: 55px;
}

.carousel-menu-label.right svg {
    position: absolute;
    top: 20px;
    right: 23px;
}

.carousel-menu-label.right::after {
    top: 10px
}

@keyframes rotateMenuLeftBtn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateMenuItem {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }

}

.carouselMenu {
    min-width: 300px;
    max-width: 300px;
    position: absolute;
    left: 50%;
    /*bottom: 6vh;*/
    bottom: 5vh;
    transform: translateX(-50%);
    padding: 5px 0;
    background-color: black;
}

.carouselMenu.invisible {
    opacity: 0;
}

.gearBorderAbout,
.gearBorderServices,
.gearBorderResources,
.gearBorderStartups {
    width: 230px;
    height: 230px;
    position: absolute;
}

.gearBorderAbout.topRight {
    top: -130px;
    right: -122px;
    transform: rotate(38deg);
}

.gearBorderAbout.topLeft {
    top: -87px;
    left: -173px;
    transform: rotate(138deg);
}

.gearBorderAbout.top_1 {
    top: -163px;
    transform: rotate(198deg);
    right: 16%;
}

.gearBorderAbout.top_2 {
    top: -173px;
    transform: rotate(299deg);
    left: 16%;
}

.gearBorderAbout.left_1 {
    top: 171px;
    left: -190px;
    transform: rotate(128deg);
}

.gearBorderAbout.leftBottom {
    bottom: -141px;
    left: -118px;
    transform: rotate(-160deg);
}

.gearBorderAbout.rightBottom {
    bottom: -161px;
    right: -35px;
    transform: rotate(-26deg);
}

.gearBorderAbout.bottom_1 {
    bottom: -187px;
    right: 202px;
    transform: rotate(-179deg);
}


.gearBorderAbout.bottom_2 {
    bottom: -188px;
    left: 205px;
    transform: rotate(64deg);
}

.gearBorderServices.middleTop {
    top: -162px;
    left: 50%;
    transform: translate(-50%) rotate(96deg);
}

.gearBorderServices.topRight {
    top: -179px;
    right: 9%;
    transform: rotate(233deg);
}

.gearBorderServices.rightTop {
    top: -24px;
    right: -16%;
    transform: rotate(42deg);
}

.gearBorderServices.rightBottom {
    bottom: -22%;
    right: -12%;
    transform: rotate(12deg);
}

.gearBorderServices.middleBottom {
    bottom: -174px;
    left: 50%;
    transform: translate(-50%) rotate(257deg);
}

.gearBorderServices.leftBottom {
    bottom: -73px;
    left: -4%;
    transform: translate(-50%) rotate(-1deg);
}

.gearBorderServices.bottom_1 {
    bottom: -188px;
    left: 14%;
    transform: translate(-50%) rotate(-1deg);
}

.gearBorderServices.topLeft {
    top: -170px;
    left: -27px;
    transform: rotate(1deg);
}

.gearBorderServices.leftTop {
    top: -13px;
    left: -166px;
    transform: rotate(197deg);
}

.gearBorderResources {
    width: 150px;
    height: 150px;
}

.gearBorderResources.topRight {
    top: -8%;
    right: -7%;
    transform: rotate(310deg);
}

.gearBorderResources.bottomRight {
    bottom: 0%;
    right: -89px;
    transform: rotate(46deg);
}


.gearBorderResources.bottomRight {
    bottom: 0%;
    right: -55px;
    transform: rotate(127deg);
}

.gearBorderResources.rightMiddle {
    bottom: 24%;
    right: -75px;
    transform: rotate(6deg);
}

.gearBorderResources.bottom_1 {
    bottom: -17%;
    right: 47px;
    transform: rotate(6deg);
}

.gearBorderResources.bottom_2 {
    bottom: -105px;
    right: 174px;
    transform: rotate(240deg);
}

.gearBorderResources.bottomLeft {
    bottom: -91px;
    left: -32px;
    transform: rotate(0deg);
}

.gearBorderResources.topLeft {
    top: -62px;
    left: -51px;
    transform: rotate(78deg);
}

.gearBorderResources.left_1 {
    top: 68px;
    left: -99px;
    transform: rotate(40deg);
}

.gearBorderResources.top_1 {
    top: -84px;
    left: 87px;
    transform: rotate(197deg);
}

.gearBorderResources.top_2 {
    top: -79px;
    left: 222px;
    transform: rotate(21deg);
}

.gearBorderStartups {
    width: 150px;
    height: 150px;
    position: absolute;
}

.gearBorderStartups.topRight {
    top: -80px;
    right: -77px;
    transform: rotate(0deg);
}

.gearBorderStartups.right_1 {
    top: 57px;
    right: -72px;
    transform: rotate(156deg);
}

.gearBorderStartups.rightBottom {
    bottom: -56px;
    right: -87px;
    transform: rotate(30deg);
}

.gearBorderStartups.bottom_1 {
    bottom: -81px;
    right: 47px;
    transform: rotate(121deg);
}


.gearBorderStartups.bottom_2 {
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%) rotate(-24deg);
}


.gearBorderStartups.bottomLeft {
    bottom: -88px;
    left: 1%;
    transform: translateX(-50%) rotate(25deg);
}

.gearBorderStartups.left_1 {
    bottom: 52px;
    left: 7px;
    transform: translateX(-50%) rotate(164deg);
}


.gearBorderStartups.leftTop {
    top: -85px;
    left: -55px;
    transform: rotate(11deg);
}

.gearBorderStartups.top_1 {
    top: -79px;
    left: 84px;
    transform: rotate(207deg);
}

.gearBorderStartups.top_2 {
    top: -92px;
    left: 70%;
    transform: rotate(237deg);
}

.contentToggleLink {
    cursor: pointer !important;
    font-family: "Times New Roman";
    padding: 0 10px;
    border: 1px solid transparent;
}

.contentToggleLink.active {
    color: #3fa93f;
}


.contentToggleDivider {
    animation: rotateContentToggleDivider 20s linear 0s infinite;
}

@keyframes rotateContentToggleDivider {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cellVideoContainer {
    cursor: pointer !important;
}

.cellVideoContainer iframe {
    width: 100%;
    cursor: pointer !important;
}

.textFieldContainer {
    display: inline-block;
    width: 20%;
    padding: 0 5px;
}

.y-error-message {
    color: var(--y-font-active);
}

.y-success-message {
    color: #0bb50f;
}

.textAreaFieldContainer {
    position: relative;
    border: solid 1px var(--y-about-color);
    padding-bottom: 5px;
}

.textFieldContainer input[type="text"] {
    border: solid 1px var(--y-about-color);
}

.textFieldContainer input[type="text"],
.textAreaFieldContainer textarea,
.contactMapContainer {
    width: 100%;
    background: black;
    padding: 3px 10px;
    text-align: center;
    font-size: 13px;
    color: white !important;
}

.textAreaFieldContainer textarea {
    text-align: left;
    border: solid 1px transparent;
    resize: none;
    color: white !important;
}

.textFieldContainer input[type="text"]:focus,
.textAreaFieldContainer textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    background: black;
}

.textAreaFieldContainer textarea:focus {
    border: solid 1px transparent;
}

.textFieldContainer input[type="text"]::placeholder {
    color: #7a7a7a;
    text-align: center;
}

.textAreaFieldContainer textarea::placeholder {
    color: #7a7a7a;
    text-align: left;
}

.charCount {
    color: white;
    position: absolute;
    left: 0px;
    bottom: 1px;
}

.charCountMessageValidator {
    color: var(--y-font-active);
}

.btnSubmitForm {
    color: white;
    border: solid 1px transparent;
    background-color: black;
    font-size: 13px;
    padding: 1px 20px;
}

.btnSubmitForm:hover,
.btnUploadFiles:hover {
    background-color: var(--y-about-color);
    color: black;
}

.btnUploadFiles {
    color: white;
    border: solid 1px transparent;
    background-color: black;
    font-size: 13px;
}

.contactMapContainer {
    height: 11vh;
    position: relative;
    border: solid 1px var(--y-about-color);
    overflow: hidden;
}

.contactMapContainer img {
    transform: translateY(-29%);

}


.contactUsMenuBtnContainer span svg {
    position: absolute;
    left: 21px;
    top: 21px;
    font-size: 13px;
}

.contactUsMenuBtn {
    color: transparent;
    width: 55px;
    height: 55px;
    animation: rotateContactUsMenuBtn 20s linear infinite
}

@keyframes rotateContactUsMenuBtn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.contactUsMenu {
    min-width: 200px;
    width: 200px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: black;
    padding: 15px 0;
}

.contactUsMenuItem {
    background: black;
    color: var(--y-font-active);
    cursor: pointer;
    padding: 5px;
}

.contactUsMenuItem:hover {
    color: var(--y-about-color);
}

.quoteRotator {
    color: var(--y-font-active);
    font-size: 20px;
    cursor: pointer;
    width: 25px;
    height: 27px;
    padding: 5px;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 35px #000, 0 0 5px #000, 0 0 5px #000 !important;
}

.quoteRotator.left {
    font-weight: 500;
}

.quoteRotator:hover {
    color: var(--y-font-active-light) !important;
}

.quoteContainer {
    min-height: 55px;
    margin-top: 0;
    position: relative;
    overflow-x: hidden;
}


.contactUsTextContainer {
    min-height: 70px;
    position: relative;
}

.countFilesSelected {
    color: var(--y-font-active);
}

.carousel3DError {
    font-family: "Times New Roman";
    font-size: 20px;
}


/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/
/***********************************************************************************************************************/

@media only screen and (max-width: 760px) {
    .textFieldContainer {
        width: 100%;
        margin-top: 10px;
        border-radius: 0 !important;
    }

    .contactMapContainer img {
        transform: translateY(-29%) translateX(0%);
        width: 100%;
        height: 156px;
    }
}


/***********************************************************************************************************************/
/***********************************************************************************************************************/
/******** Mobile Landscape
/***********************************************************************************************************************/

@media only screen and (min-width: 760px) and (max-width: 1000px) {

    .contactMapContainer  {
        height: 80px!important;
    }

    .contactMapContainer img {
        transform: translateY(-34%) translateX(0);
        width: 100%;
    }

    .contactMapContainer {
        height: 15vh;
    }
}