/* =============
fonts
===============*/
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* =============
variables
===============*/
:root{
    
    --primary-color-1:#060505;
    --primary-color-2:#f9f5e8;
    --primary-color-3:#004bad7c;
    --primary-color-4:#263734;
    --primary-color-5:#ffffff;
    --primary-color-6:#004AAD;
    --primary-color-7:#26373446;
    
    --transition:all 300ms linear;
    --spacing:0.25rem;
    --radius:0.9rem;

    --black-1:#222;
     
    

    --transition:all 300ms linear;
    --spacing:0.25rem;
    --radius:0.9rem;

    --ff-primary-1:"Poppins", sans-serif;
    --ff-primary-2:"Poppins", sans-serif;
    --ff-main-title:"Poppins", sans-serif;
}
/* ==========
global styles
========== */
php{
    scroll-behavior: smooth;
}
body::-webkit-scrollbar{
    width: 0.5rem;
  }
  body::-webkit-scrollbar-track{
    background: var(--primary-color-5);
  }
  body::-webkit-scrollbar-thumb{
    background: var(--primary-color-6);
  }
body{
max-width: 100vw;
overflow-x: hidden;
}

 .fa-brands{
    font-size: 3rem;
    color: var(--primary-color-5);
 }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100vw;
}
a{
    text-decoration: none;
    color: var(--primary-color-5);
}

ul{
    list-style-type: none;
}
img{
    width:100%;
    display:block;
  }
  .btn{
    text-transform: capitalize;
    background: var(--primary-color-6);
    padding: 0.5rem 1.5rem;
    border-radius: var(--radius);
    /* letter-spacing: var(--spacing); */
    /* font-size: 1rem; */
    cursor: pointer;
    font-family: var(--ff-primary-1);
    color: var(--primary-color-5);
    /* margin: auto; */
    animation: btn 5s;
    animation-fill-mode: forwards;
    opacity: 0;

  }
 .btn:hover{
    background: var(--primary-color-5);
    transition: var(--transition);
    color: var(--primary-color-6);
 }
 @keyframes btn{
    0%{
     
    }
    25%{
    }
    100%{
        opacity: 1;
    }
}

 h1{
     font-family: var(--ff-main-title);
     font-weight: 200;
     text-transform: capitalize;
     font-size: 2.75rem;
     color: var(--primary-color-4);
 }
 @media screen and (max-width:576px){
    h1{
        font-size: 1.5rem; 
        font-weight: 200;
    }
 }
 h2{
    background: var(--primary-color-6);
    font-family: var(--ff-primary-1);
    max-width: fit-content;
    padding: 0.15rem 1.5rem;
    /* font-weight: 200; */
    color: var(--primary-color-5);
    font-size:1.625;
    /* border-radius: 0.5rem; */
    text-transform: capitalize;
    border-radius: var(--radius);
    font-weight: 400;
 }
 h3{
     font-family: var(--ff-primary-1);
     text-transform: capitalize;
     font-weight: 400;
     font-size: 1.25rem;
     color: var(--primary-color-4);
 }
 p{
     font-family: var(--ff-primary-1);
     /* letter-spacing: 2px; */
     color: var(--primary-color-4);
     font-size: 1rem;
     line-height: 1.5rem;
     font-weight: 300;
 }
 @media screen and (max-width:576px){
    p{
        font-size: 1rem;
        font-weight: 200;
    }
 }
 .content-divider{
    height:0.5rem;
    background:linear-gradient(
      to left,
      var(--primary-color-4),
      var(--primary-color-2),
      var(--primary-color-4));
  }
  .clearfix::before {
    content: "";
    clear: both;
    display: table;
  }
/* ==========
hero
========== */

.home-page-container {
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), 
        url(./models/1.JPG);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-container {
    padding: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.hero-img {
    padding: 0 8rem;
}

.hero-img img {
    width: 25rem;
    position: relative;
    top: -0.001rem;
    right: 1rem;
}

.nav-button {
    text-align: center;
    padding: 1rem 0;
}

.about-us-btn {
    background: var(--primary-color-6);
}

.call-to-action {
    display: flex;
    gap: 2rem;
}

.hero-main-text h1 {
    font-size: 4rem;
    color: var(--primary-color-5);
    text-transform: capitalize;
    max-width: 40rem;
    font-weight: 300;
}

.hero-sub-text p {
    font-size: 1rem;
    max-width: 35rem;
    color: var(--primary-color-5);
}

.contribute-btn {
    background: none;
    border-bottom: 3px solid var(--primary-color-2);
}

/* Mobile and Small Screen Adjustments */
@media screen and (max-width: 770px) {
    .home-page-container {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
            url(./models/thayandasonamzi/1.jpg);
        overflow: hidden;
        background-attachment: scroll;
    }

    .hero-container {
        padding: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hero-img, .nav-button, .call-to-action {
        visibility: hidden;
    }

    .hero-main-text h1 {
        width: 100vw;
        position:relative;
        bottom: -80%;
        /* display: none; Only for max-width 576px */
    }

    .hero-sub-text p {
        /* background: black; */
        width: 65vw;
        text-align: justify;
        min-height: 30rem;
        display: flex;
        align-items: center;
        font-size: 1rem;
    }
}
@media screen and (max-width: 567px) {
    .hero-main-text h1{
        display: none;
    }
}
/* ==========
nav
========== */
.hamburger {
    display: none;
  }
.nav-container{
    background: var(--primary-color-5);
    padding: 0 8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.nav-button .material-symbols-outlined{
    /* border: 2px solid black; */
    position: relative;
    top: 0.4rem;
}
.logo img{
    max-width: 9rem;
    /* padding: 2rem 0; */
}
.nav-items{
    display: flex;
    flex-direction: row;
    
}
.nav-items a{
    font-size: 1.125rem;
    color: var(--primary-color-6);
    text-transform: capitalize;
    font-family: var(--ff-primary-1);
}
.nav-items {
    list-style-type: none; /* Remove default bullet points */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    display: flex; /* Align items horizontally */
}

.nav-items li {
    position: relative; /* Position for dropdown */
}

.nav-items li a {
    display: block; /* Ensure clickable area */
    padding: 10px 20px; /* Add padding */
    
}

.nav-items li a:hover {
    background-color: var(--primary-color-6); /* Hover background color */
    color:var(--primary-color-5);
    /* border-radius: var(--radius); */
}

.dropdown-content {
    display: none; /* Hide dropdown by default */
    position: absolute; /* Absolute positioning */
    background-color: white; /* Background color */
    min-width: 160px; /* Minimum width */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Add shadow */
    z-index: 1; /* Ensure dropdown is on top */
    list-style-type: none; /* Remove default bullet points */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.dropdown-content li a {
    padding: 12px 16px; /* Add padding */
    text-decoration: none; /* Remove underline */
    display: block; /* Make the link fill the container */
    color: var(--primary-color-6); /* Text color */
}
.burger-container .material-symbols-outlined{
    font-size: 3rem;
    color: var(--primary-color-6);
}
.burger-container .material-symbols-outlined:hover{
    cursor: pointer;
}
.nav-mobile a{
    font-family: var(--ff-primary-1);
    text-transform: capitalize;
}
#menu{
    font-size: 2.5rem;
    color: var(--primary-color-6);
    cursor: pointer;
}
.dropdown-content li a:hover {
    background-color: var(--primary-color-6); /* Hover background color */
}

.dropdown:hover .dropdown-content {
    display: block; /* Show dropdown on hover */
}

@media screen and (max-width:760px){
    .nav-items {
      display: none;
      visibility: hidden;
    }
    
    .nav-container {
      margin: 0;
      padding: 1rem 2rem;
      overflow: hidden;
      max-height: 6rem;
    }
    

    .hamburger {
      display: flex;
      color: white;
      height: 100%;
      justify-content: space-between;
      width: 100%;
    }
    
    .hamburger a {
      flex: 2;
      
    }
    
    .nav-mobile {
      display: none;
      transition: all 0.2s linear;
    }
    
    #check:checked ~ .nav-mobile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    
    .nav-mobile {
      position: absolute;
      top: 6.25rem;
      right: 0;
      background: var(--primary-color-5);
      z-index: 1;
      width: 200px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
    }
    
    .nav-mobile a {
      color: var(--primary-color-6);
      display: block;
      padding: 0;
      margin: 0;
      padding: 15px 0px;
      text-decoration: none;
      font-family: var(--ff-primary);
      font-weight: 500;
      font-size: 20px;
      transition: var(--transition)
    }
    
    .hamburger > a {
      font-size: 22px;
      font-weight: 500;
    }
    
    .menu{
      color: var(--clr-white);
      margin: 0;
      font-size: 100px;
    }
    
    .nav-mobile a:hover {
      border-bottom: 3px solid var(--primary-color-6);
    }
    
      
    /* hide checkbox */
    #check {
    position: absolute;
    opacity: 0;
    width: 0; 
    height: 0;
    }
    
    .checkbtn {
      padding-right: 13px;
    }
    
    .checkbtn i {
      font-size: 30px;
    }
  }
/* ==========
facts
========== */
.facts-container{
    padding: 0 8rem;
    /* border: 2px solid #000080 ; */
    background: var(--primary-color-1);
    height: 14rem; 
    display: flex; 
}
.facts-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.facts-items li{
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    justify-content: space-between;
    align-items: center;
    color: var(--primary-color-5);
    text-transform: capitalize;
}

.facts-items h2,.facts-items  p{
    color: var(--primary-color-5);
    background: none;
    font-weight: 400;
}
.facts-items p{
    font-size: 1rem;
    text-align: center;
}
.icon{
    grid-row-start: 1;
    grid-row-end: 3;
    /* border: 2px solid #000080; */
    text-align: center;
    height: 5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0 1rem;
    margin: auto;
}
.icon .fa-solid{
    font-size: 3rem;
    display: flex;
    justify-items: center;
    align-items: center;
    margin: auto;
    transition: var(--transition);
}
.icon .fa-solid:hover{
    color: var(--primary-color-6);
}

.number h2{
    padding: 0;
    text-align: left;
}

@media screen and (max-width:900px){
    .facts-items{
        display: flex;
        flex-direction: column;
        gap: 3rem;   
        padding: 2rem 0; 
        /* overflow-x: hidden; */
    }
    .facts-items li{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: fit-content;
        /* border: 2px solid black; */
        
    }
    .facts-items p{
        width: 10rem;
        /* border: 2px solid black; */
    }
    .facts-container{
        height: fit-content;
        /* border: 2px solid black; */
        display: flex;
        justify-content: center;
    }
    .icon .material-symbols-outlined{
        margin: auto;
    }
}

/* ==========
about
========== */
.about-container{
    padding: 5rem 8rem;
    /* height: 100vh; */
    max-width: 100vw;
    display: flex;
    /* justify-content: space-between; */
    /* gap: 3rem; */
    /* border: 2px solid #000080 ; */
}
.about-text-container{
    /* max-width: 50%; */
    text-align: justify;
}
.about-main-text{
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-align: center;
}
.about-title h2{
    margin: auto;
    /* text-align: center; */
}
.about-us-btn:hover{
    background: var(--primary-color-1);
}

@media screen and (max-width:576px){
    .about-text-container{
        max-width: 100%;
        text-align: justify;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
        padding: 1rem;
    }
    .about-img{
        width: 100%;
        max-width: 100%;
        display: none;
    }
    .about-container{
        padding: 5rem 0;
        height: fit-content;
        /* border: 2px solid black; */
        display: flex;
        flex-direction: column;
        width: 100vw;
    }
}
@media screen and (max-width:1000px){
    .about-text-container{
        max-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-img{
        width: 100%;
        max-width: 100%;
    }
    .about-container{
        padding: 5rem 0;
        height: fit-content;
        /* border: 2px solid black; */
        display: flex;
        flex-direction: column;
        width: 100vw;
    }
    .about-sub-text p{
        max-width: 90vw;
        font-size: 1rem;
        text-align: justify;
    }
}
/* ==========
features
========== */
#reviews{
    text-align: center;
    color: var(--primary-color-3);
    font-family: var(--ff-primary-1);
    padding: 1rem;
    transition: var(--transition);
}
#reviews:hover{
    color: var(--primary-color-6);
}
.features-container{
    padding: 2rem 4rem;

    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* border: 2px solid #000080 ; */
}
.features-text{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding-bottom: 3rem;
}
.card-title{
    text-align: center;
    
}
.card-title h3{
    font-weight:bold ;
    font-size: 1.25rem;
}
.card-icon{
    width:60%;
    text-align: center;
}
.card-icon img{
    border-radius: 50%;
}
.card-text{
    text-align: center;
}
.features-main-text h1{
    /* max-width: 30rem; */
    text-align: center;
    padding-top: 1rem;
}
.features-cards-con{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-height: 70%;
    /* width: 100%; */
    /* border: 2px solid #000080 ; */
    
}
.features-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--primary-color-5);
    width: 30%;
    /* border: 2px solid var(--primary-color-3); */
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 0 1rem var(--primary-color-7) ;
    gap: 1.25rem;
    transition: var(--transition);
}
.features-card:hover{
    transform: scale(1.02);
}

@media screen and (max-width:850px){
    .features-container{
        max-width: 100vw;
        text-align: center;
        height: fit-content;
        /* padding: 2rem 0; */
        /* padding-bottom:  4rem; */
        display:flex;
        align-items: center;
       
    }
    .features-text{
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        padding-bottom: 3rem;
    }
    .features-cards-con{
        display: flex;
        flex-direction: column;
        justify-content:center;
        height: fit-content;  
        gap: 1rem;      
    }
    .features-card{
        /* width: 100vw; */
        /* max-width: 100vw; */
        padding: 0.5rem;
    }
    .features-card{
        width: 90vw;
        max-width: 100vw;
    }
    .card-text p{
        font-size: 1rem;
    }
}
/* ==========
gallery
========== */
#gallery{
    margin: 2rem auto;
    text-align: center;
}
.carousel {
    width: 100vw;
    height: 90vh;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin: 2rem 0;
  }
  
  .carousel-items {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .carousel-item {
    min-width: 100%;
    height: 100vh;
    position: relative;
  }
  
  .carousel-item img {
    width: 40%;
    height: 100%;
    margin: auto;
    /* object-fit: cover; */
  }
  
  .carousel-caption {
    display: flex;
    position: absolute;
    bottom: 10%;
    font-family: var(--ff-primary-1);
    color: var(--black-1);
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    align-items: center;
    gap: 1rem;
    width: 100vw;
    justify-content: space-between;
  }
  .carousel-caption p{
    background: var(--primary-color-5);
    border-radius: var(--radius);
    padding: .5rem;
  }
  
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color-5);
    color: var(--primary-color-6);
    border: none;
    padding: 1rem;
    cursor: pointer;
    border-radius: 50%;
    font-size: 30px;
    transition: var(--transition);
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  .prev:hover, .next:hover {
    background-color: var(--primary-color-6);
    color: var(--primary-color-5);
  }
  @media screen and (max-width:876px){
    .carousel-item img{
        width: 100%;
    }
}
  @media screen and (max-width:576px){
    .carousel{
        height: 80vh;
        width: 100vw;
    }
    .carousel-item img{
        height: 80%;
        width: 100%;
    }
    .gallery-container{
        padding: 0;
        padding-bottom: 4rem;
        height: fit-content;
        overflow-x: hidden;
    }
    .gallery-main-text h1{
        width: 100vw;
        max-width: 100vw;
    }
    .gallery-text{
        width: 100vw;
        max-width: 100vw;
    }
    .gallery-slideshow{
        padding: 0;
    }
   .carousel-caption{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 35%;
    height: 65%;
   }
   .carousel-caption p{
    font-size: 1rem;
    padding: .125rem .5rem;
   }
   .carousel-caption .btn{
    display: none;
   }
   .prev, .next{
    font-size: 1rem;
   }
   #gallery{
    margin: auto;
    padding-top: 0;
   }
    
}

/* ==========
contributions
========== */
.contributions-container{
    padding:10rem 8rem;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    margin: auto;
    max-width: 100vw;
    /* border: 2px solid #000080 ; */
}

.contributions-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    /* max-width: 50%; */
}

#arrow{
   position: relative; 
   right: 12rem;
   bottom: 12rem;
   max-width: 30rem;
   max-height: 22rem;
}
#con-card{
    position: relative;
    bottom: 5rem;
    right: 15rem;
    max-width: 32rem;
}
.contributions-text{
    padding-bottom: 3rem;
}
.contributions-main-text{
    padding-top: 1rem;
    padding-bottom: 2rem;
}

@media screen and (max-width:1000px){
    .contributions-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
        gap: 4rem;
        margin: auto;
    }
    #con-card{
        /* position: unset; */
        /* right: 0; */
        /* bottom: 0; */
        /* width: fit-content; */
        /* padding: 0 4rem; */
        /* max-width: fit-content; */
        /* visibility: hidden; */
        height: 1rem;
        width: 1rem;
    }
    #arrow{
        visibility: hidden;
        width: 1rem;
    }
    .contributions-text{
        max-width: 90vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: justify;
        max-height: fit-content;
    }
    .contributions-text p{
        text-align:justify;
    }
    .contributions-img{
        display: none;
        align-items: center;
        background: none;
        padding: 0 8rem;
        
        height: 1rem;
        
    }
    
    
}
/* ==========
apply
========== */
.apply-form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    margin: 4rem auto;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--ff-primary-1);
  }
  .application-container{
    display:flex;
    flex-direction:column;
    gap:2rem;
    text-align: center;
    overflow-x: hidden;
  }
  .application h2{
    margin: auto;
  }
  .outlines{
    display:flex;
    justify-content: center;
    gap: 1rem;
  }
  .cat{
    background: var(--primary-color-6);
    transition: var(--transition);
  }
  .cat:hover{
    background: var(--primary-color-3);
  }
  .cat a{
    width: 100%;
  }
  .cat p{
    padding: 1rem;
    color: var(--primary-color-5);
  }
  .option{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .apply-form h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .apply-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .apply-form textarea{
    width: 100%;
  }

  .apply-form input[type="text"],
  .apply-form input[type="email"],
  .apply-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
  }

  .apply-form input[type="radio"] {
    margin-right: 10px;
  }

  .apply-form .radio-options {
    margin-bottom: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .apply-form button {
    width: 100%;
    padding: 10px;
    background-color: var(--primary-color-6);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }

  .apply-form button:hover {
    background-color: #0056b3;
  }
  @media screen and (max-width: 992px) {
    .outlines{
        flex-direction: column;
    }
  }
/* ==========
contact
========== */
.contact-container,.application{
    padding: 4rem ;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* align-items: center; */
    width: 100%;
    gap: 2rem;
    text-align: center;
    /* border: 2px solid #000080 ; */
    margin: auto;
}




label{
    font-family: var(--ff-primary-1);
    font-size: 1.25rem;
}

.contact-form ,#talentform{
    background: var(--primary-color-5);
    padding: 20px;
    /* border-radius: 8px; */
    box-shadow: 0 4px 10px var(--primary-color-3);
    /* width: 30%; */
    text-align: center;
    width: 50rem;
  }
  #talentform{
    margin: auto;
    padding: 2rem;
  }

  .contact-form input, .contact-form textarea ,#talentform input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
  }
  .contact-form button,#talentform button {
    background-color: var(--primary-color-6);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  .contact-form button:hover {
    background-color: var(--primary-color-6);
  }
    .contact-title{
        margin: auto;
    }
    .contact-title h2{
        width: 100%;
    }

 /* ==========
model page
========== */
#model-title{
    width: 100%;
    text-align: center;
    margin:auto;
    padding: 2rem 0;
}
.model-container{
    display: flex;
    padding: 0 8rem ;
    padding-bottom: 8rem;
    gap: 2rem;
}
.men-container h3,.women-container h3{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color-5);
    margin: auto;
}
.men-container{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
    url(./models/atero/1.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100vh;
    transition: var(--transition);
}
.women-container{
    width: 50%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
    url(./models/thayandasonamzi/Profile\ Pic.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: var(--transition);
}
.men-container:hover,.women-container:hover{
    opacity: 0.9;
}
@media screen and (max-width: 992px) {
    .men-container,.women-container{
        height: 50vh;
        width: 90vw;
    }
    .model-container{
        padding: 1rem;
        gap: 1rem;
    }
    #model-title{
        font-size: 2.3rem;
        display: none;
    }
}

 /* ==========
individual page
========== */
.profile{
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.details{
    display: flex;
    gap: 1rem;
}
.images-container{
    width: 100%;
    /* background: black; */
    display: flex;
    flex-wrap: wrap;
    padding: 4rem;
    gap: .35rem;
}
.images-container img{
    width: 32%;
}
.videos-container{
    width: 50%;
}
.bio{
    text-align: justify;
    padding-top: 2rem ;
    max-width: 50%;
}
.name{
    color: var(--primary-color-3);
}
@media screen and (max-width: 700px) {
    .details{
        padding: 0.5rem;
        gap: 0.45rem;
        
    }
    .details p, .location p{
        font-weight: 100;
        font-size: 0.85rem;
    }
    .bio{
        padding: 1rem;
        padding-top: 2.5rem;
        text-align: justify;
        max-width: 100%;
    }
    .images-container{
        display: flex;
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
    }
    .name{
        font-weight: 300;
    }
    .images-container img{
        width: 100%;
    }
    .videos-container{
        width: 100%;
    }
}
 /* ==========
talentshe
========== */
.talent-container{
    display: flex;
    flex-wrap: wrap; /* Allows cards to wrap to the next row */
    gap: 2%; /* Space between the cards */
    justify-content: space-around;
    width: 100%;/* Add space between the columns */
    
}

.person-container{
    padding: 0 4rem;
    display: flex;
    flex-direction: column;   
}

.person-container h1{
    text-align: center;
    padding: 2rem;
}

#person-btn{
    margin: .5rem auto;
    width: fit-content;
}
#person-btn:hover{
    color: var(--primary-color-6);
    background-color: var(--primary-color-1);
}


.talent-container2{
    box-shadow: 0 5px 15px var(--primary-color-7);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%; 
    height: 50%;
    margin: 1rem 0; /* Adjust the margin to have spacing between cards */
    transition: var(--transition);
    /* border-radius: var(--radius); */
    /* padding: 1rem; */
    text-align: center;
}
.talent-title h2{
    background: none;
    color: var(--primary-color-6);
    /* width: 100%; */
}
.talent-container2:hover{
    transform: scale(1.02);
}
.talent-img{
    width: 50%;
}
.talent-img img{
    /* border-top-right-radius: var(--radius); */
    /* border-bottom-right-radius: var(--radius); */
    width:100%;
    height: 25rem;
    object-fit: cover;
}

.talent-text-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 50%;
    padding: 1rem;
    align-items: center;
}

.manifesto-container{
    padding: 0 4rem;
    display: flex;
}

.manifesto-card {
    margin: 2rem auto;
    /* border-radius: var(--radius); */
    box-shadow: 0 5px 15px var(--primary-color-7);
    transition: var(--transition);
    width: 30%;
}

.manifesto-card:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px var(--primary-color-6);
}

.manifesto-img {
    height: 17rem;
    object-fit: cover;
    /* border-top-left-radius: var(--radius); */
    /* border-top-right-radius: var(--radius); */
}

.manifesto-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: justify;
    padding: 2rem 1rem ;
}

.manifesto-info h3{
    text-transform: capitalize;
    text-align: center;
}



.manifesto-btn {
    font-size: 0.75rem;
    text-transform: capitalize;
    padding: 0.75rem;
    border-radius: var(--radius);
    font-weight: 400;
    max-width: 5rem;
    margin: auto;
}
@media screen and (max-width: 460px) {
    .talent-img,.talent-text-container,.talent-container2{
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .manifesto-container {
        flex-direction: column; 
        flex-wrap: nowrap;
        gap: 2rem;
        height: 100%; 
    }
    .talent-container{
        display: flex;
        /* flex-direction: row; */
        /* flex-wrap: nowrap; */
        width: 100%;
    }
    .talent-text-container{
        flex-direction: row;
        padding: .5rem;
        justify-content: space-between;
        /* align-items: baseline; */
        gap: 0;
        /* width: 100%; */
        margin: 0;
    }
    .talent-main-text{
        display: none;
    }
    #person-btn{
        margin: 0;
        display: inline;
        /* visibility: hidden; */
    }
    .talent-img{
        /* width: 100%; */
    }
    .talent-title{
        text-align: left;
        font-size: .65rem;
        
    }
    .talent-title h2{
        color: var(--primary-color-3);
        background: none;
        padding: 0;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
    }
    .talent-container2{
        /* width: 100%;  */
        flex-direction: column-reverse;
        text-align: center;
        height: 100%;
        margin: 1rem 0; 
        box-shadow: none;
        flex: 1 1 50%;
        box-sizing: border-box;
    }
    .manifesto-container{
        flex-direction: column;
        align-items: center;
        margin: auto;
        padding: 1rem;
        gap: 4rem;
    }
    .person-container h1{
        display: none;
    }

    .manifesto-card{
        margin: auto;
        width: 100%;
        padding: 0;
        font-size: .5rem;
    }
    .manifesto-info p{
        font-size: 1rem;
    }
    .person-container{
        padding: 1rem;        
    }

    .talent-img img{
        width: 100%; 
        border-top-right-radius: var(--radius);
        border-top-left-radius: var(--radius);
        border-radius: 0;
        border-bottom-right-radius: 0;
        /* box-shadow: 0 5px 15px var(--primary-color-7); */
    }
}


/* ==========
footer
========== */
.footer-container{
    padding:4rem 8rem;
    background: var(--primary-color-1);
    display: flex;
    flex-direction: column;
    max-height: fit-content;
    gap: 2rem;
    text-transform: capitalize;
    /* border: 2px solid #000080 ; */
}
.footer-info{
    display: flex;
    justify-content: space-between;
}
.footer-info li{
    padding:0.25rem 0;
    /* font-weight: 200; */
}
.footer-info h3{
    text-align: center;
    padding-bottom: 1.5rem;
    color: var(--primary-color-5);
}
.footer-info ul{
    text-align: center;
}
.footer-info ul li:hover{
    color: var(--primary-color-6);
}

.footer-container p {
    font-size: 1.125rem;
    color: var(--primary-color-5);
}

.footer-disposal{
    max-width: 18rem;
}

.disposal-list li{
    display: flex;
    align-items:center;
    justify-content: center;
    gap: 1rem; 
}
.disposal-list{
    margin: auto;
    text-align: center;
}
.disposal-list li .material-symbols-outlined{
    color: var(--primary-color-5); 
}
.disposal-list li .material-symbols-outlined:hover{
    color: var(--primary-color-6); 
}

.footer-updates {
    text-align: center;
    border-radius: 10px;
  }
  
  .footer-updates h3 {
    color: var(--primary-color-5);
    margin-bottom: 10px;
  }
  
  
  /**********
   Form Styles
   ************/
  .update-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  
  .email-input {
    padding: 10px 15px;
    /* font-size: 16px; */
    border-radius: 30px;
    outline: none;
    text-align: center;
    transition: border-color 0.3s ease;
  }
  
  .email-input:focus {
    border-color: var(--primary-color-5);
  }
  
  /* Button Styles */
  .subscribe-btn {
    background-color: var(--primary-color-6);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* font-size: 16px; */
    transition: background-color 0.3s ease;
  }
  .email p,.location p{
    gap: 1rem;
  }
  .subscribe-btn:hover {
    background-color: var(--primary-color-3);
  }
.copyright{
    max-height: fit-content;
    grid-column-start: 1;
    grid-column-end: 5;
    text-align: center;
}
@media screen and (max-width:996px){
    .footer-container{
    /* padding:2rem 8rem; */
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 0;
     overflow-x: hidden;
     overflow-y: hidden;
    }
    .footer-info{
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 2rem 1rem;
     gap: 1rem;
     
    }

    .footer-discover,.footer-disposal,.footer-links,.disposal-list{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-discover h3{
     padding-bottom: .5rem;
     color: var(--primary-color-5);
 }
    .footer-links h3{
     padding-bottom: .5rem;
     color: var(--primary-color-5);
 }
 .footer-logo img{
     padding: 0 1rem;
 }
 .copyright{
    padding: 2rem;
 }
     
 }
 
 /********
  login
  ******** */
 #login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px; /* Limit the form's width */
    margin: 50px auto; /* Center the form on the page */
    padding: 20px; /* Add spacing inside the form */
    border: 2px solid #ccc; /* Add a subtle border */
    border-radius: 10px; /* Round the corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow for depth */
    background-color: #f9f9f9; /* Light background color */
}

#login p {
    margin: 10px 0 5px; /* Add spacing around labels */
    font-size: 14px; /* Slightly smaller text for labels */
    color: #333; /* Neutral text color */
}

#login input[type="text"], 
#login input[type="password"] {
    width: 100%; /* Make inputs span the form's width */
    padding: 10px; /* Add padding inside inputs */
    margin-bottom: 15px; /* Add spacing between inputs */
    border: 1px solid #ccc; /* Subtle border */
    border-radius: 5px; /* Rounded corners */
    box-sizing: border-box; /* Include padding in width */
    font-size: 14px; /* Standard input font size */
    outline: none; /* Remove blue border on focus */
}

#login input[type="text"]:focus, 
#login input[type="password"]:focus {
    border-color: var(--primary-color-6); /* Highlighted border on focus */
    box-shadow: 0 0 5px var(--primary-color-6); /* Glow effect on focus */
}

#login input[type="submit"] {
    width: 100%; /* Make button span the form's width */
    padding: 10px; /* Add padding inside the button */
    background-color: var(--primary-color-6); /* Primary blue background */
    color: white; /* White text */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Larger text for the button */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

#login input[type="submit"]:hover {
    background-color: var(--primary-color-6); /* Darker blue on hover */
}

/*********
 admin
 **********/
 button{
    background: var(--primary-color-6);
    color: var(--primary-color-5);
    border-radius: var(--radius);
    padding:1rem 2rem;
    transition: var(--transition);
    font-family: var(--ff-primary-1);
    width: max-content;
    border: none;
 }

 button:hover{
    background: var(--primary-color-3);
 }
 .admin-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    
 }
 .admin-items a{
    text-align: center;
    padding: 0 10rem;
 }
 #addform{
    text-align: center;
    padding: 2rem;
 }
 .edit-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}

.edit-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.edit-container p {
    margin: 0;
}

.edit-container label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: var(--primary-color-1);
}

.edit-container input,
.edit-container select,
.edit-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.edit-container input:focus,
.edit-container select:focus,
.edit-container textarea:focus {
    border-color: var(--primary-color-6);
    outline: none;
    box-shadow: 0 0 3px var(--primary-color-6);
}

.edit-container textarea {
    resize: none;
}

.edit-container button {
    padding: 10px 15px;
    background-color: var(--primary-color-6);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.edit-container button:hover {
    background-color: var(--primary-color-6);
}

.edit-container input[type="file"] {
    padding: 5px;
}

.edit-container input[type="file"]::-webkit-file-upload-button {
    padding: 8px 12px;
    font-size: 14px;
    background-color: var(--primary-color-6);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.edit-container input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #0056b3;
}

 .admin-items li:hover{
    background: var(--primary-color-3);
 }
.admin-items p{
    color: var(--primary-color-5);
}
 .admin-items li{
    border-radius: var(--radius);
    background: var(--primary-color-6);
    transition: var(--transition);
 }
#admin-title, #addnewtalent, #addtitle, #talentdash{
    padding: 2rem;
    margin: auto;
    text-align: center;
}
.admin-data{
    border-collapse: collapse;
    width: 100%;   
    /* font-family: var(--ff-primary-1); */
}
.admin-data th,.admin-data td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.admin-data th {
    background-color: #f4f4f4;
}
.messages-container{
    padding: 2rem 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.message{
    background: var(--primary-color-2);
}
@media screen and (max-width:996px){
  .admin-items{
    flex-direction: column;
    gap: 2rem;
  }
  table {
    display: block;
    width: 100%;
    overflow: hidden;
    
}
.edit-container button {
    padding: 1rem;
    background-color: var(--primary-color-6);
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.edit-btn{
    padding: 1rem;
}
thead {
    display: none;
}
.edit-container{
    margin: auto;
}

tbody tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--primary-color-6);
    
}

tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

tbody td:before {
    content: attr(data-label); /* Add custom labels for mobile */
    font-weight: bold;
    margin-right: 10px;
    color: var(--primary-color-6);
    text-transform: capitalize;
}

tbody td:last-child {
    border-bottom: none;
}
 }
 