@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

*{
  scroll-behavior: smooth;
  font-family:"Inter", sans-serif;
  text-decoration: none;
}

body{
  margin:0;
  padding: 0;
  overflow-x: hidden;
}

.container{
  max-width: 1920px;
  margin: 0 auto
}

header{
  height: 100vh;
  background: url('/images/BgDownload.svg') no-repeat center center;
  background-size: cover;
  color: white;
  min-height: 750px;
  
}

nav{
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.onglets_and_logos{
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  gap: 50px;
}

.onglets{
  display: flex;
  justify-content: space-between;
  width: 380px;
  
}

.onglets a{
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.onglets a:hover{
  color: #dbdbdb;
}

.onglets .blog{
  font-weight: 700;
}

.logos_and_language{
  display: flex;
  align-items: center;
  gap: 45px;
}

.logos_and_language a img{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 17px;
} 

.language_selector{
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language_selector span{
  font-size: 18px;
  color: white;
  margin-right: 8px;
  font-weight: 500;
}

.language_selector img{
  fill: white;
  width: 13px;
  transition: 0.2s ;
  margin-top: 4px;
}

.language_selector i{
  color: #1F2937;
  font-size: 14px;
}

.language_menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease ;
}

.language_menu li{
  padding: 8px 16px;
}

.language_menu li a{
  color: #1F2937;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.language_menu li:hover{
  background-color: #f3f4f6;
}

.language_selector:hover .language_menu{
  display: block;
}

.language_selector:hover img{
  transform: rotate(180deg);
}

.linkedin_mobile{
  display: none;
  height: 24px;
  position: absolute;
  right: 80px;
}

.linkedin_mobile img{
  width: 24px;
}

.burger_button{
  position: absolute;
  display: none;
  cursor: pointer;
  right: 20px;
  font-size: 0;
}

.burger_close{
  display: none;
}

.burger_menu{
  display: none;
}

.text_and_button{
  margin-top: -3%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navbar_logos{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text_header{
  margin-left: 7%;
  height: 550px;
}

.text_header .logo_computer{
  height: 96px;
  width: 84px;
}

.logo_mobile{
  display: none;
}

.text_header h1{
  width: 400px;
  font-size: 36px;
  font-weight: 700; 
}

.text_header span{
  line-height: 54px
}

.paragraph_header{
  width: 510px;
  margin-top: 2.5%;
}

.paragraph_header p{
  align-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify; 
  margin-top: 5%;
}

.button_container{
  margin-top: -40px;
  height: 26vh;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.download_button{
  color: white;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 316px;
  height: 60px;
  border-radius: 6px;
  margin-left: 13%;
  background-color: #F97316;
  transition: 0.3s ease; 
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
} 

.download_button:hover{
  background-color: #d65b06;
}

section{
  color: #1F2937;
  min-height: 100vh;
}

section::before{
  content: "";
  background: url('/images/Lockystar.svg') no-repeat center center;
  background-size: contain; 
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  width: 1150px;
  height: 1700px;
  opacity: 0.05; 
  z-index: -1; 
  margin-top: 90px;
  filter: grayscale(100%);
  /* max-width: 100vw; */
}

section .mainsection{
  position: relative;
  z-index: 1; 
}

section h1{
  font-size: 64px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

section .childsection{
  margin: 0px 7%;
  margin-top: 70px;
}

section h2{
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

section .values img{
  margin: 0px 60px;
  margin-top: -60px;
}

section .values > div h3{
  margin-top: 100px;
  font-size: 24px;
  font-weight: 700;
}

section .value_right h3{
  text-align: right;
}

section .paragraph_img_left, .paragraph_img_right{
  display: flex;
  justify-content: space-between;
}

section .values p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify; 
}

section span{
  font-weight: 700;
}

section .highlight{
  color: #6F1999;
}

.secondsection{
  color: #1F2937;
  position: relative;
  background-color:#F3F4F6;
  width: 100%;
  height: 308px;
  margin-top: 60px;
}

.secondsection_container{
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 70%;
  display: flex;
  justify-content: space-around;
}

.secondsection .content{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.secondsection h2{
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

.secondsection span{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
} 

footer{
  background-color:#D1D5DB;
  height: 52px;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_container{
  display: flex;
  gap: 40px
}

footer a{
  font-size: 14px;
  font-weight: 500;
  color: black;
}

@media screen and (min-width: 1920px) {
  header{
    height: 1025px;
  }

  .download_button {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1620px) and (max-width: 2500px){
  .download_button {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1600px) {
  .paragraph_header p{
    margin-top: 8.5%;
  }
}

@media screen and (max-width: 900px) {
  section .values img{
    margin: 0px 60px;
    margin-top: 0px;
    width: 130px;
  }
}

@media screen and (max-width: 850px) {
  .onglets_and_logos {
    display: none;
  }

  .linkedin_mobile{
    display: block;
  }

  .burger_button{
    display: block;
  }

  .burger_button.open{
    display: none;
  }

  .burger_close{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 23px;
    top: 19px;
    width: 30px;
    z-index: 1;
  }

  .burger_close.open{
    display: block;
  }

  .burger_menu{
    background-color: white;
    margin-top: 320px;
    /* height: 257px; */
    right:0;
    width: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: fixed;
    transform: translateX(100%);
    transition: 0.3s transform ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 2;
  }

  .burger_menu.open{
    transform: initial;
    display: flex;
    position: absolute;
  } 

  .burger_onglets{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .burger_onglets a{
    padding: 15px 0;
    padding-left: 20px;
    color: #1F2937;
    font-size: 18px;
    font-weight: 500;
  }

  .burger_onglets a:nth-of-type(1){
    border-top-left-radius: 5px;
  }

  .burger_onglets a:hover{
    background-color: #f3f4f6;
  }

  .language_selector{
    width: 70%;
    margin-bottom: 10px;

  }

  .language_selector span{
    color: #1F2937;
  }

  section .values p{
    text-align: start; 
  }
}

@media screen and (max-width: 730px) {
  section .paragraph_img_left{
    flex-direction: column-reverse;
    align-items: center;
  }

  .paragraph_img_right{
    flex-direction: column;
    align-items: center;
  }

  section .values h3{
    text-align: start;
    padding-top: 30px;
  }

  section .values img{
    width: 110px;
    height: 120px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .values div:nth-of-type(3) img{
    padding-top: 30px;
    padding-bottom: 20px;
  }

  section .values p{
    text-align: justify;
  }

  section h1{
    font-size: 30px;
    font-weight: 700;
    align-items: center;
    margin: 0;
    height: 80px;
    background-color: rgba(243, 244, 246, 1);
  }

  section .childsection{
    margin: 0px 5%;
    margin-top: 0;
  }

  section h2{
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    margin: 0;
    padding: 30px 0;
    padding-top: 60px;
  }

  section .values > div h3{
    font-size: 18px;
    line-height: 27px;
    margin: 0;
  }

  .secondsection{
    height: 621px;
  }
  
  .secondsection_container{
    height: 100%;
    flex-direction: column;
  }
  
  .secondsection .content{
    text-align: center;
  }

  footer{
    height: 90px;
    justify-content: flex-start;
  }
  
  .footer_container{
    flex-direction: column;    
    gap: 10px;
    margin-left: 30px;
  }

  footer a{
    font-size: 10px;
  }
}

@media screen and (max-width: 620px) {
  header{
    background: linear-gradient(94.43deg, #9D25D8 -17.38%, #9D25D8 -17.37%, #9E4BE1 25.64%, #7A14CF 68.67%, #4A0177 111.7%);
    background-size: cover;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text_and_button{
    margin-top: 2%;
    width: 90vw;
    height: 73%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .text_header{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;    
  }

  .text_header .logo_computer{
    display: none;
  }

  .text_header h1{
    width: 300px;
    text-align: center;
  }

  .text_header span{
    font-size: 30px;
    font-weight: 700; 
    line-height: 45px
  }

  .paragraph_header{
    margin-top: 0px;
    width: 73vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 350px;
  }

  .paragraph_header p{
    margin: 0;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: start;
  }

  .logo_mobile{
    position: absolute;
    display: block;
    left: 0;
    margin: 10px;
  }

  .button_container{
    height: 0;
    min-height: 0;
    margin: 0;
    display: block;
  }

  .download_button {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 260px;
    border-radius: 6px;
    background-color: #F97316;
    transition: 0.3s ease; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
  }

  section h2{
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  section::before {
      display: block;
      position: fixed;
      background-size: 108% 50%;
      margin: 0;
      top: auto;
      left: auto;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.05; 
      transform: translate(36%, 45%);
      filter: grayscale(100%);
  }
}   

@media screen and (max-width: 544px) {
  .paragraph_header{
    width: 85vw;
  }
}
