@font-face {
    font-family: similar;
    src: url("../font/Zorque.otf");
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap');
/*Raleway Font For Tp */

/* Global CSS Start */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: similar;
    padding: 0;
    margin: 0;
    word-break: break-word;
    background-color: #5ce1e6;
    color: #5e18eb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: similar;
    margin: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 4px;
}


p {
    line-height: 1.6;
    padding: 0;
    margin: 0;
    letter-spacing: 2px;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    line-height: 1.1;
    margin-bottom: 3px;
}

a {
    display: inline-block;
    text-decoration: none;
    font-family: similar;
}

button,
input[type=text],
input[type=submit] {
    font-family: similar;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.py-3 {
    padding: 30px 0;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-2 {
    padding-bottom: 20px;
}

.py-5 {
    padding: 50px 0;
}

.py-7 {
    padding: 70px 0;
}

.pb-5 {
    padding-bottom: 50px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-4 {
    padding-bottom: 40px;
}


.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 35px;
}

/* Global CSS End */


/*Header CSS Start */
.top-logo a {
    text-align: center;
    width: 80px;
    vertical-align: middle;
    background-image: url("../images/logo.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    backdrop-filter: blur(5px);
    border-bottom: 0.1px solid #fff;
}

.fixed-header {
    background-color: #5ce1e6;
}

.fixed-header .main-menu ul li a {
    color: #000000;
}

.main-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}


.desktop-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    vertical-align: middle;
    align-items: center;
}

.main-menu ul li a {
    padding: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    transition: 0.4s all ease-in-out;
    font-size: 20px;
    letter-spacing: 3px;
}

.main-menu ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 2px #5e18eb;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
}

.main-menu ul li a:hover:after,
.main-menu ul li a.active:after {
    width: 100%;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    color: #5e18eb;
}

.close-icon {
    display: none;
}

.menu-icon {
    display: none;
    cursor: pointer;
    margin: auto 0;
    z-index: 60;
    height: 25px;
    width: 25px;
    background-image: url("../images/menu-btn.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* Header CSS End */

/* Banner Section CSS Start */
.main-banner {
    background-image: url("../images/home-banner-image.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    background-color: rgba(0 0 0/20%);
    background-blend-mode: multiply;
}

.banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-content {
    width: 100%;
    padding: 200px 100px 0 0;
    height: 100%;
}

.banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #5e18eb;
    ;
}

.banner-content h1 {
    font-size: 70px;
    margin-top: 40px;
    visibility: hidden;
}

.banner-content h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
}

.content-left {
    width: 35%;
}

.content-right {
    width: 65%;
    max-width: 544px;
    margin-left: auto;
}

.banner-butn-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 50px;
    max-width: 390px;
}

.butn {
    color: #fff;
    background-color: #5e18eb;
}

.banner-butn {
    font-size: 20px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 3px;
    transition: 0.4s all ease-in-out;
    text-align: center;
    border-radius: 30px;
    padding: 20px 25px;
}

.banner-butn:hover {
    background-color: #fff;
    color: #5e18eb;
    box-shadow: #5e18eb 0px 3px 20px 2px;
}


/* Banner Section CSS End */

/* About Info CSS Start */
.home-info-section {
    background: linear-gradient(90deg, #cdffd8, #95b9ff);
}

.home-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.home-info-text {
    width: 70%;
}

.home-info-images {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
}

.info-img1 {
    max-width: 200px;
    margin-left: auto;
}

.home-info-text p {
    font-size: 22px;
    margin-top: 30px;
    max-width: 700px;
}



.info-img2 {
    max-width: 200px;
    margin-left: auto;
}

/* About Info CSS End */

/* Games Cards CSS Start */
.featured-games-wrapper,
.games-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.games-cards {
    width: 32%;
    height: 420px;
    position: relative;
    border-radius: 0 40px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    padding: 15px;
    background: #fff;
    display: block;
}

.games-cards:hover {
    box-shadow: #5e18eb 0px 5px 15px;
    transform: translateY(-5px);
}

.games-cards-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0 40px;
}



.games-cards-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.games-cards-text a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0 0 0/20%);
    background-blend-mode: multiply;
}

.games-cards-text a h3 {
    color: #5e18eb;
    font-size: 25px;
}

/* Games Cards CSS End*/

/* Games Pages CSS Start */
.games-section {
    background: linear-gradient(90deg, #5de0e6, #004aad);
}

#games .pages-games-section,
#new-games .pages-games-section,
#privacy .pages-intro-section,
#personal .pages-intro-section,
#privacy .pages-intro-section,
#terms .pages-intro-section,
#about .about-us-content-section,
#contact .contact-us-content-section {
    margin-top: 80px;
}

#games .games-cards,
#new-games .games-cards {
    margin-bottom: 30px;
}

/* Games Pages CSS End */

/* Why Choose Us CSS Start */
.why-us-cards-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why-choose-us-cards {
    width: 32%;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: #5e18eb 0px 5px 15px;
    border-radius: 30px 0 30px 0;
    min-height: 430px;
    transition: 0.3s all ease-in-out;
}

.why-choose-us-cards:hover {
    transform: translateY(-4px);
    box-shadow: #fff 0px 5px 15px;
}

.why-choose-card-icon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}


.why-choose-card-text {
    margin-top: 10px;
}

.why-choose-card-text p {
    font-size: 18px;
}

/* Why Choose Us CSS End */

/* Home Page signup CSS Start */

.pages-signup-wrapper {
    text-align: center;
    background-color: transparent;
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

.pages-signup-wrapper h3 {
    color: #5e18eb;
    font-size: 30px;
    line-height: 1.3;
    max-width: 850px;
    margin: 0 auto;
}

.pages-signup-input-wrapper {
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

input.pages-signup-input {
    width: 35%;
    display: inline-block;
    font-size: 20px;
    padding: 13px 25px;
    outline: none;
    line-height: 20px;
    border-radius: 25px 0 0 25px;
    border: none;
    letter-spacing: 2px;
}


.pages-signup-submit-button {
    color: #fff;
    margin-left: 7px;
    border-radius: 0 25px 25px 0;
    background: #5e18eb;
    padding: 13px 25px;
    transition: 0.4s all ease-in-out;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.pages-signup-submit-button:hover {
    background-color: #fff;
    color: #5e18eb;
    box-shadow: #5e18eb 0px 3px 20px 2px;
}

/* Home Page signup CSS End */




/* Section Heading CSS Start */
h2.section-heading {
    font-size: 60px;
    color: #5e18eb;
    margin: 0 auto;
}

/* Section Heading CSS End */


/* Footer CSS Start */
.footer {
    width: 100%;
    box-shadow: #5e18eb 0px 5px 15px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.logo-bottom a {
    width: 100%;
    width: 80px;
    height: 80px;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-items {
    width: 30%;
}

.footer-items h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #5e18eb;
    text-align: left;
}

.footer-items .social-icons {
    width: 100%;
    margin: 15px auto;
}

.footer-items ul li a {
    padding: 3px 0;
}

.footer .footer-items ul li a {
    transition: 0.6s all ease;
    font-size: 17px;
    position: relative;
    color: #000;
    font-weight: 400;
    letter-spacing: 2px;
}


.footer .footer-items ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 1px #5e18eb;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
}

.footer .footer-items ul li a:hover {
    transform: translateX(3px);
    color: #5e18eb;
}

.footer-icons {
    min-width: 20px;
    margin-right: 6px;
}


.footer-items ul li a:hover:after {
    width: 100%;
}

.ssl-safety {
    width: 160px;
    height: 20px;
    background-image: url("../images/ssl.png");
}

.eighteen-plus {
    width: 55px;
    background-image: url("../images/18%2b.png");

}

.ssl-common {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
}

.copyright {
    padding: 15px 0;
    text-align: center;
    margin: auto 0;
}

.copyright p {
    color: #5e18eb;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.disclaimer {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    max-width: 900px;
    margin: 0 auto;
    color: #000;
}

.disclaimer h3 {
    margin-bottom: 15px;
    color: #5e18eb;
}

.disclaimer p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 15px;
}

/* Footer CSS End */

/* Social Icons CSS Start */
.social-icons {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px auto;
    width: 100%;
}

.social-ikons {
    height: 40px;
    width: 40px;
    background-color: #8d64de;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}

.social-icons a {
    display: flex;
    height: 100%;
    width: 100%;
    place-content: center;
    justify-content: center;
    align-items: center;
}

.social-ikons a {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    display: inline-block;
}


.social-ikons:hover {
    transform: translateY(2px);
    box-shadow: #fff 0px 4px 8px;
}

.footer-ikons {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-fb {
    background-image: url("../images/facebook.png");
}

.footer-insta {
    background-image: url("../images/instagram.png");
}

.footer-twitter {
    background-image: url("../images/facebook.png");
}



.social-icons .fb:hover {
    background-color: #116af9;
}

.social-icons .twitter:hover {
    background-color: #000000;
}

.social-icons .insta:hover {
    background-color: #da1090;
}

#contact .social-icons {
    margin: 10px 0 20px 0;
}

/* Social Icons CSS End */

/* Games Pages Cards CSS Start */
.games-pages-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#games .home-games-cards,
#new-games .home-games-cards {
    margin-bottom: 45px;
}

.games-container {
    margin-top: 80px;
}


/* Games Pages Cards CSS End */

/* About Us Page CSS Start */
.about-us-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.about-us-text {
    width: 60%;
    height: 100%;
}

.about-us-text p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-us-image {
    width: 40%;
    padding: 0 20px;
    background-image: url("../images/about-us-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

/* About Us Page CSS End */

/* Contact Us Page CSS Start */

.contact-us-text .social-icons {
    justify-content: flex-start;
}

.contact-us-text .social-icons i:hover {
    box-shadow: none;
    transform: translateY(-3px);
}

.contact-us-text,
.about-us-text {
    padding: 20px;
}

.contact-us-text p {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}

.contact-us-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contact-us-text,
.contact-us-image {
    width: 50%;
}

.contact-us-text p a {
    color: #c10202;
    transition: 0.4s all ease-in-out;
}

.contact-us-text p a:hover {
    transform: translateX(3px);
}

.contact-us-image {
    padding: 0 25px;
    background-image: url("../images/contact-us-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* Contact Us Page CSS End */

/* Sub Pages CSS Start */
.sub-pages-text-group {
    padding: 20px;
    border: 1px solid #5e18eb;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sub-pages-text-group h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.sub-pages-text-group p {
    margin-bottom: 8px;
}

.sub-pages-text-group ul li {
    margin-left: 16px;
    list-style-type: disc;
}

/* Sub Pages CSS Start */

/* Login Signup CSS Start */

.form-section {
    margin-top: 80px;
}

.card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 30px;
    backdrop-filter: blur(10px);
    background-image: url("../images/contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.card_title {
    text-align: center;
    padding: 10px;
}

.card_title h1 {
    font-size: 26px;
    font-weight: bold;
    font-family: similar;
    color: #fff;
    line-height: 1.4;
}

#login-logout {
    margin: 0 auto
}

.form {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    font-family: similar;
    flex-direction: column;
}

.swap-text {
    margin-top: 15px;
    margin-left: 5px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
}

.swap-link {
    color: #5ce1e6;
}

.form input {
    width: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-family: similar;
    max-width: 500px;
    margin: 15px auto;
    font-size: 16px;
}

.form button {
    font-size: 16px;
    outline: none;
    border: none;
    padding: 8px 15px;
    width: auto;
    font-family: similar;
    margin-top: 15px;
    padding: 14px 50px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background-color: #5e18eb;
    transition: 0.4s all ease-in-out;
}

.form button:hover {
    background-color: #fff;
    color: #5e18eb;
    box-shadow: #5e18eb 0px 3px 20px 2px;
}

/* Login Signup CSS End */






/* Cookies CSS Start */
.wrapper {
    position: fixed;
    bottom: -100%;
    width: 100%;
    background-color: #000;
    padding: 15px 25px 22px;
    transition: all 1s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wrapper.show {
    bottom: 0;
}

.info {
    margin-bottom: 15px;
}

.info p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.button {
    width: calc(40% / 2 - 10px);
    padding: 8px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #5e18eb;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s ease;
    font-weight: 600;
}

.button:hover {
    border-color: #5e18eb;
    color: #5e18eb;
    background-color: #fff;
}

/* Cookies CSS End */
iframe#iframe {
    height: 600px;
    width: 100%;
}


/* Backgroundo Images CSS Start */
.common-cards-images {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: auto;
}

.home-card1 {
    background-image: url("../images/home-game-01.png");
}

.home-card2 {
    background-image: url("../images/home-game-02.png");
}

.home-card3 {
    background-image: url("../images/home-game-03.png");
}

.home-card4 {
    background-image: url("../images/home-game-04.png");
}

.home-card5 {
    background-image: url("../images/home-game-05.png");
}

.home-card6 {
    background-image: url("../images/home-game-06.png");
}

.info-img1 {
    background-image: url("../images/info-img1.png");
}

.info-img2 {
    background-image: url("../images/info-img2.png");
}

.common-css {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}

.why-choose1 {
    background-image: url("../images/why1.png");
}

.why-choose2 {
    background-image: url("../images/why2.jpg");
}

.why-choose3 {
    background-image: url("../images/why3.jpg");
}

.game-card1 {
    background-image: url("../images/game-one.png");
}

.game-card2 {
    background-image: url("../images/game-two.png");
}

.game-card3 {
    background-image: url("../images/game-three.png");
}

.game-card4 {
    background-image: url("../images/game-four.png");
}

.game-card5 {
    background-image: url("../images/game-five.png");
}

.game-card6 {
    background-image: url("../images/game-six.png");
}

.game-card7 {
    background-image: url("../images/game-seven.png");
}

.game-card8 {
    background-image: url("../images/game-eight.png");
}

.game-card9 {
    background-image: url("../images/game-nine.png");
}

.new-game-card1 {
    background-image: url("../images/new-game-one.png");
}

.new-game-card2 {
    background-image: url("../images/new-game-two.png");
}

.new-game-card3 {
    background-image: url("../images/new-game-three.png");
}

.new-game-card4 {
    background-image: url("../images/new-game-four.png");
}

.new-game-card5 {
    background-image: url("../images/new-game-five.png");
}

.new-game-card6 {
    background-image: url("../images/new-game-six.png");
}

.new-game-card7 {
    background-image: url("../images/new-game-seven.png");
}

.new-game-card8 {
    background-image: url("../images/new-game-eight.png");
}

.new-game-card9 {
    background-image: url("../images/new-game-nine.png");
}





/* TP CSS Start */
.mobile-show {
    display: none;
    margin-top: 100px;
}

/* TP Banner Section CSS Start */
.tp-cards-section {
    padding: 30px 0;
}

.tp-cards {
    background-color: #5e35ea;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
    border: 5px solid #fff;
}

.tp-banner {
    position: relative;
}

.tp-banner-image {
    height: 200px;
    background-image: url(../images/tp-banner-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tp-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0 0 0/70%);
    background-blend-mode: multiply;
}

.tp-banner-text h2 {
    font-size: 28px;
    max-width: 800px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.tp-banner-text-group {
    text-align: center;
}

/* TP Banner Section CSS End */

.tp-box-1 {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.tp-logo-box,
.tp-welcome-bonus-box {
    width: 48%;
}


.tp-bottom-text-section {
    padding: 0 0 40px 0;
}

.tp-logo-box {
    max-width: 200px;
    height: 80px;
    background-color: #fff;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tp-logo1 {
    background-image: url("../images/20-bet.png");
    background-color: #091d35;
}


.tp-welcome-bonus-box {
    padding: 0;
    border: 0;
    border-radius: 10px;
    text-align: center;
}

.tp-welcome-bonus-box p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
}

.tp-welcome-bonus-box a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
}

.tp-box-2 {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.rating-vote-box {
    width: 60%;
}

.tp-card-btn {
    width: 40%;
}

.tp-card-btn a h4 {
    text-align: center;
    background-color: #5ce1e6;
    width: auto;
    margin: 0 auto;
    padding: 12px 40px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
}

.rating-vote-box {
    display: inline-flex;
}

.tp-welcome-bonus-box p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Raleway", sans-serif;
    color: #fff;
}


.rating-box p {
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}


.vote-box p {
    font-size: 16px;
    max-width: 60px;
    letter-spacing: 0.5px;
    font-family: "Raleway", sans-serif;
}

.vote-box {
    width: 50%;
    margin-left: 14px;

}

.tp-bold-text {
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
    font-family: "Raleway", sans-serif;
}

.rating-box {
    width: 50%;
}

.tp-welcome-bonus-box a h4 {
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    color: #fff;
}

.tp-bottom-text-wrapper p {
    margin-bottom: 11px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.star-image {
    height: 15px;
    width: 15px;
    display: inline-block;
    background-image: url("../images/tp-star.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



@media screen and (max-width: 575px) {
    .mobile-hide {
        display: block;
    }

    .mobile-show {
        display: none;
    }
}


@media screen and (max-width: 480px) {
    .tp-welcome-bonus-box a h4 {
        font-size: 20px;
    }

    .tp-banner-text h2 {
        font-size: 22px;
    }

    .rating-box p {
        font-size: 15px;
    }

    .rating-box .fa {
        font-size: 11px;
    }

    .tp-welcome-bonus-box p {
        font-size: 15px;
    }

    .tp-bold-text {
        font-size: 17px;
    }

    .star-image {
        width: 14px;
        height: 14px;
    }

    .tp-card-btn a h4 {
        padding: 12px 35px;
        font-size: 15px;
    }
}

@media screen and (max-width: 400px) {
    .tp-welcome-bonus-box a h4 {
        font-size: 17px;
    }

    .tp-welcome-bonus-box p {
        font-size: 15px;
    }

    .tp-welcome-bonus-box p {
        font-size: 14px;
    }

    .tp-card-btn a h4 {
        font-size: 15px;
        padding: 12px 20px;
    }

    .tp-bold-text {
        font-size: 16px;
    }

    .star-image {
        width: 11px;
        height: 12px;
    }
}

/* TP CSS End*/


