@import url("https://fonts.googleapis.com/css2?family=Alike&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    background-color: #fff;
}

.standard-hero {
    height: 300px;
    background-image: url("../images/build.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
    text-shadow: 2px 2px #0000004d;
}

.bg {
    background-image: url("../images/bg.jpg") !important;
}

.standard-hero h1 {
    color: #fff;
    font-family: Alike;
    font-size: 80px;
}

.standard-heading {
    width: 80%;
    margin: auto;
    padding: 3rem 1rem;
    border-radius: 20px;
    display: grid;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.standard-heading h1 {
    padding-bottom: 15px;
    font-family: Alike;
    color: #2e3f61;
}

.standard-heading p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.standard-heading button {
    padding: 15px 55px;
    background-color: #ef9139;
    border: none;
    border-radius: 5px;
}

.standard-heading button a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
}

.swiper {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 80px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next {
    color: #2e3f61;
}

.swiper-button-prev {
    color: #2e3f61;
}

.swiper-pagination {
    color: #2e3f61;
}

.location-map {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.help {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(134, 134, 134, 0.253);
    padding: 0 10%;
    border-radius: 10px;
    padding-block: 50px;
    margin-bottom: 50px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.help h1 {
    color: #2e3f61;
    font-family: Alike;
    font-size: 35px;
    padding-bottom: 20px;
    /* padding-top:40px ; */
}

.help p {
    line-height: 1.9;
    color: #333;
}
.help-heading {
    display: flex;
    justify-content: space-between;
}
.help-heading img {
    margin-bottom: 20px;
}
.help button {
    background-color: #2e3f61;
    padding: 15px 45px;
    margin-top: 20px;
    border: none;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.help button a {
    color: #fff;
}
.fab {
    font-size: 100px;
    color: #2e3f61;
    padding-bottom: 50px;
}
.video {
    margin-top: -40px;
}
@media screen and (max-width: 991px) {
    .fab {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .video {
        margin-top: -200px;
        margin-bottom: 50px;
    }

    .standard-hero h1 {
        font-size: 40px;
    }
}
