
/* sharable style */
* {
    font-family: 'Work Sans', sans-serif;
}
.btn-primary {
    border-radius: 3rem;
    background: var(--linear, linear-gradient(90deg, #FF42A5 0%, #FF42A5 100%));
    border: 0;
    padding: 1.3rem 2.5rem;
    font-size: 1.25rem;
    color: aliceblue;
}

.hero-banner button:hover {
    cursor: pointer;
}

.btn-secondary {
    margin-left:1.5rem ;
    border-radius: 3rem;
    background: #4EC5F7;
    border: 0;
    padding: 1.3rem 2.5rem;
    font-size: 1.25rem;
    color: aliceblue;
}

/* share style end */

/* navbar style start */

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 37px;
    padding: auto;
    overflow: hidden;
}


nav li {
    list-style: none;
    margin-right: 30px;
    font-weight: 500;
    font-size: 1rem;
}

nav li a {
    text-decoration: none;
    color: #3C354F
}
nav .logo :hover {
    cursor: pointer;
}
nav .nav-img :hover {
    cursor: pointer;
}
.nav-content {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.nav-follow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: .5rem;
    background: rgba(11, 2, 35, 0.10);
    padding: 1rem 1.5rem;
}

/* navbar style end */

/* hero-style start */
.hero-banner {
    display: flex;
    gap:4.25rem ;
    align-items: center;
    overflow: hidden;


}
.photo1 {
    width: 100%;
    
}
.hero-content {
    padding-left: 20rem;
    background-image: url(images/Group\ 14.png);
    padding-right: 10rem;
    background-repeat: no-repeat;
    padding-bottom: 9.25rem;
    padding-top: 9.25rem;
}
.hero-content h1 {
    margin-top: 4px;
    font-size: 6rem;
    font-weight: 800;
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content h3 {
    margin-bottom:0rem ;
    font-size: 3rem;
    font-weight: 600;
}

.hero-content p {
    margin-top:1.5rem ;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #534C64;
    margin-bottom:2.5rem ;
}
/* hero style end */

/* game style start */
.gamer-section {
    display: flex;
    margin: 0;
}
.gamer-content {
   padding-right:15rem;
   background: linear-gradient(90deg, rgba(255, 66, 165, 0.03) 0%, rgba(255, 66, 165, 0.03) 100%);
}
.gamer-content h3{
    text-align: right;
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gamer-content p{
    text-align: right;
    font-size:1.12rem;
    font-weight: 400;
    color: #534C64;;
}

.gamer-content button {
text-align: right;
position: relative;
left: 26rem;
}

.gamer-content button:hover {
    cursor: pointer;
}

.quote-style {
    color: #534C64;
    font-size: 2rem;
    font-weight: 700;
}

.photo2{
    width: 868px;
    height: 489px;
    padding-left: 10rem;
}



/* gamer-section end */

/* online game section start */

.online-games{
    margin-top: 120px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.online-game-content h3 {
    font-size: 48px;
    font-weight: 700;
    color: #0B0223;
    margin-bottom: 16px;
}

.online-game-content span {
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Work Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.online-game-content p {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #534C64;
    margin-bottom: 48px;
}

.online-game-feature {
    display: flex;
    padding: 0 240px;
    gap: 20px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #534C64;
    position: relative;
}
.overlay {
    position: absolute;
    border-radius: 15px;
    top: 0;
    bottom: 0;
    left: 962px;
    right: 0;
    width: 342px;
    height: 400px;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.427);
  }
  
  .image:hover .overlay {
    opacity: 1;
  }

  .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .fa-play-circle:hover {
    color: #eee;
  }



/* online game end */

/* instant play section start */

.instant-play-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding-left: 439px;
    margin-top:120px ;
    
}


.instant-play-content h3 {
    font-size: 48px;
    font-weight: 700;
    text-align: right;
    padding-right: 200px;
    margin-bottom: 0;
}

.instant-play-content span {
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instant-play-content p {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    padding-right: 200px;
    justify-content: center;
}

.instant-play-section .main-img{
    width: 500px;
    height: 500px;
}

.instant-play-section .secondary-img {
    position: relative;
    right: 600px;
    top: 150px;
    width: 300px;
    height: 300px;
}

/* instant play section end */

/* gamelist section start */
.gamelist {
    margin-top: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 240px ;
    gap: 27px;

}
.gamelist button {
    border-radius: 50px;
    background: #FFF;
    display: flex;
    gap:16px; 
    border: none;
    padding: 10px 10px;
}
.gamelist button:hover {
    cursor: pointer;
    border: 1px solid #FF42A5;
}

.gamelist button img {
    width: 60px;
    height: 60px;
}
.gamelist button p {
    font-size: 20px;
    font-weight: 600;
    mb
}

/* gamelish end */

/* footer section start  */
.footer-container {
    background-color: #0B0223;
    margin-top: 130px;
}

.footer-logo img {
    padding-top: 130px;
    height: 40px;
    width: 240px;
    margin-bottom: 0
    ;
}
.footer-logo img:hover {
    cursor: pointer;
}

.footer-menu {
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    gap:60px ;
    margin-top:70px;
    list-style: none;
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;

}
.footer-menu:hover {
    cursor: pointer;
}

.social-icon {
    margin-top: 66px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.social-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}

.social-icon:hover {
    cursor: pointer;
}

.footer-rules {
    margin-top:74px;
    color: white;
    display: flex;
    text-align: center;
    justify-content: center;
    gap:60px ;
    margin-top:70px;
    list-style: none;
    margin-right: 30px;
    font-weight: 500;
    font-size: 16px;

}
.footer-rules:hover {
    cursor: pointer;
}

.copyright {
    margin-top: 28px;
    color: #FFF;
   padding-bottom: 130px;
}

/* responsive start */

@media screen and (max-width: 425px) {
 nav {
    display: block;
    margin: 25px 80px;
    align-items: center;

 }
 .nav-content {
    display: block;
    margin-bottom: 50px;
 }
 nav .logo {

    text-align: center;
    margin-bottom: 30px;
 }
 .nav-follow {
    margin-top: 30px;
 }
.hero-banner {
    flex-wrap: wrap-reverse;
}

.photo1 {
    width: 80%;
    padding: 0  30px;
} 
.hero-content {
    padding: 0 0;
    margin: 0 10px;
}
.gamer-section {
    flex-wrap: wrap;
    padding: 0 0px;
    margin: 0 0 ;
    text-align: center;
}
.photo2 {
    width: 400px;
    height: 220px;
    padding: 0 0 ;
    margin-top: 20px;
    
}
.gamer-content {
    text-align: center;
    padding: 0 10px;
    position: relative;
    left: 0;


}
.gamer-content button {
position: relative;
left:0

}
.gamer-content p {
    text-align: center;
}

.gamer-content h3 {
    text-align: center;
}
.online-game-feature {
    flex-wrap: wrap;
    padding: 0 30px;
}

.online-game-feature p {
    text-align: center;
}
.instant-play-section {
    flex-wrap: wrap;
    padding: 0 0 ;
}
.instant-play-section h3 {
    text-align: center;
    padding: 0 30px;
}
.instant-play-section p {
    text-align: center;
    padding: 0 30px;
}
.instant-play-section .main-img {
    width: 350px;
    height: 350px;
    padding: 0 30px;

    
}
.instant-play-section .secondary-img {
    width: 150px;
    height: 150px;
    position: none;
    padding: 0 0;

}
.gamelist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0px;
    gap: 0;

}
.footer-menu {
    flex-wrap: wrap;
    padding: 0 20px;
}
.social-icon{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 50px;
    text-align: center;
    
}
.footer-rules {
    flex-wrap: wrap;
}
}