:root{
        --mc-50: #eff1fe;
        --mc-100: #e3e5fc;
        --mc-200: #ccd0f9;
        --mc-300: #9fa5f3;
        --mc-400: #8c8bee;
        --mc-500: #796fe5;
        --mc-600: #6853d8;
        --mc-700: #5944be;
        --mc-800: #4a3a99;
        --mc-900: #3e357a;
        --mc-950: #261f47;
        --c-white: #fff;
        --c-light: rgba(255,255,255,.6)
}

body, html{
    
    font-optical-sizing: auto;
    font-family: "Electrolize", serif;
    background: #010101;

}

.c-light{color: var(--c-light)}
.c-white{color: var(--c-white)}
.tmc-50{color: var(--tm-50)}
.tmc-100{color: var(--mc-100)}
.tmc-200{color: var(--mc-200)}
.tmc-300{color: var(--mc-300)}
.tmc-400{color: var(--mc-400)}
.tmc-500{color: var(--mc-500)}
.tmc-600{color: var(--mc-600)}
.tmc-700{color: var(--mc-700)}
.tmc-800{color: var(--mc-800)}
.tmc-900{color: var(--mc-900)}
.tmc-950{color: var(--mc-950)}

.bg-blur{
    
    background-image: linear-gradient(#f8f7f426,#00000080);
    backdrop-filter: blur(50px);
}
.bg-white{
    background: #fff;
}

.border{
    border: 1px solid #f8f7f426;
}
.border-bottom{
    border-bottom: 1px solid #f8f7f426;
}


.stroke-text{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    letter-spacing: 0.027em;
    font-family: "Sora", serif;
}
.text-right, .text-lg-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}

.font-2{
    font-family: "Sora", serif;
}
.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}
.position-sticky{
    position: sticky;
}
.position-fixed{
    position: fixed;
}
.z-1{
    z-index: 1;
}
.top{
    top: 0;
}
.top-3{
    top: 3rem;
}
.bottom{
    bottom: 0;
}
.start{
    left: 0;
}
.end{
    right: 0;
}
.fz-1{
    font-size: 1rem;
}
.fz-15{
    font-size: 1.5rem;
}
.fz-125{
    font-size: 1.25rem;
}
.fz-2{
    font-size: 2rem;
}
.fz-25{
    font-size: 2.5rem;
}
.fz-3{
    font-size: 3rem;
}
.fz-35{
     font-size: 3.5rem;   
}
.fz-4{
    font-size: 4rem;
}
.fz-45{
    font-size: 4.5rem;    
}
.fz-5{
    font-size: 5rem;
}
.fz-55{
    font-size: 5.5rem;    
}
.fz-6{
    font-size: 6rem;    
}
.fz-7{
    font-size: 7rem;    
}
.fz-8{
    font-size: 8rem;    
}
.fz-9{
    font-size: 9rem;    
}
.fz-10{
    font-size: 10rem;    
}
.lh-0{
    line-height: 0.5;
}
.lh-1{
    line-height: 1;    
}
.lh-12{
    line-height: 1.2;    
}
.lh-15{
    line-height: 1.5;    
}
.fw-9{
    font-weight: 900;
}
.fw-7{
    font-weight: 700;
}
.fw-5{
    font-weight: 500;
}
.fw-4{
    font-weight: 400;
}
.fw-3{
    font-weight: 300;    
}
.fw-2{
    font-weight: 200;    
}
.fw-1{
    font-weight: 100;
}
.ttu{
    
    text-transform: uppercase;
}
.link{
    text-decoration: underline;
}
.link:hover{
    text-decoration-color: var(--mc-500);
}
.h-100{
    height: 100%;
}
.h-100vh{
    height: 100vh;
}
.bdrs-0{
    border-radius: 0.5rem;
}
.bdrs-1{
    border-radius: 1rem;
}
.bdrs-15{
    border-radius: 1.5rem;
}
.bdrs-50{
    border-radius: 50rem;
}
.oh{
    overflow: hidden;
}

.mt-n3{
    margin-top: -1.25rem
}
.w-100{
    width: 100%;
}
.w-3{
    width: 3rem;
}

.ratio-h{
    aspect-ratio: 16/9
}

.input{
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #ffffff14;
    border: 1px solid #ffffff0f;
    color:#fff;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff6e;
}
::placeholder {
  color: #ffffff6e;
  opacity: 1; /* Firefox */
}
.btn{
    cursor: pointer;
    user-select: none;
    line-height: 1;
    color: var(--c-light);
    border: 1px solid var(--mc-500);
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;

    padding: 1rem 2rem;
    text-transform: uppercase;
    transition: 0.3s;
    
}

.btn:hover{
    background-color: var(--mc-700);
}




.hero-section{
    position: relative;
    min-height: calc(100vh - 7rem);
    overflow: hidden;
}
.hero-video{
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   opacity: 0.7;
   
}

.social{
    background: #ffffff15;
    backdrop-filter: blur(50px);
    border: 1px solid #f8f7f426;

    display: inline-block;
    border-radius: 0.5rem;
    padding: 1rem;

}
.social:hover{
    background-color: #ffffff30;
}
.tg{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../themes/noren/assets/img/tg.svg);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: repeat-y;
    transition: 0.5s;
    vertical-align: top;
}

.wh{
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../themes/noren/assets/img/wh.svg);
    background-position: 50% 0;
    background-size: contain;
    background-repeat: repeat-y;
    transition: 0.5s;
    vertical-align: top;
}
.social:hover .tg,
.social:hover .wh{
    background-position: 50% -1.5rem;
}


@media (min-width:992px){
    .menu{
        position: fixed;
        display: inline-flex;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        z-index: 3;
        border-radius: 1rem 1rem 0 0 ;
        background-image: linear-gradient(#f8f7f426,#00000080);
        backdrop-filter: blur(500px);
        border: 1px solid #f8f7f426;
        border-bottom: none;
        padding: 1.5rem;
    }
}
@media (max-width:991px){
    .fz-8{
        font-size: 4rem;
    }
    .text-lg-right{
        text-align: left;
    }
    .menu{
        padding: 1.5rem;
        position: fixed;
        display: flex;
        justify-content: space-between;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        border-radius: 1rem 1rem 0 0 ;
        background-image: linear-gradient(#f8f7f426,#00000080);
        backdrop-filter: blur(50px);
        border: 1px solid #f8f7f426;
        border-bottom: none;
    }
}



.fadeIn-1 {
	animation: fadeIn ease;
	animation-timeline: view();
	animation-range: entry 0% cover 20%;
}

.fadeIn-2 {
	animation: fadeIn ease;
	animation-timeline: view();
	animation-range: entry 0% cover 30%;
}

.fadeIn-3 {
	animation: fadeIn ease;
	animation-timeline: view();
	animation-range: entry 0% cover 40%;
}

.zoomIn-1 {
	animation: zoomIn ease;
	animation-timeline: view();
	animation-range: entry 0% cover 20%;
}

.zoomIn-2 {
	animation: zoomIn ease;
	animation-timeline: view();
	animation-range: entry 0% cover 25%;
}

.zoomIn-3 {
	animation: zoomIn ease;
	animation-timeline: view();
	animation-range: entry 0% cover 30%;
}



@keyframes fadeIn {
	from {

		transform: translateY(200px);
	}

	to {

		transform: translateY(0);
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}




/* Стилизация самого скроллбара */
::-webkit-scrollbar {
    width: 8px;  /* Ширина вертикального скроллбара */
    height: 12px; /* Высота горизонтального скроллбара */
}

/* Стилизация "ползунка" (thumb) скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #796fe5;  /* Цвет ползунка */
    border-radius: 2px;     /* Скругление углов ползунка */
    border: 1px solid #f8f7f426;  /* Белая рамка вокруг ползунка */
    cursor: pointer;
}


/* Стилизация "бара" (track) скроллбара */
::-webkit-scrollbar-track {
    background-color: #111a1a; /* Цвет фона бара */

}



