*{
    margin: 0;
    padding: 0;

}
html{
    scroll-behavior: smooth;
}
html, body{
    overflow-x: hidden;
    width: 100%;
}

header{
    background-color: rgba(7, 6, 6, 0.87);
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* border: 2px solid black; */
    padding: 20px;
    color: white;
    /* text-align: center; */
    height: 70px;
    /* margin-bottom: 10px;     */

    
}
nav{
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
    padding: 10px;
    
}
.logo{
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    
    
    
}
nav ul{
    list-style: none;
    display: flex;
    /* gap: 50px; */
    display: flex;
    justify-content: flex-end;
    align-items: center;


}
nav ul li{
    font-size: 25px;
    height: 50px;
    
}
nav ul li a{
    color: white;
    text-decoration: none;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;

}
nav ul li a:hover{
    background-color: rgb(126, 126, 126);

}
nav li:first-child{
    margin-right: auto;
}

/* home Page Styling */
#hero{
    background-image: url('asserts/images/1073166_OMV0YE0.jpg');
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* align-items: flex-end; */
    gap: 20px;
    /* background-size: cover; */
    
}

#hero h1{
    font-size: 50px;
    color: rgb(10, 8, 8);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* margin-bottom: 0px; */
    /* margin-right: 200px; */
    margin-left: 600px;

}

#hero p{
    font-size: 28px;
    color: rgb(10, 8, 8);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* margin-right: 270px; */
    margin-left: 550px;
    
}

#hero .btn-products{
    /* margin-left: 400px; */
    /* padding: 10px 20px; */
    font-size: 15px;
    margin-top: 20px;
    width: 190px;
    position: relative;
    left: 60vw;
    
    padding: 10px;
    border-radius: 10px;
}
.btn-products a{
    color: black;
    font-size: 20px;
    text-decoration: none;
    
}
.btn-products:hover{
    transform: scale(1.1);
    

    box-shadow: 0px 4px 15px rgba(255, 0, 255, 0.5);
    
}
.line1{
    width: 100%;
    height: 2px;
    background-color: grey;
    margin-bottom: 20px;
}

/* About Us Styling */
#AboutUs{
    padding: 30px 0 20px 25px;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
    justify-content: center;
}

#AboutUs h1{
    font-size: 3rem;
    margin-bottom: 30px;    
}

#AboutUs p{
    font-size: 1.5rem;
    color: rgb(10, 8, 8);
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
    line-height: 1.5;
    margin-bottom: 20px;
}
.software-head{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    
}
.software-head h2{
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.pic{
    display: flex;
    
    width: 30vw;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 35px;
    
}
.btn-contactus-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    
}

.btn-contact{
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    /* background-color: rgb(143, 9, 163); */
    /* color: white; */
    text-decoration: none;
    margin-right: 20px;
}

.btn-contact:hover{
    transform: scale(1.1);
    

    box-shadow: 0px 4px 15px rgba(255, 0, 255, 0.5);
}
.btn-contact a{
    text-decoration: none;
    color: black;
}
.line2{
    width: 100%;
    height: 2px;
    background-color: grey;
    margin-bottom: 30px;
}
/* Designs Styling */
#products{
    padding: 30px 0 20px 25px;
    margin-left: 120px;
}

#products h2{
    font-size: 3rem;
    margin-bottom: 50px;    
}
.container2{
    display: flex;
    justify-content: space-around;
    /* flex-wrap: wrap; */
    
}
.design-s{
    width: 400px;
    height: 380px;
}
.container2 img{
    /* border: 2px solid black; */
    box-shadow: 1px 1px 14px 9px rgba(255, 0, 255, 0.5);
    margin-bottom: 50px;

}
.container2 img:hover{
    transform: scale(1.1);
    box-shadow: 1px 1px 14px 9px rgba(12, 12, 12, 0.5);

}

.line3{
    width: 100%;
    height: 2px;
    background-color: grey;
    margin-bottom: 50px;
    
}

/* E-commerce Styling */

#ecommerce{
    padding: 30px 0 20px 25px;
    margin-left: 120px;
}
#ecommerce h1{
    font-size: 3rem;
    margin-bottom: 50px;
}

.E-Commerce-intro{
    font-size: 2rem;
    margin-left: 70px;
    margin-bottom: 20px;
}
.ecommerce-intro-para{
    font-size: 1.5rem;
    color: rgb(10, 8, 8);
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
    line-height: 1.5;
    margin-left: 90px;
    margin-bottom: 20px;
    
}
.E-Commerce-Example{
    font-size: 2.5rem;
    margin-left: 70px;
    margin-bottom: 20px;
}
.container3{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: 90px;
    margin-bottom: 50px;

}

.container3 img{
    /* border: 2px solid black; */
    box-shadow: 0px 1px 14px 8px rgba(15, 15, 15, 0.5);
    margin-bottom: 50px;
}

.container3 img:hover{
    transform: scale(1.1);
    box-shadow: 0px 1px 14px 8px rgba(255, 0, 255, 0.5);
}

.line4{
    width: 100%;
    height: 2px;
    background-color: grey;
    margin-bottom: 50px;
}
/* Contact Us Styling */
#contact{
    padding: 30px 0 20px 25px;
    margin-left: 200px;
}
#contact .contact-head{
    font-size: 2rem;
    font-weight: bold;
   
    
    margin: 10px 0 50px 0;
}
.get{
    font-size: 30px;
}
.contact-form{
    margin-top: 30px; 
    display: flex;
    justify-content: center;    
}
form{
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
}
input{
    width: 438px;
    height: 18px;
    padding: 20px;
    margin: 20px 0 ;
    border-radius: 15px;
    border: 2px solid rgb(0, 0, 0);
    font-size: 20px;
}
textarea{
    width: 438px;
    height: 34px;
    padding: 20px;
    margin: 20px 0 ;
    border-radius: 15px;
    border: 2px solid rgb(0, 0, 0);
    font-size: 20px;
    
}
button{
    padding: 20px;
    margin: 20px 0 ;
    width: 180px;
    border-radius: 12px;
}
.contact-form button:hover{
    transform: scale(1.1);
    

    box-shadow: 0px 4px 15px rgba(255, 0, 255, 0.5);
}
form h3{
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.socio-container{
    display: flex;
    justify-content: center;
    
}
.socio-container h3{
    font-size: 40px;
    font-weight: bold;
    margin:20px;
    /* text-decoration: none; */        
}
.social-media{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 40px;
    
    
}
.social-media img:hover{
    transform: scale(1.1);
    box-shadow: 0px 4px 15px rgba(255, 0, 255, 0.5);
    border-radius: 15px;
}

.social-media img{
    width: 60px;
    height: 60px;
}
/* footer Styling */
footer p{
    text-align: center;
    padding: 35px;
    background: #111;
    font-size: 27px;
    color: white;
    padding-left: 153px;
    
}
/* Smooth Scrolling Styling */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide-up animation */
.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.slide-up-line.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Side Bar Styling */
.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.479);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0,0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: start;
}

.sidebar li{
    width: 100%;
    margin-top: 30px;
    margin-left: 30px;
}
.sidebar li a {
    color: black;
}
.menubutton{
    display: none;
}
@media (max-width: 800px) {
    .hideOnMobile{
        display: none;
    }
    .menubutton{
        display: block;
    }

}


