﻿.home-slider-center {
    z-index: 1;
    margin: 0 auto;
    max-width: 750px;
    position: absolute;
    padding-top: 30px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}


.small-slider-heading {
    opacity: 1;
    transform: translateY(0);
    transition: all 1500ms ease;
    transition-delay: 0s;
    transition-delay: 500ms;
    color: #eaddc7;
    font-size: 24px;
    letter-spacing: 0.75px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.dark-slider-title {
    color: #fbf7ef;
    font-size: 100px;
    line-height: 1.2;
    padding: 20px 0px 80px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Marcellus";
    letter-spacing: 2px;
    transform: scale(0.94);
}

.third-button {
    display: inline-block;
    vertical-align: top;
    background: #da5f39;
    font-weight: 600;
    color: #ffffff;
}

.fade-in-image {
    animation: fadeIn 5s;
}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in-text {
    animation: fadeIn 5s;
}

.wrteventdetail {
    background-color: #f2f2f2; /*#bec4d0;*/
    border-color: #928656;
    white-space: normal;
}

.wrtevent {
    color: #f2f2f2 !important;
    padding: 2px;
    background: rgba(146, 134, 86, 0.6);
    cursor: pointer;
    white-space: normal;
}

/***mobile menu window*/
.mobile-menu__close {
    right: 15px;
}

/***calendar filter component*/
.calendarsearchbar {
    text-align: center;
    background-color: #c8c1b8;
    margin: 20px auto 40px;
    padding: 10px;
}

/***TOOLTIP CSS****/
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 100px;
    color: #000000;
    font-size: 12px;
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -40px;
    left: -50%;
}

    #top::before {
        top: 80%;
        left: 45%;
    }

#bottom {
    top: 25px;
    left: -50%;
}

    #bottom::before {
        top: -5%;
        left: 45%;
    }

#left {
    top: -8px;
    right: 120%;
}

    #left::before {
        top: 35%;
        left: 94%;
    }

#right {
    top: -8px;
    left: 120%;
}

    #right::before {
        top: 35%;
        left: -2%;
    }

.hover-text {
    position: relative;
    display: inline-block;
    margin: 40px;
    font-family: Arial;
    text-align: center;
}

