@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYo.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYo.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYo.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYo.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYo.ttf) format('truetype');
  }
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
  }
.homepage .navbar .site-menu ul li a {
    color: #FFF;
}

.homepage .navbar .custom-menu ul li a {
    color: #FFF;
}

.navbar .search-button i {
    color: #FFF;
}

.hamburger path {
    stroke: #FFF;
}

.icon {
    border-radius: 50%;
}

.image-icon-box:hover .content-box .expand {
    max-height: 210px;
}

.pagination_center_div nav {
    display: inline-block;
    align-items: center;
    margin-top: 100px;
}

.responsive_img_artist {
    max-width: 100%;
    max-height: 500px;
    width: auto !important;
}

/*============================================
*   Employee card and booking model css start
==============================================*/
.employee-card-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

button.button.button-black.button-black-solid {
    background-color: #94ffc4;
    color: #080808 !important;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 0 40px;
}

/*button.button.button-black.button-black-solid:hover {
    background-color: transparent;
    color: #000 !important;
}*/

button.button.button-black:focus-visible,
button.button.button-black:hover:focus-visible button.button.button-black:focus,
button.button.button-black:hover:focus,
button.button.button-black {
    outline: unset !important;
}

#employees .lead__container {
    padding-top: 100px;
    padding-bottom: 80px;
}

.employee-card-container .card {
    border: 1px solid #000000;
    margin-bottom: 0px;
}

.employee-card-container .card .card-image {
    overflow: hidden;
}

.employee-card-container img.card-img {
    height: 300px;
    object-fit: cover;
}

.employee-card-container .card img.card-img,
.employee-card-container .card {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    object-position: top;
}

.model-header-with-progress .modal-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.employee-card-container .card:hover img.card-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.employee-card-container .card:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s ease box-shadow;
    transition: 0.4s ease box-shadow;
}

.employee-card-container .card .card-body {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: 0.4s ease background;
    transition: 0.4s ease background;
}

.employee-card-container .card:hover .card-body {
    background: rgba(0, 0, 0, 1);
    -webkit-transition: 0.4s ease background;
    transition: 0.4s ease background;
}

#pagination-employee {
    margin-bottom: 80px;
}

#pagination-employee ul {
    display: flex;
    list-style: none;
    margin: auto;
    cursor: pointer;
}

#pagination-employee ul li {
    padding: 15px;
    border: 1px solid #000;
    margin: 5px;
    font-size: 16px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

#pagination-employee ul li a {
    color: #000;
    font-size: 16px;
    line-height: 0;
}

#pagination-employee ul li:hover,
#pagination-employee ul li:hover a {
    background: #000;
    color: #fff;
}

#pagination-employee ul li.disabled,
p#pagination-employee ul li.disabled a {
    background: #000;
    color: #fff;
    cursor: not-allowed;
}

#appointment_modal form#appointment_form #appointmentDateTime,
#appointment_modal form#appointment_form #appointmentConfirmation,
#appointment_modal form#appointment_form #customerInformation {
    display: none;
}

#appointment_modal .model-header-with-progress .progress-bar-container svg {
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
}

#appointment_modal .model-header-with-progress .progress-bar-container svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 8;
    stroke-linecap: round;
}

#appointment_modal .model-header-with-progress .progress-bar-container svg circle:last-of-type {
    stroke-dasharray: 185px;
    stroke-dashoffset: calc(185px - (185px * var(--percent)) / 100);
    stroke: #94ffc4;
}

#appointment_modal .model-header-with-progress .progress-bar-container .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form#appointment_form input[type='text'],
form#appointment_form select {
    height: 52px;
    font-size: 18px;
}

form#appointment_form label {
    font-size: 18px;
    text-transform: capitalize;
}

form#appointment_form .form-group.has-valid input,
form#appointment_form .form-group.has-valid select {
    border-color: green;
}

form#appointment_form .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

form#appointment_form .form-group.has-error input,
form#appointment_form .form-group.has-error select {
    border-color: red;
}

form#appointment_form span.help-block {
    margin-top: 5px;
    display: block;
    font-style: normal;
}

form#appointment_form .form-group .form-check-input {
    margin-top: 0.5rem;
}

form#appointment_form .form-group textarea {
    height: 120px !important;
    resize: none;
}

form#appointment_form .ui-datepicker-today .ui-state-highlight {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
    font-size: 13px;
}

form#appointment_form .ui-state-default,
form#appointment_form table thead tr th span {
    font-size: 13px;
}

form#appointment_form .ui-datepicker-today .ui-state-highlight.ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

form#appointment_form .ui-datepicker {
    width: auto;
    max-width: 288px;
    border: 1px solid #000;
    border-radius: 0px;
}

form#appointment_form .ui-datepicker .ui-widget-header {
    border: none;
    background: transparent;
    border-radius: 0;
}

form#appointment_form .ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(../images/right-arrow.svg);
    background-position: center;
}

form#appointment_form .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url(../images/left-arrow.svg);
}

form#appointment_form .ui-datepicker .ui-datepicker-next,
form#appointment_form .ui-datepicker .ui-datepicker-prev {
    top: 12px;
}

form#appointment_form .ui-datepicker .ui-datepicker-prev {
    right: 30px;
    left: inherit;
}

form#appointment_form .ui-datepicker .ui-datepicker-title {
    color: #000;
    padding: 8px 11px;
    text-align: left;
    margin: 0;
    font-size: 18px;
}

form#appointment_form .ui-datepicker th {
    background: transparent;
    color: #000;
    font-weight: normal;
}

form#appointment_form .ui-datepicker tbody tr:first-child td {
    margin-top: 5px;
}

form#appointment_form .ui-datepicker td a,
form#appointment_form .ui-datepicker td span {
    border: none !important;
    background: 0 0 !important;
    color: #2D3748 !important;
    text-align: center !important;
    width: 32px;
    height: 32px;
    line-height: 1.8;
}

form#appointment_form .ui-datepicker td a.ui-state-active {
    color: black !important;
    background: #94FEC4 !important;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 2;
}

form#appointment_form .ui-datepicker .ui-datepicker-prev-hover {
    top: 12px !important;
    right: 30px !important;
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    cursor: pointer;
    border: 0;
}

form#appointment_form .ui-datepicker .ui-datepicker-next-hover {
    top: 12px !important;
    right: 2px !important;
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    cursor: pointer;
    border-radius: 50px;
    border: 0;
}

form#appointment_form .ui-datepicker .ui-slider-handle {
    border-radius: 0;
    border-color: #0085ff;
    background-color: #0085ff;
}

form#appointment_form .ui-datepicker .ui-datepicker-buttonpane button {
    padding: 6px 16px;
}

form#appointment_form .timeslot-box {
    text-align: center;
    display: inline-block;
    padding: 10px;
    border: 1px solid #000;
    margin: 5px;
    width: 110px;
    font-size: 19px;
}

form#appointment_form .timeslot-box-container {
    padding-right: 10px;
}

form#appointment_form .timeslot-box:hover,
form#appointment_form .timeslot-box.active {
    background: #94FEC4;
    color: black;
    cursor: pointer;
}

form#appointment_form .consent-form-checkbox.has-error span {
    display: none !important;
}

form#appointment_form .consent-form-checkbox.has-error label {
    color: red;
}

/*form#appointment_form *::selection {
    color: #fff;
}*/

@media (max-width: 991px) {
    .employee-card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .employee-card-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*============================================
*   Employee card and booking model css end
==============================================*/

.chosen-wrapper {
    margin: 0 auto 25px;
    /* max-width: 400px; */
    position: relative;
}

/* .chosen-wrapper:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 32px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.5);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9;
} */

.chosen-wrapper.is-active:after {
    border-top: 8px solid black;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-wrapper .chosen-container .chosen-single {
    border-radius: 0;
    height: 70px;
    border: solid 2px #d9d9d9;
    background: #fff;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 30px;
    line-height: 66px;
    transition: all 0.3s ease;
    box-shadow: none;
    background: #fff;
}

.chosen-wrapper .chosen-container .chosen-single b {
    display: none !important;
}

.chosen-wrapper .chosen-container .chosen-single span {
    letter-spacing: 0;
    padding: 0;
    line-height: inherit;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-single {
    border-width: 2px 2px 1px;
    border-color: #000 #000 #d9d9d9;
    color: #000;
    background-image: none;
}

.chosen-wrapper .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chosen-wrapper .chosen-container.chosen-container-single-nosearch .chosen-search {
    display: none;
}

.chosen-wrapper .chosen-container .chosen-drop {
    letter-spacing: 0;
    border-radius: 0;
    box-shadow: none;
    border-width: 0 2px 2px;
    border-color: #000;
    margin-top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 0;
}

.chosen-wrapper .chosen-container .chosen-results {
    font-size: 19px;
    color: #000;
    max-height: 245px;
    margin: 0;
    padding: 0;
}

.chosen-wrapper .chosen-container .chosen-results li {
    padding: 16px 30px 18px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    line-height: 20px;
}
.chosen-wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #eeeeee !important;
    color: #000;
    background-image: none;
}

.nicescroll-rails {
    border-left: 1px solid #d9d9d9;
    transform: translate(-2px);
    top: 0 !important;
}
.nicescroll-rails .nicescroll-cursors {
    width: 6px !important;
    margin-right: 2px;
}

.border_red {
    color: rgb(255, 0, 0) !important;
}

.help-block {
    font-weight: 400;
    color: rgb(255, 0, 0) !important;
    font-size: 15px;
}

.search_collection_btn {
    height: 70px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #080808;
    background: #94ffc4;
    border: none;
    padding: 0 50px;
}

.corners {
    position: relative;
    width: auto; /* for demo purposes */
    padding: 0px;
  }

  .content-box .corners .top,.content-box .corners  .bottom {
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
  }

  .content-box .corners .top {
    top: 0;
    border-top: 2px solid #94FEC4;
  }

  .content-box .corners .bottom {
    bottom: 0;
    border-bottom: 2px solid #94FEC4;
  }

  .content-box .corners .left {
    left: 0;
    border-left: 2px solid #94FEC4;
  }

  .content-box .corners .right {
    right: 0;
    border-right: 2px solid #94FEC4;
  }
  .ui-datepicker-calendar{
    width: 300px;
  }
  .text-shadow{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .text-shadow:hover {
      color: #94FFC4;
      background-color: black !important;
      text-shadow: 0px 4px px rgba(148, 255, 196, 0.25);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  }
  .navbar-background{
    background: #212529d6 !important;
  }
    .swiper-container .swiper-wrapper .swiper-slide h1 {
        /* background: linear-gradient(89.89deg, rgba(0, 0, 0, 0.45) 18.32%, rgba(0, 0, 0, 0) 96.65%); */
        padding-left: 50px;
    }
    .join-team-wrap .join-team-txt{
        font-family: 'Cinzel' !important;
    }
    body .main-container{
        font-family: 'Cinzel';
    }
    .display-mobile ul li {
        list-style-type: none !important;
    }
    .anim-link {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 32px;
        color: #2a2c2b !important;
        position: relative;
        cursor: pointer;
    }
    .no-underline{
        text-decoration: none !important;
    }
    a {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        text-decoration: none;
      }
      *,
      *:before,
      *:after {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      :root {
        --menuWidth: 300px;
      }
      :root {
        --header-height: 80px;
        --header-scroll-height: 70px;
    }
    :root {
        --sidebarWidth: 430px;
        --clr: ;
        --clr-red: #f00;
        --clr-grn: #1e7e34;
        --l-green: #94ffc4;
        --input-font: 500;
        --input-height: 50px;
        --input-fs-main: 16px;
        --input-fs-top: 14px;
        --input-icon-fs: 18px;
        --input-icon: #1baac4;
        --input-border: #aaa;
        --input-error: #ff2323;
        --button-font: 700;
        --button-fill: #a24eea;
        --button-line: #30223b;
    }
    .anim-link:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--l-green);
        bottom: -5px;
        left: 0;
        transform: scaleX(0);
        transition: 0.5s;
      }
      a:focus {
        outline: 0;
        text-decoration: none;
      }
      a {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        text-decoration: none;
      }
      .anim-link:hover:after {
        transform: scaleX(1);
      }
      .anim-link:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: var(--l-green);
        bottom: -5px;
        left: 0;
        transform: scaleX(0);
        transition: 0.5s;
      }
      @media all and (max-width: 1366px) {
        .hover-elem-wrap {
            height: 480px;
          }
          .hover-elem-txt {
            height: 320px;
          }
          .hover-elem-txt-box h3 {
            font-size: 44px;
          }
          .hover-elem-txt-box h4 {
            font-size: 36px;
        }
      }
      .hover-elem-wrap {
        height: 577px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Cinzel";
        font-weight: 400;
      }
      .hover-elem-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .hover-elem-bg img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .hover-elem-bg img {
        max-width: 100%;
        border: 0;
        vertical-align: middle;
    }
    .hover-elem-txt {
        background: rgba(0, 0, 0, 0);
        height: 363px;
        width: 100%;
        padding: 35px;
        transition: 0.8s;
    }
    .hover-elem-txt-box {
        transform: scaleX(0.2);
        opacity: 0;
        transition: 1s;
        border: 5px solid #94ffc4;
        max-width: 1440px;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }
    .hover-elem-wrap:hover .hover-elem-txt-box {
        transform: scaleX(1);
        opacity: 1;
    }
    .hover-elem-wrap:hover .hover-elem-txt {
        background: rgba(0, 0, 0, 0.6);
    }
    .right-arrow {
        position: absolute;
        right: 60px;
    }
    .d-artist-btn {
        position: absolute;
        bottom: -40px;
    }
    .button {
        font-family: "Montserrat";
        background: #94ffc4;
        border: none;
        outline: none;
        border: 1px solid transparent;
        color: #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        line-height: 50px;
        padding: 0 32px;
        border-radius: 8px;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

    .anim-btn {
        padding: 0 30px;
        height: 70px;
        background: #fff;
        border-radius: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        margin: auto;
    }

     .button:hover, .button:focus, .button:active {
        text-decoration: none;
        outline: none;
    }
    .button:hover {
        background: transparent;
        border: 1px solid #94ffc4;
        color: #000;
    }
    .hover-elem-txt-box h3 {
        font-family: "Cinzel";
        font-style: normal;
        font-weight: 400;
        font-size: 55px;
        line-height: 75px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
        text-shadow: 0px 2px 5px #000000;
    }
    .hover-elem-txt-box h4 {
        font-family: "Montserrat";
        font-style: normal;
        font-weight: 400;
        font-size: 45px;
        line-height: 75px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
        text-shadow: 0px 2px 5px #000000;
    }
    .d-artist-btn .anim-btn::after {
        border: 1px solid #fff;
    }
    .anim-btn::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        border: 1px solid #000;
        top: 10px;
        left: 10px;
        transition: 0.5s;
    }
    .anim-btn:hover::after {
        top: -0.5px;
        left: -0.5px;
    }
    .d-artist-btn .button.line {
        background: transparent;
        border: 1px solid var(--button-line);
        color: var(--button-line);
      }
      .d-artist-btn .button.line:hover {
        background: var(--button-line);
        border: 1px solid var(--button-line);
        color: #fff;
      }
      button:focus {
        outline: none;
      }
      .button--block {
        width: 100%;
      }
      .anim-btn.green {
        background: var(--l-green);
    }
    .p-color
    {
        color: #FFF !important;
    }

    .wallet-connect {
    width: 215px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    }

    .wallet-connect span {
        position: absolute;
    }

    .wallet-connect span::after {
        content: '';
        position: absolute;
        bottom: 15px;
        left: 0;
        background: #94ffc4;
        width: 100%;
        height: 2px;
        transform: scaleX(0);
        transition: transform 0.75s;
    }

    .wallet-connect:hover span::after {
        transform: scaleX(1);
        transition: transform 0.75s;
    }

    body.wallet-connected .wallet-connect:not(:hover) > .connected.hover {
        visibility: hidden;
    }

    body.wallet-connected .wallet-connect:hover > .connected.normal {
        visibility: hidden;
    }

    body:not(.wallet-connected) .wallet-connect:not(:hover) > .disconnected.hover {
        visibility: hidden;
    }

    body:not(.wallet-connected) .wallet-connect:hover > .disconnected.normal {
        visibility: hidden;
    }

    body:not(.wallet-connected) .wallet-connect > .connected {
        visibility: hidden;
    }

    body.wallet-connected .wallet-connect > .disconnected {
        visibility: hidden;
    }
.content-section .d-container .row .accordion a:hover{
    color : #94FFC4;
}


.side-widget .display-mobile .get-minty
{
    margin-top: auto;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: #94ffc4;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: flex !important;
    align-items: center;
}
.side-widget .display-mobile .get-minty ul {
  width: 100%;
  margin: 0;
}
.side-widget .display-mobile .get-minty ul li {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 23px;
}
.side-widget .display-mobile .get-minty ul li a {
  display: inline-block;
  color: #000;
  margin: 5px 0;
}
.side-widget .display-mobile .get-minty ul li a:hover {
  text-decoration: none;
  color: #94ffc4;
}
.collection-item
{
    padding: 6px 15px !important;
}
.detail-font
{
    font-family: Montserrat;
}
.horizontal-line{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #0003;
    width: 100%;
}
.hashtags{
    color: #989898;
}

.widget-contact {
    width: 100%;
    display: block;
    font-size: 26px;
    font-family: 'Cinzel', serif;
    margin-bottom: 15px;
    color: #94ffc4;
    text-align: center;
}
.widget-email{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff !important;
    opacity: 0.8;
    text-align: center;
}
.collected-btn
{
    color: #94ffc4 !important;
    background: #000 !important;
    border: 2px solid #94ffc4 !important;
    cursor: not-allowed !important;

}
.clickable {
    cursor: pointer;
}