
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    font-family: 'Poppins', sans-serif;
}

html{
    scroll-behavior: smooth;
}

p{
    color: rgb(85, 85, 85);
}

body, html {
    margin: 0;
    padding: 0;
}
section{
    margin-top: 20px;
}
.section__text p{
    font-weight: 600;

}

.section__text__p1{
    text-align: center;
    /* max-width: 70%; */

}
.section__text__p2{
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.title{
    font-size: 3rem;
    text-align: center;
}

/*------------------HERO SECTION-------------- */
.logo{
    font-size: 2rem;
    color: white;
}

/* NAVIGATION */
/* desktop navigation */
nav, .nav-links{
    display: flex;
}

nav {
    justify-content: space-around;
    align-items: center;
    height: 17vh;
}

.nav-links{
    gap: 2rem;
    list-style: none;
    font-size: 1.5rem;
}

a{
    color: black;
    text-decoration: none;
    text-decoration-color: white;

}

a:hover{
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-underline-offset:1rem;
    text-decoration-color: rgb(181, 181, 181);
}

.logo{
    font-size: 2rem;
}
.logo:hover{
    cursor: default;
}
/* hamburger */
#hamburger-nav{
    display: none;
}
.hamburger-menu{
    position: relative;
    display: inline-block;
}
.hamburger-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
}

.hamburger-icon span{
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3 ease-in-out;
}

.menu-links{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgb(254, 253, 255);
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
}

.menu-links a{
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: all 0.3 ease-in-out;
}

.menu-links li{
    list-style: none;
}

.menu-links.open{
    max-height: 300px;
}

.hamburger-icon.open span:first-child{
    transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2){
    opacity: 0;
}

.hamburger-icon.open span:last-child{
    transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span :first-child{
    transform: none;
}

.hamburger-icon span :first-child{
    opacity: 1;
}

.hamburger-icon span :first-child{
    transform: none;
}
/* ------------------- */


/* ----------DESKTOP CSS---------- */

#desktop-nav{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
/* --------------------- */
#hero-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    
}

.hero-title1{
    /* display: flex; */
    
    height: fit-content;
    padding: 0;
    font-size: 3rem;
}
.hero-title2{
    /* display: flex; */
    font-size: 3rem;
    height: fit-content;
}
.hero-description-container{
    display: flex;
    justify-content: center;
    width: 100%;
    
}
.hero-description{
    display: flex;
    width: 80%;
    text-align: center;
    color:white;
}

.hero-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
}
#hero-btns{
    display: flex;
    justify-content:space-between;
}
.explore-btn{
    height: 60px;
    width: 12rem;
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    border-radius: 2rem;
}
.btn{
    height: 60px;
    /* width: 100px; */
    font-weight: 600;
    transition: all 300ms ease;
    padding: 1rem;
    width: 7rem;
    border-radius: 2rem;
}
.btn-color-1, .btn-color-2{
    border: rgb(53, 53, 53) 0.1rem solid;
}
.btn-color-1{
    background: rgb(53, 53, 53);
    color: white;
}
.btn-color-1:hover{
    border: rgb(255, 255, 255);
    color: black;
    background-color: white;
}
/* ----------------OUR STORY SECTION */

#ourstory{
    display: flex;
    flex-direction: column;
    height: 150vh;
    

}


.experience-details-container{
    display: flex;
    justify-content: center;
    height: 100%;
    /* background-color: bisque; */
}

.about-containers{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.details-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    border: 1px solid;
    border-color: hsl(220 13% 91%);
    padding: 0.5rem;
}
.details-container:hover{
    transition: all 300ms ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.experience-sub-title{
    display: flex;
    /* background-color: rgb(218, 75, 75); */
}

.article-container{
    display: flex;
    width: 80%;
    text-align: center;
    /* background-color: rgb(169, 180, 51); */
}

/* ------------OUR PRODUCT-------- */

#ourproduct{
    display: flex;
    flex-direction: column;
}
.outer-product-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-container{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    border-radius: 2rem;
    border: 1px solid;
    border-color: hsl(220 13% 91%);
    
}
.divider-line{
    width: 95%;
    height: 1px;
    background-color: rgb(199, 198, 198);
}
/* =-----------------OUR TEAM------------ */
#ourteam{
    display: flex;
    flex-direction: column;
}
.outer-team-container{
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.team-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    border: 1px solid;
    border-color: hsl(220 13% 91%);
}
.team-container:hover{
    transition: all 300ms ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.team-article-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* --------CONTACT--------- */
#contact{
    display: flex;
    flex-direction: column;
}

.contact-articles-container{
    display: flex;
    flex-direction: column;
    
}

.email-article-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    border: 1px solid;
    border-color: hsl(220 13% 91%);
    padding: 0.5rem;
}

.inquiry-article-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    border: 1px solid;
    border-color: hsl(220 13% 91%);
    padding: 0.5rem;
}

.outer-email-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-lookingfor-container{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    align-items: center;
}
.mail-form{
    display: flex;
    flex-direction: column;
    margin: 5px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid;
    border-color: hsl(220 13% 91%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-family: sans-serif;
}

input, textarea{
    height: 2.5rem;
    border-radius: .5rem;
    padding: 5px;
}
textarea{
    
    height: 25vh;
}

/* FOOTER */

#footer{
    display: flex;
    flex-direction: column;
    background-color: black;
    /* height: 100vh; */
}
.outer-footer-container{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
    height: 100%;
}
.footer-header{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.quick-links-container{
    display: flex;
    flex-direction: column;
    /* background-color: brown; */
    margin-bottom: 20px;
}

.footer__text__p1{
    color: rgb(169, 169, 169);
    text-decoration: none;
}
a{
    text-decoration: none;
    color: rgb(179, 179, 179);
}