


body {
    margin: 0;
    background-color: white;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}




.navbar {
    display: flex;
    align-items: center;

    background: #333;    ;
    padding-right: 5%;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}




.logo {
    padding: 20px;
    border-radius: 70px;

    margin-left: 5%;

}

.logo-img{
    border-radius: 70px;
}

.navbar-links ul{
    padding: 0;
    display: flex ;
}

.navbar-links li{
   list-style: none;
   letter-spacing: 3px;
 }

 .navbar-links li a{
    text-decoration: none;
    padding: 1rem;
 }
 
 .navbar ul li a{
    font-size: 18px;
    text-transform: none;
    display: block;
    padding: 30px;
 }

.navbar a {
color: white;
text-decoration: none;
}

.navbar a:hover {
    color: black;

}

.CALL{
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 3%;
}

.phone-img{
    border-radius: 70px;
}

.CALL h3{
    margin-left: 20px;
}

.background-container {
    width: 100%;
    height: 100vh;
    background-image: url('contactback.jpg'); 

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Add this to make overlay positioned relative to the container */
}

.overlay-text {
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    font-size: 250%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white; 
    background: rgba(171, 170, 170, 0.5);
    padding-right: 3%;
    padding-left: 3%;
    position: relative; /* Add position relative */
}


.profile {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.profile-image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.profile h2 {
    color: #333333;
}
.profile p {
    color: #666666;
    line-height: 1.6;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.container h2 {
    text-align: center;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-weight: bold;
    color: #333;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Ensure padding and border don't affect width */
    font-size: 14px;
}
.form-group select {
    height: 40px;
}
.btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #b0b0b0;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}



.toggle-button{
position: absolute;
top: 5rem;
right: 1rem;
display: none;
flex-direction: column;
justify-content: space-between;
width: 50px;
height: 50px;
}

.toggle-button .bar{
 height: 3px;
 width: 100%;
 background-color: white;
 border-radius: 10px;
}



.footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;

    padding-right: 10%;
    padding-left: 10%;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;

    
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo img {
    width: 350px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    display: inline;
    margin-right: 20px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-contact a {
    text-decoration: none;
    font-style: none;
    color: white;
    font-size: 150%;
}
.footer-contact h3 {
    margin-bottom: 10px;
}

.footer-contact p {
    margin: 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .background-container {
        background-position: 70% center; 
    }
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }



    .footer-contact {
        margin-bottom: 20px;
    }

    .footer-links {
        display: none;
    }
    .footer-contact a {
        text-decoration: none;
        font-style: none;
    }


}



@media (max-width: 1200px) {



.navbar{
    background-color: #333;
    margin: 0;
    padding: 0;

}

.navbar a {
    color: black;
    text-decoration: none;
    }
.CALL h3{
    color: white;
}


.toggle-button{
    display: flex;

    padding-right: 0;    
}
.toggle-button .bar{
    background-color: white;
}



.logo{
    margin-left: 2%;
}
.logo-img{
    float: left;
    left: 6%;
}


.navbar{
    flex-direction: column;
    align-items: flex-start;
    }






    .navbar-links{
    display: none;
    width: 100%;

    }

.navbar-links ul{

    flex-direction: column;
    width: 100%;        

    height: 100vh;
}
 
.navbar-links li{

text-align: center;
padding-top: 20px;
padding-bottom: 50px;

}

 
.navbar-links ul li{
    text-align: center;
    align-items: center;
    justify-content: center;

    padding: 10px;
    border-bottom: 1px solid gray;
}




.navbar-links.active{
    display: flex;

    align-items: center;
    text-align: center;
    background-color: white;


}


.CALL{
    display: none;
}
.footer-links {
    display: none;
}
}


@media (max-width: 600px){
.CALL{
    display: none;
    align-items: center;
    align-items: center;
    text-align: center;
    margin:auto;
}
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
