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

*{
    margin: 0;
    padding: 0;
}

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

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

nav ul{
    display: flex;
}

.nav1{
    display: flex;
    justify-content: center;
    align-items: center;
}

nav li{
    list-style-type: none;
    padding-inline: 0.7rem;
}

nav li a{
    color: #949494;
    text-decoration: none;
}

ul .home{
    background-color: #69986133;
    padding: 0.6rem 1rem;
}

ul .home a{
    color: #699861 !important;
    padding: 10rem 1rem !important;
}

.sign-in{
    color: #699861;
}

.sign-in a{
    border: 1px solid #699861;
    color: #699861;
    padding: 0.6rem 1rem;
    border-radius: 0.7rem;
}

.get-start{
    color: white;
}

.get-start a{
    background-color: #699861;
    color: white;
    padding: 0.6rem 1rem;
    border-radius: 0.7rem;
}

.burger{
    display: none;
}

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

div.overlay{
    content:"";
    position: absolute;
    height: 90vh;
    width: 100%;
    background-color: hsla(108, 22%, 49%, 0.205);
    border-radius: 0.7rem;
    z-index: 1;
}

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

div.collab h1{
    font-size: 3.4rem;
}

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

.get{
    margin-top: 2rem;
}

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

section.make{
    padding: 4rem;
    display: flex;
    gap: 3.5rem;
}

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

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

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

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

.make2 span{
    color: #699861;
}

.make23 p a{
    color: white;
    background-color: #699861;
    padding: 0.7rem 1.6rem;
    border-radius: 0.7rem;
    text-decoration: none;
}

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

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

.join1 span, .join1 a{
    color: #699861;
}

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

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

.join2{
    position: relative;
}

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

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

section.freq{
    height: 60vh;
    width: 100%;
    margin: 4rem 0;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.freq1{
    width: 50vw;
    background-color: #699861;
    color: #F5E6CC;
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 2rem;
}

.freq2{
    width: 50vw;
    background-color: #F8F8F8;
    color: #707070;
    padding: 1rem 2.5rem;
    margin: 1rem 0;
}

section.freq span{
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 2rem;
    width: 50vw;
    background-color: #F8F8F8;
    color: black;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d6d5d5;
}

section.test{
    background-color: #FAF3E5;
    height: 55vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 0 0 0;
}

.sarah{
    height: 20vh;
    width: 15vw;
    border-radius: 50%;
}

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

section.test h4{
    color: #699861;
}

section.test p{
    width: 20vw;
    text-align: center;
}

section.sub{
    background-color: white;
    height: 25vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.subs-mail form{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 0.5rem;
}

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

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


/* footer styling */
.footer-container{
    background-color: var(--foot-bg-clr);
    padding: 2rem;
}
.footer-content{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    color: #F5E6CC;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.foot-info{
    text-align: justify;
    line-height: 1.6;
    max-width: 380px;
    font-family: "Proxima Nova", sans-serif;
}
.f-heading{
    color: #F5E6CC;
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Proxima Nova", sans-serif;
}
.f-links a{
    color: #F5E6CC;
    font-size: 0.9375rem;
    text-decoration: none;
    font-weight: 250;
}
.footercontent2{
    background-color: #F5E6CC33;
    opacity: 0.8;
    color: #F5E6CC;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 2rem auto 0;
    padding: 1rem 3rem;
    border-radius: 16px;
}
.sociallinks{
    display: flex;
    gap: 2rem;
    align-items: center;
}