.home-section-1 {
    position: relative;
}
.home-section-1 .mobile{
    display: none;
    position: relative;
    color: black;
}

.section1-background-image {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url('../Assets/bitmap-desktop.webp');
    width: auto;
    height: 960px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.home-section-1 .web {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;


    /* make content starts from start - To remove if not required */
    /* margin-left: -200px; */
}

.content .banner-text-wrapper p {
    line-height: 27px;
    font-size: 20px;
}

.heading {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: bold;
    margin-bottom: 24px;
    font-family: 'CircularStd', sans-serif;;
}

.home-section-1 .content .banner-text-wrapper .video-btn {
    width: 200px;
    font-size: 18px;
    margin-right: 30px;
    padding: 10px;
    cursor: pointer;
    background-color: #00DCF7;
    border-radius: 0;
    border-style: solid;
    color: black;
    border-color: #00DCF7;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s ease-in;
}

.home-section-1 .content .banner-text-wrapper .video-btn img {
    transition: all .3s ease-in;
}

.home-section-1 .content .banner-text-wrapper .video-btn:hover {
    border-color: #071228;
    background-color: #071228;
    color: white;
}

.home-section-1 .content .banner-text-wrapper .video-btn:hover img {
    filter: invert(100%);
}

@media screen and (max-width: 990px) {
    .heading {
        font-size: calc(1.375rem + 1.5vw);
        margin-bottom: 24px;
        font-weight: bold;
    }
    .home-section-1 .content .banner-text-wrapper .video-btn {
        width: 200px;
        line-height: 26px;
    }
    .section1-background-image {
        height: 860px;
    }
}

@media screen and (max-width: 768px) {
    .heading {
        font-size: calc(1.375rem + 1.5vw);
        margin-bottom: 24px;
        font-weight: bold;
    }
    .content .banner-text-wrapper p {
        font-size: 18px;
    }
    .home-section-1 .content .banner-text-wrapper .video-btn {
        width: 200px;
        line-height: 26px;
    }
    .section1-background-image {
        height: 760px;
    }
}

@media screen and (max-width: 535px) {
    .heading {
        font-size: calc(1.375rem + 1.5vw);
        margin-bottom: 24px;
        font-weight: bold;
    }
    .content .banner-text-wrapper p {
        font-size: 14px;
    }
    .home-section-1 .content .banner-text-wrapper .video-btn {
        width: 200px;
        line-height: 26px;
        font-size: 14px;
        padding: 5px;
    }
    .section1-background-image {
        height: 760px;
    }
}

@media screen and (max-width: 425px) {
    .home-section-1 .mobile{
        display: block;
        position: relative;
        color: black;
    }
    .home-section-1 .web{
        display: none;
    }
    .heading {
        font-size: calc(1.375rem + 1.5vw);
        margin-bottom: 24px;
        font-weight: bold;
        text-align: center;
    }
    .content .banner-text-wrapper p {
        font-size: 14px;
        text-align: center;
    }
    .section1-background-image {
        background-image: url('../Assets/cover-image.png');
        height: 350px;
        width: auto;
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
    }
    .home-section-1 .mobile button{
        margin: 0px 20px 0px 20px !important;
    }
    .home-section-1 .content .banner-text-wrapper .video-btn {
        width: 100px;
    }
    .home-section-1 .content .container div{
        text-align: center;
    }
}

p.sec1-sub-heading {
    font-family: 'Heebo', sans-serif;
}

.sec1-btn {
    font-family: 'Heebo', sans-serif;
    margin-top: 60px;
}