* {
    margin: 0;
    padding: 0;
}
.container {
    /* background: url('./img/Sultana_Landing\ Page\ copy.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%; */
    margin-bottom: -10;
    padding: 0;
}
/*
Fonts
TTOctosquaresExp-Medium, sans-serif;
TTOctosquares-Bold, sans-serif;
TTOctosquaresExp-Bold, sans-serif;
TTOctosquares-BoldIt, sans-serif;
Zeppelin42, sans-serif;
HelveticaNeue, sans-serif;
HelveticaNeueLTPro-Lt, sans-serif;
HelveticaNeueLTPro-LtIt, sans-serif;
HelveticaNeueLTPro-Md, sans-serif;
HelveticaNeueLTPro-MdIt, sans-serif;
HelveticaNeueLTPro-BdEx, sans-serif;

Colors
Black: #000000;
White: #ffffff;
Dark Gray: #58595B;
Light Gray: #A7A9AC;
Blue: #004A7C; rgba(0, 74, 124, 1.0)
Yellow: #EEB81D;
 */


:root {
    --blue-color: #004a7c;
    --yellow-color: #f1ba1b;
}
h1 {
    font-family: Zeppelin42, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h2 {
    font-family: Zeppelin42, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}
h3 {
    font-family: Zeppelin42, sans-serif;    letter-spacing: 3px;
    text-transform: uppercase;
}
p {
    font-family: HelveticaNeueLTPro-Lt, sans-serif;
}




/* ==================================================== */
/* Base */

/* ==================================================== */
/* Menu */
.menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 250px;
    position: relative;
    z-index: 200;
}
.upper-menu {
    background: url('./img/menu-bg.png');
    text-align: center;
    width: 100%;
    height: 105px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: -250px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.upper-menu p {

    padding: 20px 100px;
    color: #004a7c;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.upper-menu img {
    width: 300px;
    margin-top: 20px;
    z-index: 500;
}

@media only screen and (max-width: 600px) {
    .menu {
        margin-left: 20px;
        position: relative;
        z-index: 15;  
    }
    .upper-menu {
        background: url('./img/menu-bg.png');
    }
    .upper-menu p {
        padding: 13px;
        color: #004a7c;

        margin-left: 250px;
        font-size: 12px;
    }
    .upper-menu img {
        width: 150px;
        margin-right: 150px;
    }
}

@media only screen and (max-width: 416px) {
    .upper-menu p {
        padding: 13px;
        color: #004a7c;

        margin-left: 320px;
        font-size: 12px;
    }
    .upper-menu img {
        width: 150px;
        margin-left: -30px;
        margin-right: 230px;
        margin-top: 25px;
    }
}

/* ==================================================== */
/* HEADER */
.header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./img/shutterstock_153081812.jpg');

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 65rem;
    margin-top: -300px;
}
.header-content {
    padding-top: 100px;
    height: 110%;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding-right: 100px;
}
.header-text a {
    text-decoration: none;
    color: white;
}
.header-text button {
    margin: 20px 0;
    background: transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 2px solid #f1ba1b;
    color: white;
    padding: 15px;
    width: 250px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .2s;
}
.header-text button:hover {
    background: #f1ba1b;
    color: #004a7c;
    letter-spacing: 5px;
    cursor: pointer;
    transition: .2s;
}
.header-content h1 {
    text-align: right;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.534);
}
.header-image img {
    width: 170px;
}

@media only screen and (max-width: 600px) {
    .header {
        position: relative;
        z-index: 10;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }
    .header-text {
        padding: 0 20px;
        /* margin-right: -60px; */
        width: 80%;
    }
    .header-content img {
        width: 80px;
    }
}

@media only screen and (max-width: 416px) {
    .header {
        height: 120vh;
    }
}

/* ==================================================== */
/* SUBSECTION */
.sub-container {
    background: url('./img/Sultana_Landing\ Page\ middle.png');
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.sub-container h3 {
    color: #f1ba1b;
    margin: 0 250px;
    padding-top: 35px;
}

.sub-section {
    font-family: HelveticaNeueLTPro-Lt, sans-serif;

    margin: 0 250px;
    padding: 30px 0 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.left-sub-section {
    flex: 1;
    padding-right: 20px;
}
.right-sub-section {
    flex: 1;
    padding-left: 20px;
    margin-top: -250px;
}
.left-sub-section img {
    margin: 60px 0 20px 0;
    width: 400px;
}
.right-sub-section-photos img {
    height: 130px;
    padding: 0px 10px;
}

@media only screen and (max-width: 1500px){

    .sub-container h3 {
        margin-left: 170px;
        /* padding-top: 100px; */
        text-align: left;
    }

}
@media only screen and (max-width: 1160px) {
    .sub-container {
        /* margin-top: -140px; */
    }
    .sub-container h3 {
        padding-top: 40px;
        margin: 0 60px;
    }
    .sub-section {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 20px 50px 150px 50px;
    }
    .left-sub-section {
        margin: 0;
        padding: 0;
    }
    .left-sub-section img {
        width: 300px;
    }
    .right-sub-section-photos img {
        height: 110px;
    }
    .truck-img {
        width: 600px;
    }
}
@media only screen and (max-width: 600px) {
    .sub-container {
        position: relative;
        z-index: -5;
        margin-top: -70px;
    }
    .sub-container h3 {
        margin: 0px;
        padding-top: 100px;
        text-align: center;
    }
    .sub-content-header {
        padding-top: 45px;
    }
    .sub-section {
        flex-direction: column;
    }
    .right-sub-section {
        margin-top: 0px;
    }
    .truck-img {
        width: 400px;
    }
    .right-sub-section-photos {
        display: none;
    }
}

@media only screen and (max-width: 416px) {
    .sub-container {
        margin-top: -40px;
    }
    .sub-container h3 {
        padding-top: 70px;
        margin: 0 60px;
    }
    .sub-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 20px 50px 50px 50px;
        /* text-align: center; */
    }
    .left-sub-section {
        margin: 0;
        padding: 0;
    }
    .left-sub-section img {
        width: 300px;
    }
    .truck-img {
        width: 300px;
    }
}

/* ==================================================== */
/* BOTTOM SECTION */
.bottom-section {
    background: url('./img/bottom-image.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    height: auto;
}
.image-section {
    margin: 0 250px;
    padding: 50px;
    display: flex;
}
.left-image-section {
    flex: 20%;
    margin-top: -100px;
    padding-right: 20px;
}
.left-image-section img {
    width: 200px;
}
.right-image-section {
    flex: 80%;
}
.right-image-section img {
    height: 150px;
    width: 200px;
    object-fit: cover;
    padding: 5px;
}
@media only screen and (max-width: 1160px) {
    .image-section {
        margin: -30px 0 0;
        padding: 30px;
    }
    .left-image-section {
        margin-right: 20px;
    }
    .right-image-section {
        display: flex;
        flex: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .right-image-section img {
        height: 150px;
        width: 150px;
        object-fit: cover;
        padding: 5px;
    }
}
@media only screen and (max-width: 600px) {
    .image-section {
        flex-direction: column;
        margin: -30px 0 0;
        padding: 30px;
    }
    .left-image-section {
        display: none;
    }
    .right-image-section {
        display: flex;
        flex: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .right-image-section img {
        height: 120px;
        width: 120px;
        object-fit: cover;
        padding: 5px;
    }
}

@media only screen and (max-width: 416px) {
    .right-image-section img {
        height: 100px;
        width: 100px;
        object-fit: cover;
        padding: 5px;
    }
}

/* ==================================================== */
/* DESCRIPTION SECTION */
.description-container {
    margin: 10px 250px;
}
.description-container h3 {
    padding: 12px 0;
    text-transform: uppercase;
    color: #f1ba1b;
    font-family: Zeppelin42, sans-serif;

}
.description-container p {
    color: white;
    font-family: HelveticaNeueLTPro-Lt, sans-serif;
}
@media only screen and (max-width: 1200px) {
    .description-container {
        margin: 10px 50px;
    }
    .description-container h3 {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 600px) {
    .description-container {
        margin: 10px 50px;
    }
    .description-container h3 {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 416px) {

}

/* ==================================================== */
/* CONTACT FORM */
.contact {
    margin: 150px 250px 0;
    padding-bottom: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 2px solid gray;
}
.left-contact-section {
    flex: 30%;
    padding: 50px 0;
}
.left-contact-section-top {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.left-contact-section-top h3 {
    color: gray;
    text-transform: uppercase;
    padding: 20px 0;
}
.left-contact-section-top img {
    width: 125px;
}
.left-contact-section ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: white;
}
.left-contact-section ul {
    padding-bottom: 30px;
}
.left-contact-section ul li img {
    width: 50px;
    padding-right: 30px;
}
.left-contact-section a {
	color: #fff;
	text-decoration: underline;
}
.left-contact-section a:active,
.left-contact-section a:focus,
.left-contact-section a:hover {
	color: #f1ba1b;
	text-decoration: none;
}

/* form */
.right-contact-section {
    height: 100%;
    flex: 50%;
    padding: 50px ;
    border-left: 2px solid gray;
}
.right-contact-section h2 {
    color: #f1ba1b;
    padding-left: 20px;
}
.right-contact-section p {
    color: white;
    padding: 10px 20px;

}
.right-contact-section form {
    display: flex;
    flex-direction: column;
}
.right-contact-section form input {
    padding: 15px;
    margin: 10px 0;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.251);;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .2s;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.right-contact-section form input::placeholder {
    color: white;
}
.right-contact-section form textarea {
    padding: 15px;
    margin: 10px 0;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.251);;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .2s;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.right-contact-section form textarea::placeholder {
    color: white;
}
input[type=text]:focus{
    outline: 1px solid #f1ba1b;
    transition: .2s;
}
textarea:focus{
    outline: 1px solid #f1ba1b;
    transition: .2s;

}
textarea {
    resize: none;
}
/* Buttons */
.contact button {
    margin: 20px 0;
    background: transparent;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 2px solid #f1ba1b;
    color: white;
    padding: 15px;
    width: 250px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: .2s;
}
.contact button:hover {
    background: #f1ba1b;
    color: #004a7c;
    letter-spacing: 5px;
    cursor: pointer;
    transition: .2s;
}

.form-submit-alert p{
    color: var(--yellow-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .contact {
        margin: 150px 50px;

    }
}
@media only screen and (max-width: 600px) {
    .contact {
        flex-direction: column;
        margin: 70px 50px;
        padding-bottom: 100px;
    }
    .left-contact-section-top {
        text-align: center;
    }
    .left-contact-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .right-contact-section {
        height: 100%;
        flex: 50%;
        padding: 0;
        border: none;
    }
    .right-contact-section form {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-contact-section form input, textarea {
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .contact {
        flex-direction: column;
        margin: 70px 50px 0;
    }
    .left-contact-section-top {
        text-align: center;
    }
    .left-contact-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .right-contact-section {
        height: 100%;
        flex: 50%;
        padding: 0;
        border: none;
    }
    .right-contact-section form {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-contact-section form input, textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 416px) {

}

/* ==================================================== */
/* FOOTER */
.footer {
    background: #f1ba1b;
    padding: 0 250px;
    margin: 0;
}
.footer-section {
    padding: 20px 0;

    display: flex;
    align-items: center;
    justify-content: space-around;
}
.left-footer-section {
    color: var(--blue-color);
    flex: 50%;
    margin-top: -15px;
}
.left-footer-section h3 {
    padding: 5px 0;
}
.right-footer-section {
    flex: 50%;
}
.right-footer-section img {
    margin-top: -200px;
    width: 400px;
    display: block;
    margin-left: auto;
}

.blue-footer-section {
    margin-top: -25px;
}
.blue-footer-section img {
    margin-bottom: -8px;
}
@media only screen and (max-width: 1200px) {
    .footer {
        margin-top: -170px;
        padding: 25px 50px;
    }
    .right-footer-section img  {
        margin-top: -100px;
        width: 200px;
    }

}
@media only screen and (max-width: 600px) {
    .footer {
        margin-top: -70px;
        padding: 25px 50px;
    }
    .right-footer-section img  {
        margin-top: -100px;
        width: 200px;
    }

}

@media only screen and (max-width: 416px) {
    .right-footer-section img  {
        margin-top: -20px;
        width: 150px;
        margin-right: -10px;
    }
    .footer p {
        font-size: 12px;
    }
}

