/*!
 * Home.css
 * Version - 2.0.1
 *
 * Copyright (c) 2022
 */

@import url('../../css/owl.css');
@import url('service.css');

/** Slide style  **/

.text-slide {
    text-shadow: 2px 2px 3px #000000;
    /* color: #fffcf8; */
    color: #FFBC13;
    font-size: 4rem;
    text-transform: uppercase;
}

.hero-slider-wrapper.bg-dark .hero-slider:before,
.lg-outer .lg-item:after {
    border-color: #fff
}

.hero-slider-wrapper {
    position: relative;
    min-height: 100vh;
}

.hero-slider-wrapper .hero-slider .owl-slide {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center center;
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background: rgba(30, 34, 40, .35) */
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay-300:before {
    background: rgba(30, 34, 40, .3)
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay-400:before {
    /* background: rgba(30, 34, 40, .14) */
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 130%);
}

.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay [class*=container] * {
    position: relative;
    z-index: 3
}

@media (max-width:767px) {
    .hero-slider-wrapper {
        min-height: 500px!important
    }
    .hero-slider .owl-slide {
        height: 500px!important
    }
    .hero-slider .owl-nav {
        display: none
    }
}

.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, .35);
}

.description {
    color: #716c80!important;
    font-weight: lighter!important;
    font-size: 20px;
    line-height: 33px;
    margin-top: 25px
}


/* 
* ====================================================
* ========================= ABOUT
*/

.about {
    padding: 10rem 0!important;
    /* position: absolute; */
}

.about-shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-content {
    position: relative;
    z-index: 1;
}

.about-shape {
    height: 90%;
    width: 100%;
    border-radius: 120px;
    background: linear-gradient(-47deg, #67961040 0%, #ffe3ae9d 100%);
    bottom: 0;
    right: 0;
    -webkit-transform: translate(35%, -28%) rotate(-15deg);
    transform: translate(35%, -28%) rotate(-15deg);
}


/*  */

.bg-gradient-pub {
    background: -webkit-linear-gradient(310deg, hsl(213, 96%, 45%), hsl(197, 38%, 52%));
    background: linear-gradient(310deg, hsl(213, 96%, 45%), hsl(213, 96%, 65%));
}