@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


:root {
    --bg1: #0C2233;
    --bg2: #060608;

    --bg3: #382933;
    --bg4: #180707;

    --bg5: #16213E;
    --bg6: #060606;

    --bg7: #160F30;
    --bg8: #060606;
  }

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

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

a {
    text-decoration: none;
}


.header-section_dfu6w{
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    z-index: 999;
    padding: 13px;
}

.header-section_dfu6w .logo a img{
    width: 45px !important;
    height: 45px !important;
}

.header-section_dfu6w .logo a{
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-section_dfu6w .logo a h2{
   color: #fff;
   font-size: 21px;
}

.header-holder_dfy763{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu-area  ul.menu{
    display: flex;
    gap: 19px;
}

.menu-area .menu li a{
    color: #fff;
    font-size: 17px;
}

.menu-area .menu li a:hover{
    color: #00C9B1;
    font-size: 17px;
}


.header-hero_dnfu8{
    padding:  142px 0;
    background: url(picgallery/bg/bg-all-0684972a22c823.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 80vh;
    position: relative;
    overflow: hidden;
}
.sub-title-year{
text-align: center; 
color: #fff;
}
.header-hero_dnfu8::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.hero-text_sdu9,.hero-btn {
    z-index: 1;
}

.hero-text_sdu9 h2{
    font-size: 33px;
    color: #fff;
    text-shadow: 2px 2px 2px #00C9B1;
}

.hero-btn a{
    color: #00C9B1;
}

.hero-btn a:hover{
    color: #ffff;
}
.rand-block-games{
    display: flex;
    flex-direction: column;
    gap:29px;
}

.ab_dgye{
    padding: 65px 0;
}

.ab-top-image_fu9{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
}

.ab-bottom-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.ab_dgye .ab-top-image_fu9 img, .ab_dgye .ab-bottom-image img{
    width: 100% !important;
    height: 65px !important;
    object-fit: contain;
}

.ab-image_dhf76e{
    animation: lab_zoominout 15s linear infinite;
}

@keyframes lab_zoominout {
    0% {
        transform: scale(.85);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.85);
    }
}

.ab_dgye .ab-image_dhf76e img{
    width: 100% !important;
    height: 361px !important;
    object-fit: contain;
}

.ab-text h5{
    text-align: center;
    font-size: 33px;
    color: #fff;
    text-shadow: 2px 2px 2px #00C9B1;
}

.ab-text .ab-text-desc{
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.game{
    padding:  65px 0;
}

.game-title{
    padding-bottom: 29px;
}

.game-title h5{
    text-align: center;
    font-size: 33px;
    color: #fff;
    text-shadow: 2px 2px 2px #00C9B1;
}

.game .item {
    position: relative;
    border-radius: 5px;
    padding: 1px;
}

.gradient-bg {
    background: linear-gradient(to right, #00C9B1, #321D2F, #0a1b16);
}

.game .item .img_hdyt7e img {
    border-radius: 6px;
    transition: 0.5s;
}

.game .item:hover img {
    opacity: 0.1;
}

.game .item .item-info {
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}

.game .item:hover .item-info {
    opacity: 1;
}

.game .item-info h4{
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    padding-bottom:  14px;
}

.accordion{
    padding: 65px 0;
}


.accordion-top-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.accordion-bottom-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.accordion .accordion-top-image img, .accordion .accordion-bottom-image img{
    width: 100% !important;
    height: 65px !important;
    object-fit: contain;
}

.accordion-block {
    display: flex;
    flex-direction: column;
    max-width: 491px;
    margin: auto;
  }

  .accordion-item {
    border-radius: 3px;
    border: 1px solid #00C9B1;
    margin-bottom: 7px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .accordion-header {
    padding: 6px;
    cursor: pointer;
    background-color: var(--bg7);
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-weight: 900;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease-out;
  }

  .accordion-header span, .accordion-header .toggle{
    font-size:  19px;
    color: #fff;
  }

  .accordion-body {
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .accordion-body p{
    padding: 13px;
    color:black;
  }

  .accordion-item.active .accordion-header {
    background-color: var(--bg7);
  }

  .accordion-item.active .accordion-body {
    max-height: 250px;
  }

  .toggle {
    transition: transform 0.2s ease-out;
  }

  .accordion-item.active .toggle {
    transform: rotate(180deg);
  }

  .accordion-image{
    animation: lab_zoominout 15s linear infinite;
}

@keyframes lab_zoominout {
    0% {
        transform: scale(.85);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.85);
    }
}

.accordion-image img{
    width: 100% !important;
    height: 361px !important;
    object-fit: contain;
}

.leader{
    padding: 65px 0;
}

.leader h6{
    text-align: center;
    font-size: 19px;
    color: #fff;
    text-shadow: 2px 2px 2px #00C9B1;
}

.leader-top-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.leader-bottom-image_356gf{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.leader .leader-top-image img, .leader .leader-bottom-image_356gf img{
    width: 100% !important;
    height:  65px !important;
    object-fit: contain;
}

.leaderBoard {
    margin-top: 19px;
    overflow: hidden;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.leader .leader-a{
    display: flex;
    gap: 13px;
}


.lidcell {
    flex: 1;
    padding: 15px;
    text-align: center;
    position: relative;
    border: 1px solid #00C9B1;
    border-radius: 0px;
    background-color: var(--bg7);
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.leader .lidcell img.cas-coin{
    width:  56px !important;
    height:  56px !important;
    object-fit: contain;
}


.leaderBoard .logo {
    width:  56px;
    height:  56px;
    object-fit: cover;
    border-radius: 0%;
    border: 5px solid #fff;
}

.gow-play{
    padding: 65px 0;
}

.gow-play-box{
    display: flex;
}

  .gow-play-block {
    background: rgba(0, 30, 80, 0.3);
    backdrop-filter: blur(29px);
    -webkit-backdrop-filter: blur(29px);
    margin: 6px;
    padding: 15px;
    text-align: center;
    box-shadow: 7px 7px 0px 0px #00C9B1, 17px 17px 0px 0px #00C9B1; 
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
    display: flex;
    flex: 1;
  }

  .gow-play-block:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

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

  .gow-play-content p {
      color: #fff;
      font-size: 17px;
  }

  .gow-play-logo {
    width: 56px;
    height: 56px;
    margin-bottom: 6px;
  }


  .discl_rnf7{
    padding: 65px 0;
  }

  .discl-block_ndu7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px;
  }

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

  .dislogo_r77 {
    width: 142px; 
    margin-bottom: 19px; 
    animation: moveUpDown 2s infinite alternate; 
  }

  @keyframes moveUpDown {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(6px); 
    }
  }

  .disclaimer-text {
    background: #8f0a0a;
    padding: 19px;
    border-radius: 0px;
    border: 1px solid #00C9B1;
    color: #fff;
  }
  .disclaimer-text h2{
    text-align: center; text-shadow: 2px 2px 2px #00C9B1;
  }
  .disclaimer-text  p{
    padding: 6px;
    text-align: center;
  }

.fgam{
    padding: 65px 0;
    background: url(picgallery/bg/bg-all-1684972a22c858.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

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

.fgam .game-title{
    position: relative !important;
    z-index: 1!important;
}

.col-lg-6.fgamImg {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-lg-6.fgamImg img {
    max-height: 328px !important;
    animation: rotate 15s linear infinite; 
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.fgam-box{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    z-index: 1;

    background: rgba(0, 30, 80, 0.2);
    backdrop-filter: blur(29px);
    margin: 6px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex: 1;
}

.fgam label{
    color: #fff;
}

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

.fgam .gamfi{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 29px;
}

.fgam .input-field-group_item{
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 42px;
    padding:  13px 19px;
    transition: all 0.2s ease 0s;
}

.fgam .textarea-field-group_item{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding:  13px 19px;
    height: 65px;
}

.fgam .form-check{
    align-items: flex-start;
    padding-top: 6px;
    padding-left: 30px;
    text-align: left;
    padding-top: 6px;
    padding-left: 30px;
}

.fgam .form-check a{
    text-decoration: underline;
    color: #00C9B1;
}

.fgam-btn{
    display: inline-block;
}

  
.footgam {
    padding: 30px 0;
}

.footgam-cont-block_df7{
    display: flex;
    border-bottom:  1px  solid #fff;
    padding-bottom: 19px;
    margin-bottom: 29px;
}

.footgam-phone, .footgam-mail, .footgam-adrs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footgam-phone span a, .footgam-mail span a, .footgam-adrs span{
    color: #fff;
    font-size: 19px;
    text-shadow: 2px 2px 2px #00C9B1;
}

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

.footgam-logo a img{
    width: 45px !important;
    height: 45px !important;
    object-fit: contain;
}

.footgam-logo a h2{
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    padding-top: 6px;
}

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

.footgam-links_sw8 ul li a{
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.footgam-links_sw8 ul li a:hover{
    color: #00C9B1;
}

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

.footimageLd img{
    max-width: 250px !important;
    height: 86px !important;
    object-fit: contain;
}

.footgam-copy-block{
    display: flex;
    border-top: 1px solid #fff;
    padding-top: 19px;
    margin-top: 29px;
}

.footgam-copy-poli ul li a{
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

.footgam-copy-poli ul li a:hover{
    color: #00C9B1;
}

.footgam-copy-year div{
    color: #fff;
    font-size: 19px;
    text-shadow: 2px 2px 2px #00C9B1;
}

.footgam-copy-poli, .footgam-copy-year{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}


.gamb-single-page{
    background: url(picgallery/bg/opacity_bg-0684972a22c906.png), #0a1b16;
    padding: 33px 0;
}

.gamb-single-page .container{
    padding: 29px;
}

.gamb-single-page .row{
    display: flex;
}

.gamb-single-page-rating_53627u{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 33px;
    gap:  14px;
    color: #fff;
}

.gamb-single-page-rating_53627u ul{
    display: flex;
    gap:  6px;
}

.gamb-single-page-rating_53627u h5{
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size:  19pxx;
    text-shadow: 2px 2px 2px #00C9B1;
}


.gamb-single-page-rating_53627u ul li{
    padding: 2px 7px;
    background: #00C9B1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gamb-single-page__content_yu7 h2{
    font-size: 17px;
}

.gamb-single-page__image,.gamb-single-page__content_yu7{
    margin: 24px 0;
}

.gamb-single-page__image img{
    object-fit: cover;
    -webkit-filter: drop-shadow(19px 19px 6px #00C9B1);
    filter: drop-shadow(19px 19px 6px #00C9B1);
    height: 292px;
    width: 100%;
}

.gamb-single-page__content_yu7{
    color: #fff !important;
}

.gamb-single-page__content_yu7 ul{
    list-style: disc !important;
}


.gamb-single-page .game-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gamb-single-page .game-title i{
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 2px #00C9B1;

    animation: upDownAnimation .7s infinite alternate; 
}

  @keyframes upDownAnimation {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(20px); 
    }
  }

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


.change-position{
    display: flex;
}

.contactGambPage{
    padding: 29px 0  48px 0;
    background: url(picgallery/bg/opacity_bg-1684972a22c955.png), #0a1b16;
}

.contactGambPage label{
    color: #fff;
}

.contactGambPage .contactGamb-blockForm {
    background: rgba(0, 30, 80, 0.2);
    backdrop-filter: blur(29px);
    -webkit-backdrop-filter: blur(29px);
    margin: 13px;
    padding: 17px;
    text-align: center;
    box-shadow: 7px 7px 0px 0px #00C9B1, 17px 17px 0px 0px #00C9B1; 
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}


.contactGambPage .form-control:focus {
	border: none;
	outline: none;
	border: 1px solid #00C9B1;
    border-left: 1px solid #00C9B1;
}

.contactGambPage .form-groups .input{
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333;
    height: 45px;
    padding: 6px 17px;
    transition: all 0.5s ease 0s;
}

.contactGambPage .field{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top:29px;
}

.contactGambPage .form-groups .textarea{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    padding: 10px 19px;
    height: 100px;
}

.contactGambPage .form-check{
    align-items: flex-start;
    padding-top: 6px;
    padding-left: 30px;
    text-align: left;
    padding-top: 6px;
    padding-left: 30px;
}

.contactGambPage .form-check a{
    color: #00C9B1;
}

.contactGambPage-btn{
    display: inline-block;
}

.contactGambPage-block_hd7{
    display: flex;
    gap:  21px;
}

.contactGambPage-box{
    display: flex;
    flex: 1;
}


.contactGambPage-inner_yru {
    background: rgba(0, 30, 80, 0.2);
    backdrop-filter: blur(29px);
    -webkit-backdrop-filter: blur(29px);
    margin: 13px;
    padding: 17px;
    text-align: center;
    box-shadow: 7px 7px 0px 0px #00C9B1, 17px 17px 0px 0px #00C9B1; 
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }

  .contactGambPage-inner_yru:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .contactGambPage-icon i{
    font-size: 29px;
    color: #00C9B1;
  }

  .contactGambPage-content h3{
      color: #fff;
      font-weight: 900;
      font-size: 21px;
  }

  .contactGambPage-content div,.contactGambPage-content a{
    color: #fff;
    font-size: 17px;
  }


.contactGamb-gmap{
    overflow: hidden;
}

.contactGamb-gmap iframe{
    display: flex;
}


.gamble-potilic{
    background-color: #060605 !important;
    padding: 62px 62px;
    overflow: hidden;
    color: #fff;
}

.gamble-potilic h1.gamble-potilic-titl_hue7{
    font-size:  21px;
    font-weight: 900;
    color: #fff;
}

.gamble-potilic h1,h2,h3{
    font-size: 19px;
    font-weight: 900;
    color: #fff;
}

.gamble-potilic  a{
    text-decoration: underline;
    color: #fff !important;
}

.gamble-potilic ol li {
    color: #fff !important;
}

.gamble-potilic ul{
    list-style: disc !important
}



.button-1 {
    padding: 13px 33px;
    background: linear-gradient(to right, #00C9B1, #321D2F, #0a1b16);
    text-transform: capitalize;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
}

.button-1:hover {
    color: #00C9B1;
    background: linear-gradient(to right, #321D2F, #0a1b16, #00C9B1);
}


.button-2 {
    font-size:17px;
    text-align: center;
    display: inline-block;
    padding:15px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 1px;
    position:relative;
    overflow:hidden;
    background: linear-gradient(to right, #321D2F, #0a1b16, #00C9B1);
    color: #fff;
  }
  
  .button-2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background : #fff;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
  }
  
  .button-2:hover:before {
    width: 100%;
    color: #00C9B1;
    background: linear-gradient(to right, #321D2F, #0a1b16, #00C9B1);
  }

  .button-3 {
    font-size:15px;
    padding:15px;

    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 6px;
    border: 0px;
    box-shadow: 0px 0px 14px -7px #321D2F;
    background-image: linear-gradient(45deg, #00C9B1 0%, #321D2F  51%, #00C9B1  100%);
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
  }
  
  .button-3:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }

  .button-4 {
    background: #321D2F;
    border: 1px solid #00C9B1;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 1em 1em;
    color: #fff;
    transition: 0.25s;
}

.button-4:hover, .button-4:focus {
    border-color: #00C9B1;
    color: #fff;
    border: 1px solid #321D2F;
    box-shadow: 
    inset -30px 0 0 0 #00C9B1,
    inset 30px 0 0 0 #00C9B1; 
}

.button-5 {
    background: #321D2F;
    border: 1px solid #00C9B1;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 1em 1em;

    color: #fff;
    transition: 0.25s;
}

.button-5:hover, .button-5:focus {
    border-color: #00C9B1;
    color: #fff;
    border: 1px solid #321D2F;
    box-shadow: inset 300px 0 0 0 #00C9B1;

}
.img-games1{
    height: 492px;
}
.footer-linkImg {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.footer-linkImg a img {
  max-height: 50px;
  width: auto;
  display: block;
  box-sizing: content-box;
}
@media (max-width: 575px){
  .footer-linkImg a img{
        max-height: 30px;
  }}
.img-games1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media(max-width: 992px){
    .header-holder_dfy763{
        flex-direction: column !important;
        align-items: center;
    }

    .discl-block_ndu7{
        flex-direction: column;
    }

    .discl-logos, .disclaimer-text, .discl-logos{
        width: 100% !important;
    }

    .col-lg-6.fgamImg{
        justify-content: center;
        padding: 29px;
    }

    .col-lg-6.fgamImg img {
        max-height:  206px !important;
    }

    .footgam-cont-block_df7{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .menu-area ul.menu{
        flex-wrap: wrap;
        justify-content: center;
    }

    .gow-play-box{
        padding-bottom: 33px;
    }

    .fs2{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footgam-logo, .footgam-links_sw8, .footimageLd{
        width: 100% !important;
    }

    .footgam-copy-block{
        flex-direction: column !important;
        gap: 6px;
    }

    .pag2 .row{
        flex-direction: column !important;
    }

    .pag2 .ab-image_dhf76e,  .pag2 .ab-text{
        width: 100% !important;
    }

    .contactGambPage-block_hd7{
        flex-direction: column !important;
    }

    .contactGambPage-box{
        width: 100% !important;
    }
}

@media(max-width: 768px){
    .leader .leader-a{
        flex-direction: column;
        padding-bottom: 33px;
    }

    .game-box{
        width: 100% !important;
    }

    .gameb2{
        width: 100% !important;
    }

    .gamb-single-page__image, .gamb-single-page__content_yu7{
        width: 100% !important;
    }

}

@media(max-width: 600px){
    .gamble-potilic {
        padding: 33px;
    }
    
    .hero-text_sdu9 h2{
        font-size: 19px !important;
    }
  
}

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