/*
Theme Name: Giftiha
Text Domain: Giftiha.com
Version: 1.0
Description: This theme was developed by Giftiha
Tags: responsive , bootstrap
*/

html {
    scroll-behavior: smooth !important;
}

html {
    --primary-color: #fb573e;
    --dark: #171717;
    --background: #f8f8f8;
    --input-back: #F6F6F6;
    --white: #fff;
    --text-light: #8F8F8F;
    --light-red: #FFE0C9;
    --light-green: #C9F3DB;
    --light-silver: #E2E2E2;
    --red: #EC407A;
    --green: #00C853;
    --silver: #868686;
    --silver2: rgba(232, 232, 232, 0.29);
    --input-back: #F6F6F6;
    --border-color: #D4DEEC;
    --light-primary: #fff9f9;
    --light-primary2: #ec407923;
    --chat-send-back: #EEEEEE;
    --yellow: #FFAB00;
    --dashboard-side: #424242;
    --trans-white: #ffffff1c;
    --message-header-user: #F4F4F4;
    --shadow: rgba(0, 0, 0, 0.05) 0px 10px 50px;
    --shadow2: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    --shadow-green: #009c8a63 0px 10px 40px;
}

@font-face {
    font-family: YekanBakh;
    font-style: Hairline;
    font-weight: 100;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 01 Hairline.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 01 Hairline.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 01 Hairline.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: thin;
    font-weight: 200;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 02 Thin.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 02 Thin.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 02 Thin.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: light;
    font-weight: 300;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 03 Light.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 03 Light.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 03 Light.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: regular;
    font-weight: 400;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 04 Regular.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 04 Regular.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 04 Regular.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: medium;
    font-weight: 500;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 05 Medium.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 05 Medium.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 05 Medium.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: bold;
    font-weight: 600;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 06 Bold.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 06 Bold.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 06 Bold.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: heavy;
    font-weight: 700;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 07 Heavy.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 07 Heavy.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 07 Heavy.ttf") format("truetype");
}

@font-face {
    font-family: YekanBakh;
    font-style: fat;
    font-weight: 800;
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 08 Fat.eot");
    src: url("assets/fonts/FaNum/Yekan Bakh FaNum 08 Fat.woff") format("woff"), url("assets/fonts/FaNum/Yekan Bakh FaNum 08 Fat.ttf") format("truetype");
}

body {
    font-family: YekanBakh;
    font-weight: 400;
    overflow-x: hidden;
    scrollbar-width: thin !important;
    /* "auto" or "thin" */
    /* Track */
    /* Handle */
    /* Handle on hover */
    font-size: 14px;
}

a {
    text-decoration: none !important;
    color: unset;
}

a:hover {
    color: unset;
}

button:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
}

* {
    box-sizing: border-box;
}

body,
input,
select,
button {
    -webkit-appearance: none !important;
}

@media (min-width: 992px) {
    body {
        padding-top: 97px !important;
    }
}

@media (max-width: 992px) {
    #mainlogo {
        max-width: 65px !important;
    }
    .mobile-nav {
        padding-top: 7px !important;
    }
    .game-icons .p-3 {
        width: 100%;
        text-align: center;
    }
    .blog-section article {
        padding: 1rem !important;
    }
    .right-top {
        height: auto !important;
    }
    .support-btn {
        margin-top: 1rem !important;
        height: auto !important;
        margin-bottom: 2rem !important;
    }
    .title {
        margin-bottom: 1.5rem;
    }
    .carousel-control-prev,
    .hero-carousel .carousel-control-next,
    .carousel-control-next {
        display: none;
    }
    .blog-section {
        padding: 0 !important;
    }
    .blog-posts .p-2 {
        text-align: center;
        width: 49.5% !important;
    }
    .game-icons .p-3 {
        display: inline-block !important;
    }
    .game-icons .gi-content {
        display: inline-block !important;
        width: 21% !important;
    }
    .section-1 {
        padding-top: 0 !important;
    }
    .game-content {
        padding: 3rem 0;
    }
    .game-icons {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .gi-img img {
        width: 35px !important;
    }
    .gi-content .gi-img {
        border-radius: 20px !important;
    }
    .blog-posts {
        margin-top: 0 !important;
    }
    .blog-card .blog-img {
        width: 80px;
        height: 80px !important;
    }
    .blog-card .blog-title {
        font-size: 13px !important;
    }
    #video {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .tabs {
        display: block !important;
    }
    .tabs .tab-head {
        width: 100% !important;
    }
    .tabs .tab-head ul {
        width: 100% !important;
        display: flex;
        align-items: center;
    }
    .tabs .tab-head ul li {
        width: 33% !important;
        font-size: 10px !important;
    }
}

.section-1 {
    padding: 2rem 0;
    background: var(--background);
}

.nav-logo img {
    margin: 7px 0;
}

.main-nav {
    background: var(--white);
    position: fixed;
    top: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    left: 0;
    right: 0;
    z-index: 10;
}

.nav-tools {
    flex: auto;
    text-align: left;
}

.nav-links ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.nav-links ul li {
    display: inline-block;
}

.top-links {
    border-radius: 12px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background: var(--background);
}

.top-links a {
    display: block;
    opacity: 0.8;
    transition: 0.2s ease;
    padding: 10px;
}

.nav-links {
    margin-bottom: -14px;
}

.top-links a:hover {
    opacity: 1;
    font-weight: 600;
}

.bottom-link {
    padding-top: 10px;
}

.bottom-link li hr {
    margin: 0 !important;
}

.bottom-link li.active {
    font-weight: bold;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.bottom-link li.active a {
    font-weight: bold;
    color: var(--primary-color);
}

.bottom-link li a {
    padding: 16px;
    padding-bottom: 25px;
    border-bottom: 2px solid transparent;
}

.bottom-link li a {
    font-weight: 600;
    font-size: 15px;
    color: var(--dark);
    display: block;
    transition: 0.2s ease;
}

.bottom-link li a:hover {
    color: var(--primary-color);
}

.phone-number {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 17px;
    margin-left: 13px;
    border-left: 2px solid var(--border-color);
    padding-left: 13px;
}

.phone-number img {
    margin-right: 5px;
}

.btn1 {
    border: 1px solid var(--border-color);
    padding: 12px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: transparent;
    border-radius: 10px;
    transition: 0.2s ease;
}

.btn1 span {
    display: inline-block;
    margin-left: 6px;
}

.btn1:hover {
    background: var(--chat-send-back);
}

.logins {
    display: flex;
    justify-content: end;
    align-items: center;
}

.logins button {
    font-size: 13px;
    margin-right: 8px;
}

.logins img {
    width: 20px !important;
}

.img-c {
    background-size: cover;
    border-radius: 14px;
    height: 378px;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-carousel .carousel-caption {
    right: 2.3rem;
    bottom: 10px;
    text-align: right;
}

.hero-carousel .carousel-caption h3 {
    font-weight: 700;
    font-size: 16px !important;
}

.hero-carousel .carousel-caption p {
    font-size: 14px !important;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    left: 0;
    bottom: 2rem;
    top: auto;
    padding-left: 10px;
    width: 91% !important;
    justify-content: end !important;
    align-items: end;
    opacity: 1;
}

.hero-carousel .carousel-control-prev span,
.hero-carousel .carousel-control-next span {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 25px;
    margin: 5px;
    border-radius: 50%;
    color: var(--primary-color);
    background: var(--white);
    cursor: pointer;
    width: 36px !important;
    height: 36px !important;
    transition: 0.2s ease;
}

.hero-carousel .carousel-control-prev span:hover,
.hero-carousel .carousel-control-next span:hover {
    background: var(--primary-color);
    color: white;
}

.hero-carousel .carousel-control-next {
    justify-content: start;
    width: 9%;
}

.banner {
    padding: 10px;
    background: var(--white);
    border-radius: 13px;
}

.banner {
    display: flex;
}

.banner .banner-sidebar {
    width: 20%;
}

.banner .banner-content {
    width: 80%;
}

.sale {
    background: var(--primary-color);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 40px;
    padding: 10px;
    border-radius: 30px 30px 0 30px;
}

.sale-tile {
    margin-left: 7px;
    background: var(--light-primary);
    padding: 2px 10px;
    border-radius: 50rem;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
}

.r-w {
    text-align: center;
    width: 70%;
}

.l-w {
    text-align: left;
    width: 30%;
}

.sale-box {
    display: flex;
    padding: 12px;
    align-items: center;
}

.banner-text img {
    margin: auto !important;
}

.banner-text h2 {
    margin-top: 30px;
    font-size: 22px;
}

.banner-text .txt-caption {
    display: block;
    margin-bottom: 1rem;
}

.banner {
    height: 378px;
}

.banner-text {
    margin-top: 12px;
}

.vertical-text {
    transform: rotate(270deg);
    margin-bottom: 1rem;
    font-weight: 500;
    display: block;
    opacity: 0.7;
    margin-top: 24px;
    max-width: 91px;
    position: absolute;
    margin-right: -20px;
    font-size: 15px;
}

#clockdiv {
    margin-top: 100px;
    color: #fff;
    display: block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
}

#clockdiv div {
    margin-bottom: 6px;
}

#clockdiv div:last-child {
    margin-bottom: 0;
}

#clockdiv div>span {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: 500;
    color: var(--silver);
    border: 1px solid var(--border-color);
    border-radius: 11px;
}

.days {
    color: var(--primary-color) !important;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.banner-sidebar {
    padding: 12px;
}

.tabs {
    align-items: flex-end;
    display: flex;
    margin: 1.5rem 0;
}

.tabs .nav-item button {
    background: var(--silver2);
    padding: 12px 20px;
    color: var(--silver);
    margin: 5px;
    border-radius: 10px;
    transition: 0.2s ease;
}

.tabs .nav-item button.active {
    background: var(--primary-color);
    color: white;
}

.text-head {
    width: 40%;
}

.tab-head {
    width: 60%;
}

.tab-head .nav-pills {
    float: left;
}

.title h4 {
    font-size: 17px;
}

.title p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--silver);
}

.title hr {
    width: 23px;
    height: 3px;
    background: var(--primary-color);
    opacity: 1;
    border-radius: 50rem;
}

.plan-card {
    padding: 20px !important;
    border-radius: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    background: var(--white);
}

.plan-header {
    display: flex;
    align-items: center;
}

.plan-header h2 {
    display: inline-flex;
    font-weight: 700;
    font-size: 22px;
    border-left: 1px solid var(--border-color);
    padding-left: 8px;
    margin-left: 8px;
}

.plan-body {
    margin-top: 2rem;
}

.plan-body ul {
    list-style: none;
    padding: 0;
}

.plan-body li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}

.plan-body span {
    font-size: 14px;
    display: flex;
}

.plan-body span:last-child {
    flex: auto;
    justify-content: left;
}

.plan-footer {
    display: flex;
    transition: 0.2s ease;
}

.plan-footer a {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-left: 0;
    color: white;
    border-radius: 12px;
    padding: 10px 20px;
}

.plan-footer a span {
    margin-right: 6px;
    font-size: 14px;
    font-weight: 500;
}

.plan-footer button {
    background: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    transition: 0.01s ease;
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    font-weight: 500;
    width: 0;
    opacity: 0;
    z-index: -100;
}

.plan-footer button span {
    display: block;
    margin-top: -8px;
    text-align: center;
}

.plan-card {
    border: 1px solid transparent;
    transition: 0.2s ease;
}

.plan-card:hover .plan-footer button {
    width: 25%;
    z-index: 1;
    opacity: 1;
}

.plan-card:hover .plan-footer a {
    width: 75% !important;
    margin-left: 5% !important;
}

.plan-1 h2 {
    color: #d46d06;
}

.plan-1 .submit-button {
    background: #d46d06;
}

.plan-card.plan-1:hover {
    border-color: #d46d06;
}

.plan-2 h2 {
    color: #858585;
}

.plan-2 .submit-button {
    background: #858585;
}

.plan-card.plan-2:hover {
    border-color: #858585;
}

.plan-3 h2 {
    color: #d6aa1a;
}

.plan-3 .submit-button {
    background: #d6aa1a;
}

.plan-card.plan-3:hover {
    border-color: #d6aa1a;
}

.plan-4 h2 {
    color: #0d948b;
}

.plan-4 .submit-button {
    background: #0d948b;
}

.plan-card.plan-4:hover {
    border-color: #0d948b;
}

.shadow-box {
    padding: 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    border-radius: 18px;
}

.sb-title {
    margin: 10px;
    margin-top: 15px !important;
    padding-right: 8px;
    border-right: 2px solid var(--primary-color);
    font-size: 16px;
    margin-bottom: 35px;
}

.sb-steps {
    padding-right: 48px;
    display: block;
    margin: 20px 0;
}

.sb-steps span {
    margin-top: -15px;
    position: absolute;
    z-index: 0;
    width: 30px;
    text-align: center;
    margin-right: -48px;
    font-weight: bold;
    opacity: 0.1;
    font-size: 50px;
}

.sb-steps h5 {
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}

.sb-steps p {
    z-index: 1;
    color: var(--silver);
    margin-bottom: 0;
    font-size: 14px !important;
}

.highlighted {
    color: var(--primary-color);
}

.my-table tr th {
    border: none !important;
    color: var(--silver);
    font-weight: 600;
    text-align: center;
}

.my-table tr td {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.sign {
    opacity: 0.3;
}

.table-box {
    overflow-x: scroll;
    padding: 1.5rem 2rem;
}

.my-table {
    min-width: 800px;
}

.table> :not(caption)>*>* {
    padding: 1.3rem !important;
}

.table-caption {
    background: rgba(245, 185, 20, 0.1725490196);
    display: flex;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 2rem;
    font-weight: 500;
    align-items: center;
}

.table-caption i {
    color: #f5b914;
    font-size: 16px;
    margin-left: 6px;
}

.table-caption p {
    margin-bottom: 0;
}

.support-btn {
    display: flex;
    align-items: center;
    background: var(--primary-color);
    color: white;
    border-radius: 18px;
    height: 20%;
    margin-top: 5%;
    padding: 20px 25px;
}

.support-btn div:last-child {
    display: flex;
    direction: ltr;
    flex: auto;
}

.sb-right {
    font-size: 12px;
}

.sb-right span {
    margin-top: 6px;
    font-size: 22px;
    display: block;
}

.right-top {
    height: 75%;
}

.big-content .title {
    text-align: center;
}

.big-content .title hr {
    margin-bottom: 1rem !important;
    margin: auto;
}

.big-content .title h4 {
    font-size: 17px;
}

.big-content .title p {
    margin: auto;
    max-width: 400px;
    font-size: 14px;
}

.col-count span {
    color: var(--primary-color);
    font-size: 39px;
    font-weight: bold;
    display: block;
}

.col-counts {
    margin-top: 3rem;
    text-align: center;
}

.col-counts div {
    border-left: 1px solid var(--border-color);
}

.col-counts div:last-child {
    border: none;
}

.blog-section {
    max-width: 1380px;
    margin: auto;
    padding: 3rem 3rem;
}

.blog-section article {
    background: var(--background);
    padding: 1.5rem 2rem;
    border-radius: 13px;
}

.blog-card {
    border-radius: 12px;
    padding: 2rem;
    background: var(--white);
}

.blog-img {
    width: 132px;
    height: 132px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
    background-size: cover;
}

.blog-card {
    text-align: center;
    transition: 0.2s ease;
    background: var(--white);
}

.blog-card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
}

.blog-card .blog-title {
    margin-top: 1.3rem;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.blog-posts {
    display: inline-block;
    margin-top: 2rem;
}

.blog-posts .p-2 {
    display: inline-block;
    width: 19.8%;
}

#video {
    /* This css is only applied when fullscreen is active. */
    /* unholy css to style input type="range" */
}

#video .player {
    max-width: 750px;
    border: none;
    position: relative;
    font-size: 0;
    border-radius: 20px;
    overflow: hidden;
}

#video .player:-webkit-full-screen {
    max-width: none;
    width: 100%;
}

#video .player:-ms-fullscreen {
    max-width: none;
    width: 100%;
}

#video .player:fullscreen {
    max-width: none;
    width: 100%;
}

#video .player:-webkit-full-screen {
    max-width: none;
    width: 100%;
}

#video .player__video {
    width: 100%;
}

#video .player__button {
    background: none;
    border: 0;
    line-height: 1;
    color: white;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    max-width: 50px;
}

#video .player__button:focus {
    border-color: #ffc600;
}

#video .player__slider {
    width: 10px;
    height: 30px;
}

#video .player__controls {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%) translateY(-5px);
    transition: all 0.3s;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
}

#video .player:hover .player__controls {
    transform: translateY(0);
}

#video .player:hover .progress {
    height: 15px;
}

#video .player__controls>* {
    flex: 1;
}

#video .progress {
    flex: 10;
    position: relative;
    display: flex;
    flex-basis: 100%;
    height: 5px;
    transition: height 0.3s;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
}

#video .progress__filled {
    width: 50%;
    background: #ffc600;
    flex: 0;
    flex-basis: 50%;
}

#video input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    margin: 0 5px;
}

#video input[type=range]:focus {
    outline: none;
}

#video input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

#video input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ffc600;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#video input[type=range]:focus::-webkit-slider-runnable-track {
    background: #bada55;
}

#video input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

#video input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: #ffc600;
    cursor: pointer;
}

.my-ac {
    border: none !important;
}

.my-ac .accordion-button.collapsed {
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    color: var(--dark);
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 14px;
    border-radius: 7px !important;
    border: 1px solid var(--border-color);
}

.my-ac .accordion-item {
    border: none;
}

.my-ac .accordion-button {
    background: white;
    color: var(--primary-color);
    font-weight: 600;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    margin-bottom: 1rem;
    font-size: 14px;
    border-radius: 7px !important;
    border: 1px solid var(--border-color);
}

.my-ac .accordion-button::after {
    width: 14px;
    background-size: 14px;
    height: 14px;
}

.my-ac .accordion-body {
    padding-top: 0 !important;
}

.bl-slick-img {
    width: 100%;
    height: 200px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-track {
    padding: 2rem 0;
}

.bl-slick {
    padding: 9px;
}

.bl-slick .bl-content {
    overflow: hidden;
    background: var(--white);
    border-radius: 13px;
    transition: 0.2s ease;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.bl-slick .bl-content:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
}

.bl-text {
    padding: 17px;
}

.slick-title {
    display: block;
    font-size: 16.9px;
    margin-bottom: 8px !important;
    font-weight: 600;
}

.slick-date {
    background: var(--dark);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 50rem;
    margin-bottom: 5px;
    display: inline-block;
}

.slick-dots {
    bottom: -21px !important;
}

.slick-arrow {
    top: -60px !important;
    left: 0 !important;
    float: left !important;
    width: 36px !important;
    height: 36px !important;
    transform: none !important;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr !important;
    opacity: 1 !important;
    right: auto !important;
    background: white !important;
    transition: 0.2s ease;
}

.slick-arrow:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
}

.slick-next {
    transform: rotate(180deg) !important;
    margin-left: 50px;
}

.slick-prev:before,
.slick-next:before {
    color: transparent !important;
    content: '"' !important;
    align-items: center;
    color: transparent !important;
    height: 40px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px !important;
    justify-content: center;
    background-image: url(../img/arrow-left.svg) !important;
}

.game-icons {
    padding: 2.5rem 0;
}

.game-icons .p-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-icons .p-3 .gi-content {
    margin: 10px 20px;
}

.gi-content .gi-img {
    border-radius: 28px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    padding: 20px;
}

.gi-content span {
    margin-top: 15px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

footer {
    background: var(--dark);
    color: var(--white);
    padding: 2rem;
    margin-top: 4rem !important;
}

footer p {
    font-size: 15.5px;
}

.social a {
    margin-bottom: 15px;
    border-radius: 8px;
    background: rgb(30, 161, 189);
    background: linear-gradient(90deg, rgb(30, 161, 189) 0%, rgb(33, 122, 198) 100%);
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.social a i {
    margin-right: 8px;
    font-size: 15px;
    font-size: 30px;
}

.social div {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.social .cap {
    opacity: 0.5;
    font-size: 13px;
    flex: auto;
    text-align: right;
}

.social a.insta {
    background: rgb(245, 122, 46);
    background: linear-gradient(90deg, rgb(245, 122, 46) 0%, rgb(233, 68, 88) 100%);
}

.top-bar {
    margin-top: 3rem;
}

footer ul {
    font-size: 20px;
    padding: 0;
    list-style: none;
}

footer ul img {
    margin-left: 13px;
}

footer .number-cap {
    font-size: 13px;
    display: block;
    opacity: 0.6;
}

.li-row {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.col-title {
    font-size: 17px;
    margin-bottom: 1.5rem;
}

.links a {
    margin-bottom: 12px;
    opacity: 0.6;
    display: block;
    transition: 0.2s ease;
}

.links a:hover {
    opacity: 1;
}

.copyright {
    margin-top: 4rem;
    text-align: center;
    padding: 2rem 0;
    padding-bottom: 0;
    opacity: 0.6;
    border-top: 1px solid white;
}

.mobile-nav {
    padding-right: 13px !important;
    align-items: center;
    padding: 0 20px;
    display: flex;
}

.open-menu {
    flex: auto;
    text-align: left;
    font-size: 30px;
}

.black {
    z-index: -10;
    background: black;
    width: 100%;
    transition: 0.2s ease;
    height: 100%;
    position: fixed;
    opacity: 0;
}

.mobile-menu.open {
    height: auto;
    padding: 1rem;
    z-index: 1000;
}

.mobile-menu {
    transition: 0.2s ease;
    position: fixed;
    width: 100%;
    height: 0;
    z-index: -10;
    border-radius: 30px 30px 0 0;
    bottom: 1rem;
    right: 0;
    bottom: 0;
    padding: 0rem;
    left: 0;
}

.mobile-menu .mb-content {
    height: auto;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
    padding: 1rem;
    background: var(--white);
}

.mobile-menu ul {
    padding: 0;
    list-style: none;
}

.mobile-menu a {
    display: block;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    background: var(--input-back);
    margin: 0.8rem 0;
    border-radius: 10px;
}

.mobile-menu a i {
    position: absolute;
    right: 50px;
    margin-left: 10px;
    font-size: 16px;
}

.mobile-menu a:last-child {
    margin-bottom: 0 !important;
}

.mobile-menu .active a {
    background: var(--primary-color);
    color: white;
}

.black.active {
    opacity: 0.7;
    z-index: 100;
}

.op-head {
    margin-bottom: 1rem;
    font-size: 14px;
    padding: 0;
}

.op-head i {
    color: red;
    font-size: 20px;
}

.close i {
    background: red;
    color: white;
    border-radius: 50rem;
    padding: 2px;
    font-size: 17px;
}

html,
body {
    overflow-x: hidden !important;
}

.pricing-plans {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    border-radius: 14px;
}

.pricing-plans .pt-4 a.btn-custom {
    padding: 16px;
    cursor: pointer;
    color: white !important;
    display: block !important;
    width: 100% !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    transition: 0.2s ease;
    background: rgb(255, 138, 101);
    background: linear-gradient(90deg, rgb(255, 138, 101) 0%, rgb(251, 87, 62) 100%);
}

.pricing-plans .pt-4 a.btn-custom:hover {
    opacity: 0.7;
}

h4.price {
    align-items: center;
    background: transparent !important;
    display: flex;
    justify-content: center;
    margin: 0;
    border-radius: 12px;
    color: var(--dark) !important;
    font-weight: 500;
    direction: ltr;
    font-size: 30px;
    font-weight: bold;
}

h4.price sup {
    font-weight: normal;
    font-size: 15px;
    margin-right: 8px;
    top: auto !important;
}

h5.plan-title {
    font-size: 18px;
    padding: 22px;
    color: #fb573e;
    border-radius: 12px 12px 0 0;
}

#pricing {
    margin-bottom: 3rem !important;
}

#pricing .form-group.row .col-xl-6:last-child {
    text-align: left !important;
}

.hero-carousel .carousel-control-next {
    margin-left: 20px !important;
}

.drop-info {
    background: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px !important;
    color: var(--dark);
    padding: 13px 23px;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    transition: 0.2s ease;
}

.drop-info:hover {
    background: var(--primary-color);
    color: white;
}

.drop-info:focus {
    background: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    color: var(--dark);
}

#CatHeader a {
    border-radius: 8px;
    font-weight: 500;
    border: none;
    padding: 12px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 11px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
    font-weight: 500;
    transition: 0.3s ease;
}

#CatHeader a:hover {
    background: var(--primary-color);
    color: white;
}

.pricing-content p {
    border-bottom: 1px solid var(--border-color);
    margin: 0 !important;
    padding: 8px 0;
}

.pricing-content p:last-child {
    border: none !important;
}

.nav-tools {
    display: flex;
    justify-content: left !important;
    align-items: center;
}

.posts-content {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
}

.post-card {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 0px 34px;
    background: white;
    padding: 18px;
    height: 100%;
    border-radius: 15px;
}

.post-img {
    margin-bottom: 15px;
    border-radius: 14px;
}

.post-link {
    width: 100%;
    display: block;
    color: white;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    background: rgb(251, 87, 62);
    background: linear-gradient(90deg, rgba(251, 87, 62, 1) 0%, rgba(236, 64, 122, 1) 100%);
    transition: .3s ease;
}

.post-link:hover {
    color: white !important;
    opacity: .7 !important;
}

.post-title {
    font-weight: 600;
    font-size: 17px !important;
    transition: .2s ease;
}

.post-ex-date {
    background: var(--border-color);
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50rem;
}

.post-ex-comments {
    background: var(--border-color);
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
    margin-right: 4px;
    font-weight: 500;
    border-radius: 50rem;
}

.post-excerpt {
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 1rem;
    display: block;
}

.post-excerpt p {
    margin: 0;
}

.blog-title {
    margin-top: 2.5rem;
    font-weight: 600;
    font-size: 23px;
}

.post-inner-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.post-tags {
    background: var(--border-color);
    padding: 4px 10px;
    align-items: center;
    display: inline-flex;
    margin-bottom: 5px;
    font-size: 11px;
    margin-right: 4px;
    font-weight: 500;
    border-radius: 50rem;
}

.post-tags i {
    font-size: 15px;
    opacity: .5;
    margin-left: 4px;
}

.post-cat {
    background: var(--border-color);
    padding: 4px 10px;
    display: inline-flex;
    margin-bottom: 5px;
    font-size: 11px;
    margin-right: 4px;
    font-weight: 500;
    border-radius: 50rem;
}

.post-commetns {
    background: var(--border-color);
    padding: 4px 10px;
    display: inline-flex;
    margin-bottom: 5px;
    font-size: 11px;
    margin-right: 4px;
    font-weight: 500;
    border-radius: 50rem;
}

.post-content-p {
    line-height: 1.9;
    font-weight: 500;
    font-size: 15px;
}

.post-content-p img {
    margin: 10px auto;
    border-radius: 14px !important;
    display: block;
}

.post-content-p img {
    margin: 10px 0;
    border-radius: 14px !important;
}

.comments-title {
    margin-top: 2rem;
    font-size: 20px;
    font-weight: 600;
}

.comment-list {
    padding: 0;
}

.comment-list li {
    list-style: none;
    background: white;
    border-radius: 16px;
    padding: 20px;
    display: block;
    margin: 1rem 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 34px;
}

.comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#comments {
    margin-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.commentmetadata {
    background: var(--border-color);
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
    display: inline-block;
    border-radius: 50rem;
}

.comment-reply-link {
    font-size: 16px;
    font-weight: 600;
}

#respond {
    margin-top: 3rem;
}

.comment-reply-title {
    font-size: 19px;
}

#comment {
    width: 100%;
    border-radius: 13px;
    border: 1px solid var(--border-color);
    padding: 14px;
}

#respond input {
    border-radius: 9px;
    display: block;
    border: 1px solid var(--border-color);
    padding: 12px 14px;
    min-width: 30%;
}

#respond label {
    display: inline-block;
    margin-bottom: 5px;
    width: 33%;
    font-weight: 600;
}

.comment-form-cookies-consent {
    display: none;
}

.submit {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    padding: 15px !important;
    text-align: center;
    border-radius: 8px;
    background: rgb(251, 87, 62);
    background: linear-gradient(90deg, rgba(251, 87, 62, 1) 0%, rgba(236, 64, 122, 1) 100%);
    transition: .3s ease;
}

.submit:hover {
    color: white !important;
    opacity: .7 !important;
}

.page-numbers {
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    background: var(--chat-send-back);
    color: white;
    margin: 4px;
    cursor: pointer;
    font-size: 16px;
    color: var(--dark);
    font-weight: 600;
    transition: .3s ease;
}

.page-numbers:hover {
    background: var(--primary-color);
    color: white;
}

.post-pagination {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-numbers.current {
    background: var(--primary-color);
    color: white;
}

div.close {
    text-align: left !important;
}

@media (max-width:768px) {
    .meta span {
        padding: 10px;
        display: flex !important;
        text-align: center;
        margin-right: 0 !important;
        justify-content: center;
    }
    .meta .d-flex {
        display: block !important;
    }
    .post-content-p img {
        border-radius: 8px !important;
    }
}

.comment-form-url {
    display: none !important;
}

.post_href {
    display: block;
}

a.post_href:hover h2 {
    color: var(--primary-color) !important;
}

.card-img {
    display: block;
    height: 165px;
    border-radius: 14px !important;
    width: 100%;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}

.page__Inner {
    margin-top: 3rem !important;
    margin-bottom: 5rem;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    background: #fff;
    padding: 2.5rem !important;
    border-radius: 18px;
}