:root {
    --main-color: #7a0062;
    --primary-color: #1a1a1a;
    --color-1: #e91e63;
    --color-2: #f5ae10;
    --color-3: #09d69c;
    --bg-dark: #2b2c2f;
    --main-to-dark-color: var(-- main-color);
    --dark-to-main-color: var(-- bg-dark);
    --shadow-black-100: --shadow-black-300: --black-900:#000000;
    --black-400: #555555;
}

body {
    overflow-x: hidden;
    user-select: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.primary-text-color {
    color: var(--main-color);
}

.primary-bg-color {
    background-color: var(--main-color);
}

.bg-dark {
    background-color: var(--primary-color) !important;
}

#hero {
    background-color: var(--primary-color)
}

.heading {
    margin-top: 150px;
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 600;
}

.btn {
    color: #fff;
    background: var(--main-color);
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    box-shadow: 0 6px 45px -5px rgba(0, 0, 0, 0.3);
    transform: translateX(0);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.btn:hover,
.btn:focus {
    color: #fff;
    transform: translateX(10px);
}

.btn:before {
    content: "";
    background-color: #292929;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.btn:hover:before,
.btn:focus:before {
    transform: scaleX(1);
    transition-delay: 0s;
}

.iw {
    width: 100%;
    max-width: 100%;
}

.ih {
    height: 100%;
}

/* Features Section Start */

#features h3 {
    font-size: 20px;
}

#features p {
    font-size: 15px;
    color: #5a5a5c;
    /* padding-left: 30px; */
}

/* Features Section End */

/* Mobile Animation Start */

.feature-app-img {
    position: relative;
    text-align: center;
}

.circle-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: red;
    color: white;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 1.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circle-1:hover {
    cursor: pointer;
}

.circle-1::after,
.circle-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 3s ease-in-out infinite;
    animation: grow 3s ease-in-out infinite;
}

.circle-1::after {
    background: var(--main-color)
}

.circle-1::after::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 3s ease-in-out infinite;
    animation: grow 3s ease-in-out infinite;
}

.circle-1::before {
    background: var(--main-color);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.circle-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: var(--main-color);
    color: white;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 1.3rem;
}

.circle-2:hover {
    cursor: pointer;
}

.circle-2::after,
.circle-2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 3s ease-in-out infinite;
    animation: grow 3s ease-in-out infinite;
}

.circle-2::after {
    background: var(--main-color);
}

.circle-2::after::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 3s ease-in-out infinite;
    animation: grow 3s ease-in-out infinite;
}

.circle-2::before {
    background: var(--main-color);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.circle-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: #fb8645;
    color: white;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    font-size: 1.3rem;
}

.circle-3:hover {
    cursor: pointer;
}

.circle-3::after,
.circle-3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #fb8645;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 3s ease-in-out infinite;
    animation: grow 3s ease-in-out infinite;
}

.circle-3::after {
    background: rgba(251, 134, 69, .5);
}

.circle-3::after::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 3s ease-in-out infinite;
    animation: grow 3s ease-in-out infinite;
}

.circle-3::before {
    background: rgba(251, 134, 69, .5);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.8, 1.8);
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* Mobile Animation End */

/* Games Tab Start */

#games {
    background-color: var(--main-color);
}

#games #hot ul li {
    color: #fff;
    list-style-type: circle;
}

.nav-tabs>li {
    margin-bottom: -2px;
}

.tab li a {
    background: #3A3D41;
    color: #fff;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px;
    border: none;
}

.tab li {
    border-top: 3px solid #dedede;
}

.tab li.active {
    background: #ffffff;
    border-top: 3px solid #ea5e50;
    color: #7e828a;
}

.tab li a:hover {
    background: #3A3D41;
    color: #ffffff;
}

.tab span {
    background: #ea5e50;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    height: 21px;
    width: 21px;
    line-height: 21px;
    margin-right: 8px;
    display: inline-block;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0px none;
    padding: 12px;
}

.tab-content h3 {
    margin-top: 0;
}

/* Games Tab End */

/* Service Box Start */

.serviceBox {
    color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    padding-left: 110px;
    position: relative;
}

.serviceBox .service-icon {
    color: var(--main-color);
    background-color: #eee;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    box-shadow: 5px 5px var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
}

.serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.serviceBox .description {
    color: #555;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0;
}

.serviceBox.pink {
    --main-color: #FF0282;
}

.serviceBox.purple {
    --main-color: #8154A2;
}

/* Service Box End */

/* FAQ Start  */

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
    box-shadow: none;
    color: #676767;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: var(--main-color);
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
    color: #676767;
    transform: rotate(0);
}

#accordion .panel-title a:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}

#accordion .panel-body {
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}

/* FAQ End */

/* Footer Start  */

#footer {
    background-color: var(--primary-color);
}

#footer span {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    right: 0px !important;
}

.custome-btn {
    margin-bottom: 67px !important;
}

/* Footer End */

/* Responsive Start  */

@media (max-width: 575.98px) {
    .heading {
        margin-top: 120px;
    }
}

@media (max-width: 767.98px) {}

/* Responsive End */

/* Blog Start  */

.reg-img {
    height: 400px;
}

/* Blog End */