/* Table of Content */
/* 0a369d-4472ca-5e7ce2-92b4f4-dbf9f4 */

/* 
1. Section Settings
2. Section Carousel 
3. Section Blog
4. Section Footer
5. Section Navbar
6. Section Page-title
7. Section Timeline
8. Section On to Top
9. Button
*/

/* Section Settings */
    html, body{
        height: 100%;
        background-color: #333333;
    }
    img {
      filter: grayscale(100%);
      max-width: 100%;
      height: auto;      
    }
    .bg-alpha{
        background: rgba(17, 16, 17, 0.975)
        /* background: rgba(185, 11, 201, 0.975) */
    }
    .border-short-bottom {
        position: relative;
        padding: 20px 0;
        margin-bottom: 25px;
    }
    .border-short-bottom::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 2px;
        bottom: 0;
        left: 50%;
        margin-left: -50px;
        background: #595959;
    }


/* Section Carousel  */
    .carousel,
    .carousel-inner,
    .carousel-item,
    .carousel-inner .active{
        height: 100%;
        filter: grayscale(100%); 
    }

    .carousel-img{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        filter: grayscale(100%); 
    }

    .carousel-caption{
        bottom: 5%;
    }

    .backscreen{
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        filter: grayscale(100%); 
        
    }

    /* Section Blog */
        
    .warpper-card-img {
        position: relative;
        overflow: hidden;
    }

    .warpper-card-img::after {
        content: '';
        padding-top: 56.25%;
        display: block;
        height: 0;
    }

    .warpper-card-img img {
        position: absolute;
        top: 0;
        transition: 1s;
    }

    .warpper-card-img img:hover {
        transform: scale(1.2)
    }

        /* .btn-group-custom button {
            margin-bottom: 0.5rem;
            width: 100px;
        } */

        .blog-image{
            padding: 200px 0px 100px;
            text-align: center;
            color: #ffffff;
            background: rgba(0, 0, 0, 0.5);
        }

        .blog-content{
            padding: 50px 100px;
            box-shadow: 0px 0px 10px #a5a5a5;
        }

        @media(max-width:991px){
            .blog-content{
                padding: 40px 50px;                
            }
        }

        @media(max-width:768px){
            .blog-content{
                padding: 20px 30px;                
            }
        }

        .owl-carousel .card-body{
            height: 150px;
            overflow: hidden;
        }

/* Section Footer */
    .semi-footer{
        background-color:#2b2b2b;
        color: #ffffff;
    }
    .semi-footer a{
        color: #ffffff;
    }
    .semi-footer h4{
        color: #dbf9f4;
        border-bottom: 1px solid;
        padding: 10 px 0;
    }
    .footer{
        background: #000;
        color: #ffffff;
        font-size: 0.7rem;
        height: 90px;
        line-height: 90px;
        text-align: center;
    }

    /* Section Navbar */
    #navbar {
        padding: 25px;
        transition: 0.5s;
    }

    @media (max-width: 480px){
        .navbar-brand{
            font-size: 0.8rem;
            line-height: 2rem;
        }
    }

    /* Section Page-title */
    .page-title{
        position: relative;
        display: block;
        padding-top: 250px;
        padding-bottom: 100px;
        color: #ffffff;
    }

    /* Section Timeline */
    .timeline {
        list-style: none;
        position: relative;
        padding: 20px 0;
    }
    
    .timeline>li {
        position: relative;
        margin-bottom: 40px;
    }
    
    .timeline::before {
        position: absolute;
        content: " ";
        width: 2px;
        background: #e6e6e6;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -1px;
    }
    
    li>.timeline-badge {
        position: absolute;
        width: 18px;
        height: 18px;
        border: 3px solid #84ba3f;
        left: 50%;
        margin-left: -9px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 5px #fff;
        top: 15px;
    }
    
    li>.timeline-badge::before {
        content: "";
        position: absolute;
        top: 5px;
        right: 20px;
        width: 25px;
        height: 2px;
        background: #e6e6e6;
    }
    
    li.inverted>.timeline-badge::before {
        right: -32px;
    }
    
    li>.timeline-badge p {
        width: 200px;
        margin-top: -9px;
        margin-left: 25px;
        font-size: 17px;
        font-weight: bold;
    }
    
    li.inverted>.timeline-badge p {
        float: right;
        text-align: right;
        margin-right: 25px;
    }
    
    li>.timeline-card {
        position: relative;
        width: 46%;
        float: left;
        text-align: right;
        padding: 0 10px;
    }
    
    li.inverted>.timeline-card {
        float: right;
        text-align: left;
    }
    
    .timeline>li::after {
        content: "";
        clear: both;
        display: block;
    }
    
    .timeline-arrow {
        width: 100%;
        text-align: center;
        bottom: -70px;
        color: #e6e6e6;
    }
    
    @media (max-width: 768px) {
        .timeline::before,
        .timeline-badge {
            left: 40px !important;
        }
        .timeline-badge::before {
            right: -32px !important;
        }
        .timeline-badge p,
        li.inverted>.timeline-badge p {
            margin-left: 50px !important;
            text-align: left;
            float: left;
        }
        li>.timeline-card {
            width: 100%;
            text-align: left;
            padding: 37px 0 0 85px;
        }
        .timeline-arrow {
            text-align: left;
            left: 0;
        }
        .timeline-arrow > i{
            margin-left: 32px;
        }
    }

    /* Section On to Top */

    .to-top{
        position: fixed;
        bottom: 2%;
        right: 2%;
        background: #000;
        width: 40px;
        height: 40px;
        background: #75c6fc;
        color: #fff;
        z-index:9999 ;
        border-radius: 50%;
        font-size: 25px;        
        cursor: pointer;
        text-align: center;
    }

    .to-top :hover{
        color: #000;
        background: #66b9f1;
    }

    /* Image-Tea */

    .tea-card-img {
        position: relative;
        overflow: hidden;
    }

    .tea-card-img::after {
        content: '';
        padding-top: 60%;
        display: block;
        height: 0;
    }

    .tea-card-img img {
        position: absolute;
        top: 0;
        transition: 1s;
    }

    .tea-card-img img:hover {
        transform: scale(1.2)
    }

/* wrapper-card-letter */

    .wrapper-card-letter img:hover {
        transform: scale(1.2)
    }

