@import url('https://fonts.googleapis.com/css2?family=Kavoon&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

html,
body {
    width: 100%;
}

a {
    text-decoration: none;
    color: #F26432;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #000;
}

a:focus {
    text-decoration: none;
    transition: all 1s ease
}

:focus {
    outline: none !important
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

.other-services-bottum-text .section-title::selection,
.services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection,
.hero-title::selection {
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

img {
    max-width: 100%;
    height: auto
}

p {
    color: #717B89;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

p a {
    color: #F26432;
}

p strong {
    color: #000;
    font-weight: 600;
}

p a:hover {
    color: #3F5D8C;
}

ul,
ol,
ul li,
ol li {
    margin: 0;
    padding: 0;
}

ul li a,
ol li a {
    color: #F26432;
}

ul li a:hover,
ol li a:hover {
    color: #000;
}

figure,
address {
    margin: 0;
}

input,
textarea,
select,
button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #F26432;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: #F26432;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #000;
}

h1 {
    font-size: 40px;
    line-height: normal;
}

h2 {
    font-size: 32px;
    line-height: normal;
}

h3 {
    font-size: 28px;
    line-height: normal;
}

h4 {
    font-size: 24px;
    line-height: normal;
}

h5 {
    font-size: 20px;
    line-height: normal;
}

h6 {
    font-size: 16px;
    line-height: normal;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px
}

.default-css ul {
    margin-bottom: 20px;
}

.default-css ol {
    padding-left: 18px;
}

.default-css ul li,
.default-css ol li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717B89;
    margin: 0 0 6px;
}

.default-css ul li a,
.default-css ol li a {
    color: #F26432
}

.default-css ul li strong,
.default-css ol li strong {
    color: #F26432;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.default-css ul li a:hover,
.default-css ol li a:hover {
    color: #414114
}

.default-css ul li {
    list-style: none !important;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 4px;
    padding-left: 24px;
    background-size: 16px;
}




body {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.login-box {
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 542px;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}


.titlebtn {
    box-shadow: 4px 4px 16px 0px #00000024 inset;
    background: linear-gradient(180deg, #6F96EB 0%, #91AEEE 100%);
    font-family: "Kavoon", serif;
    font-size: 36px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    max-width: 194px;
    border-radius: 40px;
    padding: 5px 20px;
    margin: -28px auto 0;
}

.titlebtn span {
    color: #fff;
    text-shadow: 3px 3px 0px #5E82D2;
}



.login-box form {
    padding: 70px 85px 90px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.login-box .form-group {
    margin: 0 0 20px;
}

.login-box .form-group input.form-control {
    box-shadow: 2px 4px 8px 0px #7981F899 inset;
    background: #B2B7FE;
    height: 54px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff !important;
    font-family: "Kavoon", serif;
}


.login-box .form-group input.form-control::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.login-box .form-group input.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff !important;
}

.theme-btn {
    font-size: 36px;
    font-family: "Kavoon", serif;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    max-width: 194px;
    border-radius: 40px;
    padding: 10px 26px;
    margin: -27px auto 0;
    background: linear-gradient(96.29deg, #FFD186 3.33%, #FF9B71 96.75%);
    box-shadow: 4px 4px 16px 0px #00000024 inset;
}

.theme-btn span {
    color: #fff;
    text-shadow: 3px 3px 0px #D28052;
}

.header {
    box-shadow: 4px 4px 8px 0px #C9E5F4;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
}


.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.headicon a {
    background: linear-gradient(180deg, #C9E3FF 0%, #CDC7ED 100%);
    box-shadow: 2px 2px 5px 0px #9CB7EA inset;
    width: 57px;
    height: 57px;
    display: inline-block;
    text-align: center;
    line-height: 57px;
    border-radius: 10px;
}

.body-p {
    padding: 25px;
}

.game-btn {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    line-height: 24px;
    border-radius: 20px !important;
    padding: 14px 20px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    min-width: 210px;
    box-shadow: 4px 4px 16px 0px #00000024 inset !important;
    position: relative;
    border: 4px solid transparent;
}

.game-btn:before {
    content: '';
    background: url(../images/gbefore.png);
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
    width: 18px;
    height: 13px;
}

.game-btn:after {
    content: '';
    background: url(../images/gafter.png);
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    width: 18px;
    height: 13px;
}


.sidebar-list ul li {
    list-style: none;
    margin: 0 0 18px;
}

.game-btn.CardGame {
    background: linear-gradient(96.29deg, #86D7FF 3.33%, #71A2FF 96.75%);
}

.game-btn.BoardGame {
    background: linear-gradient(96.29deg, #9C86FF 3.33%, #CB71FF 96.75%);
}

.game-btn.FantasySports {
    background: linear-gradient(96.29deg, #FF8688 3.33%, #FF719E 96.75%);
}

.game-btn.RacingGame {
    background: linear-gradient(96.29deg, #FFBE86 3.33%, #FF8171 96.75%);
}

.game-btn.CasinoGame {
    background: linear-gradient(96.29deg, #6DDAB4 3.33%, #65ECE1 96.75%);
}

.game-btn.PuzzleGame {
    background: linear-gradient(96.29deg, #6DBDDA 3.33%, #65ABEC 96.75%);
}

.game-btn.ActionGame {
    background: linear-gradient(96.29deg, #6D7BDA 3.33%, #7E65EC 96.75%);
}

.game-btn.StrategicGame {
    background: linear-gradient(96.29deg, #DA6D85 3.33%, #EC65A0 96.75%);
}

.GameBiz-body {
    padding: 60px 0 0;
}

.game-btn:hover {
    color: #fff;
}

.sidebar-list {
    width: 300px;
    float: left;
}

.Gamesmani {
    width: calc(100% - 300px);
    float: right;
    padding-left: 15px;
}

.cardimg {
    position: relative;
    overflow: hidden;
}

.cardimg img {
    width: 100%;
    border-radius: 41px;
    clip-path: polygon(49% 0, 85% 5%, 98% 9%, 99% 88%, 93% 95%, 47% 98%, 5% 94%, 0 88%, 0 15%, 9% 6%);
    height: 320px;
    object-fit: cover;
}

.cardimg:before {
    content: '';
    position: absolute;
    background: url(../images/border.png);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: 1;
}

h5.card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 20px 0 0;
    color: #565985;
}


.sidebar-list ul.nav-tabs {
    display: block;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}


.main-box.row .col-sm-4 {
    padding: 0px 30px 30px;
    width: 31%;
}

.cardimg:hover .shine {
    display: block;
}

.shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
}

@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }

    50% {
        left: 25%;
        opacity: 0.5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.playgame {
    width: 728px;
    height: 582px;
    margin-top: 70px;
}

.playgame-box {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}

.playgame-box::before {
    content: '';
    position: absolute;
    background: url(../images/border.png);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: 100% 100%;
    z-index: 1;
}

.playgame-btn {
    bottom: -14px;
    left: 0;
    right: 0;
    z-index: 1;
}

.like-btn {
    top: 16px;
    right: 0;
    background: #E03757;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 3px;
    z-index: 1;
}

.carousel-inner {
    clip-path: polygon(49% 0, 85% 5%, 98% 9%, 99% 88%, 93% 95%, 47% 98%, 5% 94%, 1% 88%, 0 16%, 9% 7%);
    height: 100%;
}

.carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    border-radius: 41px;
    clip-path: polygon(49% 0, 85% 5%, 98% 9%, 99% 88%, 93% 95%, 47% 98%, 5% 94%, 1% 88%, 0 16%, 9% 7%);
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
    top: 43%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(180deg, #7691FF 0%, #627ADD 100%);
    box-shadow: 2px 2px 4px 0 #879FFF inset;
    opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: 0.7;
}

.carousel-control-next {
    right: -20px;
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow_right.png);
    width: 1.7rem;
    height: 1rem;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow_left.png);
    width: 1.7rem;
    height: 1rem;
}

.video-wh {
    width: 100%;
    height: 585.36px;
    object-fit: cover;
}

.details-box {
    width: 728px;
    height: 582px;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.details-box form {
    padding: 80px 60px;
}

.details-box .form-group input.form-control {
    box-shadow: 2px 4px 8px 0px #7981F899 inset;
    background: #B2B7FE;
    height: 54px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff !important;
    font-family: "Kavoon", serif;
}

.details-box .form-group input.form-control::placeholder {
    color: #fff !important;
    opacity: 1;
}

.details-box .form-group input.form-control::-ms-input-placeholder {
    color: #fff !important;
}

.details-box textarea.form-control {
    font-family: "Kavoon", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #fff !important;
    padding: 1rem 1.75rem;
    box-shadow: 2px 4px 8px 0px #7981F899 inset;
    background: #B2B7FE;
    border-radius: 30px;
}

.details-box textarea.form-control::placeholder {
    color: #fff;
}

.user-heading {
    font-size: 36px;
    font-weight: 400;
    font-family: "Kavoon", serif;
    color: #565985;
}

.userP {
    font-size: 20px;
    color: #565985;
    font-weight: 500;
}

.play-text {
    color: #565985;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
}

.search-form {
    right: 200px;
    top: 200px;
}

.search-form label {
    position: relative;
}

.search-form label::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    background-image: url(../images/search.png);
    background-position: center;
    background-size: contain;
    z-index: 2;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}

.search-field {
    background: linear-gradient(180deg, #C9E3FF 0%, #CDC7ED 100%);
    box-shadow: 2px 2px 5px 0px #9CB7EA inset;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    padding: 12px;
    position: relative;
    cursor: pointer;
    padding: 0 21px;
}

.search-field:focus {
    background: linear-gradient(180deg, #C9E3FF 0%, #CDC7ED 100%);
    cursor: text;
    outline: 0;
    width: auto;
    color: #fff;
    transition: width 400ms ease;
    padding-left: 48px;
}

.search-form .search-submit {
    display: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 4px solid #9fa6f4;
}

.gameplay-btn {
    column-gap: 20px;
}

.gameplay-btn a.theme-btn {
    max-width: inherit;
    margin: 0;
    font-size: 26px;
}

.enquiry {
    background: linear-gradient(180deg, #6F96EB 0%, #91AEEE 100%);
}

.enquiry span {
    text-shadow: 3px 3px 0px #5E82D2;
}

.BtnRegister {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
}

.BtnRegister .theme-btn {
    max-width: 100%;
}

.carousel {
    height: 100%;
}

.carousel-fade .carousel-item {
    height: 100%;
}

.userP2 {
    font-size: 20px;
    color: #565985;
    font-weight: 500;
    background-color: green;
    color: #ffffff !important;
    border-radius: 15px;
}
.nav-profile_images{
    max-width: 87%;
    height: auto;
}

.error{
    color: red;
}