/*===============================================
 
 
================================================*/

/*TABLE OF CONTENTS*/

/*=====================
 


=======================*/

/*--==================================
            start header area
    -=================================*/

.choose-section.style-two .choose-btn a {
    padding: 14px 15px !important
}

.blog-section.style-two .single-blog-box {
    border: solid 1px #181873;
}

.blog-section.style-two .blog-content {
    padding: 19px 15px 22px 15px !important
}

.blog-section.style-two .blog-thumb img {
    height: 220px !important
}

.fl-design {
    position: relative;
    margin-top: -120px;
    z-index: 999;
}

.mean-container .mean-nav ul li {
    background: #070247;
}

.mean-container .mean-nav ul li a:hover {
    background: #050041 none repeat scroll 0 0 !important;
}

.mean-container .mean-bar {
    background: #070247 !important;
    min-height: 70px !important;
}

.blh1 {
    font-size: 36px !important;
    color: #000 !important
}

#sticky-header {
    background-color: transparent;
    /* Initial color */
    transition: background-color 3s ease, box-shadow 3s ease;
    /* Smooth transition */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* Styles when sticky is active */

#sticky-header.sticky {
    background-color: rgba(255, 255, 255, 0.9);
    /* Sticky color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Optional shadow for a smoother effect */
    border-bottom: 1px solid #2D305B !important;
}

.sticky-nav {
    animation-name: none !important;
    background: #070247 !important;
}

/* Basic styles for the header */

.header-area {
    position: relative;
    z-index: 9999;
    width: 100%;
}

/* Add a background color and shadow when the navbar becomes sticky */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #333;
    /* Adjust this color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Padding adjustments for content when navbar is sticky */

.sticky+.content {
    padding-top: 80px;
    /* Adjust according to the height of your navbar */
}

/* Optional: Add smooth scrolling effect for menu */

.nav_scroll a {
    transition: color 0.3s ease;
}

/* Change color when menu items are hovered */

.nav_scroll a:hover {
    color: #fff;
    /* Adjust according to your theme */
}

.mean-container .mean-bar::before {
    /*color: #fff;
  content: "XPO";
  font-size: 22px;
  font-weight: 800;
  left: 10px;
  position: absolute;
  top: 18px;*/
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    width: 96px;
    height: 60px;
    background-image: url(assets/images/logo-white.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.lsticky {
    /* text-align: -webkit-right !important; */
}

.header-area {
    padding: 12px 0px 12px !important
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.7
}

.carousel-control-next {
    right: -25px;
    background: #090097;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.carousel-control-prev {
    left: -25px;
    background: #090097;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.single-feature-box {
    text-align: center;
    margin: 0 auto;
}

.single-feature-box .feature-thumb img {
    max-width: 100%;
    height: auto;
}

.carousel {
    width: 100%;
    max-width: 400px;
    /* Optional: Limit the width for better mobile experience */
    margin: auto;
}

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

.total-bg {
    background-color: rgb(1, 53, 126, 0.7);
    padding: 20px 30px;
    border-radius: 8px
}

.total-bg1 {
    background-color: rgb(1, 53, 126, 0.7);
    padding: 20px 30px;
    border-radius: 8px
}

.top-trade-text {
    background: #5ab3ff;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 14px;
    border-radious: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}

.top-trade-text1 {
    background: #47dba7;
    color: #393939;
    font-weight: bold;
    padding: 7px 14px;
    border-radious: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}

.top-trade-text2 {
    background: #ffc107;
    color: #393939;
    font-weight: bold;
    padding: 7px 28px;
    border-radious: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}

.countdown-area1 {
    background: rgb(1, 53, 126, 0.7);
    width: 63%;
    padding: 30px 0 23px;
    z-index: 22;
    border-radius: 7px;
    position: absolute;
    top: 83%;
    left: -140px;
}

.slider-area.style-five .hero-shape4 {
    left: -132px
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-carousel .btn-prev,
.owl-carousel .btn-next {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.owl-carousel .btn-prev {
    left: -40px;
    /* Adjust positioning */
}

.owl-carousel .btn-next {
    right: -40px;
    /* Adjust positioning */
}

.owl-carousel .btn-prev:hover,
.owl-carousel .btn-next:hover {
    background-color: #555;
}

.owl-carousel .btn-prev,
.owl-carousel .btn-next {
    background-color: #37a3fe61;
    padding: 5px 15px
}

.owl-carousel .owl-dot {
    display: none
}

.single-feature-box {
    min-height: 235px !important
}

.tsty {
    color: #45a8ff;
}

.sty {
    width: 40px;
    height: 40px;
    background-color: #37a3fe0d;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
}

.sty1 {
    width: 25px;
    height: 25px;
    background-color: #37a3fe0d;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    left: 75px;
}

.b-color {
    color: #0194fc
}

.b-le {
    border-left: solid 1px #798dff3d;
}

.b-top {
    border-top: solid 1px #798dff3d;
}

.token-section.style-four .token-content {
    padding: 6px 0 0;
}

.token-section.style-four .single-token-box {
    padding: 30px 27px 30px;
}

.tsize {
    font-size: 14px !important
}

.tbtext {
    text-align: left !important;
    color: antiquewhite !important;
    margin-bottom: 10px;
    padding: 39px 33px 21px;
    right: 0;
    background: rgb(35, 24, 117, 0.3);
    box-shadow: 6px 0 21px rgb(0 0 0 / 14%);
    transition: 0.5s;
    z-index: 1;
    display: table-row;
}

.table td,
.table th {
    border-top: 0px;
    color: #a2bbd2 !important;
}

.table tr th {
    color: #fff !important;
}

.tsm {
    font-size: 12px;
    font-weight: 300 !important
}

.iborder {
    border: solid 3px #dfdfdf;
}

.crbtn {
    background: #37a3fe59;
    border-radius: 4px;
    padding: 2px 6px;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    ;
}

.crwidth {
    min-width: 340px !important;
}

/*.crwidth2 {
  min-width: 180px !important;
}*/

.pstyle {
    padding-top: 80px
}

.hr {
    margin: 10px 0;
    padding: 0px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 0px;
}

.b-text {
    color: #a2a2a5
}

.pst {
    padding-top: 70px
}

.top-trade-text {
    background: #c2f4ff21 !important;
}

.top-trade-text1 {
    background: #c2f4ff21 !important;
    color: #fff !important
}

.top-trade-text2 {
    background: #0265b9;
    color: #fff;
}

.blogstyle {}

.blogstyle a {
    color: #007bff !important;
    line-height: 18px !important;
    font-size: 14px !important;
}

.slider-area.style-five .slider-content h1 {
    font-size: 36px !important
}

.ptext {
    width: 70% !important
}

.other.xsty {
    background-image: url("assets/images/x-icon.png");
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}

.mean-container .mean-nav ul li a {
    background: #070247;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.mean-container .mean-nav ul li {
    border: none !important;
}

.mean-container .mean-nav ul li a {
    padding: 0.6em 7% !important;
    letter-spacing: 0.8px !important;
}

.mean-container .mean-nav {
    margin-top: 20px !important;
    /*margin-top: 72px !important;
        position: fixed;*/
}

.mbde {
    font-size: 10px !important;
    padding-right: 8px;
    color: #efbe11ad !important
}

.mobile-menu-area {
    background: #070247 none repeat scroll 0 0 !important;
}

.mean-container .mean-bar {
    position: fixed !important
}

@media screen and (max-width: 1600px) {
    .cryptozen_menu ul li a {
        /* padding: 10px 8px !important;*/
        padding: 4px 8px 4px !important;
    }
    .header-btn {
        top: 0px !important;
    }
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-prev {
        left: 0px;
    }
}

.table thead th {
    border-bottom: 2px solid #dee2e63b
}

.blog-thumb img {
    max-height: 225px !important;
}

@media screen and (max-width: 1440px) {
    .slider-area.style-five .hero-shape7 {
        right: 53px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .wset {
        position: relative;
        /* left: -176px !important */
    }
}

@media screen and (max-width: 768px) {
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-prev {
        left: 0px;
    }
    .carousel-inner {
        justify-content: space-between !important
    }
    .mean-container .mean-nav {
        margin-top: 30px !important
    }
    .fl-design {
        position: relative;
        margin-top: 10px !important;
        z-index: 999;
    }
    .flex-fill:first-child {
        width: 100%;
    }
    .modal {
        top: 83px !important
    }
    .modal-open .modal {
        top: 83px !important
    }
    .modal.fade .modal-dialog {
        width: 93% !important
    }
    @media screen and (max-width: 576px) {
        .slider-area.style-five .hero-shape7 {
            right: 0px;
            top: 231px;
        }
        .slider-area.style-five .hero-shape4 {
            left: 0px
        }
        .countdown-area1 {
            background: rgb(1, 53, 126, 0.7);
            width: 63%;
            padding: 30px 0 23px;
            z-index: 22;
            border-radius: 7px;
            position: absolute;
            top: 87%;
            left: 20px;
        }
        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled {
            display: block !important
        }
        .slider-area.style-five {
            margin-top: -50px !important;
        }
        .mdis {
            display: none;
        }
        .pstyle {
            padding-top: 0px !important
        }
        .breatcome-area {
            padding: 0px !important
        }
        .pst {
            padding-top: 10px
        }
        .slider-area.style-five .slider-content h1 {
            font-size: 30px !important
        }
        .apple {
            display: none !important
        }
        .call-section span.more {
            top: 0px !important
        }
        .about-section.style-three .about-shape {
            display: none;
        }
        .service-section.style-three .service-content h3 {
            font-size: 20px;
            font-weight: 600;
            margin: 0 10px 12px;
        }
        .service-content p {
            margin: 0px 12px
        }
        .blog-section.style-two .blog-title h2 {
            margin-bottom: 3px
        }
        .blog-btn {
            margin-top: -10px
        }
        .blog-title {
            margin-top: -15px;
        }
        .tcenter {
            text-align: center !important
        }
        .dreamit-section-sub-title {
            text-align: center !important
        }
        .res-align {
            text-align: center !important;
            width: 100% !important;
        }
        /*.mean-container .mean-nav{margin-top: 20px !important}*/
        .slider-area.style-five .container {
            padding-top: 30px !important
        }
        .total-bg {
            background-color: rgb(1 53 126 / 87%) !important;
            margin-top: -23% ;
        }
        .countdown-area1 {
            margin-top: 13px !important;
        }
      
        .mtcenter {
            text-align: center !important
        }
        .pb-20 {
            margin-bottom: -40px !important
        }
        .a11 {
            font-size: 22px !important
        }
        .alll {
            padding-top: 30px;
        }
        .modal {
            top: 83px !important;
        }
        .modal-open .modal {
            top: 83px !important;
        }
        .modal.fade .modal-dialog {
            width: 93% !important;
        }
    }