* {
    margin: 0;
    padding: 0;
   /** -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;**/
}

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    background-color: #eefbff;
}
html{
    margin: 0;
    padding: 0;
}




/**nav a:hover{

border-bottom: 3px solid #424ab6;
border-radius: 3px;
}**/
ul,
li {
    list-style: none;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

header img {
    max-width: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.slideshow {
    width: 100%;
    position: relative;
}

.slider li,
ul {
    width: 100%;
}

.slider li img {
    width: 100%;
}

.slider .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    color: black;
    z-index: 1;
    margin-bottom: 20px;
}

.pagination {
    position: absolute;
    top: 95%;
    width: 100%;

    display: flex;
    justify-content: center;
}

.pagination li {
    font-size: 10px;
    margin: 1px 4px;
    color: rgb(49, 49, 49);
    cursor: pointer;

}

/**.left,
.right {
    position: absolute;
    top: 0;
    max-height: 177%;
    margin-top: 25%;

    display: flex;
    align-items: center;

    color: yellow;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
}
**/
.left {
    left: 5px;
}

.right {
    right: 5px;
}

.caption h1 {
    color: #eefbff;
    font-size: 75px;
}

.caption p {
    color: yellow;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 0 10%;
    text-shadow: 20px;
    box-shadow: 20px;
    font-size: 23px;
    font-family: cursive;
}

.caption button {
    margin: 5px;
    padding: 7px 12px;
    font-weight: bold;
    color: #000e44;
    background-color: yellow;
    border-radius: 5px;
    opacity: 0.8;
    border: 1px solid #eefbff;
}

.spec {
    background-color: #000e44;
    padding: 15%;
    opacity: 0.2;
    ;
}

.about {
    display: flex;
    background-color: #000e44;
}

.about img {
    width: 90%;
}

.about p {
    padding-top: 70px;
}

.aboutH {
    margin: 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000e44;
}

p {
    font-size: 20px;
    padding: 20px;
    color: #ffff00;
}


.service {
    display: flex;
}

.service div {
    text-align: center;
}

.service p {
    color: #000e44;
}

.services h1 {
    margin: 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000e44;
}

.choose h1 {
    margin: 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000e44;
}

#choose {
    display: flex;
    background-color: #000e44;
}

#choose ul {
    padding-top: 30px;
}

#choose li {
    font-size: 25px;
    padding-left: 10px;
    padding-top: 1px;
    color: yellow;
}

input {
    border: 2px solid #000e44;
}

form {

    text-align: center;
}

label {
    font-size: 23px;
    color: #000e44;
}

input {
    border: 2px solid #000e44;
    max-width: 35%;
    height: 8%;
    border-radius: 5px;
    font-size: 20px;
    font-family: serif;
}

#input input {
    height: 30%;
}

button { 
        padding: 6px 89px;
        margin-top: 9px;
        font-size: 22px;
        font-weight: 200px;
        color: #000e44;
        background-color: azure;
}

header {
    max-height: 600px;
    width: 100vw;
    background-color: #000e44;
    overflow: hidden;
}

textarea {
    margin-top: 7px;
    width: 259px;
    height: 169px;
    font-size: 20px;
    border: 2px solid #000e44;
}

#choose ul li {
    list-style: inside;
    padding: 5px 0;
}

#serviceInfo {

    text-align: center;
    border: 2px solid #000e44;
    margin: 20px;


}

#choose ul {
    margin-left: 40px;
}

.menubutton img {
    width: 18%;
    height: 0%;
    cursor: pointer;
    display: none;
}

.header {
    background-color: #010b33;
    color: yellow;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    position: fixed;
    z-index: 100000;
}

.header .logo {
    position: relative;
}

.header ul {
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.header ul li {
    position: relative;
    
        position: relative;
        margin-right: 20px;
}

.header ul li a {
    color: yellow;
    position: relative;
    margin: 0 20px;
    text-decoration: none;
}

.slideshow {
    margin-top: 47px;
}

.contact img {
    background-color: #000e44;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+.content {
    padding-top: 20px;
}

.shownav {
    display: block;
    margin-bottom: 9%;

}

button {
    font-size: 29px;
    color: #ffff00;
    padding: 45px 90px;
    background-color: #000e44;
    cursor: pointer;
}
.contact{
    text-align: center;
}


.call img {
    width: 30px;
}

.call {

    padding: 10px;
    float: right;
    width: 12%;
    background-color: #010b33;
    top: 53px;
    left: 0;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    position: fixed;
    z-index: 100000;
}

.whatsapp {
    padding: 10px;
    float: right;
    width: 15%;
    background-color: #010b33;
    top: 100px;
    left: 0;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    position: fixed;
    z-index: 100000;
}

.whatsapp img {
    width: 30px;
}
.socials {
    background: #010b33;
    padding: 11px 9px 5px 10px;
}
.contact {
    margin: 11px 0;
}

@media screen and (max-width: 1024px) {

    .slider .caption p {
        font-size: 11px;
    }

    .left,
    .right {
        font-size: 25px;
    }

    .caption h1 {
        color: #eefbff;
        font-size: 25px;
    }

    .caption button {
        margin: 2px;
        padding: 5px 10px;
        font-weight: bold;
        color: #000e44;
        background-color: yellow;
        border-radius: 5px;
        opacity: 0.68;
    }

    button {
        font-size: 12px;
    }

    .pagination {
        top: 90%;
    }

    .about {
        display: block;
        background-color: #000e44;
    }

    .about p {
        padding-top: 5px;
    }

    .about img {

        width: 60%;
    }

    #about {
        text-align: center;
    }

    #serviceInfo {
display:block;
        text-align: center;
        border: 2px solid #000e44;
        margin: 65px;
    }

    .service {
        display: block;
    }

    #choose {
        padding: 5px;
        display: block;
        background-color: #000e44;
    }

    #choose div {
        text-align: center;
    }

    #choose img {
        width: 61%;
        margin-top: 25px;
    }

    #choose ul {
        padding-top: 15px;
    }

    #choose ul li {
        list-style: inside;
        padding: 3px 0;
        font-size: 20px;
        margin: 20px;
    }
    .header ul li a {
        color: yellow;
        position: relative;
        margin: 0 15px;
        font-size: 13px;
        text-decoration: none;
    }
    .left,
    .right {
        margin-top: 30%;
    }

    .header {
        padding: 0 20px;
    }

    .call img {
        margin-left: 36px;
    }

    .call {
        width: 22%;
    }

    .whatsapp img {
        margin-left: 36px;
    }

    .whatsapp {
        width: 22%;
    }
    button {
        font-size: 29px;
        color: #ffff00;
        padding: 45px 90px;
        background-color: #000e44;
    }
    .contact{
        text-align: center;
    }
    
}
