@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


:root {   
 --clrSecWht: #fefdf8;
 --clrRndDark: #060606;
 --clrPureWht: #FFF;
 --clrAksent:#ffc93c;
 --clrColorTitle-1:var(--clrAksent);
  --clrColorTitle-2:#00ffe7;
  --clrColorTitle-3:#a4f6ff;
 --clrBgsection-1:  linear-gradient(to top, #042b44, #0d4d6c);
 --clrBgsection-2: linear-gradient(334deg, #1c5d99 55%, #1385ff 100%);
 --clrBgsection-3:linear-gradient(to top, #011827, #03364f, #055d7a);
 --clrBgsection-4:linear-gradient(to top, #0a506f, #1a8ca0, #66d1c5);
 --clrBgsection-5:linear-gradient(to top, #041f33, #093a55, #0c5e7c, #0b819e);
  
}

body{  
  direction: ltr;
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;    
  line-height: 1.5;
  overflow-x: hidden;
  height: 100%;
  position: relative;
    
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

a{
  text-decoration: none;  
  cursor: pointer;
 
}


img, video{
  display: block;
  max-width: 100%;
  max-height: 100%;
}


[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

.btn-starburst-1 {
  display: block;
  width: fit-content;
  cursor: pointer;
  position: relative;
  padding: 12px 25px;
  background: #016a92;
  color: var(--clrPureWht);
  border: none;
  border-radius: 47px 0px 47px 0px;
  font-size: 16px; 
  overflow: hidden;
  z-index: 1;
  transition: background 0.3s;
  
}
.btn-starburst-1::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, #01b5d6, #014f6e);
  transition: left 0.4s ease;
  z-index: 0;
}
.btn-starburst-1:hover::before {
  left: 0;
}
.btn-starburst-1:hover {
  color: #e0faff;
}
.btn-starburst-1 span, .btn-starburst-1 {
  position: relative;
  z-index: 2;
}
.btn-starburst-2 {
  cursor: pointer;
  display: block;
  width: fit-content;
  text-align: center;
  background: linear-gradient(to right, #69c2c9, #b2e1e9);
  border: 1px  dashed #d6f5f8;
  border-radius:  18px;
  padding: 12px  25px;
  font-weight: bold;
  font-size: 16px;
  color: #003f4f;
  box-shadow: 0 2px 8px rgba(0, 50, 60, 0.2);
  transition: all 0.3s ease;
}

.btn-starburst-2:hover {
 background: #c6f2f5;
  transform: scale(1.05);
}


.btn-starburst-3{  
  text-align: center;
  width: fit-content;  
   background: linear-gradient(145deg, #ff7e91, #ffb5c2);
  border: none;
  border-radius: 15px;
  padding: 12px 29px;
  color: var(--clrPureWht);
  font-size:  16px;
  font-weight: 400;
  box-shadow: 0  6px 12px rgba(255, 126, 145, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s;
} 



.btn-starburst-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 19px rgba(255, 126, 145, 0.5);
}
.btn-starburst-4 {
  display: block;
  text-align: center;
  cursor: pointer;
  width: fit-content;
 position: relative;
  padding: 12px 21px;
  background-color: #007b9d;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: background 0.3s ease;
}


.btn-starburst-4::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.3) 5%, transparent 20%),
              radial-gradient(circle at 70% 70%, rgba(255,255,255,0.3) 5%, transparent 20%);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn-starburst-4:hover::after {
  opacity: 1;
}
.btn-starburst-5 {
  width: fit-content;
  display: block;
  cursor: pointer;
  text-align: center;
 padding: 12px 26px;
  background: linear-gradient(145deg, #004e92, var(--clrRndDark)428);
  color: var(--clrPureWht)fff;
  border: none;
  border-radius:6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}


.btn-starburst-5:hover {
  background: linear-gradient(145deg, #0061a8, #001a33);
}
.pod-hero{  
  padding: 50px 0;
  background: linear-gradient(180deg, #00c3ff 0%, #0e6aa6 45%, #020c1b 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  
}
.pod-hero_title{ 
  position: relative; 
  letter-spacing: 1px;
  color:var(--clrColorTitle-2);
  font-size: 5vw; 
  padding: 0 12px;
  font-weight:  700;
  text-transform: uppercase;
  z-index: 4;
  text-align: center;
  
}


  .bubble {
   
    height: 43px;
    width: 43px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    animation: moveBubble 5s ease-in-out infinite;
    -webkit-animation:moveBubble 5s ease-in-out infinite;
  }


  .bubble-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 27%;
    right:27%;
   
  }

  @keyframes moveBubble {
  0% {
    transform: scale(0) translateY(0) rotate(0deg);
  }
  50% {
    transform: scale(1) translateY(-200px) rotate(180deg); 
  }
  100% {
    transform: scale(0) translateY(0) rotate(360deg);
  }
}
 
  .waves {  
  height:15vh;
  position:absolute;
  z-index: 1;
  bottom: 0;
  left: 0;  
  width: 100%;
  overflow: hidden;  
  min-height:93px;
  max-height:111px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
  -webkit-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  -webkit-animation-delay: -2s;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
  fill: #4e1ed7b3;

}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
   -webkit-animation-delay:-3s;
  animation-duration: 10s;
  -webkit-animation-duration:10s;
  fill: #040bf545;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
   -webkit-animation-delay:-4s;
  animation-duration: 13s;
  -webkit-animation-duration:13s;
  fill:#4f51a1;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  -webkit-animation-delay:-5s;
  animation-duration: 20s;
  -webkit-animation-duration:20s;
  fill: #4e1ed7b3;
}
@keyframes move-forever {
  0% {
   transform: translateX(-90px);
  }
  100% { 
    transform: translateX(85px);
  }
}
.fish-box {
  position: absolute;  
  z-index: 0;
  opacity: 0.6;
  animation: swim infinite 12s linear;
  -webkit-animation:swim infinite 12s linear;
}
.fish-1 {
  top: 20%;
  left: 10%;
  animation-duration: 12s;
  -webkit-animation-direction: 12s;
}

.fish-2 {
  top: 50%;
  right: 20%;
  animation-duration: 16s;
  -webkit-animation-direction:16s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

.fish-3 {
  bottom: 30%;
  left: 30%;
  animation-duration: 20s;
  -webkit-animation-duration: 20s;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.fish {
  height: 58px;
  object-fit: contain;
  transform-origin: center;
}

@keyframes swim {
  0% {
    transform: translate(0, 0) scaleX(1);
  }
  25% {
    transform: translate(90%, 10%) scaleX(1);
  }
  50% {
    transform: translate(90%, 90%) scaleX(-1);
  }
  75% {
    transform: translate(0%, 90%) scaleX(-1);
  }
  100% {
    transform: translate(0, 0) scaleX(1);
  }
}
.unique-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.menu-icon:checked + label,
.menu-icon:not(:checked) + label{
  position: fixed;
  top: 63px;
  right: 75px;
  display: block;
  width:  33px;
  height:  33px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before{
  position: absolute;
  content: '';
  display: block;
  width:  33px;
  height: 20px;
  z-index: 3;
  top: 0;
  left: 0;
  
  border-top: 1px solid #ececee;
  border-bottom: 1px solid #ececee;
  transition: border-width 100ms 1500ms ease, 
              top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms ease,
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after{
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  z-index:3;
  top: 10px;
  right: 4px;
  background-color: #ececee;
  margin-top: -1px;
  transition: width 100ms 1750ms ease, 
              right 100ms 1750ms ease,
              margin-top 100ms ease, 
              transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:before{
  top: 10px;
  transform: rotate(45deg);
  height: 1px;
  background-color: #ececee;
  border-width: 0;
  transition: border-width 100ms 340ms ease, 
              top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
              height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
              background-color 200ms 500ms ease,
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked + label:after{
  width:  33px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease,
              right 100ms ease,  
              margin-top 100ms 500ms ease, 
              transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav{
  position: fixed;
  top: 33px;
  right: 50px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 5;
  
  overflow: hidden;
  box-shadow: 0 6px 29px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(25, 26, 110, 0.94);
  animation: border-transform 7s linear infinite;
  
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 1100ms ease,
              width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
              height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}

.menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width:200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
              right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
              transform 250ms 700ms ease,
              width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
              height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav ul{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%; 
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
  
}
.nav ul li{
  position: relative;
  display: block;
  width: 100%;  
  margin: 14px 0;
  text-align: center;  
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
.nav ul li:nth-child(1){
  transition-delay: 200ms;
}
.nav ul li:nth-child(2){
  transition-delay: 150ms;
}
.nav ul li:nth-child(3){
  transition-delay: 100ms;
}
.nav ul li:nth-child(4){
  transition-delay: 50ms;
}
.nav ul li a{ 
  padding: 0  17px;
  font-size: 4vh;
  text-transform: uppercase;
  line-height:1.5;
  font-weight:700;  
  position: relative;
 color: #aee3e3;
  transition: all 250ms linear;
}
.nav ul li a:hover {
  color: var(--clrAksent);
}
.nav ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(4, 153, 173, 0.687);
  border-radius: 50%;
  opacity: 0.6;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.6s ease-out;
  pointer-events: none;
}

.nav ul li a:hover::before {
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.3;
  background: radial-gradient(circle, rgba(4, 154, 173, 0.5), transparent);
}

.nav ul li a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: #049aad;
  opacity: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.nav ul li a:hover::after {
  opacity: 1;
  
  width: 8px;
  height: 8px;
  animation: ripple 1s infinite ease-out;
  -webkit-animation: ripple 1s infinite ease-out;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
}

.menu-icon:checked ~ .nav  ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.menu-icon:checked ~ .nav ul li:nth-child(1){
  transition-delay: 1400ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(2){
  transition-delay: 1480ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(3){
  transition-delay: 1560ms;
}
.menu-icon:checked ~ .nav ul li:nth-child(4){
  transition-delay: 1640ms;
}
.blue-section{
 background: var(--clrBgsection-2); 

}
.p-sect{
  padding: 111px 0;
}
.box-conteiner{
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1276px;
}
.widget-container{
  margin-bottom: 30px;
  padding: 12px  47px 12px  47px;
  background-color: transparent;
  background-image: linear-gradient(156deg, #1385ff 15%, #1c5d99 62%);
  border-radius: 73px 0px 73px 0px;
}
.widget-container-element{
  color: var(--clrColorTitle-2);
  text-align: center;
  font-size: clamp(21px,4vw,30px);
}
.mb-3{
  margin-bottom:  33px;
}
.step-boxHW{
  display: grid;
  align-items: center;
  min-height: 343px;
  grid-template-columns: repeat( 2, 1fr);
  gap: 18px;
  justify-content: center;
  
}
.step-itemDrop{
box-shadow: inset  18px  18px  18px rgba(0, 0, 0, 0.05), 25px 35px  18px rgba(0, 0, 0, 0.05), 25px  18px  18px rgba(0, 0, 0, 0.05), inset 25px 29px 29px rgba(255, 255, 255, 0.9);
animation: border-transform 7s linear infinite;
transition: all .2s ease-in-out 0s;

}

.step-boxHW .step-itemDrop:nth-child(1),.step-boxHW .step-itemDrop:nth-child(3){
  border-radius: 67% 31% 28% 72% /  40% 52% 48% 41%;
}
.step-boxHW .step-itemDrop:nth-child(2),.step-boxHW .step-itemDrop:nth-child(4){
  border-radius: 7% 64% 53% 47% / 55% 41%  40% 45%;
}
.step-itemDrop .contentHW{
color: var(--clrPureWht);
text-align: center;
font-weight:  400;
display: flex;
flex-direction: column;
gap: 15px;
align-items: center;
justify-content: center;
padding:  73px 58px;
}
.step-numberWH{   
  position: relative;
  width:74px;
  height:74px;
  background-color:var(--clrAksent);
  border-radius:40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #db4ef4;
  box-shadow: inset 2px 5px 15px rgba(0, 0, 0, 0.1), inset -2px -5px 15px rgba(255, 255, 255, 1), 15px 15px 15px rgba(0, 0, 0, 0.05), 15px 15px 15px rgba(0, 0, 0, 0.25);
}
.step-numberWH::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--clrSecWht);
  top: -76%;
  left: -50%;
  border-radius: 50%;
  opacity:0.8;
}
.step-numberWH::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--clrSecWht);
  top: -5px;
  left: 0;
  border-radius: 50%;
  opacity:0.8;
}
.white-section{
  background: #e6e7e5;
  background-image: url(artisticstorage/bg-assets/opacity_bg-068fa2689a07ee.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-flex-row{
  display: flex;
  flex-direction: row-reverse;
}
.gap-box{
  gap:30px;
}
.box-flex_element{
  flex: 1;
}
.box-textWH{
  color: #200F21;
}
.box-textWH ul li,
.box-textWH ol li {
  margin-bottom: 4px;
}
.box-textWH ul,
.box-textWH ol {
  padding-inline-start:  18px;
  margin-bottom: 12px;  
  list-style: inside;
}
.box-textWH a,.box-textWH table{
color: inherit;
}
.box-textWH p{
margin-bottom:  8px;
text-indent: 2ch;
}
.box-aboutImg{  
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  filter: brightness(0.8) contrast(1.1);
  -webkit-filter: brightness(0.8) contrast(1.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7% 64% 53% 47% / 55% 41%  40% 45%;
}


.aboutImg_smol{

  display: none;
  background-color:var(--clrAksent);
  width: 224px;
  margin-right: auto;
  height:224px;
  margin-bottom: -19px;
  mask-image: url('starfish-mask.svg');
  -webkit-mask-image: url('starfish-mask.svg');
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  overflow: hidden;
  animation: floatUpDown 4s ease-in-out infinite;
  -webkit-animation: floatUpDown 4s ease-in-out infinite;
 
  
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
}
.footer-padWH{
  padding: 41px 0;
}
.footer-copyrinerWH{
  background-color: #4f51a1;
  padding: 22px 0;
  color:var(--clrPureWht);
}
.copyrightWH{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.footer-menuBox{
  color: var(--clrPureWht);
  position: relative;
  overflow: visible;
  background: linear-gradient(to top, #4e1ed7 0%, #28edaa 100%);
}
.footerWrapperIner{
  display: flex;
  gap:  30px;
  flex-direction: column;
  padding: 111px 0 58px;
}
.footer-menuBox .waves{
  top: 0;
  transform: rotate(180deg); 
  transform-origin: center;
}
.neon-disclaimer { 
  background: #191a6ef0;
  display: flex;
  align-items: center;
  flex-direction:  column;
  justify-content: center;
  gap: 18px;
  color: #00ffe7;
  padding: 33px 28px;
  text-align: center;
  font-size: 17px;
  font-weight:  400;
  border: 1px  dashed #00ffe7;
  text-shadow: 0 0  6px #00ffe7;
  box-shadow: 0 0 18px rgba(0, 255, 231, 0.3);
  overflow: hidden;
  border-radius: 73px 0px 73px 0px;
  img{
    width: auto;
    object-fit: contain;    
    height: 93px;  
    -webkit-animation: floatUpDown 4s ease-in-out infinite;
    animation: floatUpDown 4s ease-in-out infinite;
    
  }
}
.neon-text{
  margin-bottom: 18px;
}
.footer-menuFlex{
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  flex-direction: row-reverse;
}
.footer-logoWH{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--clrPureWht);
  margin-bottom:  18px;
  font-weight: 700;
  font-size:  18px;
  gap: 8px;
  img{
    width: auto;
    object-fit: contain;
    height:  74px;
  }
}
.footer-menuTitleWH{
  position: relative;
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 18px;
}
.footer-menuTitleWH::before{
  content: "🧜‍♀️";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  filter: drop-shadow(0 0 3px rgba(255,255,255,0.4));
  animation: floatMermaid 3s ease-in-out infinite;
  -webkit-animation:floatMermaid 3s ease-in-out infinite;

}
.nav ul{
  list-style: none;  
}
.footer-listWH{
  display: flex;
  list-style: none; 
  font-size: 17px;
  gap: 18px;
  flex-direction:  column;
}
.footer-listWH li a{
  color: var(--clrPureWht);
  transition: all .2s ease-in-out 0s;
}
.footer-listWH li a:hover{
  color: #191a6ef0;
}
.tex-position{
  text-align:  left;
}
.box-flex_elementBig{
  flex: 2;
}
.e-con-inner{
  display: grid;
  gap: 29px;
  grid-template-columns: repeat(3, 1fr);
}
.tim-boxWH{
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 0px 111px;
  width: 100%;
  height: 100%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
  }
}
.box-flex_elementBig .tim-boxWH{
  height: 243px;
}
.tim-boxWH::after{
  position: absolute;
  content: "";
  inset: 0%;
  background-color: transparent;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
} 
.hover-area{
  position: absolute;
  inset: 0%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  h4{
    color: var(--clrPureWht);
    padding: 0 12px;
  }

}
.tim-boxWH:hover .hover-area{
  opacity: 1;
  visibility: visible;
  transition: all .3s ease .1s;
} 
.tim-boxWH:hover:after{
  background-color: #1385ff;
  opacity: 0.8;
}
.dox-flexColR{
  display: flex;
  flex-direction: column;
}
.dox-flexColR2 {
  flex-direction: column;
}
.contact-listWH{
  display: flex;
  gap: 19px;
  flex-direction: column;
}
.contact-listWH li{
  list-style: none; 
  display: flex;  
  color: var(--clrRndDark);
  font-weight: 700;
  align-items: center;
  gap: 8px;
  span{
    flex: 0 0 auto;
  }
}
.icon-svg{
  fill: var(--clrRndDark);  
  height: 19px;
  width: 19px;
}
.contact-linkWH{
  color: inherit;
  transition: all .2s ease-in-out 0s;
}
.contact-listWH li:hover .contact-linkWH{
  color: #191a6ef0;
}
.gap-sl{
  gap: 14px;
}
.gap-big{
  gap: 58px;
}
.contImgRt-container{
  height: 100%;
  width: 100%;
  margin-top: 41px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px  133px 0px 0px;
  }
}
.contImgLeft-container{
  height: 100%;
  width: 100%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:  133px 0px  133px 0px;
  }
}
.box-flexCont-Img{
  display: flex;
  flex-direction: row-reverse;
}
.mapBoxWH{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 73px 0px 73px 0px;
  width: 100%;
  height: 100%;
  img{
    object-fit: cover;
    width: 100%;
    height: 100%;  

  }
}
.formContWrap{
  width: 100%;
  height: 100%;
  display: flex;
  color: var(--clrPureWht);
  flex-direction: column;
  gap:  16px;

}
.game-inputWH,.game-inputWH:focus,.game-textareaWP,.game-textareaWP:focus,.input-field-component--item,.input-field-component--item:focus,.textarea-field-component--item,.textarea-field-component--item:focus{
  width: 100%;
   outline: none;
  background-color: var(--clrPureWht);
  color: var(--clrRndDark);
  border-radius:  6px;
  padding: 12px;
  border:  1px solid #c7c7c7;
}
.groupBoxWH{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap:  16px;
 }  
 .checkWH{
  color: var(--clrPureWht);
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 12px;
 }
 .checkWH a{
  color: var(--clrPureWht);
 }
 .section-imgWH{  
  background: linear-gradient(to bottom, rgba(0, 20, 40, 0.6), rgba(0, 10, 30, 0.8)),
            url(artisticstorage/bg-assets/bg-dark-068fa2689a071c.jpg) center/cover no-repeat;

  
 }
 .fluWrapperWH{
  display: flex; 
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
 }
 .col-25{
  width: 100%;
 }
 .comment-boxWH{
  width: 100%;
  height: 100%;
  
  
 }
 .fluWrapperWH .col-25:not(:last-child){
  border-width:0 ;
 }
 .fluWrapperWH .col-25:not(:last-child){
  
  border-style:  dashed;
  border-color: #bebebe;
  border-inline-end-width:1px;
 }
 .uc_quote_info {
  display: flex;
  padding: 75px 12px 33px;
  flex-direction: column;
  gap: 19px;
  justify-content: end;
 }
 .uc_author{
  display: flex;
  gap: 14px;
  flex-direction: row-reverse;
 }
 .ue-image{
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px  dashed #fefdf8;
  border-radius:  0;
  height: 75px;
  width: 75px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 }
 .uc_author_info{
  display: flex;
  gap:  12px;
  flex-direction:  column;
  h3{
    color: var(--clrPureWht);
    font-size:  21px;
    word-wrap: break-word;
    font-weight: 700;
  }
 }
 .uc_stars{
  display: flex;
  color: var(--clrAksent);
  align-items: center;
  gap: 8px;
 }
 .ue-text{
  color: var(--clrPureWht);
  opacity: 0;  
  font-size: 22px;
  font-weight: 400;
  transition: opacity 0.2s ease-in-out;
 }
 .ue-icon{
  opacity: 0;
   transition: opacity 0.2s ease-in-out;
  height:  58px;
  width:  58px;
  svg{
    width: 100%;
    height: 100%;
    fill:var(--clrPureWht);
  }
 }
 .uc_quote_info:hover .ue-text,.uc_quote_info:hover .ue-icon{
  opacity: 1;
 }
 .main-section1{
  display: grid;
  list-style: none; 
  gap: 29px;
  grid-template-columns: repeat(1, 1fr);  
 }
 .main-card1{
  border-radius: 19px 0px 0px 0px;
  background: linear-gradient(158deg, #1c5d99 51%, #1c5d99 100%);
 }
 .main-card1_flex{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction:  row-reverse;
 }
 .main-card1_boxImg{
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 243px;
  border-radius: 74px 0px 74px 0px;
  max-height: 343px;
  img{
    object-fit: cover;
    width: 100%;
    height: 100%;
      transition: transform 0.3s;
  }
 }
 .main-card1:hover .main-card1_boxImg img{
   transform: scale(1.05);
 }
 .main-card1_content{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
  padding: 19px;
 }
 .main-card1_title{
  color: var(--clrPureWht);
  font-size: 18px;
 }
 .main-card1_meta{
  color: var(--clrPureWht);
  align-items: center;
  font-size: 14px;
  font-weight:300 ;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
 }
 .ioniconWH{
  fill:var(--clrPureWht);
  height:  18px;
  width:  18px;
  
 }
 .box-flex2_element{
  flex: 2;
 }
 .imgBoxMainForm{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    max-height: 399px;
    object-fit: contain;
  }
 }

.ocean-game-frame {
 
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 73px 0px 73px 0px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  
  iframe{
    width: 100%;
    border:none;
    border-radius: 73px 0px 73px 0px;
    height: 100vh;
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.4);
  }
}


.ocean-image{
  display: flex;
  align-items: center;
  justify-content: center;
 img {
  width: auto;
  height: 399px;
  object-fit: contain;
  border-radius: 73px 0px 73px 0px;
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.4);
}
}
.page-textWH{
  color: var(--clrPureWht);
  
}
.section2{
position: relative;
display:  none;
background: linear-gradient(326deg, rgba(147,13,224,1) 0%, rgba(0,159,231,1) 15%, #04a0a0 50%, rgba(156,0,224,1) 100%);
}
 .main-section2{
  display: grid;
  list-style: none;  
  gap: 47px;
  grid-template-columns: repeat(2, 1fr);  
  }
  .main-card2{
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 16px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    color: white;
    z-index: 1;
    transition: transform 0.3s, box-shadow 0.3s;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  }
  .main-card2:hover{
transform: translateY(-6px);
    box-shadow: rgba(0, 200, 255, 0.3) 0px 0px 18px;
  }
.main-card2_inerBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.mainIcon{
  width: 100%; 
  height: 100%; 
  max-height: 243px;
  object-fit: contain; 
   -webkit-animation:floatUpDown 4s ease-in-out infinite ;
  animation: floatUpDown 4s ease-in-out infinite;
}
.col-10{
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.card-body{
  padding: 14px;
}
.line{
  width: 100%;
  height: 3px;
  background-color: #5CF5CB;
  opacity:0.8;
  margin-bottom: 15px;
  margin-top: 15px;
}

.card-icon{
  display: none;
  position: absolute;
  animation: floatUpDown 4s ease-in-out infinite;
  -webkit-animation:floatUpDown 4s ease-in-out infinite;
  inset-inline-end: -8px;
  bottom: -26px;
  z-index: 2;
  
  
  img{
    border-radius:6px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 40px;
    height: 40px;
    object-fit: cover;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  }
}
.card-text{
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.card-title{
  font-size: 18px;
}
.mainIcon-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1{
  display: none;
}
.formBtn{
  margin: 0 auto;
}
.advantages-section {
  background: linear-gradient(rgba(0, 20, 40, 0.7), rgba(0, 10, 20, 0.9)),
              url(artisticstorage/bg-assets/bg-light-068fa2689a06a7.jpg) no-repeat center/cover;
 
  color: #e0f7fa;
  position: relative;
}


.advantages-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  gap: 30px;
  
}

.adv-card {
  
  flex: 1 1 243px;
  max-width: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:  18px;  
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 26px;
  border-radius: 73px 0px 73px 0px;
  text-align: center;
  backdrop-filter: blur(7px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0  12px rgba(0, 200, 255, 0.1);
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 17px rgba(0, 200, 255, 0.3);
}
.adv-img{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

 



















@media (max-width: 575px){
  .pod-hero{
     padding:  111px 0;
  }
  .nav {
    width: 60px;
    height: 60px;
    right: 30px;
  }
  
.nav ul li a {
      font-size: 3vh;
}
  .ocean-game-frame{
    padding-right: 12px;
    padding-left: 12px;
  }
  .ocean-game-frame iframe,.ocean-image img,.ocean-game-frame{
    border-radius: 6px;
  }
  .ocean-image img{
    height: auto;
  }
 
  .menu-icon:checked + label, .menu-icon:not(:checked) + label{
    width: 25px;
    height: 25px;
    top: 54px;
    z-index: 99;
  }
  .menu-icon:checked + label:after,
  .menu-icon:checked + label:before, .menu-icon:not(:checked) + label:before {
        width: 25px;
  }
  .menu-icon:checked + label, .menu-icon:not(:checked) + label{
          right: 47px;
  }
  .step-itemDrop .contentHW{
    padding:  73px  41px;
  }
  .copyrightWH{
    justify-content: center;
  }
  .uc_author{
    flex-direction: column;
  }
  .main-section2{
    grid-template-columns: repeat(1, 1fr);
  }
  .card-icon{
    display: none;
  }
  
}


@media screen and (min-width: 768px) {
  .col-25{
    width: 50%;
  }
  .col-md-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
} 
}

@media (max-width: 768px){
  .waves {
    height: 41px;
    min-height: 41px;
  }
  .step-boxHW,.e-con-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .box-flex_elementBig .tim-boxWH{
    height: 339px;
  }
  .step-itemDrop{
    animation: none;
  }
  .footer-menuFlex{
    text-align: center;
    flex-direction: column;
  }
  .footer-menuFlex .tex-position{
    text-align: center;
  }
  .footer-logoWH{
    justify-content: center;
  }
  .cont-noneWK{
    display: none;
  }
  .fluWrapperWH .col-25:nth-child(1) .comment-boxWH {
  border: 0;
  border-bottom-width:  1px;
  border-style:  dashed;
  border-color: #bebebe;
 }

 
 .ue-icon,.ue-text{
  opacity: 1;
 }
 .ue-text{
  font-size: 18px;
 }
 
}

@media (min-width: 768px) and (max-width: 992px){
 .contact-wpapperWh .box-flex-row{
  flex-direction: row-reverse;
 }
 .cont-flex{
  flex: 2;
 }
 .box-flexCont-Img{
  flex-direction: column;
 }
 .contImgLeft-container,.contImgRt-container{
    max-width: 224px;
    height:  154px;
 }
 .contImgRt-container{
  margin-left: auto;
  margin-top: -64px;
  img{
    border-radius: 0px 111px 0px 0px;
  }
 }
 .contImgLeft-container img{
    border-radius: 133px 0px 133px 0px;
 }
 .fluWrapperWH .col-25:nth-child(1) .comment-boxWH {
  border-width: 0px 0px 0px 0px;
  border-style:  dashed;
  border-color: #bebebe;
 }
 .fluWrapperWH .col-25:nth-child(2) .comment-boxWH {
  border-width: 0px 0px 0px 0px;
  border-style:  dashed;
  border-color: #bebebe;
 }

}
@media (min-width: 992px){
  .col-25{
    width: 25%;
  }
  .uc_author{
    flex-direction: column;
  }
  .al-center{
  align-items: center;
 }
 .col-lg-3 {
  flex: 0 0 auto;
  width: 25%;
 }
 .col-lg-8{
  flex: 0 0 auto;
  width: 66.66666667%;
 }
 .main-section2{
 
  grid-template-columns: repeat(2, 1fr);  
 }
  
}
@media (max-width: 992px){ 
 .box-flex-row{
  flex-direction: column;
 }
 .box-aboutImg{
  height:  339px;
 }
 .aboutImg_smol,.imgNone{
  display: none;
 }
 .mapBoxWH{
  height: 243px;
 }
 .imgBoxMainForm img{
  height: 243px;
 }
 .formMain{
  margin: 0 auto;
  width:  64%;

 }
 
 .fluWrapperWH .col-25:nth-child(2) .comment-boxWH {
  border-width: 0px 0px 0px 0px;
  border-style:  dashed;
  border-color: #bebebe;
 }
 .fluWrapperWH .col-25:nth-child(3) .comment-boxWH {
  border: 0;
   border-top-width: 1px ;
   border-style:  dashed;
  border-color: #bebebe;
 }
 .fluWrapperWH .col-25:last-child .comment-boxWH {
  border: 0;
   border-top-width: 1px ;
   border-style:  dashed;
  border-color: #bebebe;
 }
 .main-card1_flex{
  flex-direction:  column;
 }
  .main-section1{
    grid-template-columns: repeat(2, 1fr);
  }
  .main-card1_content{
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  
  
  
}
@media (min-width: 1200px){   
 .main-section1{ 
  grid-template-columns: repeat(2, 1fr);  
 }
 
 
} 
@media (max-width: 575px){
      .main-section1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .formMain{
      width: 100%;
    }

} 




.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  display: block;
}