@font-face {
    font-family: 'happy Eleanor';
     src: url('../fonts/Eleanor-Italic.woff2') format('woff2'),
         url('../fonts/Eleanor-Italic.woff') format('woff'),
         url('../fonts/Eleanor-Italic.ttf') format('truetype'),
         url('../fonts/Eleanor-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'happy Eleanor';
    src: url('../fonts/Eleanor-Regular.woff2') format('woff2'),
         url('../fonts/Eleanor-Regular.woff') format('woff'),
         url('../fonts/Eleanor-Regular.ttf') format('truetype'),
         url('../fonts/Eleanor-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.mural-section{
    background-image:  url(../images/top-part.svg), url(../images/down-part.svg);
    background-position:  top, bottom;
    background-repeat: no-repeat;
   background-size: 100%;
	
}

.mural-sectionbg{
    background-image:  url(../images/top-part.svg);
    background-position:  top;
    background-repeat: no-repeat;
   background-size: 100%;
	
}
.inview-scale-animate {
    overflow: hidden;
}

.heading-font{
	font-style: italic;
}

.uk-heading-xlarge{
	
font-size: clamp(3rem, -10.082rem + 17.4vw, 200px);
	line-height:1.2;
}


.cloud-bg {
    background-image: url(../images/cloud.svg);
    background-position: 5% 95%;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-color:rgba(255,250,231,1);
}

.mural-multi-bg{
    background-image:  url(../images/top-part.svg), url(../images/cloud.svg);
    background-position:  top, 15% 90%;
    background-repeat: no-repeat, no-repeat;
   background-attachment: fixed, fixed;
	background-size: 100%,10%;
	
}
.bggradient{
position:relative;
    
}
.bggradient::before{
content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(90deg, rgba(0,0,0,0.40) 0%, rgba(255,255,255,0) 85%);
}

.footer-section{
    background-image:  url(../images/down-part.svg);
    background-position:  bottom;
    background-repeat: no-repeat;
	background-size: 100%;
   
}

.multi-cloud-bg{
	background-image: url(../images/cloud.svg),url(../images/cloud.svg),url(../images/flip-cloud.svg),url(../images/flip-cloud.svg);
    background-position: 10% 4%, 5% 40%, 91% 8%, 95% 68%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 140px;
	background-attachment: fixed;
}

.stories .el-content{
border-left:1px solid #3B3A2B;
    padding-left:35px;
	height:auto;
}


.uk-section-muted.uk-section.uk-sticky {
	padding-top: 70px !important;
}

.uk-section-muted.uk-section.uk-sticky.uk-active  {
	padding-top: 10px !important;
}
/*
#tm-dialog-mobile .uk-modal-close-default,#tm-dialog-mobile .uk-modal-close-full {
	position: absolute;
    top: 70px !important;
    right: 22px !important;
}*/