@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
*{
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 
}

/*===== GOOGLE FONTS =====*/
/*===== VARIABLES CSS =====*/
:root{
    --container-width: 90%;
    --container-bg-height: 80vh;
    --container-height: 70vh;

    /*========== Colors ==========*/
    --first-color: yellow;
    --first-color-alt: #2ECC71;
    --title-color: #393939;
    --text-color: #dde;
    --text-color-light: #ddd;
    --href-color: #fff;
    --body-color: #FBFEFD;
    --container-color: #FFFFFF;
    --first-color-span: yellow; 
   
    /*========== Font and typography ==========*/
    --body-font: 'Poppins', sans-serif;
    --biggest-font-size: 4rem;
    --font-titel: 8rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5;
    --p-font-size: 1.5rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;


  
    /*========== Font weight ==========*/
    --font-medium: 500;
    --font-semi-bold: 600;
  
    /*========== Margenes And padding  ==========*/
    --mb-1: .5rem;
    --mb-2: 1rem;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;

    --container-mr: 5%;

    --pad-1: 2rem;

    --border-radius: 10px;


    /*========== Colmun gap and row-gap  ==========*/
    --cg-1: 4rem;
    --cg-2: 1rem;
    --cg-3: 0.5rem;
    --cg-4: 2rem;
    --cg-5: 2.5rem;
    --cg-6: 3rem;
    
  
    /*========== z index and transition ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
    --z-fixed-fixed: 1000;
    --o-transition: 0.5s;
  }


/*=================================SECTION 1 PAGE COUCHES===================*/
  #section-page-coutches{
      background-image: url('./images/anastase-maragos-7kEpUPB8vNk-unsplash.jpg');
      
  }
  #container-bg-couches{
      height: 60vh;
      display: flex;
      padding: 50px 0 50px 0;
      justify-content: center;
      align-items: center;
  }
  /*=================================SECTION 1 PAGE COUCHES===================*/

  /*=================================SECTION 2 PAGE COUCHES===================*/

  .title__page{
      width: 100%;
      text-align: center;
      
    }
    #section-page-couches{
        overflow: hidden;
         background:none;
         background-color: var(--title-color);
    }
  
    /*=================================CLASSE COUCHES===================*/

  .image__info__couche{
      display: flex;
      flex-wrap: wrap;
      perspective: 500px;
      transform-style: preserve-3d;
      justify-content: center;
  }



  .info__personne__couche{
      width: 600px;
      position: relative;
      padding: 30px 0;
      background-color: rgb(124, 124, 124);
      padding: 10px 0 20px 20px;

  }

  .info__personne__couche h1{
      color: var(--first-color);
  }

  .info__personne__couche h3{
      margin-bottom: 20px;
      color: white;
  }

  .info__personne__couche p{
      margin-left: 30px;
      color: white;
      padding-right: 20px;
      margin-bottom: 20px;
  }

  .info__personne__couche p i{
      margin-top: 5px;
      color: var(--first-color);
  }

  .sociel__to__couche{
      position: absolute;
      right: 5%;
      top: 10px;
  }
  
  .info__personne__couche .menu__exp{
      gap: 0.5rem;
      flex-direction: column;
      right: 0;
      padding-left:  10px;
      transition: 1s;
      margin-left: 50px;
  }

  .info__personne__couche span{
    color: var(--title-color);
} 
  .info__personne__couche .menu__exp span{
      color: var(--first-color);
      text-transform: uppercase;
      margin-right: 5px;
      padding: 5px;
      background: var(--title-color);
  }

 
  
  .info__personne__couche .menu__exp li{
      align-items: center;
      display: flex;
      color: var(--title-color);
      transition: var(--o-transition);
      padding: 5px;
      
  }

 
  

 
  .info__personne__couche .menu__exp li i{
      color: var(--first-color);
  }

  /*==============================classes couches======================*/
 
  .classes__coutche{
      background-image: url('./images/prateek-katyal-FNMztJegsSA-unsplash.jpg');
      background-position: center;
      background-size: cover;
      width: 300px;
      padding: 20px ;
      
      justify-content: space-between;
      display: grid;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;  }

    
    .classes__couches{
        width: 85%;
        margin-left: 7.5%;
        margin-right: 7.5%;
        perspective: 500px;
      transform-style: preserve-3d;
        
    }
    .image__classe__couche{
        width: 400px;
        height: 300px;
    }

    .classes__couches h1{
        margin: 20px 0;
        color: var(--first-color);
        perspective: 500px;
        transform-style: preserve-3d;
    }

      /*==============================classes couches======================*/



    .image__info__couche .image-_-couche{
        width: 600px;
        overflow: visible;
        position: relative;
        overflow: hidden;
    }

    

    .image__info__couche .image-_-couche::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        background: linear-gradient(to right,transparent  , rgb(124, 124, 124)) ;
        transition:  var(--o-transition);
        z-index: 2;
    }

   
    .image-_-couche .icon__vedio{
        position: absolute;
        width: 120px;
        z-index: 100;
        height: 120px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 300px);
        transition: var(--o-transition);
        z-index: 12;
    }
    .image-_-couche:hover .icon__vedio{
        transform: translate(-50%, -50%);

    }
    .vedio__couche i{
        color: yellow;
        font-size: 5rem;
        transform: translateY(0);
        opacity: 0;
        transition: var(--o-transition);
    }

    .video__couche{
         position: absolute;
         width: 100%;
         height: 100%;
         display: none;
         z-index: 20;

    }

    .active__video{
        display: block;
    }

    #active__video{
        display: block;
    }

    .video__couche video{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    
  
    

    
    .image-_-couche .img__couche{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    

    .classe__couche{
        display: flex;
        flex-wrap: wrap;
        padding: 50px 0;      
        width: 100%;
        justify-content: center;
        gap: 2rem;
        transform-style: preserve-3d;
        position: relative;
        perspective: 500px;
        

        
    }

    .classes__couches .title__classes__couche{
        display: flex;
        align-items: center;
        color: transparent;
        justify-content: center;
        -webkit-text-stroke-width:1px;
        -webkit-text-stroke-color:var(--first-color);
        font-size: 7rem;
        margin: 0;
        padding: 0;


    }

    .classes__couches{
        padding-bottom: 50px;
    }

    .image__classe__couche{
        height:350px ;
        width: 350px;
        background-color:rgb(124, 124, 124) ;
        transition: var(--o-transition);
        perspective: 500px;
        transform-style: preserve-3d;
        transition: var(--o-transition);
    }

  
    .image__classe__couche img{
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
    }

    .icon__vedio{
        position: absolute;
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .image__classe__couche::before{
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 3;
        transition: var(--o-transition);
        height: 0%;
    }
    .image__classe__couche:hover:before{
        content: '';
        width: 100%;
        height: 100%;
        background:  linear-gradient(to top, var(--first-color) , transparent);
    }

    .image__classe__couche:hover{
         transform: translateY(-10px);
    }
    .image__classe__couche h2{
        position: absolute;
        bottom: 10%;
        z-index: 5;
        left: 5%;
        transition: var(--o-transition);
        color: white;
        font-size: 3rem;
    }
    .image__classe__couche:hover.image__classe__couche h2{
         margin-bottom:10px ;
         color: var(--title-color);
    }
    .image__classe__couche h3{ 
        color: var(--first-color);
        transition: var(--o-transition);
        position: absolute;
        bottom: 10%;
        left: 5%;
        z-index: 5;
        opacity: 0;
        transform: translateY(10px);
    }

    .image__classe__couche:hover.image__classe__couche h3{
        transform: translateY();
        opacity: 1;
        color: var(--title-color);
    }
    
    
     /*=================================CLASSE COUCHES===================*/


    /*================================Skills coutche=====================*/

.cards{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.cards::before{
    position: absolute;
    width: 100%;
    
    content: 'SKILLS';
    display: flex;
    top: 30%;
    justify-content: center;
    font-size: 10rem;
    opacity: 0.2;
}
svg{
    position: relative;
    width: 150px;
    height: 150px;
    z-index: 1000;
}

svg circle{
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--title-color);
    stroke-width: 10;
    stroke-linecap:round ;
    transform: translate(5px, 5px);
}

svg circle:nth-child(2){
    stroke-dasharray: 300;
    stroke-dashoffset: 120;
}

.card{
    position:relative;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    border-radius: var(--border-radius);
    text-align: center;
    overflow: hidden;
    transition: var(--o-transition);
   /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background-image: url('./images/damir-spanic-rHDK3UU7HUw-unsplash.jpg');*/
    background-position: center;
    background-size: cover;

}
.card img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.card:hover{
}
.card::before{
    content: '';
   /* background-color: var(--title-color);*/
    mix-blend-mode: color;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
    transition: 0.5s;
}
.card:hover:before{
    background: none;
}
.parcent{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;


}

.parcent .number{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.parcent .number h2{
    color: white;
    font-size: 3rem;
    opacity: 0.7;
    transition: var(--o-transition);
    
}
.parcent .number h2 span{
    font-size: 2rem;
    color: var(--first-color);
}

.text{
    color: var(--first-color);
}

svg circle:nth-child(2){
    stroke-dasharray: 440 ;
    stroke-dashoffset: 440 ;
}

.card svg circle:nth-child(2){
    stroke: var(--first-color) ;
}

.card:nth-child(1) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 90) / 100) ;

}

.card:nth-child(2) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 80) / 100) ;

}
.card:nth-child(3) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 65) / 100) ;

}
.card:nth-child(4) svg circle:nth-child(2){
    stroke-dashoffset: calc(440 - (440 * 50) / 100) ;

}


.card p{
    color: white;
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    transition: var(--o-transition);
}

.card:hover.card p{
    height: 55px;
}

.card:hover.card .parcent .number h2{
    font-size: 4rem;
    opacity: 1;
}
/*================================Skills coutche=====================*/

/*=================================SECTION 2 PAGE COUCHES===================*/




  /*========================Media Query=====================*/
@media (max-width:1400px ){
    .image__info__couche .image-_-couche {
        width: 500px;
     }
     .image__classe__couche{
        width: 300px;
        height: 300px;
    }
  }

  @media (max-width:1270px ){
    .image__info__couche .image-_-couche {
        width: 400px;
     }
    
     .image__classe__couche{
        width: 400px;
        height: 400px;
    }
     #image-classe{
      margin-top: -30px;
  }
}

  @media (max-width:1150px ){
    .image__info__couche .image-_-couche {
        width: 620px;
        height: 400px;
     }
     .image__info__couche .image-_-couche::before{
        background: linear-gradient(to bottom,transparent , rgb(124, 124, 124));
    
    }
  }

  @media (max-width:550px ){
    .image__classe__couche{
        width: 350px;
        height: 350px;
    }

.info__personne__couche h1 {
    color: var(--first-color);
    font-size: 30px;
}}
  

  @media (max-width:480px ){
    .image__classe__couche{
        width: 350px;
        height: 350px;
    }

    .cards::before {
        font-size: 8rem;
    }

    .classes__couches .title__classes__couche {
        font-size: 5rem;
        
    }
    .info__personne__couche p{
        margin-left: 0;
        color: white;
        padding-right: 20px;
        margin-bottom: 20px;}
        .info__personne__couche .menu__exp {
            padding-left: 0px;
            margin-left: 0px;
  }
  }
  @media (max-width:400px ){
    .image__classe__couche{
        width: 350px;
        height: 350px;
    }
    
    .cards::before {
        font-size: 10rem;
        width: 200px;
        height: 200px;
        transform: rotate(90deg);
        left: 5;
        opacity: 0.2;
    }

    
  
 
    
    .classes__couches .title__classes__couche {
        font-size: 3rem;
    }
    .image__classe__couche{
        width: 300px;
        height: 300px;
    }
    .container__page__coutches{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .info__personne__couche {
        
        padding: 50px 0px 10px 20px;
    }
    .info__personne__couche h1 {
        
        text-align: center;
    }
    .info__personne__couche h3 {
        text-align: center;
  }
    .sociel__to__couche {

    right: 50%;
    transform: translateX(50%);
}
  }

  @media (max-width:350px ){
    .info__personne__couche {
        width: 220px;
    }
    .image__info__couche .image-_-couche {
        width: 240px;
        height: 300px;
    }
    .container__page__coutches{
        overflow: hidden;
        padding-left: 0;
    }
    .image__classe__couche h2 {
        
        font-size: 2rem;
    }
    
  }
  
  


  /*========================Media Query=====================*/


  /*=================SECTION 2 ABOUT================*/
  #section-2-about{
      background-color: var(--title-color);
  }
      
  #container-2-about{
      padding: 50px 0 50px 0;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
  }
  
  .div__1__section__2{
      width: 50%;
      background-position: center;
      background-size: cover;
      background-image: url('./images/images.home/bg-home.jpg');
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 1rem;
  }
  .div__1__section__2 div{
      width: 300px;
      background-color: var(--first-color);
      padding: 20px 10px;
      cursor: pointer;
      transition: var(--o-transition);
  }
  
  .div__1__section__2 div img{
      width: 100px;
      height: 100px;
  }
  
  .div__1__section__2 div h1{
      color: var(--title-color);
      margin: 10px 0;
  }
  
  .div__1__section__2 div p{
      color: var(--title-color);
  }
  
  
  
  
  /*===================================================================*/
  .cards{
      width: 35%;
      display: flex;
      
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
  }
  
  .cards::before{
      position: absolute;
      width: 100%;
      content: 'SKILLS';
      display: flex;
      top: 50%;
      justify-content: center;
      font-size: 10rem;
      opacity: 0.2;
  }
  svg{
      position: relative;
      width: 150px;
      height: 150px;
      z-index: 1000;
  }
  
  svg circle{
      width: 100%;
      height: 100%;
      fill: none;
      stroke: var(--title-color);
      stroke-width: 10;
      stroke-linecap:round ;
      transform: translate(5px, 5px);
  }
  
  svg circle:nth-child(2){
      stroke-dasharray: 300;
      stroke-dashoffset: 120;
  }
  
  .card{
      position:relative;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 300px;
      border-radius: var(--border-radius);
      text-align: center;
      overflow: hidden;
      transition: var(--o-transition);
     /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
      z-index: 1;
      background-image: url('./images/damir-spanic-rHDK3UU7HUw-unsplash.jpg');*/
      background-position: center;
      background-size: cover;
      cursor: pointer;
  
  }
  .card img{
      width: 100%;
      height: 100%;
      position: absolute;
  }
  
  .card::before{
      content: '';
     /* background-color: var(--title-color);*/
      mix-blend-mode: color;
      position: absolute;
      background-size: cover;
      background-position: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 100;
      transition: 0.5s;
  }
  .card:hover:before{
      background: none;
  }
  .parcent{
      position: relative;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      margin: 0 auto;
      margin-bottom: 20px;
  
  
  }
  
  .parcent .number{
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
  }
  .parcent .number h2{
      color: white;
      font-size: 3rem;
      opacity: 0.7;
      transition: var(--o-transition);
      
  }
  .parcent .number h2 span{
      font-size: 2rem;
      color: var(--first-color);
  }
  
  .text{
      color: var(--first-color);
  }
  
  svg circle:nth-child(2){
      stroke-dasharray: 440 ;
      stroke-dashoffset: 440 ;
  }
  
  .card svg circle:nth-child(2){
      stroke: var(--first-color) ;
  }
  
  .card:nth-child(2) svg circle:nth-child(2){
      stroke-dashoffset: calc(440 - (440 * 90) / 100) ;
  
  }
  
  .card:nth-child(3) svg circle:nth-child(2){
      stroke-dashoffset: calc(440 - (440 * 80) / 100) ;
  
  }
  .card:nth-child(4) svg circle:nth-child(2){
      stroke-dashoffset: calc(440 - (440 * 65) / 100) ;
  
  }
  .card:nth-child(5) svg circle:nth-child(2){
      stroke-dashoffset: calc(440 - (440 * 50) / 100) ;
  
  }
  
  
  .card p{
      color: white;
      padding: 0 10px;
      height: 0;
      overflow: hidden;
      transition: var(--o-transition);
  }
  
  .card:hover.card p{
      height: 55px;
  }
  
  .card:hover.card .parcent .number h2{
      font-size: 4rem;
      opacity: 1;
  }
  
  
  /*========================Media=================*/
  
  @media (max-width: 1100px){
      #container-2-about{
          flex-direction: column;
          align-items: center;
      }
      .div__1__section__2{
          width: 80%;
          justify-content: center;
      }
  
      
      .cards{
          width: 80%;
          justify-content: space-between;
      }
  }
  
  
  @media (max-width: 800px){
      
  
      .div__1__section__2 div{
          width: 100%;
      }
  
      
  
      
  }
  @media (max-width: 600px){
       
  
      .cards{
          width: 100%;
          justify-content: center;
  
      }
  
      .cards .card{
          width: 80%;
      }
  }