*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

html{
  scroll-behavior: smooth;
}

                /* Section-1 : Header Section */
             
              .header{
                  width: 100%;
                  height: 80px;
                  position: fixed;
                  display: flex;
                  padding-left: 6.25rem;
                  padding-right: 6.25rem;
                  align-items: center;
                  justify-content: space-between;
                  z-index: 999;
                  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
                  backdrop-filter: blur(4px);
              }
              
              .header-logo{
                  display: flex;
                  justify-content: left;
                  width: 150px;
              }
              
              .header-logo img{
                  width: 92px;
                  height: 46px;
              }
              
              .header-button{
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  /* width: 150px; */
              }
              
              .header-button a{
                text-decoration: none;
              }
              .header-button button{
                  height: 40px;
                  font-weight: 600;
                  font-size: 14px;
                  line-height: 20px;
                  letter-spacing: 0%;
                  text-align: center;
                  background-color: #272727;
                  color: #FFFFFF;
                  border: none;
                  outline: none;
                  border-radius: 6px;
                  padding: 14px 18px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  transition: color 0.4s ease;
                  white-space: nowrap;
                  cursor: pointer;
              }
              
              .header-button button:hover{
                  background-color: #F50000;
              }
              
              .header-button button img{
                 display: none;
              }
              
              .header-button button:hover img{
                  padding-left: 10px;
                  display: block;
              }
              
              .header-button button::before{
                  content: '';
                  position: absolute;
                  /* width: 129px; */
                  height: 40px;
                  text-align: center;
                  left: 0;
                  top: 0;
                  transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
                  display: flex;
                  justify-content: center;
                  align-items: center;
              }
              
              .header-menu{
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 150px;
                  cursor: pointer;
                  display: flex;
                  justify-content: flex-end;
                  position: relative;
              }
              
              .header-menu img{
                  width: 24px;
                  height: 24px;
              }
              
              
              /* Menu icon section */
              .sub-menu-wrap {
                position: absolute;
                display: none;
                overflow: hidden;
                transition: max-height 0.5s;
                z-index: 9999;
                right: 0;
                top: 24px;
                padding-top: 24px;
            }
            
            
            .menu{
                position: relative;
            }
            
                .sub-menu{
                  border: 1px solid #E1E4ED;
                  gap: 10px;
                  padding-top: 18px;
                  padding-bottom: 12px;
                  padding-right: 12px;
                  padding-left: 12px;
                  border-radius: 8px;
                  display: flex;
                  overflow: hidden;
                  background-color: #FFFFFF;
                  cursor: pointer;
                }
              
              
                .info-column{
                  gap: 8px;
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;
                  align-items: center;   
               }
              
                .info-column p{
                  font-weight: 800;
                  font-size: 14px;
                  color: #272727;
              }
              
                .info-column ul{
                  list-style-type: none;
                  
                }
              
                .info-column ul li{
                  display: flex;
                      gap: 10px;
                      padding-top: 10px;
                      padding-bottom: 10px;
                      flex-direction: row;
                      justify-content: flex-start;
                }
              
                .info-column ul li a{
                  text-decoration: none;
                  font-weight: 400;
                  font-size: 14px;
                  line-height: 20px;
                  /* text-align: center; */
                  color: #5E5F63;
              }
                
                .info-column ul li a:hover{
                  color: black;
                }        
                
                
                
    /* Section-2 : Brand Visibility */

    .main-section{
      max-width: 1240px;
      margin: 0 auto;
    }

    .Brand-Details{
      padding-top: 80px;
    }

    .Brand-Visibility{
      padding-top: 80px;
      padding-bottom: 52px;
      display: flex;
      justify-content: center;
      gap: 32px;
    }

    .Brand-visibility-term{
      display: flex;
      justify-content: center;
    }

    .Brand-Visibility p{
      font-weight: 800;
      font-size: 52px;
      text-align: center;
      color: #272727;
    }

    .Brand-Visibility p span{
        font-weight: 800;
        font-size: 52px;
        color: #F50000;
    }

    .Brand {
        padding-bottom: 40px;
    }

    .Brand-image{
      gap: 50px;
      display: flex;
      flex-direction: column;
    }

    .background-video{
         height: auto;
         overflow: hidden;
         display: flex;
        border-radius: 8px;
        border-width: 1px;
        align-items: center;
        border: 1px solid #E4E4E4;

       video {
            width: -webkit-fill-available;
        }
    }

    .background-video video{
      object-fit: cover;
    }

    .row-section1{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1px;
    }

    .Ad-section p{
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  vertical-align: middle;
  color: #272727;

    }
    .Ad-paragraph p{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  /* line-height: 16px; */
  text-align: center;
  vertical-align: middle;
  color: #272727;
}
    .term-section{
      width: 544px;
    }
    .term{
      width: -webkit-fill-available;
      display: flex;
    }


/* section-3: paragraph section*/
    .Attention-Span{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .row-heading{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .AD-serialNo p{
      font-weight: 700;
      font-size: 48px;
      color: #272727;
  }

  .AD-Heading p{
    font-weight: 700;
    font-size: 42px;
    color: #F50000;
    text-align: center;
  }

  .AD-ContentSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .AD-Content{
    display: flex;
    align-items: center;
    text-align: center;
  }

  .AD-Content p{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #272727;
  }

  .AD-Content p span{
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #272727;
  }

  .AD-SocialContent p{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #272727;
  }

  .AD-SocialContent p span{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    vertical-align: middle;
    color: #272727;
  }

/* section-4*/
 .Audience-Engagement{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding-top: 20px;
      padding-bottom: 20px;
 }



/* section-6 */

.Trust-Factor{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* section-7*/

.Brand-Recall{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* section-8 */

.conversion-potential{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}


/* section-9 */

.Brand-Unstoppable{
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-bottom: 80px;
}
.unstoppable{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.unstoppable p{

    font-weight: 800;
    font-size: 52px;
    text-align: center;
    vertical-align: middle;
    color: #272727;
}

.unstoppable p span{

    font-weight: 800;
    font-size: 52px;
    color: #F50000;
}

.Book-AD{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Book-AD a{
  text-decoration: none;
}

.Book-AD button{
    height: 44px;
    padding: 14px 18px;
    font-weight: 600;
    gap: 3px;
    border-radius: 6px;
    border: none;
    background-color: #F50000;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    cursor: pointer;
}

.Book-AD button img{
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.Book-AD button:hover img{
  display: block;
}

.Book-AD button:hover{
  background-color: #272727;
}


/* section-8: Footer Design*/
.footer {
  background: #272727;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-top: 72px;
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 300px;
}

.footer-col{
  /* gap: 32px; */
  display: flex;
  flex-direction: column;
}


.footer-details p{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.footer-col .links {
  display: flex;
  padding-left: 0px;
  flex-direction: column;
  padding-top: 24px;
  gap: 12px;
}

.footer-col .links li {
  list-style: none;
}

.footer-col .links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  color: #EFEFEF;
}

  .footer-col .links li a:hover{
      color: #F50000;
  }

  .footer-col p{
      color: white;
      font: 16px;
  }


  .logo-image img{
      width: 93.41px;
      height: 46.54px;
  }

  .contact{
      display: flex;
      flex-direction: column;
      padding-top: 24px;
  }

  .Email{
      display: flex;
      gap: 12px;
      padding-top: 8px;
      padding-bottom: 8px;
  }

  input:focus::placeholder {
      opacity: 0;
  }
    

  .Email img{
      width: 20px;
      height: 20px;
  }

  .Email p{
      color: #fff;
      font-size: 16px;
      margin-bottom: 0;
  }

  .location{
      display: flex;
      gap: 12px;
  }

  .location a{
      text-decoration: none;
      display: flex;
      gap: 10px;
  }

  .location img{
      width: 20px;
      height: 20px;
  }

  .location p{
      color: #fff;
      font-size: 16px;
      margin-bottom: 0;
  }

  .form{
      padding-top: 32px;
      width: 100%;
  }

.form form {
  display: flex;
  height: 40px;
  border-radius: 6px;
  background-color: white;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  width: -webkit-fill-available;
  height: 49px;
  justify-content: space-between;
}

.form input {
  outline: none;
  border: 1px;
  color: #272727;
  border-radius: 8px;
  width: 80%;
}

.footer-col form button {
  background: #333;
  color: white;
  outline: none;
  border: none;
  width: 83px;
  height: 33px;
  border-radius: 4px;
  border-width: 1px;
  cursor: pointer;
}
 
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;    
}
 
  .icons{
  display: flex;
  gap: 10px;  
}

.icons a{
  height: 24px;
}

.icons a img{
  width: 24px;
  height: 24px;
  background-color: #635E5E;
  border-radius: 3px;
}

.icons a img:hover{
  background-color: #F50000;
}

.copyright{
  display: flex;
  align-items: center;
}

.copyright p{
  font-size: 16px;
  align-items: center;
  color: #fff;
}

.rows{
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.company-name{
    display: flex;
    gap: 12px;
    padding-bottom: 8px;
}

.company-name img{
    width: 20px;
    height: 20px;
}

.company-name p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}