@font-face {
    font-family: DinBold;
    src: url(../fonts/DINBold.ttf);
}

* {
    box-sizing: border-box;
    font-family: 'DinBold';
}

body {
    height: 100vh;
}

/********* Menu Style *****************/
.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
}

#main-menu {
    display: flex;
    width: 100%;
    height: 0;
    z-index:12;
    background: #ffcb05;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: height 1s ease-out;
}

#main-menu ul{
    display: flex;
    width: 60%;
    height: 100%;
    justify-content: center;
    padding: 15px;
    border-bottom: 2px dashed #5b5c5e;
    transition: all 1s ease-out;
    margin: 0 auto 25px;
    position: fixed;
    top: -100px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
}

#main-menu li {
    list-style: none;
    margin: auto 15px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

#main-menu li a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #5b5c5e;
cursor: pointer;
}

.menu-title {
    max-width: 150px;
    margin: 0 auto;
    
}

.menu-title img {
    opacity: .3;
}

.menu-title:hover img{
    opacity: 1;
}

#main-menu.show {
    height: 100px;
    overflow: visible;
}

/*******icons hover animation**************/
@-webkit-keyframes changeColor {
    0%   { -webkit-filter: hue-rotate(0deg); }
    100% { -webkit-filter: hue-rotate(360deg); }
}
@-moz-keyframes changeColor {
    0%   { -moz-filter: hue-rotate(0deg); }
    100% { -moz-filter: hue-rotate(360deg); }
}
@-o-keyframes changeColor {
    0%   { -o-filter: hue-rotate(0deg); }
    100% { -o-filter: hue-rotate(360deg); }
}
@keyframes changeColor {
    0%   { filter: hue-rotate(200deg) saturate(2%) brightness(36%); }
    100% { 
        filter: invert(37%) sepia(6%) saturate(162%) hue-rotate(182deg) brightness(91%) contrast(86%);
     }
}



#main-menu li img {
  
animation-name: mymove;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0s;
  animation-direction: alternate;
}

@-webkit-keyframes mymove {
    0% {
      -webkit-filter: none;
      -mos-filter: none;
      -moz-filter: none;
      filter: none;
    }
    100% {
      -webkit-filter:invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
      -mos-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
      -moz-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
      filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
    }
  }
  @-moz-keyframes mymove {
    0% {
        -webkit-filter: none;
        -mos-filter: none;
        -moz-filter: none;
        filter: none;
    }
    100% {
        -webkit-filter:invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -mos-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -moz-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
    }
  }
  @-ms-keyframes mymove {
    0% {
        -webkit-filter: none;
        -mos-filter: none;
        -moz-filter: none;
        filter: none;
    }
    100% {
        -webkit-filter:invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -mos-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -moz-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
    }
  }
  /* Standard syntax */
  
  @keyframes mymove {
    0% {
        -webkit-filter:invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -mos-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -moz-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
    }
    100% {
        -webkit-filter:invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -mos-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        -moz-filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
        filter: invert(48%) sepia(6%) saturate(155%) hue-rotate(162deg) brightness(85%) contrast(80%);
    }
  }



/*****************Front Section***********************/
.front-section {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.front-section .play-video img{
    max-width: 400px;
    margin: 0 auto 25px;
}

.front-section .play-video:hover {
    opacity: 0.5;
}

.front-section span {
    color: #ffcb05;
    font-size: 20px;
    font-family: 'DinBold';
    font-weight: bold;
}

.front-section .origine-btn {
    font-family: 'DinBold';
    background-color: #ffcb05;
    color: #5b5c5e;
    padding: 0px 1px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px auto;
}

.front-section .section-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.front-section .section-footer ul {
    display: flex;
    width: 50%;
}

.front-section .section-footer li {
    list-style: none;
    padding: 0 15px;
}

.front-section .section-footer ul.social-media {
    float: left;
}

.front-section .section-footer ul.video-setting{
    justify-content: right;
    padding-right: 60px;
}

.front-section .icon-bg {
    display: block;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    font-size: 20px;
    position: relative;
    top: 0px;
    border-radius: 4px;
    background-color: #ffcb05;
    color: #5b5c5e;
    text-align: center;
}

.front-section .icon-bg .icon{
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
}

.front-section .icon-bg.rs-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
    position: absolute;
    z-index: 20;
    right: 10px;
    top: -12px;
}

.front-section li > .icon-bg.rs-icon{
    z-index: 100;
    position: absolute;
    top: -15px;
}

/************ Videos Section Style ******************/

#videos-guallery {
    position: relative;
    width: 100%;
    height: 100vh;
}

#videos-guallery #videos-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#videos-guallery .video-preloader {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 35%;
    left: 45%;
    z-index: 100;
}

#videos-guallery .videos-list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

#videos-guallery .videos-list li {
    position: relative;
    list-style: none;

}

#videos-guallery .videos-list .frame-btn {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: none;
    border: 2px solid #ffcb05;
    display: flex;
    justify-content: center;
    align-items: center;
}

#videos-guallery .videos-list li:nth-child(1) .frame-btn  {
    margin-bottom: 20px;
}

#videos-guallery .videos-list li:nth-child(2) .frame-btn  {
    margin-bottom: 35px;
}

#videos-guallery .videos-list li:nth-child(3) .frame-btn  {
    margin-bottom: 32px;
    margin-left: 15px;
}

#videos-guallery .videos-list li:nth-child(4) .frame-btn  {
    margin-bottom: 50px;
    margin-left: 25px;
}

#videos-guallery .videos-list li:nth-child(5) .frame-btn  {
    margin-bottom: 40px;
}

#videos-guallery .videos-list li:nth-child(6) .frame-btn  {
    margin-bottom: 40px
}

#videos-guallery .videos-list li:nth-child(7) .frame-btn  {
    margin-bottom: 45px;
}


#videos-guallery .videos-list li:nth-child(8) .frame-btn  {
    margin-bottom: 35px;
}

#videos-guallery .videos-list li:nth-child(9) .frame-btn  {
    margin-bottom: 25px;
}

#videos-guallery .videos-list li:nth-child(10) .frame-btn  {
    margin-bottom: 0;
}

#videos-guallery .videos-list li:nth-child(11) .frame-btn  {
    margin-bottom: 20px;
}

#videos-guallery .videos-list li:nth-child(12) .frame-btn  {
    margin-top: -25px;
}

#videos-guallery .videos-list li:nth-child(13) .frame-btn  {
    margin-top: -21px;
}

#videos-guallery .videos-list li:nth-child(14) .frame-btn  {
    margin-top: -18px;
    margin-left: -15px;
}

/**** Video Navigation Line******/
#videos-guallery .videos-list li img {
    transform: rotate(-45deg);
    position: absolute;
}

#videos-guallery .videos-list li:nth-child(1) img {
top: -35px;
left: -10px;
}

#videos-guallery .videos-list li:nth-child(2) img {
    top: -35px;
    left: -10px;
    }

#videos-guallery .videos-list li:nth-child(3) img {
  top: -35px;
  left: -10px;
}

#videos-guallery .videos-list li:nth-child(4) img {

transform: rotate(-35deg);
width: 70px;
left: -15px;
top: -10px;
}

#videos-guallery .videos-list li:nth-child(5) img {
top: -21px;
width: 80px;
left: -12px;
transform: rotate(-49deg);
}

#videos-guallery .videos-list li:nth-child(6) img {
width: 80px;
left: -5px;
top: -25px;
transform: rotate(-48deg);
}
#videos-guallery .videos-list li:nth-child(7) img {
left: -10px;
top: -24px;
transform: rotate(-45deg);
width: 90px;
}
#videos-guallery .videos-list li:nth-child(8) img {
    left: -10px;
    top: -25px;
    width: 90px;
}

#videos-guallery .videos-list li:nth-child(9) img {
    top: -20px;
    left: -9px;
    transform: rotate(-30deg);
    width: 80px;
}
#videos-guallery .videos-list li:nth-child(10) img {
top: -28px;
left: -18px;
transform: rotate(-45deg);
}
#videos-guallery .videos-list li:nth-child(11) img {
left: -15px;
top: -30px;
}
#videos-guallery .videos-list li:nth-child(12) img {
    left: -5px;
    top: -25px;
    width: 80px;
}
#videos-guallery .videos-list li:nth-child(13) img {
    width: 50px;
    margin-left: 45px;
    margin-top: -40px;
}

/** line highlight **/

.highlight {
    filter: invert(63%) sepia(80%) saturate(483%) hue-rotate(4deg) brightness(180%) contrast(105%);
}


/**** End Video Navigation Line******/
#videos-guallery .videos-list .frame-btn .circle {
    width: 5px;
    height: 5px;
    background-color: #ffcb05;
    border-radius: 50%;
    position: absolute;
}

#videos-guallery .videos-list .frame-btn .text-btn {
color: #5b5c5e;
font-size: 10px;
position: absolute;
background-color: #ffcb05;
font-size: 15px;
text-transform: uppercase;
padding: 0 2px;
visibility: hidden;
display: flex;
flex-wrap: nowrap;
transform: rotate(-45deg);
z-index: 20;
}

#videos-guallery .videos-list .frame-btn:hover .text-btn{
    visibility: visible !important;
}

.videos-list li:hover .frame-btn {
    width: 24px !important;
    height: 24px !important;
    transition: all .3s ease-out;
    cursor: pointer;
    border-width: 3px !important;
}

/***** line between buttons *****************/
#videos-guallery .videos-list {
    display: none;
}

#videos-guallery .videos-list > li  {
    width: 80px;
    position: relative;
    white-space: nowrap;
    text-align: center;
}

/***************Video Controls Bar Styles*********************/
.video-bottom {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    z-index: 15;
    width: 95%;
    padding: 0;
    left: 2%;
}

.video-bottom .container-fluid {
    padding: 5px 0;
}

/**** input range ***********/
/**** Removing the default styles ****/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
  }
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
  }

  input[type=range]:focus {
    outline: none;
  }

  input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
  
    background: transparent; 
    border-color: transparent;
    color: transparent;
  }

  /******Adding the styles*****/

/* Styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 20px;
    width: 8px;
    border-radius: 3px;
    background: #ffcb05;
    cursor: pointer;
    margin-top: -10px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }
  
  /* Styling for Firefox */
  input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 20px;
    width: 8px;
    border-radius: 3px;
    background: #ffcb05;
    cursor: pointer;
  }
  
  /* Styling for IE */
  input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 20px;
    width: 8px;
    border-radius: 3px;
    background: #ffcb05;
    cursor: pointer;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #ccc;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }
  
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    background: #ccc;
  }
  
  input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #ccc;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #ccc;
  }
  input[type=range]::-ms-fill-upper {
    background: #ccc;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
  }
/******************************/
.video-bottom svg {
    width: 11px;
    height: 11px;
    float: right;
    border-radius: 2px;
    background-color: #ffcb05;
    color: #5b5c5e;
    text-align: center;
    font-size: 10px;
    padding: 4px;
    margin-top: 8px;
}

.video-bottom #video-title {
    color: #ccc;
    width: 450px;
    float: left;
}


/****** Dropdown Styles***********/

.dropdown {
    position: relative;
    display: inline-block;
    background: none;
  }
  
  .dropdown-content {
    visibility: hidden;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    transform: rotate(-45deg);
    top: 0;
    padding: 0;
    margin: 0;
    background: none;
   top: -150px;
    left: -150px;
  }
  
  .dropdown-content li {
    width: 100%;
    color: #FFF;
    font-size: 15px;
    font-weight: lighter;
    background-color: rgba(0,0,0,0.5);
    padding: 12px 16px;
    text-decoration: none;
    border-radius: 4px;
    padding: 0;
    margin: 0;
  }
  
  .dropdown-content li:hover,.dropdown-content li.active {
      color: #ffcb05;
    }
  
  .dropdown:hover .dropdown-content {
      visibility: visible;
  }
  
  /********Modals***********/

  
.modal-dialog .container {
    border: 8px solid #5b5c5e;
    background-color: #ffcb05;
    overflow:auto;
    max-height:calc(100vh - 125px);
}

.modal-content {
    padding: 15px;
    background-color: #ffcb05;
    
}


.modal-dialog .modal-title {
    border-bottom: 1px solid #5b5c5e;
    padding: 15px 0;
    display: flex;
    
}

.modal-dialog .modal-title h5{
    color: #5b5c5e;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.modal-dialog .alin-logo img:first-child{
    width: 18%;
}

.modal-dialog .alin-logo img:last-child{
    width: 28%;
    height: 28%;
}

.modal-dialog .modal-logos{
    display: flex;
    height: 100%;
    align-items: center;
    margin: auto 15px;
    width: 50%;
}

.modal-dialog .modal-logos img:first-child{
    width: 18%;
}

.modal-dialog .modal-logos img:nth-child(2){
    width: 45%;
    height: 45%;
}
.modal-dialog .modal-logos img:not(:nth-child(2))
{
    margin-left: 10px;
}



.modal-dialog p {
   color: #646568;
}


.close {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #5b5c5e !important;
    border: 1px solid #ccc !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1 !important;
    display: flex;
    place-content: center;
}

.close span {
    color: #ccc;
    margin-top: -1px;
}

.close:hover {
     background:#57595b !important;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

#cartModal .modal-body {
    padding: 0;
}

.credits-col {
    border-right: 1px solid #5b5c5e;
    font-size: 15px;
}

@media only screen and (min-width: 750px) {
    .modal-dialog {
      min-width: 700px !important;
    }
  }


/*********End Modals Style********************/

/******Video Sub Menu Style***********************/
.videos-sub-menu {
    display: none;
    position: absolute;
    z-index: 50;
    left: 30px;
    align-items: center;
    height: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.videos-sub-menu ul {
    width: 150px;;
}

.videos-sub-menu li {
    width: 100%;
    list-style-type: none;
    margin: 20px;
    opacity: .5;
}

.videos-sub-menu li:hover,  .videos-sub-menu li.active{
    opacity: 1;
}

.videos-sub-menu li:nth-child(even) {
    float: left;
   
    padding-left: 4px;
   
  }

  .videos-sub-menu li:nth-child(odd) {
    float: right;
    padding-right: 4px;
  
  }

  .videos-sub-menu li img {
    width: 80px;
    position: absolute;
  }

  .videos-sub-menu li:nth-child(1) .frame-btn {
    margin-left: 15px;
  }

  .videos-sub-menu li:nth-child(1) img {
    transform: rotate(55deg);
    margin-top: 20px;
    margin-left: 4px;
  }

 

  .videos-sub-menu li:nth-child(2) img {
    transform: rotate(-45deg);
    margin-top: 25px;
    margin-left: -60px;
  }

  .videos-sub-menu li:nth-child(3) .frame-btn {
    margin-left: 5px;
  }
  .videos-sub-menu li:nth-child(3) img {
    transform: rotate(50deg);
    margin-left: -10px;
    margin-top: 10px;
  }

  .videos-sub-menu li:nth-child(4) img {
    margin-top: 20px;
    transform: rotate(-45deg);
    margin-left: -45px;
  }

  .videos-sub-menu li:nth-child(5) .frame-btn {
    margin-left: 15px;
    margin-top: -10px;
  }

  .videos-sub-menu li:nth-child(5) img {
    transform: rotate(55deg);
    margin-top: 5px;
    margin-left: -10px;
  }

  .videos-sub-menu li:nth-child(6) img {
    transform: rotate(130deg);
    margin-top: 10px;
    margin-left: -40px;
  }
  .videos-sub-menu li:nth-child(7) .frame-btn {
     margin-left: 10px;
  }

  .videos-sub-menu li:nth-child(7) img {
    transform: rotate(50deg);
    margin-left: 0px;
    margin-top: 18px;
  }

.videos-sub-menu .frame-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 3px solid #ffcb05;
    background-color: transparent;
    transform: rotate(45deg);
    cursor: pointer;
}

.videos-sub-menu .text-btn{
    color: #5b5c5e;
    font-size: 8px;
    position: absolute;
    background-color: #ffcb05;
    font-size: 8px;
    text-transform: uppercase;
    flex-wrap: nowrap;
    transform: rotate(-45deg);
    text-align: center;
    width: 60px;
    height: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

