
/* Start Global */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--main-white);
}

::-webkit-scrollbar-thumb {
    background: var(--main-black);
    transition: all .5s linear;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-black);
}

::selection {
	background: var(--main-black); /* WebKit/Blink Browsers */
	color: var(--main-white);
}
::-moz-selection {
	background: var(--main-black); /* Gecko Browsers */
	color: var(--main-white);
}

/* Fonts */

p, li, span, div, a, .goth-book {
    font-family: var(--main-text-fam);
}
p, li {margin: 0 0 15px;}
h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: var(--main-title-fam);
}
.font-bold {
    font-weight: 900;
    font-family: var(--main-title-fam);
}
h2, h3, h4 {
    font-family: var(--main-title-fam);
    margin: 0 0 15px;
    font-weight: 500;
}
h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin: 0 0 20px;
}
h2 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    margin: 0 0 20px;
}
h3 {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--main-text-fam);
    margin: 0 0 20px;
}
h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--main-text-fam);
    margin: 0 0 20px;
}
h5 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--main-text-fam);
    margin: 0 0 20px;
}
h6 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--main-text-fam);
    margin: 0 0 20px;
}
.big-title {
    line-height: 1;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -5px;
}
em, .regal {font-family: 'Manrope-Regular', sans-serif;}

p, li, div, a {font-size: 20px;line-height: 1.5;}

.fs-12 {font-size: 12px;}
.fs-14 {font-size: 14px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-24 {font-size: 24px;}
.fs-34 {font-size: 34px;}
.fs-48 {font-size: 48px;}
.fs-72 {font-size: 72px;}
.fs-200 {font-size: 200px;}
.xbig-title {font-size: 200px;font-weight: 700;}

.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-700 {font-weight: 700;}
.fw-900 {font-weight: 900;}

.lh-1 {line-height: 1;}
.lh-12 {line-height: 1.2;}

.lh-28 {line-height: 28px;}

.indent {
    padding-left: 150px;
    text-indent:-150px;
}
.indent-big {
    padding-left: 40%;
    text-indent: -60%;
}
.ta-left {text-align: left;}
.ta-center {text-align: center;}
.ta-right {text-align: right;}

.italic {font-style: italic;}
.uppercase {text-transform: uppercase;}

/* Colors */

.color-white,
.color-white-all * {
    color: var(--main-white);
}
.main-color, p, li, div, a, button, .main-color-all * {
    color: var(--main-black)
}
.black-bg {
    background: var(--main-black);
}
.white-bg {
    background: var(--main-white);
}
.grey-bg {
    background: var(--main-light-grey);
}
.red-bg {
    background: var(--main-red);
}

/* Grid */

.grid {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}
.sm-grid {
    max-width: 1420px;
    display: block;
    margin: 0 auto;
}
.xsm-grid {
    max-width: 900px;
    display: block;
    margin: 0 auto;
}
.gutter {
    margin: 0 20px;
}


/* Positioning */

.rel {position: relative;}
.abs {position: absolute;}
.fixed {position: fixed;}

.abs-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.go-right {margin-left: auto;}
.go-center {margin: 0 auto;}

.z-1 {z-index: 1;}
.z-2 {z-index: 2;}
.z-5 {z-index: 5;}
.z-10 {z-index: 10;}
.z-999 {z-index: 999;}
.z-1000 {z-index: 1000;}

.display-none {display: none;}
.display--inline-top {
    display: inline-block;
    vertical-align: top;
}
.display--inline-mid {
    display: inline-block;
    vertical-align: middle;
}
.display--inline-bot {
    display: inline-block;
    vertical-align: bottom;
}
.display--block {display: block;}
.display--grid {display: grid;}
.display--flex {display: flex;}

.jc-sb {justify-content: space-between;}

.top-left {top: 0; left: 0}
.top-right {top: 0; right: 0}

/* Sizing */

.full-width {width: 100%;}
.full-height {height: 100%;}
.max-content {width: max-content;}
.fill-dimentions {width: 100%; height: 100%;}

.va-mid {vertical-align: middle;}
.align-center {align-items: center;}

.block-20 {width: 20%;}
.block-25 {width: 25%;}
.block-30 {width: 30%;}
.block-33 {width: 33.3333%;}
.block-40 {width: 40%;}
.block-50 {width: 50%;}
.block-60 {width: 60%;}
.block-70 {width: 70%;}
.block-80 {width: 80%;}

.pad-top-150 {padding-top: 150px;}
.marg-bot-100 {padding-top: 150px;}

/* Style Classes */

.overflow {overflow: hidden;}
.pe-none {pointer-events: none;}
.main-trans {transition: var(--main-easing);}
.mh-screen {min-height: 100vh;}
.no-margin {margin: 0;}
.no-padding {padding: 0;}
.pad-tb-20 {padding: 20px 0;}

/* Theme Basic Declarations */

.top-pad {padding-top: var(--top-pad);}