.main-hero-section {
    position: relative;
    height: 90vh;
}
.main-hero-section .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main-hero-section .hero-image img,
.main-hero-section video {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.main-hero-section .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 60px;
    display: flex;
    align-items: flex-end;
    z-index: 3;
}
.main-hero-section:after {
    content: "";
    -webkit-backdrop-filter: blur(35px);
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 100%) add;
    backdrop-filter: blur(35px);
    background: #000;
    bottom: 0;
    flex: none;
    height: 100%;
    left: calc(50.00000000000002% - 100% / 2);
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 100%) add;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.main-hero-section .banner-content h1 {
    font-size: 100px;
    line-height: 110px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}
.main-hero-section .banner-content .text-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.main-hero-section .banner-content .left-block {
    width: 60%;
}
.main-hero-section .banner-content .right-block {
    width: 30%;
}
.main-hero-section .banner-content .right-block p {
    color: rgb(255, 254, 250);
    font-size: 21px;
    line-height: 31.5px;
    font-weight: 300;
}
.main-hero-section .banner-content .right-block .btn {
    margin-top: 42px;
}
@media only screen and (max-width: 1399px) {
    .main-hero-section .banner-content h1 {
        font-size: 92px;
        line-height: 102px;
    }
    .main-hero-section .banner-content {
        padding: 60px 30px;
    }
    .main-hero-section .banner-content .right-block p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .main-hero-section .banner-content h1 {
        font-size: 76px;
        line-height: 80px;
    }
    .main-hero-section .banner-content .right-block p {
        font-size: 18px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 991px) {
    .main-hero-section .banner-content h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .main-hero-section .banner-content .right-block p {
        font-size: 16px;
        line-height: 24px;
    }
    .main-hero-section .banner-content .left-block,.main-hero-section .banner-content .right-block {
        width: 100%;
    }
    .main-hero-section .banner-content {
        padding: 80px 0;
    }
    .main-hero-section .banner-content .right-block {
        padding-top: 32px;
    }
    .main-hero-section .banner-content .right-block .btn {
        margin-top: 24px;
    }
}
