@font-face {
 font-family: Handelson;
 font-style: normal; 
 font-weight:200;
src: url("../font/Handelson/Handelson-One.otf"); 
}

@font-face {
 font-family: Handelson;
 font-style: normal; 
 font-weight:300;
src: url("../font/Handelson/Handelson-Two.otf"); 
}

@font-face {
 font-family: Handelson;
 font-style: normal; 
 font-weight:400;
src: url("../font/Handelson/Handelson-Three.otf"); 
}

@font-face {
 font-family: Handelson;
 font-style: normal; 
 font-weight:500;
src: url("../font/Handelson/Handelson-Four.otf"); 
}

@font-face {
 font-family: Handelson;
 font-style: normal; 
 font-weight:600;
src: url("../font/Handelson/Handelson-Five.otf"); 
}

@font-face {
 font-family: Handelson;
 font-style: normal; 
 font-weight:700;
src: url("../font/Handelson/Handelson-Six.otf"); 
}

body {
    font-size: 1rem;
    font-family: Handelson;
    user-select: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img {max-width:100%;}
.container { max-width:1200px!important; margin:0 auto; position:relative}

section.main-banner {
    
    text-align: center;
    position: relative;
}

section.main-banner:after{
    content: "";
    background: linear-gradient(#3d110385, rgb(55 16 4 / 86%)), url(../../assets/img/background.png);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #1a171b;
}
section.main-banner .bannerArea .main-heading h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

section.main-banner .bannerArea {
    padding-top: 118px;
    z-index: 2;
    position: relative;
}

section.main-banner .bannerArea .partner-logo {
    padding: 0px 0px 0px 0px;
}

section.main-banner .bannerArea .partner-logo img {
    height: 128px;
}

section.main-banner .bannerArea .signUp-btn button {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #DB3832 0%, #C70000 100%);
    border: none;
    padding: 6px 46px;
    font-size: 32px;
    border-radius: 16px;
    transition: 1s ease-in-out;
}

.listArea {}

section.main-banner .cpaList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

section.main-banner .cpaList ul li {
    width: 33.33%;
    color: #fff;
    list-style: none;
    text-align: center;
}

section.main-banner .cpaList {
    margin-top: 54px;
}

section.main-banner .cpaList ul li .listArea .heading h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 58px;
}

section.main-banner .cpaList ul li .listArea .heading h2 span.block {
    display: block;
    background: linear-gradient(180deg, #FF8927 59.77%, #FDCD0A 100%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
}

section.main-banner .cpaList ul li .listArea .wheelImg {
    margin-top: 26px;
}

header .navigation ul li a {
    color: #fff;
    font-family: Heebo;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 5px;
}

header .navigation ul li {
    list-style: none;
}

header {
    position: absolute;
    width: 100%;
    padding: 25px 0px;
    z-index: 5;
}

header .navbarArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navigation ul li {display: inline-block;padding: 0px 3px;}

header .navigation ul li.signUp a {
    color: #fff;
    background: linear-gradient(180deg, #DB3832 0%, #C70000 100%);
    border: none;
    border-radius: 13px;
    padding: 10px 30px;
}

section.main-banner{
    background: url('../../assets/img/background2.png');
    height: 100vh;
}

section.main-banner .bannerArea .main-heading .title {
    font-weight: 800;
    color: #fff;
    font-size: 48px;
}

section.main-banner .bannerArea .partner-logo h1 {
    background: linear-gradient(180deg, #D65C08 59.77%, #FDCD0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 102px;
}

.rummy-queen {
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 2;
    width: 30%;
    opacity: 0.9;
}

.supprtId a {
    display: block;
    font-family: sans-serif;
    color: #fff;
    font-size: 34px;
}

section.about {
    position: relative;
    background: #200001;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.about .about-txt {
    position: absolute;
    width: 100%;
    right: 0px;
    color: #fff;
}

section.about .about-txt .headline h2 {
    background: linear-gradient(180deg, #D65C08 59.77%, #FDCD0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 66px;
}

section.about .about-txt .txt p {
    font-family: 'Heebo';
    font-size: 16px;
    line-height: 29px;
}

section.about .banner {
    width: 100%;
}


.copy-right {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Heebo';
    padding-bottom: 22px;
}

.copy-right p {
    margin-bottom: 8px;
}

.copy-right span:hover {
    color: #d8241d;
}
.copy-right span {color: #ff4841;}

h4.modal-title {
    background: linear-gradient(180deg, #D65C08 59.77%, #FDCD0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 42px;
}

.textabout {
    width: 72%;
    margin-left: auto;
}

.textabout h5 {
    font-weight: 600;
    font-size: 27px;
}

.socialMedia {
    font-size: 27px;
    color: #fff;
}

.socialMedia li {
    list-style: none;
    padding-left: 28px;
    background: linear-gradient(180deg, #ffffff 59.77%, #FDCD0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.socialMedia ul {
    display: flex;
    align-items: center;
}

.socialMedia ul li:nth-child(1) {
    font-family: 'Heebo';
    font-size: 18px;
}

.socialMedia ul li:nth-child(1) span {
    padding: 0px 3px;
}

.topHEad{
    display: none;
}

.emailFor {
    color: #e48509;
    font-weight: 600;
    font-size: 19px;
    margin-top: 27px;
}

.fixed-whataap-btn {
    position: fixed;
    bottom: 84px;
    z-index: 3;
    right: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}