@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');


:root {


    --bg3: rgba(77, 25, 173, 0.5);

    --color1: #b70000; 
    --color2: #0e0707;
    --color3: #14074c;
    --color4: #ACA22E;
    --color6: #FF6F91;
    --color7: #780cba;

    --color-rgb1: 9, 0, 41;
    --color2-rgb: 0, 0, 0;

  }


  
body{
    direction: ltr;
    font-family: 'Mukta', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
    color: #fff;
}




@keyframes fadeheader_90djInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.header {
    position: fixed;
    background-color: transparent;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header.sticky {
    animation-name: fadeheader_90djInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.header.sticky .header_inner {
    background-color: rgb(var(--color2-rgb), 60%);
    box-shadow: 0 0 10px rgb(var(--color2-rgb), 15%);
}

.header .header_inner {
    border: 1px solid #fff;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    position: relative;
}

.trigger_btn {
    width: 35px;
    height: 35px;
    background-color: #006F5F;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #fff;
    font-size: 12px;
    transition: 0.3s all;
}



.trigger_btn:hover {
    background-color: var(--color3);
    color: #fff;
}

.trigger_btn .trigger_inner:hover span:nth-child(2),
.trigger_btn .trigger_inner span {
    background-color: #fff;
    height: 2px;
    width: 15px;
    display: flex;
    margin-bottom: 3px;
    transition: 0.3s all;
}

.trigger_btn .trigger_inner span:nth-child(2) {
    width: 10px;
}

.trigger_btn .trigger_inner span:last-child {
    margin-bottom: 0;
}

.trigger_btn.right_side .trigger_inner span:nth-child(2) {
    margin-left: auto;
}

.header .header_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.header .logo a.logo-inn{
    display: flex!important;
    align-items: center;
    gap: 14px;
}

.header .logo a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.header .logo a h2 {
   font-size: 18px;
   font-weight: 800;
   color: #fff;
}

.header .navigation .main-menu {
    display: flex;
    align-items: center;
}

.header .navigation .main-menu>.menu-item{
    display: flex;
}

.header .navigation .main-menu>.menu-item.menu-item-logo {
    margin: 0 15px;
}

.header .navigation .main-menu>.menu-item.menu-item-logo>a {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.header .navigation .main-menu>.menu-item.menu-item-logo>a>img {
    width: 80px;
    height: 78px;
    object-fit: contain;
    margin: 0 auto 3px;
}

.header .navigation .main-menu>.menu-item.menu-item-logo>a>h2 {
    font-size: 18px;
    font-weight: 800;
    color: #006F5F;
    text-align: center;
}

.header .navigation .main-menu>.menu-item>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 23px 18px;
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
    gap: 14px;
}

.header .navigation .main-menu>.menu-item>a:hover {
    color: #006F5F;
}

.hero_f7 {
    padding: 260px 0 180px;
    background: url(galleryarchive/bg-assets/bg-all-068dce247eec74.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.hero_f7:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.hero_f7 .hero_f7-text-block {
    position: relative;
    z-index: 1;
}

.hero_f7 .hero_f7-text-block h1 {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 26px;
    color: #fff;
}

.aboutus {
    position: relative;
    padding: 60px 0 41px;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
}

.about_img {
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    border: 4px solid #006F5F;
    width: calc(100% - 80px);
    height: 385px;
}

.about_img+.about_img {
    left: 80px;
}

.image-fit_dh7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about_text_sr5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-title {
    display: flex;
    flex-direction: column;
}

.about-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.about_text_sr5 div.text-ab{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.image-top_08r img{
    width: 100%;
    height: 88px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}



.game-area {
    padding: 96px 0;
    background: url(galleryarchive/bg-assets/bg-all-168dce247eec87.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.game-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.game-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
}

.game-area-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #006F5F;
}

.game_block {
    border-radius: 13px;
    border-width: 3px;
    padding: 0;
    overflow: initial;
    margin-bottom:41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.game_block a .title {
    font-weight: 800;
    font-size: 21px;
    margin: 0 auto;
    color: #fff;
}

.game_block .imagebox {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.game_block .game_overlay {
    background-color: rgb(var(--color-rgb1), 61%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s all;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.game_block:hover .game_overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.service-area {
    position: relative;
    padding: 60px 0 41px;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
}

.service-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
}

.service-area-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.service-main{
    display: flex;
    transition: all .12s ease-out;
}

.service-main:hover {
    transform: translateY(-10px);
    transition: all .12s ease-out;
}

.service_blocsk_dty {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
    border-radius: 23px;
    border: 4px solid #006F5F;
    backdrop-filter: brightness(0.4);
    -webkit-backdrop-filter: brightness(0.4);
    padding: 18px 18px;
    text-align: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service_blocsk_dty .service-img {
    margin: 0 auto 30px;
    width: 88px;
    height: 88px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #635a68;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.service_blocsk_dty .service-img img{
    object-fit: contain;
    width: 100%;
    height: 96px;
}

.service_blocsk_dty p{
    color: #fff;
    font-size: 18px;
}

.gallery-area {
    position: relative;
    padding: 60px 0 41px;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
}

.gallery-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
}

.gallery-area-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.gallery_blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
    border-radius: 23px;
    border: 4px solid #006F5F;
}

.gallery_blog img {
    height: 405px;
    transform: scale(1.2);
}

.gallery_blog .gallery_action {
    background-color: rgb(var(--color-rgb1), 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    transform: translateX(-100%);
    z-index: 1;
}

.gallery_blog:hover .gallery_action {
    transform: none;
}

.gallery_blog .gallery_action i {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #006F5F;
    border-radius: 50%;
    font-size: 19px;
    color: #310B0B;
}



.hw_to_play_fhdu-area {
    padding: 96px 0;
    background: url(galleryarchive/bg-assets/bg-all-168dce247eec87.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.hw_to_play_fhdu-area:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.hw_to_play_fhdu-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
}

.hw_to_play_fhdu-area-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.hw_to_play_fhdu {
    position: relative;
    margin-bottom: 29px;
    text-align: center;
}

.hw_to_play_fhdu .hw_to_play_fhdu-area-image {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-color:#635a68;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.hw_to_play_fhdu .hw_to_play_fhdu-area-image img{
    object-fit: contain;
    width: 100%;
    height: 88px;
}

.hw_to_play_fhdu-text p{
    color: #fff;
    font-size: 18px;
}

.discla-area{
    border-radius: 14px;
    margin:  30px 0;
    position: relative;
    padding: 30px;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
    overflow: hidden;
}

.discla-area-title_op9{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.discla-area-title_op9 h5{
    font-size: 26px;
    font-weight: 800;
    color: var(--color1);
}



  .discla-area-block {
    position: relative;
    padding: 29px;
}

.discla-area-text .discla-area-text-bottom {
	position: absolute;
	color: red;
	animation: textWar 4s infinite;
}

@keyframes textWar {
	0% { transform: scale(1); opacity: 1; }
	
	70% { transform: scale(1.25);  opacity: 0 }
	
	100% { transform: scale(1); opacity: 0 }
}

.image-container {
    position: relative;
    animation: slideLeftRight 4s ease-in-out infinite;
}

@keyframes slideLeftRight {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(100px) rotate(5deg);
    }
}


.form-dlya-otpravki{
    padding: 96px 0;
    background: url(galleryarchive/bg-assets/bg-all-168dce247eec87.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.form-dlya-otpravki::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.form-dlya-otpravki-titles{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
    position: relative;
    z-index: 1;
}

.form-dlya-otpravki-titles h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.form-dlya-otpravki .mfg-bg {
    padding: 28px 29px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 4px solid #006F5F;
    backdrop-filter: brightness(0.4);
    position: relative;
    z-index: 1;
}

.form-dlya-otpravki .game-title{
    position: relative !important;
    z-index: 1!important;
}

.form-dlya-otpravki-block_hsd {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-dlya-otpravki-block_hsd img.form-dlya-otpravki-block_hsd-img {
    width: 100% !important;
    height: 385px !important;
    object-fit: contain;
}

.form-dlya-otpravki-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    z-index: 1;
    margin: 8px;
    padding: 14px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex: 1;
}

.form-dlya-otpravki label{
    color: #fff;
}

.form-dlya-otpravki .gamfi{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-top: 30px;
}

.form-dlya-otpravki .input-{form-contac-info-area-form-fields-class}{
    border: 3px solid #006F5F;
    border-radius: 4px;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.form-dlya-otpravki .textarea-{form-contac-info-area-form-fields-class}{
    border: 3px solid #006F5F;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    padding: 10px 18px;
    height: 100px;
}

.form-dlya-otpravki .form-check{
    align-items: flex-start;
    padding-top: 9px;
    padding-left: 32px;
    text-align: left;
    padding-top: 8px;
    padding-left: 32px;
}

.form-dlya-otpravki .form-check a{
    text-decoration: underline;
    color: #006F5F;
}

.form-dlya-otpravki-btn{
    display: inline-block;
}


.footer{
    background: rgb(60 34 135);
    padding: 50px 0 20px 0;
}

.footer .footer_inner {
    border-top: 1px solid #fff;
    margin-bottom: 10px;
    text-align: center;
}

.footer .footer-blocks {
    padding: 32px 29px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 100%;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.footer-logo a img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.footer-logo a h2{
    font-size:18px;
    font-weight: 800;
    color: #fff;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 10px 0;
}


ul.footer-link-menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    justify-content: center;
    padding-bottom: 14px;
    flex-direction: column;
}


.contact-foot{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-link-menu li a , .footer-info li a, .contact-foot p, .footer-inner_js3 ul li a{
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

.footer-link-menu li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #006F5F;
    border-radius: 50%;
    top: 50%;
    left: -7px;
    transform: translate(-50%);
}

.footer-inner_js3 ul li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #006F5F;
    border-radius: 50%;
    top: 50%;
    left: -7px;
    transform: translate(-50%);
}

.footer-link-menu li a:hover, .footer-inner_js3 ul li a:hover{
    color: #006F5F;
	padding-left: 5px;
}

.copyright{
    padding: 15px 0;
}

.copyright-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.copyright-text div{
    font-size:18px;
    color: #fff;
    font-weight: 800;
}

.about_page-img {
    margin-bottom: 29px;
    position: relative;
    overflow: hidden;
    border-radius: 23px;
    border: 4px solid #006F5F;
}

.custom-accordion-area{
    padding: 32px 0;
    background: url(galleryarchive/bg-assets/bg-all-168dce247eec87.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.custom-accordion-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.custom-accordion-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
    position: relative;
    z-index: 1;
}

.custom-accordion-area-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.custom-accordion{
    position: relative;
    z-index: 1;
}

.accordion-collapse{
    border: solid #fff;
    border-width: 0 1px;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.custom-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button,
.custom-accordion .accordion-button {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 13px;
    border: 4px solid #006F5F;
    color: #fff;
    background-color: #310B0B;
    word-break: break-word;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    color: #fff;
    content: "\F2EA";
    font-family: "bootstrap-icons";
    background-image: none;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-accordion .accordion-button.collapsed:after {
    content: "\F4FE";
}

.custom-accordion .accordion-button.collapsed {
    color: #fff;
    background-color: #310B0B;
}

.custom-accordion .accordion-body {
    padding-bottom: calc(1rem - 15px);
    color: #fff;
}

.custom-accordion .accordion-body p {
    margin-bottom: 18px;
}

.game_overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.content-game-p p{
    color: #fff;
    font-size: 19px;
}

.contac-info-area{
    position: relative;
    padding: 60px 0 41px;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
}

.cia-block{
    display: flex;
    justify-content: center;
}

.contac-info-area .container{
    display: flex;
    flex-direction: column;
}

.contac-info-area_wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
    border-radius: 18px;
    padding: 29px;
    border: 4px solid #006F5F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.contact_info .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid #fff;
    background-color: #006F5F;
    font-size: 29px;
}

.contac-info-area_wrapper.with_spacing {
    padding-bottom: 14px;
}

.contac-info-area_wrapper .box_title {
    text-transform: uppercase;
    font-weight: 400;
}

.contac-info-area-bg{
    background: url(galleryarchive/bg-assets/bg-all-068dce247eec74.jpg) no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    position: sticky;
}

.contac-info-area-bg:before {
    content: '';
    background: rgba(0, 0, 0, .7); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contac-info-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 43px;
    position: relative;
    z-index: 1;
}

.contac-info-area-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}


.contact_info i{
    color: #fff;
    font-size: 27px;
    font-weight: 800;
}

.contact_info h4{
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
}

.contact_info .p-c-text {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease-out 0s;
}

.contact_info .p-c-text:hover {
    color: #006F5F;
    padding-left: 5px;
}


.contac-info-area label{
    color: #fff;
}

.contac-info-area-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 29px;
    border-radius: 18px;
    padding: 29px;
    border: 4px solid #006F5F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.contac-info-area-bg{
    background: url(galleryarchive/bg-assets/bg-all-068dce247eec74.jpg) no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
    position: sticky;
}

.contac-info-area-bg:before {
    content: '';
    background: rgba(0, 0, 0, .7); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contac-info-area .contac-info-area-form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contac-info-area .form-control:focus {
	border: none;
	outline: none;
	border: 3px solid #006F5F ;
}

.contac-info-area.form-groups .input{
    border: 1px solid #eee;
    border-radius: 4px;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.contac-info-area .contac-info-area-form-field{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding-top: 30px;
}

.contac-info-area .form-groups .textarea{
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    padding: 10px 18px;
    height: 100px;
}

.contac-info-area .form-control{
    border: 4px solid #006F5F !important;
}

.contac-info-area .form-check{
    align-items: flex-start;
    padding-top: 9px;
    padding-left: 32px;
    text-align: left;
    padding-top: 8px;
    padding-left: 32px;
}

.contac-info-area .form-check a{
    color: #006F5F;
}

.contac-info-area-form-btn{
    display: inline-block;
}

 .contac-info-area-map{
    position: relative;
    z-index: 1;
}

.contac-info-area-map iframe{
    display: flex;
} 

.game-area-dop{
    position: relative;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
    padding: 29px 0;
}

.game-area-dop .imagebox img{
    width: 100%;
    object-fit: cover;
    height: 429px;
}

.dop-stranica{
    position: relative;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
    padding: 29px 0;
}

.dop-stranica .container{
    padding: 30px;
}

.dop-stranica .row{
    display: flex;
}

.dop-stranica-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 29px;
    position: relative;
    z-index: 1;
}

.dop-stranica-title h5{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.dop-stranica-inner-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 41px;
    backdrop-filter: brightness(0.5);
}

.dop-stranice-content-img{
    position: relative; 
}

.dop-stranice-content-img img{
    width: 100%;
    object-fit: contain;
    height: 88px;
    position: absolute; 
    
}

.dop-stranice-content-img img.anim1{
    position: absolute; 
    animation: moveLeftRight 4s ease infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(50% - 50px)); 
    }
    100% {
        transform: translateX(0);
    }
}




.dop-stranice-content-img img.anim2{
    position: absolute; 
    animation: moveRightLeft 4s ease infinite;
}

@keyframes moveRightLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(-50% + 50px));
    }
    100% {
        transform: translateX(0);
    }
}


.dop-stranica-developer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
    gap: 17px;
    color: #fff;
}


.dop-stranica-developer i{
    font-size: 20px;
    font-weight: 800;
    color: #006F5F;
}

.dop-stranica-developer span{
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 18px;
}

.dop-stranica-trend{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
    gap: 17px;
    color: #006F5F;
}

.dop-stranica-trend p{
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 18px;
}


.dop-stranica-rating{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 14px;
    gap: 17px;
    color: #fff;
}

.dop-stranica-rating ul{
    display: flex;
    gap: 14px;
}

.dop-stranica-rating h5{
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 18px;
}


.dop-stranica-rating ul li{
    padding: 3px 7px;
    background: #006F5F;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dop-stranica__content h2{
    font-size: 18px;
}
.dop-stranica__image{
display: flex;
margin: 25px auto;
justify-content: center;}

.dop-stranica__image img{
    object-fit: cover;
    margin: 25px auto;
}

.dop-stranica__content{
    color: #fff !important;
}

.dop-stranica__content ul{
    list-style: disc !important;
}
.random-sect{
    display: flex;
    flex-direction: column-reverse;
}

.gamb-play iframe{
    width: 100%;
    height: 100vh;
}


.policy-m{
    padding: 96px 96px;
    overflow: hidden;
    color: #fff;
    position:relative;
    background: linear-gradient(229deg, rgba(71,34,195,1) 0%, rgba(238,253,45,1) 100%);
}


.policy-m .container{
    position: relative;
    z-index: 1;
}

.policy-m h1.policy-m-title{
    font-size: 19px;
    font-weight: 800;
    color: #fff;
}

.policy-m h1,h2,h3{
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.policy-m  a{
    text-decoration: underline;
    color: #fff !important;
}

.policy-m ol li {
    color: #fff !important;
}

.policy-m ul{
    list-style: disc !important;
}


.slick-slider .slick-track, .slick-slider .slick-list{
    direction: ltr;
}

.button-1 {
    position: relative;
    padding: 14px 26px;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 41px;
    border: none;
    z-index: 1;
}

.button-1 span {
    position: relative;
    color: #fff;
    letter-spacing: 4px;
    z-index: 1;
}

.button-1 .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    background: var(--color7);
    box-shadow: inset 0 0 50px rgb(var(--color2-rgb), .5);
    transition: .4s;
    z-index: -1;
}

.button-1 .liquid:after,
.button-1 .liquid:before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #fff;
}

.button-1 .liquid::before {
    border-radius: 45%;
    background: rgb(var(--color2-rgb), 1);
    animation: animateBtn 4s linear infinite;
}

.button-1 .liquid::after {
    border-radius: 40%;
    background: rgb(var(--color2-rgb), .5);
    animation: animateBtn 10s linear infinite;
}

.button-1:hover .liquid {
    top: -120px;
}

@keyframes animateBtn {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.button-2 {
    cursor: pointer;
    box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
    padding: 8px 14px;
    border: none;
    color: #fff;
    font-weight: 800;
    flex: 0 0 auto;
    z-index: 1;
  }
  
  .button-2 {
    background: #310B0B;
    transition: all 0.24s ease-out;
  }
  
  .button-2:hover {
    position: relative;
    top: -3px;
    box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
    color: #fff;
  }


  .button-3 {
    cursor: pointer;
    box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
    padding: 8px 14px;
    border: none;
    color: #fff;
    font-weight: 800;
    border-radius: 50%;
    flex: 0 0 auto;
    z-index: 1;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
  }
  
  .button-3 {
    background: #006F5F;
    transition: box-shadow 0.16s ease;
  }
  
  .button-3:hover {
    background: #d78e80;
    box-shadow: none;
    transition: .4s ease-out;
  }
  

  .button-4 {
    background-color: #006F5F; 
    border: none;
    color: white;
    padding: 15px 29px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius:14px;
    border: 1px solid #006F5F;
  }
  
  .button-4:hover {
    background-color: white;
    color: #006F5F;
  }
  
  .button-4:hover::before {
    content: "";
  }
  
  .button-4::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  .button-4:hover::before {
    opacity: 1;
  }

  .button-5 {
    background-color: #006F5F; 
    border: none;
    color: white;
    padding: 15px 29px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  
  .button-5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  
  .button-5:hover::before {
    width: 0;
    height: 0;
  }
  
  .button-5 span {
    position: relative;
    z-index: 1;
    color: #fff;
  }
  
  .button-5:hover {
    background-color: #310B0B;
    colgr: #fff;
  }


@media (max-width:991px){

    .header .header_inner{
        justify-content: space-between;
    }

  
    .header .navigation .main-menu>.menu-item.menu-item-logo {
        display: none;
    }


    .header .navigation {
        position: absolute;
        top: 77px;
        left: 0;
        right: 0;
        background-color: var(--color3);
        height: 0vh;
        transition: 0.4s all;
    }

    .header .navigation.open {
        height: 100vh;
    }

    .header .navigation .main-menu {
        display: block;
        height: calc(100% - 77px);
        overflow-y: auto;
        background: #310B0B;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .header .navigation .main-menu>.menu-item>a:hover {
        background-color: #fff;
        color: var(--color7);
    }

    .header .navigation .main-menu>.menu-item>a {
        padding: 8px 14px;
        justify-content: space-between;
    }

    .dop-stranice-content-img{
        display: none;
    }

    .dop-stranice-content-in-m{
        width: 100% !important;
    }

    .hw2{
        display: block !important;
    }

    .ga-c{
        width: 50% !important;
    }

    .game-area-dop .ga-pag{
       width: 100% !important;
    }
  
}

@media (max-width:768px){
    .hero_f7 .hero_f7-text-block h1{
        font-size: 21px;
    }

    .dop-stranica__image{
        width: 100% !important;
    }

     .ga-c{
        width: 100% !important;
    }
  
    
}


@media (max-width: 600px){
    .policy-m  {
        padding: 32px 32px;
    }
    
}

@media (max-width: 375px){
  
    .policy-m {
        padding: 29px 29px;
    }
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}

.pt-100{
    padding-top: 120px;
}