header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}

main {
    margin-top: 80px; /* Adjust based on header height */
}
.my-second-fluid{
    background-color: #e0e6f561 !important;
    max-width: 1400px;
    padding: 2% 4%;
    border-radius: 20px

}
.upper-review-content-div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}

.company-logo{
    max-width: 150px;
}

.company-name{
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 20px;
}
.visit-site-btn{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    padding: 5px 50px;
    border-radius: 50px;
    font-size: large;
    font-weight: 500;
}
.promo-code-div {
    padding: 8px 20px;
    border: 2px dashed rgba(0, 0, 0, 0.39);
    border-radius: 5px;
    margin: 15px 40px;
    /* max-width: 170px; */
}

.promo-code-div p {
    font-weight: 600;
    margin-bottom: 2px;
}

.newbonus {
    color: #ff5b24;
    font-weight: 600;
}

.my-play-btn{
    background-color: #0AA3EB !important;
    padding: 5px 50px;
    color: rgb(230, 230, 230);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    font-size: large;
    font-weight: 500;
    letter-spacing: 1px;

}
.my-play-btn:hover {
    transform: scale(1.1, 1.1);
    color: white;
}

.bounus-content-div{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding: 20px 40px;
    border-radius: 10px;
    margin: 50px 0;
}
.bonus-title-div h6{
    margin-bottom: 2px;
}
.bonus-ammount{
    color: #0AA3EB;
}

.my-second-fluid h4{
    font-weight: 600;
    margin-bottom: 1.5% ;
}
.my-second-fluid h2{
    color:#0AA3EB;
    margin-bottom: 2% ;
    font-size: x-large;
    text-decoration: underline;
}


.site-image{
    text-align: center;
    margin: 5% 0;

}
.site-image img{
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
}

.my-second-fluid p{
    font-size: medium;
    font-weight: 500;
    font-family: poppins, sans-serif;
    text-align: left;

}


.company-logo-div img{
    padding: 15px 0;
}








.fancy-heading {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 20px 0 40px 0;
}

.fancy-heading h1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0 10px;
    background: linear-gradient(to bottom, #0AA3EB, #0AA3EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    background-clip: text;
    color: transparent;
}

.fancy-heading::before,
.fancy-heading::after {
    border-radius: 20px;
    content: '';
    flex: 1;
    height: 4px;
    background: linear-gradient(to left, #0AA3EB, transparent 60%);
}

.fancy-heading::after {
    background: linear-gradient(to right, #0AA3EB, transparent 60%);
}













@media(max-width: 768px) {
    .fancy-heading h1{
        /*font-family: sans-serif;*/
        font-family: "Merriweather", serif;
        font-weight: 900;
        font-size: x-large !important;
        text-decoration-color: #0AA3EB;
        /*text-decoration: underline;*/
        text-underline-offset: 3px;
    }
    .fancy-heading {
        justify-content: center;
        margin: 10px 0 20px 0;
    }

    .fancy-heading::before,
    .fancy-heading::after {
        display: none;
    }

    .upper-review-content-div{
        flex-direction: column;
    }
    .my-second-fluid{
        text-align: center;
        padding: 5%;
    }
    .my-second-fluid p {
        font-size: medium;
    }
    .my-second-fluid h4 {
        margin-bottom: 20px ;

    }
    .my-second-fluid h2{
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 600;
        font-family: sans-serif;
        margin-bottom: 20px;
    }
    .site-image {
        margin: 10% 0; }

    .company-logo-div img{
        width: 80%;

    }
    .bounus-content-div{
        padding: 20px 30px;
        margin: 30px 0 ;
    }
    .company-name{
        font-size: larger;
        margin-bottom: 15px;
    }
    .visit-site-btn, .my-play-btn {
        padding: 2px 30px;
        font-size: medium;
    }

}



