@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset CSS */

.textLB {
    font-family: 'Inter', cursive;
    width: 90%;
    font-weight: 700;
    font-size: 32px;
    color: #091E42;
    line-height: 36px;
}

.textRB {
    font-family: 'Inter', cursive;
    font-weight: 700;
    font-size: 20px;
    color: #091E42;
    line-height: 24px;
}

.text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #344563;
}

.textSB {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #344563;
}

.borderBottom {
    border-bottom: 1px solid #C1C7D0;
}

.container {
    margin: 0 auto;
    max-width: 1000px;
}

.horizontal10 {
    height: 10px;
}

.horizontal30 {
    height: 30px;
}

.sectionBackgroundGrey {
    background-color: #F4F6FA;
    border-radius: 30px;
    margin: 10px 10px;
    padding: 40px;
}

.logoBlue {
    background-image: url("images/logo_512.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    height: 100px;
    width: 100px;
    margin: 40px auto;
}

.appleAppStoreBadge {
    display: inline-block;
    background-image: url("images/appleAppStoreBadge.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 150px;
    margin-top: 5px;
}

.googlePlayStoreBadge {
    display: inline-block;
    background-image: url("images/googlePlayStoreBadge.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 167px;
    margin-left: 10px;
    margin-top: 5px;
}

/* .section2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 500px;
    gap: 50px;
    grid-template-areas: 
        "image1 image2 image3";
    padding: 50px 0 0 0;
    border-bottom: 1px solid #C1C7D0;

}

.section2 .image1 {
    grid-area: image1;
    background-image: url("images/image1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section2 .image2 {
    grid-area: image2;
    background-image: url("images/image2.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section2 .image3 {
    grid-area: image3;
    background-image: url("images/image3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

.section4 {
    display: grid;
    grid-template-columns: 37fr 63fr;
    grid-template-areas: 
        "trucks3 trucks1";
}

.trucks1 {
    grid-area: trucks1;
    background-image: linear-gradient(to left, rgba(244, 246, 250, 0.2), rgba(0, 0, 0, 0.80)), url("images/trucks1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
    width: auto;
    border-radius: 30px;
    margin: 10px 10px;
}

.trucks2 {
    grid-area: trucks2;
    background-image: linear-gradient(to left, rgba(244, 246, 250, 0.2), rgba(0, 0, 0, 0.80)), url("images/trucks2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
    width: auto;
    border-radius: 30px;
    margin: 10px 10px;
}

.trucks3 {
    grid-area: trucks3;
    background-image: linear-gradient(to left, rgba(244, 246, 250, 0.2), rgba(0, 0, 0, 0.80)), url("images/trucks3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
    width: auto;
    border-radius: 30px;
    margin: 10px 10px;
}

.section5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 
        "tile1 tile2 tile3"
        "tile4 tile5 tile6";
}

.tile1 {
    grid-area: tile1;
}

.tile2 {
    grid-area: tile2;
}

.tile3 {
    grid-area: tile3;
}

.tile4 {
    grid-area: tile4;
}

.tile5 {
    grid-area: tile5;
}

.tile6 {
    grid-area: tile6;
}

.tileImage {
    margin-bottom: 10px;
}

.privacyPolicySection1 {
    padding: 40px 40px;
}

@media screen and (max-width:800px) {
    .textLB {
        width: 100%;
        font-size: 26px;
        line-height: 30px;
    }

    /* .section2 {
        grid-template-columns: 1fr;
        grid-template-rows: 400px 400px 400px;
        gap: 50px;
        grid-template-areas: 
            "image1"
            "image2"
            "image3";
    } */

    .section4 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
            "trucks1"
            "trucks3"
    }

    .section5 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: 
            "tile1"
            "tile2"
            "tile3"
            "tile4"
            "tile5"
            "tile6";
    }

}



