body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
*{
    scrollbar-width: thin;
    scrollbar-color: #0099ff #1a1a1a;
}
html{
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #0099ff #1a1a1a;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background: #1a1a1a;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: #ff9800;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgb(255, 145, 71);
}


.loader{
    border: 4px solid rgb(24, 0, 32);
    border-left: none;
    padding: 25px;
    border-radius: 50px;
    position: fixed;
    z-index: 1000;
    top:50%;
    left: 50%;
    animation: spin .3s ease-in-out infinite;
 }

 @keyframes spin {
    0%{
        transform: rotateY(200deg);
    }
    50%{
        transform: rotateX(200deg);
    }
 }


 header {
    top: 0;
    margin-bottom: 80px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid rgb(37, 37, 37);
    background: #180020;
    backdrop-filter: blur(5px);
    color: white;
    padding: 6px 20px;
    z-index: 100;
    
   
}

.Components{
    transform: translateY(-30px);
    opacity: 0;
    position: absolute;
    background-color: #e0e0e0;
    padding: 10px;
    
    border-radius: 5px;
    left: -45px;
    margin-top: 10px;
    width: 180px;
    text-align: center;
    transition:  .3s ease-in-out, opacity .4s ease-in-out;
    
    a{
        line-height: 50px;
        color:#150025;
        

        .liner{
            background-color: #150025;
        }
    }
}
.comp-container{
    position: relative;
    transition:  .3s ease;
}
.comp-container:hover .Components{
    transform: translateY(0px);
    opacity: 1;
}
nav{
    margin: 0px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
nav img{
    height: 50px;
    border-radius: 30px;
}
.hamburger{
    display: none;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

nav ul li {
    
    font-size: 18px;
    margin: 0 15px;
    font-weight: bold;
    
}
nav ul li:hover .liner{
    width: 100%;
}
.liner{
    position: absolute;
    bottom: -5px;
    left: 3px;
    margin-left: 0;
    width: 0px;
    background-color: white;
    height: 2px;
    transition: .5s ease-in-out;
}

nav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
}

.blog{
    text-align: center;
    margin-top: 90px;
    padding: 20px;
}
.blog h2{
    color: black;
    font-size: 45px;
    margin-bottom: 10px;
}
.blog p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    font-size: 15px;
}
.blog a{
    margin-right: 20px;
    text-decoration: none;
    color: rgb(94, 94, 94);
}
#home{
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.blog-container{
    color: black;
    margin-top: 30px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
}
.blog-container a{
    text-decoration: none;
    color: black;
}
.blog-img{
    border-radius: 20px;
    width: 500px;
    height: 300px;
}
.blog-img img{
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.container{
    border-bottom: 1px solid rgb(199, 198, 198);
    padding: 25px;
    max-width: 500px;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
}
.container p{
    margin-bottom: 20px;
    font-size: 14px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
}

.container h3{
    margin-bottom: 10px;
    font-size: 23px;
    text-align: left;
}
.container-text{
    display: flex;
}
.container-text p{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.author{
    font-size: 16px;
    color: white;
    margin-right: 10px;
    height: 5px;
    padding: 17px 15px;
    background-color: rgb(41, 0, 48);
}





.footer{
    background-color: rgb(27, 0, 32);
    padding: 30px;
    color: white;
}
footer{
    display: flex;
    height: 50vh;
    justify-content:space-between ;
}
.logo-div{
    font-size: 15px;
    max-width: 25%;
}
.logo-div img{
    height: 80px;
    margin-bottom: 30px;
}
.logo-div p{
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.logo-div a{
    text-decoration: none;
}
.logo-div .fa-brands{
    font-size: 20px;
    padding-right: 10px;
    color: rgb(245, 110, 0);
}
footer h4{
    font-size: 20px;
}
footer a{
    text-decoration: none;
    transition: .3s;
}
footer a:hover{
    color: rgb(170, 77, 0);
}
.quick-links p{
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.quick-links a{
    color: rgb(245, 110, 0);
}
.services-section a{
    color: rgb(245, 110, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.address-section p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#copyright{
    text-align: center;
    font-size: 13px;
}






@media screen and (max-width: 850px) {

    header {
        color: white;
        padding: 20px 0px;
    }
    .Components{
        display: none;
    }
    nav{
        margin: 0px;
        align-items: normal;
        display: flex;
        justify-content: space-between;
    }
    nav img, .hamburger{
        margin: 0px 30px;
    }
    .hamburger{
        font-size: 25px;
        cursor: pointer;
        font-weight: bold;
        display: block;
    }
    
    nav ul {
        height: 100vh;
        text-align: left;
        left: -250px;
        top: 0;
        padding: 50px;
        padding-top: 90px;
        backdrop-filter: blur(5px);
        position: fixed;
        width: auto;
        display: block;
        margin-top: 0;
        background-color: rgb(24, 0, 32);
        transition: left .5s ease-in-out;
        color: white;
    }
    nav ul.visible{
        left: 0;
        margin: 0;
        text-align: left;
    }
    
    nav ul li {
        text-align: left;
        line-height: 50px;
        font-size: 20px;
        margin: 0;
        font-weight: normal;
        font-family:monospace;
    }
    
    nav ul li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    .blog h2{
        color: black;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .blog-container{
        color: black;
        margin-top: 80px;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
    }
    .blog-container a{
        text-decoration: none;
        color: black;
    }
    .container{
        margin-right: 0;
        margin-bottom: 30px;
        text-align: left;
        max-width: 400px;
    }
    .blog-img{
        border-radius: 20px;
        width: 100%;
        height: 250px;
    }
    .container h3{
        margin-bottom: 10px;
        font-size: 23px;
        text-align: left;
    }
    .container p{
        
        text-align: left;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .container-text{
        display: flex;
    }
    .container-text p{
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .author{
        margin-right: 10px;
        height: 5px;
        padding: 15px 17px;
        background-color: rgb(41, 0, 48);
    }
    

    






    
    .footer{
        text-align: center;
        padding: 80px 30px 30px 30px;
        color: white;
    }
    footer{
        display: block;
        height: auto;
        justify-content: center ;
    }
    .logo-div{
        font-size: 15px;
        max-width: 100%;
    }
    .logo-div img{
        height: 80px;
        margin-bottom: 30px;
    }
    
    .logo-div p{
        font-size: 14px;
        margin-bottom: 15px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-bottom: 20px;
    }
}




@media screen and (max-width: 450px) {
    .blog-img{
        border-radius: 20px;
        width: 100%;
        height: 200px;
    }
    .container{
        text-align: center;
    }
}