@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
    --main:#b0662d;
    --second:#175812;
    --muted:#6c757d;
    --dark:#161207;
    --yellow:#f1e15a;
    --light-yellow:#f7e594;
    --light:#f7f7f7;
    --white:#fff;
    --br-sm:0.35rem;
    --br:0.5rem;
    --br-lg:0.75rem;
    --dashboard-sidebar-width:250px;
}
a{
    color: var(--main);
    font-weight: 500;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    line-height: 1.75;
    font-family: 'Inter', sans-serif;
}
a{
    text-decoration: none;
}
.btn{
    padding: 0.5rem 2rem !important;
    border-radius: 2rem !important;
}
.btn-block{
    width: 100%;
    display: block;
    text-align: center;
}
.btn-main,.btn-outline-main:hover{
    background-color: var(--main);
    border: 1px solid var(--main);
    color: var(--white) !important;
}
.btn-outline-main,.btn-main:hover{
    border: 1px solid var(--main);
    background-color: var(--white);
    color: var(--main) !important;
}
.auth-btn{
    border-radius: var(--br) !important;
}
h1,h2,h3{
    font-weight: 700;
    color: var(--dark);
}
h4,h5,h6{
    font-weight: 500;
}
h1{
    font-size: 2.5rem;
}
h2{
    font-size: 2rem;
}
h3{
    font-size:1.75rem;
}
h4{
    font-size: 1.5rem;
}
h5{
    font-size: 1.25rem;
}
h6{
    font-size: 1.125rem;
}
.navbar-transparent{
    background-color: transparent !important;
    margin-bottom: -62px;
}
.navbar .nav-link{
    margin: 0 0 0 1rem;
    font-weight: 500;
}
.navbar-transparent .nav-link:not(.btn){
    color: var(--white) !important;
}
.hero-bg{
    background-size: cover;
    background-position: bottom;
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    padding: 7.5rem 0 7rem !important;
    position: relative;
}
.hero-bg-1{
    background-image: url('../img/pexels-mikhail-nilov-9366508.jpg');
}
.hero-bg-2{
    background-image: url('../img/pexels-mikhail-nilov-9366508.jpg');
}
.hero-bg-3{
    background-image: url('../img/pexels-mikhail-nilov-9366508.jpg');
}
.contact-us{
    background-image: url('../img/contact.jpg');
    padding: 6rem 0 5rem !important;
    min-height: unset;
    background-position: center;
}
.golf-course,.range-dividers,.golf-flooring,.outfield-golf-targets,.distance-marker,.artificial-turf,.activations,.pro-clock, .thika-green, .golf-park,.matchplay{
    padding: 6rem 0rem !important;
    min-height: unset;
    background-position: center;
}
.golf-course{
    background-image: url('../img/golf-course.jpg');
}
.range-dividers{
    background-image: url('../img/range-divider.jpg');
}
.golf-flooring{
    background-image: url('../img/golf-flooring.jpg');
}
.outfield-golf-targets{
    background-image: url('../img/outfield-golf-targets.jpg');
}
.distance-marker{
    background-image: url('../img/distance-markers.jpg');
}
.artificial-turf{
    background-image: url('../img/artficial-turf.jpg');
}
.activations{
    background-image: url('../img/activations.jpeg');
}
.pro-clock{
    background-image: url('../img/pro-clocks.jpg');
}
.thika-green{
    background-image: url('../img/thika-green.jpg');
}
.golf-park{
    background-image: url('../img/golf-park.jpeg');
}
.matchplay{
    background-image: url('../img/match-play.jpg');
}
.h-100 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators [data-bs-target] {
    width: 4px;
    height: 4px;
    background-clip: unset;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 1rem;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
}
.carousel-indicators .active{
    width: 20px;
    background-color: #fff;
}
.partners .carousel-indicators [data-bs-target] {
    border: 1px solid var(--second) !important;
}
.partners .carousel-indicators .active {
    background-color: var(--second) !important;
}
.hero-bg *{
    position: relative;
}
.hero-bg::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--dark);
    opacity: 0.5;
}
.hero-bg h1{
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 1.5rem;
}
.hero-bg p{
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--light);
    margin-bottom: 1.5rem;
}
.position-relative{
    position: relative;
}
.hero-nav-btns{
    height: 100%;
    /* position: absolute; */
}
.hero-nav-btns .carousel-control-prev,.hero-nav-btns .carousel-control-next{
    /* position: absolute; */
    position: relative;
    height: 1.5rem;
    font-size: 1.25rem;
    top: unset;
    left: unset;
    width: 3rem;
    border-radius: var(--br-sm);
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* bottom: 3rem; */
}
/* .hero-nav-btns .carousel-control-prev{
    right: 8rem;
}
.hero-nav-btns .carousel-control-next{
    right: 5rem;
} */
.hero-bottom-bar{
    display: flex;
    background-color: transparent !important;
    position: absolute;
    z-index: 19999999;
    align-items: center;
    left: 0;
    bottom: 3rem;
    width: 100%;
}
.hero-bottom-bar-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-bottom-bar-flex .carousel-indicators{
    width: 100%;
    justify-content: flex-start !important;
    position: relative;
    margin: 0 !important;
}
.hero-bottom-bar-flex .hero-nav-btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.text-gradient{
    background-image: linear-gradient(to right,var(--main) 1%,var(--second));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    max-width: 100%;
}
.text-stroked{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--dark);
    paint-order: stroke fill;
}
.image-box{
    position: absolute;
}
.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    background-attachment: fixed;
    clip-path: inherit;
}
.image-box-1,.image-box-2,.image-box-3,.image-box-4,.image-box-5{
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 100%;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1/1;
    background-color: var(--white);
}
.image-box-1{
    top: -1rem;
    right: -1rem;
}
.image-box-2{
    top: -1rem;
    left: -1rem;
}
.image-box-3{
    bottom: -1rem;
    left: -1rem;
}
.image-box-4{
    bottom: -1rem;
    right: -1rem;
}
.image-box-5{
    top: 50%;
    left: 50%;
    max-width: 225px;
    max-height: 225px;
    transform: translate(-50%, -50%);
}
.image-box-1::before,.image-box-2::before,.image-box-3::before,.image-box-4::before,.image-box-5::before{
    content: '';
    position: absolute;
    clip-path: inherit;
    inset: 0.25rem;
    z-index: 1;
    
    background-size: cover;
}
.image-box-1::before{
    background-image: url('../img/hero-2.jpg');
}
.image-box-2::before{
    background-image: url('../img/hero-3.jpg');
}
.image-box-3::before{
    background-image: url('../img/hero-4.jpg');
}
.image-box-4::before{
    background-image: url('../img/hero-img.jpg');
}
.image-box-5::before{
    background-image: url('../img/hero-1.jpg');
}

.image-box-1 *{
    position: relative;
}
.about-img-box {
    background-image: linear-gradient(to right, var(--main), var(--second));
    border-radius: var(--br);
    padding: 0.25rem;
    width: 100%;
    height: 200px;
}
.about-img-box img{
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: var(--br-sm);
    object-fit: cover;
    object-position: center;
}
.about-img-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    /* max-height: 300px; */
}
.img-box-1{
    grid-row: span 2;
    height: calc(400px + 1rem);
}
.img-box-3 img{
    object-position: right;
}
.move-up{
    position: relative;
    margin-top: -3rem;
}
.site-card{
    background-color: var(--white);
    box-shadow: 0 0 20px #0002;
    border-radius: var(--br);
    padding: 1rem;
}
.icon-flex{
    display: flex;
    gap:1rem;
    align-items: flex-start;
}
.icon-icon{
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    color: var(--main);
    background-color: #b0662d11;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: var(--br-sm);
}
.icon-content{
    width: calc(100% - 4rem);
}
.form-floating>label {
    padding: 0.5rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3rem + 2px);
}
.dotted-card{
    padding: 1rem;
    border-radius: var(--br);
    border: 1px dashed #17581244;
    text-align: center;
}
.dotted-card i{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main);
}
.dotted-card:hover i{
    -webkit-text-fill-color: var(--main);
}
.why-us-card{
    border-radius: var(--br);
    padding: 1.5rem;
    color: var(--light);
    background-color: var(--main);
    overflow: hidden;
    position: relative;
    border: 1px dashed var(--main);
}
.why-us-card::before{
    content: '';
    position: absolute;
    border-radius: var(--br-sm);
    inset: 0.5rem;
    border: 1px dashed #bd987b;
    z-index: 1;
}
.why-us-card h6{
    background-color: var();
    position: relative;
    margin-left: -1.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0 2rem 2rem 0;
    background-color: var(--white);
    width: max-content;
    color: var(--main);
    font-size: 1rem;
}
.why-us-card h6::before{
    content: '';
    position: absolute;
    border-radius: inherit;
    inset: 0.25rem;
    left: 0.5rem;
    border: 1px dashed #bd987b;
    border-left: none;
}
.bg-site-dark{
    background-color: var(--dark);
}
.progress{
    height: 0.75rem;
    border-radius: var(--br);
}
.pb-main{
    background-color: var(--main);
}
.pb-second{
    background-color: var(--second);
}
.glass-card{
    background-color: #fff6;
    padding: 1.5rem;
    border-radius: var(--br);
    backdrop-filter: blur(3px);
}
.progress-container{
    margin-bottom: 0.75rem;
}
.progress-container label{
    color: var(--light);
    margin-bottom: 0.5rem;
}
.bg-image{
    background-image: url('../img/bg-img.jpg');
    background-size: cover;
    background-position: center;
}
.partners-card{
    box-shadow: 0 0 10px #0002;
    border-radius: var(--br);
    padding: 1.5rem;
    text-align: center;
}
.partners-card img{
    width: 100%;
    max-height: 5rem;
    object-fit: contain;
}
.equipment-card{
    width: 100%;
    height: 400px;
    background-size: cover;
    border-radius: var(--br);
    /* padding: 1.5rem; */
    background-position: center;
    position: relative;
    border: 1px solid var(--second);
    overflow: hidden;
}
.equipment-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease;
}
.equipment-card:hover img{
    scale: 1.2;
}
.equipment-card-content{
    background-color: var(--white);
    padding: 1.5rem;
    position: absolute;
    width: 80%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: var(--br-sm) var(--br-sm) 0 0;
    background-color: #fffa;
    backdrop-filter: blur(5px);
}
.equipment-card-content .btn{
    font-size: 0.95rem;
}
.fw-300{
    font-weight: 300;
}
.auth-container{
    min-height: 100vh;
    background-image: url('../img/auth-1.svg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-video{
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
.auth-inner{
    background-color: var(--white);
    box-shadow: 0 0 30px #0002;
    border-radius: var(--br-lg);
    padding: 2px;
    width: 400px;
    max-width: 95%;
    position: relative;
    overflow: hidden;
}
.auth-inner::before{
    content: '';
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, var(--main), var(--second)), url('../img/auth-card.svg');
    position: absolute;
    background-blend-mode: multiply;
    background-position:center;
    background-size: 100%;
    left: 0;
    top: 0;
}
.auth-inner *{
    position: relative;
}
.auth-inner-inner{
    padding: 1rem 2rem 6rem;
    background-color: #fff;
    backdrop-filter: blur(5px);
    border-radius: calc(var(--br-lg) - 2px);
}
.auth-tabs{
    justify-content: center;
}
.auth-tabs .nav-link{
    border-radius: 0;
    border-bottom: 2px solid #ccc;
    font-weight: 600;
    color: #aaa;
}
.auth-tabs .nav-link.active{
    background-color: transparent;
    color: var(--main) !important;
    border-color: var(--main);
}
.login-form-social{
    display: flex;
    align-self: center;
    justify-content: center;
    gap:2rem;
    background-image: linear-gradient(to right, var(--main), var(--second));
    position: absolute;
    background-blend-mode: multiply;
    background-position:center;
    background-size: 100%;
    background-attachment: fixed;
    outline: 1px dashed var(--second);
    outline-offset: 2px;
    width: calc(100% + 4rem);
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: -3.75rem;
    left: 50%;
    transform: translateX(-50%);
}
.login-form-social a{
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    justify-content: center;
    align-items: center;
    color: var(--main);
    font-size: 0.9rem;
    outline: 1px dashed;
    outline-offset: -2px;
    background-color: var(--light);
    border-radius: 50%;
}
.login-form-social a:hover{
    color: var(--second);
}
.login-form-social a i{
    line-height: 1;
}
.custom-floating-input{
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
}
.custom-floating-input input{
    position: relative;
    width: 100%;
    padding: 0.75rem 2rem 0.75rem 0.75rem;
    border: 1px solid #888;
    border-radius: var(--br-sm);
    outline: none;
    height: 100%;
}
.custom-floating-input label{
    left:0.75rem;
    font-size: 0.9rem;
    color: #888;
}
.cfi-icons{
    right: 0.75rem;
    font-size: 0.9rem;
    color: #aaa;
}
.cfi-icons,.custom-floating-input label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    display:block;
    transition: 0.5s ease all;
    pointer-events: none;
}
.custom-floating-input input:focus ~ label, .custom-floating-input input:valid ~ label{
    font-size: 0.65rem;
    font-weight: 600;
    top: -0.35rem;
    background-color: var(--white);
    padding: 0.125rem;
    transform: translateY(0);
    color: var(--second);
}
.custom-floating-input input:focus, .custom-floating-input input:valid{
    border-color: #17581288;
}
.custom-floating-input input:focus ~ .cfi-icons{
    color: #175812;
}
.auth-logo{
    font-weight: 600;
    font-size: 1.75rem;
    margin: 0.5rem auto 1rem;
}
.or-login-option{
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 1rem;
}
.or-login-option span{
    width: max-content;
    background-color: var(--white);
    padding: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
}
.or-login-option::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0.75rem;
    height: 1px;
    background-image: linear-gradient(to right, var(--main), var(--second));
    width: 100%;
}
.or-login-option span{
    background-color: var(--white);
    text-transform: uppercase;
}
.dropdown-menu{
    border-radius: var(--br-lg);
}
.dropdown-menu a{
    font-size: 0.9rem;
    line-height: 1.8;
}
.dropdown-menu{
    padding: 0.5rem 1rem !important;
}
.dropdown-menu .dropdown-item:hover{
    background-color: transparent;
    transform: translateX(4px);
    color: var(--main);
}
.dropdown-menu .dropdown-item{
    padding: 0.25rem 0.25rem !important;
    transition: 0.5s all ease;
    font-size: 0.85rem;
    font-weight: 500;
}
.dropdown:hover .dropdown-menu{
    display: block;

}
.dropdown:hover .dropdown-menu-end{
    right: 0;
}
.op-1{
    opacity: 0.1;
}
.gold-course-title{
    position: absolute;
    padding: 0.125rem 1rem;
    background-color: var(--white);
    font-weight: 500;
    font-size: 0.9rem;
    left: -4px;
    bottom: 1rem;
    border: 3px double var(--second);
    width: calc(100% + 8px);
    box-shadow: 0 0 10px #0002;
}
.overflow-hidden{
    overflow: hidden;
    position: relative;
}
.dashboard-container{
    width: 100%;
    display: flex;
}
.dashboard-sidebar{
    width: var(--dashboard-sidebar-width);
    background-color: var(--dark);
    height: 100vh;
    color: var(--light);
    padding: 1rem;
    transition: 0.5s ease all;
}
.dashboard-main-content{
    width: calc(100vw - var(--dashboard-sidebar-width));
    background-color: var(--light);
    /* padding: 1rem; */
    transition: 0.5s ease all;
}
.dashboard-main-content-header{
    width: 100%;
    background-color: var(--white);
    box-shadow: 0 0 10px #0002;
    padding: 0.5rem 1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.collapse-sidebar-btn{
    cursor: pointer;
    padding: 0.25rem;
}
.collapse-sidebar-btn .bar-1,.collapse-sidebar-btn .bar-2{
    display: block;
    height: 2px;
    background-color: var(--second);
}
.collapse-sidebar-btn .bar-1{
    width: 1rem;
}
.collapse-sidebar-btn .bar-2{
    width: 1.5rem;
    margin: 0.5rem 0;
}
.dashboard-main-content-body{
    height: calc(100vh - 57px);
    padding: 1.25rem;
}

.dashboard-sidebar-menu a{
    white-space: nowrap;
}
.sidebar-show .logo{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px;
    display: block;
}
.dashboard-logo-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0.25rem 0 -0.25rem;
    filter: brightness(0) invert(1);
}
.dashboard-sidebar-logo .logo{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.menu-item-text{
    transition: 0.5s ease all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rate-card-card{
    border-radius: var(--br-lg);
    box-shadow: 0 0 10px #0002;
    overflow: hidden;
    border: 1px solid #17581222;
    text-align: center;
    position: relative;
}
.rate-card-card::before{
    content: '';
    position: absolute;
    inset: 0.4rem;
    border-radius: 0.35rem;
    border: 1px dashed #666;
    z-index: 1;
}
.rate-card-head{
    background-color: var(--dark);
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    position: relative;
}
.most-popular-label{
    position: absolute;
    padding: 0.25rem 2.5rem;
    background-color: #fff;
    z-index: 1;
    top: 1rem;
    right: -2.75rem;
    font-size: 0.6rem;
    /* text-transform: uppercase; */
    border: 1px dashed var(--main);
    transform: rotate(45deg);
}
.rate-card-body{
    padding: 1.5rem;
}
.rate-card-price{
    position: relative;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.rate-card-price::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 2rem;
    background-color: var(--second);
    
}
.rate-card-price small{
    font-size: 0.8rem;
    color: var(--muted);
}
.rate-card-price span{
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--second);
}
.rate-card-ul{
    padding-left: 0;
    list-style: none;
    font-size: 0.9rem;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}
.rate-card-ul li{
    line-height: 2;
    margin-bottom: 0.5rem;
}
.rate-card-ul li:last-of-type{
    margin-bottom: 0;
}
@media screen and (min-width:767px){
    .sidebar-show{
        --dashboard-sidebar-width:40px;
    }
    .sidebar-show .menu-item-text,.sidebar-show .logo-txt{
        display: none;
    }
}
.dashboard-main-content-body-content{
    height: 100%;
    width: 100%;
    border-radius: var(--br);
    background-color: var(--white);
    box-shadow: 0 0 10px #0002;
    padding: 1.5rem;
}
.dashboard-sidebar-logo{
    border-bottom: 1px dashed #fff3;
    padding: 0 1rem 0.4rem;
    margin: 0 -1rem;
    display: flex;
    align-items: center;
    height: 2.5rem;
}
.dashboard-sidebar-logo .logo{
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
}
.dashboard-sidebar-menu{
    list-style: none;
    padding-left: 0;
}
.dashboard-sidebar-menu li a{
    display: block;
    padding: 0.25rem 0.75rem;
    margin: 0.125rem -1rem;
    color: var(--light);
    font-weight: 400;
    font-size: 0.9rem;
}
.dashboard-sidebar-menu li a:hover,.dashboard-sidebar-menu li a.active{
    background-color: #fff2;
    color: var(--main)
}
.dashboard-sidebar-menu li a i{
    margin-right: 0.5rem;
    font-size: 1.25rem;
}
.match-play-book-btn{
    position: absolute;
    top: 0.5rem;
    font-size: 0.8rem;
    padding: 0.125rem 1rem;
    border-radius: 2rem;
    right: 0.5rem;
    background-color: var(--white);
}
.match-play-dropdown-menu{
    padding: 0.5rem !important;
    min-width: unset !important;
    width: max-content !important;
}
.match-play-dropdown-menu a{
    padding: 0.5rem !important;
    font-size: 0.8rem !important;
    overflow: hidden;
}

footer{
    background-color: var(--dark);
    color: var(--muted);
    font-size: 0.875rem;
    line-height: 2;
}
footer h3{
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: var(--white);
    width: max-content;
    font-size: 1.25rem;
    font-weight: 500;
}
footer h3::before{
    content: '';
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed var(--second);
    opacity: 0.5;
}
.footer-social-icons{
    padding-left: 0;
    display: flex;
    gap: 1rem;
    list-style: none;
}
.footer-social-icons a{
    display: flex;
    height: 2rem;
    width: 2rem;
    background-color: #fff1;
    justify-content: center;
    font-size: 0.9rem;
    align-items: center;
    border-radius: var(--br-sm);
    line-height: 0;
}
.footer-social-icons a:hover{
    background-color: var(--white);
    color: var(--dark);
    box-shadow: 
            0 0 5px #fff4,
            0 0 15px #fff4,
            0 0 25px #fff4,
            0 0 35px #fff4
    ;
}
.footer-links{
    list-style: none;
    padding-left: 0;
}
footer a{
    color: var(--muted);
}
footer a:hover{
    color: var(--white);
}
.close-mobile-menu{
    display: none;
}

@media screen and (max-width:999px) {
    .text-gradient{
        width: unset;
    }
    .hero-bg{
        /* padding: 1rem 0 3rem !important; */
        min-height: unset;
    }
    .hero-bg h1{
        font-size: 2rem;
    }
    .navbar-collapse.collapse,.navbar-collapse.collapsing{
        height: 100vh !important;
        padding-right: 1rem;
        position: fixed !important;
        display: block;
        width: 300px;
        max-width: 100%;
        top: 0;
        background-color: var(--dark);
        transition: 0.25s ease left;
        transform-origin: left;
        left: -100%;
    }
    .navbar-collapse .nav-link{
        color: var(--light) !important;
    }
    .navbar-collapse.collapsing{
        left: -50%;
        transition: none;
    }
    .navbar-collapse.show,.navbar-collapse.collapsing{
        left: 0;
    }
    .navbar-toggler{
        border: none;
        box-shadow: none !important;
        outline: none;
    }
    .close-mobile-menu{
        height: 2rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        line-height: 1;
        background-color: transparent;
        box-shadow: none;
        border: none;
        outline: none;
        color: var(--main);
        font-weight: 400;
        position: absolute;
        right: 0.25em;
        top: 0.25rem;
    }
    .dashboard-sidebar{
        position: fixed;
        left: -100%;
        z-index: 10;
        top: 0;
    }
    .sidebar-show .dashboard-sidebar{
        left: 0;
    }
    .dashboard-main-content{
        width: 100vw;
    }
}