@media (min-width: 960px) {

  .slider-indicator-bar,
  .js-slider-arrow {
    display: none !important;
  }

  .cards {
    width: 550px;
    gap: 15px;
  }

  #header_slider {
    max-width: 1100px;
    padding: 0;
    padding-left: 30px;
    margin-top: -100px;
    padding-bottom: 50px;
  }

  #gfx_portfolio .overlay span:last-child {
    margin-top: -12px;
    font-weight: 500;
  }

  #gfx #title,
  #video_gallery #title {
    font-size: 66px;
  }
}


@media (min-width: 1600px) and (max-width: 1900px) {
  .video_gallery {
    grid-template-columns: repeat(auto-fit, minmax(300px, 433px));
  }

}

@media (min-width: 960px) and (max-width: 1270px) {
  .video_gallery {
    grid-template-columns: repeat(auto-fit, minmax(300px, 360px));
  }
}



@media only screen and (max-width: 1500px) {
  #gfx_portfolio {
    grid-template-columns: auto auto;
    align-items: center;
  }

  #video_gallery .video_gallery wistia-player:last-child,
  #video_gallery .video_gallery wistia-player:nth-child(3) {
    display: none;
  }
}


@media (min-width: 961px) and (max-width: 1100px) {
  .cards {
    width: 450px;
    gap: 8px;
  }

  #header_slider {
    max-width: 900px;
  }
}

@media (min-width: 780px) and (max-width: 959px) {
  .cards {
    width: 400px;
    gap: 8px;
  }

  #header_slider {
    max-width: 850px;
  }

}

@media only screen and (max-width: 1100px) {

  #myinfoarea {
    padding: 30px !important;
    height: 450px;
    overflow: hidden;
  }


}

@media (min-width: 601px) and (max-width: 779px) {
  #header_slider {
    max-width: 650px;
  }

  .video_gallery {
    grid-template-columns: auto;
  }
}





@media only screen and (max-width: 768px) {
  #about {
    display: none;
  }

  .video_gallery {
    display: flex;
    flex-direction: column;
  }

  #gfx {
    width: 100%;
    background: #efff5d;
  }

  #gfx_portfolio {
    padding: 0;
    grid-template-columns: auto;
    grid-gap: 30px 0;
  }

  #gfx_portfolio .portfolio-section {
    padding: 20px;
  }

  #gfx_portfolio .portfolio-section:last-child {
    padding-bottom: 20px;
    background: #E4FF00;
  }



  #gfx_portfolio .overlay span:first-child {
    font-size: 80px !important;
    font-family: mangoGrotesk;
    font-weight: bolder;
    text-shadow: 1px 1px 0px #ff593c;
    margin-bottom: 10px;
  }

  #gfx_portfolio .overlay span:last-child {
    font-size: 16px;
  }

  #contentbrifGfx span:nth-child(1) img {
    width: 30px;
    height: 30px;
    margin-top: 6px;
  }

}

@media (max-width: 600px) {

  nav#nav_menu {
    width: 480px !important;
    margin: 0 auto;
  }

  nav#nav_menu .logo img {
    width: 100px;
  }

  #mainHeroThings {
    display: block;
    max-height: 400px;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0 !important;
  }

  #button_social_Media {
    max-width: 360px;
  }

  #button_social_Media .social_Media_icons:first-child {
    display: none;
  }

  #mainHeroThings #leftHero {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
    height: 250px;
  }

  #mainHeroThings #leftHero h1 {
    font-size: 99px;
    text-align: center;
  }

  #mainHeroThings #leftHero h1 span:first-child {
    text-align: left;
    font-size: 54px;
    padding-left: 30px;
  }

  #mainHeroThings #leftHero h2 {
    width: 300px;
    font-size: 18px;
    margin-left: 70px;
    margin-top: -15px;
  }

  #mainHeroThings #leftHero h2 span {
    width: 30px;
  }

  #mainHeroThings #leftHero h2 img {
    width: 25px;
  }

  #leftHero h2 a.btn-shine {
    padding-left: 15px;
  }

  .gradient-shape,
  #heroImage {
    display: none;
  }

  .video_gallery {
    grid-template-columns: auto;
  }


  .carousel-item {
    flex: 0 0 100%;
    /* Ensure 1 full item on smaller screens */
  }

  .video_gallery {
    grid-gap: 4px;

  }


}


@media only screen and (min-width: 480px) {

  #mobileMenu,
  #menuToggle {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #line {
    display: none !important;
  }

  header {
    padding: 20px;
    margin: 0;
    width: 100%;
    height: auto;
  }

  nav#nav_menu {
    border: none !important;
    display: grid;
    grid-template-columns: auto auto;
    max-width: 300px;
    margin: 0 auto;
  }

  nav#nav_menu .menu {
    display: none !important;
  }

  ul#mobileMenu.show {
    max-height: 240px;
  }

  ul#mobileMenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #e4ff00;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    z-index: 999;
    display: block;
    border-radius: 15px;
    filter: drop-shadow(6px 12px 10px #1d2000);

  }

  ul#mobileMenu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #b5c900;
    margin-left: 0px;
    padding: 15px;
  }

  ul#mobileMenu li a {
    display: block;
    color: black;
  }

  ul#mobileMenu li a::first-letter {
    font-family: 'icon';
    font-size: 26px;
  }

  #menuToggle {
    z-index: 99999999;
  }

  #menuToggle .toggle {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #e4ff00;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
  }

  #menuToggle .toggle span {
    position: absolute;
    height: 3px;
    width: 40px;
    background-color: #222500;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
  }

  #menuToggle .toggle span:nth-child(1) {
    transform: translateY(-10px);
    width: 15px;
    left: 10px;
  }

  #menuToggle .toggle span:nth-child(2) {
    transform: translateY(10px);
    width: 25px;
    left: 10px;
  }


  #menuToggle .toggle.toggle.hover span:nth-child(1) {
    width: 30px;
    transform: translateY(0px) rotate(45deg);
    transition-delay: 0.125s;
  }

  #menuToggle .toggle.toggle.hover span:nth-child(2) {
    width: 30px;
    transform: translateY(0px) rotate(315deg);
    transition-delay: 0.125s;
  }

  #menuToggle .toggle.hover span:nth-child(3) {
    transform: translateX(60px);
  }


  #mainHeroThings {
    max-width: 400px;
    max-height: 300px;
    padding-top: 20px;
  }

  .card-outter {
    width: calc(100% - 10px);
  }

  #gfx_portfolio .overlay span:last-child {
    font-size: 16px !important;
    max-width: fit-content;
    font-weight: 400;
    margin-top: -20px;
    margin-left: 4px;
    padding: 0 5px;
  }

  #videomorebutton {
    width: 150px;
    padding: 7px 12px;
    font-size: 14px;
    bottom: 19px;
  }
}

@media only screen and (max-width: 430px) {

  #line {
    display: none !important;
  }


  #mainHeroThings {
    width: 360px;
    max-height: 200px;
    padding-top: 0 !important;
  }

  .card {
    border-radius: 4px;
  }

  #video_gallery {
    width: 99.9%;
  }

  #gfx {
    width: 99.9%;
  }

  #Copyright {
    max-width: 99%;
  }

  #button_social_Media {
    width: 400px;
  }

  #button_social_Media ul li {
    margin-left: 10px;
  }

  #button_social_Media a {
    font-size: 15px;
  }

  #button_social_Media svg {
    width: 15px;
  }

  #contentbrifGfx span:nth-child(1) {
    font-size: 32px;
  }

  #contentbrifGfx span:nth-child(3) {
    font-size: 14px;
  }

  #contentbrifGfx span:nth-child(4) {
    font-size: 14px;
  }

  #contentbrifGfx span:nth-child(2) {
    font-size: 13.5px;
  }

  #gfx_portfolio .overlay span:first-child {
    font-size: 60px !important;
  }

  #mainHeroThings {
    padding-top: 20px;
    height: 450px;
  }

  #mainHeroThings #leftHero h1 {
    font-size: 86px;
  }

  #mainHeroThings #leftHero h1 span:first-child {
    font-size: 46px;
  }

  #mainHeroThings #leftHero h2 {
    margin-left: 40px;
    margin-top: -8px;
    font-size: 17px;
  }

  #mainHeroThings #leftHero h2 a {
    margin-left: 20px;
  }

}

@media only screen and (max-width: 390px) {

  #mainHeroThings {
    max-width: 320px;
  }

  #mainHeroThings #leftHero {
    max-width: 300px;
  }

  #mainHeroThings #leftHero h1 {
    font-size: 85px;
  }

  #mainHeroThings #leftHero h1 span:first-child {
    padding-left: 0px;
  }

  #mainHeroThings #leftHero h2 {
    width: 290px;
    font-size: 16px;
    margin-left: 10px;
    margin-top: -10px;
  }

  #mainHeroThings #leftHero h2 span {
    width: 30px;
  }

  #button_social_Media {
    max-width: 320px;
  }

  #button_social_Media .social_Media_icons {
    padding: 6px 10px;
  }


}



@media only screen and (min-width: 300px) and (max-width: 325px) {


  #mainHeroThings {
    max-height: 160px;
    padding-top: 0 !important;
    margin-top: -30px;
  }

  #mainHeroThings #leftHero {
    max-width: 280px;
    margin-left: -5px;
  }

  #mainHeroThings #leftHero h1 {
    font-size: 72px;
  }

  #mainHeroThings #leftHero h1 span:first-child {
    padding-left: 10px;
    font-size: 35px;
  }

  #mainHeroThings #leftHero h2 {
    width: 240px;
    font-size: 14px;
    margin-left: 20px;
    margin-top: -10px;
  }

  #mainHeroThings #leftHero h2 img {
    width: 19px;
  }

  #leftHero h2 a.btn-shine {
    padding-left: 10px;
  }


  #button_social_Media {
    width: 300px;
  }

  #contentbrifGfx span:nth-child(1) {
    font-size: 26px;
  }

  #contentbrifGfx span:nth-child(1) img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
  }

  #contentbrifGfx span:nth-child(3),
  #contentbrifGfx span:nth-child(4) {
    font-size: 12px;
  }


  #contentbrifGfx span:nth-child(2) {
    font-size: 12px;
  }

  #gfx_portfolio .overlay span:first-child {
    font-size: 50px !important;
  }


  #mainHeroThings {
    padding-top: 0;
    height: 400px;
    width: 310px;
  }

  #mainHeroThings #leftHero h1 {
    font-size: 66px;
  }

  #mainHeroThings #leftHero h1 span:first-child {
    font-size: 36px;
  }

  #mainHeroThings #leftHero h2 {
    margin-left: 40px;
    margin-top: -8px;
    font-size: 13px;
  }

}