body {
    background-color: rgb(236, 236, 236);
}

.company-logo {
    width: 250px;
    /* width: 190px; */
    overflow: hidden;
}

.header-image {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: 100%;
}

.footer-footer {
    background-color: rgb(248,165,25);
    width: 100%;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.footer-content {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: rgb(23,14,93);
    margin: 0;
    margin-bottom: 4px;
    text-align: center;
}

.footer-logo {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
}

.footer-contact-us {
    flex: 1;
    /* background-color: yellow; */
    width: fit-content;
    height: 50px;
    max-width: 80%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-address {
    flex: 1;
    margin-top: 25px;
    /* background-color: rgb(0, 255, 42); */
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer-address-part {
    flex: 1;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-copyright {
    /* flex: 1; */
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.main-main {
    /* background-image: url('./images/img-background.jpg'); */
    background-repeat: repeat-y;
    background-size: cover;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

.close-btn-check {
    display: none;
}

#check {
    display: none;
}

.x-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    width: 75px;
}

#close-btn-img {
    display: block;
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }

    .header-navigation-text {
        display: none !important;
    }

    .header-header {
        justify-content: space-between !important;
    }

    .header-left {
        padding-left: 5%;
    }

    .main-image {
        width: 70%;
    }
}

a {
    text-decoration: none;
    color: black;
}

.shadow {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
}

.border, .border-col {
    border-top: 1px solid rgb(23,14,93);
    padding-top: 10px;
}
