@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


/*
COLOR PALLET 
74C24E MANTIS GREEN - GREEN
3EB0D3 PACIFIC CYAN - LIGHT BLUE
006491 LAPIZ LAZULL - DARKER BLUE
2B547E - YINMN BLUE- DARK BLUE
BBC2C4 SILVER/GREY
FFA500 ORANGE
*/


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


/* navbar section  */

.navbar {
    padding: 20px;
    background: #006491;
}

.navbar .navbar-toggler {
    color: #fff !important;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    outline: none;
    border: none;
}

.navbar #navbarNav {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.navbar .navbar-brand {
    color: #f1f1f1;
    font-size: 30px;
    margin-left: 0px;
    font-weight: 600;
}

.navbar .navbar-brand i {
    font-size: 25px;
    background: #088F8F;
    border-radius: 50%;
    padding: 10px 15px;
}

.navbar .collapse {
    background: #006491;
}

.navbar .dropdown-menu{
    width: 12px;
}

.navbar .dropdown-menu li a{
    color: #1c456d;
    font-size: 15px;
}

.navbar ul li .bi{
    background: #fff;
    color: #1c456d;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50%;
}

.navbar ul li a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    margin-right: 40px;
}

.navbar ul li a:hover {
    color: #FFA500;
}

.name{
    font-size: 30px;
    background-color: #006491;
    color: #FFA500;
    padding: 50px;
}

/* hero section  */

.hero-section {
    padding: 20px;
    background: #006491;
}

.hero-section .text-content {
    margin-top: 100px;
}

.hero-section h1 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.hero-section p {
    margin-top: 30px;
    color: #d1d1d1;
}

.hero-section button {
    margin-top: 20px;
    border-radius: 30px;
    background-color: #FFA500;
    height: 50px;
    width: 170px;
}

.hero-section button:hover {
    border: 1px solid #FFA500;
    background: #006491;
}

.hero-section button a {
    text-decoration: none;
    color: #fff;
}

.hero-section img {
    height: 500px;
    width: 500px;
    align: center;
}

/* services section  */

.services-section {
    padding: 100px;
    background-color: #fbfbfb;
}


.services-section .services .row1 {
    margin-bottom: 40px;
}

.services-section .services .row2 {
    margin-bottom: 40px;
}


.services-section .services .card {
    border: none;
    border-radius: 15px;
    width: 280px;
    height: 320px;
    padding: 10px;
    cursor: pointer;
    background: transparent;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.3);
}

.services-section .services .card img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-left: 30px;
    margin-top: 30px;
    background: #f0f0f0;
}


.services-section .services .card:hover {
    background-color: #006491;
    color: #fff;
    transform: scale(1.1);
}

.services-section .services .card:hover h4 {
    color: #fff;
}

.services-section .services .card:hover p {
    color: #d1d1d1;
}

.services-section .services .card h4 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin-top: 25px;
}

.services-section .services .card p {
    font-size: 15px;
    color: #777;
    margin-top: 20px;
}

.services-section .text-content {
    margin-top: 80px;
}

.services-section .text-content hr {
    height: 5px;
    background-color: #333;
    border: none;
}

.services-section .text-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #FFA500;
    font-weight: 600;
    margin-left: 30px;
}

.services-section .text-content h1 {
    font-size: 50px;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 30px;
    color: #1c456d;
}

.services-section .text-content p {
    font-size: 17px;
    margin-top: 50px;
    margin-left: 30px;
    color: #555;
}

.services-section .text-content button {
    margin-top: 20px;
    margin-left: 30px;
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #006491;
    height: 50px;
    width: 170px;
}

.services-section .text-content button:hover {
    background-color: #fff;
    border: 2px solid #006491;
    color: #006491;
}

/* about section  */

.about-section {
    padding: 100px;
}

.about-section img {
    height: 450px;
    width: 600px;
    margin-top: 60px;
    border-radius: 40px;
}

.about-section img:hover {
    transform: scale(0.9);
    cursor: pointer;
}

.about-section .text-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #FFA500;
    font-weight: 600;
    margin-left: 30px;
    margin-top: 20px;
}

.about-section .text-content h1 {
    font-size: 50px;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 30px;
    color: #1c456d;
}

.about-section .text-content p {
    font-size: 17px;
    margin-top: 50px;
    margin-left: 30px;
    color: #555;
}

.about-section .text-content button {
    margin-top: 20px;
    margin-left: 30px;
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    border: none;
    background-color: #006491;
    height: 50px;
    width: 170px;
    text-transform: capitalize;
}

.about-section .text-content button:hover {
    background-color: #fff;
    border: 2px solid #006491;
    color: #006491;
}

/* project section  */

.project-section {
    background-color: #088F8F;
    padding: 90px;
    /* height: 100vh; */
}

.project-section .text h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #FFA500;
    font-weight: 600;
}

.project-section .text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.project-section hr {
    height: 2px;
    background-color: #f1f1f1;
    border: none;
}

.project-section .text p {
    font-size: 18px;
    color: #d1d1d1;
}

.project-section .project .card {
    height: 400px;
    margin-top: 40px;
    border-radius: 20px;
    border: none;
    margin-left: 30px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 10px;
}

.project-section .project .card:hover {
    transform: scale(1.2);
}

.project-section .project .card h4 {
    font-size: 20px;
    color: #1c456d;
    font-weight: bold;
    margin-top: 20px;
}

.project-section .project .card p {
    font-size: 15px;
    color: #555;
    margin-left: 0;
    margin-top: 10px;
}

.project-section .project .card button {
    margin-top: 10px;
    border-radius: 30px;
    color: #fff;
    border: none;
    background-color: #088F8F;
    height: 40px;
    width: 120px;
    text-transform: capitalize;
}

.project-section .project .card button:hover {
    background-color: #fff;
    border: 2px solid #088F8F;
    color: #088F8F;
}


/* project section  */

.calculator-section {
    background-color: #088F8F;
    padding: 90px;
    /* height: 100vh; */
}

.calculator-section .text h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #FFA500;
    font-weight: 600;
}

.calculator-section .text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.calculator-section hr {
    height: 2px;
    background-color: #f1f1f1;
    border: none;
}

.calculator-section .text p {
    font-size: 18px;
    color: #d1d1d1;
}
.calculator-section button {
    margin-top: 20px;
    border-radius: 30px;
    background-color: #FFA500;
    height: 50px;
    width: 170px;
}

.calculator-section button:hover {
    border: 1px solid #FFA500;
    background: #006491;
}

.calculator-section button a {
    text-decoration: none;
    color: #fff;
}



/*browser-info-section*/
.browser-info-section {
    padding: 100px;
}

.browser-info-section img {
    height: 450px;
    width: 600px;
    margin-top: 60px;
    border-radius: 40px;
}

.browser-info-section img:hover {
    transform: scale(0.9);
    cursor: pointer;
}

.browser-info-section .text-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #FFA500;
    font-weight: 600;
    margin-left: 30px;
    margin-top: 20px;
}

.browser-info-section .text-content h1 {
    font-size: 50px;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 30px;
    color: #1c456d;
}

.browser-info-section .text-content p {
    font-size: 17px;
    margin-top: 50px;
    margin-left: 30px;
    color: #555;
}

/*.browser-info-section .text-content button {*/
    .browser-info-section button {
    margin-top: 20px;
    margin-left: 30px;
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    border: none;
    background-color: #006491;
    height: 50px;
    width: 170px;
    text-transform: capitalize;
}

/*.browser-info-section .text-content button:hover {*/
.browser-info-section button:hover {
    background-color: #fff;
    border: 2px solid #006491;
    color: #006491;
}



/*<<<< BEGIN <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<n*/


/*exif-info-section*/

.exif-info-section {
    padding: 20px;
    background: #006491;
}

.exif-info-section .text-content {
    margin-top: 100px;
}

.exif-info-section h1 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}

.exif-info-section p {
    margin-top: 30px;
    color: #d1d1d1;
}

.exif-info-section .custom-button {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    background-color: #FFA500;
    height: 50px;
    width: 170px;
    text-align: center;
    line-height: 50px; /* Align text vertically */
    font-family: inherit; /* Match other buttons' font */
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.exif-info-section .custom-button:hover {
    border: 1px solid #FFA500;
    background: #006491;
    color: #fff;
}

.exif-info-section table {
    color: #fff; /* Replace #333 with your desired color code */
    margin-top: 20px; /* Adds space above the table, optional */
}


.exif-info-section button {
    margin-top: 20px;
    border-radius: 30px;
    background-color: #FFA500;
    height: 50px;
    width: 170px;
}

.exif-info-section button:hover {
    border: 1px solid #FFA500;
    background: #006491;
}

.exif-info-section button a {
    text-decoration: none;
    color: #fff;
}

.exif-info-section img {
    height: 500px;
    width: 500px;
    align: center;
}

/*<<<<END <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/* contact section  */

.contact-section {
    background: #fbfbfb;
    padding: 100px;
}

.contact-section h1 {
    margin-top: 50px;
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: bold;
    color: #1c456d;
    margin-bottom: 100px;
}

.contact-section .info-box {
    background-color: transparent;
    border: none;
    height: 200px;
    width: 230px;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.contact-section .info-box .bi {
    background: #088F8F;
    border-radius: 55%;
    padding: 15px 18px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.contact-section .info-box h3 {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 600;
}

.contact-section .info-box p {
    font-size: 15px;
    color: #777;
}

.contact-section .info-box:hover {
    background: #088F8F;
    color: #fff;
    transform: scale(0.9);
}

.contact-section .info-box:hover p {
    color: #f1f1f1;
}

.contact-section .info-box:hover .bi {
    background: #fff;
    color: #088F8F;
    font-size: 25px;
    text-align: center;
}

.contact-section .form {
    margin-top: 50px;
}

.contact-section form input,
.contact-section form textarea {
    margin-top: 10px;
    border: none;
    background: #f1f1f1;
    color: #1c456d;
    padding: 15px;
    border-radius: 10px;
}

.contact-section form button {
    margin-top: 20px;
    border-radius: 30px;
    color: #fff;
    border: none;
    background-color: #088F8F;
    height: 50px;
    width: 170px;
    text-transform: capitalize;
}

.contact-section form button:hover {
    background-color: #fff;
    border: 2px solid #088F8F;
    color: #088F8F;
}

/* footer section  */

.footer {
    padding: 40px;
    background: #1c456d;
}

.footer .logo {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.footer .logo i {
    font-size: 25px;
    background: #088F8F;
    border-radius: 50%;
    padding: 10px 15px;
}

.footer ul li {
    list-style: none;
    margin-top: 20px;
}

.footer ul li a {
    text-decoration: none;
    color: #d1d1d1;
    margin-left: 30px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.footer ul li a:hover {
    color: #FFA500;
}

.footer p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    margin-left: 30px;
}

.back-to-top {
    background: #088F8F;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    font-size: 50px;
}

@media (max-width:700px) {

    .hero-section img {
        height: 350px;
        margin-top: 50px;
    }

    .services-section .services .card {
        margin-bottom: 50px;
    }

    .services-section .services .row1 {
        margin-bottom: 0px;
    }

    .about-section{
        padding: 50px 30px;
    }
    .about-section img {
        height: 300px;
    }

    .contact-section{
        padding: 50px;
    }

    footer ul li a {
        margin-left: 5px;
        letter-spacing: 0;
    }


.table {
    width: 100%;
    border-collapse: collapse;
}
.table th,
.table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.text-success {
    color: green;
    text-align: center;
    font-weight: bold;
}




}