

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: 'work sans', sans-serif;
    background: url('../images/Hero_1.png'); 
    background-repeat: no-repeat;
    
    
}

.logo {
    max-width: 12.5vw;
    max-height: 12.5vh;
    padding: 1rem;
}

.container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 3rem;
}

/* navbar */

nav {
    margin-top: 5rem;
    margin-bottom: 7.5rem;

}

nav .container {
    display: flex;
    align-items: center;
}

nav .nav_links {
    display: flex;
    list-style: none;
    margin-left: 15rem;
}

nav .nav_links li a {
    font-size: 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 3rem;
    color: rgb(255, 255, 255);
    border-bottom: 2px solid transparent;
    border-top: 3px solid transparent;
    transition: border 0.5s;
    padding: 0.25rem;
}

nav .nav_links li a:hover {
    border-bottom: 3px solid #D86600;
    border-top: 3px solid #D86600;
}

/* headers */

h1 {
    display: flex;
    font-size: 120px;
    justify-content: center;
    align-items: center;
    height: 100vh;
    color: white;
    padding-left: 100vh;
    text-align: left;
}

h2 {
    padding-bottom: 10px;
    font-size: 40px;

}

#Subscribe {
    padding-top: 10px;
    font-size: 20px;
}

h3 {
    font-size: 20px;
    padding-top: 10px;
}


.shop_contact_logos {
    max-width: 12.5vw;
    max-height: 12.5vh;
    padding: 0;
    padding-left: 2rem;
    align-items: center right;

}

.contact_icon {
    padding-left: 2rem;
    padding-bottom: 2rem;

}



#book-call {
    width: 222px;
    height: 60px;
    flex-shrink: 0;
    background-color: #D86600;
    border-radius: 5px;
    align-items: right;
    font-size: large;
    font-weight: bold;
    color: white;
    
    

}


#about_me_button {
    width: 222px;
    height: 60px;
    flex-shrink: 0;
    background-color: black;
    border-radius: 5px;
    align-items: right;
    font-size: large;
    font-weight: bold;
    color: white;
    
    

}

.wrapper {

    width: 100%;
    height: 325px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: #ffffff;
    flex-shrink: 0;

    /* width: 1440px;
height: 459px;
flex-shrink: 0; */

}

.testimonial-video {
    width: 50%;
    height: 320px;
    flex-shrink: 0;
    padding: 3rem;
}

.testimonials_text {
    width: 50%;
    height: 320px;
    flex-shrink: 0;
    background-color: #ffffff;
    padding: 3rem;

}

.about_me_image {

    background: url(../images/Image_Cesar_1.png) lightgray 50% / cover no-repeat;
    width: 50%;
    height: 300px;
    border-radius: 10px;
}

.about_me_text {
    width: 50%;
    background-color: black;

    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    

}

.about_me_text h2 {
    color: white;
    padding: 2rem;
}

.about_me_text p {
    color: white;
    padding: 2rem;
}


footer {
    color: white;
    width: 100%;
    height: 329px;


    display: flex;
    flex-direction: row;

    padding: 0 3rem;
    
}

.orange_band {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    background-color: #D86600;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.orange_band_text {

}

.email_wrapper {
    height: 100px;
    text-align: center;
}

.email_input_text {
    padding: 2rem;
    align-items: center;
}


.subscribe_header {
    padding: 2rem;
    color: white;
}

.band_icon {
    height: 126px;
    padding: 0 3rem;

    display: flex;

    
}

.container_footer {
    width: 100%;
    margin: auto;

}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul {
    list-style: none;
}

.footer{
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #D86600;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: white;
    text-decoration: none;
    font-weight: 300;
    color: #84868A;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: white;
    padding-left: 10px;
}

/* responsive */

@media(max-width: 767px){
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
}
}

@media(max-width: 574px){
    .footer-col {
        width: 100%;
}
}