body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif; 
    background: linear-gradient(180deg,#240044 0,#0f0240 25%,#400959 40%,#0f0240 65%,#0f0240);
}

* {
    transition: all 0.3s;
}

a {
    color: #fd961a;
    text-decoration: none;
}

.k-cl {
    color: #fd961a;
}

/* header area css*/

.nav {
    padding: 30px 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background: #0f0240 ;
    padding: 15px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img {
    width: 60px;
} 


.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}
 

.navbar a.nav-link:hover {
    color: #fd961a;
    transition: all 0.2s;
}

.navbar-nav {
    align-items: center;
}

.navbar-brand {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

 

.btn-outline {
    background-color: transparent;
    border: solid 1px #fd961a;
    padding: 15px 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.btn-outline:hover {
    background-color: #fd961a;
    border: solid 1px #fd961a;
    color: #fff;
    transition: all 0.3s;
}


.sticky .btn-outline {
    background-color: #fd961a;
    border: solid 1px #fd961a;
    color: #fff;
}

.btn-one {
    background-color: #fd961a;
    border: solid 1px #fd961a;
    padding: 15px 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight:600;
}

.btn-one:hover {
    background-color: transparent;
    border: solid 1px #fd961a;
    transition: all 0.3s;
}

.banner-area .fa-play {
    background-color: #fff;
    padding: 20px 22px;
    border-radius: 50%;
}

.about-area .nav-tabs .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0; 
    outline: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.about-area .nav-tabs {
    border-bottom: 0
}
 

.about-area .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fd961a;
    border: 0;
}


ul.check-list li {
    padding-bottom: 12px;
    display: inline-block;
    width: 100%;
}

ul.check-list li p {
    padding-left: 10px;
    width: calc(100% - 18px);
    float: left;
    margin-bottom: 0;
}

ul.check-list li span {
    background: #fff;
    color:  #fd961a;
}

ul.check-list li span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    display: block;
    text-align: center;
    float: left;
    position: relative;
    top: 4px;
}








.k-card {
    background-color: #ffffff0d;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.k-card:hover { 
    transform: translateY(-25px);
    transition: all 0.3s;
}

.k-card .icon-box {
    color: #fd961a;
    background-color: rgba(253, 150, 26, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%; 
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-card:hover .icon-box {
    color: #fff;
    background-color: #fd961a;
    transition: all 0.2s;
}

.k-card a:hover {
    color: #fff;
    transition: all 0.2s;
}

.k-card a:hover i {
    padding-left: 10px;
    transition: all 0.2s;
}

.k-card-two {
    background-color: #ffffff0d;
    border-radius: 10px;
    padding: 45px 30px;
    position: relative;
    margin-right: 50px;
}

.k-card-two .num {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    background-color:  #fd961a;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog {
    background-color: #ffffff0d;
    border-radius: 10px; 
    transition: all 0.3s;
}


.blog img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.3s;
    
}

.blog .img-box {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s;
}

.blog:hover img  {
    transform: scale(1.2);
    transition: all 0.3s;
}

 .tag {
     background-color:  #fd961a;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-one {
    border-radius: 10px;
    position: relative;
}

.blog-one img {
    border-radius: 10px;
}

.blog-one .content {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.overly {
    background-color: rgba(253, 150, 26, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.footer img {
    width: 100px;
}

.footer a {
    color: #f8f9fa;
}

.footer a:hover {
    color: #fd961a;
    transition: all 0.2s;
    padding-left: 8px;
}

.table img {
    width: 50px;
}

.table-responsive {
    background-color: #ffffff0d;
    padding: 20px;
    border-radius: 10px;
}

.table-responsive tr {
    line-height: 60px;
}
 
.table>thead {
    vertical-align: bottom;
    border-bottom: solid 1px rgba(239, 239, 239, 0.1);
}

.nav-pills .nav-link {
    background-color: #ffffff0d; 
    padding: 14px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fd961a;
}

.faq-area .accordion *{
    background-color: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
}


.faq-area button.accordion-button {
    background-color: #ffffff0d !important;
    margin: 20px 0;
}
 

.owl-carousel.owl-loading {
    opacity: 1;
    display: block;
}

.owl-carousel .owl-stage-outer {  
    padding: 50px 50px 0 0;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #fd961a;
}


#market th, #market td {
    background-color: transparent;
    color: #fff;
}

.accordion-button::after {
    background-image:url(images/dropdown.svg)
}

.accordion-button:not(.collapsed)::after {
    background-image:url(images/dropdown2.svg)
}

@media screen and (max-width: 600px) { 

    .container{
        overflow-x: hidden;
    }
    
    .table-responsive td {
        min-width: 200px !important;
    }
    
    .nav-pills .nav-link {
        margin: 10px;
    }
    
    .banner-area a{
        display: block;
        margin: 20px;
    }
    
    .navbar-toggler {
        color: #fff;
    }
    
    .sticky .navbar-toggler {
        color: #fff;
    }
}
