@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Baskervville:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url(https://db.onlinewebfonts.com/c/495dbfc2e7588c6fabe250e6b8af1b04?family=Chopin-Trial+SemiBold);

.engagement {
    padding-bottom: 80px;
}

.logos {
    gap: 30px;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.logos img {
    height: 80px;
    width: auto;
}
.sendmail {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0;
  border-top: 1px solid;
  z-index: 999;
}

.sendmail .btn:hover {
  border: 1px solid var(--bs-white);
}

.sendmail img,
.sendmail img:nth-child(2) {
  margin-top: -115px;
  position: fixed;
}

.new-case-studies {
    background: var(--primary);
    padding: 80px 0;
}

.new-case-studies .card {
    width: 100%;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
}
.new-case-studies .card h4 {
    margin-left: 0px;
    color: var(--secondary);
}
.new-case-studies .card p {
    margin-bottom: 0;
}
.new-case-studies .card img {
    height: auto;
    padding: 0;
}
.new-case-studies .card-header {
    background: var(--secondary);
    color: var(--bs-white);
    padding: 1rem 1rem 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;   
    text-align: left;
    border-radius: 0;
}
.new-case-studies .card-body {
    padding: 2rem 1rem;
}
.new-case-studies .card-body p {
    height: 100px;
}

/* Dropdown */
.dropdown-menu {
  transform: translate(85%, -2px);
  padding: 18px 12px;
  border-radius: 8px;
}

.dropdown-item {
  padding: 8px 0;
  font-size: 14px;
}

.dropdown-item:hover {
  color: var(--secondary);
  background: transparent;
}

.mega-menu-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.mega-menu-col {
  flex: 1 1 30%;
  min-width: 200px;
}

.form-testimonial {
    margin-bottom: 50px;
}

/* Overlay background */
  .exit-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.4s ease;
  }

  /* Popup card */
  .exit-card {
    background: #fff;
    color: #333;
    padding: 30px;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    animation: slideUp 0.5s ease;
  }
  .exit-card h3 {
      color: var(--secondary);
  }
  .exit-card .btn {
      background: var(--secondary);
    color: var(--bs-white);
  }
  .exit-card .btn:hover {
      background: var(--primary);
    color: var(--bs-white);
  }  
  .close-btn {
    position: absolute;
    top: -12px;
    right: -10px;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--bs-white);
    background: var(--secondary);
    border-radius: 50px;
  }

  @keyframes fadeIn { from {opacity:0;} to {opacity:1;} }
  @keyframes slideUp { from {transform:translateY(30px); opacity:0;} to {transform:translateY(0); opacity:1;} }
  
  .sendmail {
      display: none;
  }
  .navbar-brand {
      cursor: pointer;
  }
.partners {
    display: flex;
    gap: 14px;
}
.reddit-different {
    background: url(img/reddit-different-desktop.jpg) center / contain no-repeat;
    height: 500px;    
}
.AVO-reddit-Section {
    background: url(img/AVO-Reddit_4.png) center / contain no-repeat;
    height: 500px; 
}


.archer,
.sangam,
.icebound,
.botanika {
  position: relative;
  overflow: hidden;
}
.archer::before,
.sangam::before,
.icebound::before,
.botanika::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-position: center center;
  background-repeat: no-repeat;
    background-size: auto;
    filter: blur(5px);
    transform: scale(1.2);
  z-index: 0;
}
.archer > *,
.sangam > *,
.icebound > *,
.botanika > * {
  position: relative;
  z-index: 1;
}
.archer {
    background: url(https://advertoutdigital.com/reddit-marketing-services/img/archer.png) no-repeat;
    background-position: center center;
}
.sangam {
    background: url(https://advertoutdigital.com/reddit-marketing-services/img/sangam_card.jpg) no-repeat;
    background-position: center center;
}
.icebound {
    background: url(https://advertoutdigital.com/reddit-marketing-services/img/icebound_blurred.jpg) no-repeat;
    background-position: center center;
}
.botanika {
    background: url(https://advertoutdigital.com/reddit-marketing-services/img/botanika_blurred.jpg) no-repeat;
    background-position: center center;
}



/* Layout */
.video-gallery{
  display:flex;
  gap:28px;
  justify-content:center;
  align-items:flex-start;
  padding:36px 16px;
  flex-wrap:wrap;
  background: var(--secondary);
}

/* Card */
.video-card{
  position:relative;
  width:25%;              /* adjust width */
  height: auto;             /* tall portrait */
  border-radius:8px;
  overflow:hidden;
  background:#eee;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  cursor:pointer;
}

/* video fills card */
.video-card video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .45s ease;
  -webkit-user-drag: none;
}

/* slightly zoom on hover */
.video-card:hover video{ transform: scale(1.04); }

/* caption: centered, white text with subtle shadow */
.video-card .caption{
  position:absolute;
  left:16px;
  right:16px;
  bottom:22px;
  color:#fff;
  font-weight:700;
  font-size:18px;
  text-align:center;
  text-shadow:0 6px 18px rgba(0,0,0,.55);
  z-index:3;
  pointer-events:none;
}

/* small play button */
.video-card .play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:4;
  border:0;
  background:rgba(0,0,0,0.45);
  color:#fff;
  width:44px;
  height:44px;
  border-radius:50%;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s;
}

/* hide play icon when playing */
.video-card.playing .play-btn{ opacity:0; transform:translate(-50%,-50%) scale(.9); }








@media (max-width: 768px) {
  .hero-section,
  .our-service {
      padding: 30px 0;
  }  
  .partners {
      display: block;
  }  
  .partners .btn {
      width: 100%;
      margin-bottom: 21px;
  }
  .partners img {
      height: 75px;
  }
    .carousel-inner {
        height: 290px!important;
    }  
  
.reddit-different {
    background: url(img/reddit-different-mobile.jpg) center / contain no-repeat;
}  
.engagement {
    padding-bottom: 30px;
}
.engagement .row {
    flex-direction: column-reverse !important;
}
  
  .sendmail .btn {
    width: 100%;
  }

  .dropdown-menu {
    transform: translate(0);
    margin-bottom: 8px;
  }
    .copyrights {
        margin-bottom: 55px;
        padding-top: 0;
    } 
    .exit-card {
        width: 90%;
        padding: 30px;
    }
    .exit-card img {
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
    .card {
        margin: 0 0 5%;
    }
    .our-services-title {
        padding: 0;
    }
    .sendmail .btn {
        border-radius: 0;
    }
  .sendmail {
      display: block;
  } 
.contact-section .left {
        padding: 10% 6% !important;
    }  
  .mb-sm-0 {
      margin-bottom: 0;
  }
.AVO-reddit-Section {
    background: url(img/AVO-Reddit_4_mobile.jpg) center / contain no-repeat;
    height: 300px; 
}
.expertise {
    padding-top: 30px;
}

  .video-gallery{ gap:14px; padding:20px 8px; }
  .video-card{ width:48%; height:auto; }
  .play-btn {display: none}
  
}






/* responsive */
/*@media (max-width:900px){*/
/*  .video-card{ width:30%; height:auto; }*/
/*  .video-card .caption{ font-size:16px; bottom:18px; }*/
/*}*/












