header {
    position: relative;
    width: 100%;
    min-height: 20vh;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
header > .headerImage {
    /* position: absolute; */
    width: 100%;
    /* height: calc(70vh - 80px); */
    max-height: 80vh;
    height: auto;
    z-index: 0;
}
.headerBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.headerParagraph {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    font-size: 2rem;
}
.headerSearchDiv {
    margin-top: 20px;
    display: block;
    margin-left: 10px;
    min-width: 60%;
    height: 40px;
    background-color: #ffffff66;
    border-radius: 10px;
}
.headerSearchDiv:hover,
.headerSearchDiv:has(input:focus) {
    background-color: rgba(255, 255, 255, 0.7);
}
.headerSerach {
    width: calc(100% - 45px);
    height: 40px;
    background: none;
    border: none;
    position: relative;
    left: 10px;
    top: -4px;
}
.headerSearchDiv > button {
    position: relative;
    width: 40px;
    height: 40px;
    background: no-repeat;
    /* background: none; */
    border-radius: 50%;
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
}
/***************************************************************************/
.entering {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 90%;
    min-height: 70vh;
    background-color: #fdfdfd;
}
.imageSilder {
    display: flex;
    width: 50%;
    height: 80%;
}
.slide {
    width: 100%;
    height: 100%;
}
.enteringDescription {
    width: 50%;
    height: 80%;
    /* background-color: rgb(212, 255, 242); */
    padding: 20px;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
.innerPages {
    width: 80%;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.innerPage {
    width: 100%;
    min-height: 10vh;
}
.innerPageH3 {
    width: 100%;
    text-align: center;
}
/*####################################################################################*/

/*
#****#****#****#****#****#****#****#****#****#****#****#****#****#****#****#****#****#****#
*/
@media screen and (max-width: 1024px) {
    /*header {}*/
    /*header > .headerImage {}*/
    /*.headerBanner {}*/
    .headerParagraph {
        font-size: 2rem;
    }
    .headerSearchDiv {
        width: 90%;
        height: 60px;
    }
    /*.headerSearchDiv:hover,.headerSearchDiv:has(input:focus) {} */
    .headerSerach {
        width: calc(100% - 55px);
        font-size: 2.5rem;
    }
    .headerSearchDiv > button {
        width: 50px;
        height: 60px;
    }
    /***************************************************************************/
    .entering {
        position: relative;
        flex-direction: column;
        margin-top: 2rem;
    }
    .imageSilder {
        /* position: absolute; */
        bottom: 0px;
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }
    .slide {
        width: 100%;
    }
    .enteringDescription {
        /* position: absolute; */
        top: 0px;
        width: 100%;
        height: auto;
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    /*header {}*/
    /*header > .headerImage {}*/
    /*.headerBanner {}*/
    /* .headerParagraph {} */
    /* .headerSearchDiv {} */
    /*.headerSearchDiv:hover,.headerSearchDiv:has(input:focus) {} */
    /* .headerSerach {} */
    /* .headerSearchDiv > button {} */
    /***************************************************************************/
    /* .entering {} */
    /* .imageSilder {} */
    /* .slide {} */
    /* .enteringDescription {} */
    .innerPages {
        margin-top: 1rem;
        min-height: 60vh;
        height: max-content;
    }
    .innerPage {
        width: 100%;
        min-height: 10vh;
        height: max-content;
    }
    .innerPageH3 {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    /*header {}*/
    /*header > .headerImage {}*/
    /*.headerBanner {}*/
    .headerParagraph {
        font-size: 1rem; /**/
        text-align: center; /**/
    }
    .headerSearchDiv {
        margin-left: 0px; /**/
        min-width: 90%; /**/
        height: 50px;
    }
    /*.headerSearchDiv:hover,
  .headerSearchDiv:has(input:focus) {}*/
    .headerSerach {
        margin-top: 10px;
        width: calc(100% - 60px);
        font-size: 1.4rem;
    }
    .headerSearchDiv > button {
        width: 50px;
        height: 50px;
    }
    /***************************************************************************/
    .entering {
        height: 80vh;
    }
    /*.imageSilder {}*/
    /*.slide {}*/
    .enteringDescription {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 360px) {
    /*.entering {}*/
    .imageSilder {
        height: 40%; /**/
        top: 60%; /**/
    }
    /*.slide {}*/
    .enteringDescription {
        bottom: 40%; /**/
        height: 60%; /**/
        padding: 10px 5px; /**/
        font-size: 1.3rem; /**/
    }
}
