.banner {
            width: 100%;
            height: 100vh !important;
            position: relative;
            overflow: hidden;
        }

        .single-hero {
            width: 100%;
            height: 100vh;
            background-image: url(../images/3rd.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .caption h1 {
            font-family: 'Didot';
            font-weight: 700;
            text-transform: uppercase;
            line-height: 76px;
            font-size: 72px;
            color: #fff;
            max-width: 900px;
            text-align: center;
        }

        .caption h5 {
            font-family: 'Didot';
            font-weight: 700;
            text-transform: uppercase;
            line-height: 30px;
            font-size: 28px;
            color: #fff;
            text-align: center;

        }

        .owl-carousel .owl-item img {
            border-radius: 20px;
        }