/* main css */

:root {
  --accent-yellow: #f9d66a;
  --accent-pink: #ff6fb7;
  --accent-orange: #ffb36b;
  --text-dark: #111;
  --muted: #666;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  color: var(--text-dark);
  background: #fff;
}
body {
  padding-top: 120px; 
}


img {
  max-width: 100%;
  display: block;
}

.container {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 20px;
}


.topbar-text {
  font-size: 13px;
  color: #083b54;
}

.main-nav {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-sub {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

.login-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #111;
}

.avatar-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}

.avatar-circle {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #ff67c3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.status-dot {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: #4cd964;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.login-text {
  font-size: 15px;
  font-weight: 600;
}

.nav-shrink {
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.nav-shrink .logo-img {
  height: 42px;
}

.hero-banner {
    width: 100%;
    height: 500px;
    background-image: url(../img/banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 100px;
}

.banner-content {
    max-width: 610px;
    color: #fff;
}

.banner-eyebrow {
  font-size: 40px;
  margin: 0;
  color: #ffe88a;
}

.banner-title {
  font-family: 'Montserrat Subrayada', sans-serif;
  font-size: 110px;
  font-weight: 500;
  color: #ffec7a;
  line-height: 0.9;
  margin: 10px 0;
}


.banner-desc {
  font-size: 18.5px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.9);
}

.banner-btn {
    display: inline-block;
    padding: 12px 26px;
    background: linear-gradient(90deg, #ffd45a, #FFEFB1);
    color: #FF66C4;
    font-weight: 500;
    border-radius: 24px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.6px;
}

.logo-wrap {
  position: relative;
  width: 288px;          
  height: 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;        
}

.dotted-ring {
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff;
    position: absolute;
    width: 300px;
    height: 300px;
    transform-origin: 50% 50%;
    z-index: 0;
    pointer-events: none;
    will-change: transform;
    animation: ring-rotate 12s 
linear infinite;
}

.about-logo-img {
  position: relative;
  z-index: 1;          
  width: 160px;
  height: auto;
  object-fit: contain;
  background: transparent;
}

@keyframes ring-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


.about-section {
  padding: 70px 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.about-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-logo-img {
    width: 100%;
    max-width: 234px;
    height: auto;
    object-fit: contain;
    margin-bottom: 0px;
}

.about-content {
    max-width: max-content;
}

.welcome {
  margin: 0 0 12px;
  color: #caa048;
  font-weight: 400;
  font-size: 25px;
}

.accent {
  color: #ff51bc;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1.2px;
}

.about-text {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    text-align:justify;
}
.about_contents{
    margin-bottom: 40px;
}

.btn.secondary {
  background: #FF66C4;
  color: #fff;  
  font-size: 18px;
  letter-spacing: 0.6px;
  padding: 12px 26px;
  text-decoration: none;
  border-radius: 24px;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.site-footer { 
  background: linear-gradient(90deg, #ff6fb7, #FFDD59);
  color: #fff;
  padding: 18px 0;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.7s cubic-bezier(.2,.9,.3,1);
}

.revealed {
  opacity: 1;
  transform: translateY(0);
}


.rectangle1 {
  width: 340px;
  height: 50px;
  background: linear-gradient(90deg, #ffffff00, #ff6fb7, #FFDD59);
  position:absolute ;
  left: 50px;
  border-radius: 0px 50px 50px 0px;
  top: 0%;
  transform: translateY(-40%);
  animation: moveRighta 3s ease-out forwards;
}
.rectangle2 {
  width: 200px;
  height: 50px;
  border-radius: 0px 50px 50px 0px;
  background: linear-gradient(90deg, #ffffff00, #ff6fb7, #FFDD59);
  position:absolute ;
  left:0;
  top: 30%;
  transform: translateY(-40%);

  animation: moveRightb 2.6s ease-out forwards;
}
.rectangle3 {
  width: 270px;
  height: 50px;
  border-radius: 0px 50px 50px 0px;
  background: linear-gradient(90deg, #ffffff00, #ff6fb7, #FFDD59);
  position:absolute ;
  left: 100px;
  top: 60%;
  transform: translateY(-40%);

  animation: moveRightc 3s ease-out forwards;
}
.rectangle4 {
  width: 400px;
  height: 50px;
  border-radius: 0px 50px 50px 0px;
  background: linear-gradient(90deg, #ffffff00, #ff6fb7, #FFDD59);
  position:absolute ;
  left:50px;
  top: 90%;
  transform: translateY(-40%);

  animation: moveRightd 3s ease-out forwards;
}

/* Keyframes */
@keyframes moveRighta {
  from {
    left: -30px;
  }
  to {
    left: calc(100% - 360px);
  }
}
@keyframes moveRightb {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 240px);
  }
}
@keyframes moveRightc {
  from {
    left: -50px;
  }
  to {
    left: calc(100% - 340px);
  }
}
@keyframes moveRightd {
  from {
    left: 0;
  }
  to {
    left: calc(100% - 420px);
  }
}


.rectangle5 {
  width: 340px;
  height: 50px;
  background: linear-gradient(90deg,  #ff6fb7, #FFDD59, #ffffff00);
  position:absolute ;
  right:500px;
  border-radius: 50px 0px 0px 50px;
  top: 0%;
  transform: translateY(-40%);
  animation: moveRighte 3s ease-out forwards;
}
.rectangle6 {
  width: 270px;
  height: 50px;
  border-radius: 50px 0px 0px 50px;
  background: linear-gradient(90deg, #ff6fb7, #FFDD59, #ffffff00);
  position:absolute ;
  right:500px;
  top: 30%;
  transform: translateY(-40%);

  animation: moveRightf 2.6s ease-out forwards;
}
.rectangle7 {
  width: 200px;
  height: 50px;
  border-radius: 50px 0px 0px 50px;
  background: linear-gradient(90deg, #ff6fb7, #FFDD59, #ffffff00);
  position:absolute ;
  right:500px;
  top: 60%;
  transform: translateY(-40%);

  animation: moveRightg 3s ease-out forwards;
}
.rectangle8 {
  width: 400px;
  height: 50px;
  border-radius: 50px 0px 0px 50px;
  background: linear-gradient(90deg, #ff6fb7, #FFDD59, #ffffff00);
  position:absolute ;
  right:500px;
  top: 90%;
  transform: translateY(-40%);

  animation: moveRighth 3s ease-out forwards;
}

/* Keyframes */
@keyframes moveRighte {
  from {
    right: -30px;
  }
  to {
    right: calc(100% - 360px);
  }
}
@keyframes moveRightf {
  from {
    right: 0;
  }
  to {
    right: calc(100% - 320px);
  }
}
@keyframes moveRightg {
  from {
    right: -50px;
  }
  to {
    right: calc(100% - 210px);
  }
}
@keyframes moveRighth {
  from {
    right: 0;
  }
  to {
    right: calc(100% - 420px);
  }
}





@media (max-width: 420px){
  .hero-banner{
    margin-top: -20px;
    height: 150px;
  } 
  .banner-title {
        font-size: 30px !important;
    }
    .banner-desc {
        margin-bottom: 0px !important;
        font-size: 10px !important;
    }
}

@media (max-width:720px){
  .hero-banner{
    margin-top: -10px;
    height: 170px;
  }
  .banner-title {
        font-size: 30px !important;
        margin:0px !important;
    }
    .banner-eyebrow {
        font-size: 16px;
    }
    
    .banner-desc{
      margin-bottom:0px;
      font-size: 14px;
    }
    .banner-btn{
      margin-top: 5px;
      padding: 8px 20px;
      font-size: 14px;
    }


}




@media (max-width: 900px) {
  .logo-wrap {
    width: 220px;
    height: 220px;
  }
  .dotted-ring {
    width: 220px;
    height: 220px;
  }
  .about-logo-img {
    width: 130px;
  }
  .hero-banner{
    margin-top: -10px;
    height: 230px;
  }
}


@media (max-width: 900px) {

  .banner-overlay {
    padding-left: 24px;
  }
  .banner-title {
    font-size: 50px;
  }
  .banner-desc {
    font-size: 14px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-logo-img {
    margin: 0 auto;
  }
  .banner-eyebrow {
    font-size: 20px;
    margin: 0;
    color: #ffe88a;
  }
}






