@import url('https://fonts.googleapis.com/css2?family=Yaldevi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Quicksand:wght@300;400&display=swap');

/* Initialization */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    transition: all 0.2s ease-out;
    /* border: 1px dashed #fefefe; */
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000;
}


/* Header */

.navigation {
    /* margin-top: -150px; */
    background: #000;
    /* opacity: 80%; */
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    /* height: 17vh; */
    z-index: 55;
}

.header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}

.div-header-logo {
    align-self: flex-start;
}

.div-header-title {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: 60vw;
    text-align: center;
    flex-grow: 2;
}

.header-title {
    font-family: 'Quicksand';
    font-size: 2rem;
    text-decoration: none;
    color: #e5e5e5;
    letter-spacing: 4px;
}

.header-title:hover {
    text-decoration: none;
    color: #124f71;
}

.div-header-btn {
    text-decoration: none;
    color: #101010;
    align-self: flex-start;
    flex-grow: 2;
    text-align: center;
    /* padding: 25px; */
}

.header-fb {
    color: #3b5998;
    font-size: 1.6rem;
    margin-left: 10px;
}

.header-wa {
    color: #25d366;
    font-size: 1.6rem;
    margin-left: 10px;
}

.side-nav-btn {
    color: #efefef;
    font-size: 1.1rem;
    margin-left: 10px;
    text-decoration: none;
}

.side-nav-btn:hover {
    color: #efefef;
    font-size: 1.1rem;
    margin-left: 10px;
    text-decoration: none;
}


/* Index Page First Part */

.div-index1 {
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: linear-gradient(to right, rgba(33,147,176,0.5), rgba(109,213,237,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg");*/
    height: 100vh;
    /* background: linear-gradient(to right, rgba(189,195,199,0.5), rgba(44,62,80,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    /* background: linear-gradient(to right, rgba(0,4,40,0.3), rgba(0,78,146,0.3)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.div-index1-text1 {
    color: #efefef;
    font-size: 3rem;
    width: 100vw;
    text-align: center;
    margin: auto;
}

.div-index1-text2 {
    color: #efefef;
    font-size: 3rem;
    width: 50vw;
    text-align: center;
    margin: auto;
}

.div-index1-text1-h2 {
    color: #efefef;
    font-size: 3.5rem;
    line-height: 200%;
    letter-spacing: 5px;
}

.div-index1-text2-h2 {
    color: #efefef;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 5px;
}


/*Index Page Third part*/

.div-index2 {
    padding: 20px;
    /*background: linear-gradient(to right, rgba(33,147,176,0.5), rgba(109,213,237,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg");*/
    height: 100vh;
    /* background: linear-gradient(to right, rgba(189,195,199,0.5), rgba(44,62,80,0.5)), url("img/wall-wallpaper-concrete-colored-painted-textured-concept_53876-31799.jpg"); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url("img/wall-wallpaper-concrete-colored-painted-textured-concept_53876-31799.jpg");
    /* background: linear-gradient(to right, rgba(76,61,175,0.3), rgba(196,224,229,0.3)); */
    /* url("img/draw2.png") */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    gap: 2%;
}

.div-index2-text1 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    color: #efefef;
    font-size: 1rem;
    width: 45vw;
    max-width: 1500px;
    min-width: 300px;
    height: 75vh;
}

.div-index2-text2 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    width: 45vw;
    max-width: 1500px;
    min-width: 400px;
    height: 75vh;
    min-height: 300px;
    max-height: 700px;
}

.div-index2-img {
    max-width: 100%;
    min-height: 300px;
    max-height: 700px;
}

.div-index2-text1-h2 {
    color: #efefef;
    font-size: 2.3rem;
    letter-spacing: 1px;
    font-family: Quicksand;
    line-height: 150%;
    align-self: center;
}

.div-index2-text1-p {
    color: #efefef;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-family: Quicksand;
    line-height: 150%;
}


/*Index Page Second Part*/

.div-index3 {
    padding: 20px 20px 50px 20px;
    /*background: linear-gradient(to right, rgba(33,147,176,0.5), rgba(109,213,237,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg");*/
    /* background: linear-gradient(to right, rgba(189,195,199,0.5), rgba(44,62,80,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    background: url("img/wufouzbflfouba.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 100px;
}

.div-facilities {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    font-family: 'Cabin';
}

.h3-facilities {
    width: 95%;
    align-self: center;
    font-family: 'Cabin';
    font-size: 1.9rem;
    text-align: center;
    text-decoration: underline;
    color: #fefefe;
}

.facilities {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 1%;
    margin-top: 40px;
}

.facilities-list {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    /* border-radius: 25px 50px 25px 50px; 
    margin: 5px; */
    padding: 10px;
}

.f-list {
    /* background-image: linear-gradient(to bottom, rgba(234,205,163,0.3), rgba(214,174,123,0.3)),url('img/magic.png'); */
    width: 24%;
    height: 400px;
    color: white;
    background-color: #000;
    opacity: 90%;
    /* padding: 20px; */
}

.div-index3-img {
    width: 100%;
    height: 200px;
}

.div-index3-p {
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 10px 2px 2px 2px;
    font-family: 'Quicksand';
    color: #fefefe;
}


/*Footer*/

footer {
    background-color: #101010;
    background: url("img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.footer {
    color: #82858b;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.foo {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.foo-items {
    margin: 7px 0;
    padding: 10px 0;
    color: #82858b;
}

.footer-link {
    text-decoration: none;
    color: #82858b;
}

.footer-link:hover {
    text-decoration: underline;
    color: #25d366;
}

.div-index1-hmc {
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: linear-gradient(to right, rgba(33,147,176,0.5), rgba(109,213,237,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg");*/
    height: 75vh;
    /* background: linear-gradient(to right, rgba(189,195,199,0.5), rgba(44,62,80,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    /* background: linear-gradient(to right, rgba(0,4,40,0.3), rgba(0,78,146,0.3)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("mhmc-index.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.div-index1-text2-hmc {
    color: #efefef;
    font-size: 3rem;
    width: 80vw;
    text-align: center;
    margin: auto;
}

.div-index2-hmc {
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: linear-gradient(to right, rgba(33,147,176,0.5), rgba(109,213,237,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg");*/
    height: 75vh;
    /* background: linear-gradient(to right, rgba(189,195,199,0.5), rgba(44,62,80,0.5)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    /* background: linear-gradient(to right, rgba(0,4,40,0.3), rgba(0,78,146,0.3)), url("img/hector-j-rivas-1FxMET2U5dU-unsplash.jpg"); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("img/pexels-ann-h-1762851.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.div-index1-text1-h2-hmc {
    color: #fff;
    font-size: 3.5rem;
    line-height: 150%;
    letter-spacing: 7px;
    text-shadow: 4px 4px #000;
}

.div-index1-text2-h2-hmc {
    color: #fff;
    font-size: 1.8rem;
    line-height: 130%;
    letter-spacing: 4px;
    text-shadow: 2px 2px #000;
}

.div-index2-h2 {
    align-self: center;
}

.hmc-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.form {
    display: block;
    line-height: 2.8;
    width: 40vw;
    border-radius: 15px;
    color: #d4af37;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .f-list {
        width: 48%;
        height: 350px;
        font-size: 1rem;
    }
    .div-index3-img {
        width: 100%;
        height: 250px;
    }
    .div-index2 {
        height: 130vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5%;
    }
    .div-index2-text1 {
        width: 80vw;
        display: block;
        height: auto;
        align-self: center;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: center;
        flex-direction: column;
        gap: 5%;
    }
    .div-index2-text2 {
        width: 80vw;
    }
    .div-index2-text1-p {
        font-size: 1.2rem;
    }
    .form {
        width: 50vw;
    }
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
    .services-para-1 {
        color: #111;
        font-size: 1rem;
    }
    .services-img-1 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    li {
        padding: 0 0 0 15%;
        list-style: none;
        background-image: url("includes/icon.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 36px;
    }
    .f-list {
        width: 48%;
        height: 300px;
        font-size: 1rem;
    }
    .facilities-list {
        margin-bottom: 10px;
    }
    .div-index2 {
        height: 130vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5%;
    }
    .div-index1-text1-h2 {
        color: #fff;
        font-size: 3.3rem;
        line-height: 200%;
        letter-spacing: 5px;
    }
    .div-index2-text1 {
        width: 80vw;
        display: block;
        height: auto;
        align-self: center;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: center;
        flex-direction: column;
    }
    .div-index2-text2 {
        width: 80vw;
    }
    .div-index2-text1-p {
        font-size: 1.2rem;
    }
    .div-index1-text1-h2-hmc {
        color: #fff;
        font-size: 3.3rem;
        line-height: 150%;
        letter-spacing: 7px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .header-title {
        font-size: 1.7rem;
        text-decoration: none;
    }
    .header-btn {
        text-decoration: none;
        font-size: 0.9rem;
    }
    .main-content-h2 {
        font-size: 1.2rem;
        text-align: center;
    }
    .main-content-para {
        font-size: 1rem;
    }
    .services-para-1 {
        color: #111;
        font-size: 0.9rem;
    }
    .services-img-1 {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    li {
        padding: 0 0 0 15%;
        list-style: none;
        background-image: url("includes/icon.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 28px;
    }
    .f-list {
        width: 80%;
        height: 500px;
    }
    .div-index3-img {
        width: 100%;
        height: 400px;
    }
    .facilities-list {
        margin-bottom: 10px;
    }
    .div-index2 {
        height: 140vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5%;
    }
    .div-index1-text1-h2 {
        color: #fff;
        font-size: 3rem;
        line-height: 190%;
        letter-spacing: 5px;
    }
    .div-index2-text1 {
        width: 80vw;
        display: block;
        height: auto;
        align-self: center;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: center;
        flex-direction: column;
    }
    .div-index2-text2 {
        width: 80vw;
    }
    .div-index2-text1-p {
        font-size: 1.2rem;
    }
    .div-index1-text1-h2-hmc {
        color: #fff;
        font-size: 3rem;
        line-height: 130%;
        letter-spacing: 7px;
    }
    .form {
        width: 60vw;
    }
}

@media (min-width: 300px) and (max-width: 768px) {
    .header-title {
        font-size: 1.6rem;
        text-decoration: none;
    }
    .header-btn {
        text-decoration: none;
        font-size: 0.8rem;
    }
    .main-content-h2 {
        font-size: 0.9rem;
        text-align: center;
    }
    .main-content-para {
        font-size: 0.8rem;
    }
    .services-para-1 {
        color: #111;
        font-size: 0.65rem;
    }
    li {
        padding: 0 0 0 15%;
        list-style: none;
        background-image: url("includes/icon.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px;
    }
    .f-list {
        width: 80%;
        height: 320px;
        font-size: 0.9rem;
    }
    .facilities-list {
        margin-bottom: 25px;
    }
    .div-index2 {
        height: 150vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5%;
    }
    .div-index1-text1-h2 {
        color: #fff;
        font-size: 3rem;
        line-height: 90%;
        letter-spacing: 5px;
    }
    .div-index2-text1 {
        width: 80vw;
        display: block;
        height: auto;
        align-self: center;
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: center;
        flex-direction: column;
    }
    .div-index2-text2 {
        width: 80vw;
    }
    .div-index2-text1-p {
        font-size: 1rem;
    }
    .div-index1-text1-h2-hmc {
        color: #fff;
        font-size: 3rem;
        line-height: 100%;
        letter-spacing: 5px;
    }
    .form {
        width: 80vw;
    }
    .div-index1-hmc {
        height: 100vh;
    }
}

@media (min-width: 300px) and (max-width: 560px) {
    .home-div {
        margin-top: 210px;
    }
    .facilities-list {
        margin-bottom: 30px;
    }
    .div-index2 {
        height: 160vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 2%;
    }
    .div-index1-text1-h2 {
        color: #fff;
        font-size: 3rem;
        line-height: 90%;
        letter-spacing: 5px;
    }
    .div-index2-text1-p {
        font-size: 0.9rem;
    }
    .div-index1-text1-h2-hmc {
        color: #fff;
        font-size: 2.8rem;
        line-height: 100%;
        letter-spacing: 4px;
        width:95vw;
    }
    .div-index1-text2-h2-hmc {
        color: #fff;
        font-size: 1.7rem;
        line-height: 100%;
        letter-spacing: 5px;
    }
}