.text-white {
    color: white !important;
}

.text-nerd {
    color: #78ef80
}

.about_details {
    font-size: 16px;
}

.react-logo-div {
    background-color: #0c1329;
    width: 150px;
    height: 60px;
}

.port_project_gallery .grid-content h3 {
    font-size: 22px;
    color: #3fffac;
}

.vertical-center {
    min-height: 60vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.theme-switcher {
    right: 0;
    top: 50%;
    position: fixed;
    z-index: 1000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.port_contact_setions .port_contact_mainbox {
    background-color: #ffffff6e;
}

.port_services_box {
    height: 209px;
}

.port_navigation .nav_list li.active:nth-child(2)::before {
    background: #ffc4554f;
}

.port_navigation .nav_list li.active:nth-child(3)::before {
    background: #1bcae538;
}

.port_navigation .nav_list li.active:nth-child(4)::before {
    background: #b4ffc7a6;
}


.btn-dark {
    color: #fff;
    background-color: #04396f;
    border-color: #225b94;
}

/* Let's get this party started */
.flexcroll::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(124, 243, 134, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}