/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ast-plain-container{background-color:#000 !important;background:#000 !important;}
.page-id-4087{background-color:#000 !important;background:#000 !important;}

@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('../fonts/Mont-Light-1.ttf') format('truetype');
}

@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../fonts/Mont-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('../fonts/Mont-Book.ttf') format('truetype');
}

/* Body Styles */
body {
    overflow-x: hidden;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-display: swap;
}

/* Main Container */
body > .body-inner {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 2550px;
    background-color: #000;
}
.body-inner{
  height: 1983px;
}
/* Scrollbar Styling */
body::-webkit-scrollbar,
.cartitems::-webkit-scrollbar,
.menuWrapper::-webkit-scrollbar {
    width: 9px;
    background-color: transparent;
}

@media (max-width: 1023px) {
    body::-webkit-scrollbar,
    .cartitems::-webkit-scrollbar,
    .menuWrapper::-webkit-scrollbar {
        width: 4px;
    }
}

body::-webkit-scrollbar-thumb,
.cartitems::-webkit-scrollbar-thumb,
.menuWrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(138, 138, 138, 0.8);
}

body::-webkit-scrollbar-track,
.cartitems::-webkit-scrollbar-track,
.menuWrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    border-radius: 10px;
    background-color: transparent;
}

/* Mask Big Text Effect */
.mask_bigtexteffect {
    grid-column-start: 1;
    grid-column-end: span 14;
    position: relative;
    opacity: 0;
    overflow: hidden;
    min-height: 100vh;
}

.mask_bigtexteffect[data-faster="1"] {
    pointer-events: none;
    margin-top: -25%;
}

@media (max-width: 1023px) {
    .mask_bigtexteffect[data-faster="1"] {
        margin-top: -45%;
    }
}

.mask_bigtexteffect img {
    width: 100%;
    height: auto;
}

.mask_bigtexteffect .backgroundImageWrapper img {
    min-height: 100vh;
}

.mask_bigtexteffect .textsvg {
    position: absolute;
    inset: -0.3rem;
}

.mask_bigtexteffect .textsvg img {
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: scale(50);
}

/* Special Page ID Rules */
#uid42 #hea_003 .fixedContainer .pageSwitcher a:first-of-type {
    pointer-events: none;
    color: #dcd7d2;
}


.text-custom{
    /* width: 100%;
    height: 100%; */
    /* background: #000; */
}

/* .text-custom h1 {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	position: relative;
	background: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	width: fit-content;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
} */



.text-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
    width: 1920px;
    height: 1080px;
}





@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

.textsvg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	bottom: 0 !important;
}




.textsvg h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
 font-size: 16vw;
  line-height: 1.1;
  color: transparent;
  background: url(../img/imf.jpg) no-repeat center;
  -webkit-background-clip: text;
  background-clip: text;
  text-transform: lowercase;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}




.textsvg .text-custom {
  opacity: 0.122;
  transform: scale(44.0209);
  transition: none;
  will-change: transform, opacity;
  background: #000;
  width: 100%;
  height: 100%;
}
