/* 
 Theme Name: Marbella4You
 Theme URI: noveo.pl
 Author: noveo.pl
 Author URI: noveo.pl
 Description: Custom theme
 Version: 1.0 
*/

@font-face {
    font-family: 'Old Standard TT';
    src: url(fonts/Old_Standard_TT/OldStandardTT-Regular.ttf);
}
@font-face {
    font-family: 'Inter Tight';
    src: url(fonts/Inter_Tight/InterTight-VariableFont_wght.ttf);
}

html{
    font-size: 10px;
}
body{
    font-family: 'Inter Tight', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    position: relative;
    background-color: #FFF;
}
.wrapper{
    width: 1200px;
    margin: auto;
    max-width: 95%;
}
.sec_outher{
    margin-bottom: 192px;
}

p{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1rem;
    margin: 0px;
    margin-bottom: 24px;
    color: #9B9591;
}
a{
    text-decoration: none;
    color: black;
}
a.show_form{
    cursor: pointer;
}
h1{
    font-size: 6rem;
    font-weight: 400;
    line-height: 6.9rem;
    color: #000000;
    margin: 0px;
    margin-bottom: 96px;
    letter-spacing: 0.03rem;
    font-family: 'Old Standard TT', sans-serif;
}
h2{
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5.5rem;
    color: #18110D;
    margin: 0px;
    margin-bottom: 96px;
    letter-spacing: 0.03rem;
    font-family: 'Old Standard TT', sans-serif;
}
h3{
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    margin: 0px;
    margin-bottom: 24px;
    color: #18110D;
}
h4{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #18110D;
    margin: 0px;
    margin-bottom: 24px;
    position: relative;
}
h5{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #18110D;
    margin: 0px;
    margin-bottom: 24px;
}

.button_box{
    display: inline-flex;
    align-items: center;
    color: #FFF;
    background-color: #18110D;
    padding: 18px 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4rem;
    transition-duration: 0.4s;
    letter-spacing: 0.05rem;
	font-family: 'Old Standard TT';
}
.button_box:hover{
    background-color: #A89890;
}
.button_box.second_style{
    color: #18110D;
    background-color: #FFF;
}
.button_box.second_style:hover{
    background-color: #F5EFEC;
}

@keyframes fade-in {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-10%, 0, 0);
      transform: translate3d(-10%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
.fade-in-element{
    animation: fade-in 0.8s;
}
.hidden{
    opacity: 0;
}

.fancybox.image{
aspect-ratio: unset;
}