* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}


.container {
    width: 1140px;
    margin: auto;
}

.d-flex {
    display: flex;
}

.sp {
    justify-content: space-between;
}

.al {
    align-items: center;
}

/* .top-backgound {
    background-image: url(../images/35796131.jpg); 
    background-size: cover;
}
  */



body {
    background: -moz-linear-gradient(45deg, #ef1035 0%, #26c9f2 29%, #083086 66%, #044847 100%);
    background: -webkit-linear-gradient(45deg, #cd1c8f 0%, #26c9f2 29%, #ef1a48 66%, #be0d80 100%);
    background: linear-gradient(45deg, #ed2173 0%, #bd1a7f 29%, #39032c 66%, #070329 100%);
    background-size: 200% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    /*min-height: calc(100vh - 2rem);*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    /* overflow: hidden; */
    position: relative;
}

body::before,
body::after {
    content: "";
    width: 70vmin;
    height: 70vmin;
    /* left: auto; */
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    /* left: -20vmin; */
    /* top: -20vmin; */
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

body::after {
    width: 70vmin;
    height: 70vmin;
    /* left: auto; */
    right: 30vmin;
    /* top: auto; */
    /* bottom: 0; */
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.st0 {
    display: none;
}

.st1 {
    display: inline;
}

.st2 {
    opacity: 0.29;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st5 {
    clip-path: url(#SVGID_4_);
}

.st6 {
    clip-path: url(#SVGID_6_);
}

.st7 {
    clip-path: url(#SVGID_8_);
}

.st8 {
    clip-path: url(#SVGID_10_);
}

.st9 {
    fill: none;
}

.st10 {
    clip-path: url(#SVGID_12_);
}

.st11 {
    opacity: 0.7;
}

.st12 {
    clip-path: url(#SVGID_14_);
}

.st13 {
    opacity: 0.2;
}

.st14 {
    clip-path: url(#SVGID_16_);
}

.st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
}



.logo {
    text-align: center;
    padding-top: 10px;
}

.logo img {
    width: 40%;
}

.facebook-btn {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.facebook-login {
    background: rgb(52, 7, 214);
    width: 330px;
    margin: auto;
    box-shadow: 0px 7px 0px 0px rgb(81, 19, 237);
    border-radius: 5px;
    padding: 5px 0px;
    border: none;
}

.facebook-login:hover {
    background: rgb(31, 100, 175);
    transition: 0.5s;
    border: none;
}

.facebookimg h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    padding: 10px 0px 0px 5px;
}

.facebookimg img {
    width: 15%;
}

.facebook-text {
    padding: 20px 0px;
}

.facebook-text p {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Modal */
/* 
.btn:focus {
    outline: none;
    border: none;
}

.btn {
    padding: 0px;
    width: 100%;
}

.modal-header {
    padding: 0px !important;
} */

.fb-bg {
    background-color: #3b5999;
    width: 100%;
    padding: 5px 10px;
}

.fb-bg h1 {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 22px;
}


.teen-patti {
    text-align: center;
    padding: 30px 0px;
}

.teen-patti img {
    width: 50%;
}

.teen-patti p {
    padding: 10px 80px;
    color: #9598a1;
    font-size: 1rem;
}

.user {
    text-align: center;
    border: solid 0.5px #ccc;
    width: 70%;
    margin: auto;
}

.user input {
    width: 100%;
    padding: 8px;
    outline: none;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px white;
}

.login-btn {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 10px 0px 25px 0px;
}

.login-btn a {
    text-decoration: none;
    color: white;
    font-size: 0.90rem;
    font-weight: 600;
    background: #1878f3;
    padding: 8px;
    width: 100%;
    display: block;
    border-radius: 5px;
}

.login-btn a:hover {
    background: #3b5999;
    transition: 0.5s;
}







.download-button {
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    padding: 10px 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
}

.download-button img {
    width: 15%;
}

.links {
    border-top: solid 2px #ed3535;
    border-bottom: solid 2px #ed3535;
    text-align: center;
    background: rgb(2, 225, 186);
    background: radial-gradient(circle, rgb(129, 6, 6) 10%, rgb(224, 25, 58) 100%); 
}

.links h2 {
    padding: 10px 0px;
    color: white;
    font-size: 2.5rem;
    text-shadow: 2px 4px 2px rgba(54, 78, 87, 1);
    font-weight: 600;
}

.links-btn {
    padding: 10px 0px;
    text-align: center;

}

.player-btn {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: auto;
}

.about {
    margin: auto;
    text-align: center;
    padding: 20px 0px;
    width: 24%;
}

.about a {
    text-decoration: none;
    color: white;
    background: rgb(13, 10, 218);
    padding: 15px 0px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    text-shadow: 2px 4px 2px rgba(54, 78, 87, 1);
}

.about a:hover {
    background: rgb(3, 42, 90);
    transition: 2s;
}

.footer {
    background: rgba(255, 255, 255, 0.07);
}

.foot {
    width: 90%;
}

.footer-logo img {
    width: 20%;
}

.connect2 h2 {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

.connect-icon img {
    width: 60%;
}

.connect-icon .mail {
    text-align: end;
    padding-right: 2px;
}





/* popup styles */
.popup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup-content {
    position: absolute;
    background: #eceff6;
    width: 500px;
    margin: -58px 0 0 -264px;
    left: 50%;
    top: 20%;
    z-index: 11;
    padding-bottom: 50px;
}

.popup-content h1 {
    background-color: #3b5999;
    text-align: center;
    padding: 5px 0px;
    color: white;
    font-size: 1.5rem;
}

.close-popup {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 4px;
    font-size: 42px;
}

/* Demo Styles */

a {
    color: rgb(0, 159, 211);
    text-decoration: none;
}









/* second page css Start */

.logout {
    padding-top: 10px;
    text-align: end;
    width: 97%;
}

.logout i {
    color: #1878f3;
    font-size: 1rem;
}

.logout a {
    color: #1878f3;
    font-weight: 500;
    font-size: 0.95rem;
}

.profile {
    /* width: 30%;
    margin: auto;
    text-align: center; */
    justify-content: center;
}

.profile-image {
    text-align: end;
    padding-right: 5px;
    width: 49%;
}

.profile-image img {
    width: 70px;
    border: solid 2px white;
    border-radius: 100%;
}

.profile .level {
    width: 49%;
}

.level img {
    width: 30px;
}

.level a {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 0px 0px 5px;
}

.wallet {
    /* text-align: center;
    width: 30%;
    margin: auto; */
    padding: 10px 0px;
    justify-content: center;
}

.coin {
    text-align: end;
    padding-right: 7px;
    width: 49%;
}

.coin img {
    width: 30px;
}

.wallet .rupees {
    width: 49%;
}

.rupees a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.07);
    padding: 5px 6px;
    border-radius: 5px;
}

.welcome {
    text-align: center;
    padding: 20px 0px;
}

.welcome h1 {
    color: white;
    font-weight: 600;
    font-size: 1.rem;
}

.history {
    text-align: center;
    padding: 10px 0px;
}

.history a {
    text-decoration: none;
    color: white;
    border: solid 1px #fff;
    padding: 8px 0px;
    width: 20%;
    display: block;
    border-radius: 4px;
    margin: auto;
    font-size: 1rem;
    background: #052f46;
}

.history span {
    font-size: 1.2rem;
}








/* About page css Start */

.header {
    background: #002540;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.navbaar {
    padding: 0px 0px;
}

.teenpatti-logo img {
    width: 25%;
}

nav ul li {
    list-style: none;
    display: inline-block
}

nav ul li a {
    text-decoration: none;
    color: #6688ab;
    font-size: 1rem;
    padding: 0px 10px;
    font-weight: 500;
}

nav ul li a:hover {
    color: white;
}

nav ul li .active {
    color: white;
    font-weight: 600;
}

.gold {
    padding: 15px 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
}

.gold h1 {
    font-size: 3rem;
    color: white;
    font-weight: 700;
    text-shadow: 2px 4px 2px rgba(54, 78, 87, 1);
}

.play-text {
    padding: 20px 0px;
    max-width: 62.5em;
    color: #fff;
}

.play-text a {
    text-decoration: none;
    color: #fff;
}

.play-text h4 {
    padding: 20px 0px;
}

.features {
    max-width: 62.5em;
    padding: 0px 0px 20px 0px;
    color: #fff;
}

.features p {
    margin-bottom: 10px;
}

.features h4 {
    font-size: 1.3rem;
    padding-bottom: 15px;
    font-weight: 800;
}

/* .features p i {
    font-size: 9px;
    color: #1f1055;
}

.features p {
    padding-bottom: 15px;
    font-size: 15px;
    padding-left: 50px; 
    line-height: 25px; 
} */

.banned {
    padding-left: 50px;
    display: flex;
}

.banned i {
    font-size: 9px;
    color: #fff;
    padding-top: 8px;
    padding-right: 5px;
}

.banned p {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
}






.slider {
    max-width: 62.5em;
    margin: auto;
    padding: 20px 0px;
}

.slider-img img {
    width: 100%;
}

.owl-carousel .owl-dots {
    display: none;
}

.social-gaming {
    padding: 20px 0px;
    max-width: 62.5em;
    color: #fff;
}

.footer-bg {
    background: rgba(255, 255, 255, 0.07);
    padding: 10px 0px;
}

.about-footer p {
    color: white;
    font-size: 0.95rem;
}

.social-icon {
    text-align: end;
}

.social-icon img {
    width: 10%;
}


/* Rules page css Start */

.keep {
    padding: 15px 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
}

.keep h1 {
    font-size: 1.3rem;
    color: white;
    text-shadow: 2px 4px 2px rgba(54, 78, 87, 1);
}





/* contact page css Start */

.contact-details {
    padding: 30px 0px 400px 0px;
    max-width: 62.5em;
}

.contact-details p {
    font-size: 1.1rem;
    padding: 10px 0px;
    color: #fff;
}

.contact-details a {
    color: #fff;
}

.contact-details a:hover {
    color: #1878f3;
    transition: 0.8s;
}









/* Privacy page css Start */

.policy {
    max-width: 62.5em;
    padding: 50px 0px;
    color: #fff;
}

.policy h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 4px 2px rgba(54, 78, 87, 1);
}

.privacy-policy {
    padding: 20px 0px;
    color: #fff;
}

.privacy-policy h3 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
}

.privacy-policy p {
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 20px;
}

.privacy-policy h4 {
    font-size: 1.2rem;
    padding-bottom: 10px;
}




/* Bnak page css Start */


.balance {
    text-align: center;
}

.balance p {
    color: white;
    font-size: 0.85rem;
    padding: 20px 0px 5px 0px;
}

.balance input {
    outline: none;
    padding: 3px 2px;
    width: 23%;
    margin-bottom: 20px;
}

.payment-btn {
    text-align: center;
    width: 40%;
    justify-content: space-evenly;
}

.payment {
    width: 20%;
}

.payment a {
    color: white;
    background: #052f46;
    padding: 8px 4px;
    display: block;
    border-radius: 5px;
    font-size: 0.90rem;
}

.payment a:hover {
    background: rgb(85, 115, 152);
    transition: 0.6s;
    color: #fff;
}

.back {
    text-align: center;
    padding: 20px 0px;
    width: 8%;
    margin: auto;
}

.back a {
    color: white;
    background: rgba(148, 187, 233, 1);
    padding: 8px 0px;
    display: block;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
}

.back a:hover {
    background: rgb(85, 115, 152);
    transition: 0.6s;
}


/* ****************** */



.buttonn {
    padding: 8px 20px;
    background: rgba(148, 187, 233, 1);
    color: white;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}

.pop {
    width: 250px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    padding: 10px 20px;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 100;
}

.open-pop {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.pop h3 {
    font-size: 15px;
    padding: 15px 0px;
    color: #3c4748;
    text-align: start;
}

.pop p {
    font-size: 14px;
    text-align: start;
}

.pop .buttonn2 {
    margin-top: 10px;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    background: none;
    color: #0065ab;
}




/* ********** */


.buttonn-new {
    padding: 8px 20px;
    background: rgba(148, 187, 233, 1);
    color: white;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}

.pop2 {
    width: 250px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    padding: 10px 20px;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
    z-index: 100;
}

.open-pop2 {
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}

.pop2 h3 {
    font-size: 15px;
    padding: 15px 0px;
    color: #3c4748;
    text-align: start;
}

.pop2 p {
    font-size: 14px;
    text-align: start;
}

.pop2 .buttonn2-new {
    margin-top: 10px;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    background: none;
    color: #0065ab;
}



















/* popup  */
.popup-content2 {
    position: absolute;
    background: #eceff6;
    width: 300px;
    margin: -58px 0 0 -264px;
    left: 60%;
    top: 20%;
    z-index: 11;
    border-radius: 3px;
    text-align: center;
    /* padding: 15px 0px; */
}

.alert {
    margin: 0;
    padding: 0;
}

.alert img {
    width: 20%;
}

.alert h3 {
    font-size: 22px;
    color: #3c4748;
    /* padding-bottom: 20px; */
}

.alert p {
    font-size: 14px;
    padding-bottom: 5px;
    margin: 0;
}

.alert p a {
    color: #000;
    font-weight: 600;
}

.cancel-btn {
    text-align: end;
    padding: 20px 0px;
    margin-right: 20px;
}

.cancel-btn a {
    color: black;
    background: #9598a1;
    padding: 8px 0px;
    border-radius: 4px;
    border: solid 1.5px #3c4748;
    font-size: 14px;
    width: 25%;
    display: inline-block;
    text-align: center;
}

.cancel-btn a:hover {
    background: #fff;
    transition: 0.8s;
}

.cancel-btn .ok-btn {
    background: rgba(148, 187, 233, 1);
    color: white;
}

.cancel-btn .ok-btn:hover {
    background: white;
    color: black;
    transition: 0.8s;
}



/* popup cancel */
.popup-content-cancel {
    position: absolute;
    background: #eceff6;
    width: 300px;
    margin: -58px 0 0 -264px;
    left: 60%;
    top: 25%;
    z-index: 11;
    border-radius: 3px;
    text-align: center;
    padding: 15px 0px;
}

.cancel {
    text-align: end;
}

.cancel p {
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
    margin: 0;
}

.cancel a {
    color: white;
    background: rgba(148, 187, 233, 1);
    padding: 8px 0px;
    border-radius: 4px;
    border: solid 1.5px #3c4748;
    font-size: 14px;
    width: 25%;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}

.cancel a:hover {
    background: white;
    color: black;
    transition: 0.8s;
}





/* popup cancel */
.popup-content-ok {
    position: absolute;
    background: #eceff6;
    width: 300px;
    margin: -58px 0 0 -264px;
    left: 60%;
    top: 25%;
    z-index: 11;
    border-radius: 3px;
    text-align: start;
    padding: 15px;
}

.ok h3 {
    color: #3c4748;
    padding: 10px 0px;
    font-size: medium;
    margin: 0;
}

.ok p {
    padding: 10px 0px 0px 0px;
    font-size: 13px;
}

.ok a {
    text-align: center;
    color: #0065ab;
    font-size: 14px;
    display: block;
}



/* Withdrawa Chips page css Start */

.transfer {
    width: 10%;
    padding: 0px;
}





/* jQuuery Class Add  */

.gift-section {
    display: none;
}

.gift-section.gift-section-add {
    display: block;
}

.history-remove.add-h {
    display: none;
}

.bank-section {
    display: none;
}

.bank-section.bank-section-add {
    display: block;
}

.withdrawchips-section {
    display: none;
}

.withdrawchips-section.withdrawchips-section-add {
    display: block;
}

.packs-section {
    display: none;
}

.packs-section.packs-section-add {
    display: block;
}




/* Responsive  */


@media screen and (max-width:1024px) {

    .container {
        width: 90%;
    }

    /* .wallet {
        width: 32%;
    } */

    /* .gift {
        width: 14%;
    } */

    .balance input {
        width: 32%;
    }

    /* .benefits {
        width: 50%;
    } */

    .history a {
        width: 28%;
    }

    .gold h1 {
        font-size: 2rem;
    }

    .policy h1 {
        font-size: 2.7rem;
    }

    .payment-btn {
        width: 50%;
    }

    .back {
        width: 9%;
    }

    .transfer {
        width: 14%;
    }

    .navbaar {
        padding: 5px 0px;
    }


}



@media only screen and (max-width: 767px) {


    .logo img {
        width: 60%;
    }

    .facebook-login {
        width: 270px;
    }

    .facebookimg h2 {
        font-size: 1.2rem;
    }

    .facebook-text p {
        font-size: 0.75rem;
    }

    .links h2 {
        font-size: 2rem;
    }

    .player-btn {
        flex-wrap: wrap;
        width: 80%;
    }

    .about {
        width: 45%;
        padding: 10px 0px;
    }

    .download-button img {
        width: 38%;
    }

    .foot {
        flex-wrap: wrap;
    }

    .footer-logo {
        text-align: center;
        width: 100%;
    }

    .footer-logo img {
        width: 60%;
    }

    .connect {
        text-align: center;
        width: 50%;
        margin: auto;
    }

    .connect-icon img {
        width: 55%;
    }

    .connect-icon .fb-icon {
        text-align: start;
    }




    .popup-content {
        width: 280px;
        left: 85%;
        margin: -58px 0 0 -272px;
    }

    .teen-patti img {
        width: 60%;
    }

    .teen-patti p {
        padding: 10px 18px;
        font-size: 0.90rem;
    }

    .user {
        width: 88%;
    }

    .login-btn {
        width: 87%;
    }

    .profile {
        width: 90%;
    }

    /* .wallet {
        width: 85%;
    } */

    /* .coin img {
        width: 30%;
    } */

    /* .gift {
        width: 30%;
    } */

    /* .benefits {
        width: 100%;
        padding: 20px 0px 20px 0px;
    } */

    .bank h5 {
        font-size: 0.70rem;
    }

    .balance input {
        width: 75%;
    }

    .back {
        width: 25%;
    }

    .transfer {
        width: 30%;
    }

    .history a {
        width: 73%;
    }

    .payment-btn {
        width: 90%;
    }

    .navbaar {
        padding: 5px 0px;
    }

    nav ul li a {
        padding: 0px 4px;
        font-size: 0.75rem;
    }

    .teenpatti-logo img {
        width: 80%;
        margin-left: -18px;
    }

    .gold {
        padding: 10px 0px;
    }

    .gold h1 {
        font-size: 1.5rem;
    }

    .play-text p {
        font-size: 0.85rem;
    }

    .features {
        padding: 0px 0px 20px 30px;
    }

    .features h4 {
        font-size: 1rem;
    }

    .features p i {
        font-size: 8px;
    }

    .features p {
        font-size: 13px;
    }

    .social-gaming p {
        font-size: 0.85rem;
    }

    .about-footer p {
        width: 70%;
    }

    .social-icon {
        width: 30%;
    }

    .social-icon img {
        width: 30%;
    }

    .keep {
        padding: 10px 0px;
    }

    .keep h1 {
        font-size: 0.70rem;
    }

    .policy {
        padding: 35px 0px;
    }

    .policy h1 {
        font-size: 1.7rem;
    }

    .privacy-policy h3 {
        font-size: 1.2rem;
    }

    .privacy-policy p {
        font-size: 0.85rem;
    }

    .privacy-policy h4 {
        font-size: 1rem;
    }

    .contact-details p {
        font-size: 1rem;
    }

    .popup-content2 {
        left: 82%;
    }

    .popup-content-cancel {
        left: 82%;
    }

    .popup-content-ok {
        left: 82%;
    }

}