/* .word {
    margin: auto;
    color: white;
    font: 600 normal 2.8em "tahoma";
    text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
    font-family: Caveat;
} */

/* .about-img {
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
} */

/* @media screen and (max-width: 769px) {
    #hero {
        height: calc(100vh - 50vh);
    }

    #hero .carousel-item,
    #hero .carousel-item::before {
        height: calc(100vh - 50vh);
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #hero {
        height: 80vh;
    }
    #hero .carousel-item,
    #hero .carousel-item::before {
        height: 80vh;
    }

    #hero .carousel-container {
        top: 8px;
    }
}

@media (min-width: 1024px) {
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}
@media (max-height: 500px) {
    #hero {
        height: 60vh;
    }

    #hero .carousel-item,
    #hero .carousel-item::before {
        height: 60vh;
    }
}

@media (min-width: 1200px) and (max-height: 757px) {
    #hero {
        height: 500px;
    }

    #hero .carousel-item,
    #hero .carousel-item::before {
        height: 500px;
    }

    #hero .carousel-item .custom-mask {
        background-color: rgba(77, 38, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 3.5rem 3.5rem 3.5rem 3rem;
    }

    #hero .carousel-control-next-icon,
    #hero .carousel-control-prev-icon {
        font-size: 22px;
        width: 45px;
        height: 45px;
    }
} */

.banner-filter {
    position: absolute;
    right: 0;
    bottom: 3em;
    justify-content: center;
    display: flex;
    text-align: center;
}

.banner-container {
    background-color: #f22222;
    padding-left: 8em;
    padding-right: 8em;
    padding-bottom: 3em;
    padding-top: 3em;
    border: 1px solid #fff;
    border-radius: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.custom-btn {
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0.1em;
    /* color: #fcea0c;
    border: 1px solid #fcea0c; */
    color: #fff;
    background-color: #fe0000;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    z-index: 1000;
}

.custom-btn:hover {
    color: #fff;
    background-color: #f22222;
}

.custum-btn-product {
    padding-left: 2em;
    padding-right: 2em;
}

@media (max-width: 768px) {
    .about-filter {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        justify-content: center;
        display: flex;
        text-align: center;
    }

    .custom-btn {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin: 0.1em;
        color: #fff;
        font-size: 1em;
    }

    .custum-btn-product {
        padding-left: 1.35em;
        padding-right: 1.35em;
    }
}

.section-title-white {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.section-title-white h2 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 8px 20px;
    margin: 0;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    border: 3px solid #fff;
}

.section-bg-img {
    background-image: url("../../assets/images/bg-7.jpg");
    background-size: cover;
    background-position: center;
}

.section-bg-img-2 {
    background-image: url("../../assets/images/bg-4.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.new-btn-custom {
    background-color: #fcea0c;
    color: #000;
    font-weight: bold;
}

.new-btn-custom:hover {
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.new-btn-custom2 {
    background-color: #f22222;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.new-btn-custom2:hover {
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
    color: #fff;
}

.about-section {
    padding-top: 2em;
    padding-bottom: 3em;
}

@media (max-width: 768px) {
    .about-section {
        padding-bottom: 3em;
    }
}

.about-text {
    text-align: justify;
}

.product-section-title {
    position: relative;
}

.team {
    background-image: url("../../assets/images/cloud-img.jpg");
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f93b07e9;
}

/* .team-section {
    background-color: #f22222;
} */

.product-line {
    height: 2px;
    background-color: #f22222;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

.services-bg {
    background-color: #f7fbfe;
    padding: 1em;
}

.partner-section {
    background-image: url("../../assets/images/back_cloud2.png");
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
}

.partner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #3f3c38; */
    background-color: #000000c9;
}

.partner-title {
    position: relative;
}

/* .partner-filter {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcea0e;
    opacity: 0.5;
} */
/* 
.partner-section-filter {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcea0e;
    opacity: 0.5;
} */

/* .commune-panel-filter {
    padding: 1.5rem 1rem;
    background-color: #ac5601d8;
    color: #fff;
} */

.partner-content .partner-box {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.partner-content .partner-box .partner-imgBx {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    padding: 3px;
    border: 2px solid #f22222;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
}

.partner-content .partner-box .partner-imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.partner-content .partner-box .partner-imgBx h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 1.6em;
}

.pour-hover {
    transform: scale3d(1.03, 1.03, 1.03);
    transition: 0.5s;
    box-shadow: 1.2px 1px 3px transparent;
}
