@media (min-width: 2500px) and (max-width: 3840px)  {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 3000px;
    }
    .banner .banner_heading h1 {
	font-size: 85px;
	font-weight: 600;
	line-height: 79px;
	margin-bottom: 8px;
}
section {
	padding: 120px 0px;
}
}
@media (min-width: 1920px) and (max-width: 2500px)  {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1800px;
    }
    .banner .banner_heading h1 {
	font-size: 85px;
	font-weight: 600;
	line-height: 79px;
	margin-bottom: 8px;
}
section {
	padding: 120px 0px;
}
}
@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(101deg,#d5145f 0%,#ed5923 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }


  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small {
    display: block;
  }
  /* ---------Moblie Menu------------- */
  .main_header {
    padding: 25px 0;
    transition: .7s;
  }
  .banner .banner_heading {
    color: #fff;
    padding: 80px 0 40px;
    text-align: center;
  }
  .banner .banner_heading h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 8px;
  }
  section {
    padding: 60px 0px;
  }
  .heading h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 20px;
  }
  .menu_li ul li {
    display: inline-block;
    width: 123px;
}
.main_header .logo {
	display: none;
}
.main_header  .menu_ul ul{
  display: none;
}
.main_header {
	padding: 7px 0;
	transition: .7s;
}
.small {
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 222;
}
.logo img {
	width: 95px;
}
.main_header {
	padding: 7px 0;
	transition: .7s;
	position: absolute;
}
.main_header .menu_ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.main_header .menu_ul .hd_btn_left {
	margin-left: 0;
	display: flex;
	align-items: center;
	gap: 19px;
	justify-content: center;
	width: 100%;
}
.main_header {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.48) 0%, rgb(16, 63, 85) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 9px 8px 15px -1px;
}
.contact_banner {
	color: #fff;
	padding: 100px 0 !important;
}
.contact_banner {
	color: #fff;
	padding: 100px 0 0 !important;
}
.contact_banner h1 {
	font-size: 50px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.fixed-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.about_sec4 {
	color: #fff;
	background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.23) 0%, #103F550D 100%);
	margin-top: 14px;
}
.heading h3 {
	font-size: 21px;
	font-weight: 400;
	font-family: var(--theme-heading-font);
	margin-bottom: 15px;
}
.about_sec {
	color: #fff;
	background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	text-align: center;
}
.universe_con .contet h4 {
	font-size: 17px;
	font-weight: 400;
}
.about_sec1 {
  position: relative;
  color: #fff;
}
.star_con {
	width: 125px;
	text-align: center;
	position: absolute;
	left: 5%;
	top: 10%;
	display: none;
}
.login_page{
  padding: 0;
}
.about_sec {
	margin-top: 0;
}
.about_sec1 video {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.banner_img {
	position: relative;
	margin-left: 0;
}
.booking_gaping {
  padding-top: 170px;
}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .menu_li ul {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .video_con {
    width: 100%;
    height: 300px;
  }
  .menu_li ul li {
    display: inline-block;
    width: 155px;
    margin-bottom: 17px;
  }
  .ft_bar {
    width: 100%;
    height: 1px;
    background: #ffffff40;
    margin: 24px 0;
  }
  .ft_menu_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .heading h2 {
    font-size: 29px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 20px;
  }
  .inner-page {
    padding: 40px 0;
    color: #fff;
  }
  .ft_logo img {
    width: 270px;
    margin-bottom: 25px;
  }
  .about_sec1 {
    position: relative;
  }
  .login_page .logo_from {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .login_page .logo_from {
    background-color: #ffffff9e;
    padding: 26px 15px;
    text-align: center;
    border-radius: 15px;
  }
  .ft_logo img {
    width: 190px;
    margin-bottom: 12px;
}
.preloader video {
  width: 100%;
  height: 100vh;
 object-fit: fill;
}
.product-sort ul li {
	margin-left: 0;
	font-size: 15px;
}
.releases_sec .product-sort ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.releases_sec .heading{
  text-align: center;
}
.banner .banner_heading {
	color: #fff;
	padding: 100px 0 7px;
	text-align: center;
}
.banner .banner_heading h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 8px;
}
.releases_sec select {
	padding: 4px;
	font-size: 12px;
}
.ft_logo img {
	width: 135px;
	margin-bottom: 0px;
}
footer {
	padding: 50px 0 55px;
}
#music_sec .row_gapping{
  margin-top: 25px;
}
#potomind_bg{
  margin-top: 25px; 
}

}

@media screen and (max-width: 320px) {
}
