@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,800&display=swap");

body {
  background-color: #000;
  color: #fff;
}
.hero {
  background: url("../images/banner_bg.png") no-repeat center center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 130px 0 0;
  overflow-x: hidden;
}
.section-title {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 2.5rem;
  font-weight: bold;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
}
.feature-slider img {
  width: 100%;
  height: auto;
}
.topbar {
  background: #ca0303;
  padding: 10px 0;
}

.topwrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.lef_wrap a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: Montserrat;
}

.rig_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.rig_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.banner_content {
  text-align: left;
  align-content: center;
  height: 100%;
  width: 100%;
}
.title {
  font-size: 104px;
  line-height: 0.9;
  font-weight: 800;
  font-family: popppins;
  position: relative;
  z-index: 99;
}
.banner_imgwrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
.banner_imgwrap::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -150px;
  width: 810px;
  height: 100%;
  background: url("../images/bannerimg_bg.png") no-repeat center center;
  background-size: 100%;
  z-index: -1;
}
.audioplayer_wrap {
  width: 86%;
}
.audio-player {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.audio-player img {
  width: 130px;
  border-radius: 15px;
  margin-right: 20px;
}
.player-controls {
  background: #111;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  color: #fff;
}
.progress-bar {
  appearance: none;
  width: 100%;
  height: 5px;
  background: #444;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}
.progress-bar::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
}
.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.controls i {
  font-size: 24px;
  cursor: pointer;
}
.controls .play-pause {
  background: red;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.track-info {
  text-align: center;
  font-size: 14px;
}
.img_wrap {height: 100%;width: 40%;}

.img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec1_heading {
    text-align: center;
    padding: 40px 0;
}

.sec_1{
  background: url('../images/sec1_bg.png') no-repeat center center;
  background-size: 100%;
  padding: 0 0 100px;
}

.sec1_heading h6 {font-size: 23px;font-weight: 500;font-family: poppins;line-height: 1;margin: 0;}

h2.titlemd {
    font-size: 127px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 1;
    margin: 0;
}

.sec1_heading p {
    width: 44%;
    margin: 0 auto 10px;
}
ul.playlist_slider {
    list-style: none;
    padding: 0 0 0 300px;
}

ul.playlist_slider li {width: 426px;}


ul.playlist_slider li {width: 426px;margin: 0 0 0 30px;}

.p_card {
    width: 100%;
    height: 100%;
}

.p_card .img_wrap {
    width: 100%;
}
.content_wrap {
    width: 100%;
    padding: 20px 0;
    height: 276px;
    border-bottom: 2px solid #212529;
}

.content_wrap h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 20px 0 10px;
}
ul.full_slider {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    gap: 5px;
    position: relative;
    top: -80px;
}


ul.slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 30px;
    border: none;
    background: #212529;
}
ul.slick-dots li.slick-active button {
  background: #fff;
}
button.slick-arrow {
    position: relative;
    bottom: 0;
    z-index: 999;
    left: -50px;
    right: 0;
    margin: 0 auto;
    display: block;
    bottom: 53px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    background: url('../images/leftarrow.png') no-repeat center center;
    border: none;
}
button.slick-next {
    left: 80px;
     background: url('../images/rigarrow.png') no-repeat center center;
}
button.slick-prev {
    top: 825px;
}
section.contact_sec {
    background: url('../images/contact_bg.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 50px 0 100px;
}
.heading_wrap {
    text-align: center;
    margin: 0 0 100px;
}



h2.section_title {
    font-size: 127px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Poppins';
}
.heading_wrap p {
    color: #838181;
}
.contact_form_wrap h3 {
    font-size: 52px;
    font-weight: bold;
    font-family: poppins;
    line-height: 1.1;
}

.contact_form_wrap {
    width: 60%;
    margin: 0 0px 0 auto;
}
.contact_form_wrap textarea:focus,
.contact_form_wrap textarea::placeholder,
.contact_form_wrap textarea,
.contact_form_wrap input::placeholder,
.contact_form_wrap input:focus,
.contact_form_wrap input {
    background: transparent;
    color: #fff;
    border-radius: 0px;
    resize: none;
}
.contact_form_wrap button.btn.btn-danger {
    width: 100%;
    border-radius: 0px;
}
.footer_content .heading {
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 40px;
}
.footer_links_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_links_wrap ul li {
    margin: 0 0 15px;
}
.footer_links_wrap ul li {
    margin: 0 0 15px;
}

.footer_links_wrap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Poppins';
}
.footer_links_wrap h5 {
    margin: 0 0 40px;
    font-size: 22px;
    font-family: lato;
    line-height: 1.2;
}
section.footer_links {
    position: relative;
    padding: 60px 0;
    isolation: isolate;

}
section.footer_links::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #080C0F;
    z-index: -1;
}
.banner_imgwrap img {
    width: 680px;
}
.sec3_slid_box img {
    width: 100%;
}
h3.p_title img {
    width: 80%;
}

@media screen and (max-width: 1440px) {
  button.slick-prev {
    top: 620px;
}
  
}
@media screen and (max-width: 1380px) {
.title {
    font-size: 94px;
}
  ul.playlist_slider {
    list-style: none;
    padding: 0 0 0 160px;
}
}
@media screen and (max-width: 1180px) {
.title {
    font-size: 74px;
}
.banner_imgwrap img {
    width: 590px;
}
.banner_imgwrap::before {
    width: 680px;
}
h2.titlemd {
    font-size: 97px;
}
button.slick-prev {
    top: 508px;
}
h2.section_title {
    font-size: 97px;
}
.contact_form_wrap {
    width: 80%;
    margin: 0 0px 0 auto;
}
.contact_form_wrap h3 {
    font-size: 51px;
}
  
}

@media screen and (max-width: 991px) {
.banner_imgwrap img {
    width: 450px;
}
.banner_imgwrap::before {
    width: 580px;
}
.title {
    font-size: 56px;
}
  button.slick-prev {
    top: 424px;
}
.contact_form_wrap {
    width: 100%;
    margin: 0 0px 0 auto;
}
.contact_form_wrap h3 {
    font-size: 47px;
}
section.footer_links {
    padding: 20px 0;
}
section.footer_links::before {
    height: 74%;
}
.footer_links_wrap ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
}
ul.slick-dots li button {
    width: 10px;
    height: 10px;
}
h2.section_title {
    font-size: 67px;
}
h2.titlemd {
    font-size: 67px;
}
.sec1_heading p {
    width: 61%;
    margin: 0 auto 10px;
}
}
@media screen and (max-width: 430px) {
  section.hero.text-white .row {
    flex-direction: column-reverse;
}
.banner_imgwrap img {
    width: 100%;
}
.banner_imgwrap::before {
    width: 100%;
    left: 0;
}
section.hero {
    padding: 70px 0 0;
}


.banner_content {
    position: relative;
    top: -110px;
    text-align: center;
}
h2.titlemd {
    font-size: 49px;
    margin: 0 0 10px;
}
.audioplayer_wrap {
    width: 100%;
}
.audio-player {
    flex-direction: column;
}
ul.playlist_slider {
    list-style: none;
    padding: 0 0 0 0;
}
.sec_1 {
    background: url('../images/sec1_bg.png') no-repeat center center;
    background-size: 100%;
    padding: 0 0 30px;
}
button.slick-prev {
    top: 175px;
}
.contact_form_wrap {
    margin: 0 0 60px;
}
h2.section_title {
    font-size: 50px;
}
.heading_wrap {
    text-align: center;
    margin: 0 0 40px;
}
.contact_form_wrap h3 {
    font-size: 47px;
    text-align: center;
}
.footer_links_wrap {
    text-align: center;
}
.footer_content {
    text-align: center;
    margin: 0 0 50px;
}
.topwrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.banner_content {
    position: relative;
    top: -110px;
    text-align: center;
    backdrop-filter: blur(6px);
    z-index: 1;
    border-radius: 20px;
    padding: 20px 0;
}
section.hero {
    padding: 30px 0 0;
}
.footer_links_wrap h5 {
    margin: 0 0 20px;
}
.footer_links_wrap ul {
    margin: 0 0 40px;
}
.sec1_heading p {
    width: 91%;
}

}
.sticky-top {
    background: #000;
}