.containerdot {
  position: relative;
  width: 500px;
  height: 400px;
}

.dot {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #eabd67;
  border-radius: 50%;
  transform-origin: center;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.dot1 {
  top: 30px;
  left: 210px;
  animation-name: pulse;
  animation-delay: 0s;
}

.dot2 {
  top: 120px;
  right: 80px;
  animation-name: pulse;
  animation-delay: 1.6s;
}

.dot3 {
  bottom: 50px;
  left: 50px;
  animation-name: pulse;
  animation-delay: 3.2s;
}

.dot4 {
  bottom: 50px;
  left: 210px;
  animation-name: pulse;
  animation-delay: 4.8s;
}

.dot5 {
  bottom: 50px;
  right: 50px;
  animation-name: pulse;
  animation-delay: 6.4s;
}

@keyframes pulse {
  0%, 90%, 100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 rgba(212, 165, 116, 0);
  }
  5% {
    transform: scale(1.05);
    opacity: 0.95;
    box-shadow: 0 0 10px rgba(212, 165, 116, 0.3);
  }
  10% {
    transform: scale(1.15);
    opacity: 0.85;
    box-shadow: 0 0 20px rgba(212, 165, 116, 0.5);
  }
  15% {
    transform: scale(1.25);
    opacity: 0.75;
    box-shadow: 0 0 30px rgba(212, 165, 116, 0.7);
  }
  20% {
    transform: scale(1.15);
    opacity: 0.85;
    box-shadow: 0 0 20px rgba(212, 165, 116, 0.5);
  }
  25% {
    transform: scale(1.05);
    opacity: 0.95;
    box-shadow: 0 0 10px rgba(212, 165, 116, 0.3);
  }
}

.controls {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.div_bulb:hover {
  filter: blur(0px);
}

.div_bulb {
  filter: blur(2px);
}

.blinking-cursor {
  user-select: none;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

.div_cards {
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.div_cards::-webkit-scrollbar {
  display: none;
}

.scroll-btn {
  background: #333;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  display: none;
}

.scroll-btn.visible {
  display: flex;
}

.left-btn {
  margin-right: 10px;
}

.right-btn {
  margin-left: 10px;
}

.scroll-btn {
  background: #003688;
}

.scroll-btn:hover {
  background: #eabd67;
  color: #000000;
}

.page-footer.dark {
  bottom: 0!important;
  /*left: 0;*/
  /*right: 0;*/
  /*z-index: -1;*/
}

.feature-box:hover {
  color: #ffffff!important;
  background: #003688!important;
}

.feature-box:hover .icon {
  /*fill: #eabd67;*/
  color: #eabd67!important;
}

.feature-box .icon {
  /*color: #eabd67!important;*/
}

.feature-box:hover h4 {
  color: #ffffff;
  text-decoration: none!important;
}

.feature-box:hover p {
  color: #ffffff!important;
  /*background: #003688!important;*/
}

hr {
  color: #003688!important;
}

.link_card {
  text-decoration: none!important;
  color: #000000;
}

.icon_index {
  color: #003688;
}

.card_index:hover .icon_index {
  color: #eabd67!important;
}

.card_index:hover {
  background: rgba(0,54,136,0.1);
  /*transition: auto 0.3s;*/
  color: #000000!important;
}

.card_index:hover h4 {
  /*color: #ffffff!important;*/
}

.card_index:hover p {
  /*color: #ffffff!important;*/
}

.heading-style {
  word-break: break-word;
}

.impr1 {
  word-break: break-word;
}

.feature-box {
  margin-left: 5px;
  margin-right: 5px;
}

.div_imgs {
  width: 100%;
  max-width: 100%;
  min-width: 25%;
  margin: auto;
  /*border-top-style: solid;*/
  border-top-color: rgb(0,54,136);
  /*border-bottom-style: solid;*/
  border-bottom-color: rgb(0,54,136);
}

.div_ref_text {
  /*width: 66%;*/
  /*min-width: 66%;*/
  /*max-width: 100%;*/
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-grid;
  margin-right: 25px;
  margin-left: 25px;
}

.div_ref_text_wrap_left {
  border-left-style: solid;
  border-left-color: rgb(0,54,136);
}

.div_ref_text_wrap_right {
  border-right-style: solid;
  border-right-color: rgb(0,54,136);
}

.img_ref_head {
  /*max-width: 300px;*/
  /*max-height: 250px;*/
  /*margin: 175px;*/
  height: auto;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  filter: grayscale(100%);
}

.img_ref_head:hover {
  filter: grayscale(0%);
}

.img_about:hover {
  filter: none!important;
}

.img_about:hover {
  filter: none!important;
}

.con_footer {
}

.btn_toggle {
  background: #003688;
}

.div_card_text {
  margin-top: 25px!important;
  margin-bottom: 25px!important;
}

.icon-contact {
  color: #003688!important;
}

.card_index h4 {
  color: #003688;
}

