@font-face {
    font-family: 'Viking Squad Halftone';
    src: url('../../assets/fonts/VikingSquadHalftone.eot');
    src: url('../../assets/fonts/VikingSquadHalftone.eot?#iefix') format('embedded-opentype'),
    url('../../assets/fonts/VikingSquadHalftone.woff2') format('woff2'),
    url('../../assets/fonts/VikingSquadHalftone.woff') format('woff'),
    url('../../assets/fonts/VikingSquadHalftone.ttf') format('truetype'),
    url('../../assets/fonts/VikingSquadHalftone.svg#VikingSquadHalftone') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Viking Squad Halftone';
    /* background-color: #ffffff; */
    /* color: #444444; */
    /* font-size: 16px; */
    /* font-weight: 300; */
    /* margin: 0; */
    /* padding: 0; */
    /* background: url(../../assets/images/body_bg.png); */
    /* background-size: cover; */
    /* background-position: center center; */
    height: 100%;
    position: relative;
}

body:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/body_bg.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

/*.second_sec:before{*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(../../assets/images/home-bg.jpg);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/

:root {
    --primary: #FF700A;
    --secondary: #1e150f;
}

.sec-heading {
    color: #fff;
    text-align: left;
    font-size: 50px;
    line-height: 40px;
    margin: 0;
}

/* Header */
header {
    position: absolute;
    width: 100%;
    z-index: 11;
}

header .container-fluid {
    padding: 0 2%;
}

button#dropdownMenuButton span {
    color: #fff;
}

.dropdown-menu.show {
    padding: 0px;
    background: #000 !important;

}

a.dropdown-item.login-icon-color {
    border-radius: 10px !important;
}

a.dropdown-item.login-icon-color i {
    position: relative;
    top: 3px;
    left: -5px;
}

header nav {
    padding: 25px 0 20px !important;
}

header nav ul {
    margin-left: auto !important;
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 8px;
}

header nav ul li a {
    color: #fff !important;
    font-size: 22px !important;
    transition: all .5s ease;
}

header nav ul li a:hover {
    color: #4860ff !important;
}

header nav ul li a:after {
    top: 5px !important;
    position: relative;
}

header nav ul li.sale {
    position: relative;
}

header nav ul li.sale:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/sale.png) no-repeat;
    width: 45px;
    height: 40px;
    top: -20px;
    left: 40px;
    z-index: 1;
    background-size: contain;
    background-position: center;
}

header .icons {
    margin: 0 0 0 40px;
}

/* header */


/* Video */
.img-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.home .img-box {
    height: 100vh;
}

.img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.hover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.img-box:hover .hover-video {
    opacity: 1;
}

.img-box img, .img-box video {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Video */

/* Footer */
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
    text-align: right;
    right: 0;
    padding: 0 4%;
    z-index: 999;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    color: #fff;
    font-size: 20px;
    list-style: none;
}

footer ul li a {
}

footer ul li a i {
    color: #fff;
    font-size: 20px;
}

footer ul li p span {
    font-family: "Roboto", sans-serif;
}

/* Footer */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.overlay .btn {
    color: #fff;
    font-size: 30px;
}

.btn.btn-business {
    background: url(../../assets/images/btn.gif) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 30px 100px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    transition: all .5s ease;
}

@keyframes scale-up-down {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

.btn.btn-business:hover {
    animation: scale-up-down 1s infinite;
}

.product_img img {
    object-fit: scale-down;
    width: 100%;
}

.product_img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all .5s ease;
}

.shop_sec .outer_row {
    padding: 8% 3%;
}

.shop_sec .box {
    margin-bottom: 20px;
    position: relative;
}

.shop_sec .box h3 {
    color: #fff;
    margin: 20px 0 0;
}

.shop_sec .box h4 {
    color: #fff;
}

.shop_sec .box a.btn {
    font-size: 20px;
    padding: 30px 70px;
}

section.firt_sec.shop_sec {
    /* overflow-x: hidden; */
}

.shop_sec .box:hover .product_img {
    transform: scale(1.05);
    cursor: pointer;
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 19.9%;
    }
}

@media (max-width: 1440px) {
    .product_img {
        height: 300px;
    }

    .product_img img {
        ! i;
        !;
        ! I;
        !;
        height: 280px !important;
        ! I;
        !;
    }

    .shop_sec .box h3,
    .shop_sec .box h4 {
        margin: 0 0;
    }
}

.overlay .sec-heading {
    color: #fff;
    text-align: left;
    font-size: 50px;
    line-height: 40px;
    margin: 0;
}


body.home .col-sm-12.col-md-3.col-lg-3:nth-child(even) a {
    margin: 100% 0 0;
}

body.home {
    height: 100%;
}


.overlay.overlay_shop {
    position: relative;
}

.heading_btn {
    margin: 60px 0 30px;
    padding: 0 20px 0;
}

.btn.view_all {
    background: linear-gradient(267deg, #aa3f9b, #14a3f6);
    color: #fff;
    padding: 20px 40px;
    height: 50px;
    line-height: 0;
    font-size: 24px;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 0;
    font-weight: 500;
    transition: all .5s ease;
}

.btn.view_all:hover {
    background: linear-gradient(84deg, #aa3f9b, #14a3f6);
    transform: scale(1.1);
}

@media (max-width: 567px) {
    .shop_sec .outer_row {
        padding: 35% 3%;
    }
}

.right_side {
    background: url(../../assets/images/home-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/*Special Product*/
.shop_sec .box.special {
    background: radial-gradient(circle, #1377838f 0%, rgb(11 13 32) 100%);
    border-radius: 10px;
    height: 100%; /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 30px 10px #cccacd9e;
    position: relative;
    padding: 20% 0 0;
    background: url(/frontend/assets/images/special-1.jpeg) no-repeat;
    background-size: cover !important;
    ! i;
    !;
    background-position: center !important;
    ! I;
    !;
    transition: all .5s ease;
    z-index: 1;
    border-radius: 15px;
    ! I;
    !;
}

.shop_sec .box.special .product_img img {
    top: unset;
}

.shop_sec .box.common .product_img {
    background: radial-gradient(circle, #efefef8f 0%, rgb(251 246 246) 100%) !important;
}

.shop_sec .box.common .badge {
    color: #000;
    background: linear-gradient(355deg, #7e7e7e, #b9b8bc);
    background: -moz-linear-gradient(
        -72deg,
        #dedede,
        #ffffff 16%,
        #dedede 21%,
        #ffffff 24%,
        #454545 27%,
        #dedede 36%,
        #ffffff 45%,
        #ffffff 60%,
        #dedede 72%,
        #ffffff 80%,
        #dedede 84%,
        #a1a1a1
    );
    background: -webkit-linear-gradient(-72deg, #dedede, #b9b4b4 16%, #dedede 21%, #ddd6d6 24%, #b3abab 27%, #dedede 36%, #d3d3d3 45%, #ffffff 60%, #dedede 72%, #e7e3e3 80%, #dedede 84%, #b1b1b1);
    background: -o-linear-gradient(
        -72deg,
        #dedede,
        #ffffff 16%,
        #dedede 21%,
        #ffffff 24%,
        #454545 27%,
        #dedede 36%,
        #ffffff 45%,
        #ffffff 60%,
        #dedede 72%,
        #ffffff 80%,
        #dedede 84%,
        #a1a1a1
    );
    /* background:
  linear-gradient(
    -72deg,
    #dedede,
    #ffffff 16%,
    #dedede 21%,
    #ffffff 24%,
    #454545 27%,
    #dedede 36%,
    #ffffff 45%,
    #ffffff 60%,
    #dedede 72%,
    #ffffff 80%,
    #dedede 84%,
    #a1a1a1
  ); */
}

.shop_sec .box.special .badge {
    background: linear-gradient(270deg, #ec941d, #c5a120, #00c8ff, #c13333);
    background-size: 400%;
    animation: gradient-animation 3s ease infinite;
}

.shop_sec .box.rare .badge {
    color: #212529;
    /* background: linear-gradient(45deg, #233791, #3557f7); */
    background: -moz-linear-gradient(
        -72deg,
        #dedeff,
        #ffffff 16%,
        #dedeff 21%,
        #ffffff 24%,
        #555564 27%,
        #dedeff 36%,
        #ffffff 45%,
        #ffffff 60%,
        #dedeff 72%,
        #ffffff 80%,
        #dedeff 84%,
        #555564
    );
    background: -webkit-linear-gradient(-72deg, #7b97f7, #cbd6fd 16%, #7b97f7 21%, #ffffff 24%, #7b97f7 27%, #7b97f7 36%, #cbd6fd 45%, #cbd6fd 60%, #7b97f7 72%, #cbd6fd 80%, #7b97f7 84%, #7b97f7);
    background: -o-linear-gradient(
        -72deg,
        #dedeff,
        #ffffff 16%,
        #dedeff 21%,
        #ffffff 24%,
        #555564 27%,
        #dedeff 36%,
        #ffffff 45%,
        #ffffff 60%,
        #dedeff 72%,
        #ffffff 80%,
        #dedeff 84%,
        #555564
    );
    /* background: linear-gradient(-72deg, #0d6efd, #ffffff 16%, #0d6efd 21%, #ffffff 24%, #555564 27%, #0d6efd 36%, #ffffff 45%, #ffffff 60%, #0d6efd 72%, #ffffff 80%, #0d6efd 84%, #555564); */
}

.shop_sec .box.rare .product_img {
    background: radial-gradient(circle, #051a74 0%, rgb(46 82 255) 100%) !important;
}

.shop_sec .box.special .product_img {
    background: unset !important;
    visibility: hidden;
}

.shop_sec .box.special .product_img img {
}

.shop_sec .box.special:before {
    position: absolute;
    content: "Special";
    top: 5%;
    color: #fff;
    left: 0;
    font-size: 120px;
    right: 0;
    margin: auto;
    opacity: .8;
    line-height: 60px;
    font-weight: bold;
    background: linear-gradient(270deg, #2343d9, #9dff00, #00c8ff, #00ff7f);
    background-size: 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 3s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.shop_sec .box .badge {
    color: #212529;
    position: absolute;
    top: -10px;
    right: 0;
    background: linear-gradient(322deg, #ff970a, #fff, #f99206, #ffff, #f99206, #f99206);
    font-size: 18px;
    letter-spacing: 2px;
    padding: 8px 20px;
    margin: auto;
    display: table;
    font-weight: 400;
}


.shop_sec .box .badge span {
}

/*Special Product*/
.countdown {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
}

.countdown div {
    background-color: #fff;
    padding: 10px 20px;
}

.countdown .time-unit {
    background-color: #fff;
    width: 110px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    border-radius: 5px;
}

/*Product Hover Image*/
.product_img img {
    position: absolute;
    width: 100%;
    object-fit: scale-down;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 350px;
    transition: all .5s ease;
}

.main-img {
    opacity: 1;
}

.hover-img {
    opacity: 0;
}

.shop_sec .box:hover .main-img {
    opacity: 0;
}

.shop_sec .box:hover .hover-img {
    opacity: 1;
}

/*Product Hover Image*/
.shop_sec .box.special.special_hover {
    background: url(/frontend/assets/images/special-2.jpeg) no-repeat;
    transition: all .5s ease;
}

.shop_sec .box.special:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000075;
    z-index: -1;
    border-radius: 15px;
}

@keyframes rotateGradient {
    0% {
        background: linear-gradient(0deg, #ff970a, #fff, #f99206);
    }
    25% {
        background: linear-gradient(90deg, #f99206, #fff, #ff970a);
    }
    50% {
        background: linear-gradient(180deg, #fff, #f99206, #ff970a);
    }
    75% {
        background: linear-gradient(270deg, #ff970a, #f99206, #fff);
    }
    100% {
        background: linear-gradient(360deg, #ff970a, #fff, #f99206);
    }
}

/*Quest Page*/
.quest_sec {
    color: #fff;
}

.quest_sec .left_box {
    padding: 20px 20px 20px 20px;
    /* background: url(../../assets/images/leftbox.png)no-repeat; */
    background-size: cover;
    background-position: center;
    margin: 0;
}

.hover-image {
    display: none !important;
    transition: 0.5s ease-out !important;

    ! i;
    !;
}

.media:hover .hover-image {
    display: block !important;
    transition: 0.5s ease-in !important;
}

.media:hover .initial {
    display: none !important;
}

.media img {
    /* padding: 20px 0 20px 0; */
}


.quest_sec .left_box .form-control:focus {
    border-color: var(--primary);
    box-shadow: unset;
    outline: none;
}

.quest_sec .left_box form {
}

.quest_sec .left_box form .form-control {
    font-size: 14px;
    border: 1px solid #fff;
    transition: all .5s ease;
    background: transparent;
    border-radius: 30px;
    !;
    padding: 10px 15px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.quest_sec .left_box form .form-control::placeholder {
    color: #fff;
}

.quest_sec .left_box form .form_select {
    position: relative;
}

.quest_sec .left_box form .form_select:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/before.png) no-repeat;
    width: 6px;
    height: 10px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999999;
    transform: rotate(90deg);
}

.quest_sec .left_box form option {
    color: #000;
}

.quest_sec .left_box form input {
    margin: 0 0 20px;
}

.quest_sec .main_box {
    position: relative;
    padding: 20px 0;
    margin: 0 0 20px;
    transition: all .2s ease;
    .5s: pointer;
}

.quest_sec .main_box:before,
.quest_sec .main_box:after {
    position: absolute;
    content: "";
    background: #c13333;
    animation: gradient-animation 3s ease infinite;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background-size: 400%;
}

.quest_sec .main_box:after {
    top: unset;
    bottom: 0;
}

.quest_sec .main_box .inner_box {
    padding: 20px 60px;
    /* background: url(../../assets/images/border.png)no-repeat; */
    /* background-size: 100%; */
    /* background-position: center; */
}

.quest_sec .main_box .inner_box .media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
}

.quest_sec .main_box .inner_box .media img {
    width: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    object-fit: scale-down;
    object-position: top;
    ! i;
    !;
}

.quest_sec .main_box .inner_box .media .media-body {
    width: 70%;
    position: relative;
    left: 30%;
}

.quest_sec .main_box .inner_box .media .media-body h2 {
    margin: 0;
}

.quest_sec .main_box .inner_box .media .media-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.quest_sec .main_box .inner_box .media .media-body ul li {
    padding: 0 0 0 15px;
    position: relative;
    letter-spacing: .5px;
}

.quest_sec .main_box .inner_box .media .media-body ul li:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/before.png) no-repeat;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.quest_sec .main_box .inner_box .media .media-body p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.quest_sec .main_box h6.points {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    writing-mode: vertical-rl;
    background-color: #ccc;
    text-align: center;
    font-size: 40px;
    padding: 10px 25px;
    text-orientation: mixed;
    background: linear-gradient(316deg, #E58429, #B63B62, #3A3E5E, #c13333);
    background-size: 400%;
    /* animation: gradient-animation 3s ease infinite; */
    z-index: 9;
    line-height: 15px;
}

.quest_sec .super_box {
    height: 690px;
    overflow-y: scroll;
    padding: 20px 20px;
}

.media img {
    background: radial-gradient(circle, #efefef8f 0%, rgb(251 246 246) 100%) !important;
    height: 218px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    padding: 15px;
    border-radius: 10px;
    margin-left: 4px !important;
}

.quest_sec .main_box h6.points span {
    display: block;
    font-size: 24px;
    line-height: 20px;
}

/*Quest Page*/
.quest_sec .super_box {

}

/* Webkit browsers (Chrome, Safari) */
.quest_sec .super_box::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

.quest_sec .super_box::-webkit-scrollbar-track {
    background: #000; /* Background of the scrollbar track */
    border-radius: 6px; /* Rounded corners */
}

.quest_sec .super_box::-webkit-scrollbar-thumb {
    background: #000; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners */
}

.quest_sec .super_box::-webkit-scrollbar-thumb:hover {
    background: #000; /* Color of the thumb on hover */
}

.quest_sec .heading_btn {
    margin: 20px 0;
}

/* Firefox */
.quest_sec .super_box {
    scrollbar-width: thin; /* Options: auto, thin */
    scrollbar-color: #fff #000 /* Thumb color and track color */
}

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

.quest_sec .main_box:hover {
    background-color: #97979730;
    border-left: 5px solid #c13333;
}

.quest_single_sec {
    color: #fff;
}

.quest_single_sec .left_box {
    padding: 0 10% 0 0%;
    display: inline-grid;
    align-items: center;
}

.quest_single_sec ul {
    margin: 20px 0 20px;
    padding: 0;
}

.qs_sideimg {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
}

.quest_single_sec ul li {
    padding: 0 0 0 15px;
    position: relative;
    letter-spacing: .5px;
    list-style: none;
}

.quest_single_sec ul li:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/before.png) no-repeat;
    width: 10px;
    height: 10px;
    left: 0;
    top: 6px;
    /* bottom: 0; */
    margin: auto;
}

form.quest_single_submit {
    background: url(../../assets/images/form_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    height: 60px;
    width: 90%;
    margin: 40px 0 0;
}

form.quest_single_submit input {
    width: 70%;
    margin: 0 !important;
    height: 60px;
    background-color: transparent;
    padding: 0 40px;
    border: 0;
    color: #fff;
    outline: none;
    font-size: 19px;
}

form.quest_single_submit button {
    position: absolute;
    right: 0;
    background-color: transparent;
    padding: 0 0;
    border: 0;
    height: 50px;
    top: 0;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.quest_single_submit button:hover {
    transform: scale(1.1);
}

form.quest_single_submit button img {
}

form.quest_single_submit input::placeholder {
    color: #fff;
}

.questsingle_main {
    height: 100vh;
}

section.quest_page_bg {
    background: url(../../assets/images/leftbox.png) no-repeat !important;
    position: relative;
    background-size: cover !important;
    background-position: center;
}


.globe_part .img-box {
}

.globe_part .img-box:before {
    position: absolute;
    content: "Coming Soon";
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    opacity: .8;
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1280px) {
    .sec-heading {
        font-size: 38px;
    }
}
