/*Fonts Start*/
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayBlack.otf');
    font-weight: 900;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayBlackItalic.otf');
    font-weight: 900;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayBold.otf');
    font-weight: 700;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayBoldItalic.otf');
    font-weight: 700;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayLight.otf');
    font-weight: 300;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayLightItalic.otf');
    font-weight: 300;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayMedium.otf');
    font-weight: 500;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayMediumItalic.otf');
    font-weight: 500;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayRoman.otf');
    font-weight: 400;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayRomanItalic.otf');
    font-weight: 400;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayThin.otf');
    font-weight: 200;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayThinItalic.otf');
    font-weight: 200;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayXThin.otf');
    font-weight: 100;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayXThinItalic.otf');
    font-weight: 100;
    font-style: italic;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayXXThin.otf');
    font-weight: 50;
    font-style: normal;
}  
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/public/fonts/NeueHaasDisplay/NeueHaasDisplayXXThinItalic.otf');
    font-weight: 50;
    font-style: italic;
}
@font-face {
    font-family: 'PP Mondwest';
    src: url('/public/fonts/ppmondwest-regular.otf');
    font-weight: 400;
    font-style: normal;
}
/*Fonts End*/

body{
    background-image: url('/public/img/home/bg-body.png');
    background-color: #BDE2E7;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.header, .footer{
    background-color: transparent;
    color: #fff;
}
.footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.header h2 a, .footer h2 a{
    color: #FFF;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-decoration: none;
}
.header h2 a:hover, .footer h2 a:hover{
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.home{
    /* height: calc(100vh - 300px); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.home h1{
    color: #fff;
}
.title-section-one{
    color: #FFF;
    text-align: center;
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
}
.title-section-two{
    /* position: relative;
    float: left; */
    place-self: center;
    color: #FFF;
    font-family: "PP Mondwest";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 147px;
}
/* .title-section-two span{
    position:absolute;
    right:0;
    width:0;
    border-left: 1px solid #000;
    animation: escribir 5s steps(30) infinite alternate;
} */
.subtitle-section{
    color: #FFF;
    text-align: center;
    font-family: "PP Mondwest";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 80.858%; /* 48.515px */
}


/**********************************************************************/
a.btn {
    text-decoration: none;
    border: 0;
    position: relative;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}
a.btn::after, a.btn::before {
    border: 0;
    content: "";
    position: absolute;
    height: 40%;
    width: 10%;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
    border-radius: 50%;
}
a.btn::before {
    border: 0;
    background-color: #000000;
    top: -0.75rem;
    left: 0.5rem;
    animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}
a.btn::after {
    background-color: #B2B2B2;
    top: 3rem;
    left: 13rem;
    animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
a.btn:hover {
    color: white;
}
a.btn:hover::before, a.btn:hover::after {
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    animation: none;
}
a.btn:hover::after {
    left: 0rem;
}
a.btn:hover::before {
    top: 0.5rem;
    left: 0.35rem;
}
/*Animation*/
@keyframes topAnimation {
    from {
		 transform: translate(0rem, 0);
	}
    to {
		 transform: translate(0rem, 3.5rem);
	}
}
@keyframes bottomAnimation {
    from {
		 transform: translate(-11.5rem, 0);
	}
    to {
		 transform: translate(0rem, 0);
	}
}