:root {
    --bs-gradient: linear-gradient(180deg, #0a2a4b, #04182d);
    --bs-nav-light-link-color: rgb(255 255 255);
    --bs-fontfirstfamily: "Varela Round", sans-serif;
    --bs-fontsecondfamily: "Nunito", sans-serif;
       --fs-11: 11px;
    --fs-12: 12px;
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.nav-link:focus,
.nav-link:hover {
    color: #ffd448
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.mainbluebtn {
    background: #051b33;
    color: #fff;
    padding: 4px 15px;
    border: 1px solid #051b33 !important;
    white-space: nowrap;
}

.mainbluebtn:hover {
    background: transparent;
    color: #051b33 !important;
    border: 1px solid #051b33 !important;
}
.text-pre{
    white-space: pre;
}
body {
    font-family: var(--bs-fontfirstfamily);
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--bs-fontfirstfamily);
}
.bg-tabs .nav-item .nav-link {
    background: #ebf5ff;
    color: #000;
    margin-right: 5px;
    border-radius: 20px;
}
.bg-tabs .nav-item .nav-link.active {
    background: #07223e;
    color: #fff;
}
.partner-bg td, .partner-bg td a, .partner-bg td span {
    color: #fff !important;
}
.partner-bg .mainbluebtn {
    background: #f4f4f4;
    color: #061e37 !important;
}
.bg-premium{
        background: linear-gradient(99.02deg, #F1C40F 21.91%, #F9E79F 50%, #D4AC0D 78.09%);
    color: #000;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 13px;
}
.partner-bg .bg-premium {
    color: #000 !important;
}
.bg-feature {
    background: linear-gradient(90deg, #fa4f34 0%, #f05c54 100%);
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 13px;
}
@font-face {
    font-family: VarelaRound;
    src: url(../../../public/assets/font/VarelaRound-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Nunito;
    src: url(../../../public/assets/font/Nunito-ExtraBold.ttf) format("woff2");
    font-display: swap;
    font-style: normal
}

.dropdown-menu {
    margin-top: 0;
    transition: all 0.3s ease
}

.ftco-no-pt {
    padding-top: 0
}

.ftco-no-pb {
    padding-bottom: 0
}

.heading-section {
    font-size: 28px;
    color: #000
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.brdcrumb {
    background: #f1f1f1
}

.brdcrumb ul {
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0
}

.brdcrumb ul li a {
    color: #000;
    text-decoration: none
}

.brdcrumb ul li:last-child {
    color: #07213b;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default
}

.brdcrumb ul li:first-child::before {
    display: none
}

@media (max-width:991.98px) {
    .ftco-navbar-light {
        background: #000 !important;
        position: relative;
        top: 0;
        padding: 10px 15px
    }
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 11px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    opacity: 1 !important
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: red;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media (prefers-reduced-motion:reduce) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: red
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
    width: 100%
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .7rem;
        padding-bottom: .7rem;
        color: rgb(255 255 255 / .7)
    }

    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #fff
    }
}

@media (max-width:767.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        border-bottom: 1px solid rgb(255 255 255 / .2)
    }
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgb(0 0 0 / .41);
    -moz-box-shadow: 0 10px 34px -20px rgb(0 0 0 / .41);
    box-shadow: 0 10px 34px -20px rgb(0 0 0 / .41);
    border-radius: 4px
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: red;
    color: #fff
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
        display: block !important;
        background: #000
    }

    .ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
        color: rgb(255 255 255 / .8)
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    background: red;
    border-radius: 0
}

@media (max-width:767.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.cta>a {
        color: #fff;
        background: red;
        border-radius: 4px
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: red
}

@media (max-width:991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: #fff
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgb(255 255 255 / .5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important
}

.navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgb(0 0 0 / .3)
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #000
}

.social-media {
    display: inline-block
}

@media (max-width:991.98px) {
    .social-media {
        margin: 0 auto
    }
}

@media (max-width:767.98px) {
    .social-media {
        margin-bottom: 20px
    }
}

.social-media p a {
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px
}

.social-media p a span {
    color: #4d4d4d
}

.social-media p a:hover {
    background: #dcedff;
    border-color: #082441;
    color: #000
}

.social-media p a:hover span {
    color: #fff
}

@media (min-width:992px) {
    .searchform {
        width: 230px;
        margin-right: 5px
    }
}

.searchform .form-control {
    width: calc(100% - 50px);
    border: none;
    background: #fff !important;
    color: rgb(0 0 0 / .7) !important;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.searchform .form-control::-webkit-input-placeholder {
    color: rgb(0 0 0 / .7) !important
}

.searchform .form-control::-moz-placeholder {
    color: rgb(0 0 0 / .7) !important
}

.searchform .form-control:-ms-input-placeholder {
    color: rgb(0 0 0 / .7) !important
}

.searchform .form-control:-moz-placeholder {
    color: rgb(0 0 0 / .7) !important
}
.searchform .btn{
        border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.searchform .search {
    width: 45px;
    height: 40px;
    background: #04182d !important;
    border: 1px solid #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.searchform .search span {
    font-size: 16px;
    color: #fff
}

.nav-link {
    color: var(--bs-nav-light-link-color)
}

.social-media a {
    color: #fff;
    text-decoration: none;
    background: #061e37
}

.btntheme:hover {
    border: 1px solid;
    color: #ffd448
}

.btntheme {
    padding: 8px 30px;
    font-size: 16px;
    background-color: #ffd448;
    border-radius: 25px
}

.coin_bg {
    background: linear-gradient(115deg, #eef6ff, #cee6ff);
    padding: 15px 0
}

.section-title {
    position: relative;
    z-index: 99
}

.section-title .sub-title {
    padding: 6px 20px;
    border-radius: 100px;
    display: inline-block;
    background: #f6f3fe;
    margin-bottom: 20px
}

.section-title .sub-title span {
    background: linear-gradient(90deg, #240cf2, #00a9b5);
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 14px
}

.cat_button {
    position: relative
}

.cat_button a {
    height: 58px;
    padding: 4px 20px 4px 4px;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 #f1f1f1;
    border: 1px solid #061f38;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin-bottom: 15px;
    transition: 1s cubic-bezier(.28, -.11, .25, 1);
    font-size: 14px
}

.bg_Cat {
    background: #fff;
    margin-right: 10px;
    position: relative;
    left: 0
}

.cat_button a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 20px;
    transform: rotate(-90deg);
    font-size: 12px;
    color: #000
}

.btn-main {
    transform: perspective(1px) translateZ(0);
    position: relative;
    z-index: 9;
    display: inline-block;
    color: #07213c;
    background: #ffd448;
    font-weight: 500;
    overflow: hidden;
    padding: 8px 30px;
    border-radius: 100px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    text-decoration: none;
    border: 1px
}

.btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    opacity: 1;
    z-index: -1;
    background: linear-gradient(115deg, #b7daff, #d9ecff);
    transition: 0.6s
}

.btn-main:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out
}

.owl-nav button.owl-prev {
    left: 0
}

.owl-nav button.owl-next {
    right: 0
}

.owl-dots {
    text-align: center;
    padding-top: 15px
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px
}

.owl-dots button.owl-dot.active {
    background-color: #000
}

.owl-dots button.owl-dot:focus {
    outline: none
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.coin_bg span {
    font-size: 70px;
    position: relative;
    top: -5px
}

.owl-nav button:focus {
    outline: none
}

.item {
    width: 100%
}

.owl-carousel .owl-item img {
    display: block;
    width: auto
}

input[type="checkbox"] {
    accent-color: #061e37
}

.main_flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main_flex_Gap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.topheader {
    border: 1px solid #061e37;
    padding: 10px 8px;
    background: linear-gradient(247.38deg, rgb(210 232 255 / .8) 29.63%, rgb(210 232 255 / .3) 70.37%)
}

.full_presaletable {
    border-radius: 5px
}

.btn-second_main {
    color: #fff;
    background: #061e37
}

.block_Table {
    border: 1px solid #c8c8c8;
    border-top: none;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-second_main:hover {
    color: #000
}

.table-bg thead tr th {
    background-color: #061e37;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px
}

.text-presale {
    color: #061e37
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #f0f7ff
}

.table>tbody {
    vertical-align: middle
}

.table_top {
    background: #fff;
    padding: 5px;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff0
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px
}

.switch input {
    display: none
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.switch input:checked+.slider {
    background-color: #061e37
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

.tablesection {
    background-color: #f2f5fa;
    position: relative;
    z-index: 9
}

.centertable {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: -1
}

.filterblock {
    width: 13.5%;
    margin-bottom: 5px
}

.filtertable {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #d1e8ff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px
}

.form-control:focus {
    box-shadow: none
}

.filtertable .dropdown-toggle:after {
    position: absolute;
    right: 8px;
    top: 15px
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #fff0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: none
}

.accordion-header {
    background-color: #061e37;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
    position: relative;
}
  .accordion-header::after {
  /* content: "+"; */
  position: absolute;
  right: 20px;
  font-size: 22px;
  color: #fff;
  transition: transform 0.2s ease, color 0.2s ease;
}

.accordion-header[aria-expanded="true"]::after {
  content: "−";
  color: #fff;
}
.accordion-body {
    background: #f8f8f8;
}

.accordion-header:hover {
    background-color: #5753c9
}

.accordion-content {
    background-color: #fafafa;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5
}

.accordion-header:hover {
    color: #000;
    background-color: #d1e8ff
}

.icon {
    transition: transform 0.3s ease
}

.active .icon {
    transform: rotate(180deg)
}

.contact_block {
    background: #d1e8ff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 0 3px 2px #ebebeb
}

.listing_box {
    max-width: 500px;
    min-height: 350px;
    background-image: url(https://d18do2qpuw9ik7.cloudfront.net/images/listingbgleft.png);
    background-repeat: no-repeat;
    padding: 44px 70px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff
}

.listing_box:before {
    position: absolute;
    width: 54px;
    height: 65px;
    content: "";
    background-color: #d1e8ff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: auto;
    left: auto;
    right: 50px;
    bottom: 4px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%)
}

.box_left:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 65px;
    content: "";
    background-color: #d1e8ff;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.listing_box.box_left {
    background-image: url(https://d18do2qpuw9ik7.cloudfront.net/images/listingbg.png)
}

.listingblock {
    background: #03050e;
    padding: 30px 0
}

.footermenu {
    column-count: 2;
    padding-left: 15px;
    color: #fff
}

li.ftco-animate {
    list-style: none
}

.footer-04 a {
    text-decoration: none
}

footer {
    padding: 3em 0;
    position: relative
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: flex;
    background: rgb(0 0 0 / .05);
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

li.ftco-animate a:hover {
    background: #dcedff;
    color: #04182d !important
}

.footer-04 {
    background: url(https://d18do2qpuw9ik7.cloudfront.net/images/footer_bg.jpg);
    padding-bottom: 0;
    background-size: cover;
    background-position: center
}

.footer-04 .border-top {
    border-color: #1a1a1a !important;
    background: #1a1a1a
}

.footer-04 .footer-heading {
    font-size: 13px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.footer-04 .footer-heading .logo {
    letter-spacing: none;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}

.footer-04 p {
    color: rgb(205 205 205 / 92%)
}

.footer-04 a {
    color: #9a9a9a
}

.footer-04 .ftco-footer-social li a {
    color: #fff
}

.footer-04 .tagcloud a {
    border: 1px solid rgb(255 255 255 / .1);
    color: #fff
}

.footer-04 .list-unstyled li a {
    color: rgb(255 255 255 / .7)
}

.footer-04 .list-unstyled a {
    color: rgb(255 255 255 / .7)
}

.footer-04 .ftco-footer-social li a {
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / .1)
}

.footer-04 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0
}

.footer-04 .subscribe-form .form-group input {
    background: rgb(255 255 255 / .05) !important;
    border: none !important;
    outline: none !important;
    color: rgb(255 255 255 / .3) !important;
    font-size: 16px;
    border-radius: 0
}

.footer-04 .subscribe-form .form-group input::-webkit-input-placeholder {
    color: rgb(255 255 255 / .3) !important
}

.footer-04 .subscribe-form .form-group input::-moz-placeholder {
    color: rgb(255 255 255 / .3) !important
}

.footer-04 .subscribe-form .form-group input:-ms-input-placeholder {
    color: rgb(255 255 255 / .3) !important
}

.footer-04 .subscribe-form .form-group input:-moz-placeholder {
    color: rgb(255 255 255 / .3) !important
}

.footer-04 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer-04 .subscribe-form .form-group .submit {
    color: #061e37 !important;
    display: block;
    width: 52px;
    height: 52px;
    font-size: 16px;
    background: #dcedff !important;
    border: none;
    border-radius: 0
}

.footer-04 .subscribe-form .form-group .submit:hover,
.footer-04 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important
}

.footer-04 .copyright a {
    color: rgb(255 255 255 / .5)
}

.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

.contact-info-box .info-box-1,
.contact-info-box .info-box-2 {
    position: relative;
    width: 100%;
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    padding: 30px 40px;
    overflow: hidden
}

.contact-info-box .info-box-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.contact-info-box .info-box-1::before,
.contact-info-box .info-box-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #cee6ff;
    opacity: 70%;
    z-index: -1
}

.contact-info-box .info-box-1 .contact-info-item {
    position: relative;
    width: calc(50% - 15px)
}

.contact-info-item {
    text-align: center;
    width: 100%
}

.contact-info-box .info-box-1 .contact-info-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(15px, -50%);
    height: 80%;
    width: 1px;
    background-color: #ffffff1a
}

.contact-info-item .icon-box {
    margin-bottom: 30px
}

.contact-info-item .icon-box img {
    max-width: 64px
}

.contact-item-content h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px
}

.contact-item-content p {
    margin: 0
}

.contact-info-box .info-box-2 .contact-info-item {
    display: flex;
    text-align: left
}

.contact-info-box .info-box-2 .icon-box {
    margin: 0 30px 0 0
}

.contact-us-form {
    position: relative;
    padding: 50px;
    border: 1px solid #061e37;
    border-radius: 30px;
    margin-left: 30px;
    z-index: 9
}

.contact-us-form::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #dcedff;
    border-radius: 30px;
    z-index: -1
}

.loginform a.btn.btn-link {
    padding: 10px 0;
    color: #061e36;
    font-weight: 700;
    float: right
}

.btn-border {
    background: #fff0;
    border: 1px solid
}

.textclr {
    color: #061e37
}

.loginform .contact-us-form .form-control {
    padding: 10px 15px;
    border-radius: 25px
}

.blog_font span {
    font-size: 13px
}

.blog_content {
    background: #fff;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #cfcfcf;
    border-top: none
}

.blog_image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.threeline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.twoline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.singleline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.bg-lightblue {
    background: #dcedff
}

@media (min-width:576px) {

    .blogsection .card-group>.card,
    .news-list-page .card-group>.card {
        flex: 1 0 auto
    }
}

@media (max-width:767px) {
    .blog_font span {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.blogimage img {
    max-height: 220px
}

.rightslider .owl-nav i {
    background: rgb(9 38 69 / 62%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.bg-theme-main {
    background-color: #08233f !important
}

.advertisement_border {
    border: 1px solid #082543;
    border-radius: 5px
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: none;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.radio-toolbar {
    display: flex;
    align-items: center;
    gap: 15px
}

.radio-toolbar input[type="radio"] {
    display: none
}

.radio-toolbar label {
    display: inline-block;
    border: 1px solid #061e37;
    padding: 3px 15px;
    cursor: pointer;
    white-space: pre;
    color: #061e37;
    border-radius: 5px;
    font-size: 14px
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #333;
    color: #fff
}

.radio-toolbar {
    display: flex;
    align-items: center;
    gap: 15px
}

.hero-section {
    background: linear-gradient(135deg, #0d47a1, #1e88e5);
    color: #fff;
    padding: 50px 0;
    text-align: center
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    padding: 15px
}

.pagination .page-item.active .page-link {
    background-color: #1e88e5;
    border-color: #1e88e5
}

.search12 {
    border: 2px solid #1e88e5;
    border-radius: 10px;
    padding: 8px 15px;
    outline: none;
    width: 100%
}

.category-btn {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #fff;
    color: #212529;
    transition: 0.3s
}

.category-btn:hover {
    background-color: #1e88e5;
    color: #fff
}

.detailscontent .alert {
    width: fit-content
}

.detailsimage {
    background: #d1e8ff;
    width: 150px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    max-height: 125px
}

.news-card1 {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden
}

.feature-image {
    width: 100%;
    height: 310px;
    border-radius: 12px
}

.news-thumbnail {
    width: 100%;
    height: 120px;
    border-radius: 12px
}

.news-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px
}

.article-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #212529
}

.article-excerpt {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 12px;
    line-height: 1.5
}

.crypto-tag {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    height: 24px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px
}

.avax-tag {
    background-color: rgb(232 65 66 / .1)
}

.avax-tag span {
    color: #e84142
}

.btc-tag {
    background-color: rgb(247 147 26 / .1)
}

.btc-tag span {
    color: #f7931a
}

.doge-tag {
    background-color: rgb(186 159 51 / .1)
}

.doge-tag span {
    color: #ba9f33
}

.percentage {
    color: #28a745;
    font-size: 13px;
    font-weight: 600
}

.more-button {
    display: inline-flex;
    align-items: center;
    color: #6c757d;
    font-size: 13px;
    margin-left: 10px
}

.more-button i {
    font-size: 10px;
    margin-left: 4px
}

.source {
    font-weight: 600;
    color: #212529;
    font-size: 14px;
    margin-bottom: 4px
}

.time {
    color: #6c757d;
    font-size: 13px
}

.tag-row {
    margin-bottom: 12px
}

@media (max-width:768px) {
    .news-title {
        font-size: 18px
    }

    .article-title {
        font-size: 16px
    }
}

.news-card {
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
}

.news-image {
    width: 100%
}

.news-title1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3
}

.news-source {
    font-size: 14px;
    color: #6c757d
}

.news-time {
    font-size: 12px;
    color: #6c757d
}

.coin-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    background-color: #f8f9fa;
    font-size: 12px;
    margin-right: 5px
}

.btc-tag {
    color: #f7931a;
    border: 1px solid #f7931a
}

.doge-tag {
    color: #ba9f33;
    border: 1px solid #ba9f33
}

.sol-tag {
    color: #00ffbd;
    border: 1px solid #00ffbd
}

.eth-tag {
    color: #627eea;
    border: 1px solid #627eea
}

.dot-tag {
    color: #e6007a;
    border: 1px solid #e6007a
}

.percentage-up {
    color: #28a745;
    background-color: rgb(40 167 69 / .1)
}

.percentage-down {
    color: #dc3545;
    background-color: rgb(220 53 69 / .1)
}

.page-title {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6
}

.manage_box_border {
    border-bottom: 1px solid #dee2e6
}

.text_customization {
    text-decoration: none;
    color: #212529
}

.article-header {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.article-meta {
    color: #6c757d;
    font-size: .9rem
}

.article-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.sidebar-card {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden
}

.sidebar-card img {
    width: 100%;
    height: auto
}

.sidebar-card-body {
    padding: 15px
}

.sidebar-card-title {
    font-size: 1rem;
    font-weight: 700
}

.chart-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.heatmap-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.heatmap-img {
    width: 100%;
    height: auto
}

.fear-greed-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.gauge {
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #ff4d4d, #ffc107, #4caf50);
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px
}

.gauge-pointer {
    position: absolute;
    top: -10px;
    left: 65%;
    width: 0;
    height: 0;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 20px solid #343a40
}

.historical-values {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px
}

.crypto-value {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0
}

.crypto-value:last-child {
    border-bottom: none
}

.trend-up {
    color: #28a745
}

.trend-down {
    color: #dc3545
}

.crypto-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.coinsblock ul li {
    margin-bottom: 15px
}

.coinsblock ul {
    list-style: none;
    column-count: 2;
    padding-left: 0
}

.boxcoin {
    background: linear-gradient(247.38deg, rgb(210 232 255 / .8) 29.63%, rgb(210 232 255 / .3) 70.37%);
    border: 1px solid
}

.link-customize {
    color: #1a3a5f;
    text-decoration: none
}

.layout121 {
    display: flex;
    flex-direction: column
}

.body_main {
    flex: 1
}

html,
body {
    height: 100%;
    margin: 0
}

.topbar_changes {
    background-color: gold
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.topbar-inner p {
    display: flex;
    align-items: center
}

.contact-us-form .nav-link.active {
    background-color: #07213c;
    color: #fff
}

.contact-us-form .nav-link {
    color: #092543;
    border: 1px solid #092543;
    margin-right: 10px
}

.contact-us-form .nav-link:hover {
    background-color: #07213c;
    color: #fff
}

.banner-setup {
    color: #fff0;
    width: 100%;
    height: 100px !important;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0
}

.set_ico_name {
    display: inline-grid
}

.set_alias {
    font-size: x-small;
    font-weight: 600
}

.table-manage {
    overflow: hidden
}

.search-results-dropdown {
    max-height: 300px;
    overflow-y: auto
}

.search-results-dropdown a:hover {
    background-color: #f8f9fa
}

@media (max-width:991px) {
    .search-results-dropdown {
        max-height: 250px
    }
}

.login-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.login-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0
}

.login-modal .modal-title p {
    margin-bottom: 0
}

.login-modal .btn-main {
    border-radius: 8px;
    transition: all 0.3s ease
}

.login-modal .btn-border {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd
}

.login-modal .btn-border:hover {
    background-color: #f8f9fa
}

.login-modal .btn-second_main:disabled {
    background-color: #6c757d;
    cursor: not-allowed
}

.login-modal .form-control {
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ced4da
}

.login-modal .form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25);
    border-color: #86b7fe
}

.login-modal .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.login-modal .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgb(220 53 69 / .25)
}

.login-modal .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.login-modal .alert {
    border-radius: 8px
}

.login-modal .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25)
}

.selectpicker option {
    border: none;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #14b1b2;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding-left: 0;
    margin-top: -20px;
    background: none
}

.selectpicker {
    border: none;
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #14b1b2;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    padding-left: 0;
    margin-top: -20px;
    background: none
}

.token-header {
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee
}

.token-logo {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgb(73 50 196 / .3)
}

.token-title {
    flex-grow: 1
}

.token-name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.25rem
}

.token-symbol {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem
}

.presale-badge {
    font-size: .75rem;
    padding: 2px 8px;
    background-color: #ffc107;
    color: #212529;
    border-radius: 4px;
    margin-left: 8px;
    font-weight: 500
}

.blockchain-badge {
    font-size: .8rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    margin-top: 5px
}

.timer-section {
    text-align: right
}

.presale-live {
    font-size: .8rem;
    margin-bottom: 5px;
    color: #555
}

.live-now {
    color: #dc3545;
    font-weight: 600
}

.countdown {
    font-size: .8rem;
    color: #495057;
    font-weight: 600
}

.dates {
    font-size: .8rem;
    color: #6c757d;
    margin-top: 3px
}

.token-id {
    font-size: .7rem;
    color: #6c757d;
    margin-top: 10px
}

.action-buttons {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #eee
}

.action-btn {
    border-radius: 20px;
    font-size: .85rem;
    padding: 6px 15px
}

.tokonomics-header {
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tokonomics-title {
    font-weight: 600;
    font-size: 1.1rem
}

.whitepaper-section {
    display: flex;
    align-items: center;
    gap: 10px
}

.whitepaper-label {
    color: #555;
    font-size: .9rem
}

.whitepaper-link {
    font-size: .9rem;
    color: #007bff;
    text-decoration: none
}

.tokonomics-container {
    padding: 0 20px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0 20px 20px
}

.tokonomics-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3
}

.tokonomics-row:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.tokonomics-label {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px
}

.tokonomics-value {
    font-weight: 500;
    font-size: .95rem
}

.social-footer {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.social-title {
    color: #333;
    font-weight: 500
}

.social-icons {
    display: flex;
    gap: 15px
}

.social-icon {
    color: #495057;
    font-size: 1.1rem
}

.website-link {
    color: #094aaa;
    text-decoration: none;
    font-size: .9rem;
    display: block;
    text-align: right;
    font-weight: 700
}

.buy-button {
    background-color: #07213c;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: .9rem
}

.copy-icon {
    cursor: pointer;
    color: #6c757d;
    margin-left: 5px
}

.editprofile {
    --primary-color: #1a2155;
    --accent-color: #f0b90b;
    --text-color: #333;
    --border-color: #ddd;
    --light-bg: #f9f9f9;
    --error-color: #e74c3c;
    --success-color: #2ecc71
}

.editprofile .text-pre {
    white-space: pre
}

.editprofile {
    background-color: #f5f7fa;
    color: var(--text-color);
    line-height: 1.6
}

.editprofile .user-avatar {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block
}

.editprofile .avatar-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.editprofile .avatar-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.editprofile .edit-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgb(0 0 0 / .2)
}

.editprofile .form-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05)
}

.editprofile .form-section h3 {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 8px
}

.editprofile .form-section h3 i {
    color: var(--accent-color)
}

.editprofile .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px
}

.editprofile .form-group {
    flex: 1 1 300px;
    margin-bottom: 15px
}

.editprofile .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500
}

.editprofile .required::after {
    content: " *";
    color: var(--error-color)
}

.editprofile .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 16px;
    transition: border 0.3s
}

.editprofile .form-control:focus {
    outline: none;
    border-color: var(--primary-color)
}

.editprofile .help-text {
    font-size: 12px;
    color: #666;
    margin-top: 5px
}

.editprofile .inline-group {
    display: flex;
    align-items: center;
    gap: 10px
}

.editprofile .phone-code {
    width: 80px;
    flex-shrink: 0
}

.editprofile .gender-options {
    display: flex;
    gap: 20px;
    margin-top: 10px
}

.editprofile .radio-group {
    display: flex;
    align-items: center;
    gap: 5px
}

.editprofile .verified-badge {
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 10px
}

.editprofile .copy-btn {
    background-color: #fff0;
    border: none;
    cursor: pointer;
    color: var(--primary-color)
}

.editprofile textarea.form-control {
    min-height: 100px;
    resize: vertical
}

.editprofile .btn {
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s
}

.editprofile .btn-primary {
    background-color: var(--primary-color);
    color: #fff
}

.editprofile .btn-primary:hover {
    background-color: #131a42
}

.editprofile .btn-outline {
    background-color: #fff0;
    border: 1px solid var(--primary-color);
    color: var(--primary-color)
}

.editprofile .btn-outline:hover {
    background-color: var(--primary-color);
    color: #fff
}

.editprofile .action-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.editprofile .select-wrapper {
    position: relative
}

.editprofile .select-wrapper::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.editprofile select.form-control {
    appearance: none;
    padding-right: 30px
}

.editprofile .add-wallet-btn {
    background-color: var(--accent-color);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    border: none
}

.editprofile .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-left: 5px
}

.editprofile input[type="file"] {
    display: none
}

@media (max-width:768px) {
    .editprofile .form-group {
        flex: 1 1 100%
    }
}

.provileview {
    --primary-color: #1a2155;
    --accent-color: #f0b90b;
    --text-color: #333;
    --border-color: #ddd;
    --light-bg: #f9f9f9;
    --card-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #f5f7fa;
    color: var(--text-color);
    line-height: 1.6
}

.provileview .profile-header {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: var(--card-shadow);
    position: relative
}

.provileview .profile-cover {
    height: 200px;
    background: linear-gradient(135deg, #2980b9, #6dd5fa);
    border-radius: 10px 10px 0 0;
    margin: -30px -30px 0
}

.provileview .profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
    margin-top: -75px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.provileview .profile-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.provileview .profile-username {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 5px
}

.provileview .profile-userid {
    color: #666;
    margin-bottom: 10px
}

.provileview .profile-bio {
    max-width: 600px;
    margin: 0 auto 20px
}

.provileview .verified-badge {
    background-color: var(--primary-color);
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.provileview .verified-badge svg {
    width: 12px;
    height: 12px
}

.provileview .profile-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0
}

.provileview .stat-item {
    text-align: center
}

.provileview .stat-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color)
}

.provileview .stat-label {
    font-size: 14px;
    color: #666
}

.provileview .edit-profile-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px
}

.provileview .profile-section {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: var(--card-shadow)
}

.provileview .section-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 10px
}

.provileview .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px
}

.provileview .info-item {
    margin-bottom: 15px
}

.provileview .info-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px
}

.provileview .info-value {
    font-weight: 500
}

.provileview .badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px
}

.provileview .badge-success {
    background-color: #e3f9e5;
    color: #27ae60
}

.provileview .badge-primary {
    background-color: #e3f2fd;
    color: var(--primary-color)
}

.provileview .social-links {
    column-count: 2;
    list-style: none
}

.provileview .social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: var(--light-bg);
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s
}

.provileview .social-link:hover {
    background-color: var(--primary-color);
    color: #fff
}

.provileview .wallet-card {
    background-color: var(--light-bg);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.provileview .wallet-type {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px
}

.provileview .wallet-address {
    font-family: monospace;
    color: #666
}

.provileview .project-card {
    background-color: var(--light-bg);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px
}

.provileview .project-title {
    font-weight: 600;
    margin-bottom: 10px
}

.provileview .project-role {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.provileview .referral-box {
    background: linear-gradient(135deg, var(--primary-color), #2c3e7b);
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.provileview .referral-title {
    font-size: 20px;
    margin-bottom: 15px
}

.provileview .referral-code {
    background-color: rgb(255 255 255 / .1);
    padding: 10px 20px;
    border-radius: 5px;
    font-family: monospace;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px
}

.provileview .referral-actions {
    display: flex;
    justify-content: center;
    gap: 10px
}

.provileview .referral-btn {
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500
}

.provileview .btn-light {
    background-color: #fff;
    color: var(--primary-color)
}

.provileview .btn-outline-light {
    background-color: #fff0;
    border: 1px solid #fff;
    color: #fff
}

.provileview .crypto-icon {
    width: 24px;
    height: 24px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700
}

@media (max-width:768px) {
    .provileview .profile-stats {
        flex-wrap: wrap;
        gap: 20px
    }

    .provileview .stat-item {
        flex: 1 1 calc(50% - 20px)
    }

    .provileview .info-grid {
        grid-template-columns: 1fr
    }

    .provileview header {
        flex-direction: column;
        gap: 15px
    }

    .provileview .nav-tabs {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px
    }

    .provileview .edit-profile-btn {
        position: static;
        margin-top: 20px;
        width: 100%;
        justify-content: center
    }
}

.link-customize457 {
    color: #f5faff;
    text-decoration: none
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    display: none;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #fff0;
    border-bottom: 0;
    border-left: .3em solid #fff0
}

.heading-bdr-left:after {
    content: "";
    background: #f89c50;
    width: 100px;
    height: 2px;
    position: absolute;
    display: block
}

.heading-bdr-left {
    position: relative
}

.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
}

.insta-clr {
    color: #d6249f !important
}

.google-clr {
    color: #db4a39 !important
}

.youtube-clr {
    color: #cd201f !important
}

.tele-clr {
    color: #08c !important
}

.address-container {
    background: #092746;
    border-radius: 10px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(255 255 255 / .05);
    width: fit-content
}

.chain-icon {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff
}

.address-text {
    font-size: 16px;
    color: #b0b0b0;
    flex: 1;
    margin: 0 10px
}


.copy-icon {
    width: 24px;
    height: 24px;
    background: rgb(255 255 255 / .1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease
}

#tokenId {
    width: 120px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.copy-icon svg {
    color: #fff
}

.partner-bg {
    background: url('../images/bg-premium.jpg') center 53% / cover no-repeat
}

.partner-bg td {
    color: #fff !important;
    background: rgb(0 0 0 / .2) !important;
    border-color: #777
}


.detailsview img {
    max-width: 100%;
    border-radius: 10px
}

.latest_right .sidebar-container {
    position: sticky !important;
    top: 15px
}

.latest_right .sidebar-container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgb(0 0 0 / .06);
    overflow: hidden;
    position: relative
}

.latest_right .sidebar-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #06203b, #528fcd);
    z-index: 1
}

.latest_right .sidebar-header {
    padding: 20px;
    position: relative
}

.latest_right .sidebar-title {
    display: flex;
    align-items: center;
    position: relative
}

.latest_right .header-bar {
    width: 4px;
    height: 22px;
    background: linear-gradient(90deg, #06203b, #528fcd);
    border-radius: 2px;
    margin-right: 12px
}

.latest_right h2 {
    font-size: 19px;
    color: #1a2b47;
    font-weight: 700;
    letter-spacing: -.3px
}

.latest_right .header-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at top right, rgb(0 204 255 / .03) 0%, #fff0 70%);
    border-radius: 50%;
    z-index: 0
}

.latest_right .news-list {
    padding: 0
}

.latest_right .news-item {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f2f5;
    transition: all 0.3s ease;
    position: relative
}

.latest_right .news-item:hover {
    background-color: #f9fafc;
    transform: translateX(5px)
}

.latest_right .news-item:last-child {
    border-bottom: none
}

.latest_right .news-image-container {
    position: relative;
    margin-right: 14px;
    flex-shrink: 0
}

.latest_right .news-image {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background-image: url(/api/placeholder/400/320);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    overflow: hidden
}

.latest_right .news-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #fff0 50%, rgb(0 0 0 / .2) 100%);
    border-radius: 12px
}

.latest_right .news-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.latest_right .news-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.latest_right .news-date {
    display: flex;
    align-items: center;
    color: #64748b;
    font-size: 12px;
    font-weight: 500
}

.latest_right .date-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-color: #64748b;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V3a1 1 0 0 0-2 0v1H8V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16zm0-9H4V7a1 1 0 0 1 1-1h1v1a1 1 0 0 0 2 0V6h8v1a1 1 0 0 0 2 0V6h1a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V3a1 1 0 0 0-2 0v1H8V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16zm0-9H4V7a1 1 0 0 1 1-1h1v1a1 1 0 0 0 2 0V6h8v1a1 1 0 0 0 2 0V6h1a1 1 0 0 1 1 1z'/%3E%3C/svg%3E");
    mask-size: cover;
    -webkit-mask-size: cover
}

.latest_right .flame-icon {
    width: 12px;
    height: 12px;
    background-color: #fff;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 23c6-1 9-6 6-12-1 3-4 4-6 1-2 7-6 5-6 10 0 2 2 4 6 1zm0-12c1-4 4-5 4-7 0-1 0-2-1-2 0 0 0 1-1 1-1 1-1 0-1-1 0 0-1 1-1 2s-1 2-1 2c-1 1-2 2-1 4 0 0 0-1 1-1 1-1 2 0 1 2z'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 23c6-1 9-6 6-12-1 3-4 4-6 1-2 7-6 5-6 10 0 2 2 4 6 1zm0-12c1-4 4-5 4-7 0-1 0-2-1-2 0 0 0 1-1 1-1 1-1 0-1-1 0 0-1 1-1 2s-1 2-1 2c-1 1-2 2-1 4 0 0 0-1 1-1 1-1 2 0 1 2z'/%3E%3C/svg%3E");
    mask-size: cover;
    -webkit-mask-size: cover
}

.latest_right .read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: #092542;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    background: linear-gradient(to right, rgb(51 102 255 / .03), rgb(0 204 255 / .03));
    transition: all 0.3s ease;
    border-top: 1px solid #f0f2f5
}

.latest_right .read-more:hover {
    background: linear-gradient(to right, rgb(51 102 255 / .08), rgb(0 204 255 / .08))
}

.latest_right .arrow-icon {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background-color: #36f;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
    mask-size: cover;
    -webkit-mask-size: cover;
    transition: transform 0.3s ease
}

.latest_right .read-more:hover .arrow-icon {
    transform: translateX(3px)
}

.latest_right .news-item12:first-child {
    background: linear-gradient(to right, white, rgb(51 102 255 / .02))
}

.latest_right .news-item12:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #17385b, #00ccff);
    border-radius: 0 2px 2px 0;
    z-index: 9
}

.latest_right .news-item12 {
    position: relative
}

.commentarea {
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

.commentarea .comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 30px;
    border-bottom: 1px solid rgb(0 0 0 / .06)
}

.commentarea .header-title {
    display: flex;
    align-items: center;
    gap: 12px
}

.commentarea h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -.3px
}

.commentarea .upvote-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgb(0 0 0 / .03)
}

.commentarea .upvote-button:hover {
    background-color: #f8fafc;
    box-shadow: 0 3px 10px rgb(0 0 0 / .05)
}

.commentarea .upvote-count {
    font-size: 14px;
    font-weight: 600;
    color: #64748b
}

.commentarea .comment-form {
    padding: 30px
}

.commentarea .input-group {
    margin-bottom: 20px;
    position: relative
}

.commentarea .input-group:last-of-type {
    margin-bottom: 24px
}

.commentarea .input-label {
    position: absolute;
    top: 12px;
    left: 15px;
    font-size: 14px;
    color: #94a3b8;
    pointer-events: none;
    transition: all 0.2s ease;
    background: linear-gradient(to bottom, #fff0 0%, white 50%);
    padding: 0 5px;
    opacity: 0
}

.commentarea .form-input {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background-color: #fff;
    color: #334155;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgb(0 0 0 / .03)
}

.commentarea .form-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgb(37 99 235 / .1)
}

.commentarea .form-input:focus+.input-label,
.commentarea .form-input:not(:placeholder-shown)+.input-label {
    top: -8px;
    left: 15px;
    font-size: 12px;
    opacity: 1;
    font-weight: 500;
    color: #2563eb
}

.commentarea .form-textarea {
    min-height: 160px;
    resize: vertical
}

.commentarea .submit-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right, #183b5e, #2a5581);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgb(59 130 246 / .3)
}

.commentarea .submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgb(59 130 246 / .35)
}

.commentarea ::placeholder {
    color: #94a3b8;
    opacity: 1
}

.commentarea .form-footer {
    display: flex;
    justify-content: flex-end
}

.detailsview figure {
    width: 100% !important
}

.eyecolor {
    position: absolute;
    right: 4px;
    top: 23%
}

.eyeblock {
    position: relative
}

.bg_Cat a.text_customization label {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.authorpage .page-header {
    text-align: center;
    margin-bottom: 40px
}

.authorpage .page-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(45deg, #082340, #36689f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    margin-bottom: 10px
}

.authorpage .page-subtitle {
    font-size: 1.3rem;
    color: #6b7280;
    font-weight: 400
}

.authorpage .authors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px
}

.authorpage .author-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.authorpage .author-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #071f39, #1b4b7c, #568cc1)
}

.authorpage .author-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgb(0 0 0 / .15)
}

.authorpage .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #e5e7eb, #d1d5db);
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.authorpage .author-avatar::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    top: 15px
}

.authorpage .author-avatar::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    top: 25px
}

.authorpage .author-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1f2937;
    text-align: center;
    margin-bottom: 8px
}

.authorpage .author-role {
    color: #6b7280;
    text-align: center;
    font-size: .95rem;
    line-height: 1.5
}

.authorpage .intro-section {
    background: rgb(255 255 255 / .9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgb(0 0 0 / .05)
}

.authorpage .intro-icon {
    font-size: 2.5rem;
    margin-bottom: 15px
}

.authorpage .intro-text {
    color: #4b5563;
    font-size: 1.1rem;
    line-height: 1.6
}

@media (max-width:768px) {
    .authorpage .page-title {
        font-size: 2rem
    }

    .authorpage .authors-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .authorpage .author-card {
        padding: 20px
    }
}

.authorpage .decorative-element {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(59 130 246 / .1), rgb(139 92 246 / .1));
    z-index: -1
}

.authorpage .decorative-element:nth-child(1) {
    top: 10%;
    right: 15%
}

.authorpage .decorative-element:nth-child(2) {
    bottom: 15%;
    left: 10%
}

.authordetails .profile-container {
    margin: 0 auto;
    padding: 20px
}

.authordetails .profile-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgb(0 0 0 / .15);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative
}

.authordetails .profile-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #4f46e5, #7c3aed, #db2777)
}

.authordetails .profile-header {
    background: linear-gradient(135deg, #07223d 0%, #2c5c8f 100%);
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.authordetails .profile-header::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1)
}

.authordetails .profile-header::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(255 255 255 / .1)
}

.authordetails .author-main-info {
    display: flex;
    align-items: center;
    gap: 30px
}

.authordetails .avatar-container {
    position: relative
}

.authordetails .author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgb(255 255 255 / .2);
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgb(0 0 0 / .2)
}

.authordetails .author-avatar i {
    font-size: 3.5rem;
    color: #fff
}

.authordetails .author-details h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px
}

.authordetails .specialization-tag {
    background: rgb(255 255 255 / .2);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: .9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px)
}

.authordetails .profile-content {
    padding: 40px
}

.authordetails .section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

.authordetails .section-title i {
    color: #4f46e5
}

.authordetails .about-section {
    margin-bottom: 40px
}

.authordetails .about-text {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.8
}

.authordetails .detailed-profile {
    background: #f8fafc;
    border-radius: 15px;
    padding: 30px;
    border-left: 5px solid #4f46e5
}

.authordetails .profile-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px
}

.authordetails .stat-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1)
}

.authordetails .stat-icon {
    font-size: 2rem;
    color: #4f46e5;
    margin-bottom: 10px
}

.authordetails .stat-label {
    color: #64748b;
    font-size: .9rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.authordetails .stat-value {
    color: #1e293b;
    font-size: 1.2rem;
    font-weight: 600
}

@media (max-width:768px) {
    .authordetails .author-main-info {
        flex-direction: column;
        text-align: center
    }

    .authordetails .profile-content {
        padding: 20px
    }

    .authordetails .author-details h1 {
        font-size: 2rem
    }
}

.authordetails .skill-tag {
    display: inline-block;
    background: #ede9fe;
    color: #7c3aed;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: .9rem;
    margin: 5px 5px 5px 0;
    font-weight: 500
}

.authordetails .experience-highlight {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px
}

.authordetails .quote-section {
    background: #4f46e5;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

.authordetails .quote-section::before {
    content: '"';
    position: absolute;
    font-size: 6rem;
    top: -10px;
    left: 15px;
    opacity: .2;
    font-family: serif
}

.authordetails .quote-text {
    font-size: 1.1rem;
    font-style: italic;
    position: relative;
    z-index: 1
}

.verification-page {
    .verification-header {
        padding: 2rem 0 0;
        margin-bottom: 0rem;
        border-radius: 0 0 20px 20px
    }

    .contact-card {
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        border-radius: 15px;
        padding: 20px;
        color: #fff;
        box-shadow: 0 10px 20px rgb(0 0 0 / .1)
    }

    .contact-icon {
        background-color: rgb(255 255 255 / .2);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 10px
    }

    .card {
        border-radius: 15px;
        border: none;
        box-shadow: 0 5px 15px rgb(0 0 0 / .05);
        margin-bottom: 25px;
        transition: transform 0.3s
    }

    .card-header {
        border-radius: 15px 15px 0 0 !important;
        font-weight: 700
    }

    .btn-primary {
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        border: none;
        padding: 10px 25px;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgb(0 0 0 / .1)
    }

    .btn-outline-primary {
        border: 2px solid #1e3c72;
        color: #1e3c72;
        border-radius: 50px;
        padding: 10px 25px
    }

    .step-card {
        position: relative;
        padding-left: 60px
    }

    .step-number {
        position: absolute;
        left: -9px;
        top: 0;
        width: 35px;
        height: 35px;
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 18px
    }

    .benefit-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #ff8008 0%, #ffc837 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
        margin-bottom: 15px
    }

    .form-control {
        border-radius: 10px;
        padding: 12px 15px
    }

    .section-title {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 30px;
        color: #1e3c72
    }

    .section-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 4px;
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
        border-radius: 2px
    }
}

.icon-css,
.icon-css-red,
.icon-css-tele {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 15px
}

.navy-bg {
    background: #4285f4 none repeat scroll 0 0
}

.red-bg {
    background: #dc3545 none repeat scroll 0 0
}

.tele-bg {
    background: #08c !important
}

.icon-css::after,
.icon-css-red:after,
.icon-css-tele:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 70px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 70px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out
}

.icon-css-tele:after {
    border: 2px solid #08c
}

.icon-css-red:after {
    border: 2px solid #dc3545
}

.icon-css:after {
    border: 2px solid #4285f4
}

.contentview h1,
.contentview h2,
.contentview h3,
.contentview h4,
.contentview h5,
.contentview h6 {
    font-weight: 700;
    color: #055d8f !important;
    padding-bottom: 3px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    border-left: 5px solid #055d8f;
    padding-left: 10px
}

.contentview li h1,
.contentview li h2,
.contentview li h3,
.contentview li h4,
.contentview li h5,
.contentview li h6 {
    border: none;
    color: #000;
    margin-bottom: 0
}

.contentview li h1 strong,
.contentview li h2 strong,
.contentview li h3 strong,
.contentview li h4 strong,
.contentview li h5 strong,
.contentview li h6 strong {
    font-weight: 500
}

.contentview h1 {
    color: #055d8f !important;
    font-size: 36px !important
}

.contentview h2 {
    color: #055d8f !important;
    font-size: 28px !important
}

.contentview h3 {
    color: #055d8f !important;
    font-size: 24px !important
}

.contentview h4 {
    color: #055d8f !important;
    font-size: 20px !important
}

.contentview h5 {
    color: #055d8f !important;
    font-size: 16px !important
}

.contentview h6 {
    color: #055d8f !important;
    font-size: 14px !important
}

.contentview h1 span {
    color: #055d8f !important;
    font-size: 36px !important
}

.contentview h2 span {
    color: #055d8f !important;
    font-size: 28px !important
}

.contentview h3 span {
    color: #055d8f !important;
    font-size: 24px !important
}

.contentview h4 span {
    color: #055d8f !important;
    font-size: 20px !important
}

.contentview h5 span {
    color: #055d8f !important;
    font-size: 16px !important
}

.contentview h6 span {
    color: #055d8f !important;
    font-size: 14px !important
}

.blur-content {
    filter: blur(3px);
    pointer-events: none;
    user-select: none
}

.login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    display: flex;
    justify-content: center;
    z-index: 1000
}

.login-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgb(0 0 0 / .1);
    text-align: center;
    max-width: 400px;
    width: 90%
}

.action-btn {
    min-width: 150px;
    font-weight: 600;
    transition: all 0.3s ease
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(0 0 0 / .15)
}

.icon-large {
    font-size: 3rem;
    margin-bottom: 20px
}

.nav-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 20px 0
}

.nav-buttons .interlink-btn {
    background-color: #092542;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px
}

.bottomstickybanner {
    position: fixed;
    bottom: 80px;
    right: 60px;
    z-index: 99999
}

.bottomstickybanner .close-btn {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 0;
    line-height: 0;
    background-color: #fff0;
    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
}

.bottomstickybanner img {
    width: 200px;
    height: 200px
}

@media (max-width:1350px) {
    a.nav-link {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .bottomstickybanner img {
        height: 90px
    }

    .bottomstickybanner {
        bottom: 18px;
        right: 5px
    }

    .bottomstickybanner .close-btn {
        font-size: 22px;
        right: -1px
    }
}

.contry-bg {
    background: #c1dfff;
    margin-right: 10px;
    padding: 2px 10px;
    border-radius: 15px;
    text-decoration: none;
    color: #000
}

.bg-themebg {
    background: linear-gradient(180deg, #0a2a4b, #04182d)
}

.bg-themebg-button {
    background: linear-gradient(white, #1e3c72)
}

.btn-primary:hover {
    border: 1px solid #1e3c72;
    background: #fff0;
    color: #1e3c72
}

.btn-outline-primary:hover {
    background: #1e3c72;
    color: #fff
}

.vertical-tab .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.vertical-tab .nav-tabs {
    border-bottom: 1px solid #ddd
}

.vertical-tab .nav-tabs {
    border: none;
    vertical-align: top;
    display: table-cell
}

.vertical-tab .nav:before {
    display: table;
    content: " "
}

.vertical-tab {
    width: 100%;
    float: none;
    margin-bottom: 10px
}

.vertical-tab .nav-tabs>.active>a,
.vertical-tab .nav-tabs>.active>a:focus,
.vertical-tab .nav-tabs>.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff0
}

.vertical-tab .nav-tabs a {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 26px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.3s
}

.vertical-tab .nav-tabs a.active {
    color: #fff;
    background: #222;
    border: none
}

.vertical-tab .nav-tabs.active a:hover,
.vertical-tab .nav-tabs a.active {
    color: #fff;
    background: linear-gradient(115deg, #eef6ff, #cee6ff) !important;
    border-bottom: 5px solid #ffd448
}

.vertical-tab .nav-tabs a:before,
.vertical-tab .nav-tabs a:after {
    background: linear-gradient(115deg, #eef6ff, #cee6ff) !important;
    right: 0;
    transition: width 0.5s ease;
    height: 150%;
    top: -25%;
    right: -2px;
    width: 0;
    z-index: -1;
    border-right: 1px solid rgb(255 255 255 / .8117647059);
    border-left: 1px solid rgb(255 255 255 / .8117647059);
    content: "";
    position: absolute;
    display: block
}

.vertical-tab .nav-tabs a.active:before {
    background: linear-gradient(0deg, #0c2e4f, #234061) !important;
    width: 100%;
    z-index: -2;
    left: 0;
    transition: width 0.5s ease;
    height: 150%;
    bottom: -25%;
    content: "";
    position: absolute;
    display: block
}

.vertical-tab .nav-tabs a.active:before {
    background: #007cfb
}

.vertical-tab .nav-tabs a:after {
    background: #f7b731
}

.vertical-tab .nav-tabs a.active:after,
.vertical-tab .nav-tabs a:hover:after {
    opacity: 1;
    clip-path: polygon(95% 85%, 100% 0, 100% 100%, 0% 100%)
}

.advertisment-tbl {
    vertical-align: middle;
    border: 1px solid #ddd
}

.advertisment-tbl th {
    color: var(--bs-dark);
    padding: 12px 10px;
    text-align: center;
    background: var(--bs-light);
    white-space: nowrap
}

.advertisment-tbl tbody tr:hover td {
    background: var(--bs-light)
}

.advertisment-tbl tbody td {
    border: 1px solid #ddd
}

.advertisment-tbl tbody tr td:first-child {
    font-weight: 600
}

.advertisment-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 24px;
    display: inline-block;
    border: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none
}

.advertisment-btn:hover {
    text-shadow: 4px 4px 1px rgb(0 0 0 / .2);
    box-shadow: 0 4px 0 rgb(0 0 0 / .15)
}

.samplelink {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    margin: 2px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%
}

.bg-bnb {
    background: #f0b90b
}

.bg-gmail {
    background: #4285f4
}

.orange-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.green-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.info-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.blue-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.yellow-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.red-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.sel-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.purple-gradient {
    background: linear-gradient(0deg, #0a2847, #1a3e61) !important
}

.social-btn {
    display: flex;
    align-items: center;
    width: 270px;
    margin: 20px 20px;
    font-weight: 600;
    color: #f5f8fa;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgb(0 0 0 / .5);
    border-radius: 5px;
    padding: 15px 20px
}

.social-btn:active {
    transform: translateY(10px);
    box-shadow: none
}

.social-btn-telegram {
    background: #08c;
    box-shadow: 0 5px 0 #0c577c
}

.social-btn-email {
    background: #4285f4;
    box-shadow: 0 5px 0 #2b67c9
}

.advertisment-tbl thead th {
    font-size: 15px;
    font-weight: 600;
    padding: 12px 8px;
    color: var(--bs-white);
    vertical-align: middle;
    background: #fff0;
    border: 1px solid #ddd
}

.advertisment-tbl tfoot tr td {
    padding: 35px 8px;
    font-weight: 600
}

.maintabsbg {
    position: relative
}

.rotate-center {
    animation: rotate-center 15s linear infinite
}

.ellipse-rotate-success {
    width: 419.259px;
    height: 842.878px;
    border-radius: 842.878px;
    opacity: .15;
    background: #092442;
    filter: blur(150px);
    top: -3%;
    left: 10%
}

.rotate-center-rev {
    animation: rotate-center 15s linear infinite
}

.ellipse-rotate-primary {
    width: 419.259px;
    height: 842.878px;
    border-radius: 842.878px;
    opacity: .15;
    background: #6190b5;
    filter: blur(100px);
    top: -5%;
    right: 10%
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fix {
    overflow: hidden
}

.sidebar-sticky {
    position: sticky;
    top: 20px;
    z-index: 10
}

:root {
    --primary-color: #ffd448;
    --secondary-color: #ffd448;
    --accent-color: #f39c12;
    --dark-bg: #0f1923;
    --darker-bg: #0a1118;
    --light-text: #ecf0f1;
    --nav-bg: #0d1b40;
    --border-radius: 12px;
    --card-bg: #1a2530;
    --gradient-primary: linear-gradient(135deg, #ffd448, #ffd448);
    --gradient-secondary: linear-gradient(135deg, #ffd448, #ffd448);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    --transition: all 0.3s ease
}

.container1 {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.section1 {
    margin: 4rem 0
}

.primary-btn1 {
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgb(46 204 113 / .3)
}

.primary-btn1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(46 204 113 / .4)
}

.primary-btn1.wide1 {
    padding: 12px 30px;
    font-size: 1.1rem;
    display: block;
    width: fit-content;
    margin: 2rem auto 0
}

.action-btn1 {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    margin-top: 1rem
}

.secondary-btn1 {
    background: #fff0;
    color: var(--light-text);
    border: 1px solid var(--secondary-color);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    margin-top: 1rem
}

.secondary-btn1:hover {
    background-color: rgb(52 152 219 / .1);
    border-color: #3498db
}

.secondary-btn1 i {
    margin-right: 5px
}

.service-features1 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 1rem
}

.feature1 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: hsl(180 1% 20%)
}

.feature1 i {
    color: var(--primary-color);
    font-size: 1.2rem
}

.project-listing1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
}

.project-card1 {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    color: var(--light-text);
    padding: 2rem;
    display: flex;
    align-items: center;
    box-shadow: var(--shadow);
    transition: var(--transition)
}

.project-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgb(0 0 0 / .3)
}

.project-icon1 {
    width: 70px;
    height: 70px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem
}

.project-icon1 i {
    font-size: 1.8rem;
    color: #fff
}

.project-details1 {
    flex: 1
}

.project-details1 h3 {
    margin-bottom: .5rem
}

.price-tag1 {
    display: inline-block;
    background-color: rgb(46 204 113 / .2);
    color: var(--primary-color);
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    margin: .5rem 0 1rem
}

.platform-stats1 {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    color: var(--light-text);
    padding: 2rem;
    box-shadow: var(--shadow)
}

.platform-stats1 h3 {
    margin-bottom: 1.5rem;
    text-align: center
}

.stats-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem
}

.stat-item1 {
    text-align: center;
    padding: 1rem;
    background-color: rgb(255 255 255 / .05);
    border-radius: var(--border-radius);
    transition: var(--transition)
}

.stat-item1:hover {
    background-color: rgb(255 255 255 / .1)
}

.stat-item1 i {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: .5rem
}

.stat-value1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .2rem
}

.stat-label1 {
    color: #bdc3c7;
    font-size: .9rem
}

.promotion-cards1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem
}

.promo-card1 {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    color: var(--light-text);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgb(255 255 255 / .05);
    position: relative;
    overflow: hidden
}

.promo-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgb(0 0 0 / .3)
}

.promo-card1.featured1 {
    border-color: var(--accent-color)
}

.promo-card1.featured1::before {
    content: "BEST VALUE";
    position: absolute;
    top: 10px;
    right: -30px;
    background: var(--accent-color);
    color: #fff;
    padding: 5px 40px;
    font-size: .8rem;
    font-weight: 700;
    transform: rotate(45deg)
}

.promo-icon1 {
    width: 60px;
    height: 60px;
    background: var(--gradient-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.promo-icon1 i {
    font-size: 1.5rem;
    color: #fff
}

.promo-card1 h3 {
    margin-bottom: 1rem
}

.promo-card1 p {
    color: #bdc3c7;
    margin-bottom: 1.5rem;
    min-height: 80px
}

.promo-specs1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.spec1 {
    font-size: .9rem;
    color: #95a5a6;
    background-color: rgb(255 255 255 / .05);
    padding: 5px 10px;
    border-radius: 4px
}

.promo-price1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 1rem 0;
    text-align: center
}

.discount-section1 {
    text-align: center
}

.discount-tiers1 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0
}

.discount-tier1 {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    padding: a1.5rem;
    min-width: 150px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgb(255 255 255 / .05)
}

.discount-tier1:hover {
    transform: scale(1.05);
    border-color: var(--primary-color)
}

.discount-value1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color)
}

.discount-period1 {
    font-size: .9rem;
    color: #bdc3c7;
    margin-top: .5rem
}

.project-showcase1 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    overflow-x: auto;
    padding: 1rem 0
}

.showcase-item1 {
    flex: 0 0 150px;
    text-align: center;
    padding: 1.5rem;
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    transition: var(--transition)
}

.showcase-item1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgb(0 0 0 / .3)
}

.showcase-item1 img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 1rem;
    object-fit: cover
}

.project-name1 {
    color: var(--light-text);
    font-weight: 700;
    margin-bottom: .3rem
}

.project-category1 {
    font-size: .8rem;
    color: #bdc3c7
}

.service-cards1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem
}

.service-card1 {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid rgb(255 255 255 / .05)
}

.service-card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgb(0 0 0 / .3);
    border-color: var(--secondary-color)
}

.service-icon1 {
    width: 60px;
    height: 60px;
    background: var(--gradient-secondary);
    color: var(--light-text);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.service-icon1 i {
    font-size: 1.5rem;
    color: #fff
}

.service-card1 h3 {
    color: var(--light-text);
    margin-bottom: 1rem
}

.service-card1 p {
    color: #bdc3c7;
    margin-bottom: 1.5rem;
    min-height: 80px
}

.service-price1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 1rem 0;
    text-align: center
}

@media (max-width:992px) {
    .project-listing1 {
        grid-template-columns: 1fr
    }

    .stats-grid1 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .service-features1 {
        flex-direction: column;
        gap: 1rem
    }
}

@media (max-width:576px) {
    .stats-grid1 {
        grid-template-columns: 1fr
    }

    .discount-tiers1 {
        flex-direction: column;
        gap: 1rem
    }

    .section1 {
        margin: 2rem 0
    }

    .primary-btn1.wide1 {
        width: 100%
    }
}

.accordion-container {
    margin-top: 20px
}

.accordion-item {
    margin-bottom: 10px
}

.accordion-header .icon {
    font-size: 20px
}

.accordion-content {
    padding: 10px;
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    transition: 1s ease-in-out
}

.accordion-item.active .accordion-content {
    max-height: 500px
}

.accordion-content p {
    color: #333
}

.text-danger {
    color: #dc3545
}

@media (max-width:768px) {
    .accordion-header {
        font-size: 14px
    }

    .accordion-content {
        font-size: 12px
    }
}

:root {
    --primary: #f8b133;
    --secondary: #0e2a4e;
    --dark: #111827;
    --light: #f3f4f6;
    --accent: #3b82f6
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--dark);
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.spacer {
    flex: 1
}

footer {
    background: linear-gradient(to right, #0c2340, #1a365d);
    color: #e5e7eb;
    padding: 3rem 0 1rem
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem
}

.footer-section h3 {
    color: var(--primary);
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    position: relative;
    display: inline-block
}

.footer-section h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary)
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.5rem
}

.footer-logo img {
    height: 36px
}

.footer-logo span {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700
}

.footer-section p {
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #9ca3af
}

.footer-links {
    list-style: none
}

.footer-links li {
    margin-bottom: .75rem;
    transition: transform 0.2s
}

.footer-links li:hover {
    transform: translateX(5px)
}

.footer-links a {
    color: #e5e7eb;
    text-decoration: none;
    transition: color 0.3s;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: .5rem
}

.footer-links a:hover {
    color: var(--primary)
}

.footer-links a svg {
    color: var(--primary);
    font-size: .8rem
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgb(255 255 255 / .1);
    border-radius: 50%;
    transition: all 0.3s
}

.social-links a:hover {
    background-color: var(--primary);
    transform: translateY(-3px)
}

.social-links a svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.newsletter {
    margin-top: 1.5rem
}

.newsletter p {
    margin-bottom: 1rem
}

.newsletter-form {
    display: flex;
    margin-top: .5rem;
    position: relative
}

.newsletter-form input {
    flex: 1;
    padding: .75rem;
    border: none;
    border-radius: 4px;
    outline: none;
    background-color: rgb(255 255 255 / .1);
    color: #fff;
    font-size: .9rem
}

.newsletter-form input::placeholder {
    color: #9ca3af
}

.newsletter-form button {
    background-color: var(--primary);
    border: none;
    border-radius: 4px;
    padding: .75rem 1rem;
    cursor: pointer;
    margin-left: .5rem;
    transition: background-color 0.3s
}

.newsletter-form button:hover {
    background-color: #e5a730
}

.copyright {
    text-align: center;
    font-size: .85rem;
    color: #9ca3af
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem
}

.footer-bottom-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: .85rem;
    transition: color 0.3s
}

.footer-bottom-links a:hover {
    color: var(--primary)
}

.back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    color: var(--dark);
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgb(0 0 0 / .2);
    transition: all 0.3s;
    z-index: 99
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgb(0 0 0 / .3)
}

@media (max-width:992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width:576px) {
    .footer-container {
        grid-template-columns: 1fr
    }
}

.radio-toolbar input[type="radio"] {
    display: none
}

.radio-toolbar label {
    display: inline-block;
    border: 1px solid #061e37;
    padding: 3px 15px;
    cursor: pointer;
    white-space: pre;
    color: #061e37;
    border-radius: 5px;
    font-size: 14px
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #333;
    color: #fff
}

.radio-toolbar {
    display: flex;
    align-items: center;
    gap: 15px
}

.banner {
    background-color: #2d3748;
    border-radius: 10px
}

.banner-content {
    padding: 20px
}

.banner-text h2 {
    color: #9f7aea
}

.banner-text .dates {
    color: #e2e8f0
}

.goal-box {
    background-color: #1a202c;
    padding: 15px;
    border-radius: 8px;
    text-align: center
}

.goal-box h3 {
    color: #9f7aea;
    font-size: 14px;
    margin-bottom: 5px
}

.featured-tag {
    background-color: #dc3545;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px
}

.upvote-btn {
    background-color: #f8f9fa;
    border: none;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: #495057
}

.project-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover
}



.active-tab {
    background-color: #08233f !important;
    color: white !important
}

.info-circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #495057
}

:root {
    --primary: #f7b733;
    --secondary: #1a3a5f;
    --dark: #0c1e2e;
    --light: #f4f6f9;
    --accent: #4a86e8;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.page-title {
    text-align: center;
    margin: 20px 0 40px;
    color: var(--secondary);
    font-size: 32px;
    font-weight: 700
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    padding: 0 5% 50px
}

.card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s
}

.card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid var(--primary)
}

.card-content {
    padding: 15px
}

.card-date {
    color: #777;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.card-title {
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--secondary);
    font-size: 16px;
    line-height: 1.4
}

.featured-section {
    padding: 0 5% 40px
}

.featured-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.featured-card-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee
}

.featured-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px
}

.featured-content {
    flex-grow: 1;
    padding: 15px
}

.featured-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
    margin: 0 0 10px
}

.featured-description {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px
}

.interaction-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #f9f9f9
}

.like-button,
.share-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s
}

.like-button {
    color: #666
}

.share-button {
    background-color: var(--primary);
    color: var(--dark)
}

.top_pills .nav-pills .nav-link.active {
    background: #06203a;
    color: #fff
}

.top_pills .nav-pills .nav-link {
    background: #fff0;
    margin-right: 10px;
    margin-bottom: 15px;
    border: 1px solid #06203a;
    color: #06203a;
    flex: none
}

.top_pills nav.nav.nav-pills {
    display: flex;
    justify-content: center
}

.ci-user-picture {
    min-width: 150px;
    margin-right: 16px
}

.ci-user-picture img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.btn-default {
    display: inline-block;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.5s;
    text-align: center;
    text-transform: capitalize
}

.bg-blue {
    background-color: #006afa;
    color: #fff !important
}

.filepreviewprofile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.modal-header-bg {
    width: 100%;
    height: 12px;
    background: linear-gradient(269.44deg, #006afa 2.3%, #00ae86 99.19%)
}

.cropImageModal .modal-dialog {
    max-width: 750px;
    width: 90%;
    margin: .5rem auto
}

.up-photo-title {
    padding: 8px 15px;
    text-align: center
}

#upload-demo {
    position: relative;
    width: 100%;
    height: 250px;
    padding-bottom: 0
}

.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px
}

.figure .figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000
}

.croppie-container .cr-image {
    right: 0
}

.croppie-container .cr-slider-wrap {
    width: 275px
}

.cr-slider-wrap p {
    font-size: 13px;
    color: #8d8d94;
    text-align: left
}

.cr-slider {
    width: 275px
}

.upload-action-btn {
    margin-top: 60px;
    padding-top: 40px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #006afa;
    cursor: pointer;
    box-shadow: 0 0 12px rgb(0 0 0 / .25)
}

.cr-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #006afa;
    cursor: pointer;
    box-shadow: 0 0 12px rgb(0 0 0 / .25)
}

.cr-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #006afa;
    cursor: pointer;
    box-shadow: 0 0 12px rgb(0 0 0 / .25)
}

.cr-slider::-webkit-slider-runnable-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #e0e0e0;
    border-radius: 3px;
    border: none
}

.cr-slider:focus::-webkit-slider-runnable-track {
    background: #e0e0e0
}

.cr-slider::-moz-range-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #e0e0e0;
    border-radius: 3px;
    border: none
}

.cr-slider::-ms-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #e0e0e0;
    border-radius: 3px;
    border: none;
    color: #fff0
}

.sup {
    top: 0em
}

.checkboxflex .listing-category {
    width: 32%;
    margin-right: 1%;
    margin-top: 5px
}

.checkboxflex {
    display: flex;
    flex-wrap: wrap
}

.submitcoin label {
    font-weight: 700
}

.details-page div p {
    margin-bottom: 0
}

.blockview .react-datepicker-wrapper {
    display: block !important
}

.details-page a {
    color: #055d8f;
    font-weight: 700
}

.bg-darkpresale {
    background: #0A2A4B
}

.btnanimation {
    align-items: center;
    background: #fff0;
    border-radius: 20px;
    border: 1px solid #1A3A5F;
    color: #1A3A5F;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    isolation: isolate;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: color .2s ease-out, filter .2s ease-out
}

.btnanimation:hover {
    color: #fff;
    background: linear-gradient(180deg, #0a2a4b, #04182d)
}

.btnanimation:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 999rem;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    background: conic-gradient(from 180deg, #1e426b, #265c92 60deg, #3375b7 150deg, #2b5b91 240deg, #1a3a5f 1turn), linear-gradient(0deg, rgb(0 0 0 / .25), rgb(0 0 0 / .25)), #1a3a5f
}

.text-presale {
    color: #04182D
}

.bg-lightpresale {
    background: #dcedff
}

.bg-imgpresale {
    background: url(https://d18do2qpuw9ik7.cloudfront.net/images/presale-card.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat
}

.bg-gradientpresale {
    background: linear-gradient(247.38deg, rgb(210 232 255 / .8) 29.63%, rgb(210 232 255 / .3) 70.37%)
}

.bg-number {
    background: #B2D8FF;
    width: 34px;
    height: 34px
}

.bg-radialpresale {
    background: radial-gradient(50% 50% at 50% 50%, #1863B1 0%, #0A2A4B 100%)
}

.btn-lightpresale {
    background: #DBEDFF;
    color: #000
}

.btn-lightpresale:hover {
    background: #EFF7FF;
    color: #000
}

.w-fit {
    width: fit-content
}

.textpresale {
    color: #04182D
}

.h-350 {
    height: 350px
}
.owl-nav button i {
    background: #9f9f9f;
    border: 1px;
    border-radius: 50%;
    color: #000;
    height: 34px;
    width: 34px;
    font-size: 20px;
    display: flex ;
    align-items: center;
    justify-content: center;
}


.bg-maindark {
    background: #06203a;
    border: 1px solid #fff
}

.tabsblock .nav .nav-item button {
    border: 1px solid #000;
    background: #20384f;
    box-shadow: 0 -4px 4px 0 #FFFFFF26 inset;
    margin: 5px 5px;
    color: #fff !important
}

.tabsblock .nav .nav-item button.active {
    background-color: #fff;
    color: #06203a !important;
    font-weight: 700
}

.numbered-box {
    width: 80px;
    height: 70px;
    background: linear-gradient(246.18deg, #DBEDFF 29.9%, #F1F8FF 70.1%);
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #2c5aa0;
    margin-left: 25px
}

.numbered-box::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 36px solid #fff0;
    border-bottom: 36px solid #fff0;
    border-right: 30px solid #e8f0ff
}

.numbered-box::after {
    content: '';
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 36px solid #fff0;
    border-bottom: 30px solid #fff0;
    border-right: 27px solid #4a90e2;
    z-index: -1
}

.end-minus-50 {
    right: -50px
}

.start-minus-80 {
    left: -80px
}

.numbered-box-left {
    width: 80px;
    height: 70px;
    background: linear-gradient(246.18deg, #DBEDFF 29.9%, #F1F8FF 70.1%);
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #2c5aa0;
    margin-left: 25px
}

.numbered-box-left::before {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 36px solid #fff0;
    border-bottom: 36px solid #fff0;
    border-left: 30px solid #e8f0ff
}

.numbered-box-left::after {
    content: '';
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 36px solid #fff0;
    border-bottom: 30px solid #fff0;
    border-left: 27px solid #4a90e2;
    z-index: -1
}

.arrowviewright {
    height: 100px;
    width: auto;
    transform: rotate(160deg);
    position: absolute;
    right: -73px;
    bottom: -55px;
    animation: moveDownnew 3s infinite alternate ease-in-out
}

.arrowviewleft {
    height: 100px;
    width: auto;
    position: absolute;
    left: -81px;
    bottom: -75px;
    transform: scaleY(-1) rotate(-26deg);
    animation: moveDown 3s infinite alternate ease-in-out
}

@keyframes moveDown {
    0% {
        transform: scaleY(-1) rotate(-15deg) translateY(0)
    }

    100% {
        transform: scaleY(-1) rotate(-15deg) translateY(20px)
    }
}

@keyframes moveDownnew {
    0% {
        transform: rotate(160deg) translateY(0)
    }

    100% {
        transform: rotate(160deg) translateY(20px)
    }
}

@media (max-width:480px) {
    .bg-imgpresale {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
}

.circle {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    transform: rotate(340deg)
}

.circle:before {
    content: "";
    position: absolute;
    background: url(https://d18do2qpuw9ik7.cloudfront.net/images/presalecircleneww.png);
    width: 100%;
    height: 100%;
    transform: rotate(21deg)
}

.inner-circle:after {
    content: "";
    background: #fff;
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 7px 8px #bbbbbb26
}

.inner-circle:before {
    content: "";
    background: #fdfdfd;
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    bottom: 0;
    box-shadow: 0 0 7px 8px #bbbbbb26;
    z-index: 9
}

.circlesection .labels {
    position: absolute;
    width: 500px;
    height: 500px;
    margin: 0 auto
}

.circlesection .label {
    position: absolute;
    width: 320px;
    text-align: center;
    font-size: 14px
}

.circlesection .label strong {
    color: #1f3f7f
}
.tab-button {
    margin-right: 5px;
        background: #f2f8ff;
        border-radius: 20px !important
}
.circlesection .label.left1 {
    top: -49px;
    right: -66px;
    transform: rotate(20deg);
    width: 439px
}

.circlesection .label.left2 {
    top: 116px;
    right: -261px;
    transform: rotate(20deg)
}

.circlesection .label.left3 {
    top: 245px;
    right: -281px;
    transform: rotate(20deg)
}

.circlesection .label.left4 {
    bottom: -3px;
    right: -185px;
    transform: rotate(20deg)
}

.circlesection .label.left5 {
    bottom: -172px;
    right: -119px;
    transform: rotate(20deg)
}

.circlesection .label.right1 {
    top: -113px;
    left: -140px;
    transform: rotate(20deg)
}

.circlesection .label.right2 {
    top: 4px;
    left: -260px;
    transform: rotate(20deg)
}

.circlesection .label.right3 {
    top: 170px;
    left: -289px;
    transform: rotate(20deg)
}

.circlesection .label.right4 {
    bottom: 66px;
    left: -208px;
    transform: rotate(20deg)
}

.circlesection .label.right5 {
    bottom: -79px;
    left: -22px;
    transform: rotate(20deg)
}

.pb-8 {
    padding-bottom: 8rem !important
}

.numberview {
    position: relative;
    width: 42px;
    height: 36px;
    background: #0d214f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 3
}

.circlesection .label strong {
    font-size: 15px
}

.circlesection .label p {
    font-size: 13px
}

.swipermain .swiper-slide {
    height: auto !important
}

.custom-icon {
    background: #9f9f9f;
    border: 1px;
    border-radius: 50%;
    color: #000;
    font-size: 13px;
    height: 34px;
    width: 34px
}

.left-10 {
    left: -10px
}

.right-10 {
    right: -10px
}

.linkhighligh {
    color: #055d8f;
    font-weight: 700
}

.w-10 {
    width: 10% !important
}

.w-15 {
    width: 15% !important
}

.w-20 {
    width: 20% !important
}

.w-85 {
    width: 85% !important
}

.w-90 {
    width: 90% !important
}
/* 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;
}

.one-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
      -webkit-line-clamp: 1;
    line-clamp: 1;
}
.two-line-text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.three-line-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.three-line-text, .two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width:993px) {
    .desktopview {
        display: block !important
    }

    .mobileview {
        display: none !important
    }
}

@media (max-width:992px) {
    .desktopview {
        display: none !important
    }

    .mobileview {
        display: block !important
    }
}

@media (min-width:768px) {
    .w-sm-75 {
        width: 75%
    }
}

@media (max-width:767px) {
    .w-m-100 {
        width: 100% !important
    }

    .pb-8 {
        padding-bottom: 0 !important
    }
}

@media (max-width:480px) {
    .bg-imgpresale {
        background-size: cover
    }

    .newnumber {
        background: #062039;
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 700
    }

    .centertable {
        display: none
    }

    .feature-image,
    .news-thumbnail {
        width: 100%;
        border-radius: 12px
    }

    .feature-image {
        height: auto
    }

    .contact-info-box .info-box-1 {
        justify-content: center;
        margin-bottom: 15px
    }

    .contact-info-box .info-box-1 .contact-info-item {
        width: auto
    }

    .contact-us-form {
        margin-left: 0
    }
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgb(0 0 0 / .15) !important
}

.animate-slide-right {
    animation: slideRight 1s ease-out
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.animate-slide-up {
    animation: slideUp 1s ease-out
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-slide-in {
    animation: slideIn 1s ease-out
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@media (prefers-reduced-motion:reduce) {

    .animate-slide-right,
    .animate-slide-up,
    .animate-fade-in,
    .animate-slide-in {
        animation: none
    }
}

@media (max-width:767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important
    }

    .listing_box {
        padding: 44px 40px
    }

    .box_left:before,
    .listing_box:before {
        display: none
    }

    .listing_box.box_left {
        border: 1px solid #2f2f2f;
        background-image: none;
        margin-bottom: 20px
    }

    .searchform button.search {
        color: #fff
    }

    .arrowviewright,
    .arrowviewleft {
        display: none
    }

    .w-m-100 {
        width: 100% !important
    }

    .presaleimage .h-350 {
        height: auto !important
    }
}


/* owl slider  */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -15px;
  background: transparent !important;
}
.owl-nav button.owl-next {
  right: -15px;
  background: transparent !important;

}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owlslisermain span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

.item {
    width: 100%;
}

.homeslidermain .owl-carousel .owl-stage{
        display: flex ;
    align-items: stretch;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #08233f;
    --bs-btn-border-color: #08233f;
}
/*profile*/

.profileview span, .profileview label {
    color: #000;
}
/*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;
}
.profilesticky {
    min-height: 100vh;
    position: sticky;
    top: 0;
        background-image: var(--bs-gradient) !important;
}

.profilesticky .nav-pills .nav-link {
    text-align: left;
}

.profilesticky  .nav-pills .nav-link.active {
    background: #ffffff;
    border-radius: 0;
    color: #000;
    border-right: none;
        width: 100%;
}
.profilesticky  .nav-pills{
        padding: 5px;
}
/*share modal*/
.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%;
}
.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;
}


 /* Modal custom style */
  .share-modal .modal-content {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }

  .share-modal .modal-header {
    border: none;
    padding-bottom: 0;
  }

  .share-modal .modal-footer {
    border: none;
    padding-top: 0;
  }

  .share-link {
    text-align: center;
  }

  .share-link input {
    text-align: center;
  }

  .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .social-icons a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease;
  }

  .social-icons a:hover {
    transform: scale(1.1);
  }

  .social-icons .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Social media brand colors */
  .icon-twitter { background-color: #000000; } /* X (Twitter) */
  .icon-reddit { background-color: #FF4500; }
  .icon-linkedin { background-color: #0077B5; }
  .icon-facebook { background-color: #1877F2; }
  .icon-whatsapp { background-color: #25D366; }
  .icon-telegram { background-color: #0088CC; }
  .icon-pinterest { background-color: #E60023; }
  .icon-copy { background-color: #6C757D; }

  .icon-circle i {
    color: #fff;
    font-size: 1.25rem;
  }

  .social-icons small {
    margin-top: 4px;
    font-size: 0.8rem;
  }

.likebtn {
    position: absolute;
    color: red;
    font-size: 11px;
    top: 32px;
    left: 0;
    width: fit-content;
}

.newscard-presale .newssinglegrid .card-header img {
    max-height: 223px;
    width: 100%;
}
.imagecard img {
    max-height: 74px;
}
