/* You can add global styles to this file, and also import other style files */

.slick-prev:before,
.slick-next:before {
    color: red !important;
    font-size: 35px !important;
}

.slick-prev,
.slick-next {
    width: auto !important;
}

section {
    margin: 50px 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .75em 0
}

h3 {
    font-size: 1.17em;
    margin: .83em 0
}

h4 {
    margin: 1.12em 0
}

h5 {
    font-size: .83em;
    margin: 1.5em 0
}

h6 {
    font-size: 1em;
    margin: 1.67em 0
}

.m-t-xxl {
    margin-top: 150px;
}

p {
    text-align: justify;
    word-spacing: -2px;
}

.divider {
    background-color: #6d6d6d;
    width: 7rem;
    height: .2rem;
    display: block;
    margin: 1rem auto;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .control-label {
    color: #d9534f;
}

.has-danger .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d9534f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 109, 128, 0.25);
}

.fa-whatsapp {
    color: green;
}

.fa-facebook {
    color: blue;
}

.fa-instagram {
    color: deeppink;
}

.fa-linkedin {
    color: #0073b0
}

.nav-link {
    font-weight: bold;
    font-size: large;
}

@media only screen and (max-width: 600px) {
    .slick-prev {
        left: 0 !important;
        z-index: 1000;
        opacity: 1;
    }

    .slick-next {
        right: 0 !important;
        z-index: 1000;
        opacity: 1;
    }

    .msm-t-xxl {
        margin-top: 140px;
    }
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background-color: #ccc;
}

a {
    /* padding: .5rem 1rem !important; */
    color: black;
}

.img-fuild {
    width: 300px;
}

.navbar.navbar-expand-md.fixed-top.navbar-default {
    /* background:linear-gradient(to bottom,#000 0,rgba(35, 65, 79,0) 100%); */
    background: white;
    /* background: cadetblue; */
}

.socialmedia {
    float: left;
}

@media only screen and (max-width: 600px) {
    .img-fuild {
        width: 250px;
    }
}




header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu > a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url('/assets/images/main-banner.jpeg') black no-repeat center center scroll;
    }

        header video {
            display: none;
        }
}

h5 {
    margin: 20px;
}

p {
    padding: 5px;
    text-align: center;
}

.img-responsive {
    width: 100%;
}

.carousel-slider {
    height: 150px;
}


footer {
    background-color: #28282d;
    color: white;
    padding: 20px;
    border-top: 5px solid orange;
}

h6 {
    margin-bottom: 10px;
}

p {
    margin: 0;
    text-align: center;
}

.footer {
    background-color: black;
    color: white;
    padding: 20px;
}

a.socialmedia {
    padding: 8px !important;
}

.fixed-top {
    border-bottom: 1px solid #ccc;
}


.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('src/assets/images/main-perks.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 100%;
    padding-top: 70px;
}

section {
    margin-bottom: 0;
}

p {
    text-align: center !important;
}

footer a{
    color:#fff;
}

.slick-height{
    height: 250px;
    width: 100%;
}