:root:{
    --main-color:#16b978;
    --second-color:#092b54;

}
section{
    padding: 50px 10%;

}
img{
    width: 100%;
}
::selection{
    color: #fff;
    background: var(--main-color);
}
header{
    position: fixed;
    width: 80%;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    padding: 10px 10%;
    transition: 0.2s;
    

}
header.active{
background: #092b54;
box-shadow: 0 0 2px rgb(14 55 54 /15%);

}
.logo {
    display: flex;
    text-decoration: none;
    list-style-type: none;
            padding: 0;
            margin: 0;
            font-size: 2rem;
            color: black;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-weight: 600;
}
.logo img {
    
width: 50%;
border-radius: 40px;
height: 100%;
}
.logo li{
    text-transform: uppercase;
}
.navbar{
    display: flex;
    text-decoration: none;
    list-style-type: none;
            padding: 0;
            margin: 0;
            text-transform: capitalize;
   
}
.navbar a{
    font-size: 1rem;
    padding: 10px 20px;
    color: black;
    font-weight: 500;
}
.navbar a:hover{
    color: #fff;
    background: black;
    border-radius: 6px;
}
#menu-icon{
    font-size: 24px;
    cursor: pointer;
    z-index: 10001;
    display: none;
}
.home{
   width: 100%;
   min-height: 50vh; 
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   background: url();
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   gap: 1rem;
}
.home-text{
    flex: 1 1 17rem; /* Allows both elements to grow, shrink, and have a base size of 17rem */

}
.home-image img{
    width: 400px;
    height: 400px;

}
.home-text span{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: lightslategray;
}
.home-text h1{
    font-size: 2rem;
    color: var(--second-color);

}
.home-text p{
    margin: 0.5rem 0 1.4rem;

}
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #334b64;
    border: none;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #0056b3;
  }
.about{
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #fcf5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center ;
}
.about h1{
    font-size: 2.5rem;
    color: #464040;
    margin-bottom: 2rem;
    text-transform: uppercase;
    
}
.about-container{
    background: #fff;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10px;
    border-top: 6px solid var(--second-color);
    padding: 20px;
    gap: 2rem;
    text-decoration: none;
}
.box-img img {
    width: 200px;
    height: 200px;
}
.box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.about-box h3{
   font-size: 1.5rem;
   font-weight: bold;
   text-align: center;
   color: #092b54;
   text-transform: uppercase;
}
.about-box h2{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}























/*menu style nav*/
nav {
            background-color: #f6f2f2;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
        }

        nav ul li {
            margin: 0;
        }

        nav ul li a {
            display: block;
            padding: 15px 20px;
            text-decoration: none;
            color: white;
            text-transform: uppercase;
            transition: background-color 0.3s ease;
        }

        nav ul li a:hover {
            background-color: #575757;
        }

        section {
            height: 100vh;
            padding: 80px 20px 20px; /* Adjust padding-top to account for the fixed nav bar */
            box-sizing: border-box;
        }

        #home {
            background-color: #f4f4f4;
        }

        #services {
            background-color: #e2e2e2;
        }

        #customers {
            background-color: #d0d0d0;
        }

        #contact {
            background-color: #bfbfbf;
        }

        #about 
            
            {
                background-color: #adadad;
            }







































/*Social  Media*/
.social-media-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #c5e3f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

.social-link i {
    font-size: 24px;
    color: #555;
    transition: color 0.3s;
}

.social-link:hover {
    transform: translateY(-5px);
}

.facebook:hover {
    background-color: #3b5998;
}

.facebook:hover i {
    color: #fff;
}

.twitter:hover {
    background-color: #1da1f2;
}

.twitter:hover i {
    color: #fff;
}

.instagram:hover {
    background-color: #e4405f;
}

.instagram:hover i {
    color: #fff;
}

.linkedin:hover {
    background-color: #0077b5;
}

.linkedin:hover i {
    color: #fff;
}




/*Contact form code */
#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}