body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

#app {
    color: rgba(35, 35, 35, 1) !important;
    min-height:100vh; 
    display:flex; 
    flex-direction:column; 
    justify-content:space-between;
}
/* .logo-img {
    height: 55px;
} */

.contact-line {
    height: 40px;
    background-color: rgb(45,41,64);
}

.contact-line-regular-text {
    letter-spacing: 1px;
    color: white;
    font-weight: 300;
}

.contact-line-bolder-text {
    color: rgb(234,83,135);
    text-decoration: none;
}

.contact-line-bolder-text:hover {
    text-decoration: underline;
}

.tw-bg {
    background-color: rgb(234, 83, 135);
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.tw-text {
    font-family: "Shantell Sans", cursive;
    font-weight: 800;
    color: rgb(45,41,64);
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

.tw-bg:hover {
    background-color: white;
}

.icon-youtube-play {
    transition: all 0.2 ease !important;
}

.icon-youtube-play:hover {
    color: white !important;
}

.icon-instagram {
    transition: all 0.2 ease !important;
}

.icon-instagram:hover {
    color: white !important;
}

.icon-facebook-sign {
    transition: all 0.2 ease !important;
}

.icon-facebook-sign:hover {
    color: white !important;
}

.icon-phone-sign {
    transition: all 0.2 ease !important;
}

.icon-phone-sign:hover {
    color: white !important;
}

.logo-style {
    width: 30px;
    height: 30px;
    /* padding-bottom: 4px; */
}

.bg-white {
    background-color: rgb(45,41,64) !important;
}

.main-text {
    font-family: 'Poppins', sans-serif;
}

.main-text-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}

.main-text-address {
    font-weight: 500;
}

.main-text-phone {
    font-weight: 500;
}

.prices-title {
    font-size: 14px;
    text-size-adjust: none;
    font-size-adjust: none;
    letter-spacing: 0.5px;
}

.prices-price {
    font-size: 14px;
    text-size-adjust: none;
    font-size-adjust: none;
    color: rgb(234,83,135) !important;
    font-weight: 500;
    float: right;
}

.logo-letters {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    /* padding-bottom: 200px !important; */
    color: rgb(234,83,135);
}

.nav-link {

    color: rgb(234,83,135);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;

}

.nav-link:hover {
    cursor: pointer;
    color: white;
}

.navbar-toggler {
    color: rgb(234, 83, 135) !important;
}

.navbar-light .navbar-toggler-icon {
    color: rgb(234, 83, 135) !important;
}

.content-main {
    background-color: rgb(243,240,236);
}

.random-space {
    padding-top: 500px;
}

.offers:hover {
    background-color: #fff;
}

.offers a:hover {
    color: #2b3536;
}

.nextreview:hover {
    cursor: pointer;
}

.review1{
    /* font-family: Clarendon; */
    letter-spacing: .2em;
    font-size: 13pt;
    text-align: center;
}
    
.review2{
    display: none;
    /* font-family: Clarendon; */
    letter-spacing: .2em;
    font-size: 13pt;
    text-align: center;
}
    
.review3{
    display: none;
    /* font-family: Clarendon; */
    letter-spacing: .2em;
    font-size: 13pt;
    text-align: center;
}
    
.review4{
    display: none;
    /* font-family: Clarendon; */
    letter-spacing: .2em;
    font-size: 13pt;
    text-align: center;
}

.heading {
    color: rgb(80, 55, 80) !important;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.3rem;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sub-heading {
    margin-top: 10px !important;
    letter-spacing: 0.6px;
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(61, 61, 61, 0.6);
}

.slider_first {

    position: relative;
    background-color: rgb(45,41,64);
    height: 600px;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: -1px 15px 12px -17px rgba(0,0,0,0.75);

}

.slider_second {

    position: relative;
    background-color: white;
    height: 200px;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: -1px 15px 12px -17px rgba(0,0,0,0.75);

}

.info-one {
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border-top: 2px solid rgb(45,41,64);
}

.info-one:hover {
    box-shadow: -1px 9px 14px -11px rgba(163,163,163,0.75);
}

.info-two {
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(45,41,64);
}

.info-two:hover {
    box-shadow: -1px 9px 14px -11px rgba(163,163,163,0.75);
}

.info-three {
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(45,41,64);
}

.info-three:hover {
    box-shadow: -1px 9px 14px -11px rgba(163,163,163,0.75);
}

#scroller {
    position: relative;
}
#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#scroller li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
}


#scroller2 {
    position: relative;
}
#scroller2 .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#scroller2 ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#scroller2 li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
}

.preimg {
    min-height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.header_text {

    font-size: 36px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 500;

}

.smaller_text {
    color: #999;
    letter-spacing: 0.6px;
}


.btn-offers {
    background-color: #2b3536;
    color: white;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    margin-right: 20px;
    border-radius: 20px;
    width: calc(50% - 10px);
    text-transform: uppercase;
}

.btn-contact {
    background-color: #477175;
    color: white;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    border-radius: 20px;
    width: calc(50% - 10px);
    text-transform: uppercase;
}


.about-us-section {
    /* background-image: url('/style/Shiny.svg'); */
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 250px;
    /* background: linear-gradient(355deg, rgba(179,179,179,1) 0%, rgba(110,139,143,1) 23%, rgba(71,113,117,1) 54%, rgba(71,113,117,1) 100%); */
    /* text-align: justify; */
}

.second-section {
    padding-top: 80px;
}

.title_second {
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 1px;
}

.offers-section {
    padding-bottom: 30px;
}

.card {
    padding: 12px;
    border: none;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 0.75);
    transition: all 0.4s ease;
}

.card img {
    padding: 20px;
}

.card:hover {
    box-shadow: 1px 5px 15px -2px rgba(85, 85, 85, 0.75);
}

.btn-success {
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
    border: none;
    background-color: rgb(185,140,87);
}

.btn-success:hover {
    background-color: rgb(207, 166, 119) !important;
}

.smaller_text_second {
    color: #477175;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.second_description {
    /* max-width: 1024px; */
    /* text-align: justify; */
    text-align: center;
    letter-spacing: 0.5px;
}

.second_description_two {
    /* max-width: 1024px; */
    /* text-align: justify; */
    /* text-align: center; */
    letter-spacing: 0.5px;
}


.forum-background {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 100px;
    background-color: #477175;
    min-height: 450px;
    padding-bottom: 20px;
}

.bg-image {
    width: 100%;
    min-height: 450px;
    position: absolute;
    background-image: url('/style/rand2.jpg');
    background-size: cover;
    opacity: 0.1;
   
}

.spacing_forum_top {
    padding-top: 40px;
}

.forum_header {

    font-size: 36px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;

}

.forum_header_all_texts {
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    z-index: 24;
    text-decoration: none;
}

.forum_header_all_texts:hover {
    cursor: pointer;
    text-decoration: underline;
    z-index: 24;
}

.forum_items {

    position: relative;
    color: rgba(224, 224, 224, 0.9);
    letter-spacing: 1px;
    text-align: justify;
    z-index: 24;

}

.forum_read_more {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    z-index: 254;
}

.forum_read_more:hover {
    text-decoration: underline;
    z-index: 254;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery_header_text {

    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    
}

.gallery_underline_text {
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery_slider {
    padding-top: 4px;
    margin-top: 10px;
}

.image_box {
    height: 280px;
    width: 240px;
    /* margin-left: 12px; */
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 0.75);
    transition: opacity 0.4s;
    border-radius: 4px;
}

.image_box img:hover {
    opacity: 0.8;
    cursor: pointer;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 1);
}

.gallery_more {
    padding-top: 20px;
    float:right;
    color: #999;
    letter-spacing: 1px;
}

.gallery_more:hover {
    text-decoration: underline;
    color: #477175;
    cursor: pointer;
}

.call-button {
    /* margin-top: 20px; */
    border-radius: 4px;
    border: 1px solid rgb(234, 83, 135);
    padding: 16px;
    padding-left: 28px;
    padding-right: 28px;
    height: 50px;
    background-color: rgb(45,41,64);
    transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

.call-button:hover {
    box-shadow: -1px 4px 21px -7px rgba(0,0,0,0.75);
}

.contacts {
    background-color: #2d2940;
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.28 88H68.413l19.298 19.298L81.28 88zm2.107 0h13.226L90 107.838 83.387 88zm15.334 0h12.866l-19.298 19.298L98.72 88zm-32.927-2.207L73.586 78h32.827l.5.5 7.294 7.293L115.414 87l-24.707 24.707-.707.707L64.586 87l1.207-1.207zm2.62.207L74 80.414 79.586 86H68.414zm16 0L90 80.414 95.586 86H84.414zm16 0L106 80.414 111.586 86h-11.172zm-8-6h11.173L98 85.586 92.414 80zM82 85.586L87.586 80H76.414L82 85.586zM17.414 0L.707 16.707 0 17.414V0h17.414zM4.28 0L0 12.838V0h4.28zm10.306 0L2.288 12.298 6.388 0h8.198zM180 17.414L162.586 0H180v17.414zM165.414 0l12.298 12.298L173.612 0h-8.198zM180 12.838L175.72 0H180v12.838zM0 163h16.413l.5.5 7.294 7.293L25.414 172l-8 8H0v-17zm0 10h6.613l-2.334 7H0v-7zm14.586 7l7-7H8.72l-2.333 7h8.2zM0 165.414L5.586 171H0v-5.586zM10.414 171L16 165.414 21.586 171H10.414zm-8-6h11.172L8 170.586 2.414 165zM180 163h-16.413l-7.794 7.793-1.207 1.207 8 8H180v-17zm-14.586 17l-7-7h12.865l2.333 7h-8.2zM180 173h-6.613l2.334 7H180v-7zm-21.586-2l5.586-5.586 5.586 5.586h-11.172zM180 165.414L174.414 171H180v-5.586zm-8 5.172l5.586-5.586h-11.172l5.586 5.586zM152.933 25.653l1.414 1.414-33.94 33.942-1.416-1.416 33.943-33.94zm1.414 127.28l-1.414 1.414-33.942-33.94 1.416-1.416 33.94 33.943zm-127.28 1.414l-1.414-1.414 33.94-33.942 1.416 1.416-33.943 33.94zm-1.414-127.28l1.414-1.414 33.942 33.94-1.416 1.416-33.94-33.943zM0 85c2.21 0 4 1.79 4 4s-1.79 4-4 4v-8zm180 0c-2.21 0-4 1.79-4 4s1.79 4 4 4v-8zM94 0c0 2.21-1.79 4-4 4s-4-1.79-4-4h8zm0 180c0-2.21-1.79-4-4-4s-4 1.79-4 4h8z' fill='%235f5686' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 250px;
    /* background: linear-gradient(355deg, rgba(179,179,179,1) 0%, rgba(110,139,143,1) 23%, rgba(71,113,117,1) 54%, rgba(71,113,117,1) 100%); */
    /* text-align: justify; */
}

.footer_text_title {
    color: rgb(234, 83, 135);
    font-weight: 400;
    letter-spacing: 1px;
}

.footer_text_information_two {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer_text_information {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer_text_information:hover {
    text-decoration: underline;
}

.btn-login {
    color: white;
    background-color: #2b3536;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #2b3536;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

#video {
    display: none;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media only screen and (max-width: 360px) {

    .prices-title {
        font-size: 9px !important;
        letter-spacing: 0.5px;
        text-size-adjust: none;
        font-size-adjust: none;
    }
    
    .prices-price {
        font-size: 9px !important;
        color: rgb(234,83,135) !important;
        font-weight: 500;
        text-size-adjust: none;
        font-size-adjust: none;
        float: right;
    }

}

@media only screen and (max-width: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
    #video {
        height: 270px;
        width: 350px;
    }
    #videotwo {
        height: 270px;
        width: 350px;
    }

    /* .main-text {
        margin-top: 40px !important;
    } */

    #scroller {
        height: 200px !important;
    }

    .slider_first {
        height: 270px;
    }

    .slider1img {
        width: 270px !important;
        height: 200px !important; 
    }

    .slider2img {
        width: 280px !important;
        height: 200px !important; 
    }

    .slider3img {
        width: 260px !important;
        height: 200px !important; 
    }

    .slider4img {
        width: 220px !important;
        height: 200px !important; 
    }

    .slider5img {
        width: 220px !important;
        height: 200px !important; 
    }

    .slider6img {
        width: 260px !important;
        height: 200px !important; 
    }

    #icons-position {
        left: 120px;
        top:45px;
    }

    .main-text-address {
        font-size: 11px;
    }

    #logotip {
        height: 35px !important;
        width: 85px !important;
    }

    .prices-title {
        font-size: 11px;
        text-size-adjust: none;
        font-size-adjust: none;
        letter-spacing: 0.5px;
    }
    
    .prices-price {
        font-size: 11px;
        text-size-adjust: none;
        font-size-adjust: none;
        color: rgb(234,83,135) !important;
        font-weight: 500;
        float: right;
    }

}

@media only screen and (min-width: 450px) {

    #icons-position {
        left: 180px !important;
        top: 55px !important;
    }

}

@media only screen and (min-width: 991px) {

    /* .nav-link {
        font-size: 12px;
    } */

    .work-time {
        padding-left: 10px;
    }

    #video {
        height: 400px;
        width: 680px;
    }
    #videotwo {
        height: 400px;
        width: 680px;
    }

    .slider1img {
        width: 500px !important;
        height: 500px !important; 
    }

    .slider2img {
        width: 600px !important;
        height: 500px !important; 
    }

    .slider3img {
        width: 500px !important;
        height: 500px !important; 
    }

    .slider4img {
        width: 500px !important;
        height: 500px !important; 
    }

    .slider5img {
        width: 500px !important;
        height: 500px !important; 
    }

    .slider6img {
        width: 500px !important;
        height: 500px !important; 
    }


}

/* @media only screen and (min-width: 991px){
    
    .navbar-separation {
        margin-left: 20px;
    }

} */