body {
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1 {
    font-size: 50px;
    font-family: 'Great Vibes', cursive;
    font-weight: 700 !important;
}

h2 {
    font-size: 50px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0);
    font-family: 'Great Vibes', cursive;
    font-weight: 600 !important;
}

h4 {
    font-size: 30px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 1rem;
    margin-bottom: inherit !important;
}

button {
    background: linear-gradient(180.5deg, rgb(0, 128, 128) 8.5%, rgb(174, 206, 100) 118.2%);
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 30px !important;
    outline: none;
    border: none !important;
}

.green {
    color: #16a085;
    font-weight: 700;
    padding-top: 0px !important;
}

iframe {
    width: 100%;
    height: 250px;
}

.map {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.map a {
    font-weight: 500;
    color:#16a085;
}

.event-button {
    background: linear-gradient(180.5deg, rgb(0, 128, 128) 8.5%, rgb(174, 206, 100) 118.2%);
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 10px !important;
    outline: none;
    border: none !important;
    width: 300px;
}

.common-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

:root {
    --main: #16a085;
}

.timeline {
    position: relative;
}

.timeline::after {
    content: '';
    width: 5px;
    background: #585858;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.timeline .row {
    position: relative;
}

.timeline .row::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: white;
    border: 4px solid var(--main);
    top: 50px;
    border-radius: 50%;
    z-index: 1;
}

.timeline .card-header {
    padding: 0.2em;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(180.5deg, rgb(0, 128, 128) 8.5%, rgb(174, 206, 100) 118.2%);
    color: #fff;
}

.card-body {
    font-weight: 500;
    padding: 5px !important;
    font-size: 14px;
}

.content-box li {
    margin-top: 1rem;
    font-weight: 500;
    text-align: left !important;
    font-size: 14px;
}

.content-box ul {
    padding: inherit !important;
}

.content-box h2 {
    font-size: 18px;
}
.content-box h6{
    margin-top:1rem;
    font-weight: 700;
}
.content-box p{
    padding-top:10px!important;
}

.content-box li::before {
    /* add the new bullet point */
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #16a085;
}

.pro h5 {
    font-size: 10px;
    font-weight: 400 !important;
}


.pro img {
    margin-bottom: 1rem;
    max-width: 100px;
}

.pro h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 800 !important;
}

.pro p {
    font-size: 10px;
    padding-top: 0px !important;
    font-weight: 500;
}

.welcome {
    display: flex;
    justify-content: center;
}

.welcome img {
    max-width: 100px;
    animation: float 6s ease-in-out infinite;
}

.contact a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.add a {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@media only screen and (max-width:960px) {
    .timeline .row::after {
        left: 3px;
        right: auto;
        top:20%;
    }

    .timeline::after {
        right: auto;
    }

    .timeline .pr-5,
    .timeline .pl-5 {
        padding: 0 !important;
        padding-left: 50px !important;
        padding-right: 30px !important;
    }
}

@media(max-width:577px) {
    .ocean {
        height: 30% !important;
    }

    h1 {
        font-size: 30px;
    }

    .content-box h2 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .ocean {
        height: 33% !important;
    }
}

@media(max-width:420px) {
    .ocean {
        height: 40% !important;
    }
}



/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #fff;
    z-index: 1000;
}

.page-loader .txt {
    color: #000;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
}

.spinner {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: pink;
    height: 50px;
    width: 50px;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

.spinner:after {
    background-color: pink;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    left: 25px;
}

.spinner:before {
    background-color: pink;
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 0px;
}

/* SPINNER ANIMATION */
/* .spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
} */

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.add, #playPauseButton{
    animation: blink 1s infinite;
}
@keyframes blink {
    0% {
      opacity: 0;
    }
    49% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }