.header {
    text-align: center;
}

.header-img {
    max-width: 130px;
}

/*=============== HOME ===============*/


.home_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-position: 35%;
    object-fit: cover;
    z-index: -1;
}

.home_container {
    position: relative;
    height: calc(100vh - 5.5rem);
    align-content: center;
}

.home_data-subtitle,
.home_data-title{
    color: #fff;
}

.home_data-subtitle {
    display: block;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.home_data-title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}


/*=============== BUTTONS ===============*/

.button {
    display: inline-block;
    background-color: hsl(190, 64%, 22%);
    color: #fff;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: .3s;
}

.button:hover{
    background-color: var(--first-color-alt);
}

.button--flex{
    display: flex;
    align-items: center;
    column-gap: .25rem;
}

.button--link{
    background: none;
    padding: 0;
}

.button--link:hover{
    background: none;
}

/*=============== ABOUT ===============*/

.about {
    background-color: #162527;
}

.about_data {
    color: hsl(190, 8%, 60%);
}

.about_data-title {
    text-align: center;
    margin-bottom: 2rem;
    color: hsl(190, 8%, 60%);
}

.about_data p {
    text-align: justify;
    margin-bottom: .75rem;
}

.about_img {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.about_img-one {
    width: 130px;
}

.about_img-tow {
    width: 180px;
}

/*=============== VIDEO ===============*/
.video {
    
    padding-bottom: 0;
}

.video .section_title {
    text-align: center;
    margin-bottom: .75rem;
}

.video_container{
    padding-bottom: 1rem;
}

.video_description{
    text-align: center;
    margin-bottom: var(--mb-2-5);
}

.video_content{
    position: relative;
}

.video_button{
    position: absolute;
    right: 1rem;
    bottom: -1rem;
    padding: 1rem 1.5rem;
}

.video_button-icon{
    font-size: 1.2rem;
}

.video_butons {
    display: flex;
}

.video_image {
    margin-top: 20px;
}

.video_image img{
    width: 100%;
    max-height: 200px;
    object-position: 10% 30%;
    object-fit: cover;
    
}

.video_butons{
    margin-top: 2rem;
    max-height: 100px;
    text-align: center;
}

.video_butons-btn-one{
    max-width: 250px;
    margin-right: 1rem;
    background-color: #2B3C3F;
    
}

.video_butons-btn-two {
    max-width: 250px;
}

/*=============== BENEFITS ===============*/
.benefits {
    background-color: #162527;
    margin-top: -5px;
    text-align: center;
}

.benefits_data-title {
    text-align: center;
    margin-bottom: 2rem;
    color: hsl(190, 8%, 60%);
}   

.benefits p {
    margin-bottom: 1rem;
    text-align: justify;
    color: hsl(190, 8%, 60%);
}

.benefits a {
    margin: 2rem 0;
    text-align: center;
}
/*=============== MEETS ===============*/


/*=============== FORM ===============*/
.register {
    background-color: #162527;
}

.register_data-title {
    text-align: center;
    margin-bottom: 2rem;
    color: hsl(190, 8%, 60%);
}

.register_data p {
    color: hsl(190, 8%, 60%);
    margin-bottom: 2rem;
}

.register_form div{
    display: flex;
    flex-direction: column;
}

.register_form input {
    padding: 20px;
    border-radius: 5px;
}
.register_form-button {
    align-items: center;
}

.register_form a {
    margin-top: 1rem;
}


.register_alert span {
    font-weight: 600;
}

.register_alert p {
    font-size: 0.75rem;
}

.thanks {
    height: 100vh;
    width: 100%;
    background-color: #162527;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    
}
.thanks_container {    
    text-align: center;
}

.thanks_container h2,
.thanks_container p,
.thanks_container a,
.thanks_container span {
    color: hsl(190, 8%, 60%);
}

.thanks_container h2 {
    text-align: center;
}

.thanks_container span {
    margin-bottom: 2rem;
    justify-self: center;
    font-size: 0.75rem;
}

.thanks_container p {
    text-align: center;
    margin: 1.5rem 0;
}


/*=============== Location ===============*/

.location {
    background-color: #162527;
    min-height: 100vh;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    
}

.location_title {
    color: hsl(190, 8%, 60%);
    margin-bottom: 35px;
}

.location_select-businessModel {
    margin-bottom: 15px;
    
}

.businessModel_select {
    width: 85%;
}

.location_select {
    width: 85%;
    
}

.location_store {
    margin-top: 35px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 15px 5px;
}

.location_store,
.location_store-name,
.location_store-city {
    color: hsl(190, 8%, 60%);
}

.location_store-city {
    font-size: 0.75rem;
}

.location_store-location {
    margin: 10px 0;
}

.location_store-link {

}

.location_store-link span {
    display: inline-block;
    background-color: hsl(190, 64%, 22%);
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1rem;
    cursor: pointer;
}


.location_store-link a {
    display: inline-block;
    background-color: hsl(190, 64%, 22%);
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1rem;
    cursor: pointer;
}
/*=============== Store Links ===============*/

.store_link {
    background-color: #162527;
    min-height: 100vh;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.store_link-container {
    
}

.store_link-header img {
    max-width: 100px;
}

.store_link-header p {
    color: hsl(190, 8%, 60%);
}

.store-link-link {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.store-link-link a {
    color: hsl(190, 8%, 60%);
}

.store-link-link a {
    display: inline-block;
    background-color: hsl(190, 64%, 22%);
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1rem;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
}

.store-link-link a i {
    padding-right: 10px;
    color: #fff;
}

.store_link-social {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 12%;   
}

.store_link-social a{
    padding: 0 10px;
    font-size: 1.2rem;
    color: #fff;
}