*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
}


header{
    z-index: 1000;
    position: fixed;
    background-color: #ffffff7e;
    border: 1px solid #ddd;
    border-radius: 100px;
    backdrop-filter: blur(5px);
    width: 90%;
    margin: 20px 5%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .logo{
        height: 50px;
        img{
            height: 100%;
        }
    }

    .nav{
        display: flex;
        gap: 30px;

        li{
            font-size: 14px;
            font-weight: 500;
            transition: .3s ease;
        }
        li:hover{
            color: #976f0b;
        }
    }
    .hamburger{
        display: none;
    }
    .header-cta{
        padding: 10px 20px;
        background-color: #fff;
        border: 2px solid #976f0b;
        border-radius: 100px;
        transition: .3s ease;
    }
    .header-cta:hover{
        background-color: #976f0b;
        color: white;
    }
}

.hero{
    padding: 90px 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: #ddd;

    .hero-txt{
        width: 50%;

        h1{
            font-size: 50px;
            font-weight: 500;
            line-height: 65px;
            margin-bottom: 5px;

            span{
                color: #976f0b;
            }
        }
        p{
            font-size: 14px;
            line-height: 23px;
            margin-bottom: 20px;
        }
        a{
            padding: 11px 25px;
            background-color: #976f0b;
            color: #fff;
            border-radius: 100px;
            font-size: 15px;
        }
        ul{
            margin-top: 30px;
            li{
                font-size: 11px;
                margin-bottom: 10px;
                color: rgb(54, 54, 54);
            }
        }
    }

    .hero-img{
        width: 45%;

        img{
            width: 100%;
        }
    }
}

.about{
    padding: 70px 30px;
    background-color: #000;
    display: flex;
    justify-content: center;
    gap: 30px;

    .about-img{
        width: 45%;
        padding: 15px;
        background-color: #976f0b;
        border-radius: 15px;
        border: 5px solid #fff;

        img{

            width: 100%;
            border-radius: 15px;
        }
    }
    .about-txt{
        width: 50%;
        color: #fff;

        h3{
            color: #976f0b;
            font-size: 15px;
            margin-bottom: 10px;
        }
        h2{
            font-size: 35px;
            font-weight: 500;
            margin-bottom: 20px;
        }
        p{
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 20px;
        }
        a{
            background-color: #fff;
            color: #976f0b;
            padding: 10px 25px;
            font-size: 14px;
            border-radius: 100px;
        }
    }
}

.services{
    padding: 80px 30px;
    text-align: center;

    h2{
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    p{
        margin-bottom: 50px;
    }

    .service-highlight{
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;

        .hlght-box{
            padding: 20px;
            h4{
                font-size: 20px;
                margin-bottom: 15px;
            }
            li{
                font-size: 14px;
                margin-bottom: 10px;
            }
        }
    }
}

.pricing{
    padding: 80px 30px;
    background-color: #ddd;
    text-align: center;

    h3{
        color: #976f0b;
        font-size: 15px;
        margin-bottom: 10px;
    }
    h2{
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    span{
        text-decoration: line-through;
    }
    .pricing-nav{
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #976f0b;
        margin-bottom: 30px;

        li{
            width: 100%;
            cursor: pointer;
            padding: 15px 20px;
            text-align: center;
            transition: .3s ease;
        }
        li:hover{
            background-color: #976f0b;
            color: #fff;
        }
    }

    .pricing-cont{
        padding: 10px 15%;
        text-align: left;
        display: flex;
        justify-content: space-between;

        ul{
            li{
                font-size: 14px;
                margin-bottom: 30px;
            }
        }
    }

    .membership{
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        text-align: left;

        .member{
            padding: 30px;
            border-radius: 15px;
            background-color: rgba(192, 192, 192, 0.527);
            h4{
                font-size: 14px;
                font-weight: 500;
            }
            h3{
                font-size: 25px;
            }
            p{
                font-size: 13px;
            }
            a{
                display: inline-block;
                margin-top: 20px;
                padding: 10px 25px;
                background-color: #976f0b;
                color: #fff;
                border-radius: 100px;
                transition: .3s ease;
            }
            a:hover{
                background-color: #fff;
                border: 2px solid #976f0b;
                color: #976f0b;
            }
        }
        .Gold{
            background-color: #b9880a3b;
        }
        .Platinum{
            border: 2px solid #976f0b;
        }
    }
}


.testimonials{
        padding: 80px 30px;
        background-color: #000000;
        color: #fff;
        text-align: center;

        h3{
            color: #976f0b;
            font-size: 15px;
            margin-bottom: 10px;
        }
        h2{
            font-size: 35px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .testimonial-cont{
            display: flex;
            flex-wrap: wrap;
            gap: 1px;
            justify-content: center;
        }
        .testimonial-grid{
            width: 300px;
            height: 350px;
            background-color: silver;
            margin-bottom: 10px;

            img{
                height: 100%;
            }
        }
}

.location{
    padding: 80px 30px;
    background-color: #ffffff;
    text-align: center;

    .location-cont{
        display: flex;
        justify-content: center;
    }
    .location-txt{
        width: 50%;
        text-align: left;

        .socials{
            a{
                margin-right: 10px;
            }
        }
    }
    h3{
        color: #976f0b;
        font-size: 15px;
        margin-bottom: 10px;
    }
    h2{
        font-size: 35px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    p{
        margin-bottom: 20px;
    }

    .location-img{
        width: 45%;

        img{
            width: 100%;
        }
    }
}

footer{
    padding: 30px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;

    .socials{
            a{
                margin-right: 10px;
            }
    }
}



@media (max-width: 850px) {

    header{
        z-index: 1000;
        .hamburger{
            align-content: center;
            margin-top: 15px;
            display: block;
            cursor: pointer;
            height: 100%;
            transition: transform .5s ease-in-out;
        }
        .bar{
            width: 35px;
            height: 2px;
            background-color: #000000;
            margin-bottom: 6px;
            border-radius: 10px;
            transition: transform .5s ease-in-out;
        }
        .hamburger.change .bar1{
            -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-5px, 6px);

        }
        .hamburger.change .bar2{
            opacity: 0;
        }
        .hamburger.change .bar3{
            -webkit-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-5px, -6px);
        }

        .nav {
            z-index: 99;
            height: 100vh;
            text-align: left;
            left: -500px;
            top: 0;
            width: 70%;
            margin: -22px -6%;
            padding: 30px;
            padding-top: 90px;
            backdrop-filter: blur(10px);
            position: fixed;
            display: block;
            background-color: #ffffffee;
            transition: left .5s ease-in-out;
            color: #000000;
        }
        .nav.visible{   
            z-index: 99;
            width: 70%;
            left: 0;
            margin: -22px -6%;
            text-align: left;
        }
        
        .nav li {
            text-align: left;
            line-height: 80px;
            font-size: 15px;
            margin: 0;
        }
        
    }
    
    .hero{
        flex-direction: column;
        padding-top: 120px;


        .hero-txt{
            width: 100%;
            h1{
                font-size: 40px;
                line-height: 50px;
            }
        }
        .hero-img{
            width: 100%;
        }
        
    }
    .about{
            flex-direction: column;
            .about-img{
                width: 100%;
            }
            .about-txt{
                width: 100%;
                h2{
                    font-size: 30px;
                }
            }
        }

    .pricing{
        h2{
            font-size: 30px;
        }
        .pricing-nav{
            align-items: center;
            height: 100%;
            overflow-x: scroll;
            font-size: 13px;
        }
        .pricing-cont{
            padding: 10px 5%;
        }

    }
    .testimonials{
        h2{
            font-size: 30px;
        }
    }
    .location-cont{
        flex-direction: column;

        .location-img{
            width: 100%;
        }
        .location-txt{
            width: 100%;
        }
    }
    footer{
        padding: 20px 10px;
        p{
            font-size: 11px;
        }
        .socials a{
            font-size: 13px;
        }
    }
}


@media (max-width: 500px) {
    .hero{
        .hero-txt{
            h1{
                font-size: 30px;
                line-height: 40px;
                margin-bottom: 20px;
            }
        }
    }
}
