@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;562;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');


html, body {
    width: 100%;
    height: 100vh;
}

body.no-overflow {
	overflow-y: hidden;
}

body {
    overflow-x: hidden;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    left: 0;
    top: 0;
    z-index: 1031;
}

.loading .load-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #efefef;
    padding: 20px;
    z-index: 6;
    background-color: white;
}

.loading .loadbar {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 0px;
	height: 2px;
	background-color: #222;
	z-index: 5;
}

.loading .loadbar_bg {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background-color: #efefef;
	z-index: 2;
}

/* altezze */

.h-50, .h-75, .h-90, .h-100 {
    height: 30vh !important;
    max-height: 1080px;
}

.container-head {

    margin-top: 126px !important;

}

/* fonts */

h1, h2, h3, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
}

h1 {
    font-size: 60px;
    line-height: 44px;
    font-weight: 400;
}

h2, h4 {
    display: block;
    color: #000;
    word-wrap: break-word;

}

h2 {
    font-size: 32px;
}


h4 {
    font-family: Raleway,sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h5 {
    font-family: 'Rouge Script', cursive;
    font-size: 40px;
}

.h5 {
    font-size: 35px;
}

.line {
    position: relative;
}

.line:after {
    content: "";
    width: 70%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);

    background-color: #ccc;

}

p {
    letter-spacing: .01em;
    font-family: Raleway,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

p.piccolo {
    font-size: 13px;
    font-weight: 700;
    line-height: 2em;
    font-family: Raleway,sans-serif;
    letter-spacing: .11em;
    text-transform: uppercase;
}

p.piccolo a {
    color: #000;
    text-decoration: none;
}

p.x-piccolo {
    font-size: 10px;
    font-weight: 400;
    opacity: 0;
     -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.big {
    font-size: 120%;
    position: relative;
    overflow: hidden;
    display: block;
}
.big::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    content: "";
    background-color: #837865;
    opacity: .5;
}

.big::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    content: "";
    background-color: #837865;
    opacity: .5;
}

.tortora {
    color: #837865;
}

.text-tour b {
    color: #837865;
}
.col-over:hover p.x-piccolo {
      opacity: 1;
  
}

.text-justify-center {
    text-align-last: center;
}

.navbar .navbar-toggler {
    border: 0;
}

.navbar-collapse {
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: calc(100vh - 146px);
    overflow: auto;
}


.navbar-nav .nav-item a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #000;
}

.navbar-nav .nav-item-social {
    display: flex;
}

.navbar-nav .nav-item span {
    font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .11em;
	text-transform: uppercase;
    color: #000;
    padding: .5rem 1rem;
    display: inline;
}

.navbar-nav .nav-item .nav-link-social {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .11em;
	text-transform: uppercase;
    color: #000;
    display: inline;
    padding: .5rem .25rem;
}


.scroll-status-container {
    position: fixed;
    top: 126px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #efefef;
    z-index: 999;
}

.scroll-status-container .scroll-status-bar {
    position: absolute;
    width: 0px;
    height: 100%;
    background-color: #ddd;
}

.bg-scroll {
    background-position: center -100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-tortora-light {
    background-color: #eeede9;
}


.home {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.home h1 {
    position: relative;
    z-index: 15;
    animation: enterH1 5s normal forwards ease-in-out;
    animation-delay: 5s;
    opacity: 0;
}

.home h2 {
    position: relative;
    z-index: 15;
    animation: enterH2 5s normal forwards ease-in-out;
    animation-delay: 10s;
    opacity: 0;
    color: #fff;
}

.home .img-fluid {
    position: absolute;
    left:50%;
    top:50%;
    z-index: 10;
    animation: enterimg 10s normal forwards ease-in-out;
}

.btn-eshop {
    position: fixed;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: #000 !important;
    color: #fff !important;
    display: block;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding: 20px 20px !important;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,.2);
    font-family: 'Raleway', sans-serif !important;
	font-weight: 700 !important;
    font-size: 13px !important;
    opacity: 1;
}
.col-md-4 .relative {
    padding-bottom: 6rem;
}

.img-tour {
    filter: brightness(0.9);
}

.in-border {
    outline: 1px solid #ccc;
     outline-offset: -10px;
     overflow: hidden;
     padding-bottom: 3rem;
}

.in-border-2  {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #eeede8;
    /*
    outline: 2px solid #dbd4c1;text-shadow
    outline-offset: -10px;
    */
    margin: 1rem 1rem 1rem 1rem;
    padding: 1rem 1rem 1rem 1rem;
    /*
    box-shadow: 0px 0px 8px 10px #dbd4c1;
    */
}

.in-border-2 .quota {
    /*
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    
    text-align: center;
    */
    font-weight: bold;
    color: #837865 ;
    width: 100%;
}


@media (min-width: 992px) {
    .in-border-2 h4 {
        position: absolute;
        left: 50%;
        top: 90px;
        transform: translateX(-50%);
        background-color: #eeede8;
        padding: 20px;

    }
}

@media (min-width: 992px) {

.in-border-2  {
    padding: 1rem 1rem 4rem 1rem;
}

.row-abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;    
}
}

.row-abs .btn {
    max-width: 160px;
}

.col-tour {
    display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes enterimg {
    from {
        opacity: 0;
        transform: translate(-49%,-50%) scale(1.5, 1.5);
    }
    
    to {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1, 1);
    }
}

@keyframes enterH1 {
    from {
        opacity: 0;
        transform: scale(3.5, 3.5);
    }
    
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes enterH2 {
    from {
        opacity: 0;
        transform: scale(3.5, 3.5);
    }
    
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes enterBtn {
    from {
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
}

.swiper-main {
    width: 100%;
    height: 100%;
}

.swiper-main .swiper-slide {
    width: 100%;
    height: 100%;
    background-position:  center center;
    background-size: cover;;
    background-repeat: no-repeat;
}

.relative {
    position: relative;
}

.relative .container-bg {
    position: absolute;
    background-color: #f9f5ec;
    width: 100%;
    height: 40%;
    min-height: 300px;
    max-height: 400px;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.relative .container {
    position: relative;
    z-index: 10;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-linea {
    border: 1px solid transparent;
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0!important;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    position: relative;
}

.btn-linea:before {
    content: '';
    position: absolute;
    top: 110%;
    left: -40px;
    width: 55px;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(-50deg) scaleX(1);
    -ms-transform: rotate(-50deg) scaleX(1);
    transform: rotate(-50deg) scaleX(1);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    pointer-events: none;
    -webkit-animation: mkdf-animate-simple-button-out .4s forwards cubic-bezier(.39,.58,.57,1);
    animation: mkdf-animate-simple-button-out .4s forwards cubic-bezier(.39,.58,.57,1);
}

.btn-linea.bianco {
    color: #fff;
    position: relative;
}

.btn-linea.bianco:before {
    background: #fff;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-outline-ocra {
    color: #343a40;
    background-color: #dbd4c1;
    border-color: #343a40;
    position: relative;
    overflow: hidden;
}

.btn-outline-ocra span {
    position: relative;
    z-index: 5;
}

.btn-outline-ocra::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100%;
    width: 100%;
    height: 200%;
    background-color: #343a40;
    content: "";
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 0;
}

.btn-outline-ocra:hover {
    color: #dbd4c1;
    border-color: #343a40;
}

.btn-outline-ocra:hover::after {
    right: 0;
}


.normal-link {
    color: #000;
    text-decoration: none;
}

.normal-link:hover {
    color: #837865;
}

.col-vini figure {
    margin: 0 0 0;
}

.col-vini figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0;
    z-index: 10;
}

.col-vini:hover figcaption {
    opacity: 1;
}

.col-vini figcaption h4 {
    color: #fff;
    text-transform: uppercase;
}

.col-vini figcaption .btn-linea {
    color: #fff;
}

.col-vini figcaption .btn-linea:before {
    content: '';
    position: absolute;
    top: 110%;
    left: -40px;
    width: 55px;
    height: 1px;
    background: #fff;
    pointer-events: none;
    -webkit-animation: mkdf-animate-simple-button-out .4s forwards cubic-bezier(.39,.58,.57,1);
    animation: mkdf-animate-simple-button-out .4s forwards cubic-bezier(.39,.58,.57,1);
}

.col-page-vini {
    position: relative;
    padding-bottom: 50px;
    display: flex;
  flex-direction: column;
}

.col-page-vini .btn {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.card-vini figure {
    position: relative;
}

.card-vini figure img {
    position: relative;
    z-index: 10;
}

.card-vini figure .ombra {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50%;
    height: 30px;
    background-color: #000;
    border-radius: 100%;
    filter: blur(5px);
    opacity: .5;
}

.card-vini figure .ombra-spumanti {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 58%;
    height: 30px;
    background-color: #000;
    border-radius: 100%;
    filter: blur(5px);
    opacity: .5;
}

.mappa {
    position: relative;
}

.mappa .loc {
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: rgb(95, 94, 94);
    padding: 3px;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid orange;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.mappa .loc:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.mappa .loc:hover span {
    display: block;
    opacity: 1;
}

.mappa .loc:hover:before {
    background-color: rgba(0,0,0,.4);
}

.mappa .loc span {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    font-size: 15px;
    font-family: Raleway,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.mappa .loc.conegliano {
    top: 69.5%;
    left: 78.6%;
}

.mappa .loc.vittorio {
    top: 27.7%;
    left: 77.8%;
}

.mappa .loc.pieve {
    top: 53%;
    left: 68%;
}

.mappa .loc.follina {
    top: 42.5%;
    left: 45.5%;
}

.mappa .loc.refrontolo {
    top: 56%;
    left: 61.5%;
}

.mappa .loc.susegana {
    top: 88%;
    left: 70%;
}

.mappa .loc.cison {
    top: 34%;
    left: 49.8%;
}

.overlayfig {
    position: relative;
}

.overlayfig img {
    position: relative;
    z-index: 5;
}

.overlayfig:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,0) 90%);
    width: 100%;
    height: 100%;
    z-index: 6;
}

.overlayfig h4 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 7;
    color: white;
}


footer {
    background-color: #000;
}

footer p {
    color: #fff;
}

footer .nav-link {
    color: #aaa;
    font-family: Raleway,sans-serif;
    font-size: 15px;
}

@media (min-width: 768px) {

    p {
        overflow-x: hidden;
    }
    
}

@media (min-width: 992px) {



    .mappa .loc {
        padding: 10px;
        border: 2px solid orange;
    }

    .mappa .loc:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        content: "+";
        color: orange;
        font-size: 10px;
        z-index: 99;
        font-family: "Font Awesome 5 Free";
        content: "\f129";
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
    }

    .mappa .loc.conegliano {
        padding: 15px;
    }
    
    .mappa .loc:hover:after {
        opacity: 0;
    }

    

}

@media (min-width: 1200px) {

    .col-page-vini .title {
        min-height: 60px;
    }

    
    .col-page-vini .text {
        min-height: 80px;
    }

    .mappa .loc {
        padding: 10px;
        overflow: hidden;
        z-index: 998;
    }

    .mappa .loc:hover {
        padding: 100px;
        border: 4px solid #000;
        z-index: 999;
    }

    .mappa .loc span {
        display: block;
        opacity: 0;
        z-index: 999;
        transition-property: opacity;
        transition-duration: .5s;
        transition-timing-function: linear;
        transition-delay: .3s;
        text-transform: uppercase;
    }

    .mappa .loc:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: rgba(0,0,0,1);
        width: 100%;
        height: 100%;
        z-index: 99;
    }

    .mappa .loc:hover span {
        display: block;
        opacity: 1;
    }

    .mappa .loc:hover:before {
        background-color: rgba(0,0,0,.4);
    }

    .mappa .loc:hover span {
        display: block;
        opacity: 1;
    }

    .mappa .loc.conegliano {
        top: 69.9%;
        left: 78.6%;
    }
    
    .mappa .loc.vittorio {
        top: 28.60%;
        left: 77.8%;
    }
    
    .mappa .loc.pieve {
        top: 53.4%;
        left: 68%;
    }
    
    .mappa .loc.follina {
        top: 43%;
        left: 45.5%;
    }
    
    .mappa .loc.refrontolo {
        top: 56.3%;
        left: 61.5%;
    }
    
    .mappa .loc.susegana {
        top: 88%;
        left: 70%;
    }
    
    .mappa .loc.cison {
        top: 35%;
        left: 49.8%;
    }


}

@media (min-width: 1800px) {

    .col-page-vini .title {
        min-height: unset;
    }

    
    .col-page-vini .text {
        min-height: 60px;
    }


}

@media (min-width: 996px) {
    .navbar-nav .nav-item a {
        font-size: 11px;
    }
}

@media (min-width: 1024px) {

    .container-head {

        margin-top: 110px !important;
    
    }
    

    .h-50 {
        height: 50vh !important;
    }

    .h-75 {
        height: 75vh !important;
    }

    .h-90 {
        height: 90vh !important;
    }

    .h-100 {
        height: 100vh !important;
    }

    .navbar {
        height: 110px;
    }

    .navbar-collapse {
        margin-top: 0px;
        margin-bottom: 0px;
        max-height: unset;
        overflow: unset;
    }

.navbar-nav .nav-item .nav-link {
	padding-right: 6px;
    padding-left: 6px;
    position: relative;
}

.navbar-nav .nav-item .nav-link span {
    position: relative;
    z-index: 10;
    padding: 0.5rem 0.5rem;
}


.navbar-nav > .nav-item:not(.dropdown)  > .nav-link:after {
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    background-color: #eeede9;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 5;
}

.navbar-nav > .nav-item:not(.dropdown):hover > .nav-link:after {
    width: 100%;
    opacity: 1;
}

.navbar-nav > .nav-item.active > .nav-link:after {
    width: 100%;
    opacity: 1;
}

.navbar-nav > .nav-item > .nav-link:before {
    content: attr(title);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
        -webkit-transition: .3s;
    -o-transition: 1s;
    transition: 1s;
    opacity: .5;
}

.navbar-nav > .nav-item:hover > .nav-link:before {
    transform: translate(-50%,-50%) scale(2);
    opacity: 0;
}

.dropdown-menu  {
    z-index: 999999;
    padding: 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-item {
    padding: .5rem 1.5rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff;
}

.scroll-status-container {
    top: 110px;
}
	
}


@media (min-width: 1200px) {

.navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-right: 0rem;
    width: 140px;
}
.navbar-nav {
    padding-inline-start: 0px !important;
}
.navbar-nav .nav-item .nav-link {
    padding-right: 6px;
    padding-left: 6px;
    position: relative;
    text-align: center;
}

.navbar-nav .nav-item a {
    font-size: 13px;
}

.navbar .navbar-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    
}

.navbar .navbar-nav:nth-child(1) {
    transform: translate(-590px,-50%);
}

.navbar .navbar-nav:nth-child(2) {
    transform: translate(100px,-50%);

}

}

@media (min-width: 1600px) {
    .navbar .container {
        max-width: 1550px;
    }
}

.container-video {
    position: relative;
    overflow: hidden;
}

.container-video video {
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.container-spazio {
    position: relative;
    overflow: hidden;
}

.container-spazio * {
    position: relative;
    z-index: 10;
}

.container-spazio .container-spazio-bg {
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,.4);
     left: 0px;
     top: 0px;
     z-index: 5;
}

.container-spazio-abs {
    position: relative;
}

.container-spazio-abs h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

@media (min-width: 768px) {

    .container-spazio-abs h4 {
        transform: translateX(20%) translateY(-50%);
        text-align: left;
        max-width: 50%;
    }

}

@media (min-width: 992px) {

    .container-spazio-abs h4 {
        transform: translateX(70%) translateY(-50%);
        text-align: left;
        max-width: 20%;
    }

}

@media screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {

    body {
        overflow: hidden;
    }

    body:before {
        position: fixed;
        display: flex;
        justify-content: center!important;
        flex-direction: column!important;
        text-align: center!important;

        content:"Per una corretta visualizzazione del sito ruotare lo schermo";
        color: #fff;
        background-color: rgba(0,0,0,.8);
        z-index: 9999999999;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
    }
    
}

@media (min-width: 992px) {
    .mtn-5 {
        margin-top: -6rem!important;
    }
}

@media (min-width: 992px) {
    .scroll-parallax-tour {
        position: relative;
        overflow: hidden;
        min-height: 680px;
    }
}



.scroll-parallax-tour::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
    content: "";
    z-index: 0;
}

.scroll-parallax-tour .container {
    position: relative; 
    z-index: 10;
    overflow: hidden;
}

.scroll-parallax-tour .container h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
   
.splitting .char {
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,1));
    animation: slide-in .75s cubic-bezier(.5, 0, .5, 1) both;
	animation-delay: calc(.25s + (120ms * var(--char-index)));
  }
  
  @keyframes slide-in {
    from {
        transform: translateX(-3em) translateY(0em) rotate(0deg) scale(0.5);
      opacity: 0;
    }
  }

  @keyframes weight {
	from {
        opacity: 1;
		font-weight: 100;
	}

	50% {
        opacity: 0;
		font-weight: 900;
	}

	to {
        opacity: 1;
		font-weight: 100;
	}
}

.text-shadow {
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,1));

}

.text-shadow small {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 15px;
    top: -15px;
    position: relative;
}

.whatsapp {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background-color: #25D366;
    z-index: 1000;
}
.whatsapp i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
}

.whatsapp img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    max-width: 40px;
}