@import url("https://fonts.com/css/ica-rubrik-black");
@import url("https://fonts.cdnfonts.com/css/poppins");

body {
    margin: 0;
    margin-top: 60px; /* or however tall your header is */
    font-family: 'Ostrich Sans', sans-serif;
}

/* header  main header only */
* {
  box-sizing: border-box;
}
.main-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  background-color: white;
  color: black;
  padding: 4px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  z-index: 9999;
}

.logo {
  display: flex;
  font-family: poppins;
  font-size: 200%;
  font-weight: bold;
  align-items: center;
  gap: 3px;
  margin-left: 20px;
  text-decoration: none;
  color: black;
}

.logo-img {
  height: 50px;
  width: 60px;
}

.nav-links {
  display: flex;
  gap: 25px;
  margin-right: 20px;
  align-items: center;
}

.m5 {
  margin: 5px;
}
#login-btn-landingpage{
  display: none;
}

.nav-links .a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 0.1px solid transparent;
  padding: 8px 14px;
  transition: color 0.2s ease;
}

.nav-links .a:hover {
  cursor: pointer;
  border: 0.1px solid #FFC300;
  border-radius: 12px;
  color: #FFC300;
}

#profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFC300;
  color: black;
  border: none;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
}

.profile-popup {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 220px;
  background-color: black;
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  padding: 15px;
  z-index: 10000;
}

.profile-popup .circle {
  width: 60px;
  height: 60px;
  background-color: #FFC300;
  color: black;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.profile-popup .username {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: white;
}

.profile-popup .option {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 8px;
  transition: background 0.3s;
}

.profile-popup .option:hover {
  background-color: #333;
}

.profile-popup .option i {
  margin-right: 10px;
  color: #FFC300;
}

@media screen and (max-width: 768px) {
  .nav-links .a {
    display: none;
  }
  .profile-popup {
    right: 10px;
  }
  .profile-popup .option-section {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 10px;
  }
  .profile-popup .option-section .option {
    display: flex;
  }
  #profile {
    border-radius: 12px;
    font-size: 18px;
    background-color: #FFC300;
  }
  #profile::before {
    content: "\f0c9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  #profile::after {
    content: "";
  }
  #profile span {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .responsive-only {
    display: none !important;
  }
}
/* header main header  styling is in the above  */

.container1{

    width: 80%;
    margin: auto;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    
}

.lpheading{
       width: 70%;
       margin: 30px 0px;
       margin-bottom:0px ;
       font-family: 'Playfair Display', serif;

       font-size: 250%;
       font-weight: 400;
       font-style: normal;
       font-style: #FFC300;
       transition:ease all 1ms;
      
      
}
.lpquotes{
    font-family: 'Ostrich Sans', sans-serif;
    transition:ease all 1ms;

    width: 25%;
    height: 20%;
    display: flex;
    align-items: center;
    color:#FFC300;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
   font-size: 120%;
   padding: 20px;


}
.signup-link{
    padding: 10px;
    color:white;
    background-color: black;
    border: .1px solid black;
    border-radius: 12px;
    text-decoration: none;
    transition: .0001s ease all;
}
.signup-link:hover{
    border: .1px solid #FFC300;
    color: #FFC300;
    background-color: white;


}
.m{
  padding: 10px;
  border: .1px solid #FFC300;
  border-radius: 12px;
  text-decoration: none;
  color: #FFC300;
  background-color: white;

}
.hr1{
    background-color: #FFC300;
    
}

/* We joins organisations with volunteer div
 */
 .container2{
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    text-align: center;
 }
 .container2>h1{
    font-family: 'Ostrich Sans', sans-serif;

 }



/* starting of the animation with statue of liberty here , slider one */
.container3 {
    width: 100%;
    height: 97vh;
}

.banner {
   
    margin: auto;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.banner .slider {
    position: absolute;
    width: 100px;
    height: 150px;
    top: 10%;
    left: calc(50% - 40px);
    transform-style: preserve-3d;
    transform: perspective(1000px);
    animation: autoRun 50s linear infinite;
    transition: ease all;
    z-index: 2;
}
@keyframes autoRun{
    from{
        transform:perspective(1000px) rotateX(-10deg)  rotateY(0deg);
    }
    to{
        transform:perspective(1000px) rotateX(-10deg)  rotateY(360deg);

    }
}
.banner .slider .item {
    position: absolute;
    inset: 0 0 0 0;
    transform: 
    rotateY(calc((var(--position) - 1) * (360deg / var(--quantity))))
    translateZ(440px);
}
.item:hover{
  cursor: pointer;
}
.banner .slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .animation-content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50% );
    width: min(1400px ,100vw);
    height: max-content;
    padding-bottom:100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.banner .animation-content .model{
    width: 100%;
    height: 78vh;
    background-image: url(../images/model.png);
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: auto 105%;
    background-repeat: no-repeat;
    background-position: top center;
   
}
/* Banner animation ends here -------------------------------------------------B A N N E R   E N D S   H E R E */


/* explore btn */
.container4{
    width: 100%;
   
    text-align: center;
    margin: 10px auto;
    
    
}
.explore-btn {
    margin: auto;
    width: 20%;
    font-size: 170%;
    padding:6px 20px ;
    color:white;
    background-color: black;
    border: .1px solid black;
    border-radius: 12px;
    text-decoration: none;
    transition: .0001s ease all;
    
}
.explore-btn:hover{ 
    border: .1px solid #FFC300;
    color: #FFC300;
    background-color: white;
}
.detailing-div{
    background-color: rgb(244, 244, 244);
    margin: 80px 0 ;
    margin-bottom: 0;
    padding:30px 0;
    padding-bottom:100px ;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.detailing-div h1{
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 380%;
    font-weight: 500;
}

.detailing-div li{
    
    list-style: none;
    font-size: 150%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* 
Wheel Wheel Wheel WheelWheel Wheel Wheelv Wheel vWheelvWheel Wheel  */
.wheel {
    height: 20vw;
    width: 20vw;
    margin:0  auto;
    position: relative;
    
}
.wheel div{
    position: absolute;
    top: 0;
    
}

.wheel img{
    
    width: 100%;
    object-fit: cover;
    

}
.autoRotate{
    animation:autoRotateAnimation ;
    animation-timeline:view();
}
@keyframes autoRotateAnimation{
    from{
        transform: rotate(0deg);

    }
    to{
        transform: rotate(360deg);

    }

}
.autoShow{
    animation: autoShowAnimation both;
    animation-timeline:view(30% 1%);


}
@keyframes autoShowAnimation{
    from{
        opacity: 0;
        transform:translateY(200px) scale(0.6)
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }


}




.container5{
    width: 100%;
    margin:0;
    left: 50%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      
      background-color: #ffffff;
      color: #111111;
      line-height: 1.6;


}

.main-header-cont5{
    background-color: #FFD700;
    color: #111111;
    text-align: center;
    padding: .5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .main-header-cont5 h1 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 380%;
    font-weight: 500;
  }

  .flex-divs {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 5%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #f9f9f9;
    margin: 1rem 0;
    border-radius: 10px;
  }

  

  .pic {
    width: 300px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }

  .text-block {
    flex: 1;
    min-width: 300px;
    background-color: white;
    padding: 1.5rem;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.1);
  }


  .right-bordered {
    border-left: none;
    border-right: 5px solid #FFD700;
  }

  .text-block p {
    margin: 0.5rem 0;
    font-size: 1.1rem;
  }

  .heart {
    font-size: 1.3rem;
    color: #FFD700;
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .flex-divs {
      flex-direction: column !important;
    }

    .main-header h1 {
      font-size: 2rem;
    }

    .text-block,
    .right-bordered {
      border-left: 5px solid #FFD700;
      border-right: none;
    }
  }
  .donate-btn {
    display: inline-block;
    padding: 20px 35px;
    color:white;
    background-color: black;
    border: .1px solid black;
    border-radius: 12px;
    text-decoration: none;
    transition: .0001s ease all;
}
  
  .donate-btn:hover {
    border: .1px solid #FFC300;
    cursor: pointer;
    color: #FFC300;
    background-color: white;
  }
  

/* .signup-link:hover{
  border: .1px solid #FFC300;
  color: #FFC300;
  background-color: white; */

.hidden{
    display: none;
}



/* QR Code model  */

.qr{
  height: 270px;
  width: 200px;
  box-sizing: border-box;
  border:4px solid rgb(255, 196, 0);
  border-radius: 12px;
  margin: auto;
  visibility: hidden;
  transition:ease all 200ms ;
}
.qr img{
  width: 100%;
  height:calc(100%-30px);
  object-fit: contain;
}
#closeqr{
  width: 100%;
  background-color: transparent;
  font-weight: 900;
  height: 30px;
  color: black;
  border: none;
  
}
#closeqr:hover{
  cursor: pointer;
}





/* FFFFFFOOOOOOOOOTTTTTTTTTTEEEEERRRRRRRRR */
.ocv-footer {
  margin-top: 10vw;
  background-color: #FFD700;
  color: #000;
  padding: 50px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  max-width: 300px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  border-left: 4px solid #000;
  padding-left: 10px;
}

.footer-col p {
  margin: 10px 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-links a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.social-links a i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.social-links a:hover {
  color: #444;
  transform: translateX(5px);
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 0.95rem;
  padding-top: 15px;
  border-top: 1px solid #d6c700;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .footer-col {
    max-width: 100%;
  }

  .social-links {
    align-items: center;
  }
}