

.nav{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
         background: #35424a;
        color: #ffffff;
        padding-top: 10px; 
        min-height: 70px;
        border-bottom: #2f0fa5 3px solid;
    }


 nav ul li a{
        text-decoration: none;
        text-align: right;
        color: blue;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
        cursor: pointer;
        align-items: right center;
        padding: 14px 20px; 
        
    
    
    }

  nav ul li{ list-style: none;
    display: inline;
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: blue;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
    align-items: center;
    transition: color 0.3s ease;

  }

.logo {
        float: left;
        margin-top: 0px;
    }
    .logo img {
        width: 100px;
        height: auto;
        border-radius: 50%;
        margin-right: 20px;
        
        }

 
.feature-box {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    margin-left: 469px;
    text-align: center;
    margin-bottom: 2%;

}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box h3 {
    margin-top: 0;
    color: #007BFF;
}

.feature-box p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}
 
.get {
    width: 500px;
    height: 30px;
    margin-right: 10px;
    border: none;
    padding: 10px;
}

  header {
        background: #35424a;
        color: #ffffff;
        padding-top: 10px;
        min-height: 70px;
        border-bottom: #2f0fa5 3px solid;
    }
    h2 {
        text-align: center;
        color: rgb(0, 0, 255);
    }
    .CONTACT {
        text-align: center;
        font-weight: bold;
    }
    .photos {
        
        text-align: center;
    }
    h1 {
        color: darkblue;
        
    }
    h2 {
        color: darkblue;
    }
    p {
        font-size: 18px;
    }
   h1{
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: rgb(0, 0, 255);
    } 
    .btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 40px;
    color: #fff;
    background-image: linear-gradient(45deg, #a1d9fa, #ac8be2);
    font-size: 14px;
    border-radius: 30px;
    border-top-right-radius: 0;
    transition: all 0.3s ease;
}


.content {
    margin-top: 10%;
    max-width: 600px;
}

.content h1 {
    font-size: 70px;
    color: black;
}

.content p {
    margin: 10px 0 30px;
    color: black;
    animation-delay: 0.5s;
}

.feature-img {
    width: 430px;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.features {
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
}

.features-main {
    text-align: center;
    padding: 60px 20px;
    background-color: #fff;
}

.features-main h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
}

.feature-img.anim {
    animation-delay: 1.5s;
}


 img{
        width: 130%;
        height: 480px;
        padding-top: 8%;
        padding-bottom: 10%;
    }


     footer {
            background: #35424a;
            color: #ffffff;
            padding: 15px 0;
            text-align: center;
        }

 

