@font-face {
    font-family: "Menco black";
    src: url(font/menco.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Luckiest Guy", cursive;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


p {
    font-family: "Menco black";
}

.popup-img {
    opacity: 0;
    transform: translateY(100px);
    /* start hidden below */
    transition: all 0.8s ease-out;
}

.popup-img.show {
    opacity: 1;
    transform: translateY(0);
    /* move into place */
}

.logo {
    position: relative;
    left: 30px;
}

.offcanvas-body ul {
    list-style: none;
    line-height: 50px;
    padding: 0;
    margin-top: 30px;
}

.offcanvas-body ul li a {
    color: black;
    font-size: 22px;
}

.header {
    background-image: url(images/header-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20px;
}

.header-content img {
    margin-top: -30px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.menu-button {
    font-size: 22px;
    background-color: #88AC3F;
    color: white;
}

.menu-button:hover {
    background-color: black;
    color: white;
    transform: scale(1.05);
}

.header-menu img {
    width: 150px;
}

.stoned-btn {
    background-color: #88AC3F;
    color: white;
    padding: 10px 30px;
    font-size: 22px;
}

.stoned-btn:hover {
    background-color: black;
    color: white;
    transform: scale(1.05);
}

.stoned-btn-2 {
    background-color: #0086FF;
    color: white;
    padding: 10px 30px;
    font-size: 22px;
}

.stoned-btn-2:hover {
    background-color: black;
    color: white;
    transform: scale(1.05);
}

.header-content h1 {
    color: white;
    font-size: 140px;
    margin-top: 40px;
}

.header-content p {
    color: white;
    font-size: 22px;
    max-width: 60%;
    margin: 0 auto;
}

.images-header {
    display: flex;
    justify-content: center;
    padding-top: 300px;
}

.section-2 {
    background-color: #88AC3F;
    padding-block: 100px;
    border-top: 5px solid black;
    color: white;
}

.section-2 h2 {
    font-size: 75px;
    padding-bottom: 170px;
}

.section-2 p {
    font-size: 22px;
}

.section-2 img{
    float: right;
}

.section-3 {
    border-top: 5px solid black;
    color: white;
}

.section-3 h2 {
    font-size: 60px;
    padding-bottom: 10px;
}

.section-3 p {
    font-size: 22px;
    color: black;
}

.div-1 {
    background-color: #9CA3FB;
    padding: 70px;
    border-right: 5px solid black;
    height: 100%;
}

.div-2 {
    background-color: #FDBB79;
    padding: 70px;
    height: 100%;
}

.div-2-image {
    float: right;
}

.center-image {
    float: right;
    position: relative;
    left: 165px;
    top: 80px;
}

.padding0 {
    padding-left: 0;
    padding-right: 0;
}

.footer {
    background-color: black;
    padding-top: 70px;
    padding-bottom: 30px;
    color: white;
    text-align: center;
}

.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
    padding-block: 20px;
}

.footer p {
    font-size: 22px;
}

.footer p a {
    color: white;
}

.link {
    color: white;
}

.link-2 {
    color: black;
}

.leaf-btn {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #228b22;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 0;
}

/* Hover effect: grow + glow */
.leaf-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(58, 109, 255, 0.6);
}

.button-link {
    text-decoration: none;
    color: white;
}

.button-link div {
    align-items: center;
    align-content: center;
    gap: 10px;
}

.button-link div span {
    font-size: 22px;
}

/* Responsiveness */
@media screen and (max-width: 767px) {
    .header-content h1 {
        font-size: 50px;
        min-width: 400px;
        position: relative;
        left: -30px;
    }

    .header-menu img {
        width: 120px;
    }

    .stoned-btn {
        padding: 10px;
    }

    .header-content p {
        min-width: 100%;
    }

    .header-content img {
        width: 150px;
        margin-top: -10px;
    }

    .logo {
        position: relative;
        left: 0;
    }

    .section-2 {
        padding-block: 60px;
        text-align: center;
    }

    .section-2 h2 {
        font-size: 50px;
        padding-bottom: 20px;
    }

    .button-link div {
        justify-content: center;
    }

    .section-2 img {
        text-align: center;
        float: none;
    }

    .welcome {
        padding-top: 40px;
    }

    .leaf-btn {
        width: 50px;
        height: 50px;
    }

    .button-link div span {
        font-size: 18px;
    }

    .div-1,
    .div-2 {
        padding: 70px 30px;
    }

    .section-3 {
        text-align: center;
    }

    .section-3 h2 {
        font-size: 50px;
    }

    .center-image {
        float: none;
        left: 0;
        top: 70px;
    }

    .div-2-image {
        float: none;
    }

    .footer ul {
        gap: 20px;
    }

   
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-content h1 {
        font-size: 90px;
    }

    .header-content img {
        margin-top: -20px;
    }

    .header-content p {
        max-width: 80%;
    }

    .section-2 h2 {
        padding-bottom: 20px;
    }

    .button-link div span {
        font-size: 19px;
    }

    .div-1,
    .div-2 {
        padding: 70px 40px;
    }


    .section-3 h2 {
        font-size: 45px;
    }

    .center-image {
        top: 0;
        left: 140px;
    }

    .section-3 p {
        font-size: 20px;
    }
}