*{
    padding: none;
    margin: none;
    box-sizing: border-box;
    scroll-padding-top: 80px;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height:100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: 100vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow-x: hidden;
  overscroll-behavior: none;
  height: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}


.section1 {
  position: relative;  
  scroll-snap-align: start;  
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center; /* center vertically */
  align-items: center;     /* center horizontally */
  overflow: hidden;
}


body::-webkit-scrollbar {
  display: none;
}

.background{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 510px;
}


.background-layer{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.596);
    width: 1920px;
    height: 1050px;
    align-content: center;
    z-index: -1;
    bottom: 0px;  
}

.first-header {
  position: fixed;
  top: 0;                          /* ✅ correct for sticky headers */
  z-index: 1000;
  width: 100vw;                     /* ✅ ensures it spans full width */
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}



.main-logo{
    height: 60px;
    width: auto;
    position: relative;
    right: 500px;
    cursor: pointer;
}

.explore{
    text-decoration: none;
    font-weight: 700;
    position: relative;
    right:490px;
    color: black;
    border-radius: 50px;
    padding: 12px 15px;
    bottom: 1px;
    transition: background-color 0.3s;
}

.explore:hover{
    background-color: rgb(233, 231, 228); ;
}


.navbar{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    left: 500px;
}

.nav{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-weight: 500;
    color: rgb(71, 79, 145);
    
}

.nav li{
    cursor: pointer;
}

.nav li:hover{
    text-decoration: underline;
    color: #007BFF
}
.buttons{
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.Login{
    text-decoration: none;
    color: white;
    background-color: rgb(230, 2, 2);
    border-radius: 15px;
    padding: 12px 17px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.Login:hover{
   background-color: rgb(208, 59, 59) 
}
.Signup{
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(233, 231, 228);
    border-radius: 15px;
    padding: 10px 18px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.Signup:hover{
   background-color: rgb(157, 149, 149); 
}
.hero{
    position: relative;
    color: white;
    bottom: 75px;
    font-size: 45px;
    right: 510px;
    word-spacing: -0.2cap;
    line-height: 1.2;
}

.login-card{
    position: relative;
    bottom: 560px;
    background-color: white;
    height: 730px;
    width: 490px;
    position: relative;
    left: 485px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 30px;

}

.logo{
    height: 40px;
    width: 70px;
    position: relative;
    top: 30px;
}

.login-card h3 {
  padding: 5px;
  font-size: 30px;
  font-weight: 630;
  display: inline-block;   
  width: 250px;             
  text-align: center;
  position: relative;
  bottom: 15px;
  left: 5px;
  line-height: 1.3;
}


.input-fields1 input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 20px;
  padding: 10px 15px;
  width: 260px;
  height: 50px;
  border: 1px solid #808080; 
  background-color: white;  
  position: relative;
  bottom: 50px;
  font-size: 15px;
  color: #000;
  letter-spacing: 0.8px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.3s ease;
}

.input-fields1 input:focus {
  border: 2px solid #007BFF;
}

.input-fields2 input{
    appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
    box-shadow: none;    
    border-radius: 20px;
    padding: 10px 15px;
    width: 260px;
    height: 50px;
    border: 1px solid #808080; 
    background-color: white; 
    position: relative;
    bottom: 68px;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.8px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-fields2 input:focus {
   border: 2px solid #007BFF;
}

.input-fields2 p{
    font-size: 14px;
    position: relative;
    left: 10px;
    bottom: 60px;
}
.input-fields1 p{
    font-size: 14px;
    position: relative;
    left: 10px;
    bottom: 40px;
}

.input-fields2 a{
    text-decoration: none;
    color: blue;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    bottom: 63px;    
}

.input-fields2 a:hover{
    text-decoration: underline;
}

.btns{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login2{
    width: 260px;
    height: 35px;
    background-color: rgb(233, 0, 0);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    bottom: 50px;
    cursor: pointer;
}

.login2:hover{
   background-color: rgb(199, 2, 2) 
}

.btns p{
    position: relative;
    bottom: 80px;
    font-weight: 600;
}

.facebook{
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 85px;
    background-color: rgb(24, 119, 242);
    border: none;
    width: 260px;
    height: 40px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.facebook:hover{
   background-color: rgba(94, 127, 194, 0.514);
   border-color: rgba(94, 127, 194, 0.514); 
}

.facebook img{
    background-color: white;
    height:25px; 
    width: 25px; 
    border-radius: 50%;
    object-fit: cover;

}

.google {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 75px;
  width: 260px;
  height: 40px;
  background-color: white;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  overflow: hidden;
  transition: background-color,border-color 0.3s;
}

.google:hover{
   background-color: rgba(168, 191, 234, 0.514);
   border-color: rgba(168, 191, 234, 0.514); 
   
}

.google-text {
  flex: 1;
  text-align: center;
}

.google-icon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  right: 12px;
}

.agreement {
  width: 300px;
  font-size: 12px;
  text-align: center;
  position: relative;  /* Required for top to take effect */
  top: -60px;          /* Moves the paragraph 2px down */
  margin: 0 auto;
  line-height: 1.5;
  color:#5f5f5f;
}

.agreement em{
    color: #000;
    font-style: normal;
    font-weight: 700;
}
.agreement span{
    display: block;
    margin-top: 9px;
    width: 300px;
    line-height: 2;
}

.arrow {
  position: absolute; /* use fixed to stay in place during scroll */
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;   /* adjust as needed */
  height: 50px;  /* adjust as needed */
  z-index: 1000;
  cursor: pointer; 
   /* make sure it appears above other elements */
}

.section2{
    scroll-snap-align: start;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

.container1{
  position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 270px;
    overflow: hidden;
    left: 40px;
}

.card{
    width: 230px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fade{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; 
  background: linear-gradient(to top, white, transparent);
  z-index: 999;
}

.container2{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 400px;
    overflow: hidden;
    left: 290px;
}

.container3{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 490px;
    overflow: hidden;
    left: 540px;
}

.container4{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 650px;
    overflow: hidden;
    left:792px;
}

.container5{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 490px;
    overflow: hidden;
    right: 515px;
}

.container6{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 400px;
    overflow: hidden;
    right: 270px;
}

.container7{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 280px;
    overflow: hidden;
    right: 20px;
}

.get{
    position: absolute;
    top: 150px;
    font-size: 65px;
    font-weight: 600;
}

input[type="radio"] {
      display: none;
}

.navigation {
  text-align: center;
  margin-top: 1px;
  position: relative;
  bottom: 60px;
    z-index: 10; /* bring to front */
}

.navigation label {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;       /* default gray */
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#dot1:checked ~ .navigation label[for="dot1"]
 {
  background: #a37800;
}
#dot2:checked ~ .navigation label[for="dot2"] {
  background: #007BFF;
}
#dot3:checked ~ .navigation label[for="dot3"] {
  background: #8ad400;
}
#dot4:checked ~ .navigation label[for="dot4"] {
  background: #8ad400;
}

/* when the radio is checked, color its label blue */

.slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Each slide (img1, img2...) */
.slide-img {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}


/* Only show the active slide */
#dot1:checked ~ .slides .img1,
#dot2:checked ~ .slides .img2,
#dot3:checked ~ .slides .img3,
#dot4:checked ~ .slides .img4 {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
} 


.slide-img h1 {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-weight: 600;
  z-index: 999;
}

#dot1:checked ~ .slides .img1 h1
 {
  color: #a37800;
}
#dot2:checked ~ .slides .img2 h1 {
  color: #007BFF;
}
#dot3:checked ~ .slides .img3 h1 {
  color: #8ad400;
}
#dot4:checked ~ .slides .img4 h1 {
  color: #8ad400;
}

.idea-section {
  background-color: #fff99f;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
}

.idea-wrapper {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.idea-images {
  position: relative;
  width: 500px;
  height: 400px;
  flex-shrink: 0;
}

.idea-image {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.idea-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
}

.idea-image.back {
  top: 0;
  left: 0;
  width: 180px;
  z-index: 1;
}

.idea-image.middle {
  top: 40px;
  left: 120px;
  width: 250px;
  z-index: 2;
}

.search-overlay {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 20px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #5a1a2c;
}

.search-icon {
  margin-right: 8px;
}

.idea-image.front {
  top: 160px;
  left: 60px;
  width: 200px;
  z-index: 0;
}

.idea-text {
  max-width: 500px;
  margin-left: 60px;
}

.idea-text h2 {
  font-size: 42px;
  color: #ad1a3b;
  margin-bottom: 16px;
}

.idea-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #5a1a2c;
}

.section-yellow{
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: rgb(253, 253, 146);
    overflow: hidden;
}

.section-yellow .hero{
    width: 100%;
    color: rgb(196, 0, 0);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 25%;
    left: 26%;
}

.section-yellow .hero h5{
    font-weight: 400;
    width: 21%;
    text-align: center;
    font-size: 24px;
    word-spacing: 0.5px;
    position: absolute;
    bottom: 55%;    

}

.section-yellow .hero h2{
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-size: 60px;
    word-spacing: 0.5px;
    position: absolute;
    bottom: 78%;
}

.section-yellow .hero button{
    position: absolute;
    top: 40%;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 15px;
    background-color: rgb(228, 0, 0);
    color: white;
    font-weight: 600
}

.section-yellow .imgsec{
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.section-yellow .imgsec .card1{
    position: absolute;
    z-index: 1;
    width: 320px;
    height: 450px;
    border-radius: 50px;
    overflow: hidden;
    right: 65%;
    bottom: 35%;
    box-shadow: 0px 0px 0px rgb(0, 0, 0);
}
.section-yellow .imgsec .card1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-yellow .imgsec .card2{
    position: absolute;
    z-index: 0;
    width: 320px;
    height: 280px;
    border-radius: 50px;
    overflow: hidden;
    right: 73%;
    bottom: 45%;
}
.section-yellow .imgsec .card2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-yellow .imgsec .card3{
    position: absolute;
    z-index: 0;
    width: 170px;
    height: 230px;
    border-radius: 50px;
    overflow: hidden;
    right: 60%;
    bottom: 70%;
}
.section-yellow .imgsec .card3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-yellow .imgsec .card4{
    position: absolute;
    z-index: 0;
    width: 200px;
    height: 280px;
    border-radius: 50px;
    overflow: hidden;
    right: 60%;
    bottom: 27%;
}
.section-yellow .imgsec .card4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-yellow .srchbar{
    position: absolute;
    z-index: 3;
    background-color: rgba(246, 242, 242, 0.656);
    padding: 10px 20px;
    border-radius: 50px;
    color: rgb(214, 14, 14);
    font-size: 22px;
    font-weight: 650;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 55%;
    right: 67%;
    width: 320px;
    height: 100px;
}


.section-yellow .srchbar img{
    width: 24px;
    object-fit: cover;
}

.section4{
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #d1f3eb;
    overflow: hidden;
}

.section4 .hero{
    width: 100%;
    color: #007f88;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 35%;
    right: 30%;
}

.section4 .hero h5{
    font-weight: 600;
    width: 21%;
    text-align: center;
    font-size: 24px;
    word-spacing: 0.5px;
    position: relative;
    left: 120px;
    bottom: 185px;    

}

.section4 .hero h2{
    font-weight: 640;
    width: 100%;
    text-align: center;
    font-size: 60px;
    word-spacing: 0.5px;
    position: relative;
    left: 120px;
    bottom: 75px;
}

.section4 .hero button{
    position: relative;
    left: 120px;
    bottom: 260px;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 15px;
    background-color: rgb(228, 0, 0);
    color: white;
    font-weight: 600
}

.section4 .images{
  position: relative;
    top: 1px;
    left: 50px;
    height: 80px;
    width: 80px;
}

.section4 .images .card1{
    position: relative;
    left:40px;
    z-index: 0;
    width: 380px;
    height: 400px;
    border-radius: 60px;
    overflow: hidden;
    right: px;
    bottom: 350px;
}

.section4 .images .card1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .images .card2{
    position: relative;
    left: 480px;
    z-index: 0;
    width: 230px;
    height: 240px;
    border-radius: 50px;
    overflow: hidden;
    right: px;
    bottom: 750px;
}

.section4 .images .card2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .images .card3{
   position: relative;
    left: 460px;
    z-index: 0;
    width: 170px;
    height: 180px;
    border-radius: 50px;
    overflow: hidden;
    right: px;
    bottom: 710px;
}

.section4 .images .card3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .images .card4{
   position: relative;
    left: 180px;
    z-index: 0;
    width: 220px;
    height: 225px;
    border-radius: 50px;
    overflow: hidden;
    right: px;
    bottom: 720px;
}

.section4 .images .card4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .images .card5{
   position: relative;
    left: 460px;
    z-index: 0;
    width: 220px;
    height: 230px;
    border-radius: 50px;
    overflow: hidden;
    right: px;
    bottom: 890px;
}

.section4 .images .card5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    color: white;
    font-weight: bold;
    background: transparent;
    padding: 6px 12px;
    border-radius: 5px;
    max-width: 80%;
    text-shadow: 1px 1px 4px rgb(72, 70, 70);
}

/* Unique text styles */
.text1 {
    top: 80px;
    left: 20px;
    font-weight: 600;
    font-size: 50px;
}

.text2 {
    top: 110px;
    right: 30px;
    font-weight: 600;
    font-size: 24px;
}

.text3 {
    top: 110px;
    left: 12px;
    font-weight: 600;
    font-size: 20px;
}

.text4 {
    bottom: 18px;
    left: 15px;
    font-weight: 600;
    font-size: 25px;
}

.text5 {
    bottom: 15px;
    right: 30px;
    font-weight: 600;
    font-size: 25px;
}

.section4 .images .card6{
   position: relative;
    left: 72px;
    z-index: 0;
    width: 90px;
    height: 140px;
    border-radius: 30px;
    overflow: hidden;
    right: px;
    bottom: 1390px;
}

.section4 .images .card6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .images .card7{
   position: relative;
    left: 175px;
    z-index: 0;
    width: 90px;
    height: 140px;
    border-radius: 30px;
    overflow: hidden;
    right: px;
    bottom: 1530px;
}

.section4 .images .card7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .images .card8{
   position: relative;
    left: 275px;
    z-index: 0;
    width: 90px;
    height: 140px;
    border-radius: 30px;
    overflow: hidden;
    right: px;
    bottom: 1670px;
}

.section4 .images .card8 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section5{
    scroll-snap-align: end;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 224, 234);
    overflow: hidden;
}

.section5 .hero{
    width: 100%;
    color: rgb(196, 0, 0);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 35%;
    left: 25%;
}

.section5 .hero h5{
    font-weight: 400;
    width: 21%;
    text-align: center;
    font-size: 24px;
    word-spacing: 0.5px;
    position: absolute;
    bottom: 50%;    

}

.section5 .hero h2{
    font-weight: 700;
    width: 25%;
    text-align: center;
    font-size: 60px;
    position: absolute;
    bottom: 70%;

}

.section5 .hero button{
    z-index: 10;
    position: absolute;
    top: 50%;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 15px;
    background-color: rgb(228, 0, 0);
    color: white;
    font-weight: 600;
    cursor: pointer;
}

footer{
    z-index: 10;
    height: 40px;
    width: 100vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

footer .navbar{
    position: absolute;
    gap: 10px;
    font-weight: 600
}

footer .navbar a{
    text-decoration: none;
    font-size: 12px;
    color: #369ab9;
}

footer .navbar a:hover{
    text-decoration: underline;
    color:#0e0c0ce2
}

.section5 .hero-image{
    display: flex;
    width: 50%;
    height: 100%;
}
.section5 img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}