@import url(/assets/common/css/jquery.fancybox.min.css);
.slick-list,li,ul {
    padding:0;
    margin:0
}
.fa {
    font-family:"Font Awesome 6 Pro";
    font-family:var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight:900;
    font-weight:var(--fa-style,900)
}
.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    display:var(--fa-display,inline-block);
    font-style:normal;
    font-variant:normal;
    text-rendering:auto
}
.slick-list,.slick-slider,.slick-track {
    position:relative;
    display:block
}
.fa-add::before,.fa-plus::before {
    content:"\f067"
}
.fa-brands,.fab {
    font-family:"Font Awesome 6 Brands";
    font-weight:400
}
.fa-facebook:before {
    content:"\f09a"
}
.fa-facebook-f:before {
    content:"\f39e"
}
.fa-facebook-messenger:before {
    content:"\f39f"
}
.fa-facebook-square:before {
    content:"\f082"
}
.fa-linkedin:before {
    content:"\f08c"
}
.fa-linkedin-in:before {
    content:"\f0e1"
}
.fa-instagram:before {
    content:"\f16d"
}
.fa-instagram-square:before {
    content:"\e055"
}
.fa-twitter:before {
    content:"\f099"
}
.fa-twitter-square:before {
    content:"\f081"
}
.fa-angle-down::before {
    content:"\f107"
}
.fa-angle-left::before {
    content:"\f104"
}
.fa-angle-right::before {
    content:"\f105"
}
.fa-angle-up::before {
    content:"\f106"
}
.fa-duotone.fa-close:after,.fa-duotone.fa-multiply:after,.fa-duotone.fa-remove:after,.fa-duotone.fa-times:after,.fa-duotone.fa-xmark:after,.fad.fa-close:after,.fad.fa-multiply:after,.fad.fa-remove:after,.fad.fa-times:after,.fad.fa-xmark:after {
    content:"\10f00d"
}
.fa-arrow-right::before {
    content:"\f061"
}
.fa-play::before {
    content:"\f04b"
}
.fa-close::before,.fa-multiply::before,.fa-remove::before,.fa-times::before,.fa-xmark::before {
    content:"\f00d"
}
@font-face {
    font-family:"Font Awesome 6 Brands";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url("../../common/fonts//fa-brands-400.woff2") format("woff2"),url("../../common/fonts//fa-brands-400.woff") format("woff"),url("../../common/fonts//fa-brands-400.ttf") format("truetype")
}
@font-face {
    font-family:"Font Awesome 6 Duotone";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url("../../common/fonts//fa-duotone-900.woff2") format("woff2"),url("../../common/fonts//fa-duotone-900.woff") format("woff"),url("../../common/fonts//fa-duotone-900.ttf") format("truetype")
}
@font-face {
    font-family:"Font Awesome 6 Pro";
    font-style:normal;
    font-weight:300;
    font-display:block;
    src:url("../../common/fonts//fa-light-300.woff2") format("woff2"),url("../../common/fonts//fa-light-300.woff") format("woff"),url("../../common/fonts//fa-light-300.ttf") format("truetype")
}
@font-face {
    font-family:"Font Awesome 6 Pro";
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url("../../common/fonts//fa-regular-400.woff2") format("woff2"),url("../../common/fonts//fa-regular-400.woff") format("woff"),url("../../common/fonts//fa-regular-400.ttf") format("truetype")
}
@font-face {
    font-family:"Font Awesome 6 Pro";
    font-style:normal;
    font-weight:900;
    font-display:block;
    src:url("../../common/fonts//fa-solid-900.woff2") format("woff2"),url("../../common/fonts//fa-solid-900.woff") format("woff"),url("../../common/fonts//fa-solid-900.ttf") format("truetype")
}
@font-face {
    font-family:"Font Awesome 6 Pro";
    font-style:normal;
    font-weight:100;
    font-display:block;
    src:url("../../common/fonts//fa-thin-100.woff2") format("woff2"),url("../../common/fonts//fa-thin-100.woff") format("woff"),url("../../common/fonts//fa-thin-100.ttf") format("truetype")
}
.animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        -ms-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.fadeInUp {
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}
[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
    transition-duration:1s
}
[data-aos][data-aos][data-aos-delay="0"],[data-aos][data-aos][data-aos-delay="300"],[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="0"] [data-aos],body[data-aos-delay="300"] [data-aos],body[data-aos-delay="600"] [data-aos] {
    transition-delay:0
}
[data-aos][data-aos][data-aos-delay="0"].aos-animate,body[data-aos-delay="0"] [data-aos].aos-animate {
    transition-delay:0s
}
[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    transition-timing-function:ease
}
[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
    transition-duration:.3s
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay:0.3s
}
[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
    transition-duration:.6s
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay:0.6s
}
[data-aos^=fade][data-aos^=fade] {
    opacity:0;
    transition-property:opacity,transform
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity:1;
    transform:translateZ(0)
}
[data-aos=fade-right] {
    transform:translate3d(-100px,0,0)
}
[data-aos=fade-left] {
    transform:translate3d(100px,0,0)
}
[data-aos=fade-up] {
    transform:translate3d(0,100px,0)
}
[data-aos^=slide][data-aos^=slide] {
    transition-property:transform
}
[data-aos^=slide][data-aos^=slide].aos-animate {
    transform:translateZ(0)
}
[data-aos=slide-up] {
    transform:translate3d(0,100%,0)
}
.slick-slider {
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:#fff0
}
.slick-list {
    overflow:hidden
}
.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track {
    top:0;
    left:0;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before {
    display:table;
    content:""
}
.slick-track:after {
    clear:both
}
.slick-slide {
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
.accordion-box .block .acc-content.current,.dropdown-menu.show,.slick-initialized .slick-slide,.slick-slide img,.tabs-box .active-tab {
    display:block
}
.auto-container,.large-container,.small-container {
    position:static;
    padding:0 15px;
    margin:0 auto
}
.page-wrapper,section {
    background-color:#fff
}
.testimonial-slider.slick-initialized.slick-slider .slick-track .testimonial-block,img,textarea.form-control {
    height:auto
}
* {
    border:none;
    outline:0;
    font-size:100%
}
:root {
    --theme-color-light:#ffffff;
    --theme-color-dark:#000000;
    --theme-color1:#0092e5;
    --theme-color2:#e79b06;
    --text-color:#313030;
    --headings-color:#020202;
    --link-color:var(--theme-color-dark);
    --link-hover-color:var(--theme-color-dark);
    --text-font:"Open Sans",sans-serif;
    --title-font:"Open Sans",sans-serif
}
body {
    font-size:16px;
    line-height:24px;
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-family:var(--text-font)
}
a {
    text-decoration:none;
    cursor:pointer;
    color:var(--theme-color-dark)
}
a:focus,a:hover,a:visited {
    text-decoration:none;
    outline:0
}
h1,h2,h3,h4,h5,h6 {
    position:relative;
    margin:0;
    background:0 0;
    line-height:1.2em;
    font-weight:600;
    font-family:var(--title-font);
    color:var(--title-font)
}
h1,section.feature-section-four.style-two .content-box.two h2.title {
    font-size:48px
}
h2 {
    font-size:40px
}
h3 {
    font-size:30px
}
h4 {
    font-size:24px
}
h5 {
    font-size:20px
}
h6 {
    font-size:17px
}
textarea {
    overflow:hidden;
    resize:none
}
button {
    outline:0!important;
    cursor:pointer;
    background:0 0;
    border:0
}
input::placeholder,select::placeholder,textarea::placeholder {
    color:inherit
}
.text,p {
    font-size:18px;
    line-height:26px;
    color:var(--text-color)
}
.btn-style-one,.btn-style-two {
    display:inline-block;
    line-height:25px;
    font-size:16px
}
::-webkit-input-placeholder {
    color:inherit
}
::-moz-input-placeholder {
    color:inherit
}
::-ms-input-placeholder {
    color:inherit
}
.auto-container {
    max-width:1140px;
    width:100%
}
.small-container {
    max-width:990px
}
.large-container {
    max-width:1500px
}
.page-wrapper {
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    overflow:hidden;
    z-index:99
}
li,ul9 {
    list-style:none
}
.theme-btn {
    text-align:center;
    color:inherit;
    display:inline-block;
    white-space:nowrap;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.theme-btn .btn-title {
    position:relative;
    z-index:3
}
.theme-btn i {
    margin-left:5px;
    font-size:14px
}
.theme-btn.large {
    line-height:24px;
    padding:20px 35px
}
.theme-btn.small {
    line-height:24px;
    padding:10px 35px
}
.btn-style-one {
    position:relative;
    padding:10px 25px;
    color:#fff;
    background:#0092e5;
    overflow:hidden;
    border-radius:50px
}
.btn-style-one:hover {
    color:#0092e5;
    background:#fff
}
.anim-icons .icon,.video-section .bg {
    background-repeat:no-repeat;
    background-position:center
}
.btn-style-two {
    position:relative;
    padding:10px 30px;
    color:#171717;
    background:radial-gradient(#fcd571,#daa216);
    font-weight:700;
    text-transform:uppercase;
    border-radius:5px
}
.btn-style-two:before {
    position:absolute;
    left:-4px;
    top:-4px;
    right:-4px;
    bottom:-4px;
    border:1px solid #fff;
    content:"";
    border-radius:5px;
    transition:.3s;
    pointer-events:none
}
.btn-style-two:hover:before {
    border:1px solid var(--theme-color2)
}
.btn-style-four,.btn-style-three {
    position:relative;
    line-height:25px;
    border-radius:50px;
    display:inline-block;
    overflow:hidden
}
.btn-style-two:hover {
    color:var(--theme-color-dark);
    box-shadow:0 0 40px var(--theme-color2)
}
.btn-style-three {
    font-size:14px;
    padding:10px 30px;
    color:#fff;
    background:#0092e5
}
.btn-style-three:hover {
    color:#fff;
    box-shadow:0 0 30px #0091e595
}
.btn-style-four {
    font-size:18px;
    padding:12px 30px;
    font-weight:700;
    color:#0092E5;
    background:#fff
}
.btn-style-four:hover {
    color:#0092E5;
    box-shadow:0 0 30px #fff
}
.preloader {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999999;
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column
}
.preloader object {
    width:70px;
    animation:1s infinite stretch
}
@keyframes stretch {
    0%,100% {
        transform:scale(1)
    }
    50% {
        transform:scale(.9)
    }
}
.zoom-one {
    animation:30s linear infinite zoom-one
}
@keyframes zoom-one {
    0%,100% {
        transform:scale(.95)
    }
    50% {
        transform:scale(1.05)
    }
}
.scroll-to-top {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:99;
    width:30px;
    height:30px;
    font-size:18px;
    color:#1b2032;
    background-color:#b8b5f8;
    line-height:30px;
    text-align:center;
    display:none;
    cursor:pointer;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
img {
    display:inline-block;
    max-width:100%
}
.banner-section .image-box,.default-form,.default-form .upload-logo,.feature-section-five .image-column,.feature-section-four,.feature-section-six .image-column,.footer-bottom,.form-nav,.main-footer .footer-widget,.quick-links,.subscribe-form,.tabs-box,.technology-block .inner-box .image,.testimonial-slider,section.new-white-label-banner .hero-img-frame {
    position:relative
}
.anim-icons,.anim-icons .icon {
    position:absolute
}
.default-form .upload-logo [type=file],.feature-section-five .bg-image.mobile,.feature-section-four a.theme-btn.btn-style-two:before,.footer-menu>li:last-child:after,.hidden-desktop,.hidden12,.tabs-box .tab,.tabs-dropdown .dropdown-toggle:after {
    display:none
}
.anim-icons {
    left:0;
    top:0;
    right:0;
    height:100%;
    width:100%;
    max-width:1170px;
    margin:0 auto
}
.default-form .form-group,.technology-block {
    position:relative;
    margin-bottom:20px
}
.default-form .form-group label {
    padding-left:0;
    font-size:16px;
    font-weight:400;
    color:#444;
    display:inline-block;
    margin-bottom:8px
}
.call-to-action .sec-title,.contact-form .form-group:last-child,.default-form .form-group:last-child {
    margin-bottom:0
}
.default-form .form-group input[type=email],.default-form .form-group input[type=number],.default-form .form-group input[type=password],.default-form .form-group input[type=text],.default-form .form-group input[type=url],.default-form .form-group select,.default-form .form-group textarea,.dropdown-style-one .dropdown-toggle {
    position:relative;
    width:100%;
    display:block;
    color:#444;
    font-size:16px;
    line-height:23px;
    padding:10px 15px;
    height:45px;
    background-color:rgba(41,59,53,.05);
    letter-spacing:.01em;
    transition:.3s;
    outline:0;
    border-radius:5px;
    box-shadow:none;
    border:1px solid #ddd
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.contact-form-two input:focus,.contact-form-two select:focus,.contact-form-two textarea:focus,.default-form .form-group input[type=email]:focus,.default-form .form-group input[type=password]:focus,.default-form .form-group input[type=text]:focus,.default-form .form-group input[type=url]:focus,.default-form .form-group select:focus,.default-form .form-group textarea:focus {
    border-color:#000
}
.default-form .form-group textarea {
    height:100px;
    resize:none
}
.default-form .form-group .theme-btn,.default-form .form-group input[type=submit] {
    position:relative;
    display:block;
    width:100%;
    font-size:18px;
    line-height:25px;
    padding:10px 25px;
    font-weight:400;
    overflow:hidden;
    border-radius:5px
}
.default-form input.error:focus,.default-form select.error:focus,.default-form textarea.error:focus {
    border-color:#ff3a46
}
.default-form label.error {
    display:block;
    font-weight:500;
    font-size:13px;
    text-transform:capitalize;
    line-height:24px;
    color:red;
    margin-bottom:0
}
.default-form .form-group select {
    background-repeat:no-repeat;
    background-position:center right
}
.dropdown-style-one .dropdown-toggle {
    text-align:left
}
.dropdown-style-one .dropdown-toggle::after {
    position:absolute;
    right:20px;
    top:20px
}
.dropdown-style-one .dropdown-menu {
    width:100%;
    margin-top:-2px
}
.dropdown-item.active,.dropdown-item:active {
    background-color:#b8b5f8
}
.play-btn {
    position:relative;
    display:block;
    z-index:9;
    -webkit-transition:.3s;
    transition:.3s
}
.play-btn .ripple,.play-btn .ripple:after,.play-btn .ripple:before {
    position:absolute;
    top:50%;
    left:50%;
    height:73px;
    width:73px;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    border-radius:50%;
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.6);
    box-shadow:0 0 0 0 rgba(255,255,255,.6);
    -webkit-animation:3s infinite ripple;
    animation:3s infinite ripple
}
.play-btn .ripple.light,.play-btn .ripple:after.light,.play-btn .ripple:before.light {
    -webkit-box-shadow:0 0 0 0 #fff;
    box-shadow:0 0 0 0 #fff
}
.play-btn .ripple.light,.play-btn .ripple.light:after,.play-btn .ripple.light:before {
    -webkit-box-shadow:0 0 0 0 #fff;
    box-shadow:0 0 0 0 #fff
}
.play-btn .ripple:before {
    -webkit-animation-delay:.9s;
    animation-delay:.9s;
    content:"";
    position:absolute
}
.play-btn .ripple:after {
    -webkit-animation-delay:.6s;
    animation-delay:.6s;
    content:"";
    position:absolute
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow:0 0 0 50px rgba(233,35,47,0);
        box-shadow:0 0 0 50px rgba(233,35,47,0)
    }
    100% {
        -webkit-box-shadow:0 0 0 0 rgba(233,35,47,0);
        box-shadow:0 0 0 0 rgba(233,35,47,0)
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow:0 0 0 50px rgba(233,35,47,0);
        box-shadow:0 0 0 50px rgba(233,35,47,0)
    }
    100% {
        -webkit-box-shadow:0 0 0 0 rgba(233,35,47,0);
        box-shadow:0 0 0 0 rgba(233,35,47,0)
    }
}
.case-block .inner-box:hover,.feature-block .inner-box:hover {
    box-shadow:0 10px 40px rgba(0,0,0,.1)
}
.bounce-y,.coming-soon .icon-dots {
    animation:10s linear infinite bounce-one
}
.bounce-x,.coming-soon .icon-cs-logo {
    animation:15s linear infinite bounce-two
}
@-webkit-keyframes bounce-one {
    0%,100% {
        transform:translateY(0)
    }
    50% {
        transform:translateY(50px)
    }
}
@keyframes bounce-one {
    0%,100% {
        transform:translateY(0)
    }
    50% {
        transform:translateY(50px)
    }
}
@-webkit-keyframes zoom-one {
    0%,100% {
        transform:scale(.9)
    }
    50% {
        transform:scale(1.1)
    }
}
@keyframes zoom-one {
    0%,100% {
        transform:scale(.9)
    }
    50% {
        transform:scale(1.1)
    }
}
@-webkit-keyframes bounce-two {
    0%,100% {
        transform:translateX(0)
    }
    50% {
        transform:translateX(50px)
    }
}
@keyframes bounce-two {
    0%,100% {
        transform:translateX(0)
    }
    50% {
        transform:translateX(50px)
    }
}
.social-icon-one {
    position:relative;
    display:flex;
    align-items:center
}
.social-icon-one li {
    position:relative;
    margin-left:25px
}
.social-icon-one li a {
    position:relative;
    height:21px;
    width:21px;
    color:var(--theme-color1);
    text-align:center;
    font-size:20px;
    display:block;
    line-height:21px;
    transition:.3s
}
.social-icon-one li a:hover {
    color:#b8b5f8
}
.social-icon-one li:first-child {
    margin-left:0
}
.client-block,.platform-block,.sec-title,.team-block {
    margin-bottom:30px
}
.sec-title .sub-title {
    position:relative;
    display:block;
    font-size:16px;
    color:#0092e5;
    font-weight:600;
    letter-spacing:.2em;
    margin-bottom:5px;
    text-transform:uppercase
}
.banner-section .sub-title,.banner-section .title {
    margin-bottom:20px;
    color:var(--theme-color-light)
}
.sec-title h2 {
    position:relative;
    font-size:34px;
    font-weight:700;
    text-transform:capitalize;
    margin-bottom:15px
}
.sec-title .text {
    font-size:16px;
    line-height:24px;
    font-weight:500;
    margin-top:10px
}
.sec-title.light .sub-title,.sec-title.light .text,.sec-title.light .text a,.sec-title.light h2 {
    color:#fff
}
.sec-title.light .text a:hover,.team-block .inner-box .name a:hover {
    text-decoration:underline
}
.banner-section {
    position:relative;
    padding:150px 0 20px;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    background-color:#111
}
.banner-section .bg-image {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%
}
.banner-section .sub-title {
    position:relative;
    display:inline-block;
    background-color:var(--theme-color1);
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    padding:10px 22px;
    line-height:20px;
    font-family:var(--text-font)
}
.banner-section .title {
    font-size:68px;
    line-height:1.2em;
    text-transform:capitalize
}
.banner-section .title .thin {
    font-weight:300
}
.banner-section .title .colored {
    color:#ffd540
}
.banner-section .title .strong {
    font-size:94px;
    letter-spacing:.01em
}
.banner-section .text {
    font-size:15px;
    color:var(--theme-color-light);
    margin-bottom:40px
}
.banner-section .other-text {
    position:relative;
    display:inline-block;
    padding:8px 20px;
    font-size:18px;
    color:#fff;
    background-color:rgba(255,255,255,.12);
    border-radius:40px;
    margin-top:80px
}
.banner-section .other-text .colored {
    color:var(--theme-color2)
}
.banner-section .image-box .code-icon {
    position:absolute;
    left:0;
    bottom:100px
}
.banner-section .image-box .card-image img,.banner-section .image-box .code-icon img,.feature-section-six .mobile-image img {
    max-width:80%
}
.banner-section .image-box .card-image {
    position:relative;
    right:-50px;
    top:-50px
}
.banner-section .review-outer {
    position:relative;
    display:flex;
    justify-content:center;
    gap:30px
}
.review-block {
    position:relative;
    text-align:center;
    max-width:130px
}
.review-block .image {
    margin-bottom:-20px;
    text-align:center
}
.review-block .image img {
    max-width:100px
}
.review-block .text,section.white-label-advantages-section .white-label-advantages-card .card-caption h4 {
    font-size:16px
}
.clients-section {
    position:relative;
    background-color:#ebf3f7;
    padding:25px 25px 0
}
.clients-section .title {
    position:relative;
    margin:0;
    font-size:24px
}
.clients-section .sponsors-outer {
    position:relative;
    text-align:center;
    padding:0!important
}
.clients-section .slick-slide img,.main-footer .footer-logo img {
    max-width:150px
}
.client-block-two {
    position:relative;
    margin:0 20px
}
.client-block-two .image {
    display:flex;
    justify-content:center;
    align-items:center;
    width:auto;
    height:100px;
    margin:0 auto
}
.marquee {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    overflow:hidden;
    user-select:none
}
.marquee .marquee-group {
    display:flex;
    align-items:center;
    min-width:100%
}
.marquee .text {
    font-size:150px;
    font-weight:600;
    line-height:1.2em;
    color:var(--theme-color-dark);
    font-family:var(--title-font);
    margin:0 20px
}
.call-to-action,.client-section-three,.features-section,.platform-section,.team-section,.testimonial-section,.video-section,.video-section-three,.video-section-two {
    position:relative;
    padding:50px 0
}
.video-section .bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    border-radius:20px;
    background-size:cover
}
.video-section .video-box {
    position:relative;
    border-radius:20px;
    padding:243px 50px;
    overflow:hidden;
    text-align:center
}
.video-section .play-btn,.video-section-three .play-now {
    position:relative;
    display:inline-block;
    text-align:center
}
.video-section .play-btn .icon {
    position:relative;
    width:95px;
    height:95px;
    line-height:95px;
    text-align:center;
    color:#fff;
    font-size:32px;
    border-radius:50%;
    z-index:3;
    padding-left:4px;
    
    transition:.3s
}
.video-section .play-btn .icon:hover,.video-section-three .play-now .icon:hover,.video-section-two .play-now .icon:hover {
    background-color:#fff;
    color:#0092e5
}
.platform-section .outer-box {
    position:relative;
    padding:60px 60px 30px;
    border-radius:20px;
    background-color:#0092e5
}
.platform-block .inner-box {
    position:relative;
    border-radius:10px;
    padding:30px 20px;
    background-color:rgba(255,255,255,.1);
    text-align:center;
    height:100%;
    transition:.3s
}
.platform-block .inner-box img {
    position:relative;
    display:inline-block;
    margin-bottom:30px;
    transition:.3s
}
.platform-block .inner-box .title {
    position:relative;
    font-weight:400;
    color:#fff;
    margin-bottom:10px
}
.platform-block .inner-box .text {
    position:relative;
    color:#fff;
    font-size:14px;
    font-weight:400;
    margin-bottom:30px
}
.platform-block .inner-box .button img {
    margin-bottom:0;
    transition:.3s
}
.platform-block .inner-box:hover .button img {
    transform:scale(1.2)
}


.contact-section-two .content-column .inner-column,.video-slider {
    position:relative;
    padding-bottom:50px
}

.contact-section {
    position:relative;
    padding:50px 0 60px;
    background-color:#f4f7fb
}
.contact-section .content-column .inner-column {
    position:relative;
    padding-top:75px
}
.contact-section .content-column .text,.contact-section .content-column .title {
    position:relative;
    margin-bottom:25px
}
.contact-section .content-column .feature-list li {
    position:relative;
    padding-left:20px;
    color:#000;
    font-weight:600;
    margin-bottom:5px
}
.contact-section .content-column .feature-list li i {
    position:absolute;
    left:0;
    top:0;
    margin-right:10px
}
.contact-form {
    position:relative;
    padding:32px 26px;
    border-radius:22px;
    background-color:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.1)
}
.contact-form .form-group {
    position:relative;
    margin-bottom:15px
}
.contact-form input:not([type=submit]),.contact-form select,.contact-form textarea {
    position:relative;
    display:block;
    height:50px;
    width:100%;
    line-height:22px;
    font-size:14px;
    font-weight:400;
    color:#383838;
    padding:15px 33px;
    border-radius:8px;
    margin-bottom:0;
    border:1px solid #d0d5dd;
    transition:.3s
}
.contact-form input:not([type=submit]),.contact-form select::placeholder,.contact-form textarea {
    color:#383838
}
.contact-form textarea {
    height:200px;
    resize:none;
    position:relative;
    z-index:3
}
.contact-form .theme-btn,.contact-form-two .btn-box .theme-btn,.tabs-dropdown .tab-btns {
    width:100%
}

.call-to-action .outer-box {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:60px;
    border-radius:20px;
    background: linear-gradient(to right, #0092E5, #0D5E8C);
}
.call-to-action .sec-title .sub-title {
    letter-spacing:.2em;
    font-weight:500;
    font-size:14px
}
.call-to-action .sec-title h2 {
    font-size:28px;
    margin-top:10px;
    margin-bottom:0
}
.faqs-section {
    position:relative;
    padding:50px 0;
    background-color:#f4f7fb
}
.faqs-section .btns-box {
    position:relative;
    text-align:center;
    margin-bottom:30px
}
.faqs-section .tab-buttons {
    position:relative;
    overflow:hidden;
    display:inline-flex;
    margin:0 auto;
    justify-content:center;
    border-radius:20px;
    text-align:center
}
.faqs-section .tab-buttons .tab-btn {
    position:relative;
    padding:14px 30px;
    cursor:pointer;
    background-color:#dee1e5
}
.faqs-section .tab-buttons .tab-btn.active-btn {
    background-color:#0092e5;
    color:#fff
}
.accordion-box .block {
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:10px;
    margin-bottom:10px
}
.accordion-box .block .acc-content,.tabs-dropdown {
    position:relative;
    display:none
}
.accordion-box .block .acc-content .content {
    position:relative;
    padding:0 30px 30px;
    background-color:#fff
}
.accordion-box .block .acc-content .text {
    display:block;
    font-size:14px;
    line-height:24px;
    color:#222;
    font-weight:500;
    padding-top:15px
}
.accordion-box .block .acc-content .text:first-child,body .contact-section .content-column .inner-column {
    padding-top:0
}
.accordion-box .block .acc-content h6 {
    font-size:16px;
    margin-top:15px;
    color:#222;
    font-weight:600
}
.accordion-box .block .acc-btn.active .icon:before {
    content:"\f068"
}
.accordion-box .block .acc-btn {
    position:relative;
    font-size:18px;
    line-height:28px;
    color:#0f133f;
    font-weight:600;
    cursor:pointer;
    padding:22px 70px 22px 30px;
    background-color:#fff;
    transition:.5s
}
.accordion-box .block .acc-btn .icon {
    position:absolute;
    top:0;
    right:0;
    font-size:16px;
    line-height:1em;
    width:60px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}
.tabs-dropdown .dropdown-toggle {
    font-size:16px;
    display:block;
    color:var(--theme-color1);
    border:1px solid #c7ebff;
    padding:8px 20px;
    background:#fff;
    font-weight:600;
    line-height:20px;
    text-align:left;
    border-radius:5px
}
.tabs-dropdown .dropdown-toggle:before {
    position:absolute;
    right:20px;
    top:10px;
    content:"\f107";
    font-family:"Font Awesome 6 Pro";
    font-size:14px;
    font-weight:900
}
.tabs-dropdown .tab-btns .tab-btn {
    display:block;
    font-size:14px;
    line-height:16px;
    padding:5px 20px;
    cursor:pointer;
    transition:.3s
}
.tabs-dropdown .tab-btns .tab-btn:hover {
    color:var(--theme-color1)
}
.contact-section-two {
    position:relative;
    padding:50px 0;
    background-color:#0092e5
}
.contact-section-two .sec-title h2 {
    font-size:42px
}
.client-block .inner-box .designation,.client-block .inner-box .text {
    font-size:14px;
    position:relative
}
.contact-form-two .row {
    margin:0 -7px
}
.contact-form-two .form-group {
    position:relative;
    padding:0 7px;
    margin-bottom:15px
}
.contact-form-two input:not([type=submit]),.contact-form-two select,.contact-form-two textarea {
    position:relative;
    display:block;
    height:50px;
    width:100%;
    line-height:22px;
    font-size:14px;
    font-weight:400;
    color:#383838;
    padding:14px 16px;
    margin-bottom:0;
    transition:.3s
}
.contact-form-two input:not([type=submit]),.contact-form-two select::placeholder,.contact-form-two textarea {
    color:#383838;
    width:100%
}
.contact-form-two textarea {
    position:relative;
    z-index:2;
    height:130px;
    resize:none
}
.contact-form-two .btn-box {
    text-align:center
}

.login-section {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:100vh;
    background:#f3f3e7;
    overflow:hidden
}
.login-section .icon-dots {
    left:100%;
    bottom:30px;
    margin-left:300px
}
.login-section .icon-dots-2 {
    top:10%;
    left:50%
}
.login-section .icon-cs-logo {
    width:200px;
    height:100px;
    left:100%;
    margin-left:250px;
    bottom:10px;
    opacity:.8;
    background-size:100px
}
.login-section .logo {
    position:absolute;
    left:30px;
    top:20px
}
.login-section .content-box {
    position:relative;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px 15px 30px 30px;
    width:60%;
    overflow:hidden;
    order:2
}
.login-section .content-box .content {
    max-width:600px
}
.form-box {
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    height:100%;
    width:40%;
    padding:40px;
    background:#fff
}
.form-box .inner-box {
    max-width:600px;
    width:100%;
    margin:0 auto
}
.default-form.width-medium,.footer-menu {
    max-width:500px
}
.form-box .upper-box {
    position:relative;
    margin-bottom:40px
}
.form-box .upper-box h4 {
    font-size:32px;
    font-weight:700;
    color:#000
}
.form-box .upper-box p {
    margin-top:10px;
    font-size:16px;
    line-height:24px;
    color:#98a6ad
}
.form-box .upper-box p a {
    color:#293b35
}
.or-label {
    position:relative;
    display:flex;
    align-items:center;
    margin:10px 0
}
.or-label:after,.or-label:before {
    display:block;
    content:"";
    height:1px;
    background:#ccc;
    flex-grow:5
}
.or-label span {
    flex-grow:1;
    margin:0 5px;
    text-align:center
}
.btn-google {
    padding:10px 30px;
    display:block;
    text-align:center;
    background-color:#fff;
    color:#545454;
    line-height:25px;
    border:1px solid rgba(0,0,0,.1);
    box-shadow:0 1px 5px rgb(0 0 0 / 10%);
    transition:.3s
}
.btn-google:hover {
    box-shadow:0 2px 7px rgb(0 0 0 / 12%);
    color:#545454
}
.btn-google img {
    margin-right:5px
}
.default-form .upload-logo .input-file {
    height:85px;
    width:85px;
    padding:10px 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-align:center;
    background:#fff;
    color:#c1c1c1;
    border:3px dashed #ddd;
    font-size:10px;
    cursor:pointer;
    font-weight:500;
    border-radius:5px;
    transition:.3s;
    margin-bottom:0
}
.default-form .upload-logo .input-file:hover {
    border:3px dashed #999
}
.default-form .upload-logo .input-file .icon {
    font-size:10px;
    color:#777;
    line-height:11px;
    margin-top:6px;
    margin-bottom:5px
}
.default-form .upload-logo .input-file .icon img {
    width:22px
}
.upload-logo #uploaded_image {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    pointer-events:none;
    border:1px solid transparent;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    z-index:1
}
.upload-logo #uploaded_image img {
    height:45px;
    width:45px;
    background-color:#fff;
    left:-1px;
    position:relative
}
.image_crop_model .close {
    position:absolute;
    right:0;
    width:50px;
    text-align:center;
    margin:0;
    padding:0;
    height:50px;
    top:0;
    font-size:30px;
    color:red
}
.form-nav .back-btn,.form-nav .skip-btn {
    line-height:23px;
    padding:10px 30px;
    transition:.3s;
    text-align:center;
    display:block
}
.form-nav .back-btn {
    color:#777!important;
    border:1px solid #ddd
}
.form-nav .skip-btn {
    font-size:15px;
    color:#333!important;
    border:1px solid #f3f3e7;
    background:#f3f3e7;
    margin-bottom:1rem
}
.form-nav .back-btn:hover,.form-nav .skip-btn:hover {
    box-shadow:0 3px 7px rgba(0,0,0,.1)
}
.main-footer {
    position:relative;
    overflow:hidden;
    background:#020202
}
.main-footer .widgets-section {
    position:relative;
    padding:60px 0 0
}
.main-footer .widget-title {
    position:relative;
    color:#fff;
    font-size:22px;
    font-weight:500;
    margin-bottom:15px
}
.main-footer .footer-logo {
    text-align:center;
    padding:40px 0;
    border-bottom:1px solid rgba(255,255,255,.1);
    margin-bottom:40px
}
.subscribe-form h4 {
    font-weight:400;
    text-align:right;
    font-size:20px;
    line-height:28px;
    color:#000;
    margin-bottom:20px
}
.subscribe-form .form-group {
    position:relative;
    max-width:350px;
    margin:0 auto
}
.subscribe-form .form-group input[type=email],.subscribe-form .form-group input[type=text] {
    position:relative;
    display:block;
    height:40px;
    width:100%;
    font-size:14px;
    line-height:20px;
    color:#555;
    padding:9px 10px;
    border:1px solid #ddd;
    border-radius:2px;
    background:rgba(0,0,0,.05);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.subscribe-form .form-group .theme-btn {
    font-size:14px;
    line-height:20px;
    padding:7px 10px;
    font-weight:400;
    width:100%;
    margin-top:5px
}
.footer-menu {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:12px -70px 30px 0;
    flex-wrap:wrap
}
.footer-menu>li {
    position:relative;
    padding-right:14px;
    margin-right:12px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.footer-menu>li:after {
    position:absolute;
    right:0;
    top:0;
    font-size:14px;
    line-height:30px;
    color:#b0aaf9;
    content:"|"
}
.footer-menu>li>a {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    opacity:1;
    color:#000;
    font-size:14px;
    line-height:30px;
    font-weight:300;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.footer-menu>li>a:hover {
    color:#b0aaf9
}
.footer-menu>li.current>a {
    border-bottom:6px solid #293b35
}
.main-footer .social-icons {
    display:flex;
    align-items:center;
    margin-top:80px
}
.main-footer .social-icons li {
    margin-right:15px
}
.main-footer .social-icons li:last-child {
    margin-right:0
}
.footer-bottom .inner-container {
    position:relative;
    padding:20px 0;
    border-top:1px solid rgba(255,255,255,.1)
}
.footer-bottom p {
    position:relative;
    display:block;
    color:#fff;
    margin-bottom:0;
    text-align:center;
    font-size:14px
}
.footer-bottom p a {
    color:#555
}
.quick-links li {
    position:relative;
    font-size:14px;
    margin-bottom:7px
}
.quick-links li a {
    position:relative;
    font-weight:400;
    color:#fff
}
.quick-links li a:before {
    content:"";
    position:absolute;
    bottom:-1px;
    right:0;
    height:1px;
    width:0%;
    background-color:#fff;
    transition:.3s
}
.quick-links li a:hover:before {
    width:100%;
    left:0;
    right:auto
}
.floating-social-icons {
    position:fixed;
    right:20px;
    bottom:50%;
    transform:translateY(50%);
    display:flex;
    flex-direction:column
}
.floating-social-icons a {
    height:30px;
    width:30px;
    margin:5px 0;
    transition:.3s
}
.floating-social-icons a img {
    transition:.3s
}
.contactgeterror {
    color:#fa5252!important;
    font-size:14px;
    margin-bottom:10px;
    display:block
}
.casino-success {
    background:#4bce61;
    padding:1em 3em;
    margin:0 0 2em;
    position:relative;
    color:#fff;
    border-radius:5px
}
.contact-form .form-group .tnc {
    position:absolute;
    left:0;
    top:2px;
    height:14px;
    width:14px
}
.contact-form .form-group .tnc-text {
    position:relative;
    padding-left:25px;
    line-height:20px;
    font-size:12px;
    color:#000;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:0
}
section.new-white-label-banner {
    background:#090623;
    padding-top:100px;
    padding-bottom:0;
    min-height:100vh;
    display:flex;
    align-items:center;
    position:relative
}
section.new-white-label-banner:before {
    content:"";
    position:absolute;
    inset:0;
    background:url(/assets/live-dealer-casino-software-provider/images/beatsnoop.webp) left top/cover;
    pointer-events:none
}
section.new-white-label-banner .container {
    max-width:1200px
}
section.new-white-label-banner h1 {
    color:#fff;
    font-size:60px;
    font-weight:800;
    margin:0 0 10px
}
section.new-white-label-banner h1 span {
    animation:6s infinite title-change
}
@keyframes title-change {
    0%,100% {
        color:#fff
    }
    50% {
        color:#6995fc
    }
}
section.new-white-label-banner p {
    color:#fff;
    font-size:17px;
    max-width:614px
}
section.new-white-label-banner .inner-btn-group {
    display:flex;
    gap:15px;
    margin:40px 0 0
}
section.new-white-label-banner .inner-btn-group .btn.btn-primary {
    background:#155DFC;
    border:none;
    font-size:18px;
    font-weight:700;
    padding:12px 30px;
    border-radius: 16.4px;
    color:#fff
}
section.new-white-label-banner .caption {
    position:relative;
    z-index:10
}
section.new-white-label-banner .hero-img-frame>img {
    min-width:700px;
    float:right;
    right:-125px;
    position:relative
}
section.new-white-label-banner .inner-btn-group .btn.btn-primary.white {
    background:#1B202D;
    color:#fff;
    border-radius: 16.4px;
}
section.new-white-label-banner .hero-img-frame .coin-animate-card {
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    flex-flow:column;
    justify-content:space-evenly;
    align-items:flex-start
}
section.new-white-label-banner .hero-img-frame .coin-animate-card img {
    width:140px
}
section.new-white-label-banner .hero-img-frame .coin-animate-card img:first-child,section.white-label-advantages-section img.img-frame {
    animation:3s ease-in-out infinite coin-animate-1
}
@-webkit-keyframes coin-animate-1 {
    0%,100% {
        transform:translatey(0)
    }
    50% {
        transform:translatey(-20px)
    }
}
section.new-white-label-banner .hero-img-frame .coin-animate-card img:last-child {
    margin-left:auto;
    width:175px;
    animation:6s ease-in-out infinite coin-animate-2
}
@-webkit-keyframes coin-animate-2 {
    0%,100% {
        transform:translatey(0)
    }
    50% {
        transform:translatey(-20px)
    }
}
section.new-white-label-banner .hero-img-frame:after {
    content:"";
    clear:both;
    display:block
}
section.new-white-label-banner .hero-img-frame .coin-card-vector {
    position:absolute;
    bottom:27%;
    left:-50px;
    animation:3s ease-in-out infinite coin-card-pulse
}
@-webkit-keyframes coin-card-pulse {
    0%,100% {
        transform:scale(1)
    }
    50% {
        transform:scale(1.05)
    }
}


.contact-section .content-column .title {
    font-size:36px
}
section.contact-section .container {
    max-width:1280px
}
.contact-section .content-column .text {
    font-size:18px
}
.contact-section .contact-form {
    max-width:530px;
    margin-left:auto
}
section.new-event-section {
    padding-top:80px;
    padding-bottom:80px;
    background:url(/assets/live-dealer-casino-software-provider/images/event-section-bg.webp) center/cover
}
section.new-event-section ul {
    padding:0;
    margin:0 auto;
    display:flex;
    justify-content:center;
    gap:15px;
    flex-flow:wrap;
    max-width:664px;
    width:100%
}
section.new-event-section h2 {
    font-size:30px;
    font-weight:700;
    color:#fff;
    text-align:center;
    margin:0 0 25px
}

section.contact-section .overlay-sides-vector {
    display:flex;
    justify-content:space-between;
    align-items:start;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0
}
section.contact-section .overlay-sides-vector img:first-child {
    width: 350px;
    align-self:end
}
section.contact-section .overlay-sides-vector img:last-child {
    width: 250px;
}
span.gold-text-gradiant {
    background:-webkit-linear-gradient(#fff,#ffd540);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}

@media all and (min-width:1600px) {
    body .auto-container {
        max-width:1440px
    }
}
@media all and (max-width:1600px) {
    .contact-section .container {
        max-width:1140px!important
    }
}
@media all and (max-width:1350px) {
    section.whirelable-worldwide-section img.mobile-vector {
        min-width:510px;
        right:0
    }
}

@media all and (max-width:991px) {
    
    section.new-white-label-banner h1 {
        font-size:46px
    }
    section.new-white-label-banner .inner-btn-group .btn.btn-primary {
        font-size:18px;
        padding:15px 30px;
        border-radius:7px
    }
    section.new-white-label-banner .hero-img-frame .coin-animate-card img {
        width:90px
    }
    section.new-white-label-banner .hero-img-frame .coin-animate-card img:last-child {
        width:115px
    }
    section.new-white-label-banner .hero-img-frame .coin-card-vector img {
        width:80%
    }
}
@media all and (max-width:767px) {
   
    section.new-white-label-banner .hero-img-frame>img {
        min-width:inherit;
        float:none;
        right:0;
        position:relative
    }
    section.new-white-label-banner .hero-img-frame {
        max-width:80%;
        margin:0 auto
    }
    section.new-white-label-banner:before {
        display:none
    }
    section.new-white-label-banner .hero-img-frame .inner-btn-group {
        justify-content:center;
        margin:-35px 0 30px;
        position:relative;
        z-index:10;
        align-items:center
    }
   
}
@media all and (max-width:667px) {
   
    section.new-event-section ul li img {
        height:35px
    }
    section.new-event-section {
        padding-top:40px;
        padding-bottom:40px
    }
    section.new-event-section h2 {
        font-size:20px
    }
    section.new-white-label-banner .hero-img-frame .inner-btn-group {
        flex-flow:column
    }
    section.new-white-label-banner .hero-img-frame .coin-animate-card {
        justify-content:start
    }
    section.new-white-label-banner .hero-img-frame .coin-animate-card img:last-child {
        width:87px
    }
    section.new-white-label-banner .hero-img-frame .coin-card-vector {
        bottom:144px;
        left:0
    }
    section.new-white-label-banner .hero-img-frame {
        max-width:100%
    }
    section.new-white-label-banner .inner-btn-group .btn.btn-primary {
        min-width:244px
    }
    section.new-white-label-banner h1 {
        font-size:25px;
        text-align:center;
        max-width:298px;
        margin:0 auto 20px
    }
    section.new-white-label-banner p {
        font-size:14px;
        max-width:345px;
        margin:0 auto;
        text-align:center
    }
    section.new-white-label-banner .hero-img-frame>img {
        transform:scale(1.5)
    }
  
}

a.theme-btn.disabled {
    pointer-events:none
}

.col-md-5.text-center .img-frame {
    margin-bottom:200px!important
}
.image-icons-new img {
    max-width:none!important;
    width:auto
}
ul.social-sticky {
    position:fixed;
    right:15px;
    bottom:20px;
    list-style:none;
    padding:0;
    display:flex;
    flex-flow:column;
    gap:20px;
    z-index:999
}
ul.social-sticky li {
    width:60px;
    height:60px;
    background:#fff;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:6px;
    box-sizing:border-box;
    border:1px solid #e2e2e2;
    animation:1s infinite zoom;
    -webkit-animation-direction:alternate-reverse;
    overflow:hidden
}
ul.social-sticky li img {
    max-width:100%;
    display:block
}
@keyframes zoom {
    from {
        box-shadow:rgba(16,128,199,.21) 0 0 0 0,rgba(16,128,199,.12) 0 0 0 0
    }
    to {
        box-shadow:rgba(16,128,199,.21) 0 0 0 5px,rgba(16,128,199,.12) 0 0 0 10px
    }
}
.popup {
    width:55%;
    position:absolute;
    top:55%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
    padding:5px 45px;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
    z-index:2;
    animation:.8s ease-in-out popupAppear
}
@keyframes popupAppear {
    from {
        opacity:0
    }
    to {
        opacity:1
    }
}
.fa-close:before,.fa-remove:before,.fa-times:before {
    font-size:35px!important
}
.watsapp {
    z-index:999
}
.overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
    z-index:1000000000000
}
.close,.close_section {
    position:absolute;
    cursor:pointer
}
.close_section {
    background:#fdba24;
    color:#fff;
    border:1px solid #fdba24;
    padding:20px;
    border-radius:37px;
    top:-16px;
    right:-17px
}
.side-form1 {
    padding:0 12px 40px;
    margin-top:-20px
}
.color-p {
    color:#0173b2;
    font-weight:800;
    font-size:28px;
    line-height:1.25
}
.text-subhead {
    background:#fdba24;
    color:#fff;
    text-align:center!important;
    width:100%;
    font-size:14px;
    padding:8px 50px;
    font-weight:800
}
.responsive {
    max-width:100%;
    height:auto
}
.side-form1 input,.side-form1 textarea {
    border-color:#9d9d9d!important;
    border-radius:.5rem!important
}
.logo-container {
    display:flex;
    justify-content:space-around;
    align-items:center
}
.logo-image {
    max-width:100px;
    height:auto;
    width:15%
}
.submit-btn {
    background:#fdba24;
    width:50%
}
.iti {
    width:100%!important
}
@media only screen and (max-width:1296px) {
    .hidden-mobile {
        display:none
    }
    .hidden-desktop {
        display:block!important
    }
    #popup_msg_success_top {
        position:unset!important;
        bottom:unset!important;
        font-size:14px;
        word-wrap:unset!important;
        width:unset!important;
        padding:unset!important
    }
}
@media only screen and (min-width:1200px) and (max-width:1296px) {
    .hidden-mobile {
        display:block
    }
    .hidden-desktop {
        display:none!important
    }
}
@media only screen and (max-width:767px) {
    .text-subhead {
        padding:8px 20px!important
    }
    #messagepopuptop {
        width:100%;
        max-width:100%;
        height:50px;
        resize:vertical
    }
    .side-form1 {
        padding:0 12px 20px;
        margin-top:-10px
    }
    .sticky-top {
        z-index:1!important
    }
    .mobile-size-formtext {
        font-size:14px
    }
    .popup {
        width:90%;
        padding:10px;
        top:5%;
        transform:translate(-50%,0)
    }
    .hidden-mobile {
        display:none
    }
    .hidden-desktop {
        display:block!important
    }
    #contact_submit_top {
        width:50%!important
    }
}
@media only screen and (max-width:414px) {
    .color-p {
        font-size:14px
    }
    .popup {
        padding:5px
    }
    .hidden-desktop {
        display:block!important
    }
}
@media only screen and (min-width:996px) and (max-width:1296px) {
    .sticky-top {
        z-index:1!important
    }
    .popup {
        top:50%
    }
}
.contacterrortop {
    position:absolute;
    bottom:-15px
}
#popup_msg_success_top {
    position:absolute;
    bottom:45px;
    font-size:14px;
    word-wrap:break-word;
    width:inherit;
    padding:10px 45px 0 10px
}
.iti__country-list {
    z-index:99!important
}
.tabs-box .active-tab,section.mobile-list-data {
    display:block!important
}
@media (min-width:768px) {
    .d-md-flex {
        display:-ms-flexbox!important;
        display:flex!important
    }
    .col-md-7 {
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%
    }
    .col-md-5 {
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%
    }
    section.mobile-list-data {
        display:none!important
    }
}
@media (max-width:767px) {
    .sec-title-new {
        margin-top:30px
    }
    .poker-text-bottom {
        text-align:left!important
    }
}
.form-control {
    display:block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.close {
    top:8px!important;
    right:7px;
    color:#000;
    text-shadow:0 1px 0 #fff
}
.col-6 {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.mobile-button-testing {
    display:none!important
}
@media (max-width:767.98px) {
    .col-md-5.text-center .img-frame {
        margin-bottom:0!important
    }
    .mobile-button-testing {
        display:flex!important
    }

    .mobile-button-testing {
        margin-top: 50px!important
    }
}

.live-dealer-hero-img {
    -webkit-mask-image:
        linear-gradient(to right, transparent 0%, black 10%, black 85%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, black 10%, black 85%, transparent 100%);
    -webkit-mask-composite: intersect;

    mask-image:
        linear-gradient(to right, transparent 0%, black 10%, black 85%, transparent 100%),
            linear-gradient(to bottom, transparent 0%, black 10%, black 85%, transparent 100%);
    mask-composite: intersect;
}

.live-casino-overview-section {
    background: linear-gradient(135deg, #E8F4FD 0%, #FFFFFF 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.live-casino-overview-section .phone-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.live-casino-overview-section .phone-image-container {
    position: relative;
    z-index: 2;
}

.live-casino-overview-section .phone-image {
    width: 100%;

    height: auto;
  
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    position: relative;
    z-index: 2;
    -webkit-mask-image:
    linear-gradient(to right,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    ),
    linear-gradient(to bottom,
        black 0%,          
        black 70%,
        transparent 100%   
    );
-webkit-mask-composite: intersect;

mask-image:
    linear-gradient(to right,
        transparent 0%,
        black 15%,
        black 85%,
        transparent 100%
    ),
    linear-gradient(to bottom,
        black 0%,
        black 70%,
        transparent 100%
    );
mask-composite: intersect;

}
.live-casino-overview-section {
    background: linear-gradient(
        to bottom,
        #FFFFFF 0%,
        #EFF6FF 100%
    );
}

.live-casino-overview-section .casino-chips {
    position: absolute;
    z-index: 3;
    animation: float 3s ease-in-out infinite;
}

.live-casino-overview-section .casino-chips img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

.live-casino-overview-section .chip-1 {
    top: -20px;
    left: -30px;
    animation-delay: 0s;
}

.live-casino-overview-section .chip-2 {
    bottom: 50px;
    right: -20px;
    animation-delay: 1s;
}

.live-casino-overview-section .chip-3 {
    bottom: -10px;
    left: 20px;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.live-casino-overview-section .certification-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 29px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

.live-casino-overview-section .badge-icon {
    flex-shrink: 0;
}

.live-casino-overview-section .badge-text {
    display: flex;
    flex-direction: column;
}

.live-casino-overview-section .badge-line-1 {
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.2;
}

.live-casino-overview-section .badge-line-2 {
    font-size: 12px;
    font-weight: 500;
    color: #6B7280;
    line-height: 1.2;
}

.live-casino-overview-section .overview-content {
    padding: 20px 0;
}

.live-casino-overview-section .overview-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 25px;
}

.live-casino-overview-section .overview-heading .highlight-blue {
    color: #155DFC;
}

.live-casino-overview-section .overview-description {
    font-size: 16px;
    line-height: 1.7;
    color: #4B5563;
    margin-bottom: 40px;
}

.live-casino-overview-section .features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.live-casino-overview-section .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.live-casino-overview-section .feature-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-casino-overview-section .feature-content {
    flex: 1;
}

.live-casino-overview-section .feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 8px;
}

.live-casino-overview-section .feature-description {
    font-size: 15px;
    line-height: 1.6;
    color: #6B7280;
    margin: 0;
}

@media (max-width: 991px) {
    .live-casino-overview-section {
        padding: 60px 0;
    }
    
    .live-casino-overview-section .phone-image-wrapper {
        min-height: 400px;
        margin-bottom: 40px;
    }
    
    .live-casino-overview-section .phone-image {
        max-width: 300px;
        transform: rotate(0deg);
    }
    
    .live-casino-overview-section .overview-heading {
        font-size: 32px;
    }
    
    .live-casino-overview-section .certification-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .live-casino-overview-section {
        padding: 40px 0;
    }
    
    .live-casino-overview-section .phone-image-wrapper {
        min-height: 300px;
    }
    
    .live-casino-overview-section .phone-image {
        max-width: 250px;
    }
    
    .live-casino-overview-section .overview-heading {
        font-size: 24px;
    }
    
    .live-casino-overview-section .overview-description {
        font-size: 15px;
    }
    
    .live-casino-overview-section .casino-chips img {
        width: 40px;
        height: 40px;
    }
    
    .live-casino-overview-section .chip-1 {
        top: -10px;
        left: -15px;
    }
    
    .live-casino-overview-section .chip-2 {
        bottom: 30px;
        right: -10px;
    }
    
    .live-casino-overview-section .chip-3 {
        bottom: -5px;
        left: 10px;
    }
    
    .live-casino-overview-section .feature-title {
        font-size: 18px;
    }
    
    .live-casino-overview-section .feature-description {
        font-size: 14px;
    }
}


.top-features-last-row-wrapper {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .top-features-last-row-wrapper .top-feature-card {
        flex: 0 0 calc((100% - 30px) / 3);
        max-width: calc((100% - 30px) / 3);
    }
}

@media (max-width: 991px) {
    .top-features-last-row-wrapper .top-feature-card {
        flex: 0 0 calc(50% - 15px) !important;
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .top-features-last-row-wrapper {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
    }
    .top-features-last-row-wrapper .top-feature-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .top-features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }
    
    .top-features-section .sec-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .top-features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .top-features-section {
        padding: 60px 0 30px 0;
    }
    
    .top-features-section .sec-title h2 {
        font-size: 28px;
    }
    
    .top-feature-card {
        padding: 25px;
    }
    
    .top-features-section .auto-container {
        padding-bottom: 0;
    }
}

.title-line {
    width: 175px;
    height: 3px;
    background-color: #28A3E8;
    border: none;
    margin: 12px 0;
}



h1 {
font-size: 36px;
font-weight: 700;
margin-bottom: 10px;
}

h1 span {
color: #5aa9ff;
}

.subtitle {
max-width: 800px;
margin: 0 auto 50px;
color: #5f6f82;
font-size: 15px;
line-height: 1.6;
}

.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}

.card {
position: relative;
height: 280px;
border-radius: 20px;
overflow: hidden;
color: #fff;
background-size: cover;
background-position: center;
}

.card::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.80);
padding-top:70px;
}

.card-content {
position: absolute;
inset: 0;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: left;
z-index: 2;
padding-top: 80px;
}

.icon-wrapper-new {
width: 42px;
height: 42px;
border-radius: 10px;


display: flex;
align-items: center;
justify-content: center; 
margin-bottom: 15px;
}

.card h3 {
font-size: 20px;
margin: 0 0 10px;
}

.card p {
font-size: 14px;
line-height: 1.5;
margin: 0;
color: #e0e0e0;
}

.grid-bottom {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
margin-top: 25px;
}

@media (max-width: 900px) {
.grid {
    grid-template-columns: repeat(2, 1fr);
}

.grid-bottom {
    grid-template-columns: 1fr;
}
}

@media (max-width: 600px) {
.grid {
    grid-template-columns: 1fr;
}
}
.popular-games-section {
background-color: #DEF0FF;
position: relative;
overflow: hidden;
}

.popular-games-corner-images {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1;
}

.popular-games-corner-images img {
position: absolute;
width: auto;
max-width: 200px;
height: auto;
opacity: 0.3;
}

.popular-games-corner-images .corner-image-top-left {
top: 20px;
}

.popular-games-corner-images .corner-image-top-right {
top: 20px;
right: 20px;
}

.popular-games-corner-images .corner-image-bottom-right {
bottom: 20px;
right: 0;
}

.most-popular-games-container {
position: relative;
z-index: 2;
}

.most-popular-games-title {

padding-top: 60px;
}

.most-popular-games-container {
padding-bottom: 60px;
}

.contact-section {
position: relative;
background: #0092E6;
padding: 103px 0 51px;
overflow: visible;
min-height: 300px;
display: flex;

align-items: center;
}

.page-wrapper {
overflow-x: hidden;
}

.why-choose-us-section .container {
position: relative;
z-index: 2;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.why-choose-us-section .image-left,
.why-choose-us-section .image-right {
position: absolute;
width: 350px;
height: auto;
z-index: 1;
opacity: 1;
filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
}

.why-choose-us-section .image-left {
left: -156px;
bottom: -50px;

}

.why-choose-us-section .image-right {
right: -156px;
bottom: -50px;

}

.contact-section h1 {
font-size: 42px;
font-weight: 700;
color: #FFFFFF;
text-align: center;
margin-bottom: 20px;
line-height: 1.3;

margin-left: auto;
margin-right: auto;
}

.contact-section p {
font-size: 18px;
color: #FFFFFF;
text-align: center;
margin-bottom: 40px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}

.btn-container {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
max-width: 700px;
margin: 0 auto;
}

.btn-primary {
background: #FFFFFF;
color: #165DFC;
padding: 14px 28px;
font-size: 16px;
font-weight: 600;
border-radius: 8px;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
transition: all 0.3s ease;
}

.btn-primary:hover {
background: #F0F8FF;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary svg:first-child {
width: 18px;
height: 18px;
stroke-width: 2;
flex-shrink: 0;
}

.btn-primary svg:last-child {
width: 16px;
height: 16px;
stroke-width: 2;
flex-shrink: 0;
margin-left: 4px;
}

.schedule-consultation {
background: #1A9DE8 !important;
color: #FFFFFF;
border: 2px solid #5FBAEF !important;

padding: 14px 28px;
font-size: 16px;
font-weight: 600;
border-radius: 8px;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
}

.schedule-consultation:hover {
background: #1A9DE8 !important;
border-color: #FFFFFF;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
.why-choose-us-section .image-left,
.why-choose-us-section .image-right {
    width: 280px;
}

.why-choose-us-section .image-left {
    left: -100px;
}

.why-choose-us-section .image-right {
    right: -100px;
}
}

@media (max-width: 991px) {
.why-choose-us-section {
    padding: 80px 0;
    min-height: 500px;
}

.contact-section h1 {
    font-size: 32px;
}

.contact-section p {
    font-size: 16px;
}

.why-choose-us-section .image-left,
.why-choose-us-section .image-right {
    width: 220px;
    opacity: 0.8;
}

.why-choose-us-section .image-left {
    left: -80px;
    bottom: -30px;
}

.why-choose-us-section .image-right {
    right: -80px;
    bottom: -30px;
}
}

@media (max-width: 767px) {
.why-choose-us-section {
    padding: 60px 0;
    min-height: auto;
    overflow: hidden;
}

.why-choose-us-section h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.why-choose-us-section p {
    font-size: 14px;
    margin-bottom: 30px;
}

.why-choose-us-section .image-left,
.why-choose-us-section .image-right {
    width: 160px;
    opacity: 0.5;
}

.why-choose-us-section .image-left {
    left: -60px;
    bottom: -20px;
    transform: rotate(-20deg);
}

.why-choose-us-section .image-right {
    right: -60px;
    bottom: -20px;
    transform: rotate(20deg);
}

.why-choose-us-section .btn-container {
    flex-direction: column;
    align-items: stretch;
}

.why-choose-us-section .btn-primary,
.why-choose-us-section .btn-secondary {
    width: 100%;
    justify-content: center;
}
}

.how-it-works-section {
padding: 80px 0;
background: #FFFFFF;
position: relative;
}

.how-it-works-section .auto-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.how-it-works-section .sec-title {
text-align: center;
margin-bottom: 40px;
}

.how-it-works-section .sec-title h2 {
font-size: 42px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
color: #000;
}

.how-it-works-section .sec-title h2 .highlight-blue {
color: #0092E6;
}

.how-it-works-section .intro-text {
font-size: 16px;
color: #666;
line-height: 1.6;
max-width: 900px;
margin: 0 auto 60px;
text-align: center;
}

.how-it-works-steps {
position: relative;
max-width: 1100px;
margin: 0 auto;
padding: 40px 20px 60px;
}

.how-it-works-steps::before {
content: '';
position: absolute;
left: 50%;
top: 40px;
bottom: 40px;
width: 3px;
background: #0092E6;
transform: translateX(-50%);
z-index: 0;
}

.how-it-works-step {
display: flex;
align-items: center;
margin-bottom: 50px;
position: relative;
min-height: 140px;
}

.how-it-works-step:nth-child(odd) {
flex-direction: row;
}

.how-it-works-step:nth-child(even) {
flex-direction: row-reverse;
}

.how-it-works-step::after {
content: '';
position: absolute;
width: 3px;
height: 50px;
background: #0092E6;
left: 50%;
transform: translateX(-50%);
bottom: -50px;
z-index: 1;
}

.how-it-works-step:last-child::after {
display: none;
}

.step-number-circle {
width: 80px;
height: 80px;
border-radius: 50%;
background: #0092E6;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
flex-shrink: 0;
z-index: 2;
position: absolute;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 4px 15px rgba(0, 146, 230, 0.3);
}

.step-content-box {
background: #FFFFFF;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
width: 420px;
max-width: calc(50% - 80px);
border: 1px solid #E8F4F8;
}

.how-it-works-step:nth-child(odd) .step-content-box {
margin-left: 0;
margin-right: auto;
margin-right: calc(50% + 50px);
}

.how-it-works-step:nth-child(even) .step-content-box {
margin-right: 0;
margin-left: auto;
margin-left: calc(50% + 50px);
}

.step-content-box h3 {
font-size: 24px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.3;
}

.step-content-box p {
font-size: 16px;
color: #666;
line-height: 1.6;
margin: 0;
}

@media (max-width: 991px) {
.how-it-works-section {
    padding: 60px 0;
}

.how-it-works-section .sec-title h2 {
    font-size: 32px;
}

.how-it-works-steps::before {
    display: none;
}

.how-it-works-step {
    flex-direction: column;
    text-align: left;
    min-height: auto;
    padding-left: 80px;
}

.step-number-circle {
    left: 0;
    transform: none;
    width: 60px;
    height: 60px;
    font-size: 24px;
}

.step-content-box {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}
}

@media (max-width: 767px) {
.how-it-works-section {
    padding: 50px 0;
}

.how-it-works-section .sec-title h2 {
    font-size: 28px;
}

.intro-text {
    font-size: 14px;
    margin-bottom: 40px;
}

.step-content-box {
    padding: 20px;
}

.step-content-box h3 {
    font-size: 20px;
}

.step-content-box p {
    font-size: 14px;
}

.step-number-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
}
}

.benefits-section {
padding: 80px 0;
background: #DEF0FF;
position: relative;
}

.benefits-section .auto-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.benefits-section .sec-title {
text-align: center;
margin-bottom: 60px;
}

.benefits-section .sec-title h2 {
font-size: 42px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
}

.benefits-section .sec-title h2 .light-blue {
color: #28A3E8;
font-size: 42px;
font-weight: 700;
}

.benefits-section .sec-title h2 .dark-blue {
color: #000;
font-weight: 700;
font-size: 42px;
}

.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 40px;
}

.benefit-card {
background: #FFFFFF;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
}

.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 146, 230, 0.15);
}

.benefit-icon-wrapper {
width: 60px;
height: 60px;
background: #E8F4F8;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}

.benefit-icon-wrapper svg {
width: 32px;
height: 32px;
color: #0092E6;
}

.benefit-card h4 {
font-size: 22px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.3;
}

.benefit-card p {
font-size: 16px;
color: #666;
line-height: 1.6;
margin: 0 0 15px 0;
}

.benefit-bullet {
font-size: 14px;
color: #5AA9FF;
margin-top: auto;
text-align: center;
}

@media (max-width: 991px) {
.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.benefits-section .sec-title h2 {
    font-size: 32px;
}
}

@media (max-width: 767px) {
.benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.benefits-section {
    padding: 60px 0;
}

.benefits-section .sec-title h2 {
    font-size: 28px;
}

.benefit-card {
    padding: 25px;
}
}

.testimonials-section {
padding: 80px 0;
background: #FFFFFF;
position: relative;
}

.testimonials-section .auto-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.testimonials-section .sec-title {
text-align: center;
margin-bottom: 60px;
}

.testimonials-section .sec-title h2 {
font-size: 42px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
color: #1a1a1a;
}

.testimonials-section .sec-title .subtitle {
font-size: 18px;
color: #666;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
}

.testimonials-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 40px;
}

.testimonials-grid:not(.slick-initialized) {
display: grid;
}

.testimonials-grid.slick-initialized {
display: block;
}

.testimonial-card {
background: #EFF6FF;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
border: 1px solid #E4F0FF;
}

.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 146, 230, 0.15);
}

.testimonial-quote-icon {
width: 50px;
height: 50px;
background: #E8F4F8;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
font-size: 28px;
font-weight: 700;
color: #0092E6;
font-family: 'Georgia', serif;
line-height: 1;
}

.testimonial-stars {
display: flex;
gap: 4px;
margin-bottom: 20px;
}

.testimonial-stars svg {
width: 20px;
height: 20px;
fill: #FFD700;
color: #FFD700;
}

.testimonial-stars .fa-star {
color: #FFD700;
font-size: 20px;
}

.testimonial-text {
font-size: 16px;
color: #333;
line-height: 1.6;
margin-bottom: 25px;
flex-grow: 1;
}

.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
margin-top: auto;
}

.testimonial-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}

.testimonial-author-info {
flex: 1;
}

.testimonial-author-name {
font-size: 16px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 4px;
}

.testimonial-author-title {
font-size: 14px;
color: #666;
margin-bottom: 2px;
}

.testimonial-author-location {
font-size: 14px;
color: #666;
}

@media (max-width: 991px) {
.testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.testimonials-section .sec-title h2 {
    font-size: 32px;
}
}

@media (max-width: 767px) {
.testimonials-grid:not(.slick-initialized) {
    grid-template-columns: 1fr;
    gap: 20px;
}

.testimonials-grid.slick-initialized {
    display: block;
}

.testimonials-section {
    padding: 60px 0 40px 0;
}

.testimonials-section .sec-title h2 {
    font-size: 28px;
}

.testimonial-card {
    padding: 25px;
}

.testimonials-section .auto-container {
    position: relative;
}

.testimonials-slider.slick-slider {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.testimonials-slider .slick-list {
    margin: 0 -10px;
}

.testimonials-slider .slick-slide {
    padding: 0 10px;
}

.testimonials-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #0092E6;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 146, 230, 0.3);
}

.testimonials-slider .slick-arrow:hover {
    background: #0077B6;
    box-shadow: 0 4px 12px rgba(0, 146, 230, 0.4);
}

.testimonials-slider .slick-arrow:focus {
    outline: none;
}

.testimonials-slider .slick-arrow svg {
    width: 20px;
    height: 20px;
    fill: #FFFFFF;
    color: #FFFFFF;
}

.testimonials-slider .slick-prev {
    left: 0;
}

.testimonials-slider .slick-next {
    right: 0;
}

.testimonials-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    gap: 8px;
}

.testimonials-slider .slick-dots li {
    margin: 0;
    padding: 0;
}

.testimonials-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #D1D5DB;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    transition: all 0.3s ease;
}

.testimonials-slider .slick-dots li.slick-active button {
    background: #0092E6;
    width: 32px;
    border-radius: 6px;
}

.testimonials-slider .slick-dots li button:before {
    display: none;
}
}

.why-choose-section {
padding: 80px 0;
background: #F0F8FF;
position: relative;
}

.why-choose-section .auto-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.why-choose-section .sec-title {
text-align: center;
margin-bottom: 60px;
}

.why-choose-section .sec-title h2 {
font-size: 42px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
}

.why-choose-section .sec-title h2 .light-blue {
color: #5AA9FF;
font-weight: 400;
}

.why-choose-section .sec-title h2 .dark-blue {
color: #1a1a1a;
font-weight: 700;
}

.why-choose-section .sec-title .intro-text {
font-size: 18px;
color: #333;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
}

.why-choose-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 40px;
}

.why-choose-card {
background: #FFFFFF;
border-radius: 12px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
text-align: center;
}

.why-choose-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 146, 230, 0.15);
}

.why-choose-icon-wrapper {
width: 60px;
height: 60px;
background: #E8F4F8;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}

.why-choose-icon-wrapper svg {
width: 32px;
height: 32px;
color: #0092E6;
}

.why-choose-card h4 {
font-size: 22px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.3;
}

.why-choose-card p {
font-size: 16px;
color: #666;
line-height: 1.6;
margin: 0;
}

@media (max-width: 991px) {
.why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.why-choose-section .sec-title h2 {
    font-size: 32px;
}
}

@media (max-width: 767px) {
.why-choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.why-choose-section {
    padding: 60px 0;
}

.why-choose-section .sec-title h2 {
    font-size: 28px;
}

.why-choose-card {
    padding: 25px;
}
}
.casino-step-away {
font-size: 18px;
color: #333;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
}

.call-to-action .auto-container {
max-width: 1400px;
width: 100%;

}

.how-it-work-container {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
padding-top: 60px;
}

.header {
text-align: center;
margin-bottom: 60px;
}

.header h1 {
font-size: 32px;
margin-bottom: 15px;
}

.header h1 span {
color: #1e90ff;
}

.header p {
font-size: 14px;
color: #666;
line-height: 1.6;
}

.timeline {
position: relative;
}

.timeline-item {
position: relative;
margin-bottom: 60px;
}

.timeline-item::before {
content: "";
position: absolute;
width: 2px;
background: #1e90ff;
top: 50%;
transform: translateY(0);
}

.timeline-item:nth-child(odd)::before {
left: 26px;
height: calc(100% + 60px);
}

.timeline-item:nth-child(even)::before {
right: 26px;
height: calc(100% + 60px);
}

.timeline-item:last-child::before {
display: none;
}

.number-badge {
width: 52px;
height: 52px;
background: #1e90ff;
border-radius: 50%;
color: #fff;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
position: absolute;

top: 33%;
transform: translateY(-50%);
z-index: 2;
}

.timeline-item:nth-child(odd) .number-badge {
left: 0;
}

.timeline-item:nth-child(even) .number-badge {
right: 0;
}


.content-box-new{
background: #fff;
padding: 22px 26px;
border-radius: 10px;
border: 1px solid #e5efff;
box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.timeline-item:nth-child(odd) .content-box-new {
margin-left: 90px;
}

.timeline-item:nth-child(even) .content-box-new {
margin-right: 90px;
}

.content h3 {
font-size: 16px;
margin-bottom: 8px;
}

.content p {
font-size: 13px;
color: #666;
line-height: 1.6;
}
.new-title{
text-align: center;
padding-top: 30px;
}

.live-casino-overview-section .row{
    margin-left: -33px !important;
}

@media (max-width: 768px) {
    .live-casino-overview-section .row {
        margin-left: 0 !important;
    }

    .btn-primary svg:last-child {
        width: 30px;
        height: 30px;
      
    }
    .live-casino-overview-section .certification-badge {
        position: absolute;
        margin-top: 300px;
    }
    .phone-image-wrapper{
        margin-top: 40px;
    }

    .live-dealer-top-features-title{
        font-size: 24px !important;
    }

    .live-dealer-most-popular-games-title{
        font-size: 24px !important;
    }

    .live-dealer-why-choose-title{
        font-size: 24px !important;
    }
    .benefits-section .sec-title h2 .light-blue{
        font-size: 24px !important;
    }
    .benefits-section .sec-title h2 .dark-blue{
        font-size: 24px !important;
    }
    .hero-img-frame{
        margin-top: 90px !important;
    }
  
}

@media (max-width: 768px) {
      .card-content {
        align-items: center !important;    
        text-align: center !important;    
    }

    .icon-wrapper-new {
        margin-left: auto !important;
        margin-right: auto !important;
    } 
}

    .schedule-consultation {
        padding: 14px 52px !important;
    
    }
    .benefit-card {
        text-align: center !important;
    }

        .benefit-icon-wrapper{
            margin-left: auto !important;
            margin-right: auto !important;
        } 



.overlay-sides-vector {
    pointer-events: none !important;
  }
  
  .slick-slide {
    height: auto !important;
}

@media (max-width: 768px) {
    .top-features-last-row-wrapper .top-feature-card {
        flex: 0 0 calc(48% - 15px) !important;
        max-width: 100% !important;
        
    }
}


   
.top-features-section {
    padding: 80px 0;
    background: #F4F7FB;
    position: relative;
}

.top-features-section .sec-title {
    margin-bottom: 60px;
    color: #000;
}

.top-features-section .sec-title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #28A3E8;
}

.top-features-section .sec-title h2 {
    color: #28A3E8;
    font-weight: 600;
}

.top-features-section .sec-title h2 {
    color: #000;
    font-weight: 700;
    position: relative;
}

.top-features-section .sec-title h2 .dark-blue::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0092E6;
    opacity: 0.3;
}

.top-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-items: start;
}

.top-feature-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 146, 230, 0.15);
}

.top-feature-icon-wrapper {
    width: 60px;
    height: 60px;
 
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.top-feature-icon-wrapper img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.top-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.top-feature-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.live-dealer-top-features-title, .live-dealer-most-popular-games-title, .live-dealer-why-choose-title {
font-size: 42px !important;

}


@media (max-width: 767px) {
    
    .how-it-works .how-it-work-container {
        display: none;
    }

    .mobile-how-it-works {
        padding: 30px 0;
        background-color: #f5f5f5;
    }

    .mobile-container {
        max-width: 400px;
        margin: 0 auto;
        padding: 30px 20px;
    }

    .mobile-header {
        text-align: left;
        margin-bottom: 35px;
    }

    .mobile-header h1 {
        font-size: 18px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 12px;
        text-align: center !important;
    }

    .mobile-header h1 .blue-text {
        color: #0ea5e9;
    }

    .mobile-header p {
        font-size: 11px;
        color: #6b7280;
        line-height: 1.6;
    }

    .mobile-timeline {
        position: relative;
    }

    .mobile-timeline-item {
        position: relative;
        margin-bottom: 15px;
    }

    .mobile-timeline-item:last-child {
        margin-bottom: 0;
    }

    .mobile-number-badge {
        width: 54px;
        height: 54px;
        background: #0ea5e9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 17px;
        font-weight: 700;
        position: relative;
        margin-bottom: 0;
    }


    .mobile-connector-line {
        width: 2px;
        height: 25px;
        background: #0ea5e9;
        margin-left: 26px;
    }

    .mobile-content-card {
        background: white;
        border-radius: 12px;
        padding: 22px 20px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .mobile-content-card h3 {
        font-size: 16px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .mobile-content-card p {
        font-size: 12px;
        color: #6b7280;
        line-height: 1.6;
    }
}


@media (min-width: 768px) {
    .mobile-how-it-works {
        display: none;
    }
}

@media (max-width: 768px) {
    .live-dealer-top-features-title, .live-dealer-most-popular-games-title, .live-dealer-why-choose-title, .start-your-live-dealer-casino-journey-title {
        font-size: 24px !important;
        
        }
}


figure {
    margin: 0 !important;
}
.top-feature-card h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    
}
.content-box-new h3 {
    font-size: 25px !important;
    font-weight: 600 !important;
    
}
.content-box-new p {
  
    padding-top: 5px !important;
}