* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Kumbh Sans', sans-serif;
}


.navbar {
    background: #131313;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;


}


.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;

}

#navbar__logo {
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 2rem;
}

.fa-gem {
    margin-right: 0.5rem;
}

.navbar__menu {
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item {
    height: 80px;
}

.navbar__links {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}


.navbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20 px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #fff;
    color: black;
}

.button:hover {
    background: gray;
    transition: all 0.3s ease;

}

.navbar__links:hover {
    color: gray;
    transition: all 0.3s ease;
}


/* Hero Scetion CSS */

.container {
    height: 800px;
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    justify-self: center;
    align-items: center;
    gap: 40;
    max-width: 1500px;
}

.containter img {
    width: 100%;
    height: 500px;

}

.main__content {
    width: 80%;
}
.main__content h1 {
    font-size: 2.5rem;
    margin-bottom: 8px;
}

.main__content p {
    font-size: 1 rem;
    margin-bottom: 15px;
}

.main__content button {
    padding: 1em 2.1em 1.1em;
    border-radius: 4px;
    margin: 8px;
    border: none;
    background-color: black;
    color: #fff;


}

.main__content button:hover {
    background-color: grey;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width:884px) {
    .container{
        margin-top: 10px;
        flex-direction: column;
    }
    .main__content {
        width: 100%;
        text-align: center;
    }
    .main__content h1 {
        font-size: 3rem;
    }
}

@media (max-width:678px) {
    .main__content h1 {
        font-size: 2rem;
    }
}

@media (max-width:428px) {
    .navbar ul{
        display: none;
    }
}


/* Services Scetion CSS */

.services {
    padding: 20px;
    display: flex;
    background-color: black;
    color: white;
    margin-left: 40px;
    margin-right: 40px;
    height: 800px;
    flex-direction: row;
    align-items: center;
    gap: 40;
    justify-content: space-between;
    justify-self: center;
    object-fit: contain;
    max-width: 1500px;
}

.services img {
    width: 80%;
    height: 500px;
    object-fit: contain;
    margin-left: 100px;
}

.services h1 {
    font-size: 2.5rem;
    margin-bottom: 8px;
    margin-left: 100px;
}

.services__container {
    width: 80%;
}

.services__container p {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-left: 100px;
}

.services__container button {
    padding: 1em 2.1em 1.1em;
    border-radius: 4px;
    margin: 8px;
    border: none;
    background-color: white;
    color: black;
    margin-left: 100px;

}

.services__container button:hover {
    background-color: grey;
    transition: all 0.3s ease;
    cursor: pointer;
}



/* Footer Section CSS */

.footer__container {
    width: 100%;
    background-color: white;
    padding: 70px 30px 20px;
    height: 300px;
 }

 .footer__nav {
    margin: 30px 0;
 }
 .footer__nav ul{
    display: flex;
    justify-content: center;
 }

 .footer__nav ul li a{
    color: black;
    margin: 20px;
    text-decoration: none;
    font-size: 2rem;
    transition: 0.5s;

 }

 .social__icons {
    display: flex;
    justify-content: center;

 }

 .social__icons a {
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
 }

 .social__icons a i{ 
    font-size: 2em;
    color: black;
    opacity: 0.9;

 }


 .footer__bottom {
    background-color: black;
    text-align: center;
    padding: 20px;

 }

 .footer__bottom p{
    color: white;

 }








/* About Section CSS */

.container__about {
    height: 300px;
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-self: center;
    align-items: center;
    gap: 40;
    max-width: 1500px;
}

.main__content__about h1 {
    font-size: 3rem;
    margin-bottom: 12px;
}

.container__step1 {
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40;
    max-width: 1500px;

}

.container__step1 p {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-left: 100px;
    flex-direction: row;

}

.container__step1 h1 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    margin-left: 100px;
}

.container__step1 p2 {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-left: 100px;
    flex-direction: row;


}


.container__step2 {
    padding: 20px;
    margin-left: 40px;
    margin-right: 40px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40;
    max-width: 1500px;

}

.container__step2 p {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-left: 100px;
    flex-direction: row;

}

.container__step2 h1 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    margin-left: 100px;
}

.container__step2 p2 {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-left: 100px;
    flex-direction: row;


}










/* Sign-up section Section CSS */


body1 {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.signup-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
}

.signup-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    margin-bottom: 5px;
    display: block;
}

input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.signup-button {
    background-color: #28a745;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.signup-button:hover {
    background-color: #218838;
}

.or {
    margin: 20px 0;
    font-weight: bold;
    color: #aaa;
}

.social-login button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
}

.google-button {
    background-color: #db4437;
    color: white;
}

.google-button:hover {
    background-color: #c23321;
}

.microsoft-button {
    background-color: #0078d4;
    color: white;
}

.microsoft-button:hover {
    background-color: #005a9e;
}


/* Contact us form Section CSS */

body2 {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container__contact {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}

h2 {
    margin-top: 0;
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

input, textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #28a745;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #218838;
}

