/*---- desktop ---*/
/*-----slider-----*/
* {
    box-sizing:border-box;
  }
  
  body,
  html {
    padding: 0;
    margin: 0;
  }
  html{
    font-size: 16px;
}
body {
  max-width: 1200px;
  margin: auto;
	  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1rem; 
    line-height: 1.5rem;
    color: #fff;
    background: rgb(244,205,5);
    background: linear-gradient(180deg, rgba(244,205,5,1) 0%, rgba(0,0,0,1) 5%);
}

main{
    background: #000;

}
header{
    width: 100%;
    background-image:url("../img/header-landing-final-fr.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    margin-bottom: 0;
    
}
.sheild {
    padding: 20px;
    width: 40%;
    float: left;
}

.sheild h1{
    text-align: left;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0;
}
.sheild p{
    text-align: left;
    max-width: 45ch;
    color:#fff;
}

h1{
    text-align: center;
    color: #000;
    font-size: 3rem;
}
h2{
    text-align: center;
    color: #f4cd05;
    font-size: 3rem;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 50px;
}
p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    max-width: 75ch;
    color: #fff;
    padding: 20px ;
    line-height: 30px;
    font-size: 1rem;
}
  


* {
    box-sizing:border-box;
  }
  
  .video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    overflow:hidden;
  }
  
  .video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
  
  /* ----> wrapper */
  #content-slider-mjc .slider-wrap-mjc {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: right;
  }
  
  #content-slider-mjc .slider-wrap-mjc.full {
    width: 100%;
    max-width: 100%;
    text-align: center; 
    border: none;
  }
  
  
  /* --------> Link style */
  #content-slider-mjc *:focus {
    outline: 0;
  } 
  
  #content-slider-mjc a:hover {
    color: #7FD4FD;
    text-decoration: underline;
  }
  
  #content-slider-mjc a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  #content-slider-mjc a:hover,
  #content-slider-mjc a:active {
    outline: 0;
  }
  
  /* -------> Responsive images (ensure images don't scale beyond their parents) */
  #content-slider-mjc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    border: 0;
  }
  
  /* -------> Main */
  #content-slider-mjc .slider-mjc {
    overflow: hidden;
    width: 100%;
    height: 35rem;
    margin: 0 auto;       
  
    position: relative;               
  }
  
  #content-slider-mjc .slider-inner-mjc {
    width: 500%;          
    line-height: 0;
    display: flex;
    height: 100%;
  
    animation: 30s slidy infinite;
    transition: all 2s ease-in-out; 
  }
  
  #content-slider-mjc .slider-main-title-mjc {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;          
    line-height: 3rem;
    text-transform: uppercase;
    margin: 1rem 0;
  }
  
  #content-slider-mjc .slider-mjc .slider-head-mjc {
    position: absolute;
    z-index: 12;
    width: 40%;
    height: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1rem;
    margin: 1rem 0 0 1rem;
    overflow: hidden;
  
    transition: all 0.5s ease-in-out; 
  }

  #content-slider-mjc .slider-mjc .slider-head-mjc h2{
    color: #f4cd05;
  }
  
  #content-slider-mjc .slider-thumb-mjc .slider-head-mjc {
    position: absolute;
    z-index: 12;                      
    top: 0;
    right: 0;
    width: auto;
    height: auto;  
    text-align: right;
    margin: .5rem .5rem 0 0;
    opacity: 1;
    overflow: hidden;
  
    transition: all 0.5s ease-in-out;
  }
  
  /* -------> Article */
  #content-slider-mjc .slider-mjc h2,
  #content-slider-mjc .slider-thumb-mjc h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
  }
  
  #content-slider-mjc .slider-mjc p,
  #content-slider-mjc .slider-thumb-mjc p {
    color: #fff;
    padding: 0;
    margin: 0 0 1rem;
    opacity: .8;
    line-height: 1.2;
  }
  
  #content-slider-mjc .slider-mjc a,
  #content-slider-mjc .slider-thumb-mjc a {
    font-weight: 700;
    color: #f4cd05;
    text-decoration: none;
    line-height: 1.2;
  }
  
  /* -------> Article IMg Slider */
  #content-slider-mjc .slider-mjc h1 { font-size: 1.5rem; line-height: 1.2; }
  
  #content-slider-mjc .slider-mjc p { font-size: 1.2rem; line-height: 1.2; }
  
  #content-slider-mjc .slider-mjc a { font-size: 1rem; line-height: 1.2; }
  
  /* -------> Article IMg Prev */
  #content-slider-mjc .slider-thumb-mjc h2 { font-size: 1rem; line-height: 1.2; }
  
  #content-slider-mjc .slider-thumb-mjc p { font-size: .875rem; line-height: 1.2; }
  
  #content-slider-mjc .slider-thumb-mjc a { font-size: .75rem; line-height: 1.2; }
  
  
  /* -------> Main Img */
  #content-slider-mjc figure {
    margin: 0;
    padding: 0;
    width: 20%;
    cursor: pointer;
  
    transition: all 2s ease-in-out; 
  }
  
  #content-slider-mjc figure img {
    width: 100%;
    position: relative;
  }   
  
  /* -------> Max contrls img preview */ 
  #content-slider-mjc .slider-thumb-mjc {
    width: 25%;
    margin: 35rem 0% 0 0%;
    text-align: center;
    display: block;
    z-index: 1000;
    cursor: pointer;
    position: absolute;
  }
  
  #content-slider-mjc .slider-thumb-mjc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .55;
    transition: all .2s ease-in-out;
  }
  
  #content-slider-mjc .slider-thumb-mjc:hover:after {
    opacity: 0;
  }
  
  #thumb-mjc-1 { left: 0; }
  #thumb-mjc-2 { left: 25%; }
  #thumb-mjc-3 { left: 50%; }
  #thumb-mjc-4 { left: 75%; }
  
  #content-slider-mjc input[type='radio'] {           
    width: 10px;
    height: 10px;
    position: absolute;
    display: none;
  }
  
  #content-slider-mjc .slider-arrow-control-mjc {                   
    position: absolute;
    left: 0;
    z-index: 15;          
    top: 0%;
    width: 100%;
    height: 3.125rem;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #content-slider-mjc .slider-dot-mjc {
    width: 9px;
    height: 9px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #f4cd05;
    background: #f4cd05;
  
    transition: all 0.3s ease-in-out; 
  }
  
  #content-slider-mjc .slider-dot-control-mjc {
    padding: 1rem 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0;
    line-height: 0;
  }   
  
  #content-slider-mjc .slider-dot-control-mjc>label:hover { 
    width: 9px; 
    height: 9px; 
    background: #FFF; 
    border: 1px solid #fff; 
  }     
  
  
  /* -------> Controls */ 
  
  
  #input-mjc-1:checked ~ .slider-mjc .slider-inner-mjc { margin-left: 0%;   }
  #input-mjc-2:checked ~ .slider-mjc .slider-inner-mjc { margin-left:-100%; }
  #input-mjc-3:checked ~ .slider-mjc .slider-inner-mjc { margin-left:-200%; }
  #input-mjc-4:checked ~ .slider-mjc .slider-inner-mjc { margin-left:-300%; }
  #input-mjc-5:checked ~ .slider-mjc .slider-inner-mjc { margin-left:-400%; }
  
  
  #input-mjc-1:checked ~ .slider-dot-control-mjc>label:nth-child(1) { opacity: 1; background: #fff; }
  #input-mjc-2:checked ~ .slider-dot-control-mjc>label:nth-child(2) { opacity: 1; background: #fff; }
  #input-mjc-3:checked ~ .slider-dot-control-mjc>label:nth-child(3) { opacity: 1; background: #fff; }
  #input-mjc-4:checked ~ .slider-dot-control-mjc>label:nth-child(4) { opacity: 1; background: #fff; }
  
  
  #input-mjc-1:checked ~ #thumb-mjc-1:after { opacity: 0; }
  #input-mjc-2:checked ~ #thumb-mjc-2:after { opacity: 0; }
  #input-mjc-3:checked ~ #thumb-mjc-3:after { opacity: 0; }
  #input-mjc-4:checked ~ #thumb-mjc-4:after { opacity: 0; }
  
  
  .slider-arrow-control-mjc>label:nth-child(2) {
    width: 3.125rem;
    height: 3.125rem;
    top: 50%;
    margin-top: -1.5625rem;
    display: inline-block;
    position: relative;           
    cursor: pointer;
  }
  
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(2),
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(3),
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(4),
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(1),
  #input-mjc-5:checked ~ .slider-arrow-control-mjc>label:nth-child(1),
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(4),
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(1),
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(2),
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(3) {
    width: 3.125rem;
    height: 3.125rem;
    top: 50%;
    margin-top: -1.5625rem;
    display: inline-block;
    position: relative;           
    cursor: pointer;
  }
  
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(2):after,
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(3):after,
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(4):after,
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(1):after,
  #input-mjc-5:checked ~ .slider-arrow-control-mjc>label:nth-child(1):after,
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(4):after,
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(2):after,
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(3):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.125rem;
    line-height: 3.125rem;
    color: #f4cd05;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 3.125rem;
    background: rgba(0,0,0,.5);
  }
  r-arrow-control-mjc>label:nth-child(1):after,
  #input-mjc-3:checked ~ 
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(2),  
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(3), 
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(4), 
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(1) {       
    float: right;
    right: 0;                      
  }
  
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(2):after,  
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(3):after, 
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(4):after, 
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(1):after {
    content: "\f054";                     
  }
  
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(4),
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(1),
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(2),
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(3) {   
    float: left;
    left: 0;           
  }
  
  #input-mjc-1:checked ~ .slider-arrow-control-mjc>label:nth-child(4):after,
  #input-mjc-2:checked ~ .slider-arrow-control-mjc>label:nth-child(1):after,
  #input-mjc-3:checked ~ .slider-arrow-control-mjc>label:nth-child(2):after,
  #input-mjc-4:checked ~ .slider-arrow-control-mjc>label:nth-child(3):after {
    content: "\f053";
  }
  
  /*#thumb-1:focus ~ .slider-inner { margin-left: 0%;   }
  #thumb-2:focus ~ .slider-inner { margin-left:-100%; }
  #thumb-3:focus ~ .slider-inner { margin-left:-200%; }
  #thumb-4:focus ~ .slider-inner { margin-left:-300%; }
  #thumb-5:focus ~ .slider-inner { margin-left:-400%; }*/
  
  #content-slider-mjc input:checked ~ .slider-inner-mjc {
    animation: none;         
  }
  #content-slider-mjc input:hover ~ .slider-inner-mjc, 
  #content-slider-mjc label:hover ~ .slider-inner-mjc {
    animation-play-state: paused;
  }
  #content-slider-mjc input:hover ~ .slider-inner-mjc, 
  #content-slider-mjc label:hover ~ .slider-inner-mjc {
    animation-play-state: paused;
  }
  #content-slider-mjc span:focus ~ .slider-inner-mjc {
    animation: none;         
  }
  #content-slider-mjc span:hover ~ .slider-inner-mjc {
    animation-play-state: paused;
  }
  
  
  /* -------> Animation */
  /*
  @keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
  }*/
  
  
  /* -------> Responsive */
  @media (max-width: 992px) {
    html {
      font-size: 12px;
    }
  
    #content-slider-mjc .slider-thumb-mjc .head {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    html {
      font-size: 10px;
    }
  
    #content-slider-mjc .slider-mjc .head {
      display: none;
    }
  
    #content-slider-mjc .slider-dot-mjc { display: none; }
  
    #content-slider-mjc .slider-arrow-control-mjc { display: block; }
  
  
    #content-slider-mjc #thumb-mjc-2:focus { opacity: 1; } 
  
    #thumb-mjc-2:focus ~ #thumb-mjc-5 { display: none; }
  
    #content-slider-mjc #thumb-mjc-3:focus { opacity: 1; } 
  
    #thumb-mjc-3:focus ~ #thumb-mjc-5 { display: none; }
  
    #content-slider-mjc #thumb-mjc-4:focus { opacity: 1; } 
  
    #thumb-mjc-4:focus ~ #thumb-mjc-5 { display: none; }
  
  }
  
  @media (max-width: 480px) {
    #content-slider-mjc .slider-thumb-imc img { display: none; }
  }













  /* ----> wrapper */
  #content-slider .slider-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: right;
  }
  
  #content-slider .slider-wrap.full {
    width: 100%;
    max-width: 100%;
    text-align: center; 
    border: none;
  }


  /* --------> Link style */
  #content-slider *:focus {
    outline: 0;
  } 
  
  #content-slider a:hover {
    text-decoration: underline;
  }
  
  #content-slider a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  #content-slider a:hover,
  #content-slider a:active {
    outline: 0;
  }
  
  /* -------> Responsive images (ensure images don't scale beyond their parents) */
  #content-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    border: 0;
  }
  
  /* -------> Main */
  #content-slider .slider {
    overflow: hidden;
    width: 100%;
    height: 35rem;
    margin: 0 auto;       
  
    position: relative;               
  }
  
  #content-slider .slider-inner {
    width: 600%;          
    line-height: 0;
    display: flex;
    height: 100%;
  
    animation: 30s slidy infinite;
    transition: all 2s ease-in-out; 
  }
  
  #content-slider .slider-main-title {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;          
    line-height: 3rem;
    text-transform: uppercase;
    margin: 1rem 0;
  }
  
  #content-slider .slider .slider-head {
    position: absolute;
    z-index: 12;
    width: 40%;
    height: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1rem;
    margin: 1rem 0 0 1rem;
    overflow: hidden;
  
    transition: all 0.5s ease-in-out; 
  }
  
  #content-slider .slider-thumb .slider-head {
    position: absolute;
    z-index: 12;                      
    top: 0;
    right: 0;
    width: auto;
    height: auto;  
    text-align: right;
    margin: .5rem .5rem 0 0;
    opacity: 1;
    overflow: hidden;
  
    transition: all 0.5s ease-in-out;
  }
  
  /* -------> Article */
  #content-slider .slider h2,
  #content-slider .slider-thumb h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
  }
  #content-slider .slider h2 {
    color: #f4cd0f;
  }
  
  #content-slider .slider p,
  #content-slider .slider-thumb p {
    color: #fffefe;
    padding: 0;
    margin: 0 0 1rem;
    opacity: .8;
    line-height: 1.2;
  }
  
  #content-slider .slider a,
  #content-slider .slider-thumb a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
  }

  #content-slider .slider-thumb a {
    color: #f4cd05;
  }
  
  /* -------> Article IMg Slider */
  #content-slider .slider h1 { font-size: 1.5rem; line-height: 1.2; }
  
  #content-slider .slider p { font-size: 1.2rem; line-height: 1.2; }
  
  #content-slider .slider a { font-size: 1rem; line-height: 1.2; }
  
  /* -------> Article IMg Prev */
  #content-slider .slider-thumb h2 { font-size: 1rem; line-height: 1.2; }
  
  #content-slider .slider-thumb p { font-size: .875rem; line-height: 1.2; }
  
  #content-slider .slider-thumb a { font-size: .75rem; line-height: 1.2; }
  
  
  /* -------> Main Img */
  #content-slider figure {
    margin: 0;
    padding: 0;
    width: 60%;
    cursor: pointer;
  
    transition: all 2s ease-in-out; 
  }
  
  #content-slider figure img {
    width: 100%;
    position: relative;
  }   
  
  /* -------> Max contrls img preview */ 
  #content-slider .slider-thumb {
    width: 16.8%;
    margin: 35rem 0% 0 0%;
    text-align: center;
    display: block;
    z-index: 1000;
    cursor: pointer;
    position: absolute;
  }
  
  #content-slider .slider-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .55;
    transition: all .2s ease-in-out;
  }
  
  #content-slider .slider-thumb:hover:after {
    opacity: 0;
  }
  
  #thumb-1 { left: 0; }
  #thumb-2 { left: 16.5%; }
  #thumb-3 { left: 33.6%; }
  #thumb-4 { left: 50.4%; }
  #thumb-5 { left: 67.2%; }
  #thumb-6 { left: 84%; }

  
  #content-slider input[type='radio'] {           
    width: 10px;
    height: 10px;
    position: absolute;
    display: none;
  }
  
  #content-slider .slider-arrow-control {                   
    position: absolute;
    left: 0;
    z-index: 15;          
    top: 0%;
    width: 100%;
    height: 3.125rem;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #content-slider .slider-dot {
    width: 9px;
    height: 9px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1000;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #fff;
    background: #fff;
  
    transition: all 0.3s ease-in-out; 
  }
  
  #content-slider .slider-dot-control {
    padding: 1rem 0;
    width: 100%;
    bottom: 0;
    z-index: 10;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0;
    line-height: 0;
  }   
  
  #content-slider .slider-dot-control>label:hover { 
    width: 9px; 
    height: 9px; 
    background: #FFF; 
    border: 1px solid #00ABFA; 
  }     
  
  
  /* -------> Controls */ 
  
  
  #input-1:checked ~ .slider .slider-inner { margin-left: 0%;   }
  #input-2:checked ~ .slider .slider-inner { margin-left:-100%; }
  #input-3:checked ~ .slider .slider-inner { margin-left:-200%; }
  #input-4:checked ~ .slider .slider-inner { margin-left:-300%; }
  #input-5:checked ~ .slider .slider-inner { margin-left:-400%; }
  #input-6:checked ~ .slider .slider-inner { margin-left:-500%; }
  #input-7:checked ~ .slider .slider-inner { margin-left:-600%; }
  
  
  #input-1:checked ~ .slider-dot-control>label:nth-child(1) { opacity: 1; background: #fff; }
  #input-2:checked ~ .slider-dot-control>label:nth-child(2) { opacity: 1; background: #fff; }
  #input-3:checked ~ .slider-dot-control>label:nth-child(3) { opacity: 1; background: #fff; }
  #input-4:checked ~ .slider-dot-control>label:nth-child(4) { opacity: 1; background: #fff; }
  #input-5:checked ~ .slider-dot-control>label:nth-child(5) { opacity: 1; background: #fff; }
  #input-6:checked ~ .slider-dot-control>label:nth-child(6) { opacity: 1; background: #fff; }
  
  
  #input-1:checked ~ #thumb-1:after { opacity: 0; }
  #input-2:checked ~ #thumb-2:after { opacity: 0; }
  #input-3:checked ~ #thumb-3:after { opacity: 0; }
  #input-4:checked ~ #thumb-4:after { opacity: 0; }
  #input-5:checked ~ #thumb-5:after { opacity: 0; }
  #input-6:checked ~ #thumb-6:after { opacity: 0; }
  
  
  .slider-arrow-control>label:nth-child(2) {
    width: 3.125rem;
    height: 3.125rem;
    top: 50%;
    margin-top: -1.5625rem;
    display: inline-block;
    position: relative;           
    cursor: pointer;
  }
  
  #input-1:checked ~ .slider-arrow-control>label:nth-child(2),
  #input-2:checked ~ .slider-arrow-control>label:nth-child(3),
  #input-3:checked ~ .slider-arrow-control>label:nth-child(4),
  #input-4:checked ~ .slider-arrow-control>label:nth-child(5),
  #input-5:checked ~ .slider-arrow-control>label:nth-child(6),
  #input-6:checked ~ .slider-arrow-control>label:nth-child(1),
  #input-7:checked ~ .slider-arrow-control>label:nth-child(1),
  #input-1:checked ~ .slider-arrow-control>label:nth-child(6),
  #input-2:checked ~ .slider-arrow-control>label:nth-child(1),
  #input-3:checked ~ .slider-arrow-control>label:nth-child(2),
  #input-4:checked ~ .slider-arrow-control>label:nth-child(3),
  #input-5:checked ~ .slider-arrow-control>label:nth-child(4),
  #input-6:checked ~ .slider-arrow-control>label:nth-child(5) {
    width: 3.125rem;
    height: 3.125rem;
    top: 50%;
    margin-top: -1.5625rem;
    display: inline-block;
    position: relative;           
    cursor: pointer;
  }
  
  #input-1:checked ~ .slider-arrow-control>label:nth-child(2):after,
  #input-2:checked ~ .slider-arrow-control>label:nth-child(3):after,
  #input-3:checked ~ .slider-arrow-control>label:nth-child(4):after,
  #input-4:checked ~ .slider-arrow-control>label:nth-child(5):after,
  #input-5:checked ~ .slider-arrow-control>label:nth-child(6):after,
  #input-6:checked ~ .slider-arrow-control>label:nth-child(1):after,
  #input-7:checked ~ .slider-arrow-control>label:nth-child(1):after,
  #input-1:checked ~ .slider-arrow-control>label:nth-child(4):after,
  #input-2:checked ~ .slider-arrow-control>label:nth-child(1):after,
  #input-3:checked ~ .slider-arrow-control>label:nth-child(2):after,
  #input-4:checked ~ .slider-arrow-control>label:nth-child(3):after,
  #input-5:checked ~ .slider-arrow-control>label:nth-child(4):after,
  #input-6:checked ~ .slider-arrow-control>label:nth-child(5):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.125rem;
    line-height: 3.125rem;
    color: #f4cd05;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 3.125rem;
    background: rgba(0,0,0,.5);
  }
  
  #input-1:checked ~ .slider-arrow-control>label:nth-child(2),  
  #input-2:checked ~ .slider-arrow-control>label:nth-child(3), 
  #input-3:checked ~ .slider-arrow-control>label:nth-child(4), 
  #input-4:checked ~ .slider-arrow-control>label:nth-child(1) {       
    float: right;
    right: 0;                      
  }
  
  #input-1:checked ~ .slider-arrow-control>label:nth-child(2):after,  
  #input-2:checked ~ .slider-arrow-control>label:nth-child(3):after, 
  #input-3:checked ~ .slider-arrow-control>label:nth-child(4):after,
  #input-4:checked ~ .slider-arrow-control>label:nth-child(5):after,
  #input-5:checked ~ .slider-arrow-control>label:nth-child(6):after, 
  #input-6:checked ~ .slider-arrow-control>label:nth-child(1):after {
    content: "\f054";                     
  }
  
  #input-1:checked ~ .slider-arrow-control>label:nth-child(6),
  #input-2:checked ~ .slider-arrow-control>label:nth-child(1),
  #input-3:checked ~ .slider-arrow-control>label:nth-child(2),
  #input-3:checked ~ .slider-arrow-control>label:nth-child(3),
  #input-3:checked ~ .slider-arrow-control>label:nth-child(4),
  #input-4:checked ~ .slider-arrow-control>label:nth-child(5) {   
    float: left;
    left: 0;           
  }
  
  #input-1:checked ~ .slider-arrow-control>label:nth-child(6):after,
  #input-2:checked ~ .slider-arrow-control>label:nth-child(1):after,
  #input-3:checked ~ .slider-arrow-control>label:nth-child(2):after,
  #input-3:checked ~ .slider-arrow-control>label:nth-child(3):after,
  #input-3:checked ~ .slider-arrow-control>label:nth-child(4):after,
  #input-4:checked ~ .slider-arrow-control>label:nth-child(5):after {
    content: "\f053";
  }
  
  /*#thumb-1:focus ~ .slider-inner { margin-left: 0%;   }
  #thumb-2:focus ~ .slider-inner { margin-left:-100%; }
  #thumb-3:focus ~ .slider-inner { margin-left:-200%; }
  #thumb-4:focus ~ .slider-inner { margin-left:-300%; }
  #thumb-5:focus ~ .slider-inner { margin-left:-400%; }*/
  
  #content-slider input:checked ~ .slider-inner {
    animation: none;         
  }
  #content-slider input:hover ~ .slider-inner, 
  #content-slider label:hover ~ .slider-inner {
    animation-play-state: paused;
  }
  #content-slider input:hover ~ .slider-inner, 
  #content-slider label:hover ~ .slider-inner {
    animation-play-state: paused;
  }
  #content-slider span:focus ~ .slider-inner {
    animation: none;         
  }
  #content-slider span:hover ~ .slider-inner {
    animation-play-state: paused;
  }
  
  
  /* -------> Animation */
  /*
  @keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
  }*/









/*---- testimonials  ----*/

* {
	margin: 0;
	padding: 0;
}

.content-wrapper {
    display: flex;
    justify-content: center;
}

.smc {
    height: 1100px;
}

.mjc {
    height: 1100px;
}

.mjc-descriptor-a {
    width: 50%;
    flex-direction: row;
    justify-content: center;
}
.mjc-descriptor-b {
    width: 50%;
   flex-direction: row;
   justify-content: center;
}

:root {
	--mon: "Montserrat", sans-serif;
	--blue: #000;
	--darkblue: #fff;
}
.testimonial-container {
	max-width: 960px;
	width: 100%;
    height: 600px;
	margin: auto;
	padding: 0 15px;
}
.sec-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
}
.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #000;
}
.sec-title h2 {
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
    text-align: center;
	color: var(--blue);
}
.sec-title p {
	font-size: 1.5rem;
	line-height: 28px;
    color:#fff;
    text-align: center;
}
.testimonial-area {
	background: var(--blue);
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 7px solid #fff;
	text-align: center;
	border-radius: 45px;
	position: absolute;
	z-index: 2;
    margin-left: 60px;
    margin-right: 60px;
}
.single-testimonial p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url("../img/quote-right.png") no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}
.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url("../img/quote-right.png") no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px #fff;
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	color: #000;
	font-size: 18px;
	color: #fff;
}
.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.sec-title.white-title h2 {
	color: #f4cd05;
}


/*---- newsletter  ----*/



* {
    font-family: 'Montserrat', sans-serif;
  }
  .newsletter-headline {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    color: #f4cd05;
  }
  .newsletter-subtitle {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 80px;
  }


  .ch-newsletter form {
    margin-top: 30px;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  
  .newsletter-input {
    flex: 1;
    border: 0;
    border: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    padding: .5625em 1.5em;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .newsletter-submit {
    border: 0;
    border: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    padding: .5625em 1.5em;
  }
  .newsletter-submit2 {
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    border: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    padding: .5625em 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: #f4cd05;
    margin-bottom: 10px;
  }
  
  .newsletter-submit2:hover {
    background: #ec982b;
  }


  /*---- tablet ---*/

  @media all and (max-width: 960px) {
    html {
        font-size: 12px;
      }

      body {
        background: rgb(244,205,5);
        background: linear-gradient(180deg, rgba(244,205,5,1) 0%, rgba(0,0,0,1) 7%);
      }

      header{
          width: 100%;
          background-image:url("../img/header-landing-final.png");
          background-repeat: no-repeat;
          background-size: 100%;
          height: 300px;     
      }
      

      .sheild {
        padding: 20px;
        width: 100%;
        float: left;
    }

    .newsletter-headline, .newsletter-subtitle {
      text-align: center;
      line-height: 50px;
    }
  
  
    
      #content-slider .slider .head {
        display: none;
      }
    
      #content-slider .slider-dot { display: none; }
    
      #content-slider .slider-arrow-control { display: block; }
    
    
      #content-slider #thumb-2:focus { opacity: 1; } 
    
      #thumb-2:focus ~ #thumb-5 { display: none; }
    
      #content-slider #thumb-3:focus { opacity: 1; } 
    
      #thumb-3:focus ~ #thumb-5 { display: none; }
    
      #content-slider #thumb-4:focus { opacity: 1; } 
    
      #thumb-4:focus ~ #thumb-5 { display: none; }
      .ch-newsletter {
        background: #000;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
      }
    
      .ch-newsletter form {
        margin-top: 30px;
        padding: 20px;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
      }
      
      .newsletter-input {
        flex: 1;
        border: 0;
        border: 0;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.6875;
        padding: .5625em 1.5em;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 10px;
      }

      .newsletter-submit {
        border: 0;
        border: 0;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.6875;
        padding: .5625em 1.5em;
      }
      .newsletter-submit2 {
        color: #fff;
        display: inline-block;
        box-sizing: border-box;
        position: relative;
        border: 0;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.6875;
        padding: .5625em 1.5em;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0.02em;
        text-decoration: none;
        max-width: 100%;
        -webkit-font-smoothing: antialiased;
        border-radius: 4px;
        transition: all 0.2s ease;
        background: #f4cd05;
        margin-bottom: 10px;
      }
      
      .newsletter-submit2:hover {
        background: #ec982b;
      }
    
      #content-slider .slider-thumb .head {
        display: none;
      }
  }

  /*---- mobil ---*/

  @media all and (max-width: 631px) {
    
  html {
        font-size: 12px;
  }

  h2 {
    margin-left: 20px;
    font-size: 2rem;
    text-align: left;
    line-height: 35px;
    width: 70%;
  }  

  p{
    text-align: left;
    font-size: 1.2rem;
  }

  .sheild {
    width: 100%;
    float: left;
}
  
.sheild h1 {
  font-size: 2.5rem;
  line-height: 50px;
  text-align: left;
  margin-bottom: 0;
}

  .smc{
    height: 900px;
  }

  #content-slider .slider-thumb .slider-head h2 {
    font-size: .8rem;
  }
  .mjc{
    height: 900px;
  }

  .content-wrapper{
    display: block;
  }
  .mjc-descriptor-a {
    width: 100%;
    justify-content: center;
}
.mjc-descriptor-b {
    width: 100%;
   justify-content: center;
}


.testimonial-area {
  margin-top: 50px;
}

  .testimonial-container {
    height: 800px;
    padding-top: 40px;
  }
  .sec-title h2{
    text-align: left;
  }
  .sec-title p{
    text-align: left;
  }
  
  .single-testimonial{
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial-area .testimonial-container .intro h2{
    font-size: 2.5rem;
    width: 100%;
    line-height: 50px;
  }

  .testimonial-area .testimonial-container .intro p {
    font-size: 2rem;
    margin-bottom: 50px;

  }
  
  
  .ch-newsletter form {
      flex-direction: column;
    }

    .newsletter-headline {
        font-size: 2rem;  
      }
      .newsletter-subtitle {
        font-size: 1rem;
      }
    .newsletter-input {
      margin-right: 0;
    }
  
  .newsletter-input:focus, .newsletter-input:active {
    border: 0;
    outline: 0;
  }
  .newsletter-submit {
    border: 0;
    border: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    padding: .5625em 1.5em;
  }
  .newsletter-submit2 {
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    border: 0;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    padding: .5625em 1.5em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    text-decoration: none;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: #f4cd05;
    margin-bottom: 10px;
  }
  
  .newsletter-submit2:hover {
    background: #ec982b;
  }

  #content-slider .slider-thumb img { display: none; }
}

  