@import url("/mycontactpage/contact.css");

*{
    margin: 0;
    padding: 0;
}

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

nav{
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 4rem;
    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%, 49%, 0.205);
    border-radius: 0.7rem;
    z-index: 1;
}

div.collab{
    color: #F5E6CC;
    width: 95vw;
    z-index: 2;
    position: absolute;
    padding: 7rem 4rem;
}

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

.get{
    margin-top: 3rem;
}

.get a{
    color: #F5E6CC;
    text-decoration: none;
    border: 1px solid #F5E6CC;
    padding: 0.9rem 1.8rem;
    border-radius: 0.6rem;
    font-size: 0.9rem;
}

/*MAKE SECTION*/
section.make{
    padding: 4rem 8rem;
    display: flex;
    gap: 3.5rem;
    margin-bottom: 2rem;
}

.make1{
    height: 40vh;
    width: 50vw;
}

.make1 img{
    height: 100%;
    width: 100%;
}

.make2{
    height: 40vh;
    width: 50vw;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.make2 h3{
    font-size: 2.3rem;
}

.make22 p{
    font-size: 0.8rem;
}

/*JOIN SECTION*/
section.join{
    background-color: #FAF3E5;
    height: 55vh;
    width: 100%;
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 8rem;
}

.join1{
    width: 90vw;
    text-align: center;
}

.join1 h3{
    font-size: 2.8rem;
}

section.freq{
    margin-bottom: 8rem;
}

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

.freq1{
    width: 90vw;
}

.freq2{
    width: 90vw;
}

section.freq span{
    width: 90vw;
}

section.test{
    background-color: #FAF3E5;
    height: 65vh;
}

section.test p{
    width: 70vw;
}