body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  display: block;
  margin: 0;
  position: relative;
padding: 0;
  overflow-wrap: normal;
  background-color: var(--bg);
}
:root {
  --bg: #18181b;
  --home: white;
  --text: #eee;
  
  --btn-bg: #27272a;
  --btn-text: white;
  --btn-icon: #ffffff;
  --bg-block: #27272a;
  --download: #27272a;
}

html, body {
overflow-x: hidden;
}
  
.Topbar {
  width: 100%;
 
  height: 50px;
  
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.home, .download {
  font-size: 20px;
  
  color: black;
  background-color: transparent;
  border: none;
  
}
::-webkit-scrollbar {
width: 0;
background: transparent;
}
.home:hover, .download:hover{
text-decoration: none;

color: var(--text);
}
.home{
  font-size: 30px;
  position: relative; left: 7%;
  color: var(--home);
  text-decoration: none;
}
.download {
line-height: 50px;
text-align: center;
  font-size: 15px;
  color: var(--home);
  border-radius: 25px;
  font-weight: bold;  
  height: 50px;
  width: 120px;
  background-color: var(--btn-bg);
  position: relative; right: 10%;
  
  
}
  
    
    .title{
      position: relative; left: 7.5%;
      margin-top: 20px;
      font-size: 30px;
      color: var(--text);
    }
    .subtitle{
      position: relative; left: 7.5%;
      font-size: 25px;
      font-weight: bold;
      color: var(--text);
      
    }
    .txt{
      position: relative; left: 7.5%;
      font-size: 17px;
      font-weight: normal;
      color: #b1b9c5;
      max-width: 80%;

    }
    .date{
      position: relative; left: 7.5%;
      font-size: 20px;
      font-weight: normal;
      color: #b1b9c5;
    }
   
  .AppStorebtn{
      width: calc(15% - 75px);
    position: relative; left: 15vw; top: 20%;
      
      margin: 10px;
  }
  
  .inlinelink{
    color: #b1b9c5;
    text-decoration: underline;
  }

  @media screen and (max-width: 900px) {
    .screenshot1{
       visibility: hidden;
    }
    .screenshot2{
        transform: scale(0.6);
        visibility: hidden;
    }
    .bg{
    max-width: 1500px;
    width: 98%;
    
    overflow: hidden;
       
    }
    .home{
      position: absolute; left: 5%; top: 0%;
    }
    .download{
      position: absolute; left: 65vw; top: 0%;
      font-size: 15px;
      height: 50px;
      width: 130px;
    }
    .title{
      
        max-width: 90%;
        font-size: 30px;
    }
    .date{
      
      margin-top: -10px;
      font-size: 20px;
      
    }
    .txt{
      
      font-size: 18px;
      
    }
   
  }

  .footer-clean {
    padding:50px 0;
    background-color: var(--bg);
    color:#4b4c4d;
    text-align: center;
    
  }
  
  .footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-clean ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-clean ul a:hover {
    opacity:1;
  }
  
  .footer-clean .item.social {
    text-align:right;
  }
  
  @media (max-width:767px) {
    .footer-clean .item {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  @media (max-width: 768px) {
    .footer-clean .item.social {
      text-align:center;
    }
  }
  
  .footer-clean .item.social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin-left:10px;
    margin-top:22px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-clean  {
    opacity:0.9;
  }
  
  @media (max-width:991px) {
    .footer-clean .item.social > a {
      margin-top:40px;
    }
  }
  
  @media (max-width:767px) {
    .footer-clean  {
      margin-top:10px;
    }
  }
  
  .footer-clean .copyright {
    margin-top:14px;
    margin-bottom:0;
    font-size:13px;
    opacity:0.6;
  }
  .copyright{
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: var(--home);
  }
  .copyright:hover{
    text-decoration: none;
    color: var(--home);
  }
  .footertitle{
    color: var(--home);
  }
  .footersubtitle{
    color: #b1b9c5;
  }
  
  
      @media (min-width: 500px) {
        .content p {
          max-width: 500px;
          position: relative;
          transform: translateX(-50%);
          left: 50%;
        }
      }