body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden; /* prevents horizontal scroll on small screens */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.clogo{
width: 100px;
height: 30px;
}
  
.header img{
width: 175px;
height: 60px;
}

.header-right a {
float: left;
color: black;
text-align: center;
padding: 20px;
font-weight: 600;
text-decoration: none;
font-size: 16px; 
margin-left: 10px;
transition: 0.3s ease;
font-family: 'Poppins', Sans-serif;
}

.header{
  padding-inline: clamp(20px, 6vw, 70px);
}

.grid-1 {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #ffffff;
width: 100%;
height: 100px;
transition: color 0.3s ease;
position: sticky;
top: 0;
background-color: white;
z-index: 1000;
}



.header-right {
display: flex;
align-items: center;
justify-content: center;
margin-left: 2rem;
}
.header a.logo {
float: left
}

.header a:hover {

color: rgb(87, 21, 172);
transform: scale(1.1);
}

.header .grid-1 a{
  transform: none;
}

.header a.active {

color: rgb(74, 58, 218);
font-weight: 600;
}
.hamburger-menu{
  display: none;
}

.mobile-link {
    font-family: 'rubik';
    color: black;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    display: block;   
}
.btn-partner {
  height: 40px;
  width: 140px;
  border-style: none;
  cursor: pointer;
  background-color:#041B3C;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  transition:color 0.3s ease-in-out;
  font-family: 'poppins';
  }

.btn-partner:hover {
    background-color: white;
    color: #041B3C;
    border: 1px solid #041B3C;
    transform: scale(1.1);
}

.mobile-menu {
  display: none;
  }
  
body {
    margin: 0;
    padding: 0;
    background-color: white;
}

header {
    width:80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin:0 auto;
  }
  
  .logo {
    margin: 0;
    height: 56px;
    font-weight: bold;
  }
  
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
  }
  
  .navigation li {
    margin: 0 10px;
    padding: 5px 10px;
  }
  
  .navigation a {
    text-decoration: none;
    color: #5a2ea9;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: poppins;
    font-weight: 620;
  }
  
 
  .partner-with-btn{
    background-color: transparent;
  }
  .partner-with-btn a{
    background-color:  #5a2ea9;
    border-radius: 6px ;
    margin-bottom: 20px;
    color: white ;
    font-size: 15px;
    padding:10px 12px;
    font-weight: normal;
  }
  .content-screen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: fit-content;
    background-color: #130F26;
    
  }
  .content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding-block: 20px;
    padding-inline-start: 80px;
  }

  .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

   .content2 {
    width: 100%;
    height: 100%;
  }
  
.text-content {
    display: flex;
    width: fit-content;
    font-family: poppins;
    flex-direction: column;
    gap: 26px;
}
  
  .text-content1 {
    font-size: clamp(30px, 6vw, 60px);
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
  }

  .text-content1 strong{
    font-size: 45px;
  }
  
  .text-content p {
    font-family: 'inter';
    font-size: 18px;
    line-height: 1.8;
    color:#ffffff;
    margin: 0;
  }
  
  .links {
    display: flex;
  }
  
  .links a {
    display: block;
    margin-right: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
  }
  

.apple{
    width: 220px;
    cursor: pointer;
  }
.android{
    width: 220px;
    cursor: pointer;
} 
  
  .reward-image{
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: -webkit-fill-available;
  }
  
.ratings-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}

.ratings-box img{
  width: 100px;
}

.ratings-1 p{
  font-family: 'inter';
  font-size: clamp(14px, 2vw, 18px);
  color: #fff;
  margin: 0;
}

.ratings-1 h2{
  font-family: 'inter';
  font-size: clamp(20px, 3vw, 30px);
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.ratings-1{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ratings-2{
  display: flex;
  flex-direction: column;
  gap: 15px;
}


.ratings-2 p{
  font-family: 'inter';
  font-size: clamp(14px, 2vw, 18px);
  color: #fff;
  margin: 0;
}

.ratings-2 h2{
  font-family: 'inter';
  font-size: clamp(15px, 3vw, 30px);
  color: #fff;
  font-weight: 500;
  margin: 0;
}

@media (max-width:1024px) {
  .header-right a{
    padding: 10px;
  }
  .header{
    padding-inline: 40px;
  }
  .content1{
    padding-inline-start: 50px;
  }
}

@media (max-width:768px) {
  .container{
    display: flex;
    flex-direction: column;
  }

  .header img{
    width: 90px;
    height: auto;
  }

  .header-right a{
    font-size: 14px;
  }

  .header-right button{
    font-size: 14px;
  }
  .content1 {
    padding-inline: 30px;
  }

  .header{
    padding-inline: 30px;
  }

  .header img {
    width: 129px;
    height: auto;
  }

  .header-right{
    margin-left: 0;
  }

}

@media (max-width:767px) {
    .grid-1
  {
    height: auto;
  }

  .header{
    display: flex;
    align-items: center;
  }
  .text-content1{
    text-align: left !important;
    font-size: 35px !important;
    margin-bottom: 0 !important;
  }

  .header{
    padding-inline: 0;
  }
  .text-content p{
    text-align: left !important;
  }

  .text-content p{
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

  .ratings-box{
    width: 100%;
  }
  .text-content{
    margin-bottom: 0 !important;
  }
  .container{
    gap: 10px;
  }
  .links{
    margin-top: 10px !important;
    gap: 10px;
  }
  .android{
    width: 130px !important;
  }
  .apple{
    width: 130px !important;
  }
}