@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(-60deg, #002d5c, #003f81);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

button:focus,
input:focus {
    outline: none !important;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    color: #FFF;
}

.bar {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.bar span {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFF;
    position: absolute;
    left: 0;
}

.bar span:first-child {
    top: 0;
}

.bar span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.bar span:last-child {
    bottom: 0;
}

.header_area {
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(20px);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}

.hero .container {
    z-index: 0 !important;
}

.logo {
    position: relative;
}

.logo img {
    width: 140px;
    height: auto;
}

.menu {
    height: auto !important;
}

.menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.menu ul li {
    padding: 0px 20px;
}

.menu ul li:first-child,
.social_box ul li:first-child {
    padding-left: 0;
}

.menu ul li:last-child,
.social_box ul li:last-child {
    padding-right: 0;
}

.menu ul li a {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    color: #FFF;
    padding: 3px 0px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.menu ul li a.active {
    border-bottom: 1px solid #b70101;
    color: #b70101;
}

.social_box ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.social_box ul li {
    padding: 0px 10px;
}

.social_box ul li a {
    display: inline-block;
}

.social_box ul li a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.get_bonuz_area {
    padding: 80px 0px;
}

.title h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2em;
    color: #FFF;
}

.title h1 span {
    color: #DEACF5;
}

.get_bonuz_area .title {
    padding-bottom: 40px;
}

.get_bonuz_area .col-xl-4 {
    margin-top: 40px;
}

.casino_items {
    border: 2px solid #b70101;
    background: #002d5c;
    overflow: hidden;
    text-align: center;
    padding: 25px 25px;
    border-radius: 25px;
}

.casino_items h1 {
    font-weight: 700;
    font-size: 44px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 10px;
}

.casino_items p {
    background: #00468f;
    font-weight: 300;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.casino_items a {
    background: #00468f;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 10px;
}

.review_box {
    overflow: hidden;
    margin-top: 40px;
}

.review_box h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1em;
    color: #b70101;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.review_box>p {
    padding-top: 15px;
}

.sub_review_box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 25px;
}

.sub_review_content p {
    padding-top: 15px;
}

.sub_review_content p:first-child {
    padding-top: 0;
}

.sub_review_content,
.sub_review_images {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.sub_review_images img {
    width: 100%;
    height: auto;
}

.footer_area {
    padding: 50px 0px;
    background: rgba(255, 255, 255, 0.01);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_box {
    text-align: center;
}

.footer_box h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #b70101;
    margin-bottom: 15px;
}

.footer_box a img {
    width: 230px;
}

.footer_box p {
    font-size: 15px;
    padding-top: 20px;
}