/* ========================== 
    List style                
    1. Customs                
    2. General                
    3. Homepage                
    4. About-us                
    5. Product                
    6. Service                
    7. Partners                
    8. Contact-us                
    9. Footer                
    10. Right-panel                
   ============================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root{
    --color-linear-gradient: linear-gradient(95.06deg, #D72D2D 4.35%, #EE4D3B 52.17%, #F9A148 100%);

}
/* --------------------------------------------------*/
/*                  BEGIN :: Customs                 */
/* --------------------------------------------------*/
.custom-text-title{
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fs-60{
    font-size: 60px;
}
.fs-40{
    font-size: 40px;
}
.fs-30{
    font-size: 30px;
}
.fs-20px{
    font-size: 20px;

}
.fs-12px{
    font-size: 12px;

}
.fw-600{
    font-weight: 600;
}

.br-10-perc{
    border-radius: 7%;
}
.img-container{
    height: 135px;
}
.card{
    border:none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.payment-button,
.game-button{
    background: none;
    border:none;
    width:fit-content;
    height:fit-content;
}
.game-category-button{
    background: none;
    border:none;
    width:fit-content;
    height:fit-content;
    margin: 0px 25px;
    font-weight: 700;
    font-size:20px;
    padding-bottom:3px;

}
.game-category-button.active{
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom:2px solid #F9A148;
}
.border-1{
    border:1px solid grey;
}
.h-150{
    height:150px;
}
.owl-nav{
    display:flex;
    font-size:30px;
    justify-content:space-between;
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span{
    background: none; /* Remove default background */
    border: none;     /* Remove border */
    font-size: 30px;  /* Adjust font size as needed */
    color: #fff;      /* Change color as needed */
    cursor: pointer;
    outline: none;
}
.navbar-light .navbar-nav .nav-link{
    color:black !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color:white !important;
}
/* Ensure the dropdown is hidden on large screens */
.dropdown-menu.custom-lg-none {
    display: block;
}
@media (min-width: 992px) {
    .dropdown-menu.custom-lg-none {
        display: none;
    }
}
.dropdown-toggle::after{
    display:unset;
    vertical-align:middle;
    margin-left:0.8rem;
}
.dropdown-item{
    padding:0.6rem 1rem;
}
@media(max-width:992px){
    #language-btn{
        display:none;
    }
}
@media(min-width:992px){
    .lg-text-force-nowrap{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
    }
}
.text-nowrap {
    white-space: nowrap;
}
@keyframes grow-shrink {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}
/* --------------------------------------------------*/
/*                  BEGIN :: General                 */
/* --------------------------------------------------*/
*{
    font-family: "Twemoji Country Flags","Inter", sans-serif;
    font-size:15px;
}
body ,html{
    overflow-x: hidden;
}

.montserrat-alternates-extrabold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.montserrat-alternates-bold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.montserrat-alternates-semibold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.vertical-align{
    vertical-align:middle;
    display: table-cell;
    justify-content: center;
}

.text-bluegreen{
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.button-bg-orange-blue{
    background-image:  url('../images/img_uploads/button-bg-orange-blue.png');
    background-color:transparent;
    /* background-size: 100% 100%; */
    background-size:100% 100%;
    background-position:center;
    background-repeat: no-repeat, no-repeat;
    opacity: 1;

    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;

    border:none;
}
.button-bg-orange-blue-oswald{
    background-image:  url('../images/img_uploads/button-bg-orange-blue.png');
    background-color:transparent;
    background-size:100% 100%;
    background-position:center;
    background-repeat: no-repeat, no-repeat;
    opacity: 1;

    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;

    border:none;
}

button.button-bg-orange-blue{
    border:none;
}

.absolute-landing-position{
    top:20%;
}

h1.responsive-landing-title{
    font-size:70px; 
}

@media(max-width:768px){
    h1.responsive-landing-title{
        font-size:45px;
    }
}
@media(max-width:500px){
    h1.responsive-landing-title{
        font-size:30px;
    }
}
h2.responsive-landing-title{
    font-size:50px; 
}

@media(max-width:768px){
    h2.responsive-landing-title{
        font-size:30px;
    }
}
@media(max-width:500px){
    h2.responsive-landing-title{
        font-size:18px;
    }
}
.hover-zoom-1-2{
    transition: 200ms linear; 
}
.hover-zoom-1-2:hover {
    transform: scale(1.2);
}
.hover-zoom-1-1{
    transition: 200ms linear; 
}

.hover-zoom-1-1:hover {
    transform: scale(1.1);
}
.hover-zoom-1-05-pointer{
    transition: 200ms linear; 
}

.hover-zoom-1-05-pointer:hover {
    cursor: pointer;
    transform: scale(1.05);
}
/* --------------------------------------------------*/
/*                  BEGIN :: Homepage                */
/* --------------------------------------------------*/
.header-sticky.container-fluid.header-container{
    z-index: 1000;
}
.header-container{
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat, no-repeat;
    opacity: 1;
}
.nav-link{
    color:black;
}
.nav-link:hover{
    color:white !important;
}
.nav-link.active{
    color:white !important;
}
li a.active{
    background: var(--color-linear-gradient);
    border-radius:20px;
}
@media(max-width:992px){
    a.dropdown-item.active{
        background: var(--color-linear-gradient);
        border-radius:20px;
    }
}
@media(min-width:992px){
    a.dropdown-item.active{
        border-radius:0px;

    }
}

li.nav-item .dropdown-menu{
    top: calc(100% + 10px);
    left:-90%;
}
@media(max-width:992px){
    li.nav-item .dropdown-menu{
        background:none;
        border:0px;
        padding-left:20px;
    }
    li.nav-item .dropdown-menu a:hover{
        background: none;
        color:white;
    }
}

.landing-view{
    position: relative;
    background-image: url('../images/img_uploads/new-background-all.png');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
}
.landing-text-container{
    width:50%;
    padding-top:10%;
    /* padding: 10% 0 15% 7%; */
}
.landing-text-container .top-title{
    color:rgba(0, 255, 134, 1);
    padding-bottom: 6%;

}

.landing-text-container .bottom-title{
    color:white;
    width:70%;
}
.extra-bolder{
    color:linear-gradient(267.52deg, #0893F0 5.71%, #26FFE6 98.48%);;    
    text-shadow: 4px 0 linear-gradient(267.52deg, #0893F0 5.71%, #26FFE6 98.48%);;
    letter-spacing:4px;
    font-weight:bold;
}
.we-do-title{
    background-image: linear-gradient(267.52deg, #0893F0 5.71%, #26FFE6 98.48%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 15px 0 0 0;
}
.experience-title{
    font-family: 'Montserrat Alternates';
    /* font-weight:900; */
    background-image: linear-gradient(267.52deg, #0893F0 5.71%, #26FFE6 98.48%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 8% 0 0 0;
}
.landing-pill-container{
    transform: translateY(50%);
}
.landing-pill-container .pills{
    max-width:235px;
    background-color: white;

    border-radius: 20px 0px 20px 0px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);

}
.expereience-container-text{
    position: relative;
}
.img-container-experience-title{
    position: relative;
}
.no-dots {
    list-style-type: none;
    padding-left: 0; /* Optional: Removes indentation */
}
.apart-grid{
    display:grid;
    grid-template-columns:60px auto;
    gap:10px;
    align-items:center;
}
img.jewel1,img.jewel2{
    position: absolute;
}
img.jewel1{
    top:0;
    right:0;
    max-height:25%;
}
img.jewel2{
    bottom:0;
    left:0;
    max-height:25%;
}

.expereience-container-text{
    text-align: justify;
}
section.partner{
    position: relative;
    background: var(--color-linear-gradient); 
    width: 100%;
    height:100%;
}

.col-15-percent{
    width:12% !important;
}
section.igaming{
    position: relative;
    /* background-image: url('../images/img_uploads/igaming-background2.png'); */
    background-image: url('../images/img_uploads/new-igaming-background2.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;

    color:white;
}
.igaming-linear-gradient-border{
    position: relative;
    background: linear-gradient(180deg, #8360C3 0%, #2EBF91 100%) !important;
    padding: 2px;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    width:244px;
 }
 
 .igaming-linear-gradient-background{
    background: url('../images/img_uploads/homepage/new-igaming-icon-bg.png') center center no-repeat;
    background-size: cover;
    overflow: hidden;    
    color:white !important;
    text-align: center;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    width:242px;
 }
section.about{
    position: relative;
    background-image: url('../images/img_uploads/about-background.png');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 

    color:black;
}
.section-about-row{
    padding:7.5% 0 3.5%;
}
.section-about-row.left-about-container{
    padding:2.5% 0;
}

.about-title{
    font-family: 'Montserrat Alternates';
    font-weight:900;
}
.about-container-pillbar{
    background: 
    linear-gradient(#ffffff 0 0) padding-box, 
    var(--color-linear-gradient) border-box;
    color: #000000;
    border: 5px solid transparent;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    display: inline-block;
    transform: translateY(50%);
}

section.client{
    background-color: rgba(243, 245, 249, 1);
}
section.client .container{
    padding-top:50px;
}
section.interested{
    background: var(--color-linear-gradient);
    color:white;
}
.left-interested-container-text{
    padding-top:7%;
}

section.footer{
    background-color: #000000;
    color:white;
}
.footer .footer-line{
    border-top: 2px solid rgb(255, 255, 255);
    opacity: 1;
}
section.footer a{
    text-decoration: none;
    color:rgb(197, 197, 197);
}

section.footer a:hover{
    color:rgb(255, 255, 255);
}
@media (max-width: 992px) {
    *{
        font-size:14px;
    }
    .landing-text-container .bottom-title{
        color:white;
        width:100%;
    }
    .landing-text-container{
        width:100%;
        padding:0 5%;
    }
    .landing-view{
        /* background-image: url('../images/img_uploads/background-no-cat.png'); */
        background-image: url('../images/img_uploads/new-background-all.png');
        background-position: right 100% bottom;
    }
    .landing-pill-container{
        transform: translateY(0);
        width:100%
    }
    .experience-title{
        padding: 4% 0;
    }
    .section-about-row{
        padding:7.5% 0 3.5%;
    }
    .about-container-pillbar{
        background: 
        linear-gradient(#ffffff 0 0) padding-box,
        var(--color-linear-gradient) border-box;
        color: #000000;
        border: 5px solid transparent;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        border-radius: 100px;
        display: inline-block;
        transform: translateY(50%) !important;
    }
    .about-container-pillbar-mobile{
        background: 
        linear-gradient(#ffffff 0 0) padding-box,
        var(--color-linear-gradient) border-box;
        color: #000000;
        border: 5px solid transparent;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        border-radius: 100px;
        display: inline-block;
    }
    section.client .container{
        padding-top:6.5%;
    }
    .footer-copyright-mobile{
        font-size: 10px;
    }
}

@media(max-width:776px) {
    .landing-pill-container{
        transform: translateY(0);
        width:auto;
    }
}

section.what-we-do{
    background-image: url('../images/img_uploads/what-we-do-background.png');
    background-position: center  bottom;
}

section.igaming .absolute-container{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10;
}
.absolute-container .img1{
    position:absolute;
    bottom:30px ;
    left:30px   ;
    height:350px;
    width:auto;
    z-index:10;

}
.absolute-container .img2{
    position:absolute;
    top:50px;
    right:50px;
    height:100px;
    width:auto;
    z-index:10;

}
section.igaming .content{
    position:relative;
    z-index:999;
}
/* --------------------------------------------------*/
/*                  BEGIN :: About-us                */
/* --------------------------------------------------*/
section.landing{
    background-position: center; 
    background-repeat: repeat;
    width:100%;
}
.be-win-title{
    background-image: linear-gradient(to left, #0893F0 , #26FFE6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.grouped-be-win-content-desktop{
    padding-bottom:10%;
}
.advantage-content-div{
    text-align:center;
}

.advantage-content-div h2{
    font-size:21px;
}
.adv-banner{
    background: #EDEDED;
    border-radius:30px;
}
.asdasdasd{
    background: #EDEDED;
    border-radius:30px;
}
.advantage-img{
    height:40%;
}
.advantage{
    position: relative;
}
.advantage .bg-img{
    position:absolute;
    bottom:50%;
    left:0;
    z-index:-1;
    transform: translateY(100%);

}
.advantage .bg-img img{
    width: 100%;
    max-width:200px;
}
.bold-700{
    font-weight: 700;
}
.blue-text{
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
}
section.pills-infomation{
    background-color: black;
}
.pills-info .info{
    background-color: white;
    box-shadow: 0px 0px 30px #00FF86;
    border-radius: 20px 0px;

}
@media (max-width: 992px) {
    .blue-text{
        color: #0068FF;
        font-size: 35px;
    }
}

/* --------------------------------------------------*/
/*                  BEGIN :: Product                 */
/* --------------------------------------------------*/
section.sportbook{
    background: url('../images/img_uploads/product-details/sport-bg.png');
    background-size: cover;
    background-position:center 5% bottom;
    background-repeat: no-repeat;
    opacity: 1;
}

/* --------------------------------------------------*/
/*                  BEGIN :: Service                 */
/* --------------------------------------------------*/
section.casino-platform a{
    text-decoration: none;
    color:black;
}
section.e-brochure{
    background-image: url('../images/img_uploads/services-details/e-brochure.png');
    background-size: cover;
    background-position: right;
    position:relative;
}
section.e-brochure .dark-overlay{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.45);
    z-index:1;
}
.content-without-overlay{
    position: relative;
    z-index:2;
}
.grey-background-benefit{
    background: #eeeeee;
    border-radius:25px;
}
section.more-solution{
    background: #000;
    color:white;
}
.more-solution-content .rounded-pills{
    border-radius:20px;
}
.more-solution-content .rounded-pills img{
    border-radius:20px 20px 0px 0px;
}
.e-brochure-text{
    color:white;
}
/* --------------------------------------------------*/
/*                  BEGIN :: Partners                */
/* --------------------------------------------------*/
section.partners-container a{
    text-decoration: none;
    color:black;
}
section.partners-container .content-translated-X{
    transform: translateY(-35%);
    background:white;
    border-radius:20px;
    margin-bottom:-15% !important;
}
.top-left-hanging-date{
    background: var(--color-linear-gradient);
    border-radius:15px;
    aspect-ratio : 1 / 1;
    width:auto;
    color:white;
    top:2%;
    left:5%;
}
.gradient-text-read-full{
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
/* --------------------------------------------------*/
/*                  BEGIN :: Contact-us              */
/* --------------------------------------------------*/
section.contact-fills{
    position:relative;
}
section.contact-fills img.top-right,
section.contact-fills img.btm-left{
    position:absolute;
}
section.contact-fills img.top-right{
    top:-5%;
    right:5%;
    z-index:-1;
    max-width:15%;
}
section.contact-fills img.btm-left{
    bottom:-6.5%;
    left:5%;
    max-width:20%;
    z-index:-1;
}
section.partners-content .pills{
    background: #F8F8F8;
    border-radius: 20px;
    background: linear-gradient(#ffffff 0 0) padding-box, var(--color-linear-gradient) border-box;
    color: #000000;
    border: 5px solid transparent;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    display: inline-block;
}

section.info-bar .bar.container{
    border:1px #CDCDCD solid;
    border-radius:87.5px;
}

input.form-control,textarea.form-control{
    border-radius:40px;
}
section.info-bar .bar.container{
    border:1px #CDCDCD solid;
    border-radius:37.5px;
}
.button-grey{
    background: #ECF1F9;
    border-radius:12px;
}
@media (max-width: 992px) {
    section.contact-fills img.top-right{
        max-width:10%;
    }
    section.contact-fills img.btm-left{
        bottom:-3%;
        left:0%;

    }
}
/* --------------------------------------------------*/
/*                  BEGIN :: Footer                */
/* --------------------------------------------------*/
.owl-carousel .owl-dots{
    display:none;   
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
  
.owl-carousel .caption {
    text-align: center;
}
.interested-grid{
    padding-top:70px;
    padding-bottom:70px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

@media (min-width:992px){
    .interested-grid{
        grid-template-columns: auto 350px;
    }
}
.attach-file-button{
    background: #ECF1F9;
    color:black;
    height:70px;
    border:none;
    padding-left:60px;
    padding-right:60px;
    border-radius: 15px;
}
/* --------------------------------------------------*/
/*                BEGIN :: Right-panel               */
/* --------------------------------------------------*/
@keyframes up-down-jump {
    0% {
        transform: translateY(0); /* Start at the original position */
    }
    50% {
        transform: translateY(-20px); /* Move up */
    }
    100% {
        transform: translateY(0); /* Return to original position */
    }
    }

.bounce {
    animation: up-down-jump 1s ease-in-out infinite;
}
.right-panel{
    position:fixed;
    top:40%;
    right:0;
    z-index:1099;
    /* background:rgb(97, 97, 97); */
    transition: 1s ease-out;
}

.right-panel p{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin:0;
    padding: 30px 15px;
    color:white;
}
.right-panel:hover img{
    transform: translateX(0%);
}

@media(max-width:568px){
    .right-panel img{
        width:45px !important;
    } 
}