*{
    margin: 0;
    padding: 0;
}

.logo img{
    height: 6rem;
    width: 6rem;
}

nav{
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 1rem;
    align-items: center;
}

nav ul, .nav1{
    display: none;
}

.burger{
    display: flex!important; 
    font-size: 2rem!important;
}

/*HERO SECTION*/
section.hero{
    background-image: url('Assets&images/hero-pic.jfif');
    background-size: cover;
    height: 75vh;
    width: 100%;
}

div.overlay{
    content:"";
    position: absolute;
    height: 75vh;
    width: 100%;
    background-color: hsla(108, 22%, 36%, 0.37);
    z-index: 1;
}

div.collab{
    color: #F5E6CC;
    width: 95vw;
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

div.collab h1{
    font-size: 2.3rem;
    text-align: center;
    width: 87vw;
}

div.collab p{
    font-size: 0.9rem;
    width: 80vw;
    line-height: 1.2rem;
}

.get{
    margin-top: 2rem;
}

.get a{
    color: #F5E6CC;
    text-decoration: none;
    border: 1px solid #F5E6CC;
    padding: 0.7rem 1.6rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
}

/*MAKE SECTION*/
section.make{
    padding: 1rem 8rem;
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
    margin-bottom: 6rem;
    height: 95vh;
}

.make2 h3{
    font-size: 1.8rem;
    width: 95vw;
}

.make22 p{
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.make23 p a{
    color: white;
    background-color: #699861;
    padding: 0.5rem 1.3rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 0.8rem;
}

/*JOIN SECTION*/

.join1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join1 h3{
    font-size: 2.3rem;
}

.join1 p{
    font-size: 0.9rem;
    width: 89vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join2 input.mail{
    padding: 0.5rem;
    width: 50vw;
    border-radius: 0.5rem;
    border-color: #69986166;
    border: 1px solid #69986166;
    background-color: #FAF3E5;
}

.search-icon{
    position: absolute;
    right: 0.3rem;
    bottom: 0.8rem;
}

.search-icon img{
    height: auto;
    width: 3.5vw;
}

/*FREQ SECTION*/
section.freq{
    margin: 8rem 0;
    padding: 0 1.1rem;
}

section.freq h2{
    font-size: 2rem;
}

.freq1{
    width: 90vw;
}

.freq2 {
    width: 98vw;
}

.freq2 p{
    width: 85vw;
}

section.freq span{
    width: 95vw;
}

/*TEST SECTION*/
.sarah{
    height: 25vh;
    width: 25vw;
    border-radius: 50%;
}

.sarah img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

section.test p{
    width: 90vw;
}

.subs-mail .sub-input{
    padding: 0.5rem;
    width: 45vw;
    border-radius: 0.3rem;
}

.subs-mail .sub-button{
    padding: 0.5rem;
    width: 15vw;
    border-radius: 0.3rem;
    background-color: #699861;
    color: #F5E6CC;
    border: none;
}