body, html {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.banner {
  position: relative;
  background: url('../images/banner.jpg') no-repeat center center;
  background-size: cover;
  height: 800px; 
  overflow: hidden;
}

/*  overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}

/* Navbar Styling */
.navbar {
  position: relative;
  z-index: 2; 
}
.navbar-toggler-icon {
  filter: brightness(0) invert(1); 
}
.navbar-toggler {
  border-color: rgba(12, 10, 10, 0.5);
  background-color: rgb(110, 96, 96);
}

#mainNavbar.scrolled .navbar-toggler-icon {
  filter: none; 
}

.navbar .nav-link {
  color: #b09696 !important;
  font-weight: 500;
  font-size: 22px;
  padding: 0px 12px;
}

.navbar .nav-link:hover {
  color: #f7f2f2 !important;
}


.btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}

.btn{
  padding: 15px opx;
  margin: 0px 15px;
}

/* Navbar default transparent */

#mainNavbar.scrolled .navbar-toggler-icon {
  filter: none !important;
}

#mainNavbar {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  padding: 15px 0;
}

/* Navbar Fixed and Scroll Effect */
#mainNavbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background-color: transparent;
  padding: 15px 0;
}

#mainNavbar.scrolled {
  background-color: rgba(6, 6, 6, 0.9);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(2, 2, 2, 0.1);
}

/* Banner Section Padding to compensate fixed navbar */
.banner {
  padding-top: 80px;
}


.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80% !important;

}

.banner-text h1 {
  font-size: 80px;
  font-weight: bold;
  color: white;
  width: 100% !important;
}

.banner-text h2 {
  font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
}

.banner-text p {
  font-size: 25px;
  margin: 20px 0;
}
/* Sign Up Button */
.sinup {
    width: 200px;
    padding: 10px 20px;
    margin: 15px;
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid white;
    border-radius: 8px;
    font-size: 26px;


}

/* Login Button */
.login {
  font-size: 26px;
  border-radius: 8px;
  border: 2px solid white;
  color: rgb(6, 5, 5);
  background-color: transparent;
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin: 15px;
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  width: 200px;

}

/* aboute section star ................................*/

.feature-section {
  background-color: #ced0d1; 
  color: #333;
  padding: 60px 20px;
}

.feature-box {
  font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #263238;
    margin-bottom: 20px
}
.feature-box p{
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.feature-box .icon {
  color: #1c3e57;
}

/* aboute section end ................................*/


/* publishers section start ................................*/

#publishers {
  background-color: #ececec;
  padding: 80px 0;
}

.publishar_imag img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.publishar_text {
  padding: 0 20px;
  text-align: center;
}

.publishar_text h3 {
  color: #2c3e50;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.highlight-line {
  width: 80px;
  height: 4px;
  background: #3498db;
  margin: 0 auto 25px auto;
}

.publishar_text p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.btn-custom {
  background-color: #3498db;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
}

.btn-custom:hover {
  background-color: #2980b9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* publishers section end ................................*/


/* advertiser section start ................................*/


.advertiser{
  background-color: #e8e8e8;
}


/* Optional: Styling for the highlight-line */
.highlight-line {
  background-color: #00cc66;
  height: 3px;
  width: 60px;
  margin-top: 8px;
  margin-bottom: 16px;
}

/* Optional: Custom button styling */
.btn-custom {
  background-color: #00cc66;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.btn-custom:hover {
  background-color: #00994d;
}

p {
  font-size: 1rem;
  line-height: 1.6;
}


.advertisers_imag img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.advertisece_text {
  padding: 0 20px;
  text-align: center;
}
.advertisece_text h3 {
  color: #2c3e50;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}


.icon {
  color: #007bff; 
  font-size: 20px;
  margin-bottom: 0px;
  display: block;
  transition: color 0.3s ease;
}

.icon:hover {
  color: #0056b3; 
}

#advertisers h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
}

#advertisers p {
  font-size: 15px;
  color: #555;
}

/* advertiser section end ................................*/

/* contact section start ................................*/

.contact-container {
  padding: 20px;
}

h1 {
  color: #2c3e50;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-intro {
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-info h2 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-info p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-form {
  background: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #2c3e50;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-group textarea {
  height: 150px;
  resize: vertical;
}

.name-fields {
  display: flex;
  gap: 15px;
}

button[type="submit"] {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}

button[type="submit"]:hover {
  background-color: #2980b9;
}
.email{
  font-size: 22px !important;
}
/* cantact section end ................................*/


/* footter section start ................................*/

.footer {
  background-color: #b9b8b8;
  padding: 30px 0;
  color: #333;
  font-size: 14px;
  border-top: 1px solid #e9ecef;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.copyright {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-links {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #007bff;
  text-decoration: underline;
}
/* footter section end ................................*/


@media (max-width: 991.98px) {
  /* navber section start ................................*/

  .navbar-collapse {
    position: fixed;
    top: 90px;
    right: 20px;
    width: 32%; 
    background-color: rgba(6, 6, 6, 0.9);    padding: 0px 10px 10px;
    transform: translateY();
    transition: transform 0.1s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.show {
    transform: translateY(10);
  }

  .navbar-nav {
    flex-direction: column;
    text-align: left;
  }

  .navbar .nav-link {
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
    padding: 5px 0px 8px;
  }

  .navbar .nav-link:hover {
    color: #00cc66 !important;
  }

  .navbar .d-flex {
    flex-direction: column;
    margin-top: 15px;
  }

  .navbar .d-flex a {
    margin: 5px 0;
    /* navber section end ................................*/

  }
    /* pablishare section start ................................*/
    #publishers {
      background-color: #f8f9fa;
      padding: 20px 0;
    }
      
    .publishar_text {
      padding: 0 15px;
      text-align: center;
    }
    
    
    .publishar_text p {
     font-size: 14px;
     font-family: sans-serif;
     color: #555;
     font-size: 1.1rem;
     line-height: 1.8;
     margin-bottom: 20px;
    }
    
    .highlight-line {
      width: 80px;
      height: 4px;
      background: #3498db;
      margin: 0 auto 25px auto;
    }
     
    /* pablishare section end ................................*/

    /* <!--Advertisers page start ................................*/

    .advertisers_imag img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .advertisece_text {
      padding: 0 20px;
      text-align: center;
    }
    .advertisece_text {
      padding: 0 20px;
      text-align: center;
    }
    .advertisece_text h3 {
      color: #2c3e50;
      font-size: 2.2rem;
      margin-bottom: 20px;
      font-weight: 700;
    }
    .advertisece_text p {
      .publishar_text p {
        font-size: 14px;
        font-family: sans-serif;
        color: #555;
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 20px;
       }
    }
     
    /* Advertisers section end ................................*/
    
}

@media (max-width: 767.98px) {
  /* Navbar Brand Logo */
  .navbar-brand img {
    width: 150px;
    height: auto;
  }

  
  .navbar .btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  
  .banner-text h1 {
    font-size: 22px;
  }

  .banner-text h2 {
    font-size: 22px;
  }

  .banner-text p {
    font-size: 14px;
    padding: 0 10px;
  }

  .banner-text .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    padding: 8px 0;
    text-align: center;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8); 
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
    top: 65px;
  }
   /* pablishare section start ................................*/
   #publishers {
    background-color: #acafb3;
    padding: 20px 0;
   }
  
  .publishar_text {
    padding: 0 15px;
    text-align: center;
    margin-top: 40px;
  }
  
  
  .publishar_text p {
   font-size: 12px;
   font-family: sans-serif;
   color: #555;
   font-size: 1.1rem;
   line-height: 1.8;
   margin-bottom: 20px;
  }
  
  .highlight-line {
    width: 80px;
    height: 4px;
    background: #3498db;
    margin: 0 auto 25px auto;
  }
  
  
  /* pablishare section end ................................*/



  /* <!--Advertisers page start ................................*/


  
  .advertisers_imag img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-top: 60px;
  }
  
  .advertisece_text {
    padding: 0 20px;
    text-align: center;
    margin-top:-20px;
  }
  .advertisece_text h3 {
    color: #2c3e50;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .advertisece_text p {
      font-size: 12px;
      font-family: sans-serif;
      color: #555;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 20px;
     }
}








@media (max-width: 768px) {
  .name-fields {
      flex-direction: column;
      gap: 20px;
  }
  
  h1 {
      font-size: 1.8rem;
  }
  
  .contact-intro {
      font-size: 1rem;
  }
  
  .contact-form {
      padding: 20px;
  }
  
  .advertiser {
      padding: 40px 0;
  }
}


@media (max-width: 576px) {
  .footer {
      padding: 20px 0;
  }
  
  .footer-links {
      flex-direction: column;
      gap: 10px;
  }
 

}

@media (max-width: 369px) {
  
  .btn{
    font-size: 12px;
  }


 

}



/* Privacy Policy/Terms Section Styling */

.privacy_section{
  padding: 90px 0;
  background-color: #f8f9fa;
  line-height: 1.8;
  color: #333;
  padding-top: 40% !important;
}
.privacy_text {
  padding: 90px 0;
  background-color: #f8f9fa;
  line-height: 1.8;
  color: #333;
  padding-top: 10%;
}

.privacy_text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2c3e50;
  text-align: center;
}

.privacy_text h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 30px 0 15px;
  color: #2c3e50;
}

.privacy_text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.privacy_text ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.privacy_text ul li {
  margin-bottom: 10px;
}

.privacy_text strong {
  color: #2c3e50;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .privacy_text {
    padding: 40px 0;
  }
  
  .privacy_text h1 {
    font-size: 2rem;
  }
  
  .privacy_text h4 {
    font-size: 1.3rem;
  }
  
  .privacy_text p,
  .privacy_text ul li {
    font-size: 1rem;
  }
}


