﻿
ul {
    text-align: left;
    list-style-type: none;
}


th {
    padding: 10px;
}

td, tr, th {
    vertical-align: middle !important;
}


section {
    margin-bottom: 50px;
}

.btn-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.btn {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.effected a:hover {
    color: black !important;
    font-weight: 900;
}

.body {
    overflow: hidden;
}

@font-face {
    font-family: 'aero';
    src: url('../fonts/aero.ttf') format('truetype');
}


.fa {
    color: white;
    text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}


/*------------------------------------------modal----------------------------*/
.modal-body {
    border-radius: 0px;
    padding: 0;
}

.modal-dialog {
    border-radius: 0px;
    min-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    padding: 0;
}

.modal-content {
    border-radius: 0px;
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    padding: 0;
}

.modal-header,
.modal-footer {
    border-radius: 0px;
    background: linear-gradient(to top, #17a2b8 0%, #00ffff 100%);
    padding: 0;
}

.modal-footer, footer {
    border-radius: 0px;
    color: white;
    padding: 0;
}

.modal-footer {
    font-size: 20px;
}
/*------------------------------------------modal----------------------------*/
.navbar {
    background: linear-gradient(to top, #17a2b8 0%, #00ffff 100%);
    border-bottom: 2px solid black !important;
    color: black !important;
    width: 100%;
    z-index: 1;
}

.googlemap {
    position: relative;
    padding-bottom: 75%;
}




@media screen and (min-width: 601px) {
    .welcome-brand {
        font-family: aero;
        font-size: 60px;
        color: white;
        text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    .navbar {
        max-height: 50px;
    }

    .navbar-brand {
        font-family: aero;
        font-size: 35px;
        color: white;
        text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    .imach-brand {
        margin-left: 50px;
        font-family: aero !important;
        font-size: 35px !important;
        color: white !important;
        text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000 !important;
    }

    .scrolling-wrapper .card {
        text-align: center;
        justify-content: center;
        display: inline-block;
        background: black;
        width: 35%;
        height: 100%;
    }
}

@media screen and (max-width: 600px) {


    .welcome-brand {
        font-family: aero;
        font-size: 40px;
        color: white;
        text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    .navbar-brand {
        font-family: aero;
        font-size: 22px;
        color: white;
        text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
    }

    .imach-brand {
        margin-left: 5px;
        font-family: aero !important;
        font-size: 22px !important;
        color: white !important;
        text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000 !important;
    }

    .scrolling-wrapper .card {
        text-align: center;
        justify-content: center;
        display: inline-block;
        background: black;
        width: 90%;
        height: 100%;
    }
}

.containerX {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------------Scrool Galery----------------------------*/
.scrolling-wrapper {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
/*------------------------------------------Video----------------------------*/
#myVideo {
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    height: auto;
    z-index: -9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-pull {
    padding-top: 10vh;
}

.welcome-text {
    color: white;
    text-shadow: -1px 1px 2px #000, 1px 1px 2px #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

/*------------------------------------------Png Wrapper----------------------------*/

.wrapper {
    display: flex;

    align-items: center;

    justify-content: center;

}

.slider {
    width: 100%;
    height: 180px;
    position: relative;
/*    background: white;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2);
*/    display: flex;
    overflow: hidden;
}

.slide {
    height: 150px;
    display: flex;
    align-items: center;
    animation: slideshow 70s linear infinite;
}

    .slide img {
        height: 130px;
        padding: 0 30px 0 30px;
    }

@keyframes slideshow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.slider::before, .slider::after {
    height: 150px;
    width: 200px;
    position: absolute;
    content: "";
/*    background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
*/    z-index: 2;
}

.slider::before {
    left: 0;
    top: 0;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}


img {
    -webkit-filter: drop-shadow(3px 1px 3px #3d3d3d);
    filter: drop-shadow(3px 1px 3px #3d3d3d);
}