@font-face {
    font-family: Montserrat;
    src: url(Montserrat-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: url(Montserrat-ExtraBold.ttf);
    font-weight: 800;
}
html,body{
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}
*{
    margin:0;
    padding: 0;
}
.bolder {
    font-weight: 800!important;
}
.opacity-2{
    opacity: 0.2;
}


.rightContactButtonic{
    animation: shake-animation 5s ease infinite;
    transform-origin: 50% 50%;
}
@keyframes shake-animation {
    0% { transform:translate(0,0) }
    1% { transform:translate(5px,0) }
    3% { transform:translate(0,0) }
    5% { transform:translate(5px,0) }
    7% { transform:translate(0,0) }
    9% { transform:translate(5px,0) }
    11% { transform:translate(0,0) }
    100% { transform:translate(0,0) }
}
.footer-small{
    font-size: 0.75rem;
    color: #929496;
}
.bizarayalimlink{
    text-decoration: none;
    font-size: 5rem;
    color: #f8f8f8;
}
.bizarayalimlink:hover{
    color: red;
}
.youtube-card{
    height: 600px;
}
.maps-card{
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .bizarayalimlink{
        font-size: 3rem;
    }
    .youtube-card{
        height: 300px;
    }
    .maps-card{
        height: 300px;
    }
}


.right .modal-dialog{
    transition: transform .25s ease-out;
    position: fixed;
    margin: auto;
    height: 100%;
    padding: 0;
}
.modal.right .modal-content{
    overflow-y: auto;
    border-radius: 0;
    border: none;
    height: 100%;
}
.right .modal-dialog {
    transform: translateX(50px);
    right: 0;
}



.form-control {
    border:none;
    border-bottom: 1px solid #000;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    border-bottom: 1px solid #dc3545;
}

.form-check-input[type='checkbox']:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}
#contactForm input{
    color: #000;
}
#contactForm label{
    color: #666a6d;
}


.concept{

    background: #000 url(../img/static/concept-bg.jpg) center center no-repeat;
    background-size: cover;
    filter: grayscale(50%);

}






/* HOVER ============================== */
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
    opacity: 0.5;
}

.hover img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

/**/
.hover:hover {
   cursor: pointer;
}
.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.7);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 1;
}



/* ---------------------------------------------- /*
 * Mouse animate
/* ---------------------------------------------- */
.mouse-icon {
    border: 4px solid #ffffff;
    border-radius: 32px;
    height: 80px;
    width: 48px;
    display: block;
    z-index: 10;
    opacity: 0.9;
    margin-left: -24px;
}
.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.mouse-icon .wheel {
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    width: 4px;
    height: 16px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}
@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}
@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

