@import url('https://fonts.cdnfonts.com/css/caviar-dreams');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body,html {
  margin: 0;
  padding: 0;
  font-family: 'Caviar Dreams', sans-serif;
  font-weight: bold;
  background-image: url(/assets/Background/BGmotifsrose.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.page {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #fff;
  text-shadow: 3px 2px 4px #ff229b;
  margin-top: auto;
  line-height: 1.2; 
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #ff229b;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0 20px; 
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.logo img {
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  align-self: center;
}

.wallet-icon {
  display: flex;
  align-items: center;
}

#Home{
  background-image: url(https://amplify-amplifyb7e22b53f9fb4-staging-202442-deployment.s3.amazonaws.com/media/page1.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  line-height: 1.5; 

}


#About{
  background-image: url(/assets/Background/Page2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  line-height: 1.5; 

}
#Howbuy{
  background-image: url(/assets/Background/Page3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  line-height: 1.5; 
}
#Swap{
  background-image: url(/assets/Background/Page4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  line-height: 1.5; 

}
#Pepettenomics{
  background-image: url(/assets/Background/Page5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  line-height: 1.5; 

}
#Roadmap {
  background-image: url(/assets/Background/Page6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  line-height: 1.5; 
  margin-top: 10px; 
  margin-bottom: 100px;
  height:auto;
}











footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #ff229b;
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); 
}

.social-icons img {
  width: 30px; 
  height: 30px; 
}


.social-icons a {
  margin: 5px;
}

p {
  font-size: 18px;
  color: #fff;
  
  line-height: 1.5; 
}

::-webkit-scrollbar {
  background-color: #ff229b;
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre */

}

.menu {
  display: flex;
  align-items: center;
}

.menu a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
  margin-left: 20px;
}

.menu-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  margin-left: auto;
  color: #ffffff;
}

.burger-icon {
  width: 30px;
  height: 3px;
  background: #ffffff;
  margin-bottom: 5px;
  transition: transform 0.3s ease-in-out;
}

.menu-burger.open .burger-icon:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-burger.open .burger-icon:nth-child(2) {
  opacity: 0;
}

.menu-burger.open .burger-icon:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  
}

.menu.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background-image: url(/assets/Background/Backgroundbmon.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu li {
  padding: 10px;
  font-size: 24px;
}

.menu a {
  text-decoration: none;
  color: #fff;
}

.menu1 a {
  text-decoration: none;
  color: #fff;
  margin: 30px;
  font-size: 20px
}


.buy-now-button {
  background-color: #ffffff;
  color: #ff229b;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.24);
}

.buy-now-button:hover {
  background-color: #ff229b;
  color: #fff;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.24);

}

.exchange-button {
  text-decoration: none;
  height: auto;
  width: auto;
}

.exchange-button img {
  filter: grayscale(100%);
  
}


.left-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  text-align: left;
  margin-right: 600px;
  flex-direction: column;
  padding-right: 10px;
  padding-top: 100px;

}




.right-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  text-align: left;
  margin-left: 400px;
  flex-direction: column;
  padding-right: 10px;
}

.middle-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto; 
  
}
.right-block img {
  max-width: 100%;
  height: 300px;
  width: 300px;
}

.middle-block iframe {
  width: 600px;
  height: 600px;
  align-items: center;

}




@media screen and (max-width: 1368px) {

}
  


@media only screen and (max-width: 844px) {

  body,html {
    
    background-image: url(/assets/Background/BGmotifsrosemob.png);
    
  }
  
  

  .page {
    font-size: 16px;
    line-height: 0; 

  }
 
  .menu {
    display: none;
  }
  .menu1 {
    display: none;
  }
  .menu-burger {
    display: block;
  }

  .menu.open {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu.open a {
    margin-bottom: 10px;
  }

  .logo {
    justify-content: flex-start; 
    margin-left: 20px; 
  }
  .buy-now-button {
    display: none;

  }
  .menu-link {
    color: #ffffff;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  
  .custom-button {
    background-color: transparent;
    color: #ffffff;
    border: none;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
  }
  
  .custom-button:hover {
    text-decoration: underline;
  }

 
  
  
  #Home{
    background-image: url(https://amplify-amplifyb7e22b53f9fb4-staging-202442-deployment.s3.amazonaws.com/media/page1mob.gif);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    padding-bottom: 50px;

    
  }
  #About{
    background-image: url(/assets/Background/Page2mob.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    padding-bottom: 50px;


  }
  #Howbuy{
    background-image: url(/assets/Background/Page3mob.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    line-height: 1.5; 
    padding-top: 400px;
    height:auto;

  }
 
  #Swap{
    background-image: url(/assets/Background/Page4mob.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height:auto;

  }
  #Pepettenomics{
    background-image: url(/assets/Background/Page5mob.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    line-height: 1.5; 

  }
  #Roadmap {
    background-image: url(/assets/Background/Page6mob.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    margin-top: 10px; 
    height:auto;
  }

  
  .left-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: -350px auto 0; 
    
      font-size: 14px;
      line-height: 1; 
  
    
  }

  .left-block h1 {
    margin-bottom: 15px; 
    margin-top: 15px;
  }
  
  
  .right-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: -250px auto 0;

  }

  .right-block h1 {
    margin-bottom: 15px; 
    margin-top: 15px;
  }

  .middle-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
  }
  
  
  .middle-block iframe {
    width: 415px;
    height: 800px;
    align-items: center;
  }
}