/*general*/
#ast-scroll-top {
  background: #3D4E80;
}
.ast-builder-html-element p {
  margin-bottom: 0;
}
.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
  margin-top: 0px;
}
span.dropdown-menu-toggle.ast-header-navigation-arrow {
  display: none;
}
.ast-builder-menu-1 .menu-item > .menu-link {
  font-weight: 600 !important;
}
.menu-link {
  font-weight: 600 !important;
}
#page .site-content {
  background: #E9ECF3;
}
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 14px;
  font-weight: 500;
}
.main-header h2 {
  font-family: "Filson Pro";
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  color: #3D4E80 !important;
}
@media screen and (min-width: 768px) {
  .add-form > .menu-link {
    background-color: #00966C;
    height: 50px !important;
    border-radius: 8px;
    min-width: 150px;
    justify-content: center;
    width: 100%;
    color: #ffffff !important;
  }
}
.frm_dropzone .dz-preview .dz-progress {
  width: 95%;
  background: #3D4E80 !important;
}
.frm_dropzone svg {
  width: 40px;
}
span.frm_text_label_for_image_inner {
  font-weight: 500 !important;
  font-family: "Filson Pro";
}
.frm_submit button {
  background-color: #3D4E80 !important;
  color: #ffffff;
  border: none !important;
}
.frm_submit button:hover {
  color: #ffffff !important;
}
.frm_message {
  text-align: center !important;
}
.submit-species {
  display: flex;
  justify-content: center;
}
.frm_add_form_row, .frm_remove_form_row {
  padding: 10px;
  background: #34A798 !important;
  border-radius: 8px;
  border: 0px !important;
  text-decoration: none !important;
  color: #ffffff;
  transition: 0.5s;
}
.frm_add_form_row svg, .frm_remove_form_row svg {
  fill: #ffffff;
}
.frm_add_form_row:hover, .frm_remove_form_row:hover {
  color: #ffffff;
  background: #00966C;
  transition: 0.5s;
}
.form-control {
  height: 45px;
}
.control-label {
  color: #3D4E80;
  font-weight: 600;
  font-family: "Filson Pro";
}
.upload-image .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-image .frm_dropzone.frm_single_upload {
  min-width: 100%;
}
.upload-image svg {
  width: 40px;
}
.frm_form_field.frm_hidden_container.frm_repeat_buttons {
  margin-bottom: 20px;
}
.frm_display_format_buttons.frm_image_options .frm_image_option_container img {
  max-height: 100%;
}
.frm_image_options .frm_image_option_container {
  padding: 8px;
  border-radius: 8px;
}
.submit-species {
  margin-top: 20px;
}
.submit-species button {
  padding: 10px 20px;
  background-color: #3D4E80;
  border: none;
  color: #ffffff;
  font-weight: 500;
}
.submit-species button:hover {
  background-color: #34A798;
  color: #ffffff;
}
input[type="radio"] + .frm_image_option_container {
  border: none !important;
}
input[type="radio"]:checked + .frm_image_option_container {
  background-color: #E9ECF3 !important;
  border: none !important;
}
.frm_no_entries {
  display: none;
}
.frm-alt-table tr:nth-child(even) {
  background-color: rgba(61, 78, 128, 0.05);
}
.fillers {
  border-top: 2px dotted #3D4E80;
}
.upload-filler svg {
  width: 30px;
}
.upload-filler .frm_small_text {
  display: none;
}
/*login form*/
.sgo-login {
  left: 50%;
  transform: translateX(-50%);
}
.sgo-login .frm_form_field {
  margin: 5px;
}
.sgo-login label {
  font-weight: 600;
  font-size: 12px;
  width: 100px;
}
.sgo-login input {
  border: none;
  background-color: #ffffff;
  border-radius: 8px;
}
.sgo-login .frm_submit input {
  background-color: #3D4E80;
  color: #ffffff;
}
.sgo-login .frm_checkbox {
  margin-top: 8px;
}
.sgo-login .frm_checkbox label {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
}
.sgo-login .frm_checkbox label input {
  margin: 0;
  margin-right: 5px;
}
.sgo-login .frm_checkbox input {
  border-radius: 8px;
}
.elementor-icon i:focus-visible {
  outline: none;
}
a:focus {
  outline: none;
}
/*single species form*/
.single-species label, .interpretive-form label {
  font-family: "Filson Pro";
  color: #3D4E80 !important;
}
.single-species input, .single-species select, .single-species .dz-message, .single-species textarea, .interpretive-form input, .interpretive-form select, .interpretive-form .dz-message, .interpretive-form textarea {
  border: 0px !important;
  background: #ffffff !important;
  border-radius: 8px;
  box-shadow: none !important;
  font-family: "Filson Pro" !important;
  color: #3D4E80 !important;
}
.single-species input, .interpretive-form input {
  height: 45px;
}
.single-species input[type="radio"] + .frm_image_option_container, .interpretive-form input[type="radio"] + .frm_image_option_container {
  background-color: #ffffff;
  border: none !important;
}
.single-species .frm_button_submit, .interpretive-form .frm_button_submit {
  border-radius: 8px;
  font-family: "Filson Pro";
  transition: 0.5s;
  padding: 12px 32px !important;
}
.single-species .frm_button_submit:hover, .interpretive-form .frm_button_submit:hover {
  background-color: #34A798 !important;
  transition: 0.5s;
}
.frm_add_form_row, .frm_remove_form_row {
  border-radius: 8px !important;
}
/*search form*/
.search-form {
  position: relative;
  padding: 20px;
  background: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 16px;
  box-shadow: 0px 16px 30px -15px rgba(61, 78, 128, 0.3);
}
.search-form .form-group {
  margin-bottom: 0;
}
.search-form .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search-form .frm_fields_container {
    flex-direction: column;
  }
}
.search-form .frm_fields_container .form-field {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .search-form .frm_fields_container .form-field {
    width: 100%;
  }
}
.search-form input[type=text] {
  height: 40px;
  border-radius: 8px;
  background: #E9ECF3;
  border: none;
  outline: none;
  box-shadow: none;
}
.search-form select {
  background: #E9ECF3;
  border: none;
  outline: none;
  box-shadow: none;
}
.search-form .form-control {
  height: 40px;
  border-radius: 8px;
}
.search-form .frm_primary_label, .search-form .frm_submit::before {
  font-weight: 600;
  font-size: 12px !important;
  color: #3D4E80;
}
.search-form .frm_button_submit {
  font-weight: 600 !important;
  border-radius: 8px !important;
}
.search-form .form-field {
  margin-bottom: 0px !important;
}
.reset-button {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.reset {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 10px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .reset {
    justify-content: flex-end;
  }
}
.edit-profile-form input {
  border: 0px !important;
  box-shadow: none !important;
}
.submit-button input {
  padding: 10px 20px !important;
  background-color: #3D4E80 !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  transition: 0.5s;
}
.submit-button input:hover {
  transition: 0.5s;
  background-color: #34A798 !important;
  color: #ffffff !important;
}
/*breadcrumb*/
.top-bar {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-bar {
    padding: 20px;
  }
}
.breadcrumb {
  background: transparent;
  padding: 0;
  color: #34A798;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.breadcrumb .direction {
  margin-left: 15px;
  margin-right: 15px;
}
.breadcrumb a {
  text-decoration: none !important;
  font-weight: 600;
  color: #3D4E80;
}
.breadcrumb a img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.edit a {
  text-decoration: none !important;
  font-weight: 600;
  color: #3D4E80;
}
.edit img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
/*next and previous*/
.previous-next {
  display: flex;
  justify-content: space-between;
  z-index: 9;
}
.previous-next .left {
  position: fixed;
  top: 50%;
  left: 5%;
  filter: drop-shadow(10px 0px 0px rgba(61, 78, 128, 0.75)) drop-shadow(10px 0px 0px rgba(61, 78, 128, 0.5));
}
.previous-next .right {
  position: fixed;
  top: 50%;
  right: 5%;
  filter: drop-shadow(-10px 0px 0px rgba(61, 78, 128, 0.75)) drop-shadow(-10px 0px 0px rgba(61, 78, 128, 0.5));
}
.previous-next .left, .previous-next .right {
  background: #3D4E80;
  border-radius: 50%;
  transition: 0.5s;
}
.previous-next .left p, .previous-next .right p {
  margin-bottom: 0;
}
.previous-next .left a, .previous-next .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-decoration: none !important;
  font-weight: 600;
  color: #ffffff;
}
.previous-next .left:hover, .previous-next .right:hover {
  transition: 0.5s;
  transform: scale(1.2);
}
/*switch view*/
.see-view {
  display: flex;
  justify-content: flex-end;
  padding: 0px 20px;
}
.see-view a {
  margin-left: 20px;
}
.see-view a img {
  width: 20px;
}
/*card view*/
.card h2 {
  font-family: "Filson Pro";
  font-weight: 400;
  text-align: center;
}
.card .chinese {
  font-family: "Tensent QinYuan";
  font-weight: 500;
}
.card a {
  text-decoration: none !important;
  color: #3D4E80;
}
.card img {
  transition: 0.5s;
  overflow: hidden;
  min-height: 200px;
  object-fit: contain;
}
.card .single-images, .card .multi-images {
  margin-top: -7px;
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
}
.card .image-3-4 {
  flex-wrap: wrap;
  padding: 10px;
  justify-content: center;
}
.card .image-3-4 img {
  width: 50%;
  min-height: auto !important;
}
.card .species-code {
  position: absolute;
  padding: 8px 16px;
  background: #3D4E80;
  color: #ffffff;
  border-radius: 8px;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
}
.card.col-md-3 {
  background-color: #ffffff;
  margin: 10px;
  width: calc(25% - 20px);
  border-radius: 16px;
  overflow: hidden;
  min-height: 330px;
  transition: 0.5s;
}
.card.col-md-3:hover {
  box-shadow: 0px 12px 9px 0px rgba(61, 78, 128, 0.2);
  transition: 0.5s;
  transform: scale(1.02);
}
@media screen and (max-width: 767px) {
  .card.col-xs-12 {
    width: calc(100% - 20px);
  }
}
/*multiple card view*/
.multiple-card .multi-images {
  display: flex;
  height: 200px;
  justify-content: center;
}
.multiple-card .multi-images img {
  width: 50%;
}
.multiple-card .species-code {
  background-color: #00966C;
}
.multiple-card .species-name {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.multiple-card .species-name h2 {
  margin: auto 10px;
  text-align: center;
}
.multiple-card .species-name.multiple-name h2 {
  display: block;
  font-size: 1em;
}
/*table view*/
:root {
  --ast-border-color: none;
}
.species-table {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
.species-table thead {
  background: #3D4E80;
  color: #ffffff;
}
.species-table tr, .species-table td, .species-table th {
  border-width: 0px;
  border: 0px;
  padding: 10px;
}
.species-table th {
  font-size: 14px !important;
}
.species-table .table-species.more-than-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
}
.species-table .table-species.more-than-1 img {
  width: 50%;
  margin: 0 auto;
}
/*print species detail*/
.single-species-details {
  width: calc(566.929px + 32px);
  height: calc(1133.858px + 32px);
  overflow: hidden;
  background: url("/wp-content/uploads/2023/09/SGO_species_ID_design-scaled.jpg");
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.single-species-details .chinese {
  font-family: "Tensent QinYuan";
}
.single-species-details .english {
  font-family: "Filson Pro";
}
.single-species-details .single-main-content {
  margin-left: 85px;
  margin-right: 80px;
}
.single-species-details .single-main-content .single-headline h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 45px;
  color: #ffffff;
}
.single-species-details .single-main-content .single-headline .chinese {
  margin-top: -10px;
  font-family: "Tensent QinYuan";
  font-weight: 500;
}
@media screen and (max-width: 566px) {
  .single-species-details .single-main-content .single-headline h2 {
    font-size: 36px;
  }
}
.single-species-details .single-main-content .scientific-name {
  color: #ffffff;
  font-size: 16px;
  font-family: "Filson Pro Italic";
  font-weight: 400;
}
.single-species-details .single-main-content .fun-fact {
  padding-top: 5px;
  font-size: 15px;
  color: #f8a96b;
  font-family: "Filson Pro";
}
.single-species-details .single-main-content .fun-fact p {
  margin: 0px;
}
.single-species-details .single-main-content .fun-fact .english {
  margin-bottom: 10px;
}
.single-species-details .single-main-content .fun-fact .line:last-child {
  display: none;
}
.single-species-details .single-main-content .info {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 5px;
  margin-top: 10px;
}
.single-species-details .single-main-content .info .left {
  display: flex;
  height: 100%;
  align-items: center;
  width: 40%;
}
.single-species-details .single-main-content .info .left img {
  max-width: 25px;
  height: 100%;
  margin-right: 15px;
}
.single-species-details .single-main-content .info .left .left-heading {
  display: flex;
  flex-direction: column;
}
.single-species-details .single-main-content .info .right {
  width: 60%;
  text-align: right;
  font-size: 16px;
  font-family: "Filson Pro";
}
.single-species-details .single-main-content .info .right .chinese {
  font-weight: 500;
}
.single-species-details .single-main-content .info h3 {
  color: #ffffff;
  font-size: 15px;
  margin: 0px;
}
.single-species-details .single-main-content .info-1 {
  display: flex;
  align-items: center;
}
.single-species-details .single-main-content .info-2 {
  display: flex;
  align-items: center;
}
.single-species-details .single-main-content .info-3 {
  display: flex;
  align-items: center;
}
.single-species-details .single-main-content .line {
  margin: 3px auto;
}
.single-species-details .single-main-content .conservation {
  margin-top: 20px;
}
.single-species-details .single-main-content .conservation .frm_show_images.frm_image_option_container {
  flex-direction: row !important;
  width: 300px;
  text-align: left;
}
.single-species-details .single-main-content .conservation .frm_text_label_for_image {
  text-align: left;
}
.single-species-details .single-main-content .conservation img.attachment-thumbnail.size-thumbnail {
  width: 30px;
}
.single-species-details .single-main-content .conservation .frm_text_label_for_image_inner {
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .single-species-details {
    width: 100%;
    height: auto;
  }
}
.single-species-details .main-image img {
  margin: 40px auto 0px auto;
  width: 75%;
  display: flex;
  height: 325px;
  object-fit: contain;
}
.download {
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
}
#btnScreenShot {
  color: white !important;
  border-radius: 8px;
  transition: 0.5s;
  font-family: "Filson Pro";
}
input[type="radio"]:checked + .frm_image_option_container {
  background: #ffffff !important;
  border-color: #3D4E80;
  border: 2px solid black !important;
  box-sizing: border-box;
  box-shadow: none;
  color: #3D4E80 !important;
}
/*digital species detail*/
.digital-species {
  margin-left: 85px;
  margin-right: 80px;
  background: #3D4E80;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  aspect-ratio: 0.5625;
  overflow: hidden;
  position: relative;
  background: url("/wp-content/uploads/2023/09/SGO_species_ID_design-scaled.jpg") !important;
}
.digital-species .digital-info .scientific-name {
  margin-bottom: 1em;
  font-size: 1.5vw;
}
.digital-species .digital-info.single-headline h2 {
  font-size: 4vw;
}
.digital-species .diet {
  margin-top: 20px;
  font-size: 1.1vw;
  font-family: "Filson Pro";
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.digital-species .diet .diet-flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.digital-species .diet .diet-flex .diet-title {
  font-weight: 500;
}
.digital-species .diet .diet-flex .diet-content {
  margin-left: 20%;
}
.digital-species .diet img {
  width: 30px;
  margin-right: 20px;
}
.digital-species .line {
  margin: 5% auto;
}
.digital-species .species-col-4 {
  padding: 5%;
}
.digital-species .chinese {
  font-family: "Tensent QinYuan";
}
.digital-species .english {
  font-family: "Filson Pro";
}
@media screen and (max-width: 566px) {
  .digital-species {
    margin-left: 25px;
    margin-right: 25px;
  }
  .digital-species p {
    font-size: 13px;
  }
}
.digital-species .single-headline h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 45px;
  color: #ffffff;
}
.digital-species .single-headline .chinese {
  margin-top: -10px;
  font-family: "Tensent QinYuan";
  font-weight: 500;
}
@media screen and (max-width: 566px) {
  .digital-species .single-headline h2 {
    font-size: 36px;
  }
}
.digital-species .scientific-name {
  color: #ffffff;
  font-size: 16px;
  font-family: "Filson Pro Italic";
  font-weight: 400;
}
.digital-species .fun-fact {
  padding-top: 5px;
  font-size: 15px;
  color: #f8a96b;
  font-family: "Filson Pro";
}
.digital-species .fun-fact p {
  margin: 0px;
}
.digital-species .fun-fact .english {
  margin-bottom: 10px;
}
.digital-species .fun-fact .line:last-child {
  display: none;
}
.digital-species .info {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  padding: 5px;
  margin-top: 10px;
}
.digital-species .info .left {
  display: flex;
  height: 100%;
  align-items: center;
  width: 40%;
}
.digital-species .info .left img {
  max-width: 25px;
  height: 100%;
  margin-right: 15px;
}
.digital-species .info .left .left-heading {
  display: flex;
  flex-direction: column;
}
.digital-species .info .right {
  width: 60%;
  text-align: right;
  font-size: 16px;
  font-family: "Filson Pro";
}
.digital-species .info .right .chinese {
  font-weight: 500;
}
.digital-species .info h3 {
  color: #ffffff;
  font-size: 15px;
  margin: 0px;
}
.digital-species .info-1 {
  display: flex;
  align-items: center;
}
.digital-species .info-2 {
  display: flex;
  align-items: center;
}
.digital-species .info-3 {
  display: flex;
  align-items: center;
}
.digital-species .line {
  margin: 3px auto;
}
.digital-species .conservation {
  margin-top: 20px;
}
.digital-species .conservation .frm_show_images.frm_image_option_container {
  flex-direction: row !important;
  width: 300px;
  text-align: left;
}
.digital-species .conservation .frm_text_label_for_image {
  text-align: left;
}
.digital-species .conservation img.attachment-thumbnail.size-thumbnail {
  width: 30px;
}
.digital-species .conservation .frm_text_label_for_image_inner {
  color: #ffffff !important;
}
.digital-species .key-image {
  animation: float 3s infinite alternate ease-in-out;
  width: 75%;
  margin: 0 auto;
}
.digital-species .species-content img.attachment-thumbnail.size-thumbnail {
  margin-right: 10px;
}
.digital-species .species-col-1 .multi-images img {
  width: 100% !important;
}
.digital-species .species-col-1 .each-species {
  display: flex;
  flex-direction: column;
}
.digital-species .species-col-1 .species-content {
  margin: auto 15%;
}
.digital-species .species-col-1 .fun-fact {
  font-size: 1.2vw;
  margin-bottom: 10%;
}
.digital-species .species-col-1 .diet img {
  width: 60px;
}
.digital-species .species-col-1 .diet .diet-title, .digital-species .species-col-1 .diet .diet-content {
  font-size: 1.5vw;
}
.digital-species .species-col-1 .conservation img {
  width: 60px !important;
}
.digital-species .species-col-1 .conservation .frm_text_label_for_image {
  font-size: 1.5vw;
}
.digital-species .species-col-2 .each-species {
  width: 100% !important;
  display: flex;
  padding: 40px;
  width: 50%;
  padding: 40px;
}
.digital-species .species-col-2 .each-species .key-image {
  width: 50%;
  padding: 30px;
}
.digital-species .species-col-2 .each-species .species-content {
  width: 50%;
}
.digital-species .species-col-3 .each-species {
  width: 100%;
  display: flex;
  padding: 60px;
}
.digital-species .species-col-3 .each-species .key-image {
  width: 50%;
  padding: 30px;
}
.digital-species .species-col-3 .each-species .species-content {
  width: 50%;
}
.digital-species .species-col-4 {
  display: flex;
  flex-wrap: wrap;
}
.digital-species .species-col-4 .each-species {
  width: 50%;
  padding: 40px;
}
.digital-species .species-col-4 .key-image {
  min-height: 300px;
}
.digital-species .each-species h2 {
  font-size: 1.7vw;
}
.bubble {
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  display: block;
}
.bubble:nth-child(1) {
  width: 25px;
  height: 25px;
  background: linear-gradient(98deg, #f78d2c 1%, transparent 97%);
  left: 568px;
  bottom: -30px;
  animation: water-1 15s infinite ease-in 0.2s;
  z-index: 8;
}
@keyframes water-1 {
  20% {
    transform: translatex(-5px);
  }
  40% {
    transform: translatex(6px);
  }
  60% {
    transform: translatex(-3px);
  }
  80% {
    transform: translatex(5px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(2) {
  width: 19px;
  height: 19px;
  background: linear-gradient(174deg, rgba(247, 141, 44, 0.8888888889) 1%, transparent 97%);
  left: 16px;
  bottom: -30px;
  animation: water-2 15s infinite ease-in 0.4s;
  z-index: 7;
}
@keyframes water-2 {
  20% {
    transform: translatex(-2px);
  }
  40% {
    transform: translatex(4px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(8px);
  }
  100% {
    opacity: 0.8;
    bottom: 105%;
  }
}
.bubble:nth-child(3) {
  width: 22px;
  height: 22px;
  background: linear-gradient(103deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 452px;
  bottom: -30px;
  animation: water-3 15s infinite ease-in 0.6s;
  z-index: 13;
}
@keyframes water-3 {
  20% {
    transform: translatex(-2px);
  }
  40% {
    transform: translatex(9px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(12px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(4) {
  width: 20px;
  height: 20px;
  background: linear-gradient(26deg, #f78d2c 1%, transparent 97%);
  left: 1245px;
  bottom: -30px;
  animation: water-4 15s infinite ease-in 0.8s;
  z-index: 12;
}
@keyframes water-4 {
  20% {
    transform: translatex(-9px);
  }
  40% {
    transform: translatex(3px);
  }
  60% {
    transform: translatex(-9px);
  }
  80% {
    transform: translatex(2px);
  }
  100% {
    opacity: 1;
    bottom: 105%;
  }
}
.bubble:nth-child(5) {
  width: 16px;
  height: 16px;
  background: linear-gradient(56deg, rgba(247, 141, 44, 0.3333333333) 1%, transparent 97%);
  left: 1738px;
  bottom: -30px;
  animation: water-5 15s infinite ease-in 1s;
  z-index: 2;
}
@keyframes water-5 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(1px);
  }
  60% {
    transform: translatex(-5px);
  }
  80% {
    transform: translatex(9px);
  }
  100% {
    opacity: 0.5;
    bottom: 105%;
  }
}
.bubble:nth-child(6) {
  width: 29px;
  height: 29px;
  background: linear-gradient(11deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 229px;
  bottom: -30px;
  animation: water-6 15s infinite ease-in 1.2s;
  z-index: 1;
}
@keyframes water-6 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(9px);
  }
  60% {
    transform: translatex(-4px);
  }
  80% {
    transform: translatex(9px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(7) {
  width: 20px;
  height: 20px;
  background: linear-gradient(174deg, rgba(247, 141, 44, 0.4444444444) 1%, transparent 97%);
  left: 1770px;
  bottom: -30px;
  animation: water-7 15s infinite ease-in 1.4s;
  z-index: 7;
}
@keyframes water-7 {
  20% {
    transform: translatex(-8px);
  }
  40% {
    transform: translatex(11px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(3px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(8) {
  width: 13px;
  height: 13px;
  background: linear-gradient(123deg, #f78d2c 1%, transparent 97%);
  left: 620px;
  bottom: -30px;
  animation: water-8 15s infinite ease-in 1.6s;
  z-index: 10;
}
@keyframes water-8 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(3px);
  }
  60% {
    transform: translatex(-10px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(9) {
  width: 15px;
  height: 15px;
  background: linear-gradient(55deg, #f78d2c 1%, transparent 97%);
  left: 854px;
  bottom: -30px;
  animation: water-9 15s infinite ease-in 1.8s;
  z-index: 2;
}
@keyframes water-9 {
  20% {
    transform: translatex(-9px);
  }
  40% {
    transform: translatex(11px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(6px);
  }
  100% {
    opacity: 0.4;
    bottom: 105%;
  }
}
.bubble:nth-child(10) {
  width: 6px;
  height: 6px;
  background: linear-gradient(94deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 810px;
  bottom: -30px;
  animation: water-10 15s infinite ease-in 2s;
  z-index: 15;
}
@keyframes water-10 {
  20% {
    transform: translatex(-3px);
  }
  40% {
    transform: translatex(10px);
  }
  60% {
    transform: translatex(-1px);
  }
  80% {
    transform: translatex(8px);
  }
  100% {
    opacity: 0.9;
    bottom: 105%;
  }
}
.bubble:nth-child(11) {
  width: 15px;
  height: 15px;
  background: linear-gradient(8deg, rgba(247, 141, 44, 0.8888888889) 1%, transparent 97%);
  left: 1616px;
  bottom: -30px;
  animation: water-11 15s infinite ease-in 2.2s;
  z-index: 8;
}
@keyframes water-11 {
  20% {
    transform: translatex(-4px);
  }
  40% {
    transform: translatex(1px);
  }
  60% {
    transform: translatex(-9px);
  }
  80% {
    transform: translatex(7px);
  }
  100% {
    opacity: 0.3;
    bottom: 105%;
  }
}
.bubble:nth-child(12) {
  width: 24px;
  height: 24px;
  background: linear-gradient(168deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 833px;
  bottom: -30px;
  animation: water-12 15s infinite ease-in 2.4s;
  z-index: 15;
}
@keyframes water-12 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(1px);
  }
  60% {
    transform: translatex(-1px);
  }
  80% {
    transform: translatex(7px);
  }
  100% {
    opacity: 0.6;
    bottom: 105%;
  }
}
.bubble:nth-child(13) {
  width: 7px;
  height: 7px;
  background: linear-gradient(142deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 1358px;
  bottom: -30px;
  animation: water-13 15s infinite ease-in 2.6s;
  z-index: 14;
}
@keyframes water-13 {
  20% {
    transform: translatex(-9px);
  }
  40% {
    transform: translatex(6px);
  }
  60% {
    transform: translatex(-10px);
  }
  80% {
    transform: translatex(9px);
  }
  100% {
    opacity: 1;
    bottom: 105%;
  }
}
.bubble:nth-child(14) {
  width: 20px;
  height: 20px;
  background: linear-gradient(80deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 707px;
  bottom: -30px;
  animation: water-14 15s infinite ease-in 2.8s;
  z-index: 8;
}
@keyframes water-14 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(4px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.6;
    bottom: 105%;
  }
}
.bubble:nth-child(15) {
  width: 10px;
  height: 10px;
  background: linear-gradient(32deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 1752px;
  bottom: -30px;
  animation: water-15 15s infinite ease-in 3s;
  z-index: 3;
}
@keyframes water-15 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(5px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(2px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(16) {
  width: 20px;
  height: 20px;
  background: linear-gradient(57deg, #f78d2c 1%, transparent 97%);
  left: 1391px;
  bottom: -30px;
  animation: water-16 15s infinite ease-in 3.2s;
  z-index: 9;
}
@keyframes water-16 {
  20% {
    transform: translatex(-7px);
  }
  40% {
    transform: translatex(11px);
  }
  60% {
    transform: translatex(-3px);
  }
  80% {
    transform: translatex(7px);
  }
  100% {
    opacity: 0.9;
    bottom: 105%;
  }
}
.bubble:nth-child(17) {
  width: 24px;
  height: 24px;
  background: linear-gradient(159deg, rgba(247, 141, 44, 0.3333333333) 1%, transparent 97%);
  left: 362px;
  bottom: -30px;
  animation: water-17 15s infinite ease-in 3.4s;
  z-index: 7;
}
@keyframes water-17 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(7px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.3;
    bottom: 105%;
  }
}
.bubble:nth-child(18) {
  width: 23px;
  height: 23px;
  background: linear-gradient(115deg, #f78d2c 1%, transparent 97%);
  left: 95px;
  bottom: -30px;
  animation: water-18 15s infinite ease-in 3.6s;
  z-index: 9;
}
@keyframes water-18 {
  20% {
    transform: translatex(-7px);
  }
  40% {
    transform: translatex(5px);
  }
  60% {
    transform: translatex(-9px);
  }
  80% {
    transform: translatex(9px);
  }
  100% {
    opacity: 0.9;
    bottom: 105%;
  }
}
.bubble:nth-child(19) {
  width: 27px;
  height: 27px;
  background: linear-gradient(90deg, rgba(247, 141, 44, 0.6666666667) 1%, transparent 97%);
  left: 1243px;
  bottom: -30px;
  animation: water-19 15s infinite ease-in 3.8s;
  z-index: 2;
}
@keyframes water-19 {
  20% {
    transform: translatex(-7px);
  }
  40% {
    transform: translatex(4px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(6px);
  }
  100% {
    opacity: 0.9;
    bottom: 105%;
  }
}
.bubble:nth-child(20) {
  width: 20px;
  height: 20px;
  background: linear-gradient(129deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 443px;
  bottom: -30px;
  animation: water-20 15s infinite ease-in 4s;
  z-index: 8;
}
@keyframes water-20 {
  20% {
    transform: translatex(-8px);
  }
  40% {
    transform: translatex(12px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(7px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(21) {
  width: 22px;
  height: 22px;
  background: linear-gradient(169deg, #f78d2c 1%, transparent 97%);
  left: 864px;
  bottom: -30px;
  animation: water-21 15s infinite ease-in 4.2s;
  z-index: 4;
}
@keyframes water-21 {
  20% {
    transform: translatex(-8px);
  }
  40% {
    transform: translatex(12px);
  }
  60% {
    transform: translatex(-3px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.8;
    bottom: 105%;
  }
}
.bubble:nth-child(22) {
  width: 8px;
  height: 8px;
  background: linear-gradient(72deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 431px;
  bottom: -30px;
  animation: water-22 15s infinite ease-in 4.4s;
  z-index: 4;
}
@keyframes water-22 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(6px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(6px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(23) {
  width: 21px;
  height: 21px;
  background: linear-gradient(90deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 252px;
  bottom: -30px;
  animation: water-23 15s infinite ease-in 4.6s;
  z-index: 5;
}
@keyframes water-23 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(8px);
  }
  60% {
    transform: translatex(-7px);
  }
  80% {
    transform: translatex(11px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(24) {
  width: 15px;
  height: 15px;
  background: linear-gradient(68deg, rgba(247, 141, 44, 0.4444444444) 1%, transparent 97%);
  left: 56px;
  bottom: -30px;
  animation: water-24 15s infinite ease-in 4.8s;
  z-index: 7;
}
@keyframes water-24 {
  20% {
    transform: translatex(-6px);
  }
  40% {
    transform: translatex(7px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(25) {
  width: 22px;
  height: 22px;
  background: linear-gradient(27deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 626px;
  bottom: -30px;
  animation: water-25 15s infinite ease-in 5s;
  z-index: 2;
}
@keyframes water-25 {
  20% {
    transform: translatex(-5px);
  }
  40% {
    transform: translatex(10px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(10px);
  }
  100% {
    opacity: 0.8;
    bottom: 105%;
  }
}
.bubble:nth-child(26) {
  width: 11px;
  height: 11px;
  background: linear-gradient(74deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 6px;
  bottom: -30px;
  animation: water-26 15s infinite ease-in 5.2s;
  z-index: 15;
}
@keyframes water-26 {
  20% {
    transform: translatex(-3px);
  }
  40% {
    transform: translatex(8px);
  }
  60% {
    transform: translatex(-4px);
  }
  80% {
    transform: translatex(7px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(27) {
  width: 21px;
  height: 21px;
  background: linear-gradient(152deg, #f78d2c 1%, transparent 97%);
  left: 1788px;
  bottom: -30px;
  animation: water-27 15s infinite ease-in 5.4s;
  z-index: 6;
}
@keyframes water-27 {
  20% {
    transform: translatex(-2px);
  }
  40% {
    transform: translatex(7px);
  }
  60% {
    transform: translatex(-10px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.8;
    bottom: 105%;
  }
}
.bubble:nth-child(28) {
  width: 7px;
  height: 7px;
  background: linear-gradient(97deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 1915px;
  bottom: -30px;
  animation: water-28 15s infinite ease-in 5.6s;
  z-index: 15;
}
@keyframes water-28 {
  20% {
    transform: translatex(-8px);
  }
  40% {
    transform: translatex(6px);
  }
  60% {
    transform: translatex(-9px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.3;
    bottom: 105%;
  }
}
.bubble:nth-child(29) {
  width: 20px;
  height: 20px;
  background: linear-gradient(93deg, rgba(247, 141, 44, 0.1111111111) 1%, transparent 97%);
  left: 540px;
  bottom: -30px;
  animation: water-29 15s infinite ease-in 5.8s;
  z-index: 1;
}
@keyframes water-29 {
  20% {
    transform: translatex(-9px);
  }
  40% {
    transform: translatex(2px);
  }
  60% {
    transform: translatex(-4px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(30) {
  width: 27px;
  height: 27px;
  background: linear-gradient(33deg, #f78d2c 1%, transparent 97%);
  left: 1848px;
  bottom: -30px;
  animation: water-30 15s infinite ease-in 6s;
  z-index: 6;
}
@keyframes water-30 {
  20% {
    transform: translatex(-1px);
  }
  40% {
    transform: translatex(9px);
  }
  60% {
    transform: translatex(-4px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.6;
    bottom: 105%;
  }
}
.bubble:nth-child(31) {
  width: 19px;
  height: 19px;
  background: linear-gradient(40deg, rgba(247, 141, 44, 0.3333333333) 1%, transparent 97%);
  left: 780px;
  bottom: -30px;
  animation: water-31 15s infinite ease-in 6.2s;
  z-index: 10;
}
@keyframes water-31 {
  20% {
    transform: translatex(-2px);
  }
  40% {
    transform: translatex(7px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(6px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(32) {
  width: 25px;
  height: 25px;
  background: linear-gradient(17deg, rgba(247, 141, 44, 0.8888888889) 1%, transparent 97%);
  left: 1171px;
  bottom: -30px;
  animation: water-32 15s infinite ease-in 6.4s;
  z-index: 3;
}
@keyframes water-32 {
  20% {
    transform: translatex(-3px);
  }
  40% {
    transform: translatex(3px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(6px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(33) {
  width: 10px;
  height: 10px;
  background: linear-gradient(165deg, #f78d2c 1%, transparent 97%);
  left: 1585px;
  bottom: -30px;
  animation: water-33 15s infinite ease-in 6.6s;
  z-index: 1;
}
@keyframes water-33 {
  20% {
    transform: translatex(-8px);
  }
  40% {
    transform: translatex(9px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(2px);
  }
  100% {
    opacity: 0.5;
    bottom: 105%;
  }
}
.bubble:nth-child(34) {
  width: 22px;
  height: 22px;
  background: linear-gradient(4deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 371px;
  bottom: -30px;
  animation: water-34 15s infinite ease-in 6.8s;
  z-index: 7;
}
@keyframes water-34 {
  20% {
    transform: translatex(-5px);
  }
  40% {
    transform: translatex(1px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.8;
    bottom: 105%;
  }
}
.bubble:nth-child(35) {
  width: 15px;
  height: 15px;
  background: linear-gradient(110deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 1356px;
  bottom: -30px;
  animation: water-35 15s infinite ease-in 7s;
  z-index: 4;
}
@keyframes water-35 {
  20% {
    transform: translatex(-4px);
  }
  40% {
    transform: translatex(5px);
  }
  60% {
    transform: translatex(-9px);
  }
  80% {
    transform: translatex(6px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(36) {
  width: 18px;
  height: 18px;
  background: linear-gradient(16deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 432px;
  bottom: -30px;
  animation: water-36 15s infinite ease-in 7.2s;
  z-index: 14;
}
@keyframes water-36 {
  20% {
    transform: translatex(-2px);
  }
  40% {
    transform: translatex(8px);
  }
  60% {
    transform: translatex(-4px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(37) {
  width: 25px;
  height: 25px;
  background: linear-gradient(61deg, #f78d2c 1%, transparent 97%);
  left: 667px;
  bottom: -30px;
  animation: water-37 15s infinite ease-in 7.4s;
  z-index: 3;
}
@keyframes water-37 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(3px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.9;
    bottom: 105%;
  }
}
.bubble:nth-child(38) {
  width: 14px;
  height: 14px;
  background: linear-gradient(155deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 1761px;
  bottom: -30px;
  animation: water-38 15s infinite ease-in 7.6s;
  z-index: 13;
}
@keyframes water-38 {
  20% {
    transform: translatex(-5px);
  }
  40% {
    transform: translatex(12px);
  }
  60% {
    transform: translatex(-2px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(39) {
  width: 9px;
  height: 9px;
  background: linear-gradient(51deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 349px;
  bottom: -30px;
  animation: water-39 15s infinite ease-in 7.8s;
  z-index: 8;
}
@keyframes water-39 {
  20% {
    transform: translatex(-3px);
  }
  40% {
    transform: translatex(1px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(10px);
  }
  100% {
    opacity: 0.6;
    bottom: 105%;
  }
}
.bubble:nth-child(40) {
  width: 15px;
  height: 15px;
  background: linear-gradient(96deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 712px;
  bottom: -30px;
  animation: water-40 15s infinite ease-in 8s;
  z-index: 5;
}
@keyframes water-40 {
  20% {
    transform: translatex(-3px);
  }
  40% {
    transform: translatex(10px);
  }
  60% {
    transform: translatex(-10px);
  }
  80% {
    transform: translatex(10px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(41) {
  width: 25px;
  height: 25px;
  background: linear-gradient(174deg, rgba(247, 141, 44, 0.8888888889) 1%, transparent 97%);
  left: 1337px;
  bottom: -30px;
  animation: water-41 15s infinite ease-in 8.2s;
  z-index: 10;
}
@keyframes water-41 {
  20% {
    transform: translatex(-2px);
  }
  40% {
    transform: translatex(12px);
  }
  60% {
    transform: translatex(-3px);
  }
  80% {
    transform: translatex(12px);
  }
  100% {
    opacity: 0.7;
    bottom: 105%;
  }
}
.bubble:nth-child(42) {
  width: 10px;
  height: 10px;
  background: linear-gradient(161deg, rgba(247, 141, 44, 0.6666666667) 1%, transparent 97%);
  left: 1000px;
  bottom: -30px;
  animation: water-42 15s infinite ease-in 8.4s;
  z-index: 11;
}
@keyframes water-42 {
  20% {
    transform: translatex(-4px);
  }
  40% {
    transform: translatex(6px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(9px);
  }
  100% {
    opacity: 0.5;
    bottom: 105%;
  }
}
.bubble:nth-child(43) {
  width: 10px;
  height: 10px;
  background: linear-gradient(99deg, #f78d2c 1%, transparent 97%);
  left: 1840px;
  bottom: -30px;
  animation: water-43 15s infinite ease-in 8.6s;
  z-index: 5;
}
@keyframes water-43 {
  20% {
    transform: translatex(-1px);
  }
  40% {
    transform: translatex(4px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(4px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(44) {
  width: 10px;
  height: 10px;
  background: linear-gradient(40deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 547px;
  bottom: -30px;
  animation: water-44 15s infinite ease-in 8.8s;
  z-index: 1;
}
@keyframes water-44 {
  20% {
    transform: translatex(-4px);
  }
  40% {
    transform: translatex(5px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(10px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(45) {
  width: 24px;
  height: 24px;
  background: linear-gradient(155deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 759px;
  bottom: -30px;
  animation: water-45 15s infinite ease-in 9s;
  z-index: 10;
}
@keyframes water-45 {
  20% {
    transform: translatex(-6px);
  }
  40% {
    transform: translatex(2px);
  }
  60% {
    transform: translatex(-1px);
  }
  80% {
    transform: translatex(5px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(46) {
  width: 10px;
  height: 10px;
  background: linear-gradient(44deg, rgba(247, 141, 44, 0.6666666667) 1%, transparent 97%);
  left: 1782px;
  bottom: -30px;
  animation: water-46 15s infinite ease-in 9.2s;
  z-index: 12;
}
@keyframes water-46 {
  20% {
    transform: translatex(-8px);
  }
  40% {
    transform: translatex(2px);
  }
  60% {
    transform: translatex(-8px);
  }
  80% {
    transform: translatex(8px);
  }
  100% {
    opacity: 0.2;
    bottom: 105%;
  }
}
.bubble:nth-child(47) {
  width: 9px;
  height: 9px;
  background: linear-gradient(69deg, rgba(247, 141, 44, 0.8888888889) 1%, transparent 97%);
  left: 438px;
  bottom: -30px;
  animation: water-47 15s infinite ease-in 9.4s;
  z-index: 10;
}
@keyframes water-47 {
  20% {
    transform: translatex(-9px);
  }
  40% {
    transform: translatex(1px);
  }
  60% {
    transform: translatex(-9px);
  }
  80% {
    transform: translatex(11px);
  }
  100% {
    opacity: 0.9;
    bottom: 105%;
  }
}
.bubble:nth-child(48) {
  width: 9px;
  height: 9px;
  background: linear-gradient(123deg, rgba(247, 141, 44, 0.2222222222) 1%, transparent 97%);
  left: 586px;
  bottom: -30px;
  animation: water-48 15s infinite ease-in 9.6s;
  z-index: 11;
}
@keyframes water-48 {
  20% {
    transform: translatex(-10px);
  }
  40% {
    transform: translatex(5px);
  }
  60% {
    transform: translatex(-4px);
  }
  80% {
    transform: translatex(8px);
  }
  100% {
    opacity: 0.5;
    bottom: 105%;
  }
}
.bubble:nth-child(49) {
  width: 30px;
  height: 30px;
  background: linear-gradient(154deg, rgba(247, 141, 44, 0.7777777778) 1%, transparent 97%);
  left: 653px;
  bottom: -30px;
  animation: water-49 15s infinite ease-in 9.8s;
  z-index: 3;
}
@keyframes water-49 {
  20% {
    transform: translatex(-5px);
  }
  40% {
    transform: translatex(4px);
  }
  60% {
    transform: translatex(-5px);
  }
  80% {
    transform: translatex(5px);
  }
  100% {
    opacity: 0.1;
    bottom: 105%;
  }
}
.bubble:nth-child(50) {
  width: 16px;
  height: 16px;
  background: linear-gradient(101deg, rgba(247, 141, 44, 0.5555555556) 1%, transparent 97%);
  left: 211px;
  bottom: -30px;
  animation: water-50 15s infinite ease-in 10s;
  z-index: 9;
}
@keyframes water-50 {
  20% {
    transform: translatex(-6px);
  }
  40% {
    transform: translatex(10px);
  }
  60% {
    transform: translatex(-6px);
  }
  80% {
    transform: translatex(1px);
  }
  100% {
    opacity: 0.4;
    bottom: 105%;
  }
}
/*digital*/
@keyframes float {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
/*user commment field*/
.user-comment {
  margin: auto 20%;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #3D4E80;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .user-comment {
    margin: auto 20px;
  }
}
.user-comment.interpretive-comment {
  margin: auto 0px;
  margin-top: 30px;
}
.user-comment .user {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.user-comment .user p {
  display: none;
}
.user-comment .user img {
  margin-right: 8px;
  width: 20px;
}
.user-comment .comment-form-1 {
  width: 100%;
}
.user-comment .comment-form-1 input {
  border: 0px;
  box-shadow: none;
  outline: 0px;
  border-radius: 8px;
}
.user-comment .comment-form-1 textarea {
  border: 0px;
  box-shadow: none;
  outline: 0px;
  border-radius: 8px;
}
.user-comment .comment-trail {
  width: 100%;
}
.user-comment .comment-trail .trails {
  margin-bottom: 8px;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  font-family: "Filson Pro";
}
.user-comment .comment-trail .trails h4 {
  margin-top: 0;
  margin-bottom: 0px;
}
.user-comment .comment-trail .trails p {
  margin-bottom: 8px;
}
.user-comment .comment-trail .trails .created-date {
  font-family: "Filson Pro Italic";
  color: #34A798;
  font-size: 0.8em;
}
.user-comment .frm_button_submit {
  border-radius: 8px !important;
  padding: 12px 32px !important;
  font-family: "Filson Pro";
}
.user-comment .frm_dropzone .dz-message {
  margin: 0px !important;
}
/**for interpretive panel**/
.interpretive-list a {
  text-decoration: none !important;
  color: #3D4E80;
}
.interpretive-list .interpretive-view {
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transform: scale(1);
  transition: 0.5s;
}
.interpretive-list .interpretive-view:hover {
  transform: scale(1.03);
  transition: 0.5s;
  box-shadow: 0px 12px 9px 0px rgba(61, 78, 128, 0.2);
}
.interpretive-list .interpretive-view .images {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.interpretive-list .interpretive-view .images img:not(:first-child) {
  display: none;
}
.interpretive-list .interpretive-view .images img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .interpretive-list .interpretive-view .images img {
    height: 180px;
  }
}
.interpretive-list .interpretive-view .images p {
  font-family: "Filson Pro";
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: rgba(61, 78, 128, 0.7);
  font-size: 0.7em;
}
.interpretive-list .interpretive-view h4 {
  padding: 10px !important;
  margin: 0 !important;
}
.single-interpretive img {
  margin-bottom: 10px;
}
.single-interpretive .dimension {
  margin-bottom: 20px;
  border-bottom: 1px solid #3D4E80;
  padding-bottom: 20px;
}
.single-interpretive .zone-label {
  margin-top: 30px;
  padding: 5px 10px;
  width: auto;
  background: #3D4E80;
  border-radius: 8px;
  color: #ffffff;
  width: 95px !important;
}
@media screen and (max-width: 767px) {
  .single-interpretive {
    padding: 20px;
  }
}
.interpretive-table-display {
  background: #ffffff;
  border-radius: 16px;
  margin: 30px 10px 10px 10px;
  width: calc(100% - 20px);
}
