* {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.all-sections {
    width: 85%;
    margin: auto;
    align-content: center;
    line-height: 35px;
}

.palmcity_logo {
    width: 120px;
    /* padding-right: 100px; */
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar div {
    /* padding-right: 0px; */
    width: 120px;
    background-color: white;
    border-radius: 100%;
}

.nav-list {
    width: 70%;
    display: flex;
    gap: 26px;
}

ul li a {
    text-decoration: none;
    color: white;
}

ul li {
    list-style: none;
}


.innerdiv {
    background-image: linear-gradient(rgba(3, 22, 5, 0.808), rgba(1, 10, 2, 0.699)), url('images/PicsArt_01-24-08.58.40.jpg');
    background-size: cover;
    background-position: center;
}

.inerdiv {
    background-image: linear-gradient(rgba(3, 22, 5, 0.808), rgba(1, 10, 2, 0.699)), url('images/steptodown.com939408_105119-01.jpeg');
    background-size: cover;
    background-position: center;
}


header {
    width: 90%;
    margin: auto;
    height: 90vh;
}

.header-text {
    padding-top: 10%;
    line-height: 40px;
    align-content: center;
}

.text-black,
.text-white {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.text-white {
    color: white;
}

.text-white span {
    color: greenyellow;
}

.btn {
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-size: 10px;
    background-color: white;
    color: rgba(2, 49, 2, 0.801);
}

.btn:hover {
    background-color: transparent;
    color: greenyellow;
}


.section1 {
    color: rgba(2, 49, 2, 0.801);
    background-color: rgba(211, 203, 203, 0.11);
}

.section1-content {
    margin: 150px 0;
    height: 100%;
    text-align: center;
}

.subtitle {
    font-size: 30px;
}

.section2 {
    margin: 150px 0;
}

.section2 h4 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px 30px;
}

.grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.grid-items {
    background-color: rgba(252, 247, 247, 0.432);
    color: rgba(2, 49, 2, 0.801);
    box-shadow: 2px 2px 5px grey;
    padding: 10px;
    width: 100%;
    margin: auto;
}

.section3 {
    margin: 200px 0;
    display: flex;
    gap: 100px;
    background-color: rgba(180, 174, 174, 0.329);
}

.section3_img {
    width: 300px;
    border-radius: 10px;
    position: relative;
    top: 50px;
    left: 10px;
}

.start-oil-palm h4 {
    font-size: 25px;
}

footer {
    background-color: rgba(2, 49, 2, 0.801);
    color: white;
    padding: 100px 50px;
}

footer div {
    gap: 30px;
}

.alphapalm p {
    line-height: 30px;
}

.quick-links h5,
.important-links h5,
.lets-connect h5 {
    color: greenyellow;
    line-height: 30px;
}

/* MediaQuery index */
#hamburger-icon {
    display: none;
}

@media screen and (max-width: 870px) {
    .palmcity_logo {
        padding-right: 0;
        width: 100px;
    }

    .navbar div {
        width: 100px;
    }

    #hamburger-icon {
        display: block;
        color: white;
        cursor: pointer;
        position: relative;
        bottom: 0px;
        left: 8px;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        height: 90%;
        width: 70%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: white;
    }

    .nav-list a {
        color: green;
    }

    .nav-list li {
        padding-bottom: 12%;
        padding-left: 10px;
    }

    .show {
        display: block;
    }

    #butn {
        background-color: green;
        color: white;
    }

    .section3 {
        align-items: center;
        gap: 50px;
    }

    .section3_img {
        width: 300px;
        height: 250px;
    }
}

@media screen and (max-width: 800px) {
    .section3 {
        flex-direction: column;
        padding: 50px;
        align-items: center;
    }

    .section3_img {
        width: 400px;
        padding-bottom: 70px;
        top: 0;
        left: 0;
    }

}

@media screen and (max-width: 450px) {

    .text-black,
    .text-white {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) {
    .section3_img {
        width: 250px;
    }
}


/* About Page */
.about-innerdiv {
    background-image: linear-gradient(rgba(3, 22, 5, 0.808), rgba(1, 10, 2, 0.856)), url('images/palm\ c9.jpg');
    background-size: cover;
    background-position: center;
}

.about-section1 {
    background-color: rgba(59, 51, 51, 0.075);
    margin: 100px 0;
    padding: 50px 0;
}

.about-the-ceo {
    display: flex;
    align-items: center;
}

.about-the-ceo img {
    width: 500px;
}

.about-ceo-text {
    width: 100%;
    color: rgb(54, 51, 51)
}

.all-sections h3 {
    text-align: center;
    font-size: 40px;
    color: rgba(2, 49, 2, 0.801);
    margin-bottom: 20px;
}

/* #invest .img{
    width: 250px;
    height: 250px;
    position: relative;
    top: 20px; 
} */

@media screen and (max-width: 1110px) {
    .about-the-ceo {
        flex-direction: column;

    }
}

@media screen and (max-width: 950px) {
    #service-img {
        width: 300px;
    }
}

@media screen and (max-width: 500px) {
    .about-section1 h3 {
        margin-bottom: 70px;
    }

    .about-the-ceo img {
        width: 300px;
        height: 300px;
        box-shadow: 2px 2px 5px rgb(94, 89, 89);
        margin-bottom: 100px;
    }

}



/* Service Page */
.services-innerdiv {
    background-image: linear-gradient(rgba(3, 22, 5, 0.808), rgba(1, 10, 2, 0.856)), url('images/palm\ c13.jpg');
    background-size: cover;
    background-position: center;
}

#service-img {
    width: 400px;
    height: 300px;
    border-radius: 10px;
}

#service-im {
    width: 400px;
}

.services-section1 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media screen and (max-width: 900px) {
    .services-section1 {
        flex-direction: column;
    }

    #service-img {
        width: 350px;
    }
}

@media screen and (max-width: 500px) {
    #service-img {
        width: 300px;
    }

    #service-im {
        width: 300px;
        height: 300px;
    }
}



/* Contact Page */
.contact-innerdiv {
    background-image: linear-gradient(rgba(3, 22, 5, 0.808), rgba(1, 10, 2, 0.856)), url('images/palm\ c11.jpg');
    background-size: cover;
    background-position: center;
}

.form-btn {
    display: flex;
    align-self: center;
    padding: 5px;
    background-color: rgba(0, 128, 0, 0.637);
    color: white;
    border-radius: 5px;
}

.form-btn svg {
    color: white;
    height: 20px;
}

.contact-data {
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
}

.contacts-id,
.contact-details,
.form-btn {
    border: none;
}

@media screen and (max-width: 600px) {
    .contact-data {
        width: 70%;
        padding: 30px;
    }
}