@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&display=swap");

* {
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    background-color: #DDE4EC;
    padding: 0;
    margin: 0;
}

.header__mob {
    display: none;
}

@media (max-width: 768px) {
    .header__mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .header__mob img {
        height: 1.3rem;
    }

    .header__mob .btn {
        font-size: 10px;
        padding: 0px 12px;
    }

    .header__mob .btn__list {
        outline: none;
        border: none;
        background-color: transparent;
    }

    .header__mob .btn__list svg {
        fill: white;
        width: 30px;
        height: 30px;
    }
}
.content_block img {
    width: 100%;
	height: auto;
}
.block2 {
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    width: 250px;
    height: 150px;
}

.block2 svg {
    width: 30px;
    height: 30px;
}

.block2 svg,
.block2 p {
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
}

.slot_play {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.game1_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 55.25%;
}
.block2 img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.block2__text {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #053770c2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.block2__text p {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.flex-r {
    display: flex;
    justify-content: space-evenly;
    margin: 4px;
    margin-top: 20px;
}

.demo {
    font-size: 13px;
    border-radius: 20px;
    background-color: #509aea;
    padding: 3px 7px;
    color: #000000;
}

.demo a {
    color: #000000;
}

.block2:hover .block2__text {
    opacity: 1;
}

.header__drop {
    position: fixed;
    overflow: hidden;
    height: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    background-color: #013464;
    display: block;
    transition: .3s linear;
    z-index: 9999;
}

.header__drop img {
    height: 1.3rem;
}

.header__drop .d-flex {
    justify-content: space-between;
}

.header__drop * {
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-bottom: .8rem;
    z-index: 99999;
}

header {
    background: #0a519e;
    background: linear-gradient(0deg, #07498f 0%, #002246 100%);
    padding: 10px 15px;
}

.header__part_first {
    display: flex;
    justify-content: space-between;
}

.header__part_first svg {
    fill: #428cdc;
    margin: 0px 10px;
    transition: .2s linear;
    width: 20px;
    height: 20px;
}

.header__part_first svg:hover {
    fill: #ffffff;
}

.header__part_first_under {
    display: flex;
    align-items: center;
	overflow: scroll;
}

.header__part_first_under img {
    height: 40px;
    margin-top: 1rem;
    margin-left: .8rem;
}

.header__part_first_under ul {
    height: 60px;
    width: 100%;
    border-radius: 20px;
    background-color: rgba(0, 49, 102, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding: 0px 20px;
}

.header__part_first_under ul a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s linear;
    padding: 7px 10px;
}

.header__part_first_under ul a:hover {
    color: #e89929;
}

.header__part_first_under ul .active {
    border-radius: 100px;
    border: 2px solid #e89929;
}

.header__part_first_under ul .active svg {
    fill: #e89929;
}

.ifram__demo {
    max-width: 800px;
    width: 100%;
    height: 430px;
}

.ifram__demo iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-top: 10px;
}

.aviator * {
    color: #fd6060 !important;
    font-family: 'Pacifico', cursive !important;
}

.d-flex {
    display: flex;
}

.px-1 {
    padding: 0px .5rem;
}

.px-2 {
    padding: 0px .7rem;
}

/*.mx-2 {*/
/*    margin: 0px .7rem;*/
/*}*/

.mr-2 {
    margin-right: .7rem;
    margin-left: 3px;
}

.ml-2 {
    margin-left: .7rem;
    margin-right: 3px;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.svg__white {
    fill: white !important;
}

.div__rounded * {
    z-index: 99999;
}

.div__rounded {
    border-radius: 200px;
    background-color: #054588 !important;
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .2s linear;
    z-index: 9999;
}

.div__rounded_left {
    border-radius: 13px 0px 0px 13px;
}

.div__rounded_right {
    border-radius: 0px 13px 13px 0px;
}

.div__rounded_active:hover {
    border: 1px solid #e3e3e3;
}

.div__rounded_white {
    background-color: white !important;
    padding: 10px 0px;
    border-radius: 10px;
    height: 180px !important;
}

.div__rounded_white_mini {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    color: black;
    height: 35%;
}

.div__rounded_white .btn {
    margin-top: 10px;
}

.div__square {
    background-color: #054588;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
}

.div__square_gray {
    background-color: #eeeeee;
    color: #484848;
    width: 100%;
    height: 70%;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.div__square_gray div {
    font-size: 25px;
}

.div__square_gray svg {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.btn {
    outline: none;
    transition: .2s linear;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    max-width: max-content;
    cursor: pointer;
}

.btn__azure {
    box-shadow: 0 5px 20px #428cdca1;
    border-radius: 20px;
    background-color: #428cdc;
    background-image: linear-gradient(0deg, #428cdc 0, #0992af);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn__azure:hover {
    color: #e89929;
}

.btn__azure:hover svg {
    fill: #e89929 !important;
}

.btn__orange {
    padding: 0px 20px;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    box-shadow: 0 10px 30px #fa410066;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
}

.btn__orange:hover {
    box-shadow: 0 1px 30px #fa4300cd;
    background-image: linear-gradient(0deg, #fa5e00 0, #fa4d00);
}

.btn__blue {
    padding: 0px 20px;
    background-image: linear-gradient(0deg, #428cdc 0, #509aea 97%, #509aea);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
}

.btn__blue:hover {
    background-image: linear-gradient(0deg, #509aea 0, #428cdc 97%, #428cdc);
}

.btn__green {
    padding: 0px 20px;
    background-image: linear-gradient(0deg, #87bc17, #88c504);
    box-shadow: 0 10px 30px #87bb1866;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

.btn__green:hover {
    background-image: linear-gradient(0deg, #88c504, #87bc17);
    box-shadow: 0 10px 30px #87bb18d0;
}

.btn__blueof {
    margin-top: 10px;
    background: #0B5399;
    padding: 25px 35px;
    font-size: 20px;
    transition: .2s linear;
}

.btn__blueof:hover {
    background: #063a6e;
}

.swiper-pointer-events {
    margin-bottom: 2rem !important;
}

.main {
    background: #07498f;
}

.main .img__wrapper {
    padding: 0px 70px;
    display: flex;
    height: 400px;
    background-color: #07305b;
}

.main .img__wrapper .text {
    padding: 10% 0px;
    text-decoration: none !important;
    color: white !important;
    flex: 50%;
    display: flex;
    flex-direction: column;
}

.main .img__wrapper .text button {
    margin-top: 5%;
    padding: 30px 30px;
}

.main .img__wrapper img {
    margin-bottom: 1rem;
    border-radius: 10px;
    height: 90%;
}

.main__black {
    background-color: #002446;
    padding-top: 2rem;
}

.main .container .d-flex {
    justify-content: space-between;
}

.text-center {
    text-align: center !important;
    margin: auto !important;
}

.swiper {
    width: 860px !important;
    height: 400px;
    z-index: 99999;
    margin: auto;
}

.swiper {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.div__right_main {
    text-align: center !important;
    height: 280px;
    margin-left: 1rem !important;
    background: url("data:image/png;base64,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");
    background-color: #013464;
    border-radius: 10px;
}

.div__right_main .d-flex {
    flex-direction: column;
}

.div__right_main .d-flex .p {
    padding: 30px;
    color: #ffd200;
    font-size: 30px;
    font-weight: 600;
}


.div__right_main .d-flex div {
    padding: 10px 0px;
    text-shadow: 0 0 19px #448ede91;
    color: #47abff;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: 20px;
}

.div__right_main .d-flex .btn {
    margin: 0 auto;
    padding: 25px;
    margin-bottom: 12px;}

.div__right_blue_header {
    text-align: center !important;
    height: 1rem;
    margin-left: 1rem !important;
    background-color: #07498f;
    display: flex;
    padding: 15px;
    color: white;
    justify-content: space-between;
    border-radius: 15px 15px 0px 0px;
}

.div__right_blue_header_p {
    background-color: #544fdd;
}

.div__right_blue_main {
    padding: 7px;
    text-align: center !important;
    border-radius: 0px 0px 15px 15px;
    margin-left: 1rem !important;
    background-color: #07305b;
    display: flex;
    align-items: flex-start;
    color: white;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.div__right_blue_main .col-6 {
    overflow: hidden;
}

.div__right_blue_main .col-6 img {
    margin-bottom: 5px;
    margin: 2%;
    width: 96%;
    object-fit: cover;
    transition: .2s linear;
    overflow: hidden;
    cursor: pointer;
}

.div__right_blue_main .col-6 img:hover {
    transform: scale(1.03);
}

.arrow-right-3 {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.align-center {
    align-items: center !important;
}

.arrow-right-3 path {
    fill: #d3e9fc;
    transition: fill 0.5s ease-out;
}

.arrow-left-3 {
    transform: rotate(180deg);
}

.arrow-top-3 {
    transform: rotate(270deg);
}

.arrow-bottom-3 {
    transform: rotate(90deg);
}

.arrow-right-3:hover path {
    fill: white;
}

.row {
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.d-block {
    display: block !important;
}

.drop__menu {
    padding: 0px;
    position: absolute;
    top: 82px;
    margin-left: -1px;
    background-color: #054588 !important;
    color: white;
    cursor: pointer;
    border-radius: 0px 0px 10px 10px;
    height: 0px;
    overflow: hidden;
    transition: .2s linear;
    display: block;
    width: 50px !important;
    max-height: 100px;
    overflow: auto;
}

.drop__menu::-webkit-scrollbar {
    width: 5px;
}

.drop__menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.drop__menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


.drop__menu * {
    display: block;
    padding: 4px 0px;
    color: white;
    text-align: center;
    text-decoration: none;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

* {
    --swiper-theme-color: white;
}

.form {
    margin-top: 5rem;
    background: #C5D9EF;
    width: 70%;
    padding: 10px 20px;
}
@media (max-width: 500px){
	.form {
    
    width: unset;
  
}
}
.form__comm {
    padding: 2%;
    width: 96%;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.form__comm img {
    border-radius: 70px;
}

.form .d-flex {
    display: flex;
    align-items: center;
}

.form .d-flex .name {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: .5rem;
    margin-left: .7rem;
}

.form .d-flex .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: .5rem 0rem;
    margin-left: .7rem;
}

.form .d-flex .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #797979;
    margin-top: .5rem;
    margin-left: .7rem;
}

.text__gray {
    color: gray;
}

.text__white {
    color: white;
}

.text__bold {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}

.py-5 {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.slots .block2__text .p {
    font-size: 15px;
    color: white;
    text-align: center;
    position: relative;
    top: 10px;
}

.slots .block2 {
    width: 95%;
    overflow: hidden;
    border-radius: 10px;
}

.block2 img {
    overflow: hidden;
    border-radius: 5px;
}

.col-6 {
    margin-bottom: .4rem;
}

.slots .col-2 {
    margin-bottom: 10px;
}

.two__parts {
    display: flex;
    justify-content: space-between;
}

.two__parts input {
    width: 48%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #CBCFCB;
    padding-left: 1%;
    outline: none;
}

textarea {
    width: 98% !important;
    background: #FFFFFF;
    border: 1px solid #CBCFCB;
    padding: 1%;
    outline: none;
}

footer {
    background: #013464;
    padding: 30px;
}

footer svg {
    width: 20px;
    height: 20px;
    padding: 0px 15px;
}

footer a {
    color: white !important;
}

.footer__one {
    display: flex;
    justify-content: space-between;
}

.footer__one img {
    width: 25%;
}

.footer__two {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.footer__two a {
    margin: 0 .5rem;
    text-decoration: none;
    color: #509aea !important;
    font-weight: 600;
}

.footer__three {
    display: flex;
    align-items: center;
}

.footer__three img {
    border-radius: 40px;
    width: 100%;
}

.footer__three .div__rounded {
    padding: 0px !important;
    height: 60px;
}

.footer__img {
    width: 100%;
}

.footer__img img {
    width: 100%;
}

.pc_none {
    display: none;
}

.mob_none {
    display: block;
}

.nout_none {
    display: block;
}

header ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

header ul li {
    list-style: none;
}

@media (max-width: 768px) {
    .pc_none {
        display: block;
    }

    .mob_none {
        display: none;
    }

    .div__right_main {
        display: block !important;
        margin-bottom: 2rem !important;
        margin: auto;
        margin-top: 2rem;
        height: 100%;
    }

    .div__right_mob {
        display: flex;
        justify-content: center;
        align-self: start;
    }

    .div__right_main img {
        height: 100% !important;
    }

    .container {
        width: 95%;
        margin: auto;
        padding: 0px;
    }
}

@media (max-width: 1600px) {
    .nout_none {
        display: none;
    }
}

.d-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/*.d-slots .block2 {*/
/*    flex: 14.285%;*/
/*}*/

@media (max-width: 768px) {
    .d-slots .block2 {
        flex: 40%;
    }
}

.mob__footer {
    background: #013464;
    padding: 30px;
}

.mob__footer .footer__two {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.mob__footer svg {
    width: 20px;
    height: 20px;
    padding: 0px 15px;
}

.mob__footer a {
    color: white !important;
    margin: 5px 0px;
}

.mob__footer .footer__one img {
    width: 40%;
}

.mob__footer .footer__one .div__rounded {
    padding: 3px 7px;
}

.mob__footer .footer__one .div__rounded * {
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 730px) {
    .div__right_blue {
        width: 295px;
    }

    .content_block {
        width: 73%;
        padding-left: 10px;
    }

    .content_parent {
        justify-content: space-between;

    }
}


@media (max-width: 730px) {
    .main .container .d-flex-mob {
        justify-content: center;
    }
}

.slider_title {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.slider_sub_title {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    width:50%;
}

.swiper-slide {
    height: auto;
}

.swiper-container img {
    height: 200px
}


#btnCopy {
    cursor: pointer;
}

.wh {
    color: white;
}


@media (max-width: 970px) {
    #get_Width1 {
        display: none;
    }

    #get_Width2 {
        display: none;
    }

    .div__square {
        display: none;
    }
}

.demo a {
    text-decoration: none;
}

@MEDIA (max-width: 370px) {
    .header__mob .btn.btn__blue {
        display: none;
    }
}

.div__right_blue .block2 {
    width: 100%;
    height: 100%;
}


.div__right_blue .block2__text p {
    font-size: 10px !important;
    color: white;
    text-align: center;
    position: relative;
    top: 10px;
}

.div__right_blue .slot_play {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.div__right_blue .flex-r {
    display: flex;
    justify-content: space-evenly;
    margin: 4px;
    margin-top: 5px;
}


.div__right_blue .demo {
    font-size: 8px;
}

.content_block, .content_block table{
	max-width:100%;
	width: 100%;
	overflow: auto;
}