@font-face {
    font-family: "neue_helveticabold";
    src: url("../fonts/helvetica_neue_lt_75_bold-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_75_bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "neue_helveticalight";
    src: url("../fonts/helvetica_neue_lt_45_light-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_45_light-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "neue_helveticamedium";
    src: url("../fonts/helvetica_neue_lt_65_medium-webfont.woff2") format("woff2"),
        url("../fonts/helvetica_neue_lt_65_medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "neue_helveticalight", sans-serif;
    font-size: 1.3em;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: .5px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: bold;
    font-family: "neue_helveticabold", sans-serif, sans-serif;
}

.h5,
h5 {
    font-size: 0.8em;
}

a {
    color: #ec7c49;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.whole-content {
    background: #1d1c2c;
    height: 100%;
    overflow: hidden;
}

@font-face {
    font-family: 'helvetica';
    font-style: normal;
    src: url('../fonts/helvetica.ttf') format('truetype');
}


@font-face {
    font-family: 'helvetica_bold';
    font-style: normal;
    src: url('../fonts/helvetica_bold.ttf') format('truetype');
}

h3.wallet-title.text-center.mar-0 {
    margin: 0px !important;
}

.mar-0 {
    margin: 0px;
}

h3.wallet-title {
    font-family: helvetica_bold;
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: 0px 0px 25px 0px;
}

#gallery_section {
    padding: 50px 0px;
}

.inner_details_page {
    height: 100vh;
    padding: 100px 0px !important;
}

.container {
    max-width: 1320px;
}

.form-control {
    font-family: helvetica;
}

.btn-primary {
    color: #fff;
    line-height: 1.5;
    padding: 0.5em 2em !important;
    background: #ec7c49;
    font-weight: 700;
    border-radius: 25px;
    border: none;
}

.btn-primary:hover {
    background: #ec7c49;
    border: none;
}

.btn-primary:focus {
    box-shadow: none;
}

.main {
    padding: 30px 10px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 20px;
    background: linear-gradient(to right, #000000, #434343);
}

.pad-10 {
    padding: 10px;
}

#gallery_section label.form-label {
    color: #fff;
    font-family: helvetica;
}

.row.gallery_section {
    margin-bottom: 15px;
}

.gallery {
    margin-bottom: 15px;
}

.gallery .image {
    display: block;
    width: 100%;
    /*height: 300px;*/
    border-radius: 5px;
}

.gallery .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    width: 91%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #000;
    border-radius: 5px;
}

.gallery:hover .overlay {
    opacity: 0.5;
}

.gallery .text {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 700;
}

.down_link,
.down_link:hover,
a:hover {
    text-decoration: none !important;
}

.down_link {
    font-weight: 700;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.border-head {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #000;
}

h3.wallet-title2 {
    padding: 20px;
    margin: 0px;
    color: #fff;
}

h3.wallet-title2 {
    font-weight: 700;
    font-size: 20px;
}

.image2 {
    border-radius: 5px;
    width: 100%;
}

.item-details h4 {
    font-weight: 100;
    margin: 0px;
    font-family: helvetica;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
}

.item-details p {
    margin: 0px;
    font-family: helvetica;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(to right, #fff, #ec7c49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.border-item-details {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 0.5rem;
    background: #000;
    width: 32%;
    max-width: 32%;
    margin-right: 0.5rem;
    display: table;
    height: 100px;
}

.attributes_view {
    vertical-align: middle;
    display: table-cell;
}

nav>.nav.nav-tabs {
    /* border: 1px solid #ccc;*/
    color: #fff;
    background: transparent;
    border-radius: 5px;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: 1px solid #ccc;
    padding: 18px 25px;
    background: transparent;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

nav>div a.nav-item.nav-link.active {
    background: #222 !important;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: 1px solid #ccc;
    background: #222;
    color: #fff;
    border-radius: 5px;
    transition: background 0.2s linear;
}

.navbar-dark .navbar-brand {
    max-width: 500px !important;
}

.mt-50 {
    margin-top: 50px;
}

table.table.table-bordered {
    text-align: center;
}


/*Header Start*/

.bg-dark {
    background-color: #000 !important;
}

.logo-default {
    max-width: 30%;
    width: 30%;
}

#contact_us .modal-body {
    padding: 3rem !important;
}

#contact_us .modal-header {
    border-bottom: none !important;
}

.btn.btn-red:hover {
    background: #ed2d34 !important;
    border-color: #ed2d34;
    color: #ffffff !important;
}

.collect_para {
    color: #fff;
    line-height: 30px;
    margin: 0;
    padding: 20px 0px;
    font-size: 16px;
}

.our_modal input.submit_send {
    max-width: 60%;
    margin: 40px auto 0;
    display: block;
    font-size: 1em;
    padding: 0.6em 2em;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ed2d34;
}


/*Header End*/


.table-bordered td,
.table-bordered th {
    border: 1px solid #ffffff63;
    font-family: helvetica;
    font-size: 18px;
    color: #fff;
}

.table thead th {
    border: 1px solid #ffffff63;
}

sub {
    color: #222;
}


@media (min-width: 320px) and (max-width: 767px) {
    .logo-default {
        max-width: 135px;
        width: 135px;
    }

    .search_filter_box {
        margin-top: 30px;
        top: 0 !important;
        padding: 15px !important;
    }

    .border-item-details {
        height: auto;
        width: 100% !important;
        max-width: 100%;
        margin-right: 0px;
    }

    h3.wallet-title {
        font-size: 1em;
        margin-top: 20px;
    }

    section#gallery_section .pl-5 {
        padding-left: 15px !important;
    }

    .row.item-details {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    a.navbar-brand {
        width: 50%;
    }

    footer {
        text-align: center;
    }

    .logo_ft img {
        max-width: 70%;
    }

    .logo_ft p {
        font-size: 15px !important;
    }

    .sticky_icons {
        display: none;
    }

    .ft_brand h2 {
        font-size: 1.3em !important;
        margin: 0;
        text-align: center !important;
    }

    .ft_brand h2 .roun_icon {
        margin-right: 15px;
        width: 40px;
        height: 40px;
        border: 8px solid #ff2600;
        top: 0;
        display: block;
        margin: 0 auto 20px !important;
    }

    .ft_brand p {
        text-align: center !important;
        font-size: 0.7em;
        margin-top: 10px !important;
    }

    .gua_brand h2.main-font {
        text-align: center !important;
    }

    .exclusive__invite {
        font-size: 0.8em;
        margin-top: 25px !important;
    }

    .footer_menu .nav-link {
        font-size: 13px !important;
    }

    html {
        overflow-x: hidden;
    }

    .image2 {
        width: 100%;
    }

    .row.no-pad {
        padding: 0;
        margin: 0;
    }

    footer .container {
        padding: 2em 0em !important;
    }

    /* .navbar-dark .navbar-toggler
    {
        display: none;
    } */
    .inner_details_page {
        height: auto;
    }
}


.menu-discord-link {
    display: inline-block;
    line-height: 1.5;
    padding: 0.5em 1em !important;
    background: #ee220c;
    font-weight: 600;
    border-radius: 25px;
    text-transform: capitalize;
    color: #fff;
}

.navbar-expand-sm .navbar-collapse {
    justify-content: right;
    flex-basis: -moz-available !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
    /*font-size: 17px;*/
    font-size: 0.6em;
}

@media (min-width: 768px) and (max-width: 1024px) {
    html {
        overflow-x: hidden;
    }

    .logo-default {
        max-width: 300px;
    }

    .inner_details_page {
        height: auto;
    }
}


/* Footer Section Start */

footer {
    background: #000;
    color: #fff;
    /*padding-top: 70px;
    padding-bottom: 50px;*/
}

.footer_menu .nav-link {
    padding: 0 0 4px 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: 'helvetica';
}

.footer_menu .nav-link:hover {
    color: #ed2d34;
}

.footer_menu {
    border-right: 1px solid #fff;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

footer {
    padding: 1rem;
}

.bottom_ftr {
    background-size: cover;
    width: 100%;
    height: 1em;
    background-image: url(../images/footer_border.png);
    background-repeat: no-repeat;
    background-repeat-y: repeat;
}

.logo_ft p {
    font-size: 16px;
    font-family: 'helvetica';
    line-height: 30px;
    margin: 0px;
}

.socia_icon h5 {
    font-size: 20px;
    font-family: 'helvetica_bold';
}

.gua_brand {
    padding-left: 20px;
}

.footer_menu ul {
    padding: 0;
}

footer .container {
    padding: 0em 0em;
}

.ft_brand h2 .roun_icon {
    margin-right: 15px;
}

.roun_icon {
    width: 1.3em;
    height: 1.3em;
    background: #fff;
    border: 0.23em solid #ff2600;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -13px;
    z-index: 2;
}

span.roun_icon {
    display: inline-block;
}

.ft_brand h2 {
    font-size: 37px;
    margin: 0;
    text-align: right;
    font-family: 'helvetica_bold';
}

.red_txt {
    color: #ed2d34 !important;
}

.ft_brand p {
    text-align: right;
    font-size: 20px;
    margin-top: -8px;
    font-family: 'helvetica';
}

.exclusive__invite {
    font-size: 20px;
    margin-top: 25px;
    font-family: 'helvetica_bold';
}

.white_color {
    color: #fff !important;
}

.text-right {
    text-align: right !important;
}

#new-letter {
    margin: 0 0 0 auto;
    padding-right: 0px;
}

.newletters .one-line-form input {
    color: #A2A2A2;
}

.newletters .one-line-form {
    padding: 0px;
}

.one-line-form.cs-form>span.your-email {
    width: 100%;
}

.one-line-form>span.your-email {
    width: 60%;
    padding-right: 180px;
    position: relative;
}

.newletters .one-line-form>span.your-email {
    padding-right: 55px;
    height: 55px;
}

.newletters .one-line-form {
    color: #fff;
    background: #1F1F1F;
}

.newletters .one-line-form {
    padding: 0px;
}

.one-line-form.cs-form {
    max-width: 650px;
}

.one-line-form {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    padding: 7px;
    background: #ffffff7d;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
}

.one-line-form input {
    border: none;
    width: 100%;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
    color: #000;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0px;
    background: #ffffff00;
}

span {
    display: inline-block;
}

.newletters .one-line-form .octf-btn-primary {
    background: transparent;
}

.newletters .one-line-form button {
    right: 0.1em;
}

.newletters .one-line-form button {
    padding-left: 0px;
}

.newletters .one-line-form button i {
    margin-left: 0px;
}


/* Footer Section End */

.fa-telegram-plane:before {
    content: "\f3fe";
}

.octf-btn-icon i {
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.one-line-form button {
    position: absolute;
    top: 0.43em;
    right: 0.43em;
    box-shadow: none !important;
    align-items: center;
    display: flex;
    font-family: 'neue_helveticamedium';
    border: none;
}

img.foot_social_icon {
    width: 20px;
    height: 20px;
}

.socia_icon a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 2.5em;
    margin-right: 10px;
    font-size: 0.9em;
}


/*==================
1.3. Forms
====================*/

.form-control-custom::placeholder {
    font-size: 14px;
}

.banner-tabs .form-control-custom:focus {
    border: 2px solid #ffffff;
    border-bottom: 2px solid #000;
    box-shadow: none;
}

.banner-tabs .form-control-custom,
.newsletter .form-control-custom {
    border: 2px solid #000;
}

.form-control-custom {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: 2px solid #000000;
    width: 100%;
    background: #fff;
    font-size: 14px;
}

.form-control-custom:focus {
    border: 2px solid #c1c1c1;
    border-bottom: 2px solid #000;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.btn-height,
button.btn-height {
    height: 40px;
    line-height: 1;
    padding: 0;
}

label.submit {
    height: 15px;
    width: 100%;
    clear: both;
}

.custom-select {
    background-image: none;
}

.custom-select:focus {
    box-shadow: none;
}

.group-form .form-control-custom,
.group-form .form-control-custom:not(:last-child) {
    padding: 0 40px 0 15px;
}

.group-form .form-control-custom:focus {
    z-index: 0;
}

.group-form .form-control-custom.custom-select:focus {
    z-index: 10;
}

.group-form .input-group-append {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #000000;
    color: #fff;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 0;
    pointer-events: none;
}

.group-form .custom-select {
    padding: 0 30px 0 10px;
}

.group-form .custom-select:after {
    border-bottom-color: #fff;
    border-right-color: #fff;
    right: 15px;
}

.banner-tabs .group-form .input-group-append {
    background: #000;
}

.banner-tabs .group-form .custom-select:before {
    content: '';
    background: #ec7c49;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -2px;
    top: -2px;
    margin-top: 0;
}

.group-form .custom-select:before {
    content: '';
    background: #000000;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -2px;
    top: -2px;
    margin-top: 0;
}

textarea.form-control {
    height: auto;
    padding: 20px 15px 0;
}

label.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
    font-size: 14px;
}

label.custom-checkbox:last-child {
    margin-bottom: 10px;
}


/* Create a custom checkbox */

label.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d4d4db;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0px;
}


/* On mouse-over, add a grey background color */

label.custom-checkbox:hover input~.checkmark {
    background-color: #fff;
    border: 1px solid #000;
}


/* When the checkbox is checked, add a blue background */

label.custom-checkbox input:checked~.checkmark {
    background-color: #000;
    border: 1px solid #000;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

label.custom-checkbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

label.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.search_filter_box {
    min-width: 0;
    word-wrap: break-word;
    background: #0e0e1c;
    backdrop-filter: blur(8 px);
    -webkit-border-radius: blur(8px);
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
    /*margin-top: 30px;*/
    top: 30px;
    border: 1px solid #ffffff63;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 2%);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 2%);
}

.text-custom-white {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.m-fet-list {
    column-count: 3;
    gap: 1rem;
    padding-left: 15px;
    display: block;
    width: 100%;
}

.m-fet-list li {
    padding: 2rem 3rem;
    border: 1px solid #ccc;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

/* ul.list::-webkit-scrollbar {
    width: 5px;
}

ul.list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

ul.list::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid slategrey;
    border-radius: 5px;
} */

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-track {
    background: rgba(3, 3, 3, 0.1);
}

span.current {
    display: block;
    width: 100%;
    overflow: hidden;
}

.mcl_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.mcl_content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.mcl_content::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.mcl_content {
    max-height: calc(100vh - 15rem);
    overflow-y: scroll;
}

.mcl_content p {
    font-size: 1.2rem;
    color: #000;
    font-family: none;
}

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#container {
    width: 200px;
    height: 200px;
}

@keyframes animation {
    0% {
        stroke-dasharray: 1, 98;
        stroke-dashoffset: -105;
    }

    50% {
        stroke-dasharray: 80, 10;
        stroke-dashoffset: -160;
    }

    100% {
        stroke-dasharray: 1, 98;
        stroke-dashoffset: -300;
    }
}

#spinner {
    transform-origin: center;
    animation-name: animation;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(1, 0.4, 0.4, 1);
    animation-iteration-count: infinite;
}

@media only screen and (min-width: 1200px) {
    .search_filter_box {
        display: block !important;
    }

    .gallery video {
        width: 300px;
    }
}

.table-bordered thead td,
.table-bordered thead th {
    color: #fff;
}

.pad-10 {
    padding: 10px 0px;
}

.table-bordered td,
.table-bordered th {
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}



/*Sticky Header Start*/
header.header-appear {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header.header-appear {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #fff;
    background: #000;
}

.header.header-appear {
    position: fixed;
}

header.header-appear nav.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Sticky Header End*/

/*side nav Start*/
.navbar-dark .navbar-toggler {
    display: none;
}

/*side nav End*/

/*@media (min-width: 768px) and (max-width: 1100px)
{
    .navbar-expand-sm .navbar-nav
    {
        display: none !important;
    }
    .logo-default
    {
        width: 200px;
        max-width: 200px;
    }
}
@media (min-width: 576px)
{
    .navbar-expand-sm .navbar-nav .nav-link 
    {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        display: none;
    }
}
*/


/*Side Toggle Start*/
@media screen and (max-width: 992px) {
    .side_nav {
        position: fixed;
        top: -30px;
        right: 0;
        z-index: 100;
        bottom: 0;
        display: block;
        left: auto;
        width: 0;
    }
}

.side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 70px;
}

.my_tog {
    padding: 20px 0 !important;
    margin-right: 8px !important;
}

.my_tog {
    padding: 20px;
    margin-top: 25px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.8s ease;
    display: inline-block;
    float: right;
}

.my_tog span {
    display: block;
    height: 4px;
    width: 25px;
    background-color: #ed2d34;
    margin-bottom: 4px;
    transition: 0.7s ease;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

.side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 70px;
    font-family: "Montserrat", sans-serif;
}

.nav-menu li,
.broad .side-nav-menu ul li {
    list-style: none;
    /*font-size: 16px;*/
    font-weight: 600;
    margin-bottom: 30px;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.side_nav .nav-item {
    display: block;
    margin: 20px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.side-nav-menu .nav-menu li a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s ease;
    width: auto;
}

.side-nav-menu .nav-menu li a,
.broad .side-nav-menu ul li a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #ffffff;
    transition: 0.1s ease;
    overflow: hidden;
    position: relative;
    width: 70%;
    top: 7px;
    padding: 0;
    text-align: left;
}



.wrap_container.cursor-light {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrap_container.cursor-light {
        display: block;
    }

    .mcl_content img {
        width: 100%;
    }
}


.side-nav-menu .nav-menu {
    font-family: "Montserrat", sans-serif;
    padding-left: 35px;
}

.broad .side-nav-menu ul {
    padding-top: 130px;
}

.count_sec {
    margin-top: 90px;
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
    list-style: none;
    /*font-size: 16px;*/
    font-weight: 600;
    margin-bottom: 30px;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.body_fixed {
    overflow: hidden;
}

.side-nav-menu .nav-menu li a,
.broad .side-nav-menu ul li a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #ffffff;
    transition: 0.1s ease;
    overflow: hidden;
    position: relative;
    width: auto;
    top: 7px;
    padding: 0;
    text-align: left;
}


.expand_nav {
    left: 0;
}

.side_nav.expand_nav {
    background: #ed2d34;
}

.side_nav.expand_nav .side-nav-menu .slider-social {
    opacity: 1;
    transition: opacity 0.5s;
}

.side_nav.expand_nav {
    width: 50%;
}



.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.side_nav.expand_nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.side_nav.expand_nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.side_nav.expand_nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.side_nav.expand_nav .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.side_nav.expand_nav .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.side_nav.expand_nav .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.side_nav.expand_nav .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.side_nav.expand_nav .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.side_nav .nav-item {
    display: block;
    margin: 20px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.my_tog:hover span:first-child {
    width: 16px;
}

.my_tog:hover span:last-child {
    width: 16px;
}


@media screen and (max-width: 992px) {
    .side_nav {
        position: fixed;
        top: -30px;
        right: 0;
        z-index: 100;
        bottom: 0;
        display: block;
        left: auto;
        width: 0;
    }
}

@media screen and (max-width: 992px) {
    .side_nav {
        position: fixed;
        top: -30px;
        right: 0;
        z-index: 100;
        bottom: 0;
        display: block;
        left: auto;
        width: 0;
    }
}

nav.navbar.navbar-expand-sm.bg-dark.navbar-dark {
    padding-top: 10px;
    padding-bottom: 10px;
}

.side_nav.expand_nav .my_tog span {
    background-color: #fff;
    width: 20px;
}

.close_nav span:first-child {
    margin-left: auto;
    transform: rotate(45deg);
    margin-bottom: -2px;
}

.close_nav span:nth-child(2) {
    display: none;
}

.close_nav span:last-child {
    margin-top: 0;
    transform: rotate(130deg);
}

/*Side Toggle End*/
.col-sm-12.no-result.text-center h4 {
    padding: 20px 0px;
}

.ft_brand {
    margin-top: 40px;
}

.logo_ft {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
    form#footer_newsletter {
        margin: 40px auto 0;
    }

    .exclusive__invite {
        font-size: 15px;
    }

    .navbar {
        padding: 6px 10px;
    }

    .poster-image {
        height: auto;
    }

    img.image2.poster-detail-image {
        height: auto;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .logo-default {
        width: 150px;
    }

    form#footer_newsletter {
        margin: 40px auto 0;
    }

    .border-item-details {
        width: 50% !important;
    }

    img.image2 {
        width: 75%;
    }
}

@media (min-width: 576px) and (max-width: 719px) {
    .navbar-expand-sm .navbar-nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    div#collapsibleNavbar {
        display: none !important;
    }

    .wrap_container.cursor-light {
        display: block !important;
    }

    .row.no-pad {
        padding: 0px;
        margin: 0px;
    }

    footer .container {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width: 767px) and (max-width: 1000px) {
    div#collapsibleNavbar {
        display: none !important;
    }

    .wrap_container.cursor-light {
        display: block !important;
    }

    .row.no-pad {
        padding: 0px;
        margin: 0px;
    }

    img.logo-default {
        width: 40%;
    }
}

.gallery video {
    width: 100%;
}

video {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer_menu .nav-link {
        font-size: 14px !important;
        padding: 0 0 4px 0;
    }

    .ft_brand p {
        font-size: 14px;
    }

    img.image2 {
        width: 50%;
    }

    .logo_ft img {
        max-width: 65%;
    }

    .nice-select.open .list {
        width: 200px !important;
    }
}

@media (min-width: 720px) and (max-width: 1440px) {
    .navbar-expand-sm .navbar-nav {
        display: none;
    }

    .navbar-dark .navbar-brand {
        max-width: 200px !important;
    }

    img.logo-default {
        width: 100px;
    }
}

@media (min-width: 993px) and (max-width: 1000px) {
    .wrap_container.cursor-light {
        display: none !important;
    }

    .navbar-expand-sm .navbar-nav {
        display: block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    img.logo-default {
        width: 100px;
    }

    .row.no-pad {
        padding: 0px;
        margin: 0px;
    }

    .navbar-expand-sm .navbar-nav {
        display: block;
    }

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

    footer .container {
        padding-left: 2em;
        padding-right: 2em;
    }

    img.image2 {
        width: 100%;
    }

    .row {
        padding: 0px;
        margin: 0px;
    }
}


@media (min-width: 1080px) and (max-width: 1920px) {
    .navbar-dark .navbar-brand {
        /*max-width: 300px !important;*/
        max-width: 500px !important;
        display: flex;
    }

    /*.navbar-nav .nav-link
    {
        font-size: 14px;
    }*/
    img.logo-default {
        width: 150px;
        max-width: 150px;
    }

    .newletters {
        margin-top: 20px;
    }

    /*footer .container 
    {
        padding-left: 4em;
        padding-right: 4em;
    }*/
    .ft_brand h2 {
        margin: 0 0 8px 0;
    }
}


@media only screen and (min-width : 320px) and (max-width : 900px) and (max-height:700px) and (orientation : landscape) {

    #mainWrapper,
    #slideWrapper,
    .slide {
        display: none !important;
    }

    body div,
    section,
    h1,
    h2,
    p,
    a {
        display: none !important;
    }

    body {
        background-image: url("https://d3srufrmuwwn4m.cloudfront.net/media/bg/mobile_landscape.jpg");
        min-height: 100vh;
        width: 100vw;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        position: absolute;
        z-index: 999999;
        top: 0;
        left: 0;
    }

    footer {
        background: transparent;
    }
}


@media screen and (min-width: 481px) and (max-width: 1366px) and (orientation: portrait) {
    .ft_brand h2 {
        font-size: 1em;
        margin: 0 0 8px 0;
        text-align: right;
    }

    .ft_brand h2 .roun_icon {
        margin-right: 8px;
        top: -5px;
    }
}

@media screen and (min-width: 481px) and (max-width: 1366px) and (orientation: portrait) {

    .container,
    div#tWo {
        width: 100%;
        max-width: 100%;
        padding: 3em 0.6em;
    }

    .ft_brand {
        margin-top: 40px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
    .logo_ft img {
        max-width: 70%;
    }

    .logo_ft p {
        font-size: 0.7em;
    }

    .gua_brand h2.main-font {
        text-align: center !important;
    }

    .socia_icon a {
        height: 1.8em;
        width: 1.8em;
        line-height: 1.8em;
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1866px) {
    .navbar {
        font-size: 140%;
    }
}


.gallery.poster .poster-image {
    height: 350px;
    object-fit: contain;
    width: 100%;
    background: #00000030;
}

img.image2.poster-detail-image {
    height: 630px;
    object-fit: contain;
    background: #00000030;
}

/* .left_side_filter {
    position: relative;
    word-wrap: break-word;
    background: linear-gradient(117.76deg, rgba(255, 255, 255, 0.7) -7.21%, rgba(255, 255, 255, 0.5) 118.08%);
    backdrop-filter: blur(8 px);
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #fff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 2%);
}

.sidenav {
    width: 16%;
    position: fixed;
    z-index: 1;
    top: 20%;
    background: #eee;
    overflow-x: hidden;
    padding: 8px 0;
} */

h3.assets-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #fff;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 0.938rem;
    height: 0.938rem;
    line-height: 7px;
}

.assets_form label {
    color: #fff;
    padding-left: 0.625rem;
}

video.video_assets {
    height: auto;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #ffffff63;
}


.navbar-fixed {
    top: 8%;
    z-index: 100;
    position: fixed;
    width: 300px;
    transition: 0.2s;
}


@media (min-width: 320px) and (max-width: 767px) {
    .navbar-fixed {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-fixed {
        position: relative;
        z-index: 1;
        width: auto;
    }

    h3.wallet-title {
        font-size: 1rem;
    }

    h3.assets-title {
        font-size: 1rem;
        margin-bottom: 1rem;
        color: #fff;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .navbar-fixed {
        position: relative;
        z-index: 1;
    }
}

.search_filter_box form.assets_form label {
    font-size: 1rem;
}