﻿body {
    margin: 0;
    background: #ffffff;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

#box {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    /*    background: transparent url(../pattern.png) repeat top left;*/
}

    #box .logo {
        display: block;
        width: 70%;
        max-width: 280px;
        margin: 0 auto;
        padding: 20px 30px;
    }

.middle {
    background-color: rgb(255 255 255 / 80%);
    color: #132e59;
    padding: 30px 50px;
    text-align: center;
    max-width: 450px;
}



    .middle span {
        font-size: 18px;
        margin-top: 20px;
        display: block;
    }


    .middle h2 {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 10px;
        margin-top: 0;
        white-space: nowrap;
    }

.contact_info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

    .contact_info > a > img {
        width: 24px;
        margin-right: 5px;
    }

    .contact_info a {
        display: flex;
        align-items: center;
        margin: 10px;
        font-size: 15px;
        text-decoration: none;
        color: #132e59;
        font-weight: 500;
    }

.coporight {
    font-size: 13px;
    text-align: center;
    margin-top: 50px;
    color: #ffffff;
}



.btn1 {
    text-decoration: none;
    border: 1px solid #132e59;
    font-size: 13px;
    padding: 8px 15px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 2px;
    outline: none;
    background: #132e59;
    color: #ffffff;
}

    .btn1:hover {
        color: #132e59;
        background: none;
    }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .middle {
        padding: 20px 20px;
    }
    video {
        top: -3px;
    }

    #box .logo {
        max-width: 150px;
    }
    .middle h2 {
        font-size: 18px;
    }
    .contact_info a {
        margin: 10px;
        font-size: 11px;
    }
    .contact_info > a > img {
        width: 18px;
        margin-right: 3px;
    }
    .btn1 {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .middle span {
        font-size: 14px;
    }

}
