#intro {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: 100% auto;
}

#intro .container {
    padding: 50px 0;
    width: 100%;

}

#intro h1 {
    text-align: right;
    margin-bottom: 10px;
    color: var(--title-color);
    font-size: 2.5em;
}

#intro .desc {
    text-align: right;
    margin-bottom: 50px;
    color: var(--title-color);
    font-size: 1em;
    max-width: 600px;
}

#intro .btn_pink {
    font-size: 1.1em;
    padding: 3px 10px;
    font-weight: 700;
}

#links {
    background-color: var(--light-color);
    padding: 50px 0;
}

#links .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#links .container a {
    min-width: 300px;
    padding: 15px 40px;
    border-radius: 5px;
    margin: 30px;
    color: #fff;
    font-size: 2em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

#links .container a:nth-child(1) {
    background: #ebb830;
}

#links .container a:nth-child(2) {
    background: #317bd6;
    background: var(--title-color);

}

#links .container a:nth-child(3) {
    background: #1fc2d9;
}


#workshop {
}

#workshop .container {
    padding: 50px 0;

}

#workshop .sec_title {
    font-weight: bold;
    color: var(--primary-color);
    font-size: 1.5em;
    margin-bottom: 20px;
}


#workshop .items {
    display: flex;
    vertical-align: top;
    /*width: 310px;*/
    overflow: hidden;
    align-items: center;
    background-color: var(--light-color);
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#workshop .items .details {
    width: 100%;
    padding: 20px;
}

#workshop .items .cover {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    filter: brightness(1);
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;

}

#workshop .items .cover img {
    width: 100%;
    height: auto;
}

#workshop .items .info {
    padding: 20px 20px 0 20px;
}

#workshop .items .info .title a,
#workshop .items .info .title {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.1em;
}

#workshop .items .info .sub_title {
    color: var(--second-color);
    font-size: 1em;
    font-weight: 400;
    padding-top: 2px;
}

#workshops_page .items .item {
    color: var(--primary-color);
    margin-bottom: 10px;
}

#workshop .items .items_row {
    display: flex;
    justify-content: space-between;
    color: var(--title-color);
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
    align-items: center;
}


#workshop .items .time strong {
    font-weight: 500;
}


#workshop .items .price {
    display: flex;
    justify-content: space-between;
    color: var(--title-color);
    font-weight: bold;
}

#workshop .items .price .discounted {
    font-weight: normal;
}


#workshop .items .price .discounted:after {
    content: "";
    height: 1px;
    background: var(--title-color);
    width: 100%;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}

#workshop .items .price .discounted_price {
    color: var(--red-color);
    font-weight: bold;
}


#workshop .items .btn_main {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
}

#workshop .items .btn_main.owner {
    background-color: #ebb830;
}

#workshop .items .btn_main.disabled {
    background-color: #999;
}

#workshop .owl-carousel .owl-nav {
    top: 60%;
}

#workshop .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: .7;
    transition: all .3s;
}

#workshop .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../../uploads/icon/slider_prev.png);
    left: 0
}

#workshop .owl-carousel .owl-nav button.owl-next {
    background-image: url(../../uploads/icon/slider_next.png);
    right: 0
}

#workshop .owl-carousel .owl-nav button:hover {
    opacity: 1;
}

#workshop .owl-carousel .owl-dots {
    bottom: -40px;
}

#workshop .owl-carousel .owl-dots .owl-dot span {
    background: #ddd;

}

#workshop .owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
    background: var(--primary-color);
}


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


}

@media only screen and (max-width: 1000px) {
    #intro h1 {
        font-size: 1.7em;
    }


    #intro {
        height: auto;
    }

    #intro .container .links {
        justify-content: center;
        flex-wrap: wrap;
    }

    #intro .container {
        padding: 30px 0;
        margin-top: 290px;
    }

    .slider_container {
        max-width: 350px;
        margin: 0 auto;
    }


}

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

}

@media only screen and (max-width: 700px) {
    #intro {
        background-size: auto 300px;
        background-repeat: no-repeat;
    }
}

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

    #workshop .owl-carousel.owl-rtl .owl-item {
        text-align: center;
    }

    #workshop .items {
    }
}
