/* Demo styling,
 * this file will bring Demo Landing Page styles,
 * you can safely remove if you're not using any style the index.html
 */
.demo-link {
  width: 64px;
  max-width: 64px;
  -webkit-transition: max-width 0.8s ease-in-out;
  transition: max-width 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demo-link .demo-link-text {
  opacity: 0;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease 0.2s;
  transition: -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}

.demo-link:hover {
  max-width: 192px;
  width: auto;
}

.demo-link:hover .demo-link-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.demo-blocks {
  background-color: #f1f4f8;
}

.demo-blocks .block {
  margin-bottom: 3rem;
  margin-top: 3rem;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
  border: 1px solid #d9e2ef;
  border-radius: 0.25rem;
  background-color: #ffffff;
}

.preview-pane {
  padding: 0;
  height: 320px;
  text-align: center;
}

.preview-pane .preview-page {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.preview-pane .preview-page img {
  width: 100%;
  display: block;
  margin-top: 0;
}

.card-demo .card-body {
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.card-demo .is-new {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.count-down {
  padding-top: 30px;
  padding-bottom: 30px;
}

.count-down li {
  padding: 0 30px 0;
}

.count-down span {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.count-down p {
  margin-top: 0;
  font-weight: 300;
}

@media (min-width: md) {
  .count-down span {
    font-size: 4.5rem;
  }
}

.example-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.example-selector > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0.5em;
  padding: 2.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  border: 1px solid #d9e2ef;
}

.example-selector > li:hover {
  border-color: #5533ff;
}

.cookie-location-message {
  margin-top: 4rem;
}

.cookie-location-message ul {
  list-style: none;
  padding: 0;
}

/*# sourceMappingURL=demo.css.map */

.bubbleimgStyle .styleImages:nth-child(3) {
    animation-delay: 2s;
    width: 80px;
    height: 80px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(4) {
    animation-delay: 3s;
    width: 40px;
    height: 40px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 29s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(5) {
    animation-delay: 1s;
    width: 100px;
    height: 100px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 20s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(6) {
    animation-delay: 0s;
    width: 40px;
    height: 40px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 8s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(7) {
    animation-delay: -1s;
    width: 70px;
    height: 70px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 20s linear infinite;


}

.bubbleimgStyle .styleImages:nth-child(8) {
    animation-delay: -1s;
    width: 20px;
    height: 20px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(9) {
    animation-delay: 0s;
    width: 100px;
    height: 100px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 30s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(10) {
    animation-delay: -2s;
    width: 80px;
    height: 80px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 10s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(11) {
    animation-delay: -3s;
    width: 40px;
    height: 40px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 9s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(12) {
    animation-delay: -2s;
    width: 70px;
    height: 70px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 20s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(13) {
    animation-delay: 1s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(14) {
    animation-delay: 3s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: backwards 10s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(15) {
    animation-delay: 1s;
    width: 10px;
    height: 10px;
    margin: 10px;
    opacity: 0.5;
    animation: both 20s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(16) {
    animation-delay: .5s;
    width: 180px;
    height: 180px;
    margin: 10px;
    opacity: 0.5;
    animation: move 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(17) {
    animation-delay: 1s;
    width: 60px;
    height: 60px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(18) {
    animation-delay: 0.7s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate;
}

.bubbleimgStyle .styleImages:nth-child(19) {
    animation-delay: 1s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate;
}





/* header style start hare */
.textAnimate {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.textAnimate p {
    font-size: 30px;
    display: block;
    text-align: center;
}

.char {
    font-size: 40px;
    height: 40px;
    animation: an 1s ease-in-out 1 forwards 0.1s;
    display: inline-block;
}

@keyframes an {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}

@keyframes an2 {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(35px, -40px, -150px) rotate3d(1, 1, 0, 35deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}

/* header button style css start hare */
.headtitalStyle {
    align-items: center;
}

.headtitalStyle h1 {
    color: #fff;
    font-size: 3em;
    /* transform: translate(-50%, -50%); */
}

.headtitalStyle h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 4px #fff;
}

.btn-animate {
    text-align: center;
    color: white;
    background: linear-gradient(to left, #0E9E9C 50%, lightblue 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.btn-animate:hover {
    background-position: left;
}

* {
    font-family: Lato, Vernanda, Arial, Geneva, Helvetica, sans-serif;
}

.p--fs-5 {
    font-size: 1.125rem;
}

.p--text-decoration-underline {
    text-decoration: none;
}

.p--text-decoration-underline {
    text-decoration: underline;
}
.btnHover:hover .btnHoverChlid {
    display: block;
}

.unscrolled {
    background: linear-gradient(rgba(0, 60, 100, 0.7), rgba(0, 60, 100, 0));
    transition: background-color 0.5s ease;
}

.scrolled {
    /* background: rgb(0, 60, 100); */
    background: #062e62;
    transition: background-color 0.5s ease;
}


.btnHoverChlid {
    display: none;
}

.dropdownBox {
    width: 62.5rem;
    /* height: 450px; */
    /* border-radius: 0.5rem; */
    overflow: hidden;
    /* border: 1px solid #000; */
    position: absolute;
    top: 0.4rem;
    right: 10%;
    left: 10%;
    z-index: 100;
    margin-top: 2rem !important;
    background: white;
    transform: translateX(-50%);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.listbtnHoverChlid {
    /* width: 62.5rem; */
    height: 455px;
    margin: 0% auto;
    border-radius: 0.5rem;
    overflow: hidden;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 92%;
    right: 0;
    left: 0;

    z-index: 100;
    margin-top: 14.5rem !important;
}

.listbtnHover:hover .listbtnHoverChlid {
    display: block;
    transition: background-color 1s ease;
    display: none;
}

.testhover:hover .testhoverchlid {
    display: block !important;
}

.testhover:hover .testhoverchlidblock {
    display: none !important;
}

.testhoverchlid {
    display: none;
}

.testhoverchlidblock {
    display: block !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
    z-index: 0;
}

.overflow-y-auto::-webkit-scrollbar {
    width: 0.0025rem;
    height: 0.0025rem;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
    background-color: gray;
}

/* For WebKit-based browsers like Chrome */
.overflow-y-auto::-webkit-scrollbar {
    width: 0.2rem;
    height: 0.2rem;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
    background-color: gray;
}

/* For Firefox and other browsers */
.overflow-y-auto {
    scrollbar-width: thin;
    scrollbar-color: gray transparent;
}

/* Hide the default scrollbar in WebKit-based browsers */
.overflow-y-auto::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.list-group-item1 {
    cursor: pointer;
    display: block;
    padding: 0.3rem 0.2rem;
    margin-bottom: -1px;
    /* background-color: #fff; */
    border-bottom: 1px solid rgba(0, 0, 0, .125);

}

.bgGray {
    background-color: #757575 !important;
}

.btnActive {
    color: #0596ff !important;
    font-size: 1.3rem;
    line-height: 2.1rem;

}

.btnActive:hover .btnActivespan {
    color: #0596ff !important;
    border-bottom: 2px solid #0596ff;
}

.btnActivetext-light {
    color: #fff !important;
    font-size: 1.3rem;
    line-height: 2.1rem;

}

.top-97 {
    top: 97%;
}

.btnActivetext-light:hover {
    font-size: 1.3rem;
    line-height: 2.1rem;
}

.btnActivetext-light:hover .btnActivespanchlid {
    color: #fff !important;
    border-bottom: 2px solid #fff;
}

.w-300px {
    width: 300px !important;
}

.w-320px {
    width: 320px !important;
}

.w-280px {
    width: 19rem !important;
}

.left-100 {
    left: 100% !important;
}

.marginRightn-38rem {
    margin-right: -3.8rem !important;
}

.rightn-213 {
    right: -213% !important;
}

.w-25rem {
    width: 23.6rem !important;
    /* text-align: center !important; */

}

.marginRightn-38rem {
    margin-right: -3.5rem !important;
}

.z-1 {
    z-index: 1 !important;
}

.text-breck {
    word-break: break-all;
}

h3.text-breck {
    font-family: 'lato', sans-serif !important;
}


@media (min-width: 1001px) {

    .display1554 {
        display: block;
    }

    .display1553 {
        display: none !important;
    }

}

@media (max-width: 1000px) {

    .display1554 {
        display: none;
    }

    .display1553 {
        display: block !important
    }
}

@media (min-width: 576px) {
    .w-400px {
        width: 400px !important;
        margin-left: -15rem !important;
        position: absolute !important;
        border-radius: 0.5rem !important;
        overflow: hidden !important;
        top: 100% !important;
        left: 100% !important;
        right: 100% !important;
    }
}

#nav-addon {
    background: linear-gradient(rgba(0, 0, 0, 0.8));
    z-index: 3;
}

nav a.navbar-brand b {
    font-size: 18px;
    margin-top: 6px;
    position: absolute;
}

.abiofore_navbar_gradient {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)) !important;
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: -1;
}
/* .menu-arrow {
    display: inline-block;
    margin-left: 10px; // Space between text and arrow
    position: absolute;
    right: -15px;
    top: 0%;
    transform: translateY(0%);
    width: 0;
    height: 0;
    border-top: 15px solid blue;
    border-bottom: 15px solid blue;
    border-left: 15px solid blue;
    z-index: 1;
} */

/* Inline #15 | http://localhost:8000/ */
ul > li.hm0 > ul {
    position: absolute;
    display: none;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    z-index: 5;
    min-height: 430px;
    max-height: 700px;
    background-color: #fcfcfc;
    margin: 0 auto;
}

.ishover li.hm0:hover > ul, .ishover li.hm0:hover > button::after, .ishover li.hm1:hover > div.hm_c, .ishover li.hm1:hover > div.hm_v, .ishover li.hm1:hover > a::after, .ishover li.hm1:hover > button::after {
	display: block;
}
.menu-arrow {
    position: absolute; /* Ensures it moves relative to the <li> */
    right: -15px; /* Overlaps the middle column */
    transform: translateY(-3.5rem); /* Align exactly in the middle */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;  /* Top triangle */
    border-bottom: 20px solid transparent; /* Bottom triangle */
    border-left: 20px solid white; /* White triangle pointing right */
    z-index: 10; /* Higher z-index to make it appear on top */
    pointer-events: none; /* Prevents blocking clicks */
    display: none; /* Initially hide the arrow */
}

.menu-arrow-gray {
    position: absolute; /* Ensures it moves relative to the <li> */
    right: -15px; /* Overlaps the middle column */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Align exactly in the middle */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;  /* Top triangle */
    border-bottom: 20px solid transparent; /* Bottom triangle */
    border-left: 20px solid #6c757d; /* White triangle pointing right */
    z-index: 10; /* Higher z-index to make it appear on top */
    pointer-events: none; /* Prevents blocking clicks */
    display: none; /* remove to show gray arrow in the menu */
}

li:hover > .menu-arrow {
    display: inline-block; /* Show the arrow when hovering over the <li> */
}

/* Parent Container */
.common-page-container {
    overflow: hidden; /* Ensures nothing spills out */
}

/* Image Container */
.image-wrapper {
    height: 300px; /* Set height of the container */
    width: 100%; /* Full width */
    position: relative;
    overflow: hidden;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-position: center; /* Centers image within the box */
    object-fit: cover;
}

.btn-overlay {
    font-weight: bold;
    text-decoration: none;  
    width: 50%;
    border-radius: 50px 0px 0px 50px;
    padding: 10px;
    transform: translateY(-120%) translateX(100%);
    border-top: 1px solid rgb(0, 56, 130);
    border-bottom: 1px solid rgb(0, 56, 130);
    border-left: 1px solid rgb(0, 56, 130);
    color: rgb(0, 56, 130) !important;
    background-color: white;
}
.btn-overlay:hover {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    color: white !important;
    background-color: rgb(0, 56, 130);
}

/* Position the caret above the dropdown box */
.dropdown-caret {
    position: absolute; /* Relative to parent */
    top: -10px; /* Move it above the dropdown box */
    left: 2rem; /* Center it horizontally */
    transform: translateX(-50%); /* Ensure it stays centered */
    width: 0;
    height: 0;
    border-left: 30px solid transparent; /* Left side */
    border-right: 30px solid transparent; /* Right side */
    border-bottom: 10px solid white; /* Bottom triangle (caret) */
    z-index: 10; /* Ensure it is above other elements */
    top: 1.9rem;
    display:block;
    border-bottom-color: #6c757d;
}

    .section-title{
        font-weight: 600;
    }
    .citation{
        margin:2rem 0rem;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 15px;
    }
    .nav-link{
        border-radius: 6px;
    }
    .front-content img{
        border-radius: 15px;
        /* max-width: 100%; */
        /* min-width: 12rem; */
        /* min-height: 12rem; */
        /* display: contents; */
        object-fit: contain;
    }
    .section{
        margin-top:1rem;
        margin-bottom:1rem;
    }
    .title-text {
        font-size: 6rem;
    }
    .number-tag{
        font-size: 32px;
        background: rgba(0,0,0, 0.3);
        border-radius: 50%;
        text-align: center;
        height: 64px;
        width: 64px;
        display: inline-block;
        padding-top: 8px;
    }
    .logo-mosaic {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px; /* Space between logos */
        align-items: center;
    }
    
    .logo-item {
        flex: 0 1 auto;
        /* max-width: 120px; Limit the width for consistency */
        padding: 10px;
        transition: transform 0.3s ease;
    }
    
    .logo-item img {
        width: 12rem;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        max-height: 12rem;
    }
    
    .logo-item:hover {
        transform: scale(1.05);
    }
    .logo-image-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .logo-image-wrapper img {
        width: 12rem;
        height: auto;
        display: block;
        object-fit: contain;

    }
    
    .logo-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 25%; /* Lower quarter of the image */
        background-color: rgba(0, 0, 0, 0.6); /* Transparent gray */
        color: white;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .logo-image-wrapper:hover .logo-overlay {
        opacity: 1;
    }
    /* Login box background */

body.login-page {
    background: linear-gradient(135deg, #7bebff 0%, #165ee6 40%, #2e4dc4 100%) no-repeat fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
}

/* Optional subtle texture overlay for depth */
body.login-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.transparenttextures.com/patterns/green-dust-and-scratches.png");
    opacity: 0.15;
    pointer-events: none;
}

.login-box {
    margin: 3% auto;
    z-index: 2;
}

.login-logo a, .login-logo b {
    color: #f0fdf4 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.card-primary.card-outline {
    border-top: 3px solid #1c7b6a; /* match Abiofore green */
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.btn-primary {
    background-color: #1c7b6a;
    border-color: #145c6c;
}

.btn-primary:hover {
    background-color: #145c6c;
    border-color: #0e3b43;
}

a {
    color: #1c7b6a;
}
a:hover {
    color: #145c6c;
}

@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.inner-header {
  height:50vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:100vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:10px;
  max-height:55px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}





  #octocat {
    height: 300px;
    width: 200px;
    background: url(https://codinhood.com/static/9a146dac647e7129fa173acc0b0d437f/299c1/octocat.png) left center;
    animation: animateSprite 15s steps(1) infinite, swim 15s ease-in-out infinite;
    position: absolute;
    right: -200px;
    top: auto;
    margin-top: -150px;
    z-index: 100;
  }


  @keyframes animateSprite {
    0% {
      background-position: -600px; /* Starting position moving left sprite */
    }
    20% {
      background-position: 0px; /* Straight on sprite */
    }
    25% {
      background-position: -200px; /* Moving up sprite */
    }
    35% {
      background-position: -400px; /* Moving right sprite */
    }
    40% {
      background-position: -400px;
    }
    50% {
      background-position: -200px;  /* Moving up sprite */
    }
    60% {
      background-position: -0px; /* Straight on sprite */
    }
    67% {
      background-position: -600px; /* Moving up sprite */
    }

    100% {
      background-position: -600px;
    }


  }

  @keyframes swim {
    0% {
      transform: translate(0, 0); /* Starting position */
    }
    20% {
      transform: translate(calc(-50vw - 100px), 0); /* Animate to center of screen */
    }
    25% {
      transform: translate(calc(-50vw - 100px), 0); /* Stay at the center for 1 second */
    }
    35% {
      transform: translate(calc(-50vw - 100px), -20vh); /* Animate up for 2 seconds */
    }
    50% {
      transform: translate(-25vw, 15vh); /* Animate bottom right for 3 seconds */
    }
    60% {
      transform: translate(-25vw, -20vh); /* Animate up at right of the screen */
    }
    67% {
      transform: translate(-25vw, -20vh);
    }

    100% {
      transform: translate(-25vw, -20vh);
    }






  }
  .ocean {
    position: relative;
    width: 100vw;
    height: auto;
    background-image: linear-gradient(0deg, #182848, #2980b9)
  }

  .bubble {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background-color: white;
    bottom: -30px;
    opacity: 0.2;
    animation: bubble 15s ease-in-out infinite,
      sideWays 10s ease-in-out infinite alternate;
  }

  @keyframes bubble {
    0% {
      transform: translateY(0%);
      opacity: 0.06;
    }
    100% {
      transform: translateY(-1000vh);
    }
  }

  @keyframes sideWays {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: 200px;
    }
  }

  .bubble--1 {
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 16s;
    opacity: 0.2;
  }

  .bubble--2 {
    width: 15px;
    height: 15px;
    left: 40%;
    animation-delay: 1s;
    animation-duration: 10s;
    opacity: 0.1;
  }

  .bubble--3 {
    width: 10px;
    height: 10px;
    left: 30%;
    animation-delay: 5s;
    animation-duration: 20s;
    opacity: 0.3;
  }

  .bubble--4 {
    width: 25px;
    height: 25px;
    left: 40%;
    animation-delay: 8s;
    animation-duration: 17s;
    opacity: 0.2;
  }

  .bubble--5 {
    width: 30px;
    height: 30px;
    left: 60%;
    animation-delay: 10s;
    animation-duration: 15s;
    opacity: 0.1;
  }

  .bubble--6 {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 30s;
    opacity: 0.4;
  }

  .bubble--7 {
    width: 15px;
    height: 15px;
    left: 90%;
    animation-delay: -7s;
    animation-duration: 25s;
    opacity: 0.3;
  }

  .bubble--9 {
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 30px;
    animation-delay: -5s;
    animation-duration: 19s;
    opacity: 0.2;
  }

  .bubble--10 {
    width: 40px;
    height: 40px;
    left: 30%;
    bottom: 30px;
    animation-delay: -21s;
    animation-duration: 16s;
    opacity: 0.3;
  }

  .bubble--11 {
    width: 30px;
    height: 30px;
    left: 60%;
    bottom: 30px;
    animation-delay: -13.75s;
    animation-duration: 20s;
    opacity: 0.3;
  }

  .bubble--11 {
    width: 25px;
    height: 25px;
    left: 90%;
    bottom: 30px;
    animation-delay: -10.5s;
    animation-duration: 19s;
    opacity: 0.3;
  }

  /* bubble color change and full screen buttom to top right corner of the screen and also the text to be in the center of the screen */
    .bubble--12 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #f1c40f;
    }

    .bubble--13 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #e67e22;
    }

    .bubble--14 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #e74c3c;
    }

    .bubble--15 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #9b59b6;
    }

    .bubble--16 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #3498db;
    }

    .bubble--17 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2ecc71;
    }

    .bubble--18 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #1abc9c;
    }

    .bubble--19 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #16a085;
    }

    .bubble--20 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #34495e;
    }

    .bubble--21 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2c3e50;
    }

    .bubble--22 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #95a5a6;
    }

    .bubble--23 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #7f8c8d;
    }

    .bubble--24 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #bdc3c7;
    }

    .bubble--25 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #ecf0f1;
    }

    .bubble--26 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #f39c12;
    }

    .bubble--27 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #d35400;
    }

    .bubble--28 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #c0392b;
    }

    .bubble--29 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #8e44ad;
    }

    .bubble--30 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2980b9;
    }

    .bubble--31 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #27ae60;
    }

    .bubble--32 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2ecc71;
    }

    .bubble--33 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #1abc9c;
    }

    .bubble--34 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #16a085;
    }
