/* CSS Reset */
* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Manrope', sans-serif;
    scroll-behavior: smooth;
}

body {
    background: black;
}

.material-icons{
    font-size: 24px;
}

/* Navbar Styling*/
#navbar {
    display: flex;
    position: sticky;
    align-items: center;
    top: 0;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, .8);
    padding: 0 10em;
}

/* Logo */
#logo img {
    width: 147px;
}

/* nabvar items */
#navbar ul {
    display: flex;
    align-items: center;
}

#navbar ul li {
    list-style: none;
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
}

#navbar ul li a {
    display: block;
    padding: 1em 1.5em;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    border-radius: 56px;
    margin: 0px 3px;
}

#navbar ul li a:hover {
    background-color: white;
    color: black;
}

/* selecting last li element */
#navbar ul li:last-child {
    margin-left: 2.3rem;
    border-radius: 56px;
}

#navbar ul li:last-child a {
    background-color: rgba(255, 255, 255, 0.08);
    color: #FF00E5;
}

#navbar ul li:last-child a:hover {
    background-color: white;
    color: black;
}

/* Main heading styling */
#home {
    display: flex;
    height: 725px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -186px;
    margin-bottom: 100px;
}

#home::before {
    content: "";
    position: absolute;
    background: url('../Images/Mask\ group.png') no-repeat center center/cover;
    height: 435px;
    width: 100%;
    top: 280px;
    left: 0px;
    z-index: -1;
}

#home h1 {
    text-align: center;
    letter-spacing: -0.04em;
    padding: 10% 5% 0px 5%;
}

#home p {
    font-size: 1.5rem;
    padding: 2% 10% 4% 10%;
    color: white;
    text-align: center;
    background: transparent;
}

/* Enter your email */
#email-id form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

#email-id input {
    border: 2px solid #EAEAEA;
    border-radius: 100px;
    width: 350px;
    height: 4.12em;
    padding: 0px 12.5em 0 1.75em;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -0.03em;
    color: white;
}

#email-id button {
    margin-left: -200px;
}

/* Goals-container and missions */
#goals-container{
    height: auto;
    margin: 4rem 0;
    background-color: black;
}

#goals-heading,
#advantages-heading {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
}

#goals-heading h2,
#advantages-heading h2 {
    text-align: center;
    padding: 10px 50px;
}

#goals-heading p,
#advantages-heading p {
    text-align: center;
    padding: 1.1em 2.8em;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: white;
}

#goals-content {
    display: flex;
    align-items: center;
    margin: 0px 136px;
    height: auto;
}

#goals-content-balanceimage,
#goals-content-balanceimage img{
    width: 430px;
}

#goal-features {
    padding-left: 30px;
}


#goal-features p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin: 28px 0px;
    padding-left: 28px;
}

/* Advantages section */
/* advantages heading part css is writtern in goals container and missions section  */
#advantages-container {
    height: auto;
}

#advantages-content {
    display: flex;
    margin: 0 135px;
}

.advantages-box-contents {
    height: auto;
    width: auto;
    margin: 8px 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
}

.advantages-box-contents img {
    height: 100px;
    display: block;
    margin: auto;
}

.advantages-box-contents h3 {
    margin: 16px 0;
}

.advantages-box-contents p {
    padding: 0 46px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

#advantages-content-p {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    cursor: pointer;
    margin: 16px 0;
}

/* Contact information container  */
#contact-container {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 135px;
}

#contact-info {
    padding-right: 40px;
}

/* social media */
#socialmedia-icons {
    display: block;
}

#socialmedia-icons img {
    margin: 0 30px 0 0;
    cursor: pointer;
    border-radius: 50%;
}

#socialmedia-icons img:hover { 
    background: black; 
    box-shadow: 0 0 30px white;
}

/* tagline styling */
#tagline {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 48px 0;
}

/* address info */
.info {
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.info p {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    padding-left: 10px;
}


/* Contact Us form styling */

#contact-us {
    width: 562px;
    padding-left: 40px;
}

/* styling contact form imput boxes  */
#contact-us form {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.form-group input {
    border: 0;
    border-bottom: 0.846561px solid #FFFFFF;
    outline: none;
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
}

.form-group {
    margin: 20px 5px;
}

.form-group #first-name,
.form-group #last-name {
    padding: 8px 0;
    width: 80%;
}

.form-group #email {
    padding: 8px 0;
    width: 184%;
}

/* making the buttons width small other styling is already defined in utility classes  */
#contact-us button {
    width: 107px;
}

/* footer styling */
.footer-element {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: white;
    text-align: center;
    padding: 30px;
}

.footer-element a{
    text-decoration: underline;
    color: white;
}

/* Utility Classes */
.h1 {
    color: white;
    font-size: 5rem;
    font-style: normal;
    font-weight: 800;
}

.h2 {
    color: white;
    font-size: 2.81rem;
    font-style: normal;
    font-weight: 800;
}

.h3 {
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
}

.btn {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(255, 0, 229, 0.9);
    color: white;
    border-radius: 100px;
    cursor: pointer;
    width: 191px;
    height: 50px;
}

.btn:hover {
    background-color: white;
    color: black;
}

/* for making the text imput box trasparent */
input[type="email"] {
    background-color: transparent;
}

input[type="text"] {
    background-color: transparent;
}

/* for aligning the line with the paragraphs on mission and goals*/
.p-line {
    display: flex;
    align-items: center;
}


.top {
    position:sticky;
    float: right; /* make sure to add this as this helps to position button of the right side for sticky position */
    bottom: 20px;
    right: 20px;
    text-decoration: none;
 
    /* This part is just visual design */
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    background: rgba(255, 0, 229, 0.9);
    cursor: pointer;
    padding: 1em 1.5em;
    color: rgba(255, 255, 255, 0.92);
    border-radius: 56px;
}