body { 
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-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);
    }
 }

 .section{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s ease-out, transform .5s ease-out;
}
.section.visible{
    opacity: 1;
    transform: translateY(0);
}


 header {
    top: 0;
    margin-bottom: 80px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid rgb(37, 37, 37);
    background: transparent;
    backdrop-filter: blur(5px);
    color: rgb(24, 0, 32);
    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: rgb(24, 0, 32);
    height: 2px;
    transition: .5s ease-in-out;
}

nav ul li a {
    position: relative;
    color: rgb(24, 0, 32);
    text-decoration: none;
}
.services-hero{
    background-color: #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 20px 60px 20px;
    min-height: 85vh;

    .hero-text{
        align-content: center;
        width: 45%;
        margin-right: 20px;
        

        h1{
            color: rgb(24, 0, 32);
            font-size: 40px;
            font-weight: 200;
        }
        p{
            line-height: 25px;
            color: rgb(24, 0, 32);
        }
    }
    .hero-img{
        align-content: center;
        width: 50%;
        border-radius: 30px;
        animation: breath 1s infinite ease-in-out;

        
        
        img{
            border-radius: 30px;
        }
    }
}
.scroll{
    padding: 10px;
    background-color: rgb(24, 0, 32);
    position: sticky;
    z-index: 2;
    margin-right: 20px;
}
.orange{
    color: rgb(236, 134, 0);
}

@keyframes breath {
    0%{
        scale: .9;
    }
    50%{
        scale: 1;
    }
    100%{
       scale: .9;
    }
}
.our-services{
    text-align: center;
    padding: 20px;
    font-size: 50px;
    font-weight: 200;
}
.services-wrapper{
    margin-top: 50px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
}
.services-cards{
    width: 350px;
    text-align: center;
    padding-top: 20px;
    transition: .3s ease-in-out;

    h2{
        font-weight: 200;
        font-size: 22px;
    }
    p{
        font-size: 15px;
        line-height: 22px;
    }
    ul{
        text-align: left;
        color: rgb(236, 134, 0);
    }
}
.fa-solid{
    padding-top: 20px;
    font-size: 35px;
    color: rgb(236, 134, 0);
    text-shadow: 3px 3px 20px rgb(236, 134, 0);
    
}
.services-cards:hover{
    padding-top: 0px;
}
.choose-us {
    display: flex;
    justify-content: space-around;
}
.choose-us h2{
    font-size: 45px;
}
.choose-us ul{
    padding-left: 20px;
    list-style: none;
    align-content: center;
}
.choose-us ul li{
    
    line-height: 45px;
}
.laptop-img{
    position: relative;
}
.laptop-img img{
    height: 350px;
    margin-left: 50px;
}
.laptop-img div{
    z-index: -1;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    width: 400px;
    padding: 100px;
    background-color: rgb(236, 134, 0);
    left: 0;
    top: 10px;
    bottom:  10px;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
}
.cta{
    padding: 20px;
    text-align: center;
}
.cta p{
    padding: 0px 20%;
    line-height: 25px;
    margin-bottom: 40px;
}
.cta a{
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background-color: rgb(236, 134, 0);
    border-radius: 50px;
    transition: .3s ease;
}
.cta a:hover{
    background-color: rgb(199, 113, 0);
}






.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: 870px) {
    header {
        color: rgb(24, 0, 32);
        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;
    }
    .liner{
        background-color: white;
    }




    .services-hero{
        background-color: rgb(223, 223, 223);
        display: block;
        flex-wrap: wrap;
        padding: 100px 20px 60px 20px;
        min-height: 70vh;
    
        .hero-text{
            align-content: center;
            width: 100%;
            margin-right: 0;
            margin-bottom: 50px;
        }
        .hero-img{
            justify-content: center;
            text-align: center;
            width: 100%;
            border-radius: 30px;
            animation: breath 1s infinite ease-in-out;
    
            
            
            img{
                width: 100%;
                border-radius: 30px;
            }
        }
    }

    .our-services{
        text-align: center;
        padding: 20px;
        font-size: 35px;
        font-weight: 200;
    }
    .choose-us {
        display: block;
        justify-content: space-around;
    }
    .laptop-img img{
        height: 320px;
        margin-left: 30px;
    }
    .laptop-img div{
        z-index: -1;
        border-top-right-radius: 300px;
        border-bottom-right-radius: 300px;
        width: 300px;
        padding: 100px;
        background-color: rgb(236, 134, 0);
        left: 0;
        top: 10px;
        bottom:  10px;
        margin-left: 0;
        padding-left: 0;
        position: absolute;
    }

    .cta p{
        padding: 0px;
        line-height: 25px;
        margin-bottom: 40px;
    }



    .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) {

    .services-hero{
        background-color: rgb(223, 223, 223);
        display: block;
        flex-wrap: wrap;
        padding: 100px 20px 60px 20px;
        min-height: 70vh;
    
        .hero-text{
            align-content: center;
            width: 100%;
            margin-right: 0;
            margin-bottom: 50px;

            h1{
                font-size: 30px;
            }
        }
        .hero-img{
            text-align: center;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
            border-radius: 30px;
            animation: breath 1s infinite ease-in-out;
    
            
            
            img{
                width: 100%;
                border-radius: 30px;
            }
        }
    }

    .laptop-img img{
        height: 220px;
        margin-left: 10px;
    }
    .laptop-img div{
        z-index: -1;
        border-top-right-radius: 300px;
        border-bottom-right-radius: 300px;
        width: 180px;
        padding: 100px;
        background-color: rgb(236, 134, 0);
        left: 0;
        top: 10px;
        bottom:  10px;
        margin-left: 0;
        padding-left: 0;
        position: absolute;
    }
    
}