* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.color-text {
    color: #F24259;
}

.navbar .active {
    color: #F24259 !important;
}

.nav-link:hover {
    color: #F24259 !important;
}

.logo-nav {
    max-height: 10vh;
}

.hidden {
    display: none;
}

.navbar {
    /* background-color: rgba(0, 0, 0, 0.4); */
    height: 15vh;
}

.navbar {
    transition: background 0.5s ease;
}

.slider-video {
    width: 100%;
    height: 100vh;
    /* 85vh kad se makne fixed-top */
    /* background-color: rgba(0, 0, 0, 0.4); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-video h1 {
    font-size: 80px;
    color: #F24259;
}

.content-video a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #F24259;
    padding: 15px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.content-video a:hover {
    background-color: #F24259;
    color: #fff;
    border-color: #fff;
}

.background-clip {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media(min-aspect-ratio:16/9) {
    .background-clip {
        width: 100%;
        height: auto;
    }
}

@media(max-aspect-ratio:16/9) {
    .background-clip {
        width: auto;
        height: 100%;
    }
}

.link:hover {
    color: #6c757d;
}

.card-director {
    border-color: #F24259;
    box-shadow: none;
    transition: 0.3s;
}

.card-director:hover {
    box-shadow: 10px 5px #F24259;
}

.card-director i {
    font-size: 50px;
}

.card-contact {
    background: rgba(70, 70, 70, 0.3);
    border: 0;
    transition: 0.3s;
}

.card-contact h5 {
    transition: 0.3s;
}

.card-contact i {
    font-size: 30px;
    transition: 0.3s;
}

.card-contact:hover {
    scale: 1.1;
}

.card-contact:hover i,
.card-contact:hover h5 {
    color: #F24259 !important;
}

.bg-clients {
    background-size: cover;
    background-position: center center;
    background-image: url(img/clients.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-clients img,
.bg-clients .client-scale {
    transition: 0.3s;
}

.bg-clients img:hover,
.bg-clients .client-scale:hover {
    scale: 1.2;
}

#bg-contact {
    background-size: cover;
    background-position: center center;
    background-image: url(img/contact.jpg);
    background-repeat: no-repeat;
}

.pdf {
    transition: 0.3s;
}

.pdf:hover {
    scale: 1.1;
}

.map {
    height: 500px;
}

#map {
    width: 100%;
    height: 100%;
}

.form-group {
    border: 0 !important;
}

.btn {
    background-color: #F24259;
    border: 2px solid #F24259;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn:hover {
    background-color: #fff;
    color: #F24259;
}

.form-control:focus {
    border-color: #F24259;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header-red {
    background-color: #F24259;
    height: 15vh;
    transition: 0.5s;
}

.header-red .nav-link {
    color: white !important;
}

.header-red .nav-link.active,
.header-red .nav-link:hover {
    color: white !important;
    border: none !important;
}

.bg-copyright {
    background-color: #111;
}