body {
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.alert{
    margin-bottom: 0 !important;
    background-color: #1e7979;
    border-radius: 0;
    color: #fff;
}

/* header start  */

header {
    background: linear-gradient(to right, rgba(2, 83, 94, 0.72), #000000e1, #000000e1, rgba(2, 84, 94, 0.72));
}

.nav-link {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.nav-link.active {
    color: #35b0d5 !important;
}

.nav-link:hover {
    color: #35b0d5;
}

.navbar-toggler-icon {
    background-image: url(../images/hamburger-menu.png);
}

/* header end  */

/* banner start  */

.hero {
    background-image: linear-gradient(to right, rgba(2, 84, 94, 0.72), #000000e1, #000000e1, rgba(2, 84, 94, 0.72)),
        url(../images/hero.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.banner {
    padding: 100px 0;
}

.banner h2 {
    color: #35b0d5;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.banner h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner h1 span {
    color: #35b0d5;
}

.banner p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.primary-btn {
    background: linear-gradient(to right, #003840, #35b0d5);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 0.3s;
    border: 2px solid transparent;
}

.primary-btn:hover {
    transform: scale(0.97);
    border-color: #35b0d5;
}

/* banner end  */

/* title wrapper start  */

.title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.title-wrapper h1 {
    color: #fff;
    text-transform: capitalize;
}

.title-wrapper h1 span {
    color: #35b0d5;
}

.title-wrapper p {
    color: #ddd;
    font-size: 15px;
}

.title-wrapper h2 {
    color: #fff;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}

.single-bonus h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    padding: 24px 0 8px;
    font-size: 18px;
}

.title-wrapper h2 span {
    color: #35b0d5;
}

/* title wrapper end  */

/* casino-card start  */

.casino-card {
    background: linear-gradient(to right, #000000, #000000, #000000, #001b04);
    padding: 100px 0;
}

.single-casino {
    position: relative;
    margin: 30px 0;
    padding: 30px 20px;
    background-image: linear-gradient(to right, rgba(0, 41, 53, 0.44), #000000be, #0000009c, #000000e1),
        url(../images/casino-card-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    box-shadow: 0px 0px 20px 0px #02363d;
    border: 1px solid #01424e;
}

.casino-desc p {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

.casino-desc p strong {
    color: #35b0d5;
}

.casino-star {
    margin-top: 20px;
}

.casino-star i {
    font-size: 25px;
    color: #fff;
    padding: 5px;
    background: linear-gradient(to right, #003840, #35b0d5);
}

.casino-star span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}

.score {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: linear-gradient(to right, #003840, #35b0d5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    outline: 4px solid #37d9f5;
    outline-offset: 5px;
}

.casino-btn {
    background: linear-gradient(to right, #003840, #35b0d5);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
    box-shadow: 10px 10px 20px 1px #01464f;
    border: 2px solid transparent;
}


.casino-btn:hover {
    transform: scale(0.97);
    border-color: #35b0d5;
}

/* casino-card end  */

/* bonus start  */

.bonus {
    padding: 100px 0;
    background-color: #001417;
}

.single-bonus h2 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.single-bonus p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #ddd;
}

/* bonus end  */

/* faq start  */

.faq {
    padding: 100px 0;
    background-color: #031214;
}

.accordion-button:not(.collapsed) {
    background-color: #011b1f;
    box-shadow: none;
    color: #fff;
    background-color: #011b1f;
}

.accordion-body {
    background-color: #011b1f;
    padding: 0px 20px 20px 20px;
    color: #fff;
}

.accordion-button {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: #01131f;
    padding-left: 20px;
}

.accordion-body {
    font-size: 14px;
}

.accordion-button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
}

/* faq end  */

/* why-choose-us start  */

.why-choose-us {
    background-color: #011821;
    padding: 100px 0;
}

.why-choose-us p {
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
}

.single-why-choose-us {
    margin: 10px 0;
    box-shadow: 0 0 20px #05464f;
    border: 1px solid #05464f;
}

.why-choose-us-wrapper {
    padding: 30px 15px;
}

.why-choose-us-wrapper h2 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.why-choose-us-wrapper p {
    color: #DDD;
    font-size: 15px;
}

/* why-choose-us end  */

/* info start  */

.info {
    background: linear-gradient(to right, #000000, #000000, #000000, #00191c);
    padding: 100px 0;
}

.content-wrapper {
    padding: 40px;
    background: linear-gradient(to right, #000f02, #000000, #000a0f, #000c02);
    color: #ddd;
}

.content-wrapper h1 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #35b0d5;
}

.content-wrapper strong {
    display: inline-block;
    margin-bottom: 10px;
    color: #068c9e;
    font-weight: 700;
    font-size: 18px;
}

.content-wrapper p {
    color: #ddd;
}

.content-wrapper span {
    color: #068c9e;
    font-weight: 500;
}

.content-wrapper li {
    color: #ddd;
}

/* info end  */


/* about start  */

.about {
    background: linear-gradient(to right, #000000, #000000, #000000, #00191c);
    padding: 100px 0;
}

/* about end  */

/* disclaimer start  */
.disclaimer {
    background: linear-gradient(to right, #000000, #000000, #000000, #00191c);
    padding: 100px 0;
}

/* disclaimer end  */
/* contact start  */
.contact {
    background: linear-gradient(to right, #000000, #000000, #000000, #00191c);
    padding: 100px 0;
}

/* contact end  */
/* legal-notice start  */
.legal-notice {
    background: linear-gradient(to right, #000000, #000000, #000000, #00191c);
    padding: 100px 0;
}

/* legal-notice end  */
/* privacy-policy start  */
.privacy-policy {
    background: linear-gradient(to right, #000000, #000000, #000000, #00191c);
    padding: 100px 0;
}

/* privacy-policy end  */

/* footer start  */

footer {
    background: linear-gradient(to right, #000f02, #000000, #000a0f, #00191c);
    padding: 50px 0 10px;
}

.short-disclaimer {
    padding: 20px;
    /*background-color: #010101;*/
    text-align: center;
}

.short-disclaimer p {
    font-weight: 400;
    font-size: 13px;
    color: #ddd;
}

.short-disclaimer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.short-disclaimer ul li a:hover {
    color: #35b0d5;
}

.copyright {
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    color: #ddd;
    font-size: 14px;
}

.copyright span {
    color: #35b0d5;
}

/* footer end  */


/* Cookie start  */

.cookie-alert {
    background-color: #292929;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 360px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookie-alert h5 {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.cc-close {
    border-radius: 30px;
}

.cookie-alert p {
    font-size: 15px;
    color: #fff;
}

.cookie-alert .nav-btn {
    outline: 0;
    padding: 4px 10px !important;
}

.cookie-close-btn {
    background-color: rgb(255, 96, 96);
    border: 0;
    color: #fff;
    padding: 6px 15px;
    font-weight: 500;
}

.accept-cookies {
    background: linear-gradient(to right, #077685, #35b0d5);
    color: #fff;
    padding: 8.5px 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

/* Cookie end  */
