    
html,
body {
    scroll-behavior: smooth;
    background-color: #ffffff !important;
    position: relative;
    inset: 0;
    align-items: center;
    overflow-x: hidden;
}

#bg{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    opacity: .30;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px); */
}

.float{
	position:fixed;
	width:50px;
	height:50px;
    padding-top:2px;
	bottom:40px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:3;
}

.my-float{
	margin-top:16px;
}

.container-xl {
    max-width: 1500px !important;
}

.navbar {
    z-index: 10 !important;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .2);
    backdrop-filter: blur(40px);
}

a {
    text-decoration: none !important;
}

ul {
    padding-left: 0 !important;
}

* {
    transition: all 0.25s ease-out;
}


.card{
    min-height: 250px;
   
}
.card:hover{
    box-shadow: 10px 10px rgba(33, 33, 78, 0.033) !important;
}

#nextButton:hover{
    scale: 1.04;
}

/* Loading Screen */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #08081a;
    z-index:99;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;

    border: 10px solid;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);


    transform: -ms-translate(-50%, -50%);
}
@keyframes animloader {
    0% {
    border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    33% {
    border-color: white white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    66% {
    border-color: white white white rgba(255, 255, 255, 0);
    }
    100% {
    border-color: white white white white;
    }
} 

.navbar {
    font-size: clamp(20px, 1.5vw, 23px);
}

footer{
    opacity: 1;
    background: #f8f7f7;
    color: #000;
    padding-top: 30px;
}
footer .footer-widget{
    margin-top: 20px;
}
footer .footer-widget h6{
    color:  #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
footer .footer-widget ul li{
    line-height: 32px;
    list-style: none;
}

#about-tab{
    scroll-margin-top:100px;
}
#projects-tab{
    scroll-margin-top:100px;
}