/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap');
@import url(../fonts/AgencyFB/stylesheet.css);
@import url(../fonts/AgencyFB-reg/stylesheet.css);
@import url(../fonts/billion_dreams/stylesheet.css); */
/* font-family: 'Bigshot One', cursive; */

/* @import url('https://db.onlinewebfonts.com/c/6dd2f2510b4a00a5461b2455928209c2?family=Brandon+Grot+W01+Light'); */
/* @import url(../fonts/BrandonGrot/stylesheet.css); */

/* @import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');


:root{
    --white: #ffffff;
    --black: #000000;
    --yellow: #FFC700;
    --orange: #FC5700;
    --dark-gery:#131212;
    --light-gery: #4E4949;
}

body {
    padding: 0;
    margin: 0;
    /* font-family: 'Jost', sans-serif; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background-color: var(--black);
}
.bodyfrezze{
    overflow: hidden;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul,
ol,
li {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
    border-radius: 8px;
}
::-webkit-scrollbar-track {
    background: #E0DADA;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #88c59d;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
    background: #88c59d;
    border-radius: 8px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}
a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

h1{
    color: var(--white);
    /* font-family: 'Bigshot One', cursive; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 45px;
    /* font-size: 142px; */
    font-style: normal;
    font-weight: 800;
    /* font-weight: 400; */
    line-height: normal;
}
h2{
    color: var(--yellow);
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    /* font-size: 62px; */
    font-style: normal;
    /* font-weight: 400; */
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
h3{
    color: var(--yellow);
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
h4{
    color: var(--white);
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
h5{
    color: var(--white);
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    /* font-size: 34px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
h6{
    color: var(--white);
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
p{
    color: var(--white);
    /* font-family: Jost; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 27px;
    /* font-size: 16px; */
    font-style: normal;
    font-weight: 300;
}
p:last-child{
    margin: 0;
}

img {
    max-width: 100%;
}

/* select{
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
} */

.positionRelative{
    position: relative;
}
.z-index-2{
    z-index: 2;
}
.container {
    width: 100%;
    max-width: 1520px;
    padding-left: 40px;
    padding-right: 40px;
}
.customContainer{
    width: 100%;
    max-width: 2560px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}
.btnYellow{
    padding: 10px 22px;
    background: var(--yellow);
    filter: drop-shadow(0px 0px 24px var(--orange));
    border: none;
    color: var(--black);
    /* font-family: 'AgencyFB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 60px;
    outline: 0;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.btnYellow:hover{    
    color: var(--white);
    background-color: var(--orange);
    transition: all .3s;
}

.lishkaraTitle{
   margin: 0 0 69px;
}
.lishkaraTitle h2{
    text-align: center;
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 29px;
}
.lishkaraTitle h2::before{
    content: '';
    background-image: url(../images/left-title.svg);
    width: 194px;
    height: 31px;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.lishkaraTitle h2::after{
    content: '';
    background-image: url(../images/right-title.svg);
    width: 194px;
    height: 31px;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.lishkaraTitle h6{
    text-align: center;
    margin: 28px 0 0;
}

.formGroup{
    margin: 0 0 20px;
}
.formGroup label{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #073543;
    margin: 0 0 7px;
    padding-left: 20px;
}
.form-control{
    background: #fff;
    border-radius: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 12px 20px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #073543;
    transition: all .3s;
}
.form-control:focus{
    background: #fff;
    box-shadow: 0 0 0 2px #88c59d !important;
    border-color: transparent;
}
textarea.form-control{
    height: 121px;
    resize: none;
}



/* Start Header */

header{
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(24px);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}
.customNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.customNav .logoBlock h6{
    text-transform: initial;
    font-family: 'Bigshot One', cursive;
    font-size: 25px;
}
.customNav .logoBlock a{
    color:var(--white);
}
.navBlock ul{
    list-style: none;
    display: flex;
    column-gap: 44px;
}
.navBlock ul li a{
    padding: 4px;
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Oswald', sans-serif;
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}
.navBlock ul li a.active::after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -5px;
    width: 100%;
    background: #D9D9D9;
    left: 0;
    border-radius: 15px;
}

.navBlock ul li a:hover, .navBlock ul li a.active{
    color: var(--yellow);
}

li.current_page_item a {
    color: #ffc700 !important;
    border-bottom : 1px solid #ffc700;
}

/* End Header */

/* Start Banner */

.banner{
    /* background: url(../images/banner-home.jpg), #000; */
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.banner video {
    width: 100%;
    height: 105vh;
    object-fit: cover;
    line-height: 0;
}

.banner .bannerContentHead {
    position: absolute;
    width: 100%;
    max-width: 1153px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    top: 54%;
    text-align: center;
}

.bannerOverlay {
    content: '';
    display: block;
    width: 100%;
    height: 340px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000000e6 60%);
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 2;
}
.bannerBlock{
    position: relative;
    width: 100%;
    height: 835px;
}
.bannerContentBlock{
    position: absolute;
    width: 100%;
    max-width: 1153px;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
}
.bannerContentHead h1 {
    /* font-size: 70px; */
    font-size: 50px;
}
.bannerContentHead p {
    text-align: center;
    font-size: 24px;
    margin: 22px 0px;
}

.bannerContentHead{
    position: absolute;
    width: 100%;
    max-width: 1153px;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    z-index: 3;
}
.bannerContentHead h1{
    text-shadow: 10px 10px 20px #FC5700;
    text-align: center;
}
.bannerContentLeft{
    position: absolute;
    left: 0;
    top: 52%;
    transform: translate(0, -50%) rotate(270deg);
    display: flex;
    column-gap: 19px;
    height: 470px;
    z-index:9;
}
.bannerContentLeft h4{
    /* font-family: 'Billion Dreams'; */
    text-transform: initial;
}
.bannerContentRight{
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg);
    height: 0;
    z-index: 9;
}
.bannerContentRight h3{
    font-weight: 400;
}

/* End Banner */

/* Start Our Service Sec */

.ourServiceSec{
    background-image: url(../images/vector-1.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 60px 0;
}
.ourServiceBlock{
    background-color: var(--dark-gery);
    padding: 20px 20px 28px;
    border-radius: 20px;
    border: 1px solid var(--light-gery);
}
.ourServiceBlock .imgBlock{
    border-radius: 20px;
    overflow: hidden;
    height: 231px;
    max-height: 231px;
    margin: 0 0 34px;
}
.ourServiceBlock .imgBlock img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ourServiceBlock h6{
    text-align: center;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
    background:var(--yellow);
    width: 43px;
}
/* End Our Service Sec */

/* Start Recent Track Sec */

.ourRecentTrackSec {
    background-image: url(../images/vector-2.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 60px 0 100px;
    background-position: bottom;
}

.rcent-track-rgt div {
    color: #fff;
}
.ourRecentTrackSec .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .ourRecentTrackSec .nav-pills .nav-link{
    background-color: var(--dark-gery);
    color: var(--white);
    /* font-family: 'Agency FB'; */
    /* font-family: "Brandon Grot W01 Light"; */
    font-family: 'Raleway', sans-serif;
}
.ourRecentTrackSec .nav-pills .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    border: 2px solid #4E4949;
    border-radius: 8px;
    height: 80px;
}
.rcent-track-rgt .tab-content>.tab-pane h5 {
    font-weight: 400;
    margin-top: 23px;
}
.ourRecentTrackSec .rcn-track-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
span.video-play-in {
    background: #e64700;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.rcn-track-btn a span img {
    width: 70px;
    margin-left: 10px;
}

.ourRecentTrackSec .nav-pills .nav-link.active {
    background:var(--black);
}
.ourRecentTrackSec .nav-pills .nav-link span img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 10px;
}
.ourRecentTrackSec .nav-pills .nav-link span {
    font-size: 17px;
    text-align: left;
    display: inline-flex;
    align-items: center;
}

.rcent-track-rgt .tab-content>.tab-pane {
    background: var(--black);
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #4E4949;
    display: flex;
    align-items: center;
    gap: 30px;
    display: none;
}

.rcent-track-rgt .tab-content>.tab-pane.show.active{
    display: inline-flex;
}
.track-thumbnail {
    flex: 1;
    width: 40%;
}


/* End Recent Track Sec */

/* gallery start */
.gallery {
    padding: 80px 0;
}
.gallery-inner {
    display: flex;
    align-items: flex-start;
}
.gallery-left {
    display: flex;
    flex-wrap: wrap;
	height:90vh;
	object-fit:cover;
}
.gallery-rgt {
    display: flex;
    flex-wrap: wrap;
	height:90vh;
	object-fit:cover;
}
.gallery-left, .gallery-mid, .gallery-rgt {
    display: flex;
    flex-wrap: wrap;
    width: 33.3%;
}

.gallery-inner a img {
    width: 100%;
	height:100%;
	object-fit:cover;
}

.gallery-mid a {
    width: 100%;
}

.gallery-mid a img{
	height: 90vh;
    object-fit: cover;
}

.gallery-left a img, .gallery-rgt a img{
	height: 30vh;
    object-fit: cover;
}

.gallery-left a:nth-child(1), .gallery-left a:nth-child(2), .gallery-left a:nth-child(4), .gallery-left a:nth-child(5),  .gallery-rgt  a:nth-child(2), .gallery-rgt  a:nth-child(3){
    width: 50%;
}
.gallery-left a:nth-child(3), .gallery-rgt  a:nth-child(1), .gallery-rgt  a:nth-child(4){
    width: 100%;
}
.gallery a i {
    position: absolute;
    color: #fff;
    background: #ffc700;
    border-radius: 50%;
    border: 10px solid #00000017;
    font-size: 30px;
    height: 90px;
    display: inline-flex;
    width: 90px;
    align-items: center;
    justify-content: center;
    transform: translate(50% 0%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
}
.gallery a:hover i{
    transform: translate(0% 0%);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}
.gallery a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* gallery end */

/* WHERE DO WE PLAY start */
    .where-do-play-main{
        background: url('../images/footer-bg.png')no-repeat;
        background-position: center;
        background-size:cover;
        padding: 80px 0 0;
        position: relative;
    }
    
    .where-do-play-bottom {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        text-align: center;
        border-bottom: 1px solid #838383;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .where-do-play-overlay {
        background-image: linear-gradient(354deg, black, #000000ba, #000000fc);
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
    .where-do-play-inner {
        position: relative;
        z-index: 2;
    }
    .where-play-btm-iner h5 {
        margin-bottom: 0;
        margin-top: 22px;
    }

/* WHERE DO WE PLAY start */

/* Footer */
.footer-inner h5 {
    font-size: 25px;
    margin-bottom: 30px;
    font-family: 'Bigshot One', cursive;
    font-weight: 400;
}
footer {
    position: relative;
    z-index: 2;
    color: #fff;
}
.footer-inner p, .footer-inner li, .footer-inner li a{
    color:#e2e2e2;
}

.footer-inner h6 {
    /* font-family: 'Jost', sans-serif; */
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer-inner li p {
    margin-bottom: 4px;
    font-size: 22px;
}

.footer-inner li {
    padding: 8px 0px;
}
.ftr-copyrgt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.ftr-copyrgt ul{
    display: flex;
    align-items: center;
    gap: 5px;
}

.ftr-copyrgt p {
    margin-bottom: 0;
    margin-right: 32px;
}
.ftr-copyrgt ul li a{
    background-color: var(--yellow);
    color: var(--black);
}
.ftr-copyrgt ul li a {
    background-color: var(--yellow);
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0px 3px;
}
.footer-inner .btnYellow {
    margin-top: 10px;
}
/* End Footer */


/* Service page start */
.srvc-banner{
    background: url('../images/services/top-banner.png');
}

.inner-banner h1 {
    text-shadow: 4px 6px 15px #FC5700;
    text-align: center;
    position: relative;
    z-index: 9;
}
.inner-banner {
    padding: 200px 0px 100px;
    position: relative;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner .bannerOverlay {
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, #000000c7 60%);
}

.service-item {
    padding: 25px;
    margin: 15px 0;
    background: #131212;
    border: 1px solid #4E4949;
    border-radius: 20px;
}

.service-item h5 {
    color: #ffc700;
    font-size: 21px;
    font-weight: 600;
}

.srvc-item-thumb img {
    width: 100%;
}
.srvc-item-thumb {
    margin-bottom: 20px;
}
.service-item p {
    font-weight: 400;
    line-height: 26px;
    min-height: 140px;
    color: #dadada;
}
/* .service-item h5 {
    font-weight: 500;
} */
/* Service page end */

/* team page start here */
.team-banner{
    background: url('../images/team/top-banner.png');
}
.team-item-main{
    text-align: center;
}
.service-item h4 {
    /* font-family: 'Bigshot One', cursive !important; */
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0px;
}
/* team page end here */

/* Gallery page start */
.gallery-banner{
    background: url('../images/gallery/top-banner.png');
}
.gallery-body a i {
    position: absolute;
} 

.gallery-body .gallery-page .img i {
    position: absolute;
    color: #fff;
    background: #ffc700;
    border-radius: 50%;
    border: 10px solid #00000017;
    font-size: 30px;
    height: 90px;
    display: inline-flex;
    width: 90px;
    align-items: center;
    justify-content: center;
    transform: translate(50% 0%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
}
.gallery-body .gallery-page .img:hover i {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}

.gallery-body a:hover i{
    opacity: 1;
    visibility: visible;
    transform: translate(0% 0%);
} 

.gallery-body .gallery-page{
    position: relative;
    height: 100%;
    margin: auto;
    padding: 45px 0px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap:2vh;
    grid-auto-flow: dense;
}

.gallery-body .gallery-page .img{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.gallery-body .gallery-page .img:first-child{
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.gallery-body .gallery-page .img:nth-child(2n+3){
    grid-row-start: span 2;
}

.gallery-body .gallery-page .img:nth-child(4n+5){
    grid-column-start: span 2;
    grid-row-start: span 2;
}

.gallery-body .gallery-page .img:nth-child(6n+7){
    grid-row-start: span 1;
}

.gallery-body .gallery-page .img:nth-child(8n+9){
    grid-column-start: span 1;
    grid-row-start: span 1;

}

.gallery-body .gallery-page .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.gallery-body .gallery-page .img video {
    object-fit: fill;
}
.gallery-body .gallery-page .img a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Gallery page end */
/* Booking form start */
.contact-form {
    padding: 50px 0px;
}
.contact-form .wpcf7-list-item {
    display: block;
    margin-left: 0px;
}

.booking-form label.form-label, .booking-form h6{
    color: #fff;
    font-size: 20px;
    font-family:'Oswald';
}
.booking-form .form-control {
    border-radius: 0px;
    background: transparent;
    color: #fff;
}
.contact-form .booking-form {
    width: 70%;
    margin: 0 auto;
}
.booking-form h4 {
    font-weight: 600;
}

.booking-form label.form-check-label {
    color: #fff;
    display: block;
    border-radius: 0px;
}

.booking-form input.submit-btn{
padding: 8px 43px;
    background: var(--yellow);
    filter: drop-shadow(0px 0px 24px var(--orange));
    border: none;
    color: var(--black);
    /* font-family: 'AgencyFB'; */
    font-size: 21px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    outline: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all .3s;
    font-weight: 700;
}

.contact-form h4 {
    color: #ffc700;
    margin-top: 30px;
}

/* Booking form end */

/* Playlist start */
.ourRecentTrackSec .soundItem {
    padding: 10px 7px !important;
}
