.height-100{
    height: 100vh;
}
.mb-0 {
    margin-bottom: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-200 {
    margin-bottom: 200px;
}
.col-center {
    margin: auto;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.heroSection {
    border-radius: 30px;
    height: calc(100vh - 100px);
}

.easter-schedule {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 80px;
}

.easter-schedule li {
    width: calc(50% - 40px);
    display: flex;
    gap: 20px;
    align-items: center;
}

.easter-schedule li div img {
    margin-bottom: 30px
}

body {
    background: #FEFEDA;
}

.parallax2 {
    position: relative;
    z-index: 9999999999;
}

.parallax:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #FEFEDA;
}

.parallax img {
    height: calc(100vh - 200px);
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.parallax {
    padding: 0
}

.footer-pic li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-pic li:hover {
    width: 45%
}

.footer-pic li {
    width: 25%;
    height: 500px;
}

.footer-pic {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lineParent {
    overflow: hidden;
    position: relative
}

.wow {
    visibility: hidden;
}
.footer-pic *{
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.Cutted-logo {
    position: absolute;
    bottom: -120px
}

.Cutted-transparent {
    position: absolute;
    right: 0;
    bottom: 88px;
}