.close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    font-size: 20px;
}

h2 {
    font-size: 38px;
    font-weight: 400;
    color: #040E27;
    margin-bottom: 45px;
}

.slider {
    margin-bottom: 100px;
    position: relative;
}

.slider i[class*="fa-chevron"] {
    font-size: 80px;
    color: rgba(149, 150, 153, 0.452);
}

.slider .fa-chevron-left {
    position: absolute;
    top: 50%;
}

.slider .fa-chevron-right {
    position: absolute;
    top: 50%;
    right: 0;
}

div[class*="slider-"] {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
}

.slide-image {
    max-width: 400px;
    max-height: 450px;
    min-width: 400px;
    min-height: 450px;
}

.slide-content a {
    color: blue;
}

.slick-prev {
    left: -35px;
}

.slick-next:before,
.slick-prev:before {
    color: #32ac3a;
    font-size: 30px;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    color: #5f5db0;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li.slick-active button:before {
    color: #4bb653;
}

.slick-dots li button:before {
    font-size: 10px;
}

.my-modal .modal-dialog {
    max-width: 1500px;
    margin: 1.75rem 4rem !important;
}

.header {
    position: relative;
    background-color: black;
    height: 85vh;
    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;
}

.overlay-content {
    background-color: rgba(0, 0, 0, 0.164);
}

.overlay-tag {
    font-size: 25px;
    color: white;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}