#top_home .landing-banner {
    height: auto;
}
#top_home .landing-banner .main-banner-container {
    padding: 7rem 0rem;
}

#top_home  .landing-banner {
    position: relative;
    width: 100%;
    inset-block-start: 0;
    background-position: center;
    background-repeat: no-repeat;
}

#top_home  .landing-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 14, 15, 0.7);
}

#top_home .landing-banner {
    background-image: url('../images/cover2.webp'); 
}

#top_home .hero-banner {
    background: linear-gradient(315deg, rgba(101, 0, 94, 1) 3%, rgba(60, 132, 206, 1) 38%, rgba(48, 238, 226, 1) 68%, rgb(117, 0, 0) 98%);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

#top_home .main-banner-container{
    padding: 120px 0 70px 0;
}

#top_home  .section {
    padding: 3.375rem 0;
    background-size: cover;
    position: relative;
}

#top_home  .landing-banner .landing-banner-heading {
    line-height: 1.25;
    font-size: 2.4rem;
    font-weight: 600;
}

#top_home  .landing-banner .landing-banner-heading {
    line-height: 1.25;
    text-shadow: 1px 1px var(--black-1);
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.landing-banner-heading{
    font-size: 3rem;
    color: #fff;
}

@media (max-width: 767.98px) {
    #top_home .landing-banner .main-banner-container {
        padding: 1rem 0rem;
    }
}

.custom-form-group {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-form-group .form-control {
    padding-inline-end: 3.75rem;
    padding-inline-start: 1.25rem;
    line-height: 2.25;
}

.form-control-lg {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

custom-form-group .form-control-lg ~ .custom-form-btn {
    inset-inline-end: 0.7rem;
}

.custom-form-group .custom-form-btn {
    position: absolute;
    inset-inline-end: 0.5rem;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--custom-white);
}

#header .header-top.fixed-header #top-menu>li>a {
    color: #000;
}

#header .header-top.fixed-header #desktop_logo h1 a {
    color: #000 !important;
}

#header .auth-actions {
    float: right;
}

#header .auth-actions .btn-login{
    background-color: #fff;
    border: #fff;
}

#header .auth-actions .btn-register{
    background-color: #4d7e96;
    border: #4d7e96;
    color: #fff;
}

#desktop_logo a{
    color: #fff !important;
}

.bg-dark {
    background-color: rgba(0,0,0,0.6) !important;
}

.footer-low-dark {
    background-color: rgba(0, 0, 0, 0.9) !important; 
}

.footer-low-dark p{
    color: #efefef !important
}

.footer-dark {
    background-color: rgba(17, 20, 19, 0.9) !important;
    
}

.footer-dark p{
    color: whitesmoke !important
}

.thumbnail-container .thumbnail-inner{
    height: 210px;
    width: 210px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail-container .thumbnail-inner img{
    object-fit: cover;
    height: 100% !important;
}

.mt-1{
    margin-top: 10px;
}

.mt-2{
    margin-top: 20px;
}

.mt-3{
    margin-top: 30px;
}

.mt-4{
    margin-top: 40px;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-1{
    margin-bottom: 10px;
}

.mb-2{
    margin-bottom: 20px;
}

.mb-3{
    margin-bottom: 30px;
}

.mb-4{
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important;
}

.text-white-900 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .9) !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}
.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}

#mobile_top_menu_wrapper a{
    color: #fff;
}