@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Montserrat", sans-serif;
  color: #fff;
  overflow-x: hidden;
  background: #08080a;
}


a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
  font-family: 'Montserrat';
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urban";
  src: url(../fonts/Urban.otf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #fff;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urban";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 94px;
  line-height: 0.9;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h3 {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h5 {
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  font-family: "Montserrat", serif;
  opacity: 0.7;
}

.f19 {
  font-size: 19px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f12 {
  font-size: 12px;
}

.f10 {
  font-size: 10px;
}

.urban {
  font-family: 'Urban';
}

.montserrat {
  font-family: 'Montserrat';
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.pink {
  color: #c81832;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #ffff;
  font-family: 'Urban';
  font-weight: 400;
  font-size: 16px;
  padding: 30px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #ffff;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #fff !important;
}

/* Buttons Css Start*/
.theme-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 17px 38px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  background: linear-gradient(90deg, rgba(164, 18, 39, 1) 0%, rgba(204, 25, 53, 1) 100%);
  font-family: 'Urban';
  font-size: 16px;
  text-transform: uppercase;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #ffff;
}

.theme-btn {
  display: inline-flex;
  gap: 10px;
}

span.theme-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffff;
  border-radius: 5px;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 0px 0;
  display: block;
  width: 120px;
}

section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  margin-top: 10px;
}


.hdr_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}

a.account-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff8c;
  border-radius: 10px;
}

form.search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

input.search-input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: #0000;
  color: #ffff;
  font-family: 'Urban';
  font-size: 15px;
  border: none;
}

button.search-btn {
  background: #0000;
  border: none;
  color: #ffff;
  height: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ffffff9c;
}

input.search-input::placeholder {
  color: #ffff;
  font-family: 'Urban';
  font-size: 15px;
  opacity: 0.7;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  height: 880px;
  margin: 5px;
  display: flex;
  align-items: end;
  justify-content: start;
  padding-bottom: 60px;
}

.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 82%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.banner_sec::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner-right.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner-right-box {
  width: 70%;
  margin: 0 0 0 auto;
}


.line-box {
  display: flex;
  align-items: center;
}

span.line {
  width: 100%;
  background: #ffffff54;
  height: 1px;
}

span.box {
  width: 5px;
  height: 5px;
  background: #ffff;
  display: block;
}

.banner-text-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Banner end*/

/* Music Card Custom CSS Start */
.music-card {
  background: transparent;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-family: 'Urban', sans-serif;
}

.music-card-image {
  position: relative;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.music-card-image a {
  position: relative;
  z-index: 2;
  display: block;
  width: 280px;
  transform: rotate(-8deg);
}

.music-card-image .music-img {
  width: 100%;
  height: auto;
  /* box-shadow: 15px 15px 30px rgba(0,0,0,0.8); */
  object-fit: contain;
}

.music-card-image::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 60%;
  width: 220px;
  height: 220px;
  background: url('../images/music1.png') no-repeat center;
  background-size: cover;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.music-card-text {
  margin-bottom: 25px;
}

.music-card-text h6.f16 {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.music-card-text .verified-artist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.music-card-text .verify {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.music-card .line-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  position: relative;
  height: 10px;
}

.music-card .line-box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  background: #ffffff5c;
  z-index: 1;
  width: 95.5%;
  transform: translateX(-50%);
}

.music-card .line-box .box {
  width: 8px;
  height: 8px;
  background: #ffffff5c;
  z-index: 2;
  display: block;
}

.music-card .progress-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.music-card .start-time,
.music-card .end-time {
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
  width: 40px;
}

.waveform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  flex-grow: 1;
}

.waveform-bar {
  width: 3px;
  background: #ffffff5c;
  border-radius: 2px;
}

.waveform-bar.active {
  background: #fff;
}

.player-options ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.player-options ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.player-options ul li.center {
  display: flex;
  align-items: center;
  gap: 30px;
}

.play-pause {
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-pause a {
  color: #000 !important;
  font-size: 22px !important;
}

.play-pause .pause-icon {
  display: none;
}

.music-card.playing .play-pause .play-icon {
  display: none;
}

.music-card.playing .play-pause .pause-icon {
  display: block;
}

.music-card.playing .music-card-image::after {
  animation: rotateDisc 10s linear infinite;
}

@keyframes rotateDisc {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}



.banner-right-slider .slick-dots {
  bottom: -20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.banner-right-slider .slick-dots li {
  margin: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-right-slider .slick-dots li button {
  padding: 0;
  width: 7px;
  height: 7px;
  background: #ffffff5c;
  border-radius: 50%;
  transition: 0.3s;
}

.banner-right-slider .slick-dots li button:before {
  display: none;
}

.banner-right-slider .slick-dots li.slick-active button {
  background: #fff;
  width: 8px;
  height: 8px;
  position: relative;
}

.banner-right-slider .slick-dots li.slick-active button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 1.5px solid #ffffffa1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}


span.theme-icon img {
  object-fit: scale-down;
  width: 20px;
}

span.theme-icon img {
  object-fit: scale-down;
  width: 20px;
}

.banner-follow {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}

ul.follow-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.follow-list li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff63;
  border-radius: 50%;
}

.banner-follow .line-box {
  width: -webkit-fill-available;
}

.banner-follow h6 {
  white-space: nowrap;
}

.banner-follow * {
  margin: 0;
}

.banner_text {
  width: 55%;
}

.banner-right-box .music-card {
  margin-bottom: 40px;
}

/* Brand Card Custom CSS Start */


.brand-card {
  background: #0e0e0e;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  position: relative;
  opacity: 1;
}

.brand-card-image {
  margin-bottom: 20px;
}

.brand-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}

.brand-card-text {
  padding: 0 5px;
}

.brand-card-text h6.f16 {
  font-family: 'Urban';
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.2;
  transition: 0.6s;
}

.brand-card-text p {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 1.6;
  color: #6a6a6a;
  margin-bottom: 15px;
  opacity: 1;
  transition: 0.6s;
}

.brand-btn {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 16px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: 'Urban';
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

/* Center Mode Styles */
.slick-center .brand-card {
  background: #a41227;
  transform: scale(1.2);
  opacity: 1;
  box-shadow: 0 20px 50px rgba(164, 18, 39, 0.4);
  z-index: 5;
}

.slick-center .brand-card .brand-card-text h6,
.slick-center .brand-card .brand-card-text p {
  color: #fff;
}

.slick-center .brand-card .brand-card-text h6 {
  font-size: 24px;
}

.slick-center .brand-card .brand-btn {
  opacity: 1;
  visibility: visible;
}

.brand-slider .slick-list {
  padding: 50px 0 0 0 !important;
  height: 800px;
}

.brand-item.slick-slide.slick-current.slick-center {
  transform: scale(1);
  margin-top: 50px !important;
  margin: 50px 0 0 0 !important;
}

.brand-item {
  padding: 30px 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 1 !important;
  transform: scale(0.9);
  margin: 0 10px;
}


/* .brand-item.slick-slide.slick-current.slick-active.slick-center {
  margin: 120px 0;
}

.brand-item.slick-slide.slick-current.slick-active.slick-center+.brand-item.slick-slide.slick-active {
  margin-left: 75px !important;
}

.brand-item.slick-slide.slick-current.slick-active.slick-center+.brand-item.slick-slide.slick-active+.brand-item.slick-slide.slick-active {
  margin-left: -60px;
} */



img.about-img {
  border-radius: 10px;
  height: 500px;
  width: 93%;
}

/* Brand Card Custom CSS End */

/* about_sec start */


.about_mission_vision {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
  align-items: center;
}

.about_mission,
.about_vision {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about_mission img,
.about_vision img {
  width: 35px;
  height: auto;
  object-fit: contain;
}

.about_mission h6,
.about_vision h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.about_btn_group {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.read_more_btn {
  background-color: #c11b2d;
  color: #fff;
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
  font-family: 'Urban';
  border: 2px solid #c11b2d;
  min-width: 200px;
  text-align: center;
}

.read_more_btn:hover {
  background-color: transparent;
  color: #c11b2d;
}

.arrow_btn {
  background-color: #fff;
  color: #c11b2d;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 22px;
  transition: all 0.3s ease;
}

.arrow_btn:hover {
  background-color: #c11b2d;
  color: #fff;
}

section.brand-sec.sec.long-sec {
  padding-bottom: 0;
}

section.brand-sec.sec.long-sec {
  padding-bottom: 0;
}

.campain-box {
  position: relative;
  z-index: 1;
}

.campain-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 37%;
  text-align: center;
  transform: translateX(-50%);
  padding: 100px 0;
}

/* about_sec end */


/* section start */

.music-card.listing-card {
  background: #0e0e0e;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 10px;
  width: auto;
}

.music-card.listing-card .music-card-image {
  height: 210px;
  position: relative;
  z-index: 1;
}

.music-card.listing-card .waveform-bar.active {
  background: #c91933;
}


.music-card.listing-card .music-card-image::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 60%;
  background: #b0142c;
  border-radius: 20px;
}

.music-card.listing-card .play-pause {
  background: #af142c;
}

.music-card.listing-card .play-pause i {
  color: #fff;
}

/* section end */
/*------------------------------------------------- testimonial ------------------------------------------- */

section.testimonial {
  padding: 0 0 80px 0;
}

.testi-heading {
  margin-bottom: 40px;
}

.testi-row {
  align-items: stretch;
}

/* Side Client Cards */
.client {
  padding: 25px 15px;
  background-color: #121212;
  width: 100%;
  /* margin: auto; */
  height: 100%;
  min-height: 380px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.client ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.client_icon {
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  background: #c51832;
  border-radius: 12px;
}

.client_txt {
  padding: 10px 0;
}

.client_txt h4 {
  font-size: 20px;
  writing-mode: vertical-lr;
  color: #ffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.client_txt h4 span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Urban';
}

/* Main Testimonial Card */
.test_main {
  padding: 25px 40px;
  height: 100%;
  min-height: 380px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #c91933;
}

.test_num {
  font-family: 'Brunson';
  font-size: 40px;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 700;
  position: absolute;
  top: 26px;
  left: 40px;
}

.test_main ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.test_main ul:before {
  display: none;
}

.test_main h5 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 3px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.test_main h6 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.test_main p {
  color: rgba(255, 255, 255, 0.75);
  margin: 15px 0;
  font-size: 13px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}

.test_main img {
  height: 105px;
  width: 110px;
  object-fit: cover;
  border-radius: 10px;
  position: static;
  display: block !important;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 15px;
}

.rating i {
  color: #fff;
  font-size: 14px;
}

.rating span {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-left: 5px;
}

/* Slider overrides */
.slider-nav .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

section.testimonial .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

.slider-for .slick-slide {
  margin: 0px;
}

.slider-for-right .client {
  width: 90%;
  margin: 0 0 0 auto;
}

.slider-for-left .client {
  margin: 0 0 0 40px;
}

/* Right side two cards */
.col-lg-3 .client {
  width: 80%;
  min-height: 390px;
}

/*------------------------------------------------- testimonial ------------------------------------------- */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* Home Page end*/

/* price-sec start */
.price-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.price-inner {
  background-color: #0e0e0e;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.price-inner.active {
  background-color: #c11b2d;
}

.price-inner:hover .price-icon-box img {
  filter: brightness(0) invert(1);
}

.price-inner:hover {
  background-color: #c11b2d;
}

.price-info-box {
  display: flex;
  align-items: center;
  gap: 25px;
}

.price-icon-box img {
  width: 45px;
  height: auto;
  object-fit: contain;
}

.price-inner.active .price-icon-box img {
  filter: brightness(0) invert(1);
}

.price-detail-box h3 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  color: #ffffff;
  font-family: 'Urban';
}

.price-detail-box p {
  font-size: 14px;
  margin: 5px 0 0;
  opacity: 0.7;
  color: #ffffff;
  font-family: 'Montserrat';
}

.price-amount-box h2 {
  font-size: 55px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Urban';
  text-transform: uppercase;
}

.price-amount-box h2 span {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  text-transform: lowercase;
}

.price-right {
  background-color: #0e0e0e;
  border-radius: 20px;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-feature-list {
  margin-bottom: 40px;
}

.price-feature-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff1a;
}

.price-feature-list li:last-child {
  border-bottom: none;
}

.price-feature-list li i {
  color: #c11b2d;
  font-size: 20px;
}

.price-feature-list li span {
  color: #ffffff;
  font-size: 15px;
  font-family: 'Montserrat';
  opacity: 0.8;
}

.price-right-btn-group {
  display: flex;
  gap: 15px;
}

img.check-mark {
  object-fit: scale-down;
  width: auto;
}

/* price-sec end */

/* footer start */
footer {
  background: #0e0e0e;
  padding-top: 80px;
  border-top: 1px solid #333;
}

.ftr_logo img {
  width: 150px;
  margin-bottom: 25px;
}

.ftr_logo p {
  font-size: 14px;
  color: #c1c1c3;
  line-height: 1.6;
  margin-bottom: 30px;
}

.ftr_logo h5 {
  font-family: 'Urban';
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

ul.footer_social {
  display: flex;
  gap: 12px;
}

ul.footer_social li a {
  width: 35px;
  height: 35px;
  background: #c11b2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}

ul.footer_social li a:hover {
  background: #fff;
  color: #c11b2d;
}

.ftr_box {
  padding-left: 30px;
}

.ftr_box.border-left {
  border-left: 1px solid #333;
}

.bar {
  font-family: 'Urban' !important;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  display: block;
  position: relative;
  padding-bottom: 15px;
}

.bar::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background: #333;
}

ul.ftr_links {
  list-style: none;
  padding: 0;
}

ul.ftr_links.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

ul.ftr_links li a {
  color: #868686;
  font-size: 14px;
  font-family: 'Montserrat';
  transition: 0.3s;
  display: block;
  margin-bottom: 15px;
}

ul.ftr_links li a:hover {
  color: #fff;
}

.footer-links-contact ul {
  list-style: none;
  padding: 0;
}

.footer-links-contact ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.footer-links-contact ul li i {
  color: #fff;
  font-size: 18px;
  margin-top: 3px;
}

.footer-links-contact ul li a {
  color: #868686;
  font-size: 14px;
  line-height: 1.5;
}

.copy_right {
  margin-top: 60px;
  border-top: 1px solid #333;
  padding: 25px 0;
}

.copy_right p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #868686;
}

.footer-links-contact ul li img {
  object-fit: scale-down;
  width: auto;
}

/* footer end */

/* Testimonial Slider (Flipster) */
.testi-slider {
  padding: 0 0 0 0;
  width: 100%;
  margin: 0 auto;
  overflow: visible !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.testi-slider ul {
  display: block;
}

.testi-slider li {
  width: 450px !important;
  height: auto;
  list-style: none;
}

.testi-slider li img {
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: block;
}

.flipster__item--current img {
  border: 2px solid #a41227 !important;
  box-shadow: 0 0 30px rgba(164, 18, 39, 0.4) !important;
}

/* slider-button start */
.slider-button {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.slider-button button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
}

.slider-button button img {
  width: 18px !important;
  height: auto !important;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.slider-button button.slider-slick-prev img {
  transform: rotate(180deg);
}

.slider-button button:hover,
.slider-button button:focus {
  background: #a41227;
  border-color: #a41227;
}

.slider-button button:hover img,
.slider-button button:focus img {
  filter: brightness(0) invert(1);
}

/* slider-button end */

/* testi-box start */
.testi-box {
  background: #0d0d0d;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}

.testi-image {
  width: 130px;
  height: 130px;
  border-radius: 15px;
  overflow: hidden;
}

.testi-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.testi-play .video-play {
  width: 60px;
  height: 60px;
  background: #a41227;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.testi-play .video-play:hover {
  background: #fff;
  color: #a41227;
  transform: scale(1.1);
}

.testi-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.testi-left h5 {
  margin-bottom: 0px;
}

.stars {
  display: flex;
  gap: 5px;
}

.stars i {
  color: #ffc107;
  font-size: 14px;
}

.testi-text p {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
  margin: 0;
  opacity: 1;
}

.flipster--wheel .flipster__container {
  padding-bottom: 0 !important;
}


.bottom-bar {
  padding-bottom: 0px;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
}

li.flipster__item.flipster__item--current {
  margin-bottom: 30px !important;
}

img.why1-img {
  height: 500px;
  border-radius: 0 0 30px 30px;
  margin-top: 50px;
}

img.why2-img {
  height: 450px;
  border-radius: 30px 30px 0 0;
  margin-bottom: 90px;
}

#ffff {
  padding: 0 110px;
}

ul.why-list li {
  display: flex;
  padding: 25px 50px;
  position: relative;
  z-index: 1;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ffffff4f;
}

ul.why-list {
  padding: 0 130px;
}

ul.why-list li p {
  margin: 0;
  opacity: 1;
  font-weight: 600;
  text-transform: uppercase;
}

ul.why-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  transform: translateY(-50%);
}

/* testi-box end */


/* InnerPage Aboutus start */
section.banner_sec.long-sec.inner-banner-sec::after {
  background: none;
  height: 0;
}

section.banner_sec.long-sec.inner-banner-sec::before {
  width: 100%;
}

section.banner_sec.long-sec.inner-banner-sec {
  height: 600px;
  align-items: center;
}

.banner-text-box.inner-text-box {
  margin-bottom: -100px;
}

/* InnerPage Aboutus end */

/* InnerPage Contact Us start */
.contact-pag-form form {
  position: relative;
}

.contact-pag-form .form-group {
  position: relative;
}

.contact-pag-form .form-group::after {
  content: '';
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
  content: '';
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
  height: 65px;
  font-size: 15px;
  padding-left: 25px;
  border: none;
  line-height: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  font-family: 'Montserrat';
  display: flex;
  border-radius: 5px;
  background: #111111;
  margin: 0 0 20px 0;
}

.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: none;
  box-shadow: none;
  color: #ffff;
  font-weight: 400;
  background-color: #111111;
  margin-top: 20px;
  font-family: 'Montserrat';
  display: flex;
  border-radius: 5px;
  margin: 0 0 0px 0;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
  color: #909091;
}

.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 25px;
  padding-top: 20px;
  border: none;
  letter-spacing: 0;
  box-shadow: none;
  resize: unset;
  background-color: #111111;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 6px;
  height: 150px;
  padding-top: 100px;
  scroll-behavior: unset;
}

.contact-pag-form .email {
  padding: 0;
}

.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-pag-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: transparent;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #bf1830;
  background: #fff;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-info {
  background: #bf1830;
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 20px;
}

.contact-main-sec h4 {
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
  margin-left: 10px;
}

.contact-main-sec p span {
  display: block;
}

.contact-main-sec p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Oswald';
  text-transform: capitalize;
}

.contact-main-sec h2 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
}

.contact_text p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding-top: 0px;
  font-weight: 500;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  opacity: 1;
}

.contact_text p a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
  font-family: 'Montserrat';
  opacity: 1;
}

.mailt {
  padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact_text p a.email-text {
  /* font-size: 14px; */
  /* color: #8b8b8b; */
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}

.lg-btn {
  width: 100%;
}

.cp {
  font-size: 17px;
  line-height: 27px;
}

.contact_heading {
  margin-bottom: 30px;
}

.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

.contact-side-bar {
  padding-top: 0;
  margin-left: 0;
}

.contact-main-sec {
  padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
  margin-top: 20px;
  border: none;
  padding: 12px 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 25px;
}

.b-img img {
  border-radius: 20px;
}

.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #000;
  left: 13px;
  font-size: 20px;
}

.contact-pag-form .form-group1 i {
  right: 13px;
  left: unset;
  color: #7f7f7f;
  pointer-events: none;
}

.contact-pag-form {
  margin-top: 0;
}

.contact-pag-form button {
  margin-top: 10px;
  width: fit-content;
  text-transform: uppercase;
  font-family: montserrat;
  background: transparent;
  border: none;
}

button.theme_btn img {
  width: 30%;
}

/* InnerPage Contact Us end */

/* InnerPage Login start */
.text-blue {
  color: #100c6c;
}

.text-black {
  color: #000 !important;
}

.log-in-wrap {
  padding: 40px 35px;
  background-color: #121212;
  /*float: right;
*/
  border-radius: 16px;
  box-shadow: 1px 1px 13px 1px #0000000f;
}

.log-in-wrap h2 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #ffff;
  font-size: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.log-in-wrap form button {
  padding: 15px 50px;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  border: none;
  background-color: #c71833;
  font-family: "Urban";
}


.form-check input[type="checkbox"] {

  border: 1px solid #000;

  background: #000 !important;

  accent-color: #fff;

  width: 17px;
}


.log-in-wrap1 form button {
  padding: 15px 50px;
  border-radius: 6px;
  font-size: 17px;
  color: #c71833;
  font-weight: 500;
  border: none;
  background-color: #fff;
  font-family: "Urban";
}

.width-100 {
  width: 100% !important;
}

.log-in-page-main {
  padding: 100px 0px;
}

.log-in-page-main .form-control {
  height: 60px;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 20px;
  border: 1px solid #ffffff45;
  background: transparent;
  color: black;
}

.log-in-page-main .form-control::placeholder {
  color: gray;
}

.log-in-wrap1 input::placeholder {
  color: white !important;
}

.log-in-page-main .form-check label.form-check-label {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #fff;
}

.log-in-page-main .form-check,
.forgot-pass {
  display: inline-block;
}

.forgot-pass {
  width: 72%;
  text-align: right;
}

.forgot-pass a {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Montserrat';
  margin: 0;
  color: #fff;
}

.forgot-pass a:hover {
  color: #ffffff;
}

.agree-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Montserrat';
}

.term-condition {
  font-weight: 500;
  margin-left: 10px;
  color: #c71833;
  border-bottom: 2px solid #c71833;
  font-family: 'Montserrat';
}




.log-in-wrap1 {
  background-color: #c71833;
}

.log-in-wrap.log-in-wrap1 h2 {
  color: white;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.mag_detail_left_box.p-4.bg_white img {
  border-radius: 7px;
}

.heading.heading1 h2 {
  font-size: 23px;
}

.mag_detail_left_box.p-4.bg_white h2 {
  margin: 20px 0;
}

.raim_image.hei img {
  object-fit: cover;
  height: 100%;
}

.raim_text p {
  padding: 0 30px;
}


.heading.heading1 {
  padding: 10px 50px 0px 30px;
}

.raim_bottom_image.hei img {
  height: 100%;
  object-fit: cover;
}

.raim_bottom_text.bg_white.p-5.text_center {
  padding: 90px 50px !important;
}

.button-wrap button {
  border-radius: 6px;
  margin: 40px auto;
  display: block;
  background: #c83018;
  border: navajowhite;
  padding: 14px 39px;
  text-transform: uppercase;
  color: white;
}

.log-in-wrap1 .form-group input {
  color: #fff !important;
}

.log-in-wrap1 .form-group input::placeholder {
  color: #fff !important;
}

/* InnerPage Login end */

/* Password Toggle start */
.toggle-password-wrapper {
  position: relative;
}

.toggle-password-wrapper .toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  z-index: 2;
}

.log-in-wrap1 .toggle-password-wrapper .toggle-password {
  color: #fff;
}

/* Password Toggle end */

.enter1-bottom {
    padding-top: 50px;
}

.enter1-left {
    padding: 0px 40px 80px 0;
    border-right: 1px solid #ffffff4a;
    margin-top: 20px;
}

.enter1-right {
    padding: 0px 0 0 40px;
    margin-top: 20px;
}

section.enter1-sec.sec .heading h2 {
    line-height: 1;
    margin: 0;
}
img.enter1-img {
    margin: 80px 0 0 0;
    border-radius: 30px;
    height: 600px;
}


.enter2-left h2 {
    font-size: 70px;
}

img.enter2-img {
    height: 350px;
    border-radius: 20px;
}

.enter2-center p {
    text-align: justify;
}

img.enter3-img {
    height: 700px;
    border-radius: 20px;
    width: 95%;
}


.licensing-right {
    text-align: right;
}

.licensing-left {
    padding: 60px 40px;
    background: #c01830;
    border-radius: 20px;
}

img.license-img1 {
    height: 450px;
    border-radius: 20px;
    margin: 50px 0;
}


.licensing-right1 {
    padding: 40px;
    background: #111111;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.license2-img {
    height: 540px;
}

.license-right-image1 {
    padding: 90px 90px 0 90px;
    background: #c01830;
}

img.license3-img {
    height: 470px;
    margin: 0 0 -70px 0;
}

.licensing-right2 {
    padding: 40px;
    background: #111111;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.license-sec2.sec {
    padding-bottom: 160px;
    padding-top: 0;
}