.site-title {
    margin-top: 15vh;
    background: url('images/home_page2.jpg');
    background-size: cover;
    height: 60vh;
    display: flex;
    justify-content: center;
}

.site-title .site-background {
    padding-top: 10rem;
    text-align: center;
    color: white;
}

.index_title_bar {
    padding-left: 40px;
    padding-top: 10px;
    background-image: linear-gradient(45deg, #119915 0, #01ff7e 20%, #3bf8ff 40%);
    color: black;
}

br {
    display: block
}

img {
    vertical-align: middle;
    border-style: none;
    width: 119px;
    height: auto;
}

p {
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color: #606060;
}

.card {
    overflow: hidden;
}

.card-img {
    transition: all 1.5s ease;
}

.card:hover {
    transform: scale(1.1);
}

img {
    height: auto;
    width: 100%;
}

.card-b {
    border: medium none;
    border-radius: 3px;
    transition: 0.3s;
}

.card-b:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
}

#product {
    background-color: #e5d9d9;
}

.card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

h2 {
    color: #b0456c;
    font-family: 'Cormorant Garamond', serif;
}

p {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400;
    color: #606060;
    font-family: 'Benne', serif;
}

#services {
    background-color: #f5eded;
}

#location {
    /* background: url(Img/worldmap.jpg); */
    /* width: 100%; */
    display: block;
    position: relative;
    background-color: #d9eff8;
}

.map {
    background: url(images/worldmap.jpg);
    /* background: #efefef; */
    position: relative;
    display: block;
    /* height:600px;*/
}

.map img {
    width: 100%;
    /* opacity: .5; */
}

.map span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    top: 53.5%;
    left: 44.75%;
    background-color: white;
    animation: highlight 1.5s linear infinite;
}

@keyframes highlight {
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.map .marker2 {
    left: 46.5%;
    top: 53%;
    animation-delay: 1s;
}

.map .marker3 {
    left: 66%;
    top: 47%;
    animation-delay: .5s;
}

.map .marker4 {
    left: 60.25%;
    top: 47.5%;
    animation-delay: .75s;
}

.map .marker5 {
    left: 47.5%;
    top: 53%;
    animation-delay: 1.25s;
}

.map .marker6 {
    left: 46.5%;
    top: 51%;
    animation-delay: .25s;
}

.map .marker7 {
    left: 72.25%;
    top: 48%;
    animation-delay: .5s;
}

.map .marker8 {
    left: 70%;
    top: 42%;
    animation-delay: 0.25s;
}

.map .marker9 {
    left: 56%;
    top: 40%;
    animation-delay: .5s;
}

.map .marker10 {
    left: 47.5%;
    top: 35%;
    animation-delay: .75s;
}

.map li {
    list-style: none;
}

.cntent {
    position: absolute;
    bottom: 27px;
    width: 120px;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transform: translateX(-50%) translateY(-50%);
}

.cntent:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    bottom: -5px;
    left: 61px;
    transform: rotate(45deg);
}

.marker1:hover {
    background-color: yellow;
    animation: none;
}

.marker2:hover {
    background-color: yellow;
    animation: none;
}

.marker3:hover {
    background-color: yellow;
    animation: none;
}

.marker4:hover {
    background-color: yellow;
    animation: none;
}

.marker5:hover {
    background-color: yellow;
    animation: none;
}

.marker6:hover {
    background-color: yellow;
    animation: none;
}

.marker7:hover {
    background-color: yellow;
    animation: none;
}

.marker8:hover {
    background-color: yellow;
    animation: none;
}

.marker9:hover {
    background-color: yellow;
    animation: none;
}

.marker10:hover {
    background-color: yellow;
    animation: none;
}

.map span:hover .cntent {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 900px) {
    .map {
        display: none;
    }

    .site-title {
        background: url('images/home_page2.jpg');
        background-size: cover;
        height: 40vh;
        display: flex;
        justify-content: center;
    }

    .site-title .site-background {
        padding-top: 10rem;
        text-align: center;
        color: white;
    }

}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.815);
    z-index: 9999;
    transition: all 1.5s ease;
}

.content {
    margin: auto;
    width: 150px;
    perspective: 1000px;
    padding-top: 30px;
    transform-style: preserve-3d;
}

.slideshow {
    background-color: rgb(227 240 227);
}

.card-title {
    background-color: #87edf5;
    color: black;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.carousel-item .img-fluid {
    height: 25vh;
}