* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    scroll-behavior: smooth;
    text-decoration: none;
    list-style-type: none;
    transition: all 1s;
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;

}
:root {
    --main-color: rgb(245, 245, 250);
    --secondary-color:#45818e;
    --heading-color: #060606;
    --text-color: rgb(38, 65, 65);
    --pera-color: #333435;
    --white: rgb(250, 251, 251);
    --shadow: rgb(234, 238, 238);
    --bg: #e1e5f5;
    --bg2:#c1c2c5;
}

/* css for header ---------------------------------- */
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 9rem;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
}
.refernce{
    width: auto;
    height: max-content;
    position: fixed;
    top: 300px;
    left: 10px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.refernce a img{
    width: 40px;
    height: 40px;
}

.header-container img {
    width: 100px;
    height: 90px;
}

.navbar ul {
    display: flex;
    gap: 2.5rem;
    width: 50rem;
    justify-content: center;
    z-index: 9999;

}

.navbar ul li {
    font-size: 1.8rem;
    list-style-type: none;
}

.navbar ul li a {
    color: var(--main-color);
}

.navbar ul li a:hover {
    color: brown;
}

.log {
    display: flex;
    gap: 2.5rem;
    width: 20rem;
    justify-content: center;

}

.log i {
    color: var(--main-color);
    font-size: 2rem;
}

.bar {
    display: none;
    text-align: center;
    font-size: 2rem;
    color: var(--main-color);
}
.hero-container {
    width: 100vw;
    height: 500px;
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(images/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-container {
    width: 100vw;
    height: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: var(--bg2);
}
.about-container h1 {
    width: 100vw;
    padding: 1rem;
    color: var(--heading-color);
    font-size: 2rem;
    text-align: center;
}
.about-container .about-content{
    width: 100vw;

    display: flex;
    justify-content: space-around;
    padding: 1rem;
    color: var(--text-color);
    font-size: 1.5rem;
    text-align: center;
}

.about-container .about-content img{
    width: 40%;
    margin-top: 10px;
}

.about-container .about-content .about-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
width: 40%;


}
.about-text h2{
    color: var(--heading-color);
    font-size: 1.9rem;
    height: 3.5rem;
}

.about-text p{
    color: var(--pera-color);
    font-size: 1.5rem;
    text-align: justify;
    height: 100%;
}
.packages-container{
    width: 100vw;
    height: max-content;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.packages-container h1{
    width: 100vw;
    padding: 1rem;
    color: var(--heading-color);
    font-size: 2rem;
    text-align: center;
}
.packages-container .packages{
    width: 80%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.packages .package-card{
    width: 300px;
    height: 400px;
    background: var();
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px var(--bg2);
    margin-top: 10px;
    margin-bottom: 10px;
}

.package-card img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.package-card h2{
    color: var(--heading-color);
    font-size: 1.5rem;
}

.package-card p{
    color: var(--pera-color);
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.package-card a{
    color: var(--white);
    font-size: 1.2rem;
    text-decoration: none;
    padding: 1rem;
    border-radius: 10px;
    width: 110px;
    background-color: var(--secondary-color);
    text-align: center;
    margin-bottom: 2rem;
}
.footer-container {
    width: 100vw;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--secondary-color);
    color: var(--white);
}
.footer-container .footer-content{
    width: 100vw;
    display:flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    height: max-content;
    word-wrap: wrap;
    letter-spacing:.2rem;
    padding: 1rem;
}
.address{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    height: max-content;
    word-wrap: wrap;
    letter-spacing:.2rem;
    padding: 1rem;
}
.quick-links, .top-products{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    height: max-content;
    word-wrap: wrap;
    letter-spacing:.2rem;
    padding: 1rem;
    font-size: 2rem;
    color: var(--white);
    gap: 2rem;
}
.quick-links a, .top-products a{
    color: var(--white);
}
.socialmedia{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    height: max-content;
    word-wrap: wrap;
    letter-spacing:.2rem;
    padding: 1rem;
    font-size: 2rem;
    
    gap: 2rem;
}
.socialmedia a{
    color: var(--white);
}
.copywrite{
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 100vw;
    height: max-content;
    word-wrap: wrap;
    letter-spacing:.2rem;
    padding: 1rem; 
    background-color: var(--secondary-color);

}
.icon{
    position: fixed;
    top: 30%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: max-content;
    letter-spacing:.2rem;
    background-color: transparent;
    z-index: 999;
}
.icon a {
    font-size: 5rem;
    color:green;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    background-color: white;
}
.icon .ic1{
    width:50px;
    text-align:right; 
    background-color:green;
    height: max-content;
}
.icon .ic2{
    width:50px;
    text-align:right; 
    background-color:green;
    height: max-content;
}
.icon .ic3{
    width:50px;
    text-align:right; 
    background-color:green;
    height: max-content;
}
.icon .ic4{
    width:50px;
    text-align:right; 
    background-color:green;
    height: max-content;
}

@media only screen and (max-width:500px) {
    html {
        font-size: 48%;
    }

    /* css for header ----------------------- */
    .header-container {
        position: static;
    }

    .navbar {
        display: none;
        position: absolute;
        top: 9rem;
        right: 0;
        background-color: var(--main-color);
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        gap: 8rem;
        width: 100vw;
        height: 100vh;
        align-items: center;
    }

    .navbar ul li {
        font-size: 3rem;
    }

    .navbar ul li a {
        color: var(--text-color);
    }

    .bar {
        display: block;
    }}