.form-group > div.tk-searchbtn {
    text-align: center;
}

.tk-searchbtn a {
    width: 30%;
}

.noUi-horizontal .noUi-handle {
    background: #D12A21;
}

.noUi-connect {
    background: #D12A21;
}

input[type="text"],
textarea,
select {
    background-color: #333; /* Background color */
    border: 1px solid #fff; /* White border */
    color: #fff; /* Text color */
    caret-color: #fff; /* Cursor color */
    border-radius: 5px;
}

input[type="text"]:focus,
textarea:focus,
select:focus {
    background-color: #333; /* Background color */
    border: 1px solid #fff; /* White border */
    color: #fff; /* Text color */
    caret-color: #fff; /* Cursor color */
    border-radius: 5px;
}

.tk-rangeslider-two {
    background: #333;
}

/* Set background color to #333 for select dropdowns */
.tk-select select, .tb-select select {
    background-color: #333;
    color: #fff; /* Set text color to white */
    border: 1px solid #fff; /* Set white border */
    border-radius: 5px; /* Set border radius */
}

/* Set background color to #333 for select2 dropdowns */
.select2-container .select2-selection--single {
    background-color: #333;
    color: #fff; /* Set text color to white */
    border: 1px solid #fff; /* Set white border */
    border-radius: 5px; /* Set border radius */
}

/* Set background color to #333 for select2 dropdowns when opened */
.select2-container--open .select2-dropdown {
    background-color: #333;
    color: #fff; /* Set text color to white */
}

/* Set background color to #333 for select2 dropdown options */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    border-radius: 4px;
    background-color: #D12A21
}

.select2-results__option:hover {
    background-color: #D12A21; /* Set background color */
    color: #fff; /* Set text color to white */
}

.select2-results__option[aria-selected] {
    padding: 10px 15px;
    line-height: 22px;
    color: #fff;
}

.tk-bannerv5::before {
    background-color: #000;
    display: none;
}

.tk-opportunities-sec {
    background-color: #1f1f1f!important;
    color: #fff;
    border-radius: 100px 0 0 0;
}


.tk-main-title-holder .tk-maintitle h2 {
    color: #fff;
}

.tk-themenav_signbtn .tk-btn-solid-sm:first-child{
    width:100px!important;
}

h1 {
    font-family: "helvetica"!important;
    font-weight: 800;
    font-size: 61px;
    line-height: 62px;
    word-spacing: -6px;
}

.tk-motivation_list .container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.opportunities-text-wrapper {
    padding: 0px 30px;
}

.opportunities-text-wrapper h5 {
    color: #fff;
}

a.tk-btn-yellow-lg{
    background-color: #D12A21!important;
    border:none;
    border-radius:117px;
    padding:0 38px;
    color:white;

}

.tk-experince-section {
    background-color: #000;
}

.tk-main-title-holder.tk-sectionapptitle h2 {
    color: #fff;
}

.tk-footerlogo img {
    max-width: unset;
    width: 198px;
}

.tk-ourexperience {
    height: 1000px;
    display: flex;
    align-items: center;
}

.tk-ourexperience .container {
    background: #333;
    border-radius: 80px;
}

.tk-ourexperience .container .align-self-end {
    text-align: right;
    padding: 0;
}

.tk-ourexperience .container .align-items-center {
    padding-left: 73px;
}

.tk-appiamge1 {
    margin-bottom: 0px;
    margin: 0px
}

.tk-ourexperience .tk-btn-holder {
    margin-top: 20px;
}

.tk-btn-yellow1-lg {
    background: transparent;
}

.tk-categoriessection {
    background-color: #333;
}

.tk-categoriessection .row.justify-content-center{
    background-color: #000;
    background-image:  url(../images/joystick.png);
    background-repeat: no-repeat;
    color: #fff;
}

.tk-categoriessection h2, h5 a {
    color: #fff;
}

.tk-category_list > ul {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tk-category_list  ul li a span {
    color: #fff;
}

.tk-category_img img {
    width: 100%;
    height: unset;
    display: block;
    object-fit: cover;
}

.tk-category_img {
    display: flex;
    align-items: center;
}

.logo_transparent {
    margin-left: -20%;
}

.tk-category_childlist li em {
    background-color: #D12A21;
    border-radius: 50%;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}

.tk-category_childlist .tk-explore-features {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
}

.tk-category_childlist li.tk-explore-features strong a {
    color: #fff;
}

.tk-category_childlist li.tk-explore-features {
    padding: 10px 20px 10px;
    text-align: center;
    width: 80%;
}

.navbar-dark.bg-dark{
    background-color: #000 !important;
    color: #fff !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.navbar-dark .navbar-nav .nav-item{
    margin-right: 1.4rem;
}

.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}

.navbar-dark .search-wrapper {
    position: relative;
    display: flex;
    margin-left: -1rem;
}

.navbar-dark .search-wrapper .form-control {
    border: 1px solid #EBEBEB;
    color: #fff;
    min-width: 16rem;
    padding-right: 2.5rem; /* Add padding to make space for the icon inside the input */
    border-radius: 6.2rem !important; /* Bootstrap 5 uses !important for border-radius so we need to override it with !important */
}

.navbar-dark .search-wrapper .form-control::placeholder{
    color: #fff;
}

.navbar-dark .search-wrapper .search-icon {
    position: absolute;
    right: 1rem; /* Position from the right */
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}

.header-section {
    background-color: transparent; /* Replace with the desired background color */
    color: white;
    padding: 3rem 1rem; /* Adjust the padding as needed */
}

.header-content > h1{
    font-weight: 600;
}

.header-buttons .btn {
    margin-right: 1rem;
}

.header-section .img-bg{
    flex: 0 0 auto;
    width: 59%;
    background: url(/images/header.jpeg) center center / cover no-repeat;
    border-top-left-radius: 150px;
    z-index: 2;
    margin-right: -12.5rem !important;
    margin-bottom: -12.5rem !important;
    position: relative;
}

.eclipse-image {
    background-image: url(../images/eclipse.png);
    width: 43rem;
    position: absolute;
    z-index: 1;
    top: 22rem;
    height: 25rem;
    left: 34.5rem;
    opacity: 0.6;
}

.searchContainer{
    z-index: 5;
}

.search-container, .categories-info-wrapper, .projects-container{
    background-color: #1F1F1F;
    border-radius: 3rem;
}

.project-card-container{
    background-color: #000;
    border-radius: 1rem;
    position: relative;
}

.project-card-badge{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 1rem 0 1rem;
    z-index: 2;
}

.project-card-badge-rate{
    position: absolute;
    top: 0;
    right: 6rem;
    border-radius: 0 1rem 0 1rem;
    font-size: 14px;
    font-weight: 600
}

.project-page .col-lg-8 h5{
    font-weight: 600;
}

.project-page h5[aria-expanded="false"] img{
    transform: rotate(0deg);
}

.project-page h5[aria-expanded="true"] img{
    transform: rotate(180deg);
}

.projects-container{
    padding-bottom: 6rem;
}

.range-container {
    position: relative;
    width: 100%;
}

.range-container input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    margin: 20px 0;
}

.range-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #D12A21;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.range-container input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: linear-gradient(to right, #D12A21 0%, #D12A21 50%, white 50%, white 100%);
    border-radius: 5px;
}

.range-container input[type="range"]::before,
.range-container input[type="range"]::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #D12A21;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.range-container input[type="range"]::after{
    background-color: #fff !important;
}

.range-container input[type="range"]::before {
    left: 0;
}

.range-container input[type="range"]::after {
    right: 0;
}

.search-container button[type="submit"]{
    font-weight: bold;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.search-container input[type="text"], .search-container select{
    border: 1.03px solid #EBEBEB !important;
    background-color: #333333 !important;
    color: #C1C1C1 !important;
}

.search-container select{
    background-image: url("../images/down.svg"); /* Replace with your icon URL */
    background-repeat: no-repeat;
    background-position: 95% 50%; /* Adjust icon position */
    background-size: 1.5em;
}

.search-container input[type="text"]{
    border-right: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.search-container .input-group-text{
    border-left: 0 !important;
    /*  border top left and bottom left needs to be not rounded*/
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.info-container{
    margin-top: -6rem;
}

.info-container > .container{
    border-radius: 7rem !important;
}

.categories-info-wrapper{
    margin-left: .6rem !important;
    border-radius: 8rem 0 8rem 8rem;
    margin-right: 0 !important
}

h1, h2, h3, h4, h5, p{
    color: #fff;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Helvetica", sans-serif;
}

.categories-container{
    background-color: #000;
    border-radius: 1.5rem;
    /*  Add an image background on the containers bottom with full width*/
    background-image: url(../images/joystick.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.category-card{
    border-radius: 1.2rem;
}

.btn-secondary{
    background-color: #333333 !important;
}

.footer-container{
    background-color: #000;
    border-radius: 3rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.footer-container .socials > span{
    display: inline-block;
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    border-radius: 50%; /* This creates the circle */
    text-align: center;
    line-height: 44px;
}
.footer-container .socials > span i {
    font-size: 24px; /* Adjust as needed */
}

.studio-page{
    background-image: linear-gradient(to bottom, #000, #1F1F1F);
}

body.studio-page .bg-black-100{
    background: inherit !important;
}

.studio-container{
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.studio-container.project-page{
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.studio-container.project-page .small{
    font-weight: 400;
    font-size: 0.7rem;
}

.studio-page .studio-profile-card{
    background-color: #1F1F1F;
    border-radius: 1rem;
    position: relative;
}

.studio-page .studio-profile-card .check-icon{
    height: 25px;
    width: 25px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 50%;
    background-color: #D12A21;
    line-height: 23px;
    text-align: center;
}

.studio-page .studio-profile-card .check-icon-freelance{
    height: 25px;
    width: 25px;
    position: absolute;
    top: 6px;
    right: -4px;
    border-radius: 50%;
    background-color: #D12A21;
    line-height: 23px;
    text-align: center;
}

.studio-about, .studio-tags, .studio-projects, .studio-reviews{
    background-color: #1F1F1F;
    border-radius: 1rem;
}

.nav-pills .nav-link.active{
    border-radius: .9rem;
    background-color: #D12A21;
}
.nav-pills .nav-link.freelance.active{
    border-radius: .9rem;
    background-color: #000000;
}

.nav-link{
    color: #fff;
}

.tk-skills-tags > li > a{
    background-color: #282828;
    color: #fff;
    font-size: 0.9rem;
    border: none;
}

.studio-projects .project-description ul, .studio-projects .project-description ol, .studio-projects .project-description li{
    color: #fff !important;
}

.studio-projects .tk-skills-tags > li > a{
    font-size: .7rem !important;
}

.load-more{
    background-color: #2F2F2F;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.studio-reviews .review-border-top{
    border-top: 1px solid #494949;
}

.project-title{
    font-size: 1.8rem;
}

.project-description li{
    color: #fff;
}

.requirements .requirement > .col-lg-2{
    background-color: #D12A21;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.requirements .requirement > .col-lg-9{
    background-color: #282828;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.btn-danger{
    background-color: #D12A21 !important;
}

.btn{
    font-family: Inter, sans-serif;
    font-size: 17.68px;
    font-weight: 600;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

body{
    font-family: "Inter", sans-serif !important;
}

.card-custom{
    min-width: 315px;
    margin: 10px;
}

.btn-secondary{
    border-color: #333333 !important;
}

.display-{
    display: flex;
}

.padding-custom{
    padding: 30px 30px;
}

.img-res{
    height: auto
}

.padding-custom-inner{
    padding: 30px 80px !important ;
}

.res-img{
    display: none;
}

.custom-padding-container{
    padding-left: 50px !important
}

.custom-navbar{
    margin-right: auto !important;
    margin-left: 40px
}

.show-button{
    display: none
}

@media (max-width: 1550px) {
    .eclipse-image{
        left: 17.5rem
    }
}
@media (max-width: 1520px) {
    .header-section .img-bg{

        width: 54%;
    }
}
@media (max-width: 1399px) {
    .eclipse-image{
        top: 27rem
    }

    .img-res{
        height: 557px
    }

    .header-section .img-bg{
        width: 59%;
    }
}

@media (max-width: 1315px) {
    .header-section .img-bg{

        width: 54%;
    }
}
@media (max-width: 1200px) {

    .display-{
        display: ruby;
    }

    .img-res{
        height: 600px
    }

    .eclipse-image{
        top: 33rem
    }

    .search-wrapper{
        display: none !important;
    }
    .res-img{
        display: block;
    }
}
@media (max-width: 992px) {
    .img-res{
        height: auto;
        width: 100%;
    }
    .hide-button{
        display: none
    }
    .show-button{
        display: block;
    }
    .custom-navbar{
        margin-left: 0px
    }
}
@media (max-width: 450px) {
    .card-custom{
        min-width: 280px;
    }
    .padding-custom{
        padding: 30px 10px;
    }

    .custom-padding-container{
        padding-left: 0 !important
    }

    .categories-info-wrapper{
        margin-left: 0 !important;
        margin-right: 0 !important
    }

}

@media (max-width: 992px) {
    .header-section .img-bg{
        display: none;
    }

    .eclipse-image {
        display: none;
    }
    .search-container div.col-lg-12.py-5.text-center > button{
        width: 100%;
    }
    .categories-info-wrapper .col-lg-8 p button{
        width: 100%;
    }

    .categories-container .col-lg-12 button{
        width: 100%;
    }

    .projects-container .col-lg-3.text-lg-end a{
        width: 100%;
    }

    .project-card .info{
        flex-direction: column;
    }

    .project-card .card-footer{
        flex-direction: column;
    }

    .project-card .card-footer a{
        width: 100%;
    }

    .studio-container {
        padding-top: 3rem;
    }

}

.thumbnails-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust the gap between thumbnails */
}

.thumbnail {
    width: 166px; /* Thumbnail width */
    height: 115px; /* Thumbnail height */
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.freelancers-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.freelancers-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.freelancer-card {
    border: 1px #494949 solid;
    display: flex;
    border-radius: 14px;
    flex-direction: column;
    width: 200px;
    height: 180px;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 0 0 0;
}

.freelancer-img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    border-radius: 50%;
    width: 80px;
}

.freelancer-text {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}

.min-h-screen {
    background-color: #000;
}

h1, h2, h3, h4, h5, h6, p {
    color: #fff!important;
}

.min-h-screen {
    background-color: #000;
}

.btn-danger a {
    color: #fff;
}

.tk-label {
    color: #fff;
}

.tk-lost-password span {
    color: #fff;
}

.tk-lost-password span a {
    color: #D12A21;
}

.form-check-label {
    color: #fff;
}

.tk-scetiondb {
    background-color: #000;
}

.tk-project-box.tk-employerproject {
    background-color: #333;
}

.tk-btn-signin {
    border-radius: 90px;
}

.tk-invite-bidbtn {
    color: #fff;
    background-color: #D12A21;
    border-radius: 90px;
}

.tk-blog-tags {
    color: #fff;
    border-radius: 100px;
    background-color: #282828;
    border: none;
}

.tk-actionselect span, .tk-price-two span {
    color: #fff;
}

.tk-freelancer-content-two a {
    color: #D12A21;
}

.tk-blogviewdatessm {
    color: white;
}

#search_by_keyword {
    border: none;
    color: #fff;
}

.tk-blogviewdatessm li span {
    color: #fff;
}

.icon-eye {
    color: #fff;
}

.tk-select {
    color: #fff;
}

.tk-select select {
    color: #fff;
    background-color: #333;
    border: none;
}

.tk-select option {
    color: #fff;
    background-color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: #333;
}

.select2-container--default .select2-results__option {
    color: #fff;
    background-color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.tk-searchproject-section.tk-main-bg {
    background-color: #000;
}

.tk-project-wrapper-two .tk-project-box, .tk-project-wrapper-two > .tk-employerproject {
    background-color: #333;
}

.tk-price span {
    color: #fff;
}

.tk-verified-info > a  {
    color: #D12A21;
}

.tk-categoriessection h2, h5 a {
    font-weight: bold;
}

.tk-template-view li span{
    color: #fff;
}

.tk-template-view li i {
    color: #fff;
}

.tk-blogviewdatessm li > span i {
    color: #fff;
}

.tk-categoriesfilter .form-check-label span {
    color: #fff;
}

.tk-asidetitle h5::after {
    color: #fff;
}

.freelancer-card .freelancer-review {
    color: #fff;
    font-size: 10px;
}

.link {
    color: #D12A21!important;
}

.v-navbar.navbar a {
    color: #fff;
}

.v-navbar .navbar-toggler {
    width: 48px;
    height: 48px;
    outline: 0;
    color: #fff;
    box-shadow: none;
    border-radius: 10px;
    background-color: #D12A21;
}

#main a {
    color: #D12A21;
}

#main .subcategories .list-group-item a {
    color: #D12A21;
}

#main .list-group-item {
    background-color: #333;
    border-radius: 10px;
}

#main .list-group-item p {
    color: #fff!important;
}

#main .category .subcategories {
    background-color: #000;
}

nav .navbar-nav .nav-item a, .navbar-brand {
    color: #D12A21!important;
    font-weight: bold;
}

#main .breadcrumb li {
    color: #fff;
}

#main .tk-btn-signin {
    color: #fff;
}

.v-category-show .tk-btn-signin a {
    color: #fff!important;
}

#main .list-group-item {
    color: #fff;
}

#main #create-thread .btn-login {
    margin-right: 4px;
}

#main .card {
    border: unset;
    border-radius: 5px;
    background-color: #000;
}

#main .card-header {
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}

#main .card-body {
    background-color: #555;
    color: #fff;
}

#main .subcategories {
    margin-left: 2rem;
}

#main .modal-header {
    background-color: #333;
}

#main .modal-body {
    background-color: #000;
}

#main .modal-content {
    background-color: #000;
}

.tk-signupform input[type="text"], .tk-signupform textarea, .tk-signupform select {
    color: #000;
    caret-color: #000;
}
