

body{
    margin:0;
    padding:0;
    font-family: 'Funnel Sans', 'Google Sans', serif; /*PICK A GOOGLE FONT */
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: scroll;
}

html {
    scroll-behavior: smooth;
    
}

#navbarlogo {
    width: 40px;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

nav {
    display: flex;
    height: 20px;
    gap: clamp(7px, 2vw, 40px);
    position: sticky;
    top:0;
    flex-direction: row;
    
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right,#aa3b5e, #67103a);
    z-index: 999;
    border-bottom: white 2px solid;
}



nav a {
    color: #e0d0d7;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
}

#links {
    margin-left: auto;
    display: flex;
    gap: 20px;
}

nav .navlink{
    display: inline-block;
    padding: 3px 10px; /* reserve space so hover doesn't change layout */
    border-radius: 10px;
    box-sizing: border-box;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    will-change: transform;
}

nav .navlink:hover{
    opacity: 100%;
    background-color: transparent;
    color: white;
    
}

nav .navlink::after {
  content: '';
  position: absolute;
  width: 100%; 
  height: 3px;
  left: 0;
  bottom: 0; 
  background-color: #ffffff; 
  transform: scaleX(0); 
  transform-origin: center; 
  transition: transform 0.3s ease-out; 
}

nav .navlink:hover::after {
  transform: scaleX(0.90);
  transform-origin: center;
}

#main {
    height: 100vh;

    background-image: url(media/topp.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
    align-items: top;
    background-attachment: fixed;
    color: white;
}

#content {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#topbtn {
    margin-top: 20px;
}

#topbtn a {
    display: inline-block;
    padding: 10px 20px;
    background: #67103a;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: background 1s ease;
    transition: transform 1s ease;
}

#topbtn a:hover {
    background-color: #8d40ac;
    transition: background-color 2s ease, transform 1s ease;
    transform: scale(1.05); transform: scale(1.05); 
}

/*#weave {
    width: 190vw;
    height: 40vh;
    background-color: #ffffff;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: -100;
    rotate: -30deg;

}
*/

#Gallery {
    padding-top: 5vh;
    top: 0;
    height: auto;
    width: 100%;
    background-color: #c1417f;
    margin: 0;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    
}

#btnimgs a{
    display: inline-block;
    padding: 10px 6vw;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #67103a;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    transition: transform 0.3s ease;
}

#btnimgs a:hover {
    background: #aa3b5e;
    transform: scale(1.05);
}

#imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#Contact {
    min-height: 100vh;
    width: 100%;
    background-color: #3b833e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.contact-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.contact-title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: #67103a;
    margin-bottom: 25px;
    margin-top: 0;
}

.phone-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.phone-container h3 {
    margin: 0;
    color: #333;
    font-size: 1.2rem;
}

.phone-container a {
    color: #67103a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-container a:hover {
    color: #aa3b5e;
}

#Socials {
    height: auto;
    width: 100%;
    background-color: #4b82c4;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    
}

#Socials h2 {
    margin: 0;
}

.social-links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Mystory {
    height: auto;
    width: 100%;
    background-color: #638392;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
}

#mscont {
    margin-left: clamp(10px, 3vw, 30px);
}

#btnmscont a {
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 20px;
    background: #67103a;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
    transition: transform 0.3s ease;
}

#btnmscont a:hover {
    background: #aa3b5e;
    transform: scale(1.05);
}

#footer {
    text-align: center;
    height: 5vh;
    width: 100%;
    background-color: #ffffff;
    margin: 0;
}

.galimg {
    width: clamp(100px, 45vw, 400px);
    height: auto;
    margin: 0;
    border-radius: 10px;
    object-fit: cover;
    border: 5px solid white;
    transition: transform 400ms ease;
}

.galimg:hover {
    transform: scale(1.1) rotate(7deg) translate3d(0, 0, 0.1px);
    
}







@media (max-width: 768px) {
    .main {
        background-size: contain;
        background-position: center top;
    }

  nav a {
    padding: 2px 5px;
    text-wrap: nowrap;
  }

  #topbtn a {
    padding: 8px 16px;
  }

  #btnimgs a {
    padding: 8px 4vw;
  }

  #mscont {
    margin-left: clamp(5px, 2vw, 15px);
  }

  .galimg {
    width: clamp(80px, 40vw, 350px);
  }

  .contact-container {
    padding: 25px 20px;
    margin: 10px;
  }

  #contform {
    gap: 15px;
  }

  #contform input[type="email"],
  #contform textarea {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  #contform button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .phone-container {
    flex-direction: column;
    gap: 5px;
  }
}


#contform {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
    width: 100%;
}

#contform label {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-weight: 500;
    color: #333;
    font-size: 1rem;
}

#contform input[type="email"],
#contform textarea {
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    margin-top: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

#contform input[type="email"]:focus,
#contform textarea:focus {
    outline: none;
    border-color: #67103a;
    box-shadow: 0 0 0 3px rgba(103, 16, 58, 0.1);
}

#contform textarea {
    min-height: 120px;
    resize: vertical;
}

#contform button {
    padding: 15px 30px;
    background: #67103a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

#contform button:hover {
    background: #aa3b5e;
    transform: translateY(-2px);
}

#contform button:active {
    transform: translateY(0);
}
.btnsocials {
    
    padding: 10px 10px;
    text-align: center;
    display: inline-block;
    margin: 0;

    margin-top: 15px;

    background-color: #67103a;
    border-radius: 5px;
    transition: background 0.3s ease;
    width: 25vw;
    height: auto;
}

.btnsocials a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}

.btnsocials:hover {
    background-color: #aa3b5e;
}


.bio-main {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: white;
}

.bio-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.bio-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bio-content {
    text-align: center;
    max-width: 800px;
}

.bio-content h1 {
    color: black;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 20px;
}

.bio-content p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 15px;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .bio-container {
        flex-direction: row;
        text-align: left;
    }

.bio-content {
        text-align: left;
        margin-left: 40px;
    }
}


.gallery-main {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, #aa3b5e, #67103a);
}

.gallery-container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.gallery-title {
    color: white;
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery-subtitle {
    color: #e0d0d7;
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 30px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.gallery-item {
    width: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid white;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

@media (max-width: 1000px) {
    .gallery-main {
        padding: 0;
        min-height: 100vh;
    }

    .gallery-container {
        max-width: 100%;
        padding: 20px;
    }

    .gallery {
        flex-direction: column;
        align-items: center;
    }

    .gallery-item {
        width: 100%;
        max-width: 500px;
    }
}
