/*!
Theme Name: house_of_fangs
Author: house_of_fangs.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: house_of_fangs
*/
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

@font-face {
  font-family: 'THICCCBOI';
  src: url('./assets/fonts/THICCCBOI-Regular.eot');
  src: url('./assets/fonts/THICCCBOI-Regular.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/THICCCBOI-Regular.woff2') format('woff2'),
    url('./assets/fonts/THICCCBOI-Regular.woff') format('woff'),
    url('./assets/fonts/THICCCBOI-Regular.ttf') format('truetype'),
    url('./assets/fonts/THICCCBOI-Regular.svg#THICCCBOI-Regular') format('svg');
  font-style: normal;
}

/* @font-face {
  font-family: 'THICCCBOI';
  src: url('./assets/fonts/thicccboi-regular-webfont.eot');
  src: url('./assets/fonts/thicccboi-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('./assets/fonts/thicccboi-regular-webfont.woff2') format('woff2'),
       url('./assets/fonts/thicccboi-regular-webfont.woff') format('woff'),
       url('./assets/fonts/thicccboi-regular-webfont.ttf') format('truetype'),
       url('./assets/fonts/thicccboi-regular-webfont.svg#thicccboiregular') format('svg');
  font-weight: normal;
  font-style: normal;

} */

:root {
  /* color */
  --white: #FFFFFF;
  --black: #000;
  --gray: #616161;
  --primary: #E90026;
  --dark-red: #140003;
  --secondary: #050505;
  --black-35: #4F4F4F59;
  --f0: transparent;

  /* fonts */
  --body-font: 'THICCCBOI', sans-serif;
  --secondary-font: "Instrument Serif", serif;

}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgb(108, 108, 128) transparent;
}

body {
  background-color: var(--secondary);
  color: var(--white);
  font-family: var(--body-font);
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.widget>*:last-child {
  margin-block: 0;
}

li {
  list-style: none;
  line-height: unset;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

img:focus-visible,
a:focus,
.btn:focus,
a:focus-visible,
div:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

:focus-visible {
  outline: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin-bottom: 0;
  padding: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus,
.form-check-input:focus {
  outline: none;
  box-shadow: none !important;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none !important;
}

/* =================================================================================
=========================== Common style start ===================================== 
==================================================================================== */
/* ------------------------------------------------------------------
------------------------ Typography -----------------------------
------------------------------------------------------------------- */
.heading-style-1 {
  font-size: 62px !important;
  line-height: 74px !important;
  font-weight: 400 !important;
  font-family: var(--secondary-font) !important;
}

.heading-style-2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.heading-style-3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.heading-style-4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.heading-style-5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.heading-style-6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.36px;
}

.p-big {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.p-med {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.14px;
}

.p-small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.color-green {
  color: #28E801;
}

.heading-style-1 span {
  color: var(--primary);
}

.container {
  max-width: 1592px;
  margin-inline: auto;
  width: 100%;
}

/* ------------------------------------------------------------------
------------------------ common spacing -----------------------------
------------------------------------------------------------------- */
.padding-block {
  padding-block: 100px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.common-section-spacing {
  margin-top: 100px;
}

.common-section-spacing-sm {
  margin-top: 52px;
}

.common-gutter {
  --bs-gutter-x: 28px;
  row-gap: 28px;
}

.mt-xxl {
  margin-top: 52px;
}

.mt-xl {
  margin-top: 42px;
}

.mt-l {
  margin-top: 32px;
}

.mt-md {
  margin-top: 24px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-xs {
  margin-top: 12px;
}

/* ------------------------------------------------------------------
------------------------ button style -----------------------------
------------------------------------------------------------------- */
.theme-btn {
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 200px;
  text-transform: capitalize;
  transition: all ease-in 0.3s;
  font-weight: 600;
}

.theme-btn-primary {
  padding: 14px 22px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.theme-btn-secondary {
  font-size: 16px;
  line-height: 22px;
  padding: 12px 14px;
}

.theme-btn-fill,
.theme-btn-fill:focus {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white);
}

.theme-btn-outline,
.theme-btn-outline:focus {
  background-color: transparent !important;
  border-color: var(--primary) !important;
  color: var(--white);
}

.theme-btn-fill:hover {
  background-color: transparent !important;
  color: var(--white);
}

.theme-btn-outline:hover {
  background-color: var(--primary) !important;
  color: var(--white);
}

.contact-btn-big {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.contact-btn-big:hover {
  color: var(--white);
}

/* ------------------------------------------------------------------
------------------------ some other style -----------------------------
------------------------------------------------------------------- */
.banner-shade {
  position: relative;
}

.banner-shade::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.390454) 49.82%, rgba(0, 0, 0, 0) 90.65%);
}

.common-title {
  color: var(--primary);
  text-align: center;
}

/* ------------------------------------------------------------------
------------------------ common slick setting -----------------------------
------------------------------------------------------------------- */
.slick-dotted.slick-slider {
  margin: 0;
}

/* for dots  */
.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: auto;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}

.slick-dots li button {
  font-size: 0px;
  color: #fff;
  opacity: 0.3;
  background-color: var(--white);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

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

/* for arrow  */
.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 3;
  background: var(--black-35) url(./assets/images/slider-next-arrow.svg) no-repeat center /24px auto !important;
  transition: all ease-in 0.3s;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.slick-prev {
  left: 16px;
  transform: rotate(-180deg) translateY(50%);
}

.slick-next {
  right: 16px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: var(--primary) !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

/* contact us form style =================== */
.contact-from-wrap {
  padding: 28px;
  border-radius: 12px;
  border: 1px solid var(--primary);
}

.contact-from-wrap .row {
  row-gap: 51px;
}

input[type=text],
input[type=email],
input[type=url] input[type=tel],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea,
select {
  padding: 20px 20px 20px 0 !important;
  margin-bottom: 0 !important;
  font-family: var(--body-font) !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 22px !important;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--primary) !important;
  border-radius: 0px !important;
  color: var(--white) !important;
  background: var(--f0) !important;
  letter-spacing: 0.48px;
}

textarea {
  height: 194px;
  resize: none;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
.site textarea::placeholder,
select::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--body-font) !important;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}

form {
  position: relative;
}

.submit-btn {
  position: relative;
  width: fit-content;
}

.contact-from-wrap .submit-btn input[type=submit] {
  min-width: 140px;
}

input[type=submit] {
  padding: 15px 20px !important;
  background-color: var(--primary) !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: var(--white) !important;
  text-transform: capitalize;
  border: 1px solid var(--primary) !important;
  border-radius: 30px !important;
  font-family: var(--body-font) !important;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
}

input[type=submit]:hover {
  background-color: var(--f0) !important;
}

input[type=submit]:focus,
input[type=submit]:focus-visible,
input[type=submit]:active {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--white) !important;
}

/* number arrow remove ====== */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* spinner */
.wpcf7-spinner {
  margin: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white) !important;
}

.wpcf7-spinner::before {
  background-color: var(--primary);
}

.submitting .wpcf7-submit {
  pointer-events: none;
  color: var(--white) !important;
}

.submitting input[type=submit] {
  color: transparent !important;
  background-image: none !important;
}

/* massege */
.wpcf7-response-output {
  margin: 25px 0px 0px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  border: none !important;
  color: var(--white);
  font-weight: 600;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: var(--white);
}

.wpcf7 form.failed .wpcf7-response-output {
  background: #f05858;
  color: var(--white);
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: var(--white);
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* disabled */
textarea:disabled,
input:disabled,
.form-control:disabled,
button:disabled,
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  opacity: 0.6 !important;
  pointer-events: none;
}

/* =============== select 2 style =============== */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background: transparent !important;
  border: none;
  min-height: 36px;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 20px 44px 20px 0 !important;
  margin-bottom: 0 !important;
  font-family: var(--body-font) !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 22px !important;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid var(--primary) !important;
  border-radius: 0px !important;
  color: var(--white) !important;
  background: var(--f0) !important;
  letter-spacing: 0.48px;
}

.single-select-dropdown-main .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.single-select-dropdown-main .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  background: url(./assets/images/slider-next-arrow.svg) no-repeat center center / cover;
}

/* menu items */
.select2-dropdown {
  padding: 12px 16px;
  z-index: 1056;
  background-color: var(--dark-red);
  border: 1px solid #FFCCD4 !important;
  border-radius: 12px !important;
  overflow: hidden;
  overflow: hidden;
}

.select2-results__option {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 30px !important;
  margin-bottom: 8px;
}

.select2-results__option:last-child {
  margin-bottom: 0px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: var(--white);
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--primary);
  color: var(--white);
}

.select2-container--default .select2-results__option--disabled,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-results__option--selectable {
  color: var(--white);
}

/* ========================= tabs style ========================= */
.nav.nav-pills {
  padding: 4px;
  margin-inline: auto;
  width: fit-content;
  border: 1px solid var(--primary);
  border-radius: 30px;
}

.nav-pills .nav-link {
  padding: 8px;
  min-width: 140px;
  text-align: center;
  background-color: var(--f0);
  border-radius: 30px;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--white);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--primary);
}

/* accordion style */
.accordion-button:focus {
  border-color: var(--primary);
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: var(--white);
  background-color: var(--primary);
}

.accordion-item {
  background-color: var(--f0);
}

.accordion-body {
  padding: 0;
  padding-top: 10px;
}

.accordion-button {
  padding: 12px 16px;
  background-color: var(--f0);
  border-radius: 30px !important;
  font-family: var(--body-font);
  font-size: 15px;
  line-height: 20px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--white);
  border: 1px solid var(--primary);
}

.accordion-button:after {
  display: none;
}


/* custom range */
/* base */
.custom-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: transparent;
  outline: none;
  --p: 0%;
}

.custom-range::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 30px;
  background: linear-gradient(to right, var(--primary) 0 var(--p), var(--white) var(--p) 100%);
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -9px;
  border-radius: 50%;
  background: #0b0b0b;
  border: 3px solid var(--primary);
  cursor: pointer;
}

.custom-range::-moz-range-track {
  height: 4px;
  border-radius: 30px;
  background: var(--white);
}

.custom-range::-moz-range-progress {
  height: 4px;
  border-radius: 30px 0 0 30px;
  background: var(--primary);
}

.custom-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #050505;
  border: 3px solid var(--primary);
  cursor: pointer;
}

.custom-range::-moz-focus-outer {
  border: 0;
}


/* daterange picker style ============== */
.daterangepicker {
  z-index: 999999 !important;
  background-color: var(--secondary);
  border-radius: 8px;
  padding: 10px;
  border-color: var(--primary);
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  width: fit-content !important;
  padding: 5px !important;
}

.daterangepicker .drp-calendar.left {
  padding: 0;
}

.daterangepicker .calendar-table {
  background-color: var(--black-02);
  color: var(--white);
}

.daterangepicker .drp-calendar.left .calendar-table {
  padding: 0;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: var(--white);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  background-color: var(--gray-04) !important;
  border: none;
  border-radius: 0 !important;
}

.daterangepicker .calendar-table th {
  padding: 5px;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #414141;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.today,
.daterangepicker td.today:hover {
  background: var(--primary) !important;
  color: var(--white);
}

.daterangepicker .drp-buttons .btn.applyBtn {
  background-color: var(--primary);
  border-color: var(--primary);
}

.daterangepicker:after {
  border-bottom-color: var(--primary);
}

.daterangepicker:before {
  border-bottom-color: var(--primary);
}

.daterangepicker .drp-buttons {
  border-top-color: var(--dark-red);
}

.daterangepicker .drp-buttons .cancelBtn {
  background-color: var(--dark-red);
  color: var(--white);
}

/* =================================================================================
=========================== common banner ======================================= 
==================================================================================== */
.banner-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.section-common-banner {
  position: relative;
  height: 827px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-common-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section-common-banner .heading-style-4 {
  margin-top: 12px;
  font-weight: 600;
}

.section-common-banner .theme-btn {
  margin-top: 24px;
}

.inner-common-banner {
  max-width: 465px;
}

/* =================================================================================
=========================== common-contact-section start ===================================== 
==================================================================================== */
.inner-common-contact {
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}

.inner-common-contact .heading-style-1 span {
  color: var(--primary);
}



/* =================================================================================
=========================== section feature image ======================================= 
==================================================================================== */
.section-feature-images .row {
  row-gap: 28px;
  --bs-gutter-x: 28px;
}

.feature-image-card-wrap {
  position: relative;
  border: 1px solid #52000D;
  border-radius: 12px;
  overflow: hidden;
  height: 405px;
}

.feature-image-card-wrap .feature-image-card-image {
  height: 100%;
  width: 100%;
}

.feature-image-card-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.feature-image-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  width: 100%;
}

.feature-image-card-content .heading-style-6 {
  margin-bottom: 12px;
}

.card-category-view {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-category-view a {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid var(--primary);
}

.card-category-view a img {
  height: 16px;
  width: 16px;
  flex-shrink: 0;
}

.card-category-view a span {
  color: var(--white);
  font-weight: 600;
}

.feature-image-category {
  border: 1px solid;
  border-radius: 8px;
  padding: 4px 12px;
  line-height: 0;
}

.feature-image-category span {
  font-weight: 500;
}

.music {
  border-color: #2EB200;
}

.poetry {
  border-color: #FFA500;
}

.artwork {
  border-color: #E90026;
}

.art-work-tag {
  border: 1px solid;
  border-radius: 8px;
  padding: 4px 12px;
  line-height: 0;
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.art-work-tag span {
  font-weight: 500;
}

.art-work-tag img {
  width: 12px;
  height: 12px;
}

.approved {
  border-color: #2EB200;
}

.pending {
  border-color: #FFA500;
}

.rejected {
  border-color: #E90026;
}


/* =================================================================================
=========================== modal ======================================= 
==================================================================================== */
html:has(.modal-open) {
  overflow: hidden;
}

.modal-body {
  padding: 0;
}

.modal-content {
  padding: 24px;
  background: #00000073;
  position: relative;
  border-radius: 12px;
}

.modal-content .p-big,
.modal-content .heading-style-6 {
  font-family: var(--body-font);
}

.modal-header {
  border: none;
}

.modal-content .btn-close {
  background: url(./assets/images/close-icon.svg) no-repeat center center / 24px 24px;
  opacity: 1;
}

.modal-dialog {
  max-width: 900px;
}

.modal-content:after {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 12px;
}

.modal-title-wrap {
  display: flex;
  align-items: start;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}

.modal-title-wrap .p-big {
  margin-top: 12px;
}

.story-content .row {
  --bs-gutter-x: 24px;
}

.story-content .row p {
  margin-bottom: 16px;
}

.story-content .row p:last-child {
  margin-bottom: 0 !important;
}

/* image */
.story-image {
  width: 161px;
  height: 170px;
  margin-bottom: 12px;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* artwork */
.artwork .modal-content {
  padding: 0 !important;
  border: 1px solid var(--primary);
}

.artwork .modal-content .btn-close,
.delete .modal-content .btn-close,
.music .modal-content .btn-close {
  right: 4px;
  position: absolute;
  z-index: 1;
  top: 4px;
}

.artwork .modal-content .slick-slide {
  min-height: 500px;
  width: 100%;
  max-height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.artwork-slider-inner img {
  height: 100%;
  min-height: 500px;
  width: 100%;
  object-fit: cover;
}


.music .modal-content {
  border: 1px solid var(--primary);
}

.music-player-image img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}

.music-play-pause-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #4F4F4F59;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.music-play-pause-icon img {
  width: 40px;
  height: 40px;
}

.music-player-content {
  max-width: 330px;
  width: 100%;
}

.music-player-content .p-big {
  margin-block: 12px;
  color: #BDBDBD;
}

/* delete */
.delete .modal-dialog {
  max-width: fit-content;
}

.delete-confirmation-wrap img {
  width: 20px;
  height: 20px;
}

.delete-confirmation-wrap>.p-med {
  margin-top: 12px;
}

.delete-confirmation-title {
  margin-block: 12px;
}

.delete-confirmation-title .p-med {
  color: var(--primary);
}

.delete-button-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
}

.delete-button-wrap button {
  flex: 1;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  padding: 11px;
}

.buy-post {
  position: relative;
}

.buy-post .spinner-border {
  margin: 0 !important;
}

/* .buy-post .spinner-border{position: absolute;left: 50%;transform: translateX(-50%);} */
/* @keyframes spinner-border{
  100% {
    transform:translateX(-50%) rotate(360deg);
  }
} */

/*=============================================
=            Pre Loader style            =
=============================================*/

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #050505 34.92%, #E90026 354.12%);
  z-index: 999999;
  top: 0;
  left: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid var(--primary);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* =========================== 404 page =========================== */
.error-page {
  padding: 240px 0 160px;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, #050505 34.92%, #E90026 354.12%);
}

.error-page:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(./assets/images/detail-page-banner.png) no-repeat center / cover;
  opacity: 1;
  pointer-events: none;
}

.error-page .heading-style-1 {
  margin-bottom: 20px;
  font-size: 110px !important;
  line-height: 110px !important;
  font-weight: 600 !important;
}

.error-page .heading-style-2 {
  margin-bottom: 20px;
  font-size: 41px;
  line-height: 50px;
  font-family: var(--body-font);
}

.error-page p {
  text-transform: capitalize !important;
  margin-bottom: 24px !important;
  font-family: var(--body-font);
}

/* =================================================================================
=========================== responsive start ======================================= 
==================================================================================== */
@media (max-width:1699px) {
  .container {
    max-width: 1280px;
  }

  .heading-style-1 {
    font-size: 54px !important;
    line-height: 66px !important;
  }

  .heading-style-2 {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-style-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-style-4 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-style-5 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }

  .heading-style-6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .p-big {
    font-size: 15px;
    line-height: 20px;
  }

  .padding-block {
    padding-block: 90px;
  }

  .padding-top {
    padding-top: 90px;
  }

  .padding-bottom {
    padding-bottom: 90px;
  }

  .common-section-spacing {
    margin-top: 90px;
  }

  .common-section-spacing-sm {
    margin-top: 48px;
  }

  .common-gutter {
    --bs-gutter-x: 26px;
    row-gap: 26px;
  }

  .mt-xxl {
    margin-top: 48px;
  }

  .theme-btn-primary {
    padding: 10px 22px;
    font-size: 16px;
    line-height: 22px;
  }

  .theme-btn-secondary {
    padding: 10px 22px;
  }

  .contact-btn-big {
    width: 230px;
    height: 230px;
  }

  /* form */
  input[type=submit] {
    padding: 12px 18px !important;
  }




  /* =================================================================================
  =========================== common banner ======================================= 
  ==================================================================================== */
  .section-common-banner {
    height: 650px;
  }

  .section-common-banner .heading-style-4 {
    margin-top: 10px;
  }

  .section-common-banner .theme-btn {
    margin-top: 22px;
  }

  /* =================================================================================
  =========================== contact us ======================================= 
  ==================================================================================== */
  .contact-from-wrap .row {
    row-gap: 46px;
  }

  input[type=text],
  input[type=email],
  input[type=url] input[type=tel],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .site textarea,
  select {
    padding: 16px 16px 16px 0 !important;
    font-size: 15px !important;
    line-height: 22px !important;
  }

  textarea {
    height: 194px;
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  input[type=url]::placeholder,
  input[type=password]::placeholder,
  input[type=search]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=date]::placeholder,
  input[type=month]::placeholder,
  input[type=week]::placeholder,
  input[type=time]::placeholder,
  input[type=datetime]::placeholder,
  input[type=datetime-local]::placeholder,
  input[type=color]::placeholder,
  .site textarea::placeholder,
  select::placeholder {
    font-size: 15px;
    line-height: 22px;
  }

  .contact-from-wrap .submit-btn input[type=submit] {
    min-width: 120px;
  }

  /* =================================================================================
=========================== section feature image ======================================= 
==================================================================================== */
  .feature-image-card-wrap {
    height: 320px;
  }

}

@media (max-width:1399px) {
  .container {
    max-width: 1060px;
  }

  body {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-style-1 {
    font-size: 50px !important;
    line-height: 62px !important;
  }

  .heading-style-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-style-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-style-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-style-5 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }

  .heading-style-6 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.28px;
  }

  .p-big {
    font-size: 14px;
    line-height: 18px;
  }

  .p-med {
    line-height: 20px;
  }

  .padding-block {
    padding-block: 80px;
  }

  .padding-top {
    padding-top: 80px;
  }

  .padding-bottom {
    padding-bottom: 80px;
  }

  .common-section-spacing {
    margin-top: 80px;
  }

  .common-section-spacing-sm {
    margin-top: 44px;
  }

  .common-gutter {
    --bs-gutter-x: 22px;
    row-gap: 22px;
  }

  .mt-xxl {
    margin-top: 44px;
  }

  .mt-md {
    margin-top: 22px;
  }

  .theme-btn-primary {
    padding: 9px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .theme-btn-secondary {
    padding: 9px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-btn-big {
    width: 210px;
    height: 210px;
  }

  /* form */
  input[type=submit] {
    padding: 10px 16px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }


  /* custom range */
  /* base */
  .custom-range::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    margin-top: -8px;
  }

  .custom-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
  }

  /* =================================================================================
  =========================== common banner ======================================= 
  ==================================================================================== */
  .section-common-banner {
    height: 520px;
  }

  .section-common-banner .heading-style-4 {
    margin-top: 9px;
  }

  .section-common-banner .theme-btn {
    margin-top: 18px;
  }

  /* =================================================================================
  =========================== contact us ======================================= 
  ==================================================================================== */
  .contact-from-wrap .row {
    row-gap: 30px;
  }

  input[type=text],
  input[type=email],
  input[type=url] input[type=tel],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .site textarea,
  select {
    padding: 14px 14px 14px 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  textarea {
    height: 194px;
  }

  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  input[type=url]::placeholder,
  input[type=password]::placeholder,
  input[type=search]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=date]::placeholder,
  input[type=month]::placeholder,
  input[type=week]::placeholder,
  input[type=time]::placeholder,
  input[type=datetime]::placeholder,
  input[type=datetime-local]::placeholder,
  input[type=color]::placeholder,
  .site textarea::placeholder,
  select::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-from-wrap .submit-btn input[type=submit] {
    min-width: auto;
  }

  /* =================================================================================
  =========================== section feature image ======================================= 
  ==================================================================================== */
  .section-feature-images .row {
    row-gap: 20px;
    --bs-gutter-x: 20px;
  }

  .feature-image-card-wrap {
    height: 270px;
  }

}

@media (max-width:1199px) {
  .container {
    max-width: 880px;
  }

  body {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-style-1 {
    font-size: 46px !important;
    line-height: 58px !important;
  }

  .heading-style-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-style-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-style-4 {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-style-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-style-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .padding-block {
    padding-block: 70px;
  }

  .padding-top {
    padding-top: 70px;
  }

  .padding-bottom {
    padding-bottom: 70px;
  }

  .common-section-spacing {
    margin-top: 70px;
  }

  .common-section-spacing-sm {
    margin-top: 40px;
  }

  .common-gutter {
    --bs-gutter-x: 20px;
    row-gap: 20px;
  }

  .mt-xxl {
    margin-top: 40px;
  }

  .mt-md {
    margin-top: 20px;
  }

  .theme-btn-primary {
    padding: 10px 17px;
    font-size: 16px;
    line-height: 22px;
  }

  .theme-btn-secondary {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 13px;
  }

  .contact-btn-big {
    width: 190px;
    height: 190px;
  }

  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }

  /* form */
  input[type=submit] {
    padding: 8px 14px !important;
    font-size: 15px !important;
    line-height: 18px !important;
  }

  /* tabs ============= */
  .nav-pills .nav-link {
    padding: 7px;
    min-width: 120px;
  }

  .music-play-pause-icon {
    width: 58px;
    height: 58px;
  }

  .music-play-pause-icon img {
    width: 34px;
    height: 34px;
  }

  /* =================================================================================
  =========================== common banner ======================================= 
  ==================================================================================== */
  .section-common-banner {
    height: 440px;
  }

  /* =================================================================================
  =========================== contact us ======================================= 
  ==================================================================================== */
  .contact-from-wrap .row {
    row-gap: 24px;
  }

  input[type=text],
  input[type=email],
  input[type=url] input[type=tel],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  .site textarea,
  select {
    padding: 12px 12px 12px 0 !important;
  }

  textarea {
    height: 140px;
  }

  /* =================================================================================
  =========================== section feature image ======================================= 
  ==================================================================================== */
  .section-feature-images .row {
    row-gap: 20px;
    --bs-gutter-x: 20px;
  }

  .feature-image-card-wrap {
    height: 230px;
  }

  /* =========================== 404 page =========================== */
  .error-page .heading-style-1 {
    margin-bottom: 18px;
    font-size: 96px !important;
    line-height: 100px !important;
  }

  .error-page .heading-style-2 {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 48px;
  }

  .error-page p {
    margin-bottom: 22px !important;
  }


}

@media (max-width:991px) {
  .container {
    max-width: 660px;
  }

  body {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-style-1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }

  .heading-style-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-style-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-style-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-style-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .padding-block {
    padding-block: 60px;
  }

  .padding-top {
    padding-top: 60px;
  }

  .padding-bottom {
    padding-bottom: 60px;
  }

  .common-section-spacing {
    margin-top: 60px;
  }

  .common-section-spacing-sm {
    margin-top: 36px;
  }

  .common-gutter {
    --bs-gutter-x: 18px;
    row-gap: 18px;
  }

  .mt-xxl {
    margin-top: 36px;
  }

  .mt-md {
    margin-top: 18px;
  }

  .mt-xs {
    margin-top: 10px;
  }

  .theme-btn-primary {
    padding: 11px 17px;
  }


  /* =================================================================================
  =========================== modal ======================================= 
  ==================================================================================== */
  .modal-dialog {
    max-width: 90%;
    margin-inline: auto;
  }

  .modal-content {
    padding: 22px;
  }

  .modal-title-wrap .p-big {
    margin-top: 10px;
  }

  .story-content .row {
    --bs-gutter-x: 22px;
  }

  .story-content .row p {
    margin-bottom: 14px;
  }

  /* artwork */
  .artwork .modal-content .slick-slide {
    min-height: 410px;
    max-height: 410px;
  }

  .artwork-slider-inner img {
    min-height: 410px;
  }

  .music-player-image img {
    width: 60px;
    height: 60px;
  }

  .music-play-pause-icon {
    width: 50px;
    height: 50px;
  }

  .music-play-pause-icon img {
    width: 30px;
    height: 30px;
  }

  .music-player-content {
    max-width: 270px;
  }

  /* =================================================================================
  =========================== section feature image ======================================= 
  ==================================================================================== */
  .section-feature-images .row {
    row-gap: 18px;
    --bs-gutter-x: 18px;
  }

  /* =================================================================================
  =========================== contact us ======================================= 
  ==================================================================================== */
  .contact-from-wrap .row {
    row-gap: 20px;
  }

  textarea {
    height: 100px;
  }

  /* =========================== 404 page =========================== */
  .error-page .heading-style-1 {
    margin-bottom: 16px;
    font-size: 92px !important;
    line-height: 98px !important;
  }

  .error-page .heading-style-2 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 44px;
  }

  .error-page p {
    margin-bottom: 20px !important;
  }

}

@media (max-width:767px) {
  .container {
    max-width: 540px;
  }

  body {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-style-1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .heading-style-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-style-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-style-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-style-5 {
    font-size: 14px;
    line-height: 22px;
  }

  .padding-block {
    padding-block: 50px;
  }

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

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

  .common-section-spacing {
    margin-top: 50px;
  }

  .common-section-spacing-sm {
    margin-top: 32px;
  }

  .common-gutter {
    --bs-gutter-x: 16px;
    row-gap: 16px;
  }

  .mt-xxl {
    margin-top: 32px;
  }

  .mt-md {
    margin-top: 16px;
  }

  .mt-xs {
    margin-top: 8px;
  }

  .theme-btn-primary {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-btn-big {
    width: 160px;
    height: 160px;
  }

  /* custom range */
  /* base */
  .custom-range {
    height: 3px;
  }

  .custom-range::-webkit-slider-runnable-track {
    height: 3px;
  }

  .custom-range::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -7px;
  }

  .custom-range::-moz-range-track {
    height: 3px;
  }

  .custom-range::-moz-range-progress {
    height: 3px;
  }

  .custom-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }


  /* =================================================================================
  =========================== modal ======================================= 
  ==================================================================================== */
  .modal-content {
    padding: 20px;
  }

  .modal-title-wrap .p-big {
    margin-top: 9px;
  }

  .story-content .row {
    row-gap: 20px;
  }

  .story-content .row p {
    margin-bottom: 13px;
  }

  /* artwork */
  .artwork .modal-content .slick-slide {
    min-height: 410px;
    max-height: 410px;
  }

  .artwork-slider-inner img {
    min-height: 410px;
  }

  .music-player-image img {
    width: 55px;
    height: 55px;
  }

  .music-play-pause-icon {
    width: 42px;
    height: 42px;
  }

  .music-play-pause-icon img {
    width: 26px;
    height: 26px;
  }

  /* =================================================================================
  =========================== section feature image ======================================= 
  ==================================================================================== */
  .section-feature-images .row {
    row-gap: 16px;
    --bs-gutter-x: 16px;
  }

  .feature-image-card-wrap {
    height: 230px;
  }

  /* =================================================================================
  =========================== contact us ======================================= 
  ==================================================================================== */
  .contact-from-wrap {
    padding: 21px;
  }

  .contact-from-wrap .row {
    row-gap: 18px;
  }

  textarea {
    height: 98px;
  }

}

@media (max-width:575px) {
  .container {
    max-width: 100%;
    padding-inline: 12px;
  }

  .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  body {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-style-1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .heading-style-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-style-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-style-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .padding-block {
    padding-block: 40px;
  }

  .padding-top {
    padding-top: 40px;
  }

  .padding-bottom {
    padding-bottom: 40px;
  }

  .common-section-spacing {
    margin-top: 40px;
  }

  .common-section-spacing-sm {
    margin-top: 28px;
  }

  .common-gutter {
    --bs-gutter-x: 14px;
    row-gap: 14px;
  }

  .mt-xxl {
    margin-top: 24px;
  }

  .mt-md {
    margin-top: 14px;
  }

  .mt-xs {
    margin-top: 6px;
  }

  .theme-btn-primary {
    padding: 9px 15px;
  }

  .contact-btn-big {
    width: 110px;
    height: 110px;
  }

  /* select 2 =========== */
  .select2-dropdown {
    padding: 12px 10px;
  }

  /* tabs ============= */
  .nav-pills .nav-link {
    padding: 6px;
    min-width: 110px;
    font-size: 15px;
    line-height: 20px;
  }

  /* accordion ============= */
  .accordion-button {
    padding: 9px 16px;
  }

  /* =================================================================================
  =========================== modal ======================================= 
  ==================================================================================== */
  /* artwork */
  .artwork .modal-content .slick-slide {
    min-height: 300px;
    max-height: 300px;
  }

  .artwork-slider-inner img {
    min-height: 300px;
  }

  .music-player-wrap {
    flex-wrap: wrap;
    row-gap: 20px !important;
  }

  /* =================================================================================
  =========================== common banner ======================================= 
  ==================================================================================== */
  .section-common-banner {
    background-position: 20% center;
  }


  /* =========================== 404 page =========================== */
  .error-page .heading-style-1 {
    margin-bottom: 14px;
    font-size: 86px !important;
    line-height: 86px !important;
    letter-spacing: -0.8px;
  }

  .error-page .heading-style-2 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 40px;
  }

  .error-page p {
    margin-bottom: 16px !important;
  }
}