/* desktop device */
@media only screen and (min-width: 1024px) and (max-width: 1399px) {

}


@media (min-width: 1400px) {

}
/* common media css */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

}
@media only screen and (min-width: 0px) and (max-width: 400px) {

}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {


}

/* ipad device and common media css */
@media only screen and (min-width: 0px) and (max-width: 992px) {
 

}

/* mobile device */
@media only screen and (min-width: 0px) and (max-width: 767px) {

/* header css */
header.header {
  padding: 0;
  margin: 0;
  border:0;
}
.header .container-fluid {
  margin: 0;
  padding: 0;
}
.header .w-100.d-flex.justify-content-between.align-items-center {
  flex-direction: column;
}
header.header div#scroll-marquee {
  position: fixed;
  bottom: 86px;
}
.page-template-checkout header.header div#scroll-marquee , .page-template-thankyou header.header div#scroll-marquee{
  display: none;
}
/* banner css */

.mob-d-none{
  display:none !important;
}
.mob-display{
  display:block;
  }
  .mob-none{
      display:none;   
  }
  header.header .container {
      padding: 0;
  }

  .navbar-toggler:focus {
      box-shadow: none;
      border:0;
  }

  
  #application ul.list li img {
    margin-left: -25px;
}
  button.btn.navbar-btn.cta {
      margin: 50px 0;
  }
  a.nav-link {
      color: #B0634A;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 14px;
      text-transform: capitalize;
  }
  a.nav-link img {
      margin-left: 20px;
  }
  div#navbarSupportedContent {
      display: none !important;
      width: 100%;
  }
  div#navbarSupportedContent.show {
      display: block !important;
      padding: 20px;
      height:100vh;
  }
 

  .header .w-100.d-flex.justify-content-between.align-items-center {
      flex-direction: column;
  }
  .mob-head {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
  }
    button.navbar-toggler.collapsed {
        background-position: right;
        background-size: 25px;
        background-repeat: no-repeat;
        background-image: url('https://d2cretreat.com/wp-content/uploads/2024/06/Group-5747-1.svg');
    }
  button.navbar-toggler {
      background-size: 25px;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url('https://inc42.com/wp-content/uploads/2024/02/110-1103522_close-icon-png-white-transparent-png-download-removebg-preview.png');
  }
  span.navbar-toggler-icon {
      background-image: none;
  }
  li.nav-item {
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #B0634A47;
}
  a.nav-link {
      color: #fff;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 14px;
      text-transform: uppercase;
  }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 10px 12px;
        background: #000;
    }
  .marquee.bg-black.white p {
  font-size: 8px;
  }
  header.header {
      top: 0;
  }
  img.inc42-logo {
    width: 100px;
    height: auto;
}
.logo-unit.width-auto {
    width: 130px;
    margin: 0 auto 50px;
}
section#banner {
    padding: 50px 24px;
    text-align: center;
    align-items: center;
    display: flex;
}
#banner h2 {
    font-size: 28px;
    /* margin-bottom: 40px; */
}
h4 {
    font-size: 16px;
    width: 100%;
}
.location.d-flex {
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.date-box {
    margin-top: 20px;
}
img.envelop {
    display: none;
}
 /* footer */
  div#footer {
      padding: 24px;
      z-index: 9999;
      position: relative;
      }
  .d-flex.justify-content-between.align-items-center {
      text-align: left;
      flex-direction: column-reverse;
  }
  .footer_logo {
      /* margin: 20px; */
  }
  .footer_logo.d-md-block {
          padding: 40px 0 !important;
          width: 313px !important;
          margin: 11px auto;
          position: relative;
      }
      #footer .logo-container {
          position: relative;
          display: block;
          width: auto;
          height: 100%;
      }
      #footer .logo-container .logo_icon {
          width: 160px;
      }
      .footer-subscribe-style.row-gap-20.d-flex.flex-column.pt-40 img {
      width: 300px;
      margin: 20px 0 30px;
  }
      .single_footer {
      width: 100px;
      padding-right: 0px;
  }
  #footer .col-lg-4.col-md-4.col-6 {
      width: 35%;
  }
  div#popmake-27 {
    padding: 223px 20px 20px;
    background-size: cover;
    background-position: top center;
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
}
div#popmake-38 {
    background-size: 100% 100%;
    padding: 40px 20px; 
    height: auto !important;
    width: 100% !important;
    left: 0 !important;
  }
  .desktop-only{
    display: none;
}
    .mobile-only{
    display: block;
}

    section#about {
        padding: 0 24px 50px;
    }

    section#about .col-12.col-md-6.col-lg-6 {
        padding: 0;
    }

    #about .col-12.col-md-6.col-lg-6.content {
        padding: 40px;
        row-gap: 40px;
        background-image: none;
        background-size: 0;
        margin: 0 !important;
    }

    #about h2 {
        font-size: 21px;
    }

    p.about-desc {
        font-size: 14px;
    }

    button.btn.navbar-btn.cta {
        margin: 0 auto;
    }

    .mob-cta.cta {
        display: flex;
        padding: 15px;
        align-items: center;
        justify-content: center;
        background: #2C3322;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    .mob-cta.cta a {
        width: 100%;
    }

    section#speakers {
        padding: 40px 10px;
    }

    p.label {
        font-size: 12px;
    }

    #speakers h2.title.white {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .content-box {
        row-gap: 20px;
    }

    p.name {
        font-size: 10px;
    }

    p.founder {
        font-size: 8px;
    }

    p.company {
        font-size: 8px;
    }

    .speakers-card {
        margin: 0;
    }

    .speaker-detail {
        row-gap: 8px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    section#experience {
        padding: 40px 20px;
    }

    h2 {
        font-size: 24px;
    }

    .upper-div {
        padding: 6px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mob-12 {
        padding: 12px;
    }

    .counters h2 {
        font-size: 21px;
    }

    .counters p {
        font-size: 10px;
    }

    .right-block {
        padding-left: 0;
    }

    .accordion.d-flex {
        padding: 20px;
        flex-direction: column;
        row-gap: 15px;
    }

    img.experience-icon {
        width: 70px;
        margin-right: 0;
    }

    h3 {
        font-size: 18px;
    }

    p.p-15 {
        font-size: 12px;
        line-height: 140%;
    }

    section#application {
        padding: 40px 20px;
        z-index: 9999;
        position: relative;
    }

    #application .col-12.col-md-6.col-lg-7.row-gap-40 {
        padding-right: 0;
    }

    #application p.label {
        font-size: 12px;
    }

    #application h2.title {
        font-size: 24px;
    }

    .row-gap-40 {
        row-gap: 24px;
    }

    #application p {
        font-size: 14px;
    }

    #application ul.list li img {
        margin-left: -26px;
        margin-right: 10px;
    }

    #application ul {
        font-size: 14px;
        line-height: 22px;
    }

    #application ul.application-process {
        padding-top: 30px;
        column-gap: 25px;
        padding-left: 0;
        flex-wrap: wrap;
    }

    ul.application-process li {
        row-gap: 15px;
        font-size: 12px;
        width: 38%;
    }

    ul.application-process .nos {
        font-size: 17px;
    }

    .ticket {
        padding: 30px 20px;
        background-size: cover;
        margin: 50px 0;
    }

    section#destination {
        padding: 50px 0 0;
    }

    h2.title {
        font-size: 26px;
    }

    section#destination .content-box {
        row-gap: 15px;
    }

    img.gallery-img {
        width: 270px;
        margin: 0 5px;
    }

    section#destination .ticker {
        height: 450px;
        padding: 40px 0;
    }

    section#footer-bar {
        padding: 40px 20px;
    }

    section#footer-bar p {
        font-size: 14px;
    }

    .col-12.col-md-6.col-lg-6.flex-end {
        justify-content: flex-start;
        margin: 40px 0 0;
    }

    .contact-us-div {
        align-items: flex-start;
        height: 140px;
        margin: 40px 0 0;
        width: 100%;
    }

    .d-flex.justify-content-between.align-items-center.bordr-top {
        flex-direction: column-reverse !important;
        width: 100%;
    }

    .footer-profile {
        padding: 30px 0;
    }

    p.copy-right-text {
        margin-top: 20px;
    }

    p.stay-updated {
        text-align: center;
        margin-bottom: 20px;
    }

    div#gform_fields_1 {
        display: flex;
        margin-bottom: 40px;
    }

    .footer-subscribe-style.row-gap-20.d-flex.flex-column.pt-40 {
        width: 100%;
    }

    .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .mobile-heading{
        padding: 2rem 10px;
    }
    .menus.d-flex {
flex-direction: column;
}
div#footer ul {
list-style: none;
padding-left: 0;
margin: 0;
flex-direction: row;
width: 100%;
gap: 10px;
}
.footer-heading {
margin-bottom: 10px;
margin-top: 10px;
}
.custom-footer-menu ul li a{ 
font-size: 12px;
width: 11vh;
display: block;
max-width: 100%;
padding: 0;
margin: 0;
}
.single_footer ul li a {
color: rgba(255, 255, 255, 0.75);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
text-decoration: none;
}

  

}