/* Large Desktop */
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}

/* Full HD */
@media (min-width: 1920px) {
  .container {
    max-width: 1680px;
  }

  section {
    padding: 120px 0;
  }
}

/* 2K / 2560px */
@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .small {
    background: transparent;
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small img {
    width: 120px;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .menu-2 {
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border: 1px solid #d6a75a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {

    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.889);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    left: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
    border-bottom: 1px solid var(--theme-color-second);
  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #fff;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0 !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: var(--theme-color-second);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    /* opacity: 1; */
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {

    font-size: 14px;
  }

  .small nav .sidebar.show {
    left: 0;
  }


  h1 {
    font-size: 55px;

  }

  h2 {
    font-size: 36px;

  }



  p br {
    display: none;
  }


  section {
    padding: 60px 0;
  }


  .banner_sec {
    padding: 120px 0px 640px;
    text-align: center;
    background: url(https://scotthayesproductions.com/wp-content/uploads/2026/07/image.webp) no-repeat bottom/ cover !important;
  }

  a.comon-btn,
  a.comon-btn2 {
    width: 14rem;
  }


  .home_sec3::after {
    height: 100%;
  }

  .home_sec4 .counter_box {
    padding: 30px 15px;
  }

  .home_sec4 .counter_box h3 {
    font-size: 2.4rem;
  }

  .home_sec4 .counter_box p {
    font-size: .7rem;
    letter-spacing: 1.5px;
  }

  .home_sec6 .step_number {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .home_sec6 p {
    max-width: 100%;
  }

  .video_play_sec .main_video img {
    height: auto;
  }

  .video_play_sec .side_videos {
    position: static;
    width: 100%;
    margin-top: 20px;
    flex-direction: row;
    gap: 15px;
  }

  .video_play_sec .video_thumb {
    flex: 1;
  }

  .video_play_sec .thumb_play {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--theme-color-second);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(212, 175, 55, .35);
  }

  .video_play_sec .thumb_play svg {
    width: 28px;
    height: 28px;
    fill: #222;
  }


  .home_sec10 .testimonial_text {
    font-size: 20px;
    line-height: 1.7;
  }

  .home_sec12 .accordion-button {
    font-size: 20px;
  }

  .home_sec13 .blog_content {
    padding: 25px;
  }

  .footer_sec {
    padding: 60px 0px;
  }

  .footer_sec .footer_contact {
    flex-direction: column;
    gap: 35px;
  }

  .footer_sec .divider {
    display: none;
  }

  .inner_banner_sec {
    padding-top: 114px;
    padding-bottom: 50px;
  }

  .inner_banner_sec h1 {
    font-size: 34px;
  }

}


/* Small tablets */
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
  }

  .sub_title {
    font-size: 18px;
  }
.title-badge {
    display: inline-flex;
    align-items: center;
    gap: 19px;
    /* padding: 12px 24px 12px 18px; */
    /* -webkit-backdrop-filter: blur(10px); */
    margin-bottom: 20px;
    box-shadow: none;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}
	
.title-badge .badge-text {
    font-size: 12px;
    line-height: 1.5;
    display: block;

}
  .title-badge .badge-dot {
    width: 6px;
    height: 6px;
	  margin-bottom: 20px;
}

  .banner_sec {
    padding: 120px 0px 480px;
  }

  .home_sec2 h3 {
    font-size: 18px;
  }

.home_sec7 img.img-fluid {
    width: 100% !important;
    height: auto !important;
}

  .home_sec4 .counter_box {
    padding: 25px 12px;
  }

  .home_sec4 .counter_box h3 {
    font-size: 2rem;
  }

  .home_sec4 .counter_box p {
    font-size: .65rem;
    letter-spacing: 1px;
  }

  .home_sec5_tabs {
    gap: 10px;
  }

  .home_sec5_tabs .nav-link {
    font-size: 12px;
    padding: 10px 18px;
  }

  .home_sec6 .process_box {
    margin-bottom: 20px;
  }

  .home_sec7 .biography_box h4 {

    padding-inline: 0px;
  }

  .home_sec8 .feature_box {
    padding: 25px;
  }

  .home_sec8 .feature_box h4 {
    font-size: 21px;
  }

  .video_play_sec .side_videos {
    flex-direction: column;
  }


  .video_play_sec .play_btn {
    width: 70px;
    height: 70px;
  }

  .home_sec10 .testimonial_text {
    font-size: 20px;
  }

  .home_sec10 .testimonial_author {
    flex-direction: column;
    gap: 12px;
  }

  .home_sec10 .testimonial_author .line {
    width: 60px;
  }

  .home_sec11 .brand_item {
    font-size: 16px;
    letter-spacing: .15em;
  }

  .home_sec12 .accordion-button {
    font-size: 18px;
    padding: 20px 0;
  }




  .home_sec13 .blog_content h4 a {
    font-size: 18px;
  }

  .footer_sec .footer_menu {
    gap: 15px;
  }

  .footer_sec .footer_menu li {
    width: 100%;
    text-align: center;
  }

  .footer_sec .contact_item {
    flex-direction: column;
    text-align: center;
  }

  .footer_sec .contact_item .content a {
    font-size: 20px;
  }

  .footer_sec .copyright {
    font-size: 16px;
  }

  .footer_sec .footer_logo {
    width: 300px;
  }

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

  .event_video_sec2 .video_box {
    height: 300px;
  }

  .main-sec h1 {
    font-size: 28px;
  }

  .main-sec h2 {
    font-size: 26px;
  }

  .inner-blog-left-sec .inner-blog-sec1 h3 {
    font-size: 24px;
  }

  .home_sec6 .process_box p {
    font-size: 16px;
    line-height: 27px;
  }
}

/* Mobile */
@media (max-width: 576px) {

  .banner_sec {
    padding: 120px 0px 280px;
  }
}

/* Small mobile */
@media (max-width: 480px) {}

/* Very small */
@media (max-width: 360px) {}