@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/wol7nln.css");
* {box-sizing: border-box; text-decoration: none; list-style: none; padding: 0; margin: 0; margin-bottom: 0px;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, li ul, li ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .shimmer-main-content, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 {font-weight: 600; line-height: 1;}
h2 {font-size: 15px; line-height: 1;}
h3 {font-size: 15px; font-weight: 700;}
h4 {font-size: 14px; font-weight: 700;}
h5 {font-size: 10px;}
p {font-size: 14px; margin-bottom: 0px;}
a, button {outline: none; text-decoration: none !important; transition: all 0.3s ease-in-out;}
select {outline: none;}
html{scroll-behavior: smooth;}
.disabled {opacity: 0.5; pointer-events: none;}
h1, h2, h3, h4, h5, h6, a { font-family: var(--font-family); }
p { font-family: var(--font-family); }
::selection {text-shadow: none; color: var(--white); background: var(--primary-dark);}
.use-icon-box {position: absolute; height: 0; width: 0; opacity: 0;}

@font-face {
    font-family: 'Brooklyn';
    font-weight: 400;
    src: url('../../assets/fonts/Brooklyn/Brooklyn-Normal.ttf') format('woff');
}
@font-face {
    font-family: 'Brooklyn';
    font-weight: 600;
    src: url('../../assets/fonts/Brooklyn/Brooklyn-SemiBold.ttf') format('woff');
}
@font-face {
    font-family: 'Brooklyn';
    font-weight: 700;
    src: url('../../assets/fonts/Brooklyn/Brooklyn-Bold.ttf') format('woff');
}
@font-face {
    font-family: 'Brooklyn';
    font-weight: 900;
    src: url('../../assets/fonts/Brooklyn/Brooklyn-Heavy.ttf') format('woff');
}


/* -----------------
Theme Color's
------------------- */
:root {
    --font-family: 'Roboto';
    --secondary-family: 'Brooklyn';
    --title-family: 'Alga';
	--primary-dark: #081011;
	--light-yellow: #F9E0AC;
	--black: #000000;
    --white: #FFFFFF;
	
}

.container-full {
    max-width: 100%;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
}

/* header */
.header-wrapper {
    background: var(--white);
    position: relative;
}
.header-wrapper .inner-content-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    justify-content: space-between;
    padding: 0 16px;
}
.head-logo {
    padding: 8px 8px 8px 42px;
}
.head-logo img {
    max-width: 117px;
    width: 100%;
}
.right-head-baar {
    display: flex;
    align-items: stretch;
    gap: 18px;
}
.message-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #150F55;
    padding: 0 20px;
    width: 100%;
    min-width: 174px;
}
.message-text h3 {
    color: #E1E480;
    text-align: center;
    font-family: var(--secondary-family);
    font-size: 17px;
    font-weight: 900;
    line-height: normal;
}
.message-text p {
    color: var(--white);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.bonei-olam-logo {
    align-items: center;
    display: flex;
}
.bonei-olam-logo img {
    max-width: 41px;
}

/* banner */
.banner-wrapper img {
    width: 100%;
}
.banner-wrapper .mob-img {
    display: none;
}


/* about */
.about-wrapper {
    padding: 50px 0px 0px;
}
.about-wrapper .container {
    max-width: 750px;
}
.watching-information-wrap {
    position: relative;
    background: var(--black);
}
.hide-form .form-group-area {
    display: none;
}
.hide-form {
    padding-top: 67%;
    width: 100%;
}
.watching-information-wrap iframe, .watching-information-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.watching-information-wrap img {
    object-fit: cover;
    cursor: pointer;
}
.play-ico {
    border-radius: 15px;
    border: 2px solid #000;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(10px);
    width: 36%;
    height: 33%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 100px;
    line-height: normal;
    cursor: pointer;
}

.form-group-area {
    /* background: aliceblue; */
    padding: 50px;
}
.form-inner-wrapper {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(10px);
    padding: 40px 60px;
    display: flex;
    align-items: center;
    gap: 75px;
}

.section-head h2 {
    color: #7F421E;
    font-family: var(--title-family);
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
}
.section-head p {
    color: var(--black);
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.form-field-area {
    width: 100%;
    position: relative;
}
.form-title {
    width: 100%;
    max-width: 158px;
    position: relative;
}
.form-title span {
    color: var(--black);
    font-family: var(--secondary-family);
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    display: block;
}
.fleid-group:not(:last-child) {
    margin-bottom: 10px;
}
.control-form {
    border-radius: 5px;
    border: 1px solid #7F421E;
    background: var(--white);
    padding: 12px 20px;
    width: 100%;
    color: var(--black);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    outline: none;
}
.control-form::placeholder {
    color: #CFCECE;
}
.btn-wrap {
    border: initial;
    outline: none;
    color: var(--light-yellow);
    text-align: center;
    font-family: var(--secondary-family);
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    background: #7F421E;
}

.click-area-layout {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.click-btn {
    color: #7F421E;
    font-family: var(--secondary-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* middle-area-wrapper */
.middle-area-wrapper {
    padding: 50px 0;
}


/* Sponsore */
.bottom-sponsore {
    border-radius: 10px;
    background: #FFEDF1;
    padding: 16px 50px;
}
.sponsore-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.sponsore-by span {
    color: var(--black);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.sponsore-by h3 {
    color: #CF2031;
    font-family: var(--font-family);
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.sponsore-by {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
}
.sponsore-img img {
    max-width: 235px;
}

/* slider */
.slider-wrapper {
    background: #2A2427;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.slider-wrapper .container {
    max-width: 1600px;
    padding: 0px;
    position: relative;
}

.slider-wrapper .owl-stage {
    /* display: flex;
    align-items: center; */
}
.slide-img {
    position: relative;
    padding-top: 56.6%;
    overflow: hidden;
}
.slider-box .owl-item .slide-img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, #474244d9 0.45%, #2A2427 33.55%);
    z-index: 1;
    transition: 0.8s;
    opacity: 0;
    visibility: hidden;
}
.slider-box .owl-item:not(.active) .slide-img:before {
    background: linear-gradient(-90deg, #474244d9 0.45%, #2A2427 33.55%);
    opacity: 1;
    visibility: visible;
}
.slider-box .owl-item.active + .owl-item .slide-img::before {
    background: linear-gradient(90deg, #474244d9 0.45%, #2A2427 33.55%);
}
.slide-img img, .slide-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.owl-item:not(.active) .slide-text {
    opacity: 0;
}
.slide-text {
    padding: 0px 40px;
    background: #7F421E;
    margin-top: 5px;
    min-height: 95px;
    display: flex;
    align-items: center;
    transition: 0.8s;
}
.slide-text p {
    color: var(--white);
    font-family: var(--title-family);
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
}
.slider-wrapper .inner-content-wrapper {
    position: relative;
}

/* Slider-owl */

.slider-wrapper .owl-carousel .owl-stage-outer {
    overflow: unset;
}
.slider-box .owl-item:not(.active) {
    transform: translateY(54px);
}
.slider-box .owl-item {
    transition: 0.8s;
}
.slider-box .owl-nav button {
    outline: initial;
    background: initial;
    border: initial;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider-box .owl-nav .slider-arrow {
    border-radius: 5px;
    border: 1px solid var(--white);
    background: initial;
    padding: 20px 15px;
    font-size: 45px;
    color: var(--light-yellow);
    cursor: pointer;
}
.slider-box .owl-nav .owl-prev {
    left: 80px;
}
.slider-box .owl-nav .owl-next {
    right: 80px;
}

/* featured-wrapper */
.featured-wrapper, .previous-wrapper, .form-outer-area  {
    padding-top: 50px;
}
.bottom-sponsore  {
    margin-top: 50px;
}
.featured-wrapper .inner-content-wrapper {
    border-radius: 20px;
    background: #FFF7E7;
    padding: 30px 40px;
}
.featured-head {
    display: flex;
    align-items: center;
    gap: 60px;
}
.artist-img {
    width: 100%;
    max-width: 160px;
}
.artist-img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 3px;
    background: lightgray -622.678px -331.715px / 852.119% 478.252% no-repeat;
}
.artist-description {
    position: relative;
}
.artist-description:before {
    content: '';
    width: 2px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: var(--light-yellow);
    height: calc(100% + 20px);
    border-radius: 10px;
}
.featured-wrapper .section-head h2 {
    margin-bottom: 10px;
}
.featured-wrapper .videos-group {
    margin-top: 30px;
}
.videos-group {
    display: flex;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}
.video-item {
    flex-basis: calc(33.33% - 16px);
}
.video-title {
    color: #7F421E;
    font-family: var(--secondary-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
.video-block {
    position: relative;
    padding-top: 56.6%;
    overflow: hidden;
}
.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.previous-wrapper .videos-group {
    margin-top: 15px;
}
.previous-wrapper .video-item {
    /* flex-basis: calc(25% - 18px); */
}
.previous-wrapper .video-title {
    font-size: 12px;
}

/* Hepl us */
.help-wrapper:not(.bottom-help) {
    padding: 50px 0;
}
.middle-layout-box {
    border-radius: 20px;
    padding: 40px 60px;
    background: linear-gradient(90deg, rgba(21, 15, 85, 0.00) 22.45%, #150F55 47.55%), url(/assets/images/make-bg.jpg) no-repeat;
    background-size: cover;
}
.middle-layout-box .section-head {
    max-width: 670px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.middle-layout-box .section-head h2 {
    color: #E1E480;
    font-weight: 400;
}
.middle-layout-box .section-head p {
    color: #fff;
    line-height: normal;
    margin-top: 10px;
}
.right-img img {
    width: 58px;
}
.middle-layout-box .btn-wrapper {
    text-align: center;
}
.inline-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.inline-block p {
    text-align: start;
}
.btn-wrapper .big-btn {
    border-radius: 10px;
    background: #E1E480;
    border: none;
    outline: none;
    padding: 20px 30px;
    color: #000D2D;
    font-family: var(--secondary-family);
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}
.btn-wrapper .big-btn i {
    color: #000D2D;
    font-size: 42px;
    line-height: 35px;
}

/* bottom-help */
.help-wrapper.bottom-help {
    position: sticky;
    bottom: -1px;
    z-index: 9;
}
.bottom-help .middle-layout-box {
    border-radius: initial;
    padding: 20px 30px;
    background: #150F55;
}
.bottom-help .middle-layout-box .section-head {
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.bottom-help .inner-desc {
    max-width: 540px;
}
.bottom-help .section-head h2 {
    font-size: 25px;
    font-weight: 600;
}
.bottom-help .section-head br {
    display: none;
}
.bottom-help .section-head p {
    font-size: 12px;
    margin-top: 10px;
}
.bottom-help .right-img img {
    width: 50px;
}
.bottom-help .btn-wrapper .big-btn {
    padding: 20px;
    white-space: nowrap;
    font-size: 22px;
}

/* amount-message */
.amount-message-wrapper {
    padding: 30px;
    background: #150F55;
    text-align: center;
}
.amount-message-wrapper a {
    display: inline-block;
}
.amount-message-wrapper h3 {
    color: #E1E480;
    text-align: center;
    font-family: var(--secondary-family);
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
}
.amount-message-wrapper p {
    color: var(--white);
    text-align: center;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* Footer */
.footer-wrapper .inner-content-wrapper {
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--black);
}
.footer-logo {
    max-width: 36px;
}
.footer-logo img {
    width: 100%;
}
.designby {
    color: var(--white);
    font-family: "Dunbar Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}
.designby img {
    max-width: 113px;
}
.hidden {
    display: none;
}

/* Responsive @media Screen */
@media screen and (max-width: 1639px){
    .slider-wrapper .container{
        max-width: 1440px;
    }
}
@media screen and (max-width: 1290px){
    .container {
        padding: 0px 20px;
    }
    .slider-box .owl-nav .owl-prev {
        left: 40px;
    }
    .slider-box .owl-nav .owl-next {
        right: 40px;
    }
    .slider-wrapper .container{
        max-width: 1440px;
    }
}
@media screen and (max-width: 1175px){
    .middle-layout-box {
        padding: 40px;
    }
    .bottom-help .middle-layout-box {
        padding: 20px;
    }
    .middle-layout-box .section-head {
        gap: 20px;
    }
    .inline-block {
        gap: 20px;
    }
    .bottom-help .section-head h2 {
        font-size: 20px;
    }
    .bottom-help .section-head p {
        margin-top: 5px;
    }
    .bottom-help .btn-wrapper .big-btn {
        padding: 10px 20px;
        font-size: 16px;
        gap: 10px;
    }
    .bottom-help .btn-wrapper .big-btn i {
        font-size: 35px;
    }
    .artist-img {
        max-width: 130px;
    }
}
@media screen and (max-width: 991px){
    .container {
        padding: 0px 16px;
    }
    .featured-wrapper .inner-content-wrapper {
        padding: 20px;
    }
    .videos-group {
        gap: 16px;
    }
    .video-item {
        flex-basis: calc(33.33% - 11px);
    }
    .previous-wrapper .video-item {
        /* flex-basis: calc(25% - 12px); */
    }
    .section-head h2 {
        font-size: 30px;
        line-height: initial;
    }
    .section-head p {
        font-size: 16px;
        line-height: normal;
    }
    .featured-head {
        gap: 30px;
    }
    .artist-img {
        max-width: 120px;
    }
    .artist-description:before {
        left: -15px;
        height: calc(100% + 10px);
    }
    .slider-box .owl-nav .slider-arrow {
        padding: 15px 10px;
        font-size: 40px;
    }
    .slide-text p {
        font-size: 20px;
        line-height: normal;
    }
    .slider-box .owl-nav .owl-prev {
        left: 26px;
    }
    .slider-box .owl-nav .owl-next {
        right: 26px;
    }
    .bottom-help .middle-layout-box {
        padding: 10px;
    }
    .bottom-sponsore {
        padding: 16px 16px;
    }
    .middle-layout-box {
        padding: 30px;
    }
    .bottom-help .middle-layout-box .section-head {
        flex-direction: column;
        max-width: 540px;
        margin: 0 auto;
        gap: 10px;
        align-items: flex-start;
    }
    .bottom-help .right-img {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .head-logo {
        padding: 8px 8px 8px 0px;
    }
    .video-item, .previous-wrapper .video-item {
        flex-basis: calc(50% - 8px);
    }
    .form-group-area {
        padding: 40px;
    }
    .form-inner-wrapper {
        padding: 30px;
        gap: 50px;
    }
    .slider-box .owl-nav .slider-arrow {
        padding: 8px 6px;
        font-size: 30px;
        backdrop-filter: blur(3px);
    }
    .slider-box .owl-nav .owl-prev {
        left: 20px;
    }
    .slider-box .owl-nav .owl-next {
        right: 20px;
    }
    .play-ico {
        font-size: 78px;
    }
    .middle-layout-box {
        padding: 55px 25px 40px 25px;
        background: linear-gradient(180deg, rgba(21, 15, 85, 0.00) 28.06%, #150F55 50%), url(/assets/images/make-bg.jpg) no-repeat;
        background-size: contain;
    }
    .inline-block {
        flex-direction: column-reverse;
    }
    .right-img {
        width: 100%;
        text-align: end;
    }
    .sponsore-content {
        flex-direction: column;
    }
    .sponsore-by {
        justify-content: center;
        flex-wrap: wrap;
    }
    .middle-layout-box .section-head {
        max-width: 490px;
    }
    .btn-wrapper .big-btn {
        padding: 10px 16px;
        font-size: 15px;
        gap: 10px;
    }
    .btn-wrapper .big-btn i {
        font-size: 30px;
    }
}
@media screen and (max-width: 575px){
    .banner-wrapper .dask-img {
        display: none;
    }
    .banner-wrapper .mob-img {
        display: block;
    }
    .message-text {
        min-width: initial;
    }
    .play-ico {
        font-size: 60px;
    }
    .click-area-layout {
        margin-top: 10px;
        gap: 5px;
        flex-direction: column;
    }
    .featured-wrapper, .previous-wrapper, .form-outer-area {
        padding-top: 30px;
    }
    .help-wrapper:not(.bottom-help), .middle-area-wrapper {
        padding: 30px 0px;
    }
    .slide-text p {
        font-size: 18px;
        line-height: normal;
    }
    .video-item, .previous-wrapper .video-item {
        flex-basis: 100%;
    }
    .form-title {
        max-width: 240px;
    }
    .featured-head {
        gap: 20px;
        flex-direction: column;
    }
    .featured-wrapper .videos-group {
        margin-top: 20px;
    }
    .artist-description {
        text-align: center;
    }
    .artist-description:before {
        left: 0;
        width: calc(100% - 20px);
        height: 2px;
        top: -10px;
        margin: 0 auto;
        right: 0;
    }
    .middle-layout-box {
        background: linear-gradient(180deg, rgba(21, 15, 85, 0.00) 28.06%, #150F55 43%), url(/assets/images/make-bg.jpg) no-repeat;
        background-size: 131%;
        background-color: #150F55;
    }
    .right-img img {
        width: 44px;
    }
    .btn-wrapper .big-btn {
        padding: 9px 15px;
        font-size: 16px;
        gap: 15px;
    }
    .bottom-help .btn-wrapper .big-btn {
        padding: 8px 10px;
        font-size: 11px;
        gap: 5px;
        margin: 0;
        width: 100%;
    }
    .btn-wrapper .big-btn i {
        font-size: 35px;
    }
    .bottom-help .btn-wrapper .big-btn i, .btn-wrapper .big-btn i {
        font-size: 18px;
    }
    .form-group-area {
        padding: 16px;
    }
    .form-inner-wrapper {
        padding: 16px;
        gap: 10px;
        flex-direction: column;
    }
    .form-title span {
        text-align: center;
    }
    .sponsore-content {
        flex-direction: column;
    }
    .bottom-sponsore {
        text-align: center;
        padding: 12px 20px;
        margin-top: 30px;
    }
    .sponsore-img img {
        max-width: 200px;
    }
    .sponsore-by span {
        font-size: 16px;
    }
    .slide-text {
        padding: 0px 10px;
    }
    .about-wrapper {
        padding-top: 30px;
    }
    .slider-wrapper {
        padding: 30px 0px;
    }
    .middle-layout-box .section-head h2 {
        font-size: 27px;
    }
    .middle-layout-box .section-head p {
        font-size: 12px;
    }
    .bottom-help .section-head h2 {
        font-size: 16px;
    }
    .bottom-help .section-head p {
        font-size: 9px;
    }
    .amount-message-wrapper {
        padding: 16px;
    }
    .middle-layout-box .btn-wrapper {
        width: 100%;
    }
    .footer-wrapper .inner-content-wrapper {
        padding: 16px;
        gap: 16px;
    }
    .footer-logo {
        max-width: 33px;
    }
    .designby img {
        max-width: 90px;
    }
    
}
@media screen and (max-width: 475px){
    .play-ico {
         font-size: 46px;
    }
}