﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    
}

h1, h2, h3, h4, h5 {
    color: #fff;
}

a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

.container-box {
    position: relative;
    height: 100vh;
    text-align: center;
    background-image: url("../Images/overlay-pattern.png");
    background-repeat: repeat;
    padding: 30px;
}

.social ul, .contactc ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px;
    margin: 8px 0;
}

    .social ul li {
        list-style: none;
        margin: 0 12px;
    }

    .contactc ul li {
        list-style: none;
        margin: 0 5px;
    }

        .social ul li a i, .contactc ul li a i {
            color: rgba(255,255,255,0.70);
        }

    .social ul li a:hover i {
        color: rgba(9,68,150,0.70);
    }

.contact {
    min-height: 100px;
}

    .contact .contactc a img {
        width: 35px;
        height: 35px;
        filter: invert(1);
    }
    .contact .contactc a .bg-hover-opacity {
        width: 95px;
        height: 85px;
        transition: .3s;
    }
    .contact .contactc a:hover .bg-hover-opacity {
        border-bottom: 3px solid #094496;
        box-shadow: 0px 1px 0 0 #83d0f5;
    }
    .contact .contactc a .bg-hover-opacity p {
        padding-top: 5px;
        color: #fff;
    }
    .contact .contactc a:hover {
        text-decoration: none;
    }
.brand {
    min-height: calc(100vh - 270px);
}

    .brand a img {
        animation: mymove 20s;
        animation-fill-mode: forwards;
    }

    .brand a.enter h4 {
        transition: .3s;
        font-weight: 800;
    }

    .brand a.enter:hover h4 {
        color: #83d0f5;
    }

.socialm {
    min-height: 40px;
}

/*@keyframes mymove {
    from {
        filter: opacity(0);
    }

    to {
        filter: opacity(1);
    }
}*/

.modal-dialog.modal-dialog-centered {
    max-width: 50%;
}

.modal-content {
    border-radius: 3px;
    background-color: #000;
    border-color: #252525;
    padding: 20px;
}

.modal-header button.close span i {
    color: #ffffff;
    text-shadow: none;
}

.modal-body {
    padding: 30px 20px;
}

.modal-body p {
    color: #b5b5b5;
    font-size: 16px;
    letter-spacing: 0.5px;
}

    .modal-body .maps h4 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .modal-body hr {
        border-top: 1px solid #252525;
        width: 50%;
    }
    img.logom {
        height: 200px;
    }h4.diller {
        margin-top: 25px;
        font-weight: bold;
        font-size: 22px;
    }
    
    
    
@media (max-width: 1200px){
    img.logom {
        height: auto;
        width: 80%;
    }
    h4.diller {
        margin-top: 80px;
        font-weight: bold;
        font-size: 60px;
    }
}