@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('font.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    font-family: "Poppins", sans-serif;
}

.corsiva {
    font-family: 'Monotype Corsiva' !important;
}

.times {
    font-family: 'Times New Roman', Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-family: 'Monotype Corsiva';
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}

.container {
    max-width: 1100px;
}

.text-yellow {
    color: #ffff00;
}

.header-bg {
    position: absolute;
}

.header h1 {
    color: #ffff00;
    font-size: 40px;
    margin-top: 85px;
}

.header p {
    margin-bottom: 0;
}

.cmark {
    color: #ffff00;
    font-size: 32px;
}

.cmark span {
    white-space: nowrap;
}

.specialist {
    font-size: 24px;
}

.header address p,
.header .info p {
    font-size: 20px;
}

.header .info {
    font-family: 'Times New Roman', Times, serif;
}

.casino-nav .nav-link {
    color: #000;
    background: #564801;
    background: linear-gradient(179deg, rgba(86, 72, 1, 1) 15%, rgba(222, 200, 25, 1) 31%, rgba(224, 208, 80, 1) 57%, rgba(203, 177, 5, 1) 70%, rgba(134, 109, 3, 1) 88%);
    border: 2px solid #dfdbdb;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
    border-left-width: 10px;
    border-right-width: 10px;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.7);
}

.casino-nav .active {
    background: #606060;
    background: linear-gradient(179deg, rgb(90, 90, 90) 15%, rgb(158, 158, 158) 31%, rgb(196, 196, 196) 57%, rgb(167, 167, 167) 70%, rgb(94, 94, 94) 88%);
}

.casino-nav .nav-link:hover,
.casino-nav .nav-link:focus {
    background: #187010;
    background: linear-gradient(359deg, rgba(24, 112, 16, 1) 15%, rgba(48, 176, 24, 1) 31%, rgba(88, 224, 64, 1) 57%, rgba(64, 224, 40, 1) 70%, rgba(32, 128, 16, 1) 88%);
}

.navbar-toggler {
    font-size: 30px;
}

.navbar-brand {
    visibility: hidden;
}

.introduce {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-size: 20px;
}

.introduce h2,
.h2 {
    font-family: 'Monotype Corsiva';
    font-size: 36px;
}

.introduce h2 span {
    display: block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
}

.regulation {
    font-size: 20px;
    line-height: 1.5;
    color: #ff0000;
    font-weight: 600;
}

.para-15 p {
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
}

.h3 {
    font-size: 38px;
    color: #ff0000;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}

.h3 span {
    display: block;
    font-size: 27px;
}

.h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.img-vid:hover .overlay {
    transition: all 1s ease-in-out;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.img-vid .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 50px;
    color: #898e88;
}

.img-vid .icon:hover {
    color: #fff;
}

.img-vid-txt {
    padding: 25px;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.img-vid-txt a {
    color: #0000ff;
    font-size: 25px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 15px;
}

.offer,
.serv {
    font-size: 20px;
}

.location p {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
}

.foot-menu .casino-nav li {
    margin-right: 17px;
    margin-bottom: 20px;
}

.foot-menu .casino-nav .nav-link {
    min-width: 197px;
}

.vdo-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #ff0000;
    color: #fff;
    z-index: 1;
}

.areas {
    line-height: 20px;
}

.about-company {
    line-height: normal;
}

.about-company p.about-locations {
    font-size: 14px;
    line-height: 17px;
}

.request-form label {
    color: #ffff00;
    font-family: 'Monotype Corsiva';
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.info-details p {
    margin-bottom: 25px;
}

.pages,
.pages a.active {
    color: #fff;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--fancybox-accent-color, rgba(255, 214, 10, 0.96));
}

.type-circle {
    list-style-type: circle;
}

.simple-box {
    height: 200px;
}

.img-text-wrap img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.gallery-box img {
    cursor: pointer;
}

@media (max-width: 480px) {
    .cmark {
        margin-bottom: 20px;
    }

    .specialist,
    .header address p,
    .header .info p,
    .introduce,
    .regulation {
        font-size: 16px;
    }

    .introduce h2 span,
    .img-vid-txt a {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: normal;
    }

    .foot-menu .casino-nav .nav-link {
        min-width: 190px;
    }

    .foot-menu .casino-nav li {
        margin-right: 12px;
    }

    .para-15 p {
        font-size: 14px;
        line-height: normal;
    }

    .h3 {
        font-size: 26px;
    }

    .h3 span,
    .img-vid-txt,
    .offer,
    .serv {
        font-size: 18px;
    }

}

@media (max-width: 600px) {
    .img-text-wrap img {
        float: none;
        width: 100%;
    }
}

@media (max-width: 991px) {
    header .casino-nav {
        background-color: #000;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .header h1 {
        font-size: 46px;
    }

    .cmark {
        font-size: 42px;
    }

    .regulation {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .header h1 {
        font-size: 56px;
    }

    .about-company p {
        font-size: 19px;
        line-height: 27px;
    }

    .simple-box {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .casino-nav .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    .foot-menu .casino-nav .nav-item {
        margin-right: 17px;
    }

    .header h1 {
        font-size: 69px;
    }

    .introduce h2,
    .h2 {
        font-size: 46px;
    }

    .img-text-wrap img {
        width: 600px;
    }
}