* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to top,#f7f9fc 80%,#cdf5ff );
  color: #222;
  line-height: 1.6;
  
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.header {
  position: fixed;
  
  width: 100vw;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  
  z-index: 1000000000000000000000000;
  height:50px;
  box-shadow:5px 5px 10px white  ;
  padding: 0px;
  
  box-shadow: 1px 5px 15px black;
}


.nav {
  display: flex;
  justify-content: space-between;
  align-self: center;
  position: relative;
  
}
#top{
  display: none;
  width: 30px;
  border: none;
  outline: none;
  background-color: #333;
  border-radius: 4px;
  font-size: 18px;
  transition: opacity 0.3s ease;
  position: fixed;
  left: 90%;
  top: 80%;
  z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999;
  
}

.logo {
  display: flex;
  font-size:3vw;
  color: #ffffff;
  padding: 0px;
  position: fixed;
  padding-left: 6vw;
  align-self: center;
  
  font-size: clamp(20px, 2.4vw, 30px);
  
  
}

header a{
  display: flex;
  
  
  
  top:5%;  
  color: rgb(255, 255, 255);
  padding: 0px;
  font-size: 110%;
  margin-left: 15px;
  font-family: Arial, sans-serif;
  text-decoration:none;
  transition: 0.5s;
  text-shadow: 3px 3px 10px rgb(56, 56, 56);
  transition: ease-in 1.5;
  
  text-align: center;
  
}
a{
  display: flex;
  align-self: center;
  align-self: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-left: 15px;
  font-family: Arial, sans-serif;
  text-decoration:none;
  transition: 0.5s;
  text-shadow: 3px 3px 10px rgb(56, 56, 56);
  transition: ease-in 1.5;
  align-self: center;
  text-align: center;
  position: relative;
  
}
a:hover {
  text-decoration:none;
  
  
  color:rgb(0, 17, 255);
  font-size: 22px;}
  
  
  .hero {
    padding: 60px 0 30px;
    text-align: center;
  }
  
  .hero-text h2 {
    
    font-size: 40px;
    margin-bottom: 15px;
    color: #0f172a;
    margin-top: 25px;
  }
  
  .hero-text p {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
  }
  #searchInput{
    display: flex;
    width: 1px;
    height: 4vw;
    border-radius:30px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
    color: #000000;
    max-width: 400px;
    box-shadow: 10px 10px 20px;
    min-height: 32px;
    align-self: center;
    position: relative;
    max-height: 40px;
    top:-5%;
  }
  
  button{
    height:40px;
    width:40px;
    
    
    background-color: rgb(0, 0, 0);
    border-radius: 109px;
    color: #ffffff;
    border: 1px#000000 solid;
    z-index:9999999;
    position: relative;
    right:33px ;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
  }
  #button{
    height:4vw;
    width:4vw;
    min-width:35px;
    min-height: 35px;
    max-width:40px ;
    max-height: 40px;
    
    
    background-color: rgb(0, 0, 0);
    border-radius: 109px;
    color: #ffffff;
    border: 1px#000000 solid;
    z-index:9999999;
    position: relative;
    right:33px ;
    top:-5%;
  display: flex;
  
  justify-content: center;
  align-items: center;  
  align-self: center;  
  
  
}
img{
  background-color:rgb(0, 0, 0);
}
button:hover{
  box-shadow:  1px 1px 15px;
  
  cursor: pointer;
  background-color: #7c7777;
  transition: 0.5s ease-in-out;
}


.search-box button{
  padding: 14px 22px;
  border: none;
  background: #2563eb;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  display: none;
}
#searcher{
  display: flex;
  justify-content: center;
  justify-self:center;
  position: relative;
  right: -15%;
  align-items: center;
}
.section-title {
  font-size: 28px;
  margin: 40px 0 20px;
  color: #0f172a;
  
}
svg{
  height: 28px;
  width: 28px;
  
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-6px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card h3 {
  font-size: 24px;
  padding: 15px 15px 5px;
}

.card p {
  padding: 0 15px 15px;
  color: #666;
}

.card a {
  display: inline-block;
  margin: 0 15px 20px;
  text-decoration: none;
  background: #0f172a;
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
}

.ad-section {
  margin-top: 50px;
}
.section-title{
  position: relative;
  top: -65px;
  justify-self: center;
  padding: 0px;
}
.ad-box {
  background: #fff;
  border: 2px dashed #bbb;
  
  padding: 40px;
  border-radius: 16px;
}
li{
  
  font-size: 20px;
  font-weight: 500;
  font-style:normal;
  color: #000000;
  padding: 15px;
  margin: 0px;
  font-family: 'Poppins', 'Roboto', 'Lato', sans-serif;
}


#headertwo {
  width: 100%;
  height: 50px;
  background-color: #000000;
  display: flex;
  padding: 0px;
  margin: 0px;
  
  
  
}
#headertwo h2{
  
  align-self: center;
  color: #ffffff;
}


.footer {
  background: #0f172a;
  color: white;
  text-align: a;
  padding: 25px 0;
  margin-top: 60px;
}


#logo{
  height: 10% ;
  width: 5%;
  border-radius: 50%;
  align-self: center;
  position: relative;
  top:50%;
  
  margin: 0;
  
  align-self: center;
  min-height: 30px;
  min-width: 30px;
  max-width:50px ;
max-height: 50px;  
  
}

