.full_banner {
    display: block;
    width: 100%;
    position: relative;
}

.main_banner {
    display: block;
    width: 100%;
    position: relative;
    &:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(5 25 38 / 29%);
        opacity: .7;
        z-index: 1;
        left: 0;
        top: 0;
    }
}

.banner_text {
    position: absolute;
    width: 85%;
    left: 3%;
    color: #fff;
    z-index: 99;
    top: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    h1 {
        text-transform: uppercase;
        font-size: 60px;
        font-weight: bold;
        color: #fff;
        span {
            color: #d20e0e;
        }
    }
    a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 1px;
        &:hover {
            text-decoration: none;
        }
        &:focus {
            text-decoration: none;
            text-decoration: none;
        }
        img {
            max-width: 36px;
            margin-right: 6px;
            background: #fff;
            border-radius: 60px;
            position: relative;
            top: -2px;
        }
    }
}

.inner-banner {
    .banner_text {
        left: 0;
    }
}

.main_slider {
    display: block;
    width: 100%;
    position: relative;
    padding: 100px 0;
    h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
    }
    h1 {
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 35px;
        max-width: 500px;
        margin: 20px auto;
    }
    div.main_para_2 {
        text-align: center;
    }
    .item {
        &:hover {
            .hove-shape1 {
                width: 90%;
                height: 78%;
                opacity: 1;
            }
            .hove-shape2 {
                width: 90%;
                height: 78%;
                opacity: 1;
            }
        }
    }
}

.banner_hov2 {
    position: absolute;
    width: 40%;
    left: 50%;
    color: #fff;
    z-index: 99;
    top: auto;
    bottom: 10%;
    text-align: center;
    transform: translateX(-50%);
    h1 {
        font-size: 46px;
        font-weight: bold;
        color: #fff;
        span {
            color: #d20e0e;
        }
    }
}

.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
}

.hove-shape2 {
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    left: 5%;
    bottom: 11%;
    border-top: 0;
    border-right: 0;
    width: 20%;
    height: 0;
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    left: 15px;
    bottom: 50px;
    border-top: 0;
    opacity: 0;
    border-right: 0;
    width: 0%;
}

.hove-shape1 {
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    right: 5%;
    top: 11%;
    border-left: 0;
    opacity: 0;
    border-bottom: 0;
    width: 0%;
    height: 0%;
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    right: 20px;
    top: 20px;
    border-left: 0;
    opacity: 0;
    border-bottom: 0;
    width: 0%;
    height: 0%;
}

.sub_header_1 {
    font-size: 25px;
    margin: 46px 12px 0 !important;
    font-weight: 600;
    text-decoration: none;
}

.main_packag a {
    text-decoration: none;
    position: relative;
}

.main_packag a .img-fluid {
    width: 100%;
}

a {
    &:hover {
        .hove-shape2 {
            width: 68%;
            height: 35%;
            opacity: 1;
        }
        .hove-shape1 {
            width: 65%;
            height: 35%;
            opacity: 1;
        }
    }
}

@media (max-width: 767px) {
    .banner-inner .banner_hov2 {
        max-width: 80%;
        width: 100%;
        h1 {
            font-size: 36px;
        }
    }
    .banner_hov2 {
        width: 100%;
        h1 {
            font-size: 36px;
        }
    }
    .carousel-inner img {
        width: 776px !important;
        height: 362px;
    }
}

@media (max-width: 580px) {
    .carousel-inner img {
        width: 579px !important;
        height: 270px;
    }
}