:root {
    --white-color: #fff;
    --black: #1e1c1b;
    --blue: #5504b0;
    --blue-light: #661db8;
    --yellow: #fbd206;
    --green: #1e986c;
    --l-green: #01C37D73;
    --gray: #707070;
    --maroon: #903129;
    --light-gray: #f2f2f2;
    --light-skin: #fff8ed;
}

@font-face {
    font-family: buzz;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: buzzlight;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: buzzbold;
    font-display: swap;
    src: url(../fonts/Inter_28pt-ExtraBold.ttf);
}

body {
    background-color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--blue);
    font-family: buzzbold;
}

p {
    font-family: buzzlight;
    text-align: center;
    text-transform: capitalize;
}

.mobile-view {
    display: none;
}

video {
    border-radius: 1.3rem;
}

/* hero-section */
.hero-section {
    background-image: url("../images/mpl/desktop_assets/h-icon-card.png"), url("../images/mpl/desktop_assets/h-icon-pasa.png"), url("../images/mpl/desktop_assets/h-icon-trophy.png");
    background-position: left bottom 8rem, top 5rem left 10rem, top 15rem right 6rem;
    background-repeat: no-repeat;
}

/* bolt-icon */
.bolt-icon {
    position: absolute;
    top: -8%;
    right: 20%;
}

/*  */
.mpl-overview-section {
    text-align: center;
    background-image: url('../images/mpl/desktop_assets/Group 9.png');
    color: var(--white-color);
}

.mpl-overview-section h1 {
    color: var(--white-color);
}

.mpl-overview-section p {
    font-size: 1.3rem;
    margin-top: 1rem;
}

/* mpl-objective-section */
.mpl-objective-section {
    text-align: center;
    background-image: url('../images/mpl/desktop_assets/Group 14.png');
    color: var(--black);
    position: relative;
}

.mpl-objective-section h1 {
    color: var(--black);
}

.mpl-objective-section p {
    font-size: 1.3rem;
    margin-top: 1rem;
    font-weight: bold;
}

.mpl-objective-section .marked-heading {
    background-color: var(--yellow);
    font-weight: bolder;
    font-style: italic;
    font-size: 3.5rem;
    padding-top: 0.7rem;
    width: 28rem;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

/* win-teenpatti-testimonials */
.win-teenpatti-testimonials {
    text-align: center;
    background-image: url('../images/mpl/desktop_assets/Group 15.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.title-testimonials {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.win-teenpatti-testimonials .title-testimonials h1 {
    color: var(--white-color);
    background-color: var(--green);
    padding: 0.5rem 1rem 0 1rem;
}

.img-testimonials {
    width: 6rem;
    margin-right: -1rem;
}

.win-teenpatti-testimonials .nav-pills .nav-link {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    border-radius: 50px !important;
    box-shadow: none !important;
}

.win-teenpatti-testimonials .nav-pills .nav-link:hover {
    background-color: var(--yellow) !important;
    color: var(--maroon) !important;
    box-shadow: none !important;
}

.win-teenpatti-testimonials .nav-pills .nav-link.active {
    background-color: var(--yellow) !important;
    color: var(--maroon) !important;
    box-shadow: none !important;
}

/* win-rummy-testimonials */
.win-rummy-testimonials {
    text-align: center;
    background-image: url('../images/mpl/desktop_assets/Group 14.png'), url('../images/mpl/desktop_assets/rummy bubble.png');
    background-repeat: repeat, no-repeat;
    background-position: center, top 60% right 3%;
    position: relative;
}

/* 
.title-testimonials {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
} */

.win-rummy-testimonials .title-testimonials h1 {
    color: var(--white-color);
    background-color: var(--maroon);
    padding: 0.5rem 1rem 0 1rem;
    position: relative;
    z-index: 0;
}

.img-testimonials {
    width: 6rem;
    margin-right: -1rem;
}

.win-rummy-testimonials .nav-pills .nav-link {
    background-color: transparent;
    border: 1px solid var(--black);
    color: var(--black);
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    border-radius: 50px !important;
}

.win-rummy-testimonials .nav-pills .nav-link:hover {
    background-color: var(--yellow) !important;
    color: var(--black) !important;
    box-shadow: none !important;
}

.win-rummy-testimonials .nav-pills .nav-link.active {
    background-color: var(--yellow) !important;
    color: var(--maroon) !important;
    box-shadow: none !important;
}

/* ugc videos slider-navigation */
.ugc-videos-slider-next {
    position: absolute;
    bottom: -6rem;
    right: 43%;
    z-index: 100;
}

.ugc-videos-slider-prev {
    position: absolute;
    bottom: -6rem;
    left: 43%;
    z-index: 100;
    
}

.slick-slide{
    margin:0 10px;
}

/* callbreak ugc videos */
.callbreak-ugc-videos {
    background: url("../images/mpl/desktop_assets/Group 14.png");
    padding: 3rem 0;
}

.callbreak-ugc-videos .title-testimonials {
    margin-bottom: -3rem;
    position: relative;
    z-index: 10;
}

.callbreak-ugc-videos .title-testimonials h1 {
    color: var(--white-color);
    background-color: var(--green);
    padding: 0.5rem 1rem 0 1rem;
    position: relative;
    z-index: 0;
}

.callbreak-ugc-videos .bg-section {
    background-color: var(--maroon);
    padding: 8rem 0;
    position: relative;
    z-index: 0;
}

.call-break-slider-container {
    position: relative;
    margin-top: -11rem;
}

/* poker ugc videos */
.poker-ugc-videos {
    background: url("../images/mpl/desktop_assets/Group 14.png");
    padding: 3rem 0;
}

.poker-ugc-videos .title-testimonials {
    margin-bottom: -3rem;
    position: relative;
    z-index: 10;
}

.poker-ugc-videos .title-testimonials h1 {
    color: var(--white-color);
    background-color: var(--maroon);
    padding: 0.5rem 1rem 0 1rem;
    position: relative;
    z-index: 0;
}

.poker-ugc-videos .bg-section {
    background-color: var(--green);
    padding: 8rem 0;
    position: relative;
    z-index: 0;
}

.poker-slider-container {
    position: relative;
    margin-top: -11rem;
}

/* scope-of-work */
.scope-of-work {
    background: url("../images/mpl/desktop_assets/Group 14.png"), url("../images/mpl/desktop_assets/flower-snap-left.png"), url("../images/mpl/desktop_assets/flower-snap-right.png");
    background-position: left, top 2rem left 10rem, top 5rem right 6rem;
    background-repeat: no-repeat;
    padding: 4rem 0;
    text-align: center;
}

.scope-of-work .sow-container h5 {
    color: var(--black);
}

/* results-section */
.results-section {
    background-image: url("../images/mpl/desktop_assets/Group 62.png");
    padding: 4rem 0;
    text-align: center;
}

.results-section .marked-heading {
    background-color: var(--yellow);
    color: var(--black);
    font-weight: bolder;
    font-style: italic;
    font-size: 3.5rem;
    padding-top: 0.7rem;
    width: 15rem;
    position: relative;
    margin-top: -6rem;
}

.results-card {
    background-color: var(--l-green);
    padding: 2rem;
    color: var(--white-color);
    border-radius: 1rem;
}

.results-card p {
    margin-bottom: 0 !important;
    text-align: left;
}

.results-card img {
    margin-bottom: 2rem;
}

.lang-tabs-mobile-scroll {
    display: flex !important;
    flex-wrap: nowrap !important;      /* single row */
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}


.lang-tabs-mobile-scroll::-webkit-scrollbar {
    display: none; /* hide scrollbar */
}

.slide-item {
    flex: 0 0 auto;     /* jitna chaho width */
    scroll-snap-align: start;
}

