
/* -----media min-1400---------------- */

@media screen and (min-width: 1400px) {}

/* -----media min-1000 max-1030---------------- */

@media all and (min-width: 1000px) and (max-width:1030px) {}

/* -----media min-1200 max-1244---------------- */

@media all and (min-width: 1200px) and (max-width:1244px) {}

/* -----media min-1112 max-1199---------------- */

@media all and (min-width: 1112px) and (max-width:1199px) {}

/* -----media min-992 max-1199---------------- */

@media all and (min-width: 992px) and (max-width:1199px) {}

/* -----media min-768 max-991---------------- */

@media all and (min-width: 768px) and (max-width:991px) {}



/* -----media max-768---------------- */

@media(max-width:768px) {


  .counter-box {
    margin-top: 20%;
    padding: 24px 6px;
        width: 94%;
  }

  html, body {
  overflow-x: hidden;
}

.content-area {
    margin-top: 50px;
   
}

.focus-card p {
 
    font-size: 14px;
   
}
  
  .about-sec {
    margin-top: -15px;
    padding-top: 120px;
  }

  .about-dot {
    margin-bottom: 0px !important;
  }

  .title {
    font-size: 24px;
        margin-top: 16px;
  }

  .counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 25%;
    width: 6px;
    height: 26px;
    background-image: radial-gradient(circle, rgba(255,255,255,0.5) 2px, transparent 2px);
    background-size: 6px 10px;
    background-repeat: repeat-y;
}

  .counter-wrapper {
    top: -40px;
  }

  .counter-box h2 {
    font-size: 20px;
  }

    .stats-title {
    font-size: 24px;
  }

  .stat-box h3 {
    font-size: 22px;
  }


  .section-title {
    font-size: 24px;
  }

  .focus-card {
    padding: 25px 15px;
  }

  .brand-focus-sec {
    padding: 48px 0;
  

}

.speaker-sec{
 padding:20px 10px; 
  
}

.speaker-sec .section-title span{
    display: block;
}

.testi-title span{
    display: block;
    margin-top: 10px;
}


.price-title span {
    background: linear-gradient(266.79deg, #01431C 0%, #03A947 103.68%);
    color: #fff;
    border: 1px solid #000000;
    padding: 4px 10px;
    border-radius: 6px;
}

.diamond3 {
    /*margin-top: 25px;*/
}

.diamond4 {
    /*margin-top: 25px;*/
}

.diamond5 {
    margin-top: 45px;
}

.diamond6 {
    margin-top: 5px;
}

.diamond7 {
    margin-top: 5px;
}


  .section-title {
    font-size: 24px;
  }

  .know-cards img {
    height:100%;
  }

  .diamond-row {
    gap: 40px;
  }

  .diamond-card {
    width: 140px;
    height: 140px;
	margin-bottom: 20px;
  }

  .joining-title {
    font-size: 24px;
    line-height: 38px;
  }

    .price-title span {
    display: block;
    margin-top: 8px;
            line-height: 34px;
  }
  .second-row {
    margin-top: 0;
  }

   .group-item {
    width: 100%;
  }

   .counter-row {
    display: flex;
    flex-wrap: wrap;
  }

 .counter-row .counter-item {
    width: 25%;
    margin-bottom: 0px;
}

  .top-navs .nav-cont{
    max-width: 100% !important;
  }

.footer-left {
    text-align: center;
}

.ab-content-dv{
    text-align: center;
}

.testi-title {
    font-size: 24px;
    font-weight: 700;
}

 .contact-card {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    text-align: center;
  }


   .faq-title {
    font-size: 24px;
  }

  .price-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
}
}


@media (max-width: 992px) {

  /* Hide desktop button */
  .desktop-btn {
    display: none;
  }

  /* Show hamburger */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }

  /* Mobile Drawer */
 .nav-links {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 9999;
  }

  .nav-links.active {
    transform: translateX(0);
  }

 

  .mobile-logo {
    max-width: 110px;
  }

  .close-menu {
    font-size: 56px;
    cursor: pointer;
    margin-top: -37px;
  }

  /* Menu vertical */
  .menu {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .menu li a {
    font-size: 18px;
  }

  .mobile-header {
    display: flex !important;              
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 20px 25px;
  }

  .mbview{
    justify-content: center;
  }
  
  .floating-banner{
    display: none;
  }

.menu {
    align-items: self-start;
    padding: 34px 23px;
    background-color: #fff;
            margin-top: -2px;
    /* height: 100%; */
}

.speaker-card {
   
    height: 340px !important;
    margin: 0px 5px !important;
}

.speaker-info {
    margin-top: 10px !important;
}
.speaker-image img {
    width: 100%;
    height: 190px;
    object-fit: contain;
}
.speaker-info h5 {
    font-size: 14px;
    font-weight: 700;
}

.custom-prev {
    left: 2px;
}

.custom-next {
    right: 2px;
}
.section-title span{
    display: block;
}



}

.mobile-header{
    display: none;
}
/* -----media min-576 max-767---------------- */

@media only screen and (min-width: 576px) and (max-width:767px) {}

/* -----media max-430---------------- */

@media(max-width:430px) {}

/* -----media min-400 max-575---------------- */

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

/* -----media min-320 max-399---------------- */

@media only screen and (min-width: 320px) and (max-width:399px) {

    .faq-title {
		font-size: 24px;
		line-height: 41px;
		/* margin-top: 10px !important; */
	}
}

/* -----media max-320---------------- */

@media(max-width: 320px) {}
@media only screen and (min-width: 360px) and (max-width:530px) {
 .diamond-row {gap: 15px;}
/*.diamond-card, .diamond-content{transform: rotate(0deg);}*/

.diamond-card{margin-bottom: 0px;}
.diamond5, .diamond6 {margin-top: 15px;}
.diamond7 {margin-top: 0px;}
/*.diamond-card:hover {transform: rotate(0deg) scale(1.15);} */
}
@media(max-width: 480px) {
	.stats-title br{display:none;}
	.stats-title .highlight{display: inline-block;}
}


/* -----media min-400 max-767---------------- */

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