#colorlib-hero {
    width: 100%;
    clear: both;
}

#colorlib-hero .hero-flex {
    width: 100%;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

#colorlib-hero .hero-flex .col-three-forth {
    width: 60%;
    z-index: -1;
    float: left;
    position: relative;
}

#colorlib-hero .hero-flex .col-one-forth {
    width: 40%;
    float: left;
    position: relative;
}

#colorlib-hero .hero-flex .display-t {
    display: table;
    width: 100%;
}

#colorlib-hero .hero-flex .display-tc {
    display: table-cell;
    vertical-align: middle;
}

#colorlib-hero .hero-flex .number {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 220px;
    text-align: right;
    color: #f2f2f2;
    font-weight: 700;
}



#colorlib-hero .hero-flex .text-inner {
    display: block;
    width: 100%;
    margin-left: -5em;
}

#colorlib-hero .hero-flex .text-inner h2 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 2px;
}



#colorlib-hero .hero-flex .text-inner .tag {
    display: block;
    letter-spacing: 7px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

#colorlib-hero .hero-flex .text-inner .desc {
    padding-right: 3em;
    position: relative;
}


#colorlib-hero .hero-flex .text-inner .desc:after {
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    content: '';
    width: 100px;
    height: 1px;
    background: #ffffff;
}


#colorlib-hero .hero-flex .text-inner .btn-view {
    font-size: 13px;
    letter-spacing: 7px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 7px;
    text-decoration: none;
}



#colorlib-hero .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 7.3em;
    right: 0;
    width: 180px;
    display: block;
    margin: 0 auto;
}



#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 8px 15px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none;
}

#colorlib-hero .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: var(--bs-body-color);
    border: none;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
    margin: 1px;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next i,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev i {
    font-size: 14px;
    color: #000;
    background: transparent;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
    color: white;
}

#colorlib-hero .hero-flex .text-inner {
    display: block;
    width: 100%;
    margin-left: 5em;
}

#colorlib-hero .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 99%;
    display: block;
    margin: 0;
    padding: 0;
    height: 40px;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
}

#colorlib-hero .owl-carousel .owl-controls .owl-nav .owl-prev {
    float: left;
}


#colorlib-page {
    position: relative;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    height: 87vh;
    background: #f187b7;
}

#colorlib-hero .hero-flex .col-three-forth .hero-img.video {
    width: 50vw !important;
    position: absolute;
    right: 0;
    height: 50vh !important;
}

#colorlib-hero .hero-flex .col-three-forth .hero-img {

    background-repeat: no-repeat;
}

#bg-video {
    min-width: 70%;
    min-height: 100vh;
    max-width: 70%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
    margin-bottom: -10px;
    margin-left: -5%;
}

.textohover {
    position: absolute;
    width: auto;
    height: auto;
    font-size: 2.5rem;
    color: white;
    font-weight: 700;
    padding: 5%;
    background-color: rgba(246, 182, 202, 0.75);
    z-index: 1;
    bottom: 40%;
    left: 20px;
}

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

    #bg-video {
        min-width: 85%;
        min-height: 100vh;
        max-width: 85%;
        max-height: 100vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 5%;
    }

    .textohover {
        left: 10%;
    }
}

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

    #bg-video {
        min-width: 85%;
        min-height: 100vh;
        max-width: 85%;
        max-height: 100vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 10%;
    }

    .textohover {
        left: 10%;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 85vh !important;

    }
}

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

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 83vh !important;
    }

    #bg-video {
        min-width: 80%;
        min-height: 100vh;
        max-width: 80%;
        max-height: 100vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 10%;
    }

    .textohover {
        left: 10%;
    }
}

@media screen and (max-width: 1024px) {
    #colorlib-hero .hero-flex .number {
        display: none;
    }

    #colorlib-hero .hero-flex .text-inner h2 {
        font-size: 24px;
    }

    #colorlib-hero .hero-flex .text-inner .desc:after {
        opacity: 0;
    }

    #colorlib-hero .hero-flex .text-inner .btn-view {
        letter-spacing: 2px;
    }

    #colorlib-hero .owl-theme .owl-controls {
        left: 0;
    }

    #colorlib-hero .hero-flex .text-inner {
        display: block;
        width: 100%;
        margin-left: 0em;
    }

    #colorlib-hero .hero-flex .col-one-forth {
        padding: 20px;
        width: 73%;
        float: none;
        position: relative;
    }

    #colorlib-hero .hero-flex .text-inner .desc {
        padding: 1em;
        background: transparent;
        width: 100%;
        margin-top: 130%;
    }

    #colorlib-hero .hero-flex .col-three-forth {
        width: 100%;
        float: none;
        position: absolute;
        top: 0;
    }

    #colorlib-hero .hero-flex {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        height: 100vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 63vh !important;

    }

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 100vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 65vh !important;
        overflow: hidden;
    }

    #bg-video {
        min-width: 70%;
        min-height: 100vh;
        max-width: 70%;
        max-height: 100vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 20%;
    }

    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 5%;
        font-size: 2.5rem;
        bottom: -300%;
        line-height: 1;
    }

}

@media screen and (max-width: 820px) {
    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 63vh !important;

    }

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 100vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 60vh !important;
        overflow: hidden;
    }

    #bg-video {
        min-width: 70%;
        min-height: 100vh;
        max-width: 70%;
        max-height: 100vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 20%;
    }
    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 2.5rem;
        bottom: -300%;
        line-height: 1;
    }
}

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

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 115vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 70vh !important;
        overflow: hidden;
    }
    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        height: 65vh !important;
    }

    #bg-video {
        min-width: 80%;
        min-height: 100vh;
        max-width: 80%;
        max-height: 100vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 10%;
    }
    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 2.5rem;
        bottom: -300%;
        line-height: 1;
    }

}

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

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0vw;
        background-attachment: fixed;
        height: 67vh !important;
    }

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 140vh !important;
    }
    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 2.5rem;
        bottom: -300%;
        line-height: 1;
    }
}


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

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0vw;
        background-attachment: fixed;
        height: 47vh !important;
    }

    .medium {
        font-size: 20px;
    }

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 100vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 45vh !important;
        overflow: hidden;
    }

    #bg-video {
        min-width: 90%;
        min-height: 50vh;
        max-width: 90%;
        max-height: 50vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 10%;
    }
    .textohover {
        left: 10%;
        font-size: 1.5rem;
        bottom: 20%;
        line-height: 1;
    }

    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 1.5rem;
        bottom: -300%;
        line-height: 1;
    }
}

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

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0vw;
        background-attachment: fixed;
        height: 47vh !important;
    }

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 100vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 45vh !important;
        overflow: hidden;
    }

    #bg-video {
        min-width: 90%;
        min-height: 50vh;
        max-width: 90%;
        max-height: 50vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 10%;
    }

    .textohover {
        left: 10%;
        font-size: 1.5rem;
        bottom: 20%;
        line-height: 1;
    }

    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 1.5rem;
        bottom: -300%;
        line-height: 1;
    }
}

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

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 105vh !important;
    }

}

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

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 130vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 55vh !important;
        overflow: hidden;
    }

    #bg-video {
        min-width: 70%;
        min-height: 50vh;
        max-width: 70%;
        max-height: 50vh;
        object-fit: cover;
        z-index: -1;
        margin-bottom: -10px;
        margin-left: 15%;
    }

    .textohover {
        left: 10%;
        font-size: 1.5rem;
        bottom: 20%;
        line-height: 1;
    }

    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 1.5rem;
        bottom: -300%;
        line-height: 1;
    }
}

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

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 120vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 50vh !important;
        overflow: hidden;
    }
     .textohover {
        left: 10%;
        font-size: 1.5rem;
        bottom: 20%;
        line-height: 1;
    }

    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 1.5rem;
        bottom: -300%;
        line-height: 1;
    }
}

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

    #colorlib-hero .hero-flex .col-three-forth .hero-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0vw;
        background-attachment: fixed;
        height: 37vh !important;
    }

    #colorlib-page,
    #colorlib-hero .hero-flex,
    .owl-carousel .owl-stage-outer {
        height: 100vh !important;
    }

    #colorlib-hero .hero-flex .col-three-forth .hero-img.video {
        width: 100% !important;
        position: absolute;
        right: 0;
        height: 40vh !important;
        overflow: hidden;
    }
     .textohover {
        left: 10%;
        font-size: 1.5rem;
        bottom: 20%;
        line-height: 1;
    }

    .loco {
        position: relative;
        height: 10vh;
        width: 100vh;
    }

    .loco .textohover {
        left: 1%;
        font-size: 1.5rem;
        bottom: -250%;
        line-height: 1;
    }
}