.band_slider{

}
.band_slider .section{
  height: 100vh;
}
.band_slider .bg-color-dark, .band_slider .bg-dark {
    background-color: #212529 !important;
}
.band_slider span, .band_slider h1 {
    font-family: 'Poppins', sans-serif;
}
.band_slider .custom-porto-svg-logo {
    max-width: 100%;
}
.band_slider .custom-porto-svg-logo text {
    fill-opacity: 0;
    stroke-width: 1px;
    stroke: #FFF;
    stroke-dasharray: 630;
    stroke-dashoffset: 630;
    transition: ease stroke-dashoffset 5s, ease fill-opacity 1s 1.7s;
    letter-spacing: 0.01em;
}
.band_slider .custom-porto-svg-logo.active text {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}
.band_icons-section{

}
.band_icons-section .bg-color-secondary, .band_icons-section .bg-secondary {
    background-color: #171B1F !important;
}
.band_icons-section .text-color-light, .band_icons-section .text-light {
    color: #FFF !important;
}
.band_icons-section .custom-borders-divider-style-1 > div[class*="col"] {
    border-width: 1px;
    border-style: solid;
    border-color: #212529;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
}
@media (min-width: 992px) {
  .band_icons-section .custom-borders-divider-style-1 > div[class*="col"] {
    border-left-width: 0;
  }
  .band_icons-section .custom-borders-divider-style-1 > div[class*="col"]:nth-child(1) {
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .band_icons-section .custom-borders-divider-style-1 > div[class*="col"] {
    border-right-width: 1px;
  }
  .band_icons-section .custom-borders-divider-style-1 > div[class*="col"]:nth-child(1), .band_icons-section .custom-borders-divider-style-1 > div[class*="col"]:nth-child(3) {
    border-left-width: 1px;
  }
}
.band_icons-section .custom-spotify-hover-effect {
    transition: ease background 300ms;
}
.band_icons-section .custom-itunes-hover-effect {
    transition: ease background 300ms;
}
.band_icons-section .custom-amazon-hover-effect {
    transition: ease background 300ms;
}
.band_icons-section .custom-googlemusic-hover-effect {
    transition: ease background 300ms;
}
.band_icons-section .custom-spotify-hover-effect:hover {
    background: #24cf5f;
}
.band_icons-section .custom-itunes-hover-effect:hover {
    background: #d948dd;
}
.band_icons-section .custom-amazon-hover-effect:hover {
    background: #ff9b00;
}
.band_icons-section .custom-googlemusic-hover-effect:hover {
    background: #f4522b;
}
.band_blog-preview{

}
.band_blog-preview .customSVGLineAnim {
    -webkit-animation-name: customSVGLineAnim;
    animation-name: customSVGLineAnim;
}
.band_blog-preview h2{
  color: #fff;
}
.band_blog-preview a:hover{
  opacity: 1;
}
.band_blog-preview .card {
    background-color: #1c2023;
}
.band_blog-preview .custom-card-style-1 .custom-card-img-top-wrapper .post-date {
    position: absolute;
    top: 35px;
    left: 35px;
    text-align: center;
}
.band_blog-preview .custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
    background: #f7f7f7;
    border-radius: 2px 2px 0 0;
    color: #CCC;
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
}
.band_blog-preview .bg-color-primary, .band_blog-preview .bg-primary {
    background-color: #EA1C21;
}
.band_blog-preview .text-color-light, .band_blog-preview .text-light {
    color: #FFF !important;
}
.band_blog-preview .text-color-dark, .band_blog-preview .text-dark {
    color: #212529 !important;
}
.band_blog-preview .bg-color-light, .band_blog-preview .bg-light {
    background-color: #FFF !important;
}
.band_blog-preview .custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
    display: block;
    background: #CCC;
    border-radius: 0 0 2px 2px;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
}
.band_blog-preview .btn-primary {
    background-color: #EA1C21;
    border-color: #EA1C21 #EA1C21 #c11216;
    color: #FFF;
}
.band_blog-preview .btn-primary:active {
    background-color: #EA1C21;
    border-color: #EA1C21 #EA1C21 #c11216;
}
.band_blog-preview .card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: white;
}
.band_blog-preview .card-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.band_blog-preview .card-body {
    position: relative;
}
.band_blog-preview .external-link-icon{
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 27%;
}


@-webkit-keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
.band_blocks-list{

}
.band_blocks-list .text-color-light, .band_blocks-list .text-light {
    color: #FFF !important;
}
.band_blocks-list .bg-color-light, .band_blocks-list .bg-light {
    background-color: #FFF !important;
}
.band_blocks-list .text-color-dark, .band_blocks-list .text-dark {
    color: #212529 !important;
}
.band_blocks-list .customSVGLineAnim {
    -webkit-animation-name: customSVGLineAnim;
    animation-name: customSVGLineAnim;
}
.band_blocks-list .custom-border-color-1 {
    border-color: #424549 !important;
}
.band_blocks-list .custom-tour-wrapper {
    position: relative;
    overflow: hidden;
}
.band_blocks-list .custom-tour-wrapper .custom-tour-stage {
    transition: ease transform 300ms;
}
.band_blocks-list .custom-tour-item h3 {
    text-transform: none;
    color: #fff;
}
.band_blocks-list h2 {
    color: #fff;
}
.band_blocks-list .btn-light {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #777;
}
.band_blocks-list .btn-outline.btn-light {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}
.band_blocks-list .custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 101%, 0);
}
.band_blocks-list .custom-tour-wrapper:not(.custom-tour-wrapper-static):hover > .custom-tour-stage {
    transform: translate3d(0, -101%, 0);
}
.band_blocks-list .btn-outline.btn-dark:hover, .band_blocks-list a.btn-outline.btn-dark.hover {
    color: #FFF;
    background-color: #212529;
    border-color: #212529;
    opacity: 1;
}
@media (max-width: 991px) {
  .band_blocks-list .block-subitem:nth-last-child(2) {
    margin-bottom: 1.5rem;
  }
}

@-webkit-keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
.band_newsletter{

}
.band_newsletter h4{
  color: #fff;
}
.band_newsletter .text-color-light, .band_newsletter .text-light {
    color: #FFF !important;
}
.band_newsletter .bg-color-light, .band_newsletter .bg-light {
    background-color: #FFF !important;
}
.band_newsletter .form-control.bg-light, .form-control.bg-color-light {
    color: #777;
}
.band_newsletter .btn-primary {
    background-color: #EA1C21;
    border-color: #EA1C21 #EA1C21 #c11216;
    color: #FFF;
}
.band_newsletter .btn-primary:active{
    background-color: #EA1C21;
    border-color: #EA1C21 #EA1C21 #c11216;
    color: #FFF;
}
.band_newsletter .form-control:focus-visible{
  text-shadow: none;
}
.band_newsletter #newsletterEmail-error{
  order: 3;
  width: 100%;
  font-size: .9em;
  color: #dc3545 !important;
}
.band_newsletter .form-control.is-valid{
  background: none;
}
.band_newsletter .form-control.is-invalid{
  background: none;
}
.band_description-section{

}
.band_description-section .text-color-light, .band_description-section .text-light {
    color: #FFF !important;
}
.band_description-section .customSVGLineAnim {
    -webkit-animation-name: customSVGLineAnim;
    animation-name: customSVGLineAnim;
}
.band_description-section h2{
  color: #fff;
}
.band_description-section section.section {
  background-color: #262a2f;
}

@-webkit-keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
.band_gallery{

}
.band_gallery .thumb-info {
    background-color: #2c3237;
    border-color: #2c3237;
}
.band_gallery .custom-thumb-info-style-1 .overlay::before {
    transition: ease all 300ms 0ms !important;
}
.band_gallery .custom-thumb-info-style-1 .thumb-info-title {
    padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}
.band_gallery .custom-font-size-1 {
    font-size: 1.4rem !important;
}
.band_gallery .custom-thumb-info-style-1:hover .overlay::before {
    opacity: 0.8 !important;
    background: #0c0c0c !important;
}
.band_slider{

}
.band_slider .section{
  height: 100vh;
}
.band_slider .bg-color-dark, .band_slider .bg-dark {
    background-color: #212529 !important;
}
.band_slider span, .band_slider h1 {
    font-family: 'Poppins', sans-serif;
}
.band_slider .custom-porto-svg-logo {
    max-width: 100%;
}
.band_slider .custom-porto-svg-logo text {
    fill-opacity: 0;
    stroke-width: 1px;
    stroke: #FFF;
    stroke-dasharray: 630;
    stroke-dashoffset: 630;
    transition: ease stroke-dashoffset 5s, ease fill-opacity 1s 1.7s;
    letter-spacing: 0.01em;
}
.band_slider .custom-porto-svg-logo.active text {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}
.band_contact-form{
  background-color: #171B1F !important;
}
.band_contact-form .customSVGLineAnim {
    -webkit-animation-name: customSVGLineAnim;
    animation-name: customSVGLineAnim;
}
.band_contact-form h2{
  color: #fff;
}
.band_contact-form .form-style-4 .form-control {
    border-bottom-color: #3c3c3c;
}
.band_contact-form .btn-primary {
    background-color: #EA1C21;
    border-color: #EA1C21 #EA1C21 #c11216;
    color: #FFF;
}
.band_contact-form .btn-primary:active, .band_contact-form .btn-primary:focus-visible {
    background-color: #EA1C21;
    border-color: #EA1C21 #EA1C21 #c11216;
}

@-webkit-keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}
