.vc-banner-with-image{ padding: 120px 0; color: #fff; height: 100vh; box-sizing: border-box; display: flex; align-items: center; }
.vc-banner-with-image .vc-banner-with-image-inner{ width: 100%; margin: auto; display: flex; max-width: 1200px; width: 95%; }
.vc-banner-with-image h1{ color:inherit; margin: 0 0 40px; text-transform: none; }
.vc-banner-with-image .vc-text-content{ width: 60%; }
.vc-banner-with-image .banner_btns{ margin-top: 50px; }
.vc-banner-with-image  .banner-with-image-btn{ padding: 12px 20px; border-radius: 30px; margin-right: 20px; border: 2px solid currentColor; display: inline-block; min-width: 160px; text-align: center; }
.vc-banner-with-image  .banner-with-image-btn.btn1{ background: #fff; color: #000; border-color: #fff; }
.vc-banner-with-image  .banner-with-image-btn.btn2{ color: currentColor; }
.vc-banner-with-image .bg-image{ position: absolute; width: 50%; height: 100%; right: 0; top: 0; z-index: -1; }
.vc-banner-with-image .bg-image img{ position: absolute; left: 0; bottom:0; max-height: 100%; max-width: 100%; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.itdc_section .itdc_icon{ position: absolute; right: 50px; top: 50px; width: 11vw; }
.vc-banner-with-image .banner-with-image-spotify {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.vc-banner-with-image .banner-with-image-spotify .banner-with-image-link{ display: flex; align-items: center; gap: 20px; color: inherit; font-size: 70%; }
.vc-banner-with-image .banner-with-image-spotify img{ width: 70px; }


.vc_button_group { padding: 70px 30px; text-align: center;  }
.vc_button_group .vcbg_btn { padding: 8px 28px; display: inline-block; margin: 8px 6px; border-radius: 30px; font-size: 90%;}
.vc_button_group .vc_button_group_inner{ width: 100%; margin: auto; max-width: 885px; }



@media(max-width: 767px){
    .vc-banner-with-image .vc-text-content{ width: 100%; }
    .vc-banner-with-image .banner-with-image-btn {
        margin-right: 10px;
        min-width: 100px;
    }
    .vc-banner-with-image .bg-image{ width: 100%; }
    .vc-banner-with-image .bg-image img {
        /* object-position: bottom; */
    }
    .vc-banner-with-image{ height: auto; }
    .vc-banner-with-image .bg-image{ opacity: 0.5;}
    .vc-banner-with-image .banner-with-image-spotify img{ width: 40px; }
    .vc-banner-with-image .banner-with-image-spotify .banner-with-image-link{ gap: 10px }
    .vc-banner-with-image .banner-with-image-spotify {
        right: 30px;
        bottom: 20px;
    }
    .vc_button_group .vcbg_btn {
        padding: 6px 14px; 
        margin: 6px 3px;
    }
}

/* 06-02-2024 feedback css start */

.itdc_section {
    padding: 180px 0 !important;
}

.mobile_menu_button {
    float: right !important;
}
.itdc_section .itdc_icon {
    width: 6vw !important;
}
.vc_custom_1706769845915 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

@media(max-width:991px){
nav.mobile_menu>ul {
    width: 97% !important;
}
}

