.none-i { display:none !important; }
header .temp-logo { width:400px; height:70px;}
footer .temp-logo { width:520px; height:134px; }


@media (max-width: 576px) {
	.btn-group label.btn {
		--bs-btn-padding-x:0.625rem !important;
		--bs-btn-padding-y:0.5rem !important;
	}
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-brand {
      width: 18rem;
    }
}

.navbar-brand { width:12rem; }

a[aria-expanded="false"] > i.bi, span[aria-expanded="false"] > i.bi {
	transform: rotate(-90deg);
	transition-duration:0.25s;
}
a[aria-expanded="true"] > i.bi, span[aria-expanded="true"] > i.bi {
	transform: rotate(0deg);
	transition-duration:0.25s;
}





.swiper-classic {
    height: 440px
}

.swiper-classic .swiper-slide {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (min-width: 992px) {
    .swiper-classic {
        height:700px
    }
}

.carousel-item.active .carousel-layers li,.swiper-slide-active .carousel-layers li {
    transform: translateZ(0) scale(1);
    opacity: 1;
    transition-duration: .8s;
    transition-delay: .3s
}

.carousel-item.active .carousel-layers li:nth-child(2),.swiper-slide-active .carousel-layers li:nth-child(2) {
    transition-delay: .6s
}

.carousel-item.active .carousel-layers li:nth-child(3),.swiper-slide-active .carousel-layers li:nth-child(3) {
    transition-delay: .8s
}

.carousel-item.active .carousel-layers li:nth-child(4),.swiper-slide-active .carousel-layers li:nth-child(4) {
    transition-delay: 1s
}

.swiper-parallax-bg .swiper-slide {
    height: 75vh;
    display: flex;
    align-items: center
}

.swiper-parallax-bg .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 135%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.swiper-progress .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
    height: 6px;
    background-color: rgba(255,255,255,.125)
}

.swiper-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgba(255,255,255,.5)
}

.swiper-vertical {
    height: 100%;
    width: 100%
}

.swiper-vertical .swiper-slide {
    display: flex;
    align-items: center;
    height: 100%
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: .5;
    background-color: currentColor;
    border-radius: 50%;
    transition: opacity .3s,transform .3s ease-in-out;
    position: relative;
    width: .75rem;
    height: .75rem;
    border-radius: 1rem;
    transform: scale(.5);
    transform-origin: center
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transform: none
}

.swiper-button-next,.swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 2.5rem;
    background-color: #dcd7fc;
    color: #110f1a;
    transition: all .25s
}

.swiper-button-next:focus,.swiper-button-prev:focus {
    outline: 0!important
}

.swiper-button-next::after,.swiper-button-next::before,.swiper-button-prev::after,.swiper-button-prev::before {
    content: "";
    font-family: inherit
}

.swiper-button-next::after,.swiper-button-prev::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: currentColor;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1);
    transform: translate(-50%,-50%) scaleX(.5);
    transform-origin: right;
    opacity: 0
}

.swiper-button-next::before,.swiper-button-prev::before {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    transform-origin: center;
    transform: rotate(-45deg)
}

.swiper-button-prev::before {
    transform: rotate(135deg)
}

.swiper-button-prev::after {
    transform-origin: left
}

.swiper-button-next:not(.swiper-button-disabled):hover::after {
    opacity: 1;
    transform: translate(-50%,-50%) scaleX(1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1)
}

.swiper-button-next:not(.swiper-button-disabled):hover::before {
    transform: translate(2px,0) rotate(-45deg)
}

.swiper-button-prev:not(.swiper-button-disabled):hover::after {
    opacity: 1;
    transform: translate(-50%,-50%) scaleX(1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1)
}

.swiper-button-prev:not(.swiper-button-disabled):hover::before {
    transform: translate(-2px,0) rotate(135deg)
}

.text-light .swiper-pagination .swiper-pagination-bullet,.text-white .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff
}

.swiper-thumbs .swiper-slide {
    transition: all .25s;
    opacity: .35;
    cursor: pointer
}

.swiper-thumbs .swiper-slide img {
    width: 100%;
    max-width: 70px;
    transition: all .25s;
    border-radius: 100%;
    transform: scale(.75);
    transform-origin: center;
    height: auto;
    display: block;
    margin: 0 auto
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
    transform: none
}

.swiper-slide-thumb-active .swiper-pagination-progress-bar-inner {
    transition-property: width;
    transition-timing-function: linear;
    width: 100%
}

.swiper-pagination-progress {
    cursor: pointer
}

.swiper-pagination-progress-bar {
    background-color: rgba(17,15,26,.125);
    height: 4px;
    position: relative
}

.swiper-pagination-progress-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background-color: #110f1a;
    transition: none
}

.text-white .swiper-pagination-progress-bar {
    background-color: rgba(255,255,255,.25)
}

.text-white .swiper-pagination-progress-bar-inner {
    background-color: #fff
}

.swiper-divider-line {
    background-color: #e3dffc;
    height: 2px
}

.swiper-divider-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: #7360f2;
    border: 5px solid #f9f8fc;
    margin-left: -1px
}