@font-face {
    font-family: gotham-black;
    src: url(../font/Gotham-Black.otf);
}

@font-face {
    font-family: gotham-bold;
    src: url(../font/Gotham-Bold.otf);
}

@font-face {
    font-family: gotham-book;
    src: url(../font/Gotham-Book.otf);
}

@font-face {
    font-family: gotham-light;
    src: url(../font/Gotham-Light.otf);
}

@font-face {
    font-family: gotham-medium;
    src: url(../font/Gotham-Medium.otf);
}

body, html { overflow-x:hidden; }
.font-bold {
    font-family: gotham-bold;
}
.font-light {
    font-family: gotham-light;
}
.font-medium {
    font-family: gotham-medium;
}
.font-book {
    font-family: gotham-book;
}

.font-black {
    font-family: gotham-black;
}

h1,h2,h3,h4,h5,h6,p,span,a{
    font-family: gotham-medium;
    color: #ffffff;
    padding:0px;
}

p {
    font-family: gotham-light;
}
a {
    text-decoration: none;
}

h2 {
    font-size: 36px;
    letter-spacing: 2px;
}

h1.product-main-title {
    font-size: 135px;
    color: #f2f3f3;
    letter-spacing: 2px;
}

section.section-product .card-body h2 {
    font-size: 70px;
    color: #59595b;
    letter-spacing: 4px;
}

h3 {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 36px;
}
h4 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
}
h5 {
    font-size: 16px;
}

.pt-55 {
    padding-top: 55px;
}
.pt-68 {
    padding-top: 68px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-127 {
    padding-top: 127px;
}
.pt-260 {
    padding-top: 260px;
}
.pt-300 {
    padding-top: 300px;
}
.pt-360 {
    padding-top: 360px;
}
.pt-560 {
    padding-top: 560px;
}
.pt-1020 {
    padding-top: 1020px;
}
.pt-1044 {
    padding-top: 1044px;
}

.font-weight-800 {
    font-weight: 800;
}

.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-64{
    padding-bottom: 64px;
}
.pb-68 {
    padding-bottom: 68px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-97{
    padding-bottom: 97px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-120{
    padding-bottom: 120px;
}
.pb-150{
    padding-bottom: 150px;
}
.pb-173{
    padding-bottom: 86px;
}
.pb-260 {
    padding-bottom: 260px;
}
.pb-300 {
    padding-bottom: 300px;
}
.pb-310 {
    padding-bottom: 310px;
}
.pb-340 {
    padding-bottom: 340px;
}
.pb-360 {
    padding-bottom: 360px;
}
.pb-485 {
    padding-bottom: 485px;
}

.pb-710 {
    padding-bottom: 710px;
}


.pr-30 {
    padding-right: 30px;
}

.pr-200 {
    padding-right: 200px;
}

.pl-30 {
    padding-left: 30px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-200 {
    padding-left: 200px;
}

ul li {
    list-style: none;
}

.line-height-36 {
    line-height: 36px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-985 {
   margin-top: 985px;
}

.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-9 {
    z-index: 9;
}

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: 99999;
    background: #080c1b;
    background-image: -webkit-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -moz-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -o-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: radial-gradient(top, circle cover, #202538 0%, #050817 80%);

}
#preloader .preloader-ora {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    background: url(../img/ora_logo.png) no-repeat center center fixed;
    animation: preloader 3s ease infinite;
    -ms-animation: preloader 3s ease infinite;
    -moz-animation: preloader 3s ease infinite;
    -webkit-animation: preloader 3s ease infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.gradiente-blue-one {
    background: #2c2f3f;
    background: -moz-radial-gradient(
            ellipse at left top,
            #2c2f3f 0%,
            #212435 50%,
            #101426 100%
    );
    background: -webkit-radial-gradient(
            ellipse at left top,
            #2c2f3f 0%,
            #212435 50%,
            #101426 100%
    );
    background: radial-gradient(
            ellipse at left top,
            #2c2f3f 0%,
            #212435 50%,
            #101426 100%
    );
}

ul.sub-sub-menu,
ul.sub-menu {
    padding-left: 0.5rem;
    display: none;
}
ul.sub-sub-menu {
    right: 0px;
}
ul.sub-menu {
    left: 0px;
}

ul.sub-menu > li {
    width: 250px;
}
ul.sub-menu > li:last-child  {
    width: auto;
    position: relative;
}

ul.sub-menu > li:last-child ul.sub-sub-menu {
    width: 550px;
    position:absolute;
    left: 0px;
    padding-left: 0px;
}

ul.sub-sub-menu > li  {
    width: auto;
}
.dropdown-menu {
    background-color: transparent;
    border: none;
}
.dropdown-menu.show {
    display: flex;
    left: inherit;
}
#navbarNav ul.navbar-nav li.nav-item ul.sub-sub-menu li a.nav-link,
#navbarNav ul.navbar-nav li.nav-item ul.sub-menu li a.nav-link {
    padding-left: 0px;
    font-size: 14px;
    font-family: gotham-bold;
}


footer ul li {
    list-style: none;
}
.text-dark-gray {
    color: #89898b !important;
}
.text-gray {
    color: #59595c !important;
}
.text-gray-light {
    color: #a6a6a8 !important;
}
.text-blue {
    color:#2c2c8f !important;
}

.product h4 {
    line-height: 3rem;
}

.product h5 {
    line-height: 1.5rem;
}

.circle-image {
    bottom: -152px;
    padding: 0px 66px;
}

header {
    top: 0px;
    z-index: 19;
}
.text-width-14 {
    width: 14rem;
}
.text-width-18 {
    width: 18rem;
}
.text-width-25 {
    width: 25rem;
}

.blue {
  background-color: #101426 !important;
}

.white {
  background-color: #101426 !important;
}

.purple {
    background-color: #30308a !important;
}

.position-25 {
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
}

.product-padding {
    padding-left: 260px;
}

section.main-animation h3,
section.main-animation-second h3,
section.main-animation-third h3{
    text-transform: uppercase;
    color: #a6a6a8;
}

section.section-content p {
    color: #a6a6a8;
    font-family: gotham-medium;
    line-height: 27px;


}

section.main-animation-second h3,
section.section-content img,
section.section-content h3,
section.section-content p{
    position: relative;
    animation-name: text-top-to-bottom;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}

section.main-animation-second h3.animate,
section.section-content img.animate,
section.section-content h3.animate,
section.section-content p.animate {
    position: relative;
    animation-name: text-botom-to-top;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}




section.section-product-list p {
    color: #a6a6a8;
    font-family: gotham-medium;
    line-height: 24px;
}
.mh-682 {
    max-height: 682px;
}


section.section-product img {
    max-height: 700px;
}
section.section-product img:hover {
    transform: scale(1.025);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

section.main-animation,
section.main-animation-second,
section.main-animation-third,
section.contact-main-animation{
    background: url(../img/main-animation_traparent.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
section.contact-main-animation {
    background: #080c1b;
    background-image: -webkit-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -moz-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -o-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: radial-gradient(top, circle cover, #202538 0%, #050817 80%);
}

section.contact-main-animation {
    height: 3254px;

}

section.contact-main-animation h2 {
    letter-spacing: 14px;
    opacity: 0;
}

section.contact-main-animation.animate h2 {
    animation-name: text-animate-fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

section.contact-main-animation h2 {
    letter-spacing: 14px;
    opacity: 0;
}

.centar {
    top: 40%;
    bottom: 40%;
    left: 44%;
    right: 44%;
}

section.section-product-list {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
section.section-product-list h2 {
    font-size: 70px;
    letter-spacing: 4px;
}
section.section-product-list h5 {
    letter-spacing: 2px;
}

section.main-animation {
    height: 2188px;
    background: #080c1b;
    background-image: -webkit-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -moz-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -o-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: radial-gradient(top, circle cover, #202538 0%, #050817 80%);
}
section.main-animation-second {
    /*height: 4298px;*/

    height: 2898px;

}
section.main-animation-third {
    height: 4298px;

}
section.showroom h2 {
    letter-spacing: 11px;
}
section.showroom {
    height: 3255px;
}
section.contact-showroom {
    height: 928px;
}

section.product-main-animation {
    height: 1242px;
}


section.showroom .showroom-content .content{
    z-index: 9;
}
section.section-product {
    /*bottom: 226px;*/
    /*position: relative;*/
    background-color: #ffffff;
}
section.section-product .product-background {
    bottom: 226px;
    position: relative;
}

section.section-product h5,
section.section-product p{
    color: #a6a6a8
}

section.section-product h5 {
    font-family: gotham-bold;
}

section.section-product .card {
    border: 0px;
    background-color: transparent;
}

img.logo{
    width:150px;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white span,
.white a{
    color: #a6a6a8;
}
.gold h1,
.gold h2,
.gold h3,
.gold h4,
.gold h5,
.gold h6 {
    color: #bd8878;
    text-transform: uppercase;
}
.gold p,
.gold span,
.gold a {
    color: #a6a6a8;
}

form {
    background-color: rgb(89, 89, 92, 0.2);
    padding: 65px 125px;
}
.navbar {
    padding: 82px 56px 0px 88px;
}
footer {
    background: #101426;
    background: -moz-radial-gradient(
            circle at left top,
            #2d2f40 3%,
            #111527 40%,
            #101426 44%
    );
    background: -webkit-radial-gradient(
            circle at left top,
            #2d2f40 3%,
            #111527 40%,
            #101426 44%
    );
    background: radial-gradient(
            circle at left top,
            #2d2f40 3%,
            #111527 40%,
            #101426 44%
    );
}
.footer-bottom {
    background-color: #101426;
}

#navbarNav ul.navbar-nav li {
    margin-right: 80px;
}
#navbarNav ul.navbar-nav li ul.sub-menu {
    /*padding-left: 0px;*/
    padding-right: 0px;
}
#navbarNav ul.navbar-nav li ul.sub-menu li {
    margin-right: 0px;
}

/*
#navbarNav ul.navbar-nav li.nav-item.engagements {
    min-width: 30%;
}
#navbarNav ul.navbar-nav li.nav-item.produits {
    min-width: 15%;
}
#navbarNav ul.navbar-nav li.nav-item.contact {
    min-width: 13%;
}
*/

div#navbarNav ul li.nav-item:hover > ul.sub-menu {
    display: flex;
}
div#navbarNav ul.sub-menu  li:hover > ul.sub-sub-menu {
    display: block;
}

#navbarNav ul.navbar-nav li.nav-item:last-child {
    margin-right: 0px;
}

#navbarNav ul.navbar-nav li.nav-item a.nav-link {
    text-transform: uppercase;
    font-size: 9px;
    color: #afafb7;
    letter-spacing: 3px;
}
#navbarNav ul.navbar-nav li.nav-item a.nav-link.active {
    color: #ffffff;
}
#navbarNav ul.navbar-nav li.nav-item a.nav-link:hover{
    color: #ffffff;
}

section.bacground-img {
    background: url(../img/main-animation_traparent.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.section-content {
    background: url(../img/section_bacground.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: -moz-radial-gradient( circle at top center, #a5a6aa 0%, #6d6f76 10%, #373b46 31%, #171e28 78%, #171e28 100% );
    background: -webkit-radial-gradient( circle at top center, #a5a6aa 0%, #6d6f76 10%, #373b46 31%, #171e28 78%, #171e28 100% );
    background: radial-gradient( circle at top center, #a5a6aa 0%, #6d6f76 10%, #373b46 31%, #171e28 78%, #171e28 100% );
}
section.section-sand {
    background: url(../img/section_sand.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
section.section-lightball {
    /*background: url(../img/section_lightball.png) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #080c1b;
    background-image: -webkit-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -moz-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: -o-radial-gradient(top, circle cover, #202538 0%, #050817 80%);
    background-image: radial-gradient(top, circle cover, #202538 0%, #050817 80%);
}

section.section-gray {
    background-color: #dcdcdc !important;
}

section.section-blue {
    background-color: #101426 !important;
}

section.section-white {
    background-color: #ffffff !important;
}

section.circle-animation {
    /*background-color: #101426 !important;*/
}

section img#main-animation {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.content-main-title {
    margin: auto;
    width: auto;
    top: 12%;
    text-align: center;
}
section .main-animation-text {
    width: auto;
}
section .main-animation-text.position-absolute {
    left: 25%;
    right: 25%;
    width: auto;
}
.font-size-9 {
    font-size: 9px !important;
}
a.animation-button {
    border-radius: 30px;
    padding: 21px 150px 21px 150px;
    border: 1px solid #30308a;
}

section.main-animation-second a.animation-button {
    opacity: 0;
}

section.main-animation-second a.animation-button.animate {
    position: relative;
    animation-name: text-animate-fadeIn;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}

section.contact-main-animation img.lightball {
    position: relative;
    animation-name: up-down-bulb-contact;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}

footer.section-lightball img.lightball,
section.section-lightball img {
    position: relative;
    animation-name: down-up;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
}

section.contact-main-animation.animate img.lightball {
    position: relative;
    animation-name: down-up-bulb-contact;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}

footer.section-lightball.animate img.lightball,
section.section-lightball.animate img {
    position: relative;
    animation-name: up-down;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
}
#pinContainer {
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
#slideContainer {
    width: 100%; /* to contain 4 panels, each with 100% of window width */
    height: auto;
}
.panel {
    height: auto;
    width: 33%; /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
}
button.product-button,
a.product-button,
button.form-button  {
    /*
    padding: 9px 80px;
    font-size: 14px;
    */
    padding: 9px 0px;
    font-size: 14px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}
a.product-button,
button.product-button {
    max-width: 322px;
}

a.animation-button {
    font-size: 14px;
}
button.gray {
    background-color: #414245 !important;
}
form textarea.form-control {
    border: 1px solid #a8a9a9;
    font-family: gotham-medium;
    font-size: 16px;
    border-radius: 0px;
}
form textarea.form-control::-webkit-input-placeholder {
    padding-top: 55px;
}

form p {
    font-size: 14px;
    letter-spacing: 2px;
}
form span {
    font-size: 12px;
}

form input.form-control {
    border: 1px solid #a8a9a9;
    padding: 22px 30px;
    font-family: gotham-medium;
    font-size: 16px;
    border-radius: 0px;
}

button.product-button,
a.animation-button,
a.product-button,
button.form-button {
    color: #ffffff;
    letter-spacing: 2px;
    background-color: #30308a;
    text-transform: uppercase;
    border: 0px;
}

img.gray-logo {
    width: 235px;
}


.menu-bars {
    color: #333;
    width: 50px;
    font-size: 28px;
    cursor: pointer;
    display: none;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.digit {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.digit.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.digit:nth-child(2) {
    margin-top: 50px;
}
.digit:nth-child(3) {
    margin-top: 100px;
}
.digit:nth-child(4) {
    margin-top: 150px;
}
.digit:nth-child(5) {
    margin-top: 200px;
}


.sublimer {
    letter-spacing: 18px;
    line-height: 28px;
    font-size: 14px;
    color: #858688;
    padding-bottom: 690px;
}