body {
    font-family: 'Sen', sans-serif;
}
header {
    padding: 30px 10%;
}
nav {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
nav div {
    padding: 5px;
}
.header-link, .header-link:visited {
    color: #000000;
}
.header-link:hover {
    color: #696969;
}
a, a:visited, a:hover, a:link {
    text-decoration: none;
    cursor: pointer;
} 
.skip {
    background-color: #696969;
    color: #ffffff;
    padding: 5px;
    border: 1px solid #000000;
    text-decoration: none;
    position: absolute; 
    top: 10px;
    left: -999px; 
}
.skip:focus {
    left: 10px;
}
.empowerklogo {
    max-width: 250px;
    width: 100%;
    display: inline-block;
}
.navlogo {
    display: flex;
    flex-shrink: 0;
}
.socials {
    display: flex;
    margin-right: auto;
    margin-left: 30px;
}
.socials2 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.mainnav {
    display: flex;
    align-items: center;
}
.instalogo {
    width: 40px;
    display: inline-block;
}
.facebooklogo {
    margin-left: 15px;
    width: 40px;
    display: inline-block;
}
.linkedinlogo {
    margin-left: 15px;
    width: 40px;
    display: inline-block;
}
.mainpages {
    display: flex; 
}
.mainpages a {
    margin-right: 20px; 
}
.introvideo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 80%;
}
.intromobilevideo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 80%;
}
.firstsection {
    display: block;
    background-color: #000033;
    padding-bottom: 20px;
}
.giflogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}
.heading1 {
    font-size: 30px;
    color:#FFFFFF;
    text-align: center;
    margin-top: -60px;
}
.heading2 {
    font-size: 24px;
    text-align: left;
}
.stats-wrapper {
    display: flex;
    width: 100%; 
}
span {
    color: #336699;
}
.stats {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}
.main2text {
    font-size: 24px;
    font-weight: 600;
    width: 50%; 
    margin-bottom: 30px;
}
.main2text:nth-child(even) {
    text-align: right;
}
.main2text:nth-child(odd) {
    text-align: left; 
}
.secondsection {
    position: relative;
    display: flex;
    justify-content: center;
    height: auto; 
    overflow: hidden;
}
.backvideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.secondsectiontext {
    width: 100%;
    padding: 0 20px;
    max-width: 900px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secondsectiontext h2, .secondsectiontext .headings, .secondsectiontext p {
    width: 100%;
}
.ourstorytext {
    font-size: 23px;
    font-weight: 600;
    width: 50%; 
    margin-left: 100px;
}
.ourstoryheading {
    padding-bottom: 15px;
    font-size: 24px;
    width: 100%;
}
.logostandalone {
    width: 30%;
    margin-left: auto;
    margin-top: 30px;
}
.thirdsection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    text-align: center;
    padding: 40px 0;
    background-color: #000033;
}
.thirdsectionheader {
    font-size: 20px;
    width: 100%;
    color: #ffffff;
}
.process-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    justify-content: center;
}
.process-box img {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
.process-box h2 {
    margin-bottom: 10px;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #336699;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn:visited {
    color: #ffffff;
}
.btn:hover {
    color: #c1c1c1;
}
.text-and-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-left: 40px;
}
.hrcompletedescription {
    border: 1px solid #000000;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 6px #494949;
}
.hrcomplete-heading {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.hrcompletedescription h1 {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.hrcompletedesctext {
    font-size: 17px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    color: #000000;
}
#services {
    text-align: center;
    background-color: #000033;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }
.servicesheader {
    font-size: 23px;
    color:#ffffff;
    padding-bottom: 20px;
}
.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
} 
.service-box {
    background-color: #ffffff;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ffffff;
    padding: 20px;
    width: 300px;
    text-align: center;
}
.service-box h2 {
    font-weight: bold;
}
.service-box p {
    text-align: center;
}
.servicetext {
    font-size: 17px;
    font-weight: 200; 
}
#how-it-works {
    position: relative;
    text-align: center;
    padding: 50px;
}
.how-it-works-header {
    font-size: 23px;
    color:#000033;
    padding-bottom: 20px;
}
.how-it-works-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.how-it-works-box {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 30px;
    width: 350px;
    height: 380px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.how-it-works-box h2 {
    margin-top: 30px;
    font-weight: bold;
}
.how-it-works-box h1 {
    font-size: 35px;
    width: 100%;
}
.how-it-works-box p {
    text-align: center;
    font-size: 17px;
    font-weight: 200; 
}
.background-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.background-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 50%;
    font-weight: bold;
    font-size: 40px;
    background-color: #ffffff;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center; 
    gap: 20px;
    padding: 40px 0;
    color: #000033;
}
.footerheader {
    text-align: center;
    font-size: 20px;
    color:#000033;
}
.footer-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; 
}
.footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    width: 200px;
    border: 4px solid #000033;
    border-radius: 5px;
    padding: 20px;
}
.footer img {
    width: 40px;
}
.footer h2 {
    font-size: 18px;
    margin: 0;
}
.footer-box p {
    font-size: 16px;
    font-weight: 200;
    margin: 0;
}
.hidden {
    filter:blur(2px);
    opacity: 0;
    transition: all 1.2s;
}
.show {
    filter:blur(0);
    opacity: 1;
}
@media screen and (max-width: 799px) {
    .socials {
        display: flex;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
    .mainnav {
        display: block;
    }
    .mainpages {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
    .mainpages a {
        margin-left: 10px;
        margin-right: 20px; 
    }
    .navlogo {
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
    .process-box {
        width: 90%;
        margin-bottom: 20px;
    }
    .heading1 {
        margin-top: 5px;
        font-size: 20px;
    }
    .introvideo {
        display: none;
    }
    .logostandalone {
        display: none;
    }
    .logostandalonemobile {
        width: 50%;
        margin-left: auto;
        margin-top: 30px;
    }
    .footer-box {
        width: 100%;
    }
    .nobreak {
        display: none;
    }
    .giflogo {
        width: 50%;
    }
    .heading1 {
        font-size: 20px;
        color:#FFFFFF;
        text-align: center;
        margin-top: -40px;
    }
    .ourstorytext {
        font-size: 18px;
        width: 100%;
        margin-left: 0;
    }
    .how-it-works-box {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .how-it-works-header {
        padding-bottom: 5px;
    }
    
}
@media screen and (min-width: 800px) {
    .intromobilevideo {
        display: none;
    }
    .logostandalonemobile {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1067px) {
    .footer-content {
        justify-content: space-around;
    }
    .footer-box {
        flex: 1 1 30%;
    }
}
@media screen and (max-width: 1205px) {
    .how-it-works-content {
        flex-direction: column;
    }
    .how-it-works-box {
        margin-top: 20px;
    }
    .how-it-works-header {
        padding-bottom: 5px;
    }
    
}