@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm {
	    max-width: 1300px;
	}
}
@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm {
	    max-width: 1400px;
	}
}
@media (max-width: 991.98px) {
	.border-lg-0 {
			border: none!important;
	}
}
.avatar {
    object-fit: cover;
}
.navbar-brand-logo {
    max-width: 13.5rem;
}
:root {
		--bs-success-rgb: 80, 205, 137;
}
.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-light .breadcrumb-link {
    color: rgba(255, 255, 255, 0.8);
}
.gradient-x-overlay-sm-primary::before {
    background-image: linear-gradient(45deg, transparent, rgba(255, 0, 0, 0.07));
}
.hero-s:before {
		content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background-color: rgb(180 153 87 / 30%);
    background-color: rgb(180 153 87 / 30%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(180, 153, 87, .1)), color-stop(70%, rgba(180, 153, 87, .2)), to(rgba(180, 153, 87, .9)));
    background: -webkit-linear-gradient(top, rgba(180, 153, 87, .1) 0, rgba(180, 153, 87, .5) 70%, rgba(180, 153, 87, .2) 100%);
    background: -o-linear-gradient(top, rgba(180, 153, 87, .1) 0, rgba(180, 153, 87, .5) 70%, rgba(180, 153, 87, .2) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%) 0, rgba(180, 153, 87, .2) 50%, #b49957 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(0 0 0)), color-stop(61%, rgb(255 0 0 / 30%)), to(#ff0000));
}
.bg-overlay-footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background-color: rgb(180 153 87 / 30%);
    background-color: rgb(180 153 87 / 30%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(180, 153, 87, .1)), color-stop(70%, rgba(180, 153, 87, .2)), to(rgba(180, 153, 87, .9)));
    background: -webkit-linear-gradient(top, rgba(180, 153, 87, .1) 0, rgba(180, 153, 87, .5) 70%, rgba(180, 153, 87, .2) 100%);
    background: -o-linear-gradient(top, rgba(180, 153, 87, .1) 0, rgba(180, 153, 87, .5) 70%, rgba(180, 153, 87, .2) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%) 0, rgba(180, 153, 87, .7) 50%, #b49957 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 82%) 0, rgb(0 0 0 / 71%) 50%, #ff00008c 100%);
}
.card-pinned:before {
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%) 0, rgb(180 153 87 / 0%) 70%, rgb(0 0 0 / 50%) 100%);
    opacity: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--bs-card-inner-border-radius);
    -webkit-transition: opacity 1.2s ease;
    -moz-transition: opacity 1.2s ease;
    -ms-transition: opacity 1.2s ease;
    -o-transition: opacity 1.2s ease;
    transition:  opacity 1.2s ease-out;
}
.move-card:hover .card-pinned:before{
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%) 0, rgb(20 65 132 / 24%) 50%, #f00 100%);
    box-shadow: 0 0.375rem 1rem 0 rgb(140 152 164 / 50%);
    opacity: 80%;
}
.card-pinned-overly-center {
		opacity: 0;
		position: absolute;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition:  opacity 0.2s ease-out;
}
.move-card:hover .card-pinned-overly-center {
		opacity: 1;
}
.play-icon {
	font-size: 3.3rem;
}
.play-icon-lg {
	font-size: 6.6rem;
}

.avatar-xxxl,
.avatar-xxxl .avatar-initials {
  width: 7rem;
  height: 7rem;
}
.avatar-xxxl .avatar-img {
  width: 7rem;
}
.avatar-xxxl .avatar-initials {
  font-size: 3rem;
}
.avatar-xxxl.avatar-circle .avatar-status {
  bottom: 0.75rem;
  right: 0.75rem;
}
.avatar-xxxl.avatar-circle .avatar-sm-status {
  bottom: 0.875rem;
  right: 0.875rem;
}
.avatar-xxxl.avatar-circle .avatar-lg-status {
  bottom: 0.65rem;
  right: 0.65rem;
}

.avatar-xxxl.avatar-4x3 {
  width: 14.3333333333rem;
  height: auto;
  border-radius: 0;
}
.avatar-xxxl.avatar-4x3 .avatar-img {
  width: 14.3333333333rem;
  height: inherit;
}
.grid_lines {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    padding: 0 calc(2.01875rem + 7.90714vw);
    margin: 0px;
    list-style-type: none;
}

@media (min-width: 1400px) {
    .grid_lines {
        padding: 0 8.9375rem;
    }
}

.grid_lines .grid_line {
    position: relative;
    width: 1px;
    height: 100%;
    display: inline-block;
    background-color: #edecec;
    mix-blend-mode: difference;
}

.grid_lines .grid_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background: white;
    background: linear-gradient(0deg, rgba(255, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    animation: gridanim 25s linear infinite;
}

.grid_lines .grid_line:nth-child(2)::before {
    animation-delay: 1s;
}

.grid_lines .grid_line:nth-child(4)::before {
    animation-delay: 1s;
}

.grid_lines .grid_line:nth-child(6)::before {
    animation-delay: 1s;
}

@keyframes gridanim {
    0% {
        top: 0%;
    }

    100% {
        top: 100%;
    }
}

.bg-dark-200 .grid_lines .grid_line {
    background-color: rgba(153, 153, 153, 0.1);
}


@media (max-width: 576px) {
	.btn-icon-sm {
	  position: relative;
	  display: inline-flex;
	  flex-shrink: 0;
	  justify-content: center;
	  align-items: center;
	  font-size: 1rem;
	  font-weight: 600;
	  width: 3.125rem;
	  height: 3.125rem;
	  padding: 0;
	}
}
.btn-icon-sm span, .btn-icon-sm i{
	vertical-align: middle;
}
.share span {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.share .share-links {
  font-size: 0;
}
.share a {
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0 -25px;
  position: relative;
}
.share a:nth-child(1) {
  margin-left: 0;
}
.share a:last-child {
  margin-right: 0;
}
.share:hover span, .share.hover span {
  opacity: 0!important;
}
.share:hover a, .share.hover a {
  margin: 0 5px;
}
.copy-notification {
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -30px;
    margin-left: -85px;
    display: none;
    text-align:center;
}