:root {
  --bg-color: #121212;
  --text-color: #e0e0e0;
  --container-bg: #1e1e1e;
  --folder-bg: rgba(255, 255, 255, 0.05);
  --folder-bg-hover: rgba(255, 255, 255, 0.1);
  --file-bg: #2c2c2c;
  --file-bg-hover: #3a3a3a;
  --pdf-bg: #b71c1c;
  --pdf-bg-hover: #ff8a80;
  --folder-text: #bdbdbd;
  --file-text: #e0e0e0;
  --pdf-text: #ffcdd2;
  --header-bg: #1f1f1f;
  --header-text: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    
}
body {
  
    height: 100vh;
}
a {
    text-decoration: none;
    color: #000;
}


header {
    width: 100%;
    height: 100vh;
    background: url(https://cdn-s-www.leprogres.fr/images/93DA7D53-0256-44CE-8EF1-BDB7944D7B04/NW_raw/le-beatume-orchestra-s-est-invite-devant-l-hotel-de-ville-au-printemps-dernier-archives-gilles-aguilar-1507710409.jpg) no-repeat;
    background-size: cover;
}
header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-linear-gradient( bottom , #000, rgba(255,255,255,0));
    background: linear-gradient(to top, #000, rgba(255,255,255,0));
    z-index: 0;
}
.headbtn {
    position: absolute;
    display: flex;
    justify-content: space-evenly;

    top: 80vh;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    z-index: 2;

}
.headbtn button {
    
   
    background: transparent;
    border: none;
    width: 0;
    height: 0%;
    padding: 0;
    color: #fff;
    text-align: center;
}
.headbtn button:hover {
    background: transparent;
    
}

.headbtn img {
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    
    
    filter: drop-shadow(0px 0px 20px  #fff);
}
.headbtn img:hover {
    display: block !important;
    filter: blur(0.2px);
    
    animation: headbtntrans 1s;
}
@keyframes headbtntrans {
    from {
        transform: scale(1);
        filter: drop-shadow(0px 0px 20px  #fff);
        filter: blur(0px);
    }
    to {
        transform: scale(1.2);
        filter: drop-shadow(0px 0px 50px  red);
        
        filter: blur(0.2px);

    }
}

body .boxes {
    position: absolute;
    top: 100vh;
    height: 40%;
    width: 100%;
    font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
    
}
body .boxes .box {
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
body .boxes .box1 {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    
    

}
body .boxes .box1 .text {
    margin-right: 5%;
    
}
body .boxes .box2 {
    color: #000;
    background-color: #fff;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    
}
body .boxes .box2 .text {
    margin-left: 5%;
    
}
.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
.btn-7 {
    background: linear-gradient(0deg, rgb(255, 106, 0) 0%, rgba(251, 2, 2) 100%);
      line-height: 42px;
      padding: 0;
      border: none;
    }
    .btn-7 span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
    .btn-7:before,
    .btn-7:after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      color: rgb(251, 2, 2);

      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 5px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 5px 0px rgba(0,0,0,.3);
      transition: all 0.3s ease;
    }
    .btn-7:before{
       height: 0%;
       width: 2px;
    }
    .btn-7:after {
      width: 0%;
      height: 2px;
    }
    .btn-7:hover{
      background: transparent;
      color: rgb(251, 2, 2);

    }
    .btn-7:hover:before {
      height: 100%;
    }
    .btn-7:hover:after {
      width: 100%;
    }
    .btn-7 .spanbtn:before,
    .btn-7 .spanbtn:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      color: rgb(251, 2, 2);

      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 5px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 5px 0px rgba(0,0,0,.3);
      transition: all 0.3s ease;
    }
    .btn-7 .spanbtn:before {
      width: 2px;
      height: 0%;
    }
    .btn-7 .spanbtn:after {
      height: 2px;
      width: 0%;
    }
    .btn-7 .spanbtn:hover:before {
      height: 100%;
    }
    .btn-7 .spanbtn:hover:after {
      width: 100%;
    }
    .primo:hover {
        color: #fff !important;
    }








