@font-face {
  font-family: "Varela Round";
  src: url("https://d3iuzwoiyg9qa8.cloudfront.net/version5/fonts/VarelaRound-Regular.woff2") format("woff2"),
       url("https://d3iuzwoiyg9qa8.cloudfront.net/version5/fonts/VarelaRound-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  crossorigin: anonymous;
}
/* Font Awesome 6 Free - Solid */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-solid-900.ttf") format("truetype");
  font-display: swap;
    ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
  size-adjust: 100%;
}
/* Font Awesome 6 Free - Regular */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  src: url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-regular-400.woff2") format("woff2"),
       url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-regular-400.ttf") format("truetype");
  font-display: swap;
}
/* Font Awesome 6 Free - Brands */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-brands-400.ttf") format("truetype");
  font-display: swap;
}
/* Font Awesome 6 Free - v4 Compatibility */
@font-face {
  font-family: "Font Awesome 6 v4compatibility";
  font-style: normal;
  font-weight: 400;
  src: url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-v4compatibility.woff2") format("woff2"),
       url("https://d3iuzwoiyg9qa8.cloudfront.net/webfonts/fa-v4compatibility.ttf") format("truetype");
  font-display: swap;
}
:root {
    /* Fonts */
     --font-main: "Varela Round", sans-serif;

    /* Colors */
    --color-black: #000;
    --color-white: #fff;
    --color-gray: #555;
    --color-yellow: #F2D454;
    --color-yellow-border: #D4AF37;
    --color-blue-dark: #0D2156;
    --color-blue-light: #EAF0FF;
    --text-blue-dark: #0D2156;
    /* Gradients */
    --gradient-yellow: linear-gradient(93.89deg, #DDC07B 20.09%, rgba(255, 219, 135, 0.5) 50%, #DDC07B 79.91%);
    --gradient-blue: linear-gradient(93.92deg, #33BDF2 30.07%, #0095D7 50%, #0070A8 89.87%);
    --gradient-blue-hover: linear-gradient(93.92deg, #0095D7 30.07%, #33BDF2 50%, #0070A8 89.87%);
    --gradient-yellowtext: linear-gradient(90deg, #E8D31E 0%, #E6B325 50%, #C69749 100%);
    --gradient-premium: linear-gradient(99.02deg, #F1C40F 21.91%, #F9E79F 50%, #D4AC0D 78.09%);
    --gradient-ongoing: linear-gradient(90deg, #A8E6CF 0%, #4CAF50 100%);
    --gradient-bluebadge: linear-gradient(90deg, #0D2156 0%, #1C48BC 100%);
    --gradient-lightblue: linear-gradient(180deg, #EAF0FF 0%, #FFFFFF 100%);
    --bluegradienttable: linear-gradient(180deg, #1C48BC 0%, #0D2156 100%);

    /* Spacing & Sizes */
    --border-radius-sm: 10px;
    --border-radius-md: 15px;
    --border-radius-lg: 20px;
    --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-heading: 18px;
}
body {
    font-family: var(--font-main) !important;
}
::selection {
    background: #0d2156;
    color: #f2d454;
}
.button-advertisement{
    max-height: 40px;
    border: 0;
}
* {
  box-sizing: border-box;
}
.bg-gradientdarkblue {
    background: linear-gradient(270deg, #0D2156 0%, #1C48BC 100%);
}
/*header section desktop*/
.box-lightyellowbg {
    background: linear-gradient(90deg, #F9FAFF 0%, #FFFDF7 100%);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
}
.text-pre {
    white-space: pre;
}
.header-bar .mega-dropdown {
    width: 800px;
    overflow: auto;
}
.bg-off-white {
    background: #FAF6EE;
}
.header-bar .dropdown-heading {
    color: #0d2156;
    white-space: nowrap;
    border-bottom: 2px solid #d39f4c;
}
.header-bar .navbar .dropdown:hover>.dropdown-menu {
    display: block;
}
.header-bar {
    background: #FAF6EE;
    box-shadow: 0px 4px 4px 0px #FFFFFF40;
}
.header-bar .headerbtn {
    background: linear-gradient(90deg, #C29B47 0%, #8D6E2F 100%);
}
.headerbtn-buy-ticket {
    background: linear-gradient(to bottom, #f44336 0, #d32f2f 100%);
    box-shadow: 0 3px 12px rgba(249, 115, 22, .3);
    transition: .3s;
}
/*end*/
/*mobile*/


.partner-bg {
    background: url('../images/premiumbg.webp') center 62% / cover no-repeat;
}
.table-striped>tbody>tr.partner-bg:nth-of-type(odd)>* {
    background-color: transparent !important;
    --bs-table-bg-type: transparent ! important;
}
.table-striped>tbody>tr.partner-bg:nth-of-type(even)>* {
    background-color: transparent !important;
    --bs-table-bg-type: transparent ! IMPORTANT;
}
.partner-bg .btnborder,
.partner-bg .btnblueborder {
    background: #ffffff;
}
.partner-bg .mainbluebtn {
    background: #fff;
    color: #15378e !important;
}
.partner-bg .text-black,
.partner-bg {
    color: #fff !important;
    border: none;
}
/*end*/
/* Global font */


/* Text Clamp */
.one-line-text {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-lines-text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.three-lines-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Font sizes */
.fs-11 {
    font-size: var(--fs-11) !important;
}
.fs-12 {
    font-size: var(--fs-12) !important;
}
.fs-13 {
    font-size: var(--fs-13) !important;
}
.fs-14 {
    font-size: var(--fs-14) !important;
}
.fs-15 {
    font-size: var(--fs-15) !important;
}
.ls-1 {
    letter-spacing: 0.0625rem;
}
.ls-2 {
    letter-spacing: 0.125rem;
}
.ls-3 {
    letter-spacing: 0.25rem;
}
.ls-4 {
    letter-spacing: 0.5rem;
}
.ls-5 {
    letter-spacing: 1rem;
}
.ls-6 {
    letter-spacing: 1.5rem;
}
/* Backgrounds */
.lightgradient {
    background: linear-gradient(90deg, #F9FAFF 0%, #FFFDF7 100%);
    border: 1px solid #E5E8F0
}
.overlay-black {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 14%)
        /* adjust transparency */
}
.bg-yellow {
    background: var(--color-yellow);
    color: var(--color-black);
    border: 1px solid #B08D3A;
}
.bg-yellow:hover {
    background: var(--color-black);
    border: 1px solid var(--color-yellow);
    color: var(--color-white) !important;
}
/* .bg-blueimage {
    background: url('../images/linktree/linktree-bg.jpg');
    background-size: cover;
} */

.linktree .bg-blueimage {
    position: relative;
    background: url('../images/blue-bg2.jpg') center/cover no-repeat;
    overflow: hidden;
}
.linktree .bg-blueimage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 18, 86, 0.85);
    z-index: 0;
}
.linktree .bg-blueimage > * {
    position: relative;
    z-index: 1;
}
.bg-blueimage {
    position: relative;
    background: url('../images/advetisebanner.jpg') center/cover no-repeat;
    overflow: hidden;
}
.bg-blueimage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 18, 86, 0.6);
    z-index: 0;
}
.bg-blueimage > * {
    position: relative;
    z-index: 1;
}
.video-btn {
    padding-block: 10px;
    padding-inline: 12px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #9a9a9a;
}
.video-title {
    bottom: 10px;
}
.bg-gradientlightblue {
    background: var(--gradient-lightblue);
}
.bg-lightblue {
    background: var(--color-blue-light);
}
.bg-lightbluegradient {
    background: linear-gradient(90deg, #B8CCFF 0%, #FDFDFF 100%);
    width: 48px;
    height: 48px;
}
.bg-darkblue {
    background: var(--color-blue-dark);
}
.box-ad {
    border: 0.7px solid #ffffff88;
}
.ama-image {
    box-shadow: 0px 1px 5px #fff;
}
.news-pages {
    width: 40px;
    height: 40px;
}
/* Borders */
.yellowborderbottom {
    border-bottom: 2px solid var(--color-yellow-border);
}
.yellowborder {
    border: 1px solid #E5C67C;
}
.borderblueleft {
    border-left: 4px solid var(--color-blue-dark) !important;
}
.bluetext {
    color: var(--text-blue-dark);
}
.yellowtext {
    color: var(--color-yellow);
}
/* Headings */
.headingright {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: var(--fs-heading);
}
.headingright::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--color-black);
    margin-left: 10px;
}
/* Buttons */
.btn-bluegradient {
    background: var(--gradient-blue);
    color: var(--color-white);
    padding: 8px 20px;
    border: 1px;
}
.btn-bluegradient:hover {
    background: var(--gradient-blue-hover);
    color: var(--color-white);
}
.mainbluebtn {
    background: var(--color-blue-dark);
    color: var(--color-white);
    padding: 4px 15px;
    border: 1px solid var(--color-blue-dark) !important;
    white-space: nowrap;
}
.mainbluebtn.show {
    color: var(--color-white);
    background-color: var(--color-blue-dark);
    border-color: 1px solid var(--color-blue-dark) !important;
}
.mainbluebtn:hover {
    background: transparent;
    color: var(--color-blue-dark) !important;
    border: 1px solid var(--color-blue-dark) !important;
}
.btnborder {
    border: 1px solid #B08D3A;
    padding: 4px 15px;
}
.btnborder:hover {
    background: #f2d454;
    border: 1px solid #B08D3A;
    color: #000000;
    padding: 4px 15px;
}
.btnblueborder {
    border: 1px solid var(--color-blue-dark);
    padding: 4px 15px;
}
.btnblueborder:hover {
    background: var(--color-blue-dark);
    padding: 4px 15px;
    color: #fff;
}
.btnlinkyellow {
    background: var(--gradient-yellowtext);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}
/*top btm left right*/
/* TOP (1% to 10%) */
.top-1 {
    top: 1% !important;
}
.top-2 {
    top: 2% !important;
}
.top-3 {
    top: 3% !important;
}
.top-4 {
    top: 4% !important;
}
.top-5 {
    top: 5% !important;
}
.top-6 {
    top: 6% !important;
}
.top-7 {
    top: 7% !important;
}
.top-8 {
    top: 8% !important;
}
.top-9 {
    top: 9% !important;
}
.top-10 {
    top: 10% !important;
}
/* LEFT (1% to 10%) */
.left-1 {
    left: 1% !important;
}
.left-2 {
    left: 2% !important;
}
.left-3 {
    left: 3% !important;
}
.left-4 {
    left: 4% !important;
}
.left-5 {
    left: 5% !important;
}
.left-6 {
    left: 6% !important;
}
.left-7 {
    left: 7% !important;
}
.left-8 {
    left: 8% !important;
}
.left-9 {
    left: 9% !important;
}
.left-10 {
    left: 10% !important;
}
/* RIGHT (1% to 10%) */
.right-1 {
    right: 1% !important;
}
.right-2 {
    right: 2% !important;
}
.right-3 {
    right: 3% !important;
}
.right-4 {
    right: 4% !important;
}
.right-5 {
    right: 5% !important;
}
.right-6 {
    right: 6% !important;
}
.right-7 {
    right: 7% !important;
}
.right-8 {
    right: 8% !important;
}
.right-9 {
    right: 9% !important;
}
.right-10 {
    right: 10% !important;
}
/* BOTTOM (1% to 10%) */
.bottom-1 {
    bottom: 1% !important;
}
.bottom-2 {
    bottom: 2% !important;
}
.bottom-3 {
    bottom: 3% !important;
}
.bottom-4 {
    bottom: 4% !important;
}
.bottom-5 {
    bottom: 5% !important;
}
.bottom-6 {
    bottom: 6% !important;
}
.bottom-7 {
    bottom: 7% !important;
}
.bottom-8 {
    bottom: 8% !important;
}
.bottom-9 {
    bottom: 9% !important;
}
.bottom-10 {
    bottom: 10% !important;
}
/* Badges */
.borderred {
    border: 8px solid;
    /* thickness */
    border-image: linear-gradient(90deg, #F44336 0%, #D32F2F 100%);
    border-image-slice: 1;
}
.bg-premium {
    background: var(--gradient-premium);
    color: var(--color-black);
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}
.bg-feature{
    background: linear-gradient(90deg, #fa4f34 0%, #f05c54 100%);
     color: var(--color-white);
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);

}
.bg-offer {
    background: linear-gradient(90deg, #F44336 0%, #D32F2F 100%);
    color: var(--color-white);
    padding: 4px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}
@keyframes float {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-6px);
        }
        100% {
            transform: translateY(0);
        }
    }
.bg-ongoing {
    background: var(--gradient-ongoing);
    color: var(--color-white);
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}
.bg-bluebadge {
    background: var(--gradient-bluebadge);
    color: var(--color-white);
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}
.bg-presale {
    background: linear-gradient(90deg, #D1FAE5 0%, #34D399 100%);
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #065F46;
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13) !important;
}
.bg-ico {
    background: linear-gradient(90deg, #FFF7E0 0%, #FBBF24 100%);
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #78350F;
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}
.bg-ido {
    background: linear-gradient(90deg, #E0F7FF 0%, #3B82F6 100%);
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #1E3A8A;
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}
.bg-ieo {
    background: linear-gradient(90deg, #FFF2D1 0%, #FFE5B4 100%);
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #614601;
    padding: 2px 10px;
    border-radius: var(--border-radius-md);
    font-size: var(--fs-13);
}

.table-ongoing {
    background: #D4EDDD;
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #0A5730;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}
.table-upcoming {
    background: #FFF7CC;
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #DFC00E;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}
.table-ended {
    background: #cacaca;
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #454545;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}
.table-potential {
    background: #FAD58C66;
    box-shadow: 0px 4px 4px 0px #00000033 inset;
    color: #4B3B00B2;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}
.bordercenteryellow {
    position: relative;
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
    margin: auto;
}
.bordercenteryellow:after {
    content: "";
    display: block;
    width: 30%;
    height: 4px;
    background: #b8860b;
    border-radius: 5px;
    margin: 3px auto 0;
}
.borderbluetop {
    border-top: 4px solid #0D2156 !important;
}
.borderbluebottom {
    border-bottom: 4px solid #0D2156 !important;
}
.borderblueright {
    border-right: 4px solid #0D2156 !important;
}
.borderblue {
    border: 1px solid #0D2156 !important;
}
.borderyellow {
    border: 1px solid #B8860B !important;
}
.borderyellowtop {
    border-top: 4px solid #B8860B !important;
}
.borderyellowbottom {
    border-bottom: 4px solid #B8860B !important;
}
.borderyellowleft {
    border-left: 4px solid #B8860B !important;
}
.borderyellowright {
    border-right: 4px solid #B8860B !important;
}
.yellowgradient {
    background: linear-gradient(90deg, #FFF6E4 0%, #FAF6EE 50%, #E8D08F 100%);

}
.header-bar .nav-item .active {
    color: #b8860b !important;
}
.borderhalfbottom:after {
    content: "";
    background: #b8860b;
    width: 30%;
    height: 4px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 5px auto;
}
/* Owl carousel */


/* FAQ section */
.faqsection .accordion-button:not(.collapsed) {
    color: var(--color-white);
    background-color: var(--color-blue-dark);
}
.faqsection .accordion-collapse.collapse.show .accordion-body {
    border: 1px solid var(--color-blue-dark);
    border-top: none;
    border-bottom-left-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}
/* Width utilities */
a,
button {
    cursor: pointer;
}
.categoriesactive a.active {
    background-color: #0d2156 !important;
    color: #fff;
    border: none !important;
}
html {
    scroll-behavior: smooth;
}
.custom-grid {
    display: grid;
    gap: 10px;
}
/* Desktop: 5 columns */
@media (min-width: 1200px) {
    .custom-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 1199px) {
    .custom-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* Mobile: 2 columns */
.border-dashed {
    border-style: dashed !important;
}
@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    h6,
    .h6 {
        font-size: 0.875rem;
    }
    .custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-fit {
    width: fit-content !important;
}
.h-fit{
        height: fit-content;
}
/* Breadcrumb */
.breadcrumb li+li::before {
    content: "\f0da";
    /* caret-left unicode */
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
    margin: 0 6px;
}
/*end*/
/*slider with content*/
.topcontent {
        background: linear-gradient(90deg, #EAF0FF 0%, #FFF6E4 50%, #EAF0FF 100%);
}
.topcontentimage {
    display: none;
}
.top-details>h1 span,
.top-details>h2 span {
    font-weight: 700;
    color: #0d2156 !important;
    display: inline-block;
    position: relative;
    font-size: 20px !important;
}
.top-details>h1,
.top-details>h2 {
    font-weight: 700;
    color: #0d2156;
    display: inline-block;
    position: relative;
    font-size: 20px !important;
    border-left: 5px solid #B8860B;
    padding-left: 10px;
    margin: 10px 0;
}
.top-details p,
.top-details span {
    font-size: 1rem !important;
    color: #212529 !important;
     -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-details p:nth-child(3) {
    margin-top: 10px;
}
.details-page h2, .details-page h3, .details-page h4, .details-page h5, .details-page h6 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
/*owl slider*/
.owlsliderview .owl-nav i {
    margin: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    font-weight: 700;
    font-size: 16px;
    transition: .6s;
    border-radius: 50%;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owlsliderview .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
        margin-top: 0 !important;
}
.owlsliderview .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
/*end*/
/*inner pages airdrop*/
.filterinnerpage .nav-pills .nav-link.active {
    background: var(--color-blue-dark);
    border-radius: 15px;
    color: var(--color-white);

}
.filterinnerpage .nav-pills {
        gap: .5rem !important;
}
.filterinnerpage .nav-pills .nav-link {
       padding: 5px 15px;
    border: 1px solid #0d2156;
    color: #0d2156;
    margin-right: 10px;
    border-radius: 6px;
}
.bluegradienttable {
    background: var(--bluegradienttable);
    color: var(--color-white);
}
.filtertable thead th {
    background: 0 0;
    color: var(--color-white);
}
.filtertable .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #FAFBFF;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused,
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    max-height: 400px !important;
    overflow: auto;
    min-height: 100px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(93deg, #0D2156 0%, #1C48BC 30%, #5A7FFB 60%, #1C48BC 100%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    outline: none;
}
.filtertable .table>:not(caption)>*>* {
    background-color: transparent;
}
.btnmobilecircle {
    background: linear-gradient(90deg, #EAF0FF 0%, #B9CDFF 100%);
}
.hw36 {
    width: 36px;
    height: 36px;
}
.tabletview {
    display: none;
}
/*mobile menu*/
@media(max-width: 991px) {
    .tabletview {
        display: block;
    }
    .headernew .item-left {
        flex: 0 0 10%
    }
    .headernew .item-center {
        flex: 0 0 70%
    }
    .headernew .item-right {
        flex: 0 0 17%;
    }
    .headernew .menu>ul>li {
        display: inline-block;
        margin-left: 25px
    }
    .headernew .menu>ul>li>a,
    .headernew .menu>ul>li>span {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        position: relative;
        text-transform: capitalize;
        transition: color .3s
    }
    .headernew .menu>ul>li .sub-menu {
        position: absolute;
        z-index: 500;
        background-color: #fff;
        box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
        padding: 20px 30px;
        transition: .5s;
        margin-top: 25px;
        opacity: 0;
        visibility: hidden
    }
    .headernew .menu>ul>li .sub-menu>ul>li {
        line-height: 1;
        list-style: none;
    }
    .headernew .menu-item-has-children ul {
    padding-left: 0;
     }
    .headernew .menu>ul>li .sub-menu>ul>li>a {
        display: inline-block;
        padding: 10px 0;
        font-size: 15px;
        color: #555;
        transition: color .3s;
        text-decoration: none;
        text-transform: capitalize
    }
    .headernew .menu>ul>li .single-column-menu {
        min-width: 280px;
        max-width: 350px
    }
    .headernew .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
        line-height: 1;
        display: block
    }
    .headernew .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        padding: 10px 0;
        display: inline-block;
        font-size: 15px;
        color: #555;
        transition: color .3s
    }
    .headernew .menu>ul>li .sub-menu.mega-menu {
        left: 50%;
        transform: translateX(-50%)
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4 {
        max-width: 1100px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 15px
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 25%;
        padding: 0 15px
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title,
    .single-column-menu .title {
        font-size: 16px;
        color: #0c1f51;
        font-weight: 600;
        line-height: 1;
        padding: 10px 0;
        border-bottom: 2px solid
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        text-align: center
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        margin-top: 10px;
        height: 300px;
        object-fit: cover
    }
    .headernew .item-right a:hover,
    .headernew .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
    .headernew .menu>ul>li .sub-menu>ul>li>a:hover,
    .headernew .menu>ul>li:hover>a {
        color: #ea4636
    }
    .bottomadd {
        display: block
    }
}
@media(max-width: 992px) {
    .bottomadd img{
        max-height: 190px;
    }
    .headernew .menu .mobile-menu-head.active .go-back,
    .headernew .menu>ul>li .sub-menu.active,
    .headernew .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a,
    .headernew .menu>ul>li .sub-menu>ul>li>a,
    .sub-menu.single-column-menu.mega-menu.mega-menu-column-4.active {
        display: block
    }
    .headernew .menu,
    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        transition: .5s
    }
    .headernew .item-left {
        flex: 0 0 17%
    }
    .headernew .item-right {
        flex: 0 0 17%;
    }
    .headernew .item-center {
        order: 3;
        flex: 0 0 66%
    }
    .v-center {
        justify-content: space-between
    }
    .headernew .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center
    }
    .headernew .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333;
        width: 24px;
        position: relative
    }
    .headernew .mobile-menu-trigger span:after,
    .headernew .mobile-menu-trigger span:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333
    }
    .headernew .mobile-menu-trigger span:before {
        top: -6px
    }
    .headernew .mobile-menu-trigger span:after {
        top: 6px
    }
    .headernew .menu {
        width: 320px;
        background-color: #fff;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        z-index: 1099
    }
    .headernew .menu.active {
        transform: translate(0)
    }
    .headernew .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block
    }
    .headernew .menu>ul>li>a,
    .headernew .menu>ul>li>span {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .headernew .menu>ul>li>a i,
    .headernew .menu>ul>li>span i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg)
    }
    .headernew .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        background-color: #fff;
    }
    .headernew .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 16px;
        display: none
    }
    .headernew .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000;
           -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .headernew .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 25px
    }
    .headernew .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }
    .headernew .menu>ul>li .sub-menu,
    .headernew .menu>ul>li .sub-menu.mega-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 65px 15px 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0);
        overflow-y: auto
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%)
        }
        100% {
            opacity: 1;
            transform: translateX(0)
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0)
        }
        100% {
            opacity: 0;
            transform: translateX(100%)
        }
    }
    .mobile-menu-head.active .headermobilebtn {
        display: none !important;
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }
    .headernew .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0
    }
    .headernew .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
                padding-left: 0px;
    }
    .menu-overlay {
        background-color: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1
    }
}
/*footer*/
.footer_second {
    background: #18191b;
    padding: 40px 0 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.footer_second:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 400px;
    background-image: url('../images/footerright.png');
    background-position: top right;
    background-repeat: no-repeat;
    width: 699px;
    z-index: -9;
    opacity: .5;
}
@media (max-width: 1400px) {
    .footer_Topheading span {
        font-size: 16px;
    }
}
@media (max-width: 1400px) {
    .footer_quicklink a {
        font-size: 14px;
    }
}
.header-bar .mega-dropdownfs-5 .dropdown-item {
    margin-left: 10px;
}
.share-modal-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex !important;
    border-radius: 50%;
}
.paddingauthor {
    padding: 15px 15px 25px 96px;
}
.authorimage {
    left: -74px;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
}
.whatsapp-clr {
    color: #25d366 !important;
}
.dark-theme .fb-clr,
.fb-clr {
    color: #3b5998 !important;
}
.linkdin-clr {
    color: #0072b1 !important;
}
.reddit-clr {
    color: #ff4500 !important;
}
.twitter-clr {
    color: #0f1419 !important;
}
.pinterest-clr {
    color: #c8232c !important;
}
.discord-clr {
    color: #404eed !important;
}
.dark-theme .insta-clr,
.insta-clr {
    color: #d6249f !important;
}
.tele-clr {
    color: #08c !important;
}
.youtube-bg {
    background: #e51c24 !important;
}
.youtube-clr {
    color: #cd201f !important;
}
/* Backgrounds */
.twitter-bg {
    background: #0f1419 !important;
}
.reddit-bg {
    background: #ff4500 !important;
}
.linkdin-bg {
    background: #0072b1 !important;
}
.fb-bg {
    background: #3b5998 !important;
}
.whatsapp-bg {
    background: #25d366 !important;
}
.tele-bg {
    background: #08c !important;
}
.pinterest-bg {
    background: #c8232c !important;
}
.bg-downriver {
    background: #0d2156 !important;
}
.contentresearch .nav-link {
    color: black;
    padding-left: 1rem;
    text-decoration: none;
    display: block;
    border-left: 3px solid transparent;
    transition: 0.3s;
}
.contentresearch .nav-link.active {
    border-left: 3px solid #b8860b;
    color: #0d2156;
    font-weight: 700;
}
.filterinnerpage .nav-pills .nav-link.active .black-img {
    display: none;
}
.filterinnerpage .nav-pills .nav-link.active .white-img {
    display: block;
}
.filterinnerpage .nav-pills .nav-link .black-img {
    display: block;
}
.filterinnerpage .nav-pills .nav-link .white-img {
    display: none;
}
.partner-bg td {
    background: rgba(0, 0, 0, .2) !important;
    border-color: #777;
    color: #fff;
}
.author {
    box-shadow: 0px 15px 40px rgba(13, 33, 86, 0.14902), 0px 0px 0px 16px rgba(234, 240, 255, 0.5), 0px 0px 0px 8px #EAF0FF;
    width: 275px;
    height: 275px;
}
.media-height {
    max-height: 200px;
    min-height: 200px;
}
@media (min-width: 576px) {

    .card-group>.card {
        flex: auto;
        margin-bottom: 0;
    }
}
/*eventdetails*/
.border-dashed-blue {
    border-style: dashed !important;
    border-width: 1px;
}
.copy-btn {
    padding: 0.5rem 0.75rem;
}
.tooltip-inner {
    text-align: center;
    padding: 10px 15px;
}
.tooltip-inner .contact-icons a {
    font-size: 24px;
    color: #0d6efd;
    margin: 5px;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}
.tooltip-inner .contact-icons a:hover {
    color: #0056b3;
    transform: scale(1);
}
.headerdropdown .dropdown-toggle::after {
    display: none;
}
.details-page img {
    height: auto;
    width: 100%;
}
.likebtn {
    position: absolute;
    color: red;
    font-size: 11px;
    white-space: pre;
    top: 7px;
}
.likeholder .likebtn {
    top: 8px;
    bottom: auto;
    right: 0;
    margin: 0 auto;
    width: fit-content;
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #f6f6f6;
}
.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #0d2156;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close:hover {
    background: #e4c988;
    color: #0d2156;
}
.maincontentview {
    background: #EFF4FF;
    padding: 15px;
    box-shadow: var(--bs-box-shadow-sm) !important;
    border-radius: 10px;
}
.maincontentview a {
    font-weight: bold;
    color: #824017;
}
.top-details p {
    margin-bottom: 0;
}
/*bottomcontent*/
.maincontentview h1:after,
.maincontentview h2:after,
.maincontentview h3:after,
.maincontentview h4:after,
.maincontentview h5:after,
.maincontentview h6:after {
    content: "";
    width: 40%;
    background: #B8860B;
    position: absolute;
    height: 3px;
    display: block;
}
.maincontentview h1,
.maincontentview h2,
.maincontentview h3,
.maincontentview h4,
.maincontentview h5,
.maincontentview h6 {
    color: #0d2156;
    font-weight: bold;
    display: table;
    position: relative;
}
.maincontentview h1 {
  font-size: 22px !important;
}
.maincontentview h2 {
  font-size: 20px !important;
}
.maincontentview h3 {
  font-size: 18px !important;
}
.maincontentview h4, .maincontentview h5, .maincontentview h6 {
  font-size: 16px !important;
}
/* Font sizes for spans inside headings */
.maincontentview h1 span {
  font-size: 22px !important;
}
.maincontentview h2 span {
  font-size: 20px !important;
}
.maincontentview h3 span {
  font-size: 18px !important;
}
.maincontentview h4 span, .maincontentview h5 span, .maincontentview h6 span {
  font-size: 16px !important;
}
.footerpagescontent span {
  color: #0d2156;
    font-weight: bold;
    display: table;
    position: relative;
    font-size: 20px;
}
.footerpagescontent span:after {
        content: "";
    width: 40%;
    background: #B8860B;
    position: absolute;
    height: 3px;
    display: block;
}
.footerpagescontent a {
    color: #0d2156;
    font-weight: bold;
}
.modal.show .modal-dialog {
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}
.event-media {
    width: 24px;
    height: 24px;
    font-size: 14px;
    margin: 5px;
}
.bg-telegram {
    background: #08c !important;
}
.bg-website {
    background: #b8860b;
}
.bg-golden {
    background: linear-gradient(90deg, #F2D454 0%, #FFE9C9 100%);
    width: 48px !important;
    height: 48px !important;
}
.btn-golden {
    background: linear-gradient(90deg, #F2D454 0%, #FFE9C9 100%);
}
.gradient-border {
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(93deg, #0D2156 0%, #1C48BC 30%, #5A7FFB 60%, #1C48BC 100%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    outline: none;
}
.check-circle {
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
}
.countryleft .event-address {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.polaroid figcaption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
    font-family: var(--font-handwriting);
    font-size: 18px;
    color: #0d2156;
    line-height: 1;
    font-weight: bold;
}
.polaroid {
    background-color: var(--card-bg);
    padding: 1rem 1rem 4.5rem 1rem;
    border-radius: 2px;
    box-shadow: 0 0.25rem 0.5rem var(--shadow-light),
        0 0.625rem 1.25rem var(--shadow-light);
    margin: 0.625rem;
    position: relative;
    width: 95%;
    transition: transform 0.3s ease-in-out;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="10" stitchTiles="stitch"/></filter><rect width="100" height="100" filter="url(%23n)" opacity="0.12"/></svg>');
    background-size: cover;
}
.polaroid img {
    width: 100%;
    height: 250px;
    display: block;
    animation: fadeInPhoto 5s ease-in-out forwards;
    filter: brightness(0);
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.profilesticky {
    min-height: 100vh;
    position: sticky;
    top: 0;
}
table td .likebtn {
    top: 30px;
}
.desktopviewmenu {
    display: block;
}
.mobileviewmenu {
    display: none;
}
.fa-calendar {
    --fa: "\f073" !important;
}
 .headerbtn-buy-ticket-medium{
    display: none !important;
 }
@media (max-width:1440px){
    .desktopviewmenu .nav-link {
    font-size: 15px;
}
.filterinnerpage .nav-pills .nav-link {
    padding: 5px 10px;
    font-size: 14px;
}
}
@media only screen and (max-width: 1200px) and (min-width: 992px)  {
    .detail-ads{
        display: flex;
    }
    .headerbtn-buy-ticket-medium{
      background: linear-gradient(to bottom, #f44336 0, #d32f2f 100%);
        box-shadow: 0 3px 12px rgba(249, 115, 22, .3);
        transition: .3s;
        display: block !important;
        position: fixed;
        right: -50px;
        transform: rotate(90deg);
        top: 50%;
        z-index: 99;
}
     .headerbtn-buy-ticket{
        display: none !important;
    }
          .desktopviewmenu .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1280px) {
    .h5, h5 {
    font-size: 1.15rem;
}
}
@media (max-width: 1192px){


        .filterinnerpage .nav-pills .nav-link {
        padding: 5px 8px;
        font-size: 13px;
    }
}
@media (max-width: 992px) {
    .mobileviewindex {
    position: relative;
    z-index: 99;
}
    .headernew .item-center {
        order: 3;
        flex: 0 0 100%;
    }
}
/*modal*/
.modallogin {
    background: url(../images/loginbg.png);
    background-size: cover;
    position: relative;
}
.modallogin:before {
    content: "";
    position: absolute;
    background: rgb(250 250 250 / 89%);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    border-radius: 24px;
}
/*end*/
@media (max-width: 991px) {
    .desktopviewmenu {
        display: none;
    }
    .mobileviewmenu {
        display: block;
    }
}
/* Responsive */
@media (min-width:768px) {
    .mobileview {
        display: none;
    }
    .desktopview {
        display: block;
    }
}
@media (max-width:767px) {
    .topcontentimage {
        display: none;
    }
    .mobileview {
        display: block;
    }
    .desktopview {
        display: none;
    }
}
@media (max-width:480px) {
        .top-details p, .top-details span {
    -webkit-line-clamp:none;
    line-clamp: 0;
}
    .authorimage img {
        width: 100px;
        height: 100px;
    }
    .authorimage {
        left: -50px;
    }
    .paddingauthor {
        padding: 15px 15px 25px 60px;
    }
    .bg-premium,
    .bg-feature,
    .bg-ongoing {
        font-size: var(--fs-12);
    }
}
.detail-bar .accordion-button.collapsed {
        border-radius: 10px;
    }
    .detail-bar .accordion-button:not(.collapsed) {
        color: #fff;
        background: linear-gradient(270deg, #0D2156 0%, #1C48BC 100%);
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 30px rgba(13, 33, 86, 0.2);
        backdrop-filter: blur(5px);
        border-radius: 6px 6px 0px 0px;
    }
    .bg-upcoming {
        background: linear-gradient(90deg, #F9E79F 0%, #FFD700 100%);
        padding : 2px 10px;
        border-radius : 20px;
        color: #000;
    }
    .bg-ended {
        background: #c9c9c9;
        color: #4a4a4a;
        padding : 2px 10px;
        border-radius : 20px;
    }
    .copy-message {
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    left: 32px;
    top: 0;
    padding: 2px 6px;
}
.copy-message:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
    transform: rotate(270deg);
}
/* Add By aditya */

       .blogger-tag {
        border-left: 90px solid #d70000;
        border-bottom: 90px solid transparent;
        top: 0;
        left: -3px;
    }
    .blogger-name {
        color: #fff;
        font-weight: 600;
        text-align: center;
        top: 24px;
        left: -99px;
        transform: rotate(-45deg);
    }
    .tab-hvr.active .text-muted {
    color: #dcca03 !important;
}
.tab-hvr {
    text-decoration: none;
}
.tab-hvr.active h4, .tab-hvr.active span {
    color: #fff;
}
.tab-hvr.active h4:after {
    content: "";
    background: #dcca03;
    width: 30%;
    height: 2px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
.tab-hvr.active h4 {
    position: relative;
}
.tab-hvr h4:after {
    content: "";
    background: #0d2156;
    width: 30%;
    height: 2px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
.tab-hvr h4 {
    position: relative;
}
.tab-hvr h4, .tab-hvr span {
    color: #000;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#0d2156;
}
.contentnewsheight img{
    max-height: 158px;
}
.textcondition {
    font-size: 1.25rem !important;
    transition: font-size 0.3s ease;
    display: inline-block;
    max-width: 30ch;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.limitheading {
    width: 90px;
}
.textcondition.small-text {
  font-size: 1rem !important; /* smaller font when long */
}
.textlistingcondition {
    font-size: 22px !important;
    transition: font-size 0.3s ease;
    display: inline-block;
    max-width: 90ch;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.textlistingcondition.small-text {
  font-size: 1.25rem !important; /* smaller font when long */
}
   /* Make sure ad never overflows the column */
.addview .ad-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden; 
    display: block;
    text-align: center;
    position: relative;
}
/* Fix Coinscribble injected INS tag */
.addview .ad-box ins {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    overflow: hidden !important;
}
/* Fix custom tag rendered by Coinscribble */
.addview .ad-box coinscribble-ad {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
}
@media (max-width: 992px) and (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}
.innerpageselect .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 1px;
    border: 1px solid #dee2e6;
    height: 38px;
    border-radius: 20px;
    display: flex ;
    align-items: center;
}
.innerpageselect .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;

}
.innerpageselect  .select2-container {
        width: 100% !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0d2156 !important;
    color: white;
}
.innerpageselect .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 0;
    top: 5px;
}
/*banner css*/
    .takeover-close span {
    filter: invert(1);
    font-size: 30px;
}
.takeover-close {
    background: transparent;
    position: absolute;
    right: -30px;
    border: 0;
    font-weight: 800;
}
  .bottomstickybanner {
  position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 99999;
  }
.bottomstickybanner img{
    width: 200px;
    height: 200px;
}
  .bottomstickybanner .close-btn {
       font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    line-height: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    right: -18px;
    top: -10px;
  }
  .bottomstickybanner img {
    box-shadow: 0 0 10px #aaa;
    border-radius: 15px;
}
@media (max-width: 600px){
    .takeover-close{
        right: 0;
    }
.bottomstickybanner img {
        width: 100px !important;
        height: 100px !important;
    }
    .bottomstickybanner {
    bottom: 30px;
    right: 30px;
}
}
.youtubebanner iframe{
    max-width: 100%;
}
.addview {
    margin: 0 !important;
}
.addview.my-3 {
    margin: 1rem 0 !important;
}

@media (max-width: 575.98px) {

  .fs-1 {
    font-size: 1.5rem !important;   
  }

  .fs-2 {
    font-size: 1.375rem !important; 
  }

  .fs-3 {
    font-size: 1.25rem !important;  
  }

  .fs-4 {
    font-size: 1.125rem !important; 
  }

  .fs-5 {
    font-size: 1rem !important;     
  }

  .fs-6 {
    font-size: 0.875rem !important; 
  }
  .breadcrumb ul{
    flex-wrap:wrap;
}
}
/*end*/
