@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


/* navbar section  */

.navbar {
    padding: 20px;
    background: #0d5131;
}

.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: #4da186;
    border-radius: 50%;
    padding: 10px 15px;
}

.navbar .collapse {
    background: #0d5131;
}

.navbar .dropdown-menu{
    width: 12px;
}

.navbar .dropdown-menu li a{
    color: #4da186;
    font-size: 15px;
}

.navbar ul li .bi{
    background: #fff;
    color: #4da186;
    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: #0d5131;
    color: #FFA500;
    padding: 50px;
}

/* hero section  */

.hero-section {
    padding: 20px;
    background: #0d5131;
}

.hero-section .text-content {
    margin-top: 150px;
}

.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: #0d5131;
}

.hero-section button a {
    text-decoration: none;
    color: #fff;
}

.hero-section img {
    height: 600px;
    width: 1000px;
}

/* page title header for form pages */
.page-title-header {
    padding: 20px;
    background: #0d5131;
    text-align: center;
}

.page-title-header h1 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
}

/* form page background */
body.form-page {
    background: linear-gradient(rgba(0, 20, 0, 0.7), rgba(0, 20, 0, 0.7)), url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* form container centering - only for the main form container, not footer */
body.form-page > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* prevent min-height on form pages with header */
body.form-page section#main .container {
    min-height: auto;
    display: block;
}

/* ensure footer container is not affected by form-page centering */
footer .container {
    min-height: auto !important;
    display: block !important;
}

/* form styles */
.box {
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    padding: 35px 35px;
    border-radius: 20px;
    box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
}

.form-box {
    width: 450px;
    margin: 50px 10px;
}

.form-box header {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #0d5131;
}

.form-box hr {
    background-color: #0d5131;
    height: 5px;
    width: 20%;
    border: none;
    margin: 5px auto;
    outline: 0;
    border-radius: 5px;
}

.input-container {
    display: flex;
    width: 80%;
    margin-bottom: 15px;
}

.icon {
    padding: 15px;
    background: transparent;
    color: #555;
    background-color: #f1f1f1;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.input-field {
    width: 100%;
    padding: 10px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 15px;
    background-color: #f1f1f1;
}

.input-field:focus {
    color: #0d5131;
}

.remember {
    display: flex;
    font-size: 15px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.remember .check {
    margin-right: 5px;
}

.remember span {
    margin-left: 105px;
}

.remember span a {
    text-decoration: none;
    color: #0d5131;
}

.remember span a:hover {
    font-weight: bold;
}

.btn {
    height: 45px;
    width: 80%;
    background-color: #0d5131;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 15px;
    margin: auto;
}

.btn:hover {
    opacity: 0.7;
}

.links {
    margin: 25px;
    text-align: center;
}

.links a {
    text-decoration: none;
    color: #0d5131;
}

.links a:hover {
    font-weight: bold;
}

.message {
    text-align: left;
    padding: 15px 0px;
    color: rebeccapurple;
}

/* services section  */

.services-section {
    padding: 100px;
    background-color: #fbfbfb;
}



.services-section .services .row1 {
    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: #0d5131;
    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: #4da186;
}

.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;
    border-radius: 30px;
    color: #fff;
    background-color: #0d5131;
    height: 50px;
    width: 170px;
}

.services-section .text-content button:hover {
    background-color: #fff;
    border: 2px solid #0d5131;
    color: #0d5131;
}

/* 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: #4da186;
}

.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;
    border-radius: 30px;
    color: #fff;
    border: none;
    background-color: #0d5131;
    height: 50px;
    width: 170px;
    text-transform: capitalize;
}

.about-section .text-content button:hover {
    background-color: #fff;
    border: 2px solid #0d5131;
    color: #0d5131;
}

/* 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: #4da186;
    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;
}

/* 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: #4da186;
    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: #4da186;
    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 {
    background: #4da186;
}

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 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #0d5131;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 50px;
}

.go-back {
    position: relative;
    top: 20px;
    left: 20px;
    background: #0d5131;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 30px;
}

.next-page {
    position: fixed;
    top: 50%;
    right: 20px;
    display: flex;
    background: #0d5131;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 50px;
}

.prev-page {
    position: fixed;
    top: 50%;
    left: 20px;
    display: none;
    background: #0d5131;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 50px;
}

/*.bi-arrow-left-short::before {
    vertical-align: .125em;
}*/

@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;
    }
}


/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
    position:relative;
    right:30px;    
    }