﻿.tabs {
    display: flow;
}

/* Default styles (applies to all screen sizes unless overridden) */
.mainheader {
    color: #23282d;
    font-family: Le Monde Livre Pro, Garamond, Georgia, serif;
    text-transform: uppercase;
    margin: 0 auto 38px;
    display: block;
    text-align: center;
    font-weight: 100;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

/* Small screens (mobile, up to 667px) */
@media only screen and (max-width: 667px) {
    .mainheader {
        font-size: 2.125em;
        margin-top: 30px !important;
        margin-bottom: 30px;
    }

    .headermargin{
        margin-top:30%;
    }
}

/* Medium screens (tablets, 668px to 1024px) */
@media only screen and (min-width: 668px) and (max-width: 1024px) {
    .mainheader {
        font-size: 2.5em;
        margin-top: 40px;
        margin-bottom: 35px;
    }
}

/* Large screens (desktop, 1025px and above) */
@media only screen and (min-width: 1025px) {
    .mainheader {
        font-size: 3.125em;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .headermargin {
        margin-top: 10%;
    }
}


.tab {
    padding: 10px 20px;
    background-color: #f0f0f0;
    cursor: pointer;
    margin-right: 10px;
}

    .tab:hover {
        background-color: #ccc;
    }

.tab-content {
    display: none;
}

p {
    text-align: justify;
    font-weight: 400;
    letter-spacing: .8px;
    font-size: 14px;
    font-family: Raleway, Century Gothic, sans-serif;
    box-sizing: border-box;
}

.tab-content.active {
    display: block;
}

.slide-container {
    position: relative;
    width: 200px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
}

.buttoncss {
    border: none;
    height: 44px;
    font-family: Raleway, Century Gothic, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-align: center;
    border-radius: 10px;
    transition: background-color .4s, top .1s, padding .4s;
    display: inline-block;
    width: 50%;
    /* margin-bottom: 10px; */
    text-decoration: none;
    color: #fff !important;
    background-color: #17a2b8 !important;
    min-width: 210px;
    margin-right: .5em;
}

.subheader {
    text-align: center;
    margin-top: 40px;
    
    color: #8998a0;
}

.slide-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #007bff;
    border-radius: 20px;
    transition: 0.3s ease;
}

.slide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #007bff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

    .slide-button i {
        color: #007bff;
    }
/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

/* Slides */
.mySlides {
    display: none;
    padding: 10px;
    text-align: center;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: white;
    }

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: cornflowerblue;
}

.dropdown-toggle::after {
    margin-left: 15.255em !important;
}

.features_room {
    padding-top: 0px !important;
}

.background-image {
    background-image: url('img/backGround_WaterImg.jpg');
    margin-top: 100px;
    width: 100%;
    height: auto;
    padding: 50px;
}

.slider {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

    .slides img {
        width: 100%;
    }

.about_area {
    padding-top: 100px !important;
}
