:root{
 --begie:#FBF5DE;
    --blue:#1C395C;
    --lblue:#3D74B6;
    --black:#1F1F1F;
    --cta:#BB2025;
    --cta-hover:#A41B1F;
    --white:#fff;
    --navy:#0e1c2e;
    --shadow: rgba(0, 0, 0, 0.35);
    --sh:(0 0 6px rgba(0,0,0,0.15));
    --shh:7px 10px 4px 0 rgba(0, 0, 0, 0.25);
}
a,li{
    list-style-type: none;
    text-decoration: none;
}

::-webkit-scrollbar {
  width: 12px; 
}


::-webkit-scrollbar-track {
  background-color: var(--navy);
  border-radius: 10px; /
}


::-webkit-scrollbar-thumb {
  background-color: var(--cta-hover);
  border-radius: 10px;
  border: 2px solid var(--black); 
}


::-webkit-scrollbar-thumb:hover {
  background-color: var(--cta); 
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 1920px;
    height:5875px ;
    position: relative;
    margin: 0 auto;
    background-color: var(--blue);
    background-image: url(img/bk.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}
.header {
filter: drop-shadow(0 13px 4px var(--shadow));
    background: var(--begie);
width: 1658px;
    height: 146px;
    border-radius: 171px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    margin: 46px auto;
    position: fixed;
    z-index: 999;
    left: 131px;
}
.nav{
    width: auto;
    display: flex;
justify-content: space-between;
align-items: center;
gap: 70px;
}

.nav1{
    width: auto;
    display: flex;
justify-content: center;
align-items: center;

}

.nav-links {
  position: relative;
  color: var(--black);
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}


.nav-links::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 10px;
  border-bottom: 5px solid var(--cta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}


.nav-links:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.nav-links::after {
  transition: transform 0.4s ease;
}
.nav-links:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}
.search-icon,
.volume-icon {
  filter: none;
  transition: filter 0.3s ease;
}

.search-icon:hover,
.volume-icon:hover {
  filter: brightness(0) saturate(100%) invert(18%) sepia(55%) saturate(5092%) hue-rotate(349deg) brightness(96%) contrast(85%);
}
.volume-icon{ width: 98px; height: 58px; background-image: url(img/vol.png); background-repeat: no-repeat; background-position: center; } .volume-icon:hover{ background-image: url(img/voll.png);}
.search-icon{width: 42px;
    height: auto;
       
 }
.cta {
  
  width: 179px;
  height: 52px;
  border-radius: 49px;
  background: var(--cta);
  box-shadow: 0 9px 1px 0 var(--black);
  color: var(--white);
  font-family: Jost;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
    box-shadow: 0 0 0 3px var(--black), 6px 6px 0 0 var(--black);
  transition: 0.25s ease;
  position: relative;
}

.cta:hover {
  transform: translate(-4px, -4px);
  box-shadow: 0 0 0 3px var(--black), 10px 10px 0 0 var(--black);
}

.cta:active {
  transform: translate(0, 0);
  box-shadow: 0 0 0 3px var(--black), 6px 6px 0 0 var(--black);
}

.logo{
    width: 180px;
    height: auto;
}
.section1{
    width: 1920px;
    height: 1680px;
        background-image: url(img/star.png);
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
 
    align-items: flex-start;
    flex-direction: column;
    padding: 300px;
    gap: 40px;
}
.hero{
width: 1290.783px;
height: 313.822px;
aspect-ratio: 1290.78/313.82;
}

.section1-text{
    color: var(--white);
    width: 448px;
    font-family: Jost;
    font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.section2{
    position: absolute;
    top: 910px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 59px;
    margin: 0 auto;
    background-color: var(--begie);
    width: 1652.508px;
    height: 540.545px;
    border-radius: 27px;
    gap: 49px;
    left: 133px;
}
.section2-div{
  color: var(--white);
font-family: "Germania One";
font-size: 35.084px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: auto;
height: 59px;
border-radius: 32.132px;

background: var(--lblue);
position: relative;
top: -50px;
display: flex;
justify-content: center;
align-items: center;
padding: 40px;
}
.section2-title{
  color: var(--cta-hover);
font-family: "Luckiest Guy";
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 100.878px;
}
.section2-btn-div{
  width: auto;
  gap: 20px;
  display: flex;
  align-items: center;
}
.section2-btn{
      margin-top: 20px;
    width: 290px;
    height: 80.276px;
border-radius: 74.975px;
border: 4.59px solid var(--cta-hover);;
background: var(--cta-hover);
box-shadow: 0 13.771px 6.12px 0 var(--black);
color: var(--white);
display: flex;
justify-content: center;
align-items: center;
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 600;
  overflow: hidden;
    box-shadow: 0 0 0 3px var(--black), 6px 6px 0 0 var(--black);
  transition: 0.25s ease;
  position: relative;
}

.section2-btn:hover {
  transform: translate(-4px, -4px);
  box-shadow: 0 0 0 3px var(--black), 10px 10px 0 0 var(--black);
}

.section2-btn:active {
  transform: translate(0, 0);
  box-shadow: 0 0 0 3px var(--black), 6px 6px 0 0 var(--black);
}
.section2-img{
    width: 772px;
    height: auto;
    position: absolute;
    top: -310px;
    right: 0;
}


.section3 {
  width: 1920px;
  height: 1360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}

.section3-img {
     width: 377px;
    height: auto;
    aspect-ratio: 119 / 179;
    position: relative;
    left: 30px;
 
    transform-origin: top center; 
    animation: hand-motion 6s ease-in-out infinite;
}

@keyframes hand-motion {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    10% {
        transform: translateY(10px) rotate(0deg);
    }
    20% {
        transform: translateY(0px) rotate(0deg);
    }
    30% {
        transform: translateY(10px) rotate(0deg);
    }
    40% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(0px) rotate(3deg); 
    }
    55% {
        transform: translateY(-5px) rotate(-3deg); 
    }
    60% {
        transform: translateY(0px) rotate(0deg);
    }
    70% {
        transform: translateY(10px) rotate(0deg);
    }
    80% {
        transform: translateY(0px) rotate(0deg);
    }
    90% {
        transform: translateY(10px) rotate(0deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.section3-title {
    position: absolute;
    top: 320px;
    z-index: -1;
    color: var(--white);
    font-family: "Luckiest Guy";
    font-size: 100px;
    font-weight: 400;
    line-height: 111px;
}

.section3-wrapper {
    width: 1920px;
    display: flex;
    justify-content: center;
    gap: 60px;
   
    position: relative;
    top: -130px;

}

.section3-rec {
    width: 438px;
    height: 680px;
    border-radius: 50px;
    background: var(--begie);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 150px;
    border: 7px dashed var(--cta);
    box-shadow: 0 0 0 0 var(--black), 13px 13px 0 0 var(--black);

    
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease;
    transform-origin: top center;
}

.section3-rec:hover {
    transform: translateY(-12px) rotate(-2deg) scale(1.02);
    box-shadow: 0 0 0 0 var(--black), 20px 20px 0 0 var(--black);

 
    filter: drop-shadow(var(--sh));
}


.section3-charecter {
  width: auto;
  height: 328.507px;

}

.section3-charecter1 {
  width: auto;
  height: 334.507px;

}

.section3-text,
.section3-text1,
.section3-text2 {
  margin-top: 40px;
  font-family: "Luckiest Guy";
  font-size: 40px;
  font-weight: 400;
  line-height: 111px;
}

.section3-text  { color: var(--lblue); }
.section3-text1 { color: var(--cta-hover); }
.section3-text2 { color: var(--black); }
.section4 {
  width: 1920px;
  height: 1410px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--navy);
  position: relative;
  z-index: -2;
  padding: 60px;
}

.section4-text {
  color: var(--lblue);
  font-family: Jost;
  font-size: 30px;
  font-weight: 800;
   position: relative;
    top: 100px;
    align-self: flex-start;
        left: 364px;
}

.section4-title {
    z-index: -1;
    color: var(--white);
    font-family: "Luckiest Guy";
    font-size: 161px;
    position: relative;
    top: 90px;
}

.section4-img {
  width: 1060px;

}

.section4-div {
    width: 1650px;
    height: 800px;
    border-radius: 27px;
    background: var(--cta-hover);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    position: relative;
    top: -178px;
    z-index: -1;
    padding: 200px 60px;
}

.section4-text1 {
  color: var(--white);
  width: 830px;
  text-align: center;
  font-family: Jost;
  font-size: 24px;
}
.section4-cards-container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
  height: 450px; 
}

.section4-card {
  width: 343px;
  height: 418px;
  border-radius: 27px;
  background: var(--begie);
  padding: 20px;
  box-sizing: border-box;
  position: absolute; 
  top: 0;
  margin: 0 20px ;
      box-shadow: var(--shh);
}

.section4-card1 {
  animation: card1Swap 15s infinite ease-in-out;
}
.section4-card2 {
  animation: card2Swap 15s infinite ease-in-out;
}
.section4-card3 {
  animation: card3Swap 15s infinite ease-in-out;
}
@keyframes card1Swap {
  0%, 20%    { left: calc(50% - 513px); }
  21%, 40%   { left: calc(50% + 171px); }
  41%, 60%   { left: calc(50% - 171px); }
  61%, 80%   { left: calc(50% - 513px); }
  81%, 100%  { left: calc(50% - 513px); }
}

@keyframes card2Swap {
  0%, 20%    { left: calc(50% - 171px); }
  21%, 40%   { left: calc(50% - 513px); }
  41%, 60%   { left: calc(50% + 171px); }
  61%, 80%   { left: calc(50% - 171px); }
  81%, 100%  { left: calc(50% - 171px); }
}

@keyframes card3Swap {
  0%, 20%    { left: calc(50% + 171px); }
  21%, 40%   { left: calc(50% - 171px); }
  41%, 60%   { left: calc(50% - 513px); }
  61%, 80%   { left: calc(50% + 171px); }
  81%, 100%  { left: calc(50% + 171px); }
}




.section4-card-img {
  width: 305px;

  border-radius: 10px;
}

.section4-card-text {
  margin-top: 20px;
  color: var(--black);
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
}

.section5 {
    width: 1920px;
    height: 1240px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}

.section5-title {
    color: var(--white);
    font-family: "Luckiest Guy";
    font-size: 60px;
    font-weight: 400;
}

.section5-div {
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 360px;
    width: 1000px;
        height: 820px;
}

.section5-img {
    width:400px;

    margin-top: 60px;
}
.section5-img1 {
    width:400px;

    margin-top: 60px;
}
.section5-img {
  animation: tiltLeftImage 3s ease-in-out infinite;
  transform-origin: center;
  z-index: -1;
}

.section5-img1 {
  animation: tiltRightImage 3s ease-in-out infinite;
  transform-origin: center;
  z-index: -1;
}

@keyframes tiltLeftImage {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

@keyframes tiltRightImage {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(-4deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}


.section5-card {
  position: absolute;
    width: 428px;
    height: 725px;
    border-radius: 27px;
    background: var(--cta-hover);
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section5-text {
    color: var(--white);
    font-family: Jost;
    font-size: 26px;
    line-height: 1.4;
}


.ctaa {
    width: 179px;
    height: 52px;
    border-radius: 49px;
    background: var(--begie);
    color: var(--cta);
    font-family: Jost;
    font-size: 24px;
    font-weight: 600;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 0 0 1px var(--black), 6px 6px 0 0 var(--black);
    transition: 0.25s ease;
}

.ctaa:hover {
    transform: translate(-4px, -4px);
    box-shadow: 0 0 0 1px var(--black), 10px 10px 0 0 var(--black);
}

.ctaa:active {
    transform: translate(0, 0);
    box-shadow: 0 0 0 1px var(--black), 6px 6px 0 0 var(--black);
}
.section6 {
    width: 1450px;
    height: 600px;
    background: var(--navy);
    margin: 0 auto;
    padding: 0 100px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}

.section6-content {
  text-align: center;
  z-index: 2;
}

.section6-title {
  color: var(--white);
  font-family: "Luckiest Guy";
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.section6-text {
  color: var(--white);
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.section6-input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
   background-color: var(--begie);
    width: 610px;
  height: 83px;
  background-color: var(--begie);
  border: none;
  border-radius: 50px;
  padding: 0 30px;
}

.input {

  background-color: var(--begie);
  border: none;

  font-size: 22px;

  outline: none;    }       

.input:focus {
  outline: none;   
}


.input::placeholder {
  color: var(--black);
  font-family: Jost;
  font-style: italic;
  font-size: 24px;
}



.section6-img {
  width: 187px;
  height: 299px;
  position: absolute;
  top: 50%;
}

.left-img, 
.right-img {
  position: absolute;
  animation: radiate 2.2s ease-in-out infinite;
}


@keyframes radiate {
  0% {
    filter: drop-shadow(0 0 0px var(--lblue));
    transform: scale(1);
    opacity: 1;
  }
  50% {
    filter: drop-shadow(0 0 18px var(--lblue));
 
    opacity: 1;
  }
  100% {
    filter: drop-shadow(0 0 0px var(--lblue));
    transform: scale(1);
    opacity: 1;
  }
}


.left-img {
  left: 30px;
  top: 170px;
}

.right-img {
  right: 30px;
  top: 170px;
}


footer{
  width: 1920px;
height: 227px;
border-radius: 50px 50px 0 0;
background: var(--cta-hover);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 100px;
margin-top: 150px;
}
.footer-logo{
  width: 260px;


}
.footer-text{
  color: var(--white);
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* charecter page */
.bodyy{
    width: 1920px;
    height:2000px ;
    position: relative;
    margin: 0 auto;
    background-color: var(--blue);
    background-image: url(img/bk.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}
.section7 {
    width: 1920px;
    padding: 0 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 270px;
}

.section7-left,
.section7-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section7-rec1,
.section7-rec2,
.section7-rec3,
.section7-rec4,
.section7-rec6,
.section7-rec7,
.section7-rec5 {
    border-radius: 27px;
    background: var(--navy);
    padding: 30px;
}

.section7-rec7{
width: 497px;
height: 870px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 45px;
    flex-direction: column;

}
.section7-rec1 {
      width: 1105px;
    height: 420px;

}

.section7-rec2 {
    width: 1115px;
    height: 433px;
    overflow: hidden;
    position: relative;
}

.section7-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    


}
.section7-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.2; 
    pointer-events: none; 
}
.section7-rec3 {
    width: 1125px;
    height: 201px;
      background-color: var(--cta-hover);
}
.section7-rec6 {
     width: 497px;
    height: 170px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: var(--cta-hover);
}

.section7-rec4 {
width: 497px;
height: 500px;
  justify-content: center;
    display: flex;
    align-items: center;
}

.section7-rec5 {
width: 497px;
height: 380px;
position: relative;
}

.section7-logo {
  width: 1049px;
    height: auto;
}
.back{
  width: 52px;
}
.back:hover {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(18%) sepia(55%) 
          saturate(5092%) hue-rotate(349deg) brightness(96%) contrast(85%);
}

.back1{
    left: 60px;
    width: 52px;
    align-self: flex-start;
    z-index: 2;
    position: absolute;
}
.back1:hover {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(18%) sepia(55%) 
          saturate(5092%) hue-rotate(349deg) brightness(96%) contrast(85%);
}

.section7-redbox {
       border-radius: 21px;
    background: var(--cta);
    color: var(--white);
    padding: 15px 25px;
    font-family: "Germania One";
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 320px;
    position: relative;
    top: -60px;
    left: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section7-text,
.section7-text1,
.section7-text2 {
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
}
.section7-text3 {
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
}


.section7-title,
.section7-title1,
.section7-title2 {
    color: var(--cta);
    font-family: "Luckiest Guy";
    font-size: 32px;
    margin-bottom: 10px;
}
.section7-title{
  color: var(--white);
}

.section7-traits {
    display: flex;
    gap: 25px;
    margin-top: 15px;
 justify-content: center;
 align-items: center;
 padding: 30px;
}

.section7-traits span {
    color: var(--white);
    font-family: Jost;
    font-size: 18px;
}

.section7-charter {
    width: auto;
    height: 468px;
}


.section7-star {
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.section8{
      width: 1676px;
    height: 508px;
    border-radius: 27px;
    background: var(--navy);
    padding: 30px 330px;

  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}


.section8-title,
#section8-title{
  color: var(--white);
  font-family: "Luckiest Guy";
  font-size: 60px;
  font-weight: 400;
  margin: 30px 0 40px;
}


#section8-cards{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.section8-img {
  width: auto;
  height: 196px;

  animation: floatUpDown 3s ease-in-out infinite;
}


@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
  100% {
    transform: translateY(0); 
  }
}


.section8-text{
  color: var(--white);
  font-family: Jost;
  font-size: 24px;
  font-weight: 600;
}


.section8-text1{
  color: var(--white);
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
}
.section9{
      width: 1676px;
    height: 428px;
    border-radius: 27px;
    background: var(--navy);
    padding:0 100px ;
display: flex;
justify-content: center;
align-items: flex-start;
position: relative;
  margin: 0 auto;

  margin-top: 100px;
  flex-direction: column;
  gap: 30px;
}
.section9-ghost {
  width: 329px;
  height: auto;
  position: absolute;
  bottom: 30px;
  right: 100px;
  animation: floatGlow 3s ease-in-out infinite;
}


@keyframes floatGlow {
  0% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 0px var(--lblue));
    opacity: 1;
  }

  50% {
    transform: translateY(-10px) scale(1);
    filter: drop-shadow(0 0 18px var(--lblue));
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 0px var(--lblue));
    opacity: 1;
  }
}


.section9-title{
  color: var(--white);
font-family: "Luckiest Guy";
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.section9-subtitle{
  color: var(--white);

font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.rec{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.pro{
  width: 180px;
  height: auto;
  border-radius: 200px;
}
.div{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.bodyyyy{
    width: 1920px;
    height:1000px ;
    position: relative;
    margin: 0 auto;
    background-color: var(--navy);
    background-image: url(img/bk.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
        display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bodyyy{
    width: 1920px;
    height:1000px ;
    position: relative;
    margin: 0 auto;
    background-color: var(--blue);
    background-image: url(img/bk.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
}

.login-section {
width: 1046px;
height: 508px;
  margin: 50px auto;
  padding: 40px;
  background-color: var(--navy);
  border-radius: 20px;
  color: var(--white);
  text-align: center;
gap: 40px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.login-title {
  font-family: "Luckiest Guy";
  font-size: 36px;
  margin-bottom: 12px;
}

.login-subtitle {
  font-family: Jost;
  font-size: 18px;
  margin-bottom: 30px;
}

.login-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  text-align: left;
}

.login-input {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 18px;
  border-radius: 8px;
  border: none;
  background-color: var(--begie);
  outline: none;
  position: relative;
    z-index: 1;
}

.login-input::placeholder {
  color: var(--black);
  font-style: italic;
}

.login-input:focus {
  outline: none;
}
.login-img{
  width: 990px;
  position: absolute;
      bottom: 0px;


}


.ctal {
    position: relative;
    z-index: 1;
  width: 179px;
  height: 52px;
  border-radius: 49px;
  background: var(--cta);
  box-shadow: 0 9px 1px 0 var(--black);
  color: var(--white);
  font-family: Jost;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
    box-shadow: 0 0 0 3px var(--black), 6px 6px 0 0 var(--black);
  transition: 0.25s ease;
  position: relative;
  left: 30px;
}

.ctal:hover {
  transform: translate(-4px, -4px);
  box-shadow: 0 0 0 3px var(--black), 10px 10px 0 0 var(--black);
}

.ctal:active {
  transform: translate(0, 0);
  box-shadow: 0 0 0 3px var(--black), 6px 6px 0 0 var(--black);
}
.input-error {
 
    background-color: var(--cta); 
}.load {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--navy);
  background-image: url(img/bk.png);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.load-img {
  width: 200px;
  margin-bottom: 20px;
}
main{
  display: none;
}
.load-text {
  color: var(--white);
  font-family: "Luckiest Guy";
  font-size: 90px;
  
 
  width: 0;
  max-width: fit-content; 
  
  overflow: hidden;                 
  border-right: 0.15em solid var(--white); 
  white-space: nowrap;
  
 
  animation: typing 3s linear infinite alternate, blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  0% { width: 0; }

  70% { width: 100%; } 
  100% { width: 100%; } 
}
@keyframes blink-caret {
  0%, 50%, 100% { border-color: var(--white); }
  25%, 75% { border-color: transparent; }
}
.title{
  color: var(--lblue);
font-family: "Luckiest Guy";
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.text{
  color: var(--white);
font-family: Jost;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}