@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* body{
    font-family: 'Poppins', sans-serif;
} */

/* header,footer{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1{
    font-size: 60px;
} */


.animation{
    margin-bottom:100px;
    background-image: url("assets/img/contactbg.jpg")!important;
    position: relative;
    height: 75vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

.plane-wrapper{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
/* .plane-wrapper-2{
    position: absolute;
    top: 50%;
    right: -10%;
    z-index: 1;
} */
/* .plane-wrapper-2 .paper-plane{
    transform: scaleY(-1);
} */
.paper-plane{
    width: 200px;
    transition-duration: 0.1s;

}
/* .content-one{
    display: flex;
}
.content-one h2{
    font-size: 28px;
    line-height: 28px;
    margin-right: 8px;
} */
.content-two{
    position: relative;
    z-index: 2;
}
.content-two h2{
    font-size: 40px;
    /* line-height: 58px; */
    text-transform: none;
    color: #000000a1;
    text-shadow: 0px 2px 10px #f292df59;
}
.scrolling_up img{
    transform-origin: center center;
    transform:  scaleX(-1) ;
    transition-duration: 0.4s;
}
.plane-wrapper-2.scrolling_up img{
    transform-origin: center center;
    transform:  scaleX(-1) scaleY(-1) ;
    transition-duration: 0.4s;
}

.animation-pun{
    background-image: linear-gradient(to bottom, #fbc2eb 20%, #a6c1ee 100%);
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.animation-pun h2{
    font-size: 58px;
    line-height: 58px;
    text-transform: uppercase;
    color: #ffffffa1;
    z-index: 3;
    position: relative;
}