@media only screen and (max-width: 425px) {
  .animation-button2 {
    display: none;
  }
  .header {
    --background-color: rgba(255, 255, 255, 0);
    --heading-color: #ffffff;
    color: var(--default-color);
    background-color: hsla(0, 0%, 13%, 1);
    padding: 20px 0;
    transition: all 0.5s;
    display: flex;
    z-index: 997;
    position: fixed;
    width: 100%;
    backdrop-filter: none;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: none;
    background: linear-gradient(45deg, #000, #000);
    backdrop-filter: none;
    color: #fff;
    overflow-y: auto;
    height: 250px;
    border: 1px solid #ff6b35a3;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: hsla(0, 0%, 100%, 1);
    padding: 13px 20px;
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 1px solid hsla(240, 7%, 62%, 1);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ff6b35;
    font-weight: bold;
  }
  .hero h1 {
    font-size: 36px;
    font-family: "gunterz-regular";
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 68px;
    margin-top: -35px;
    text-transform: uppercase;
  }
  .elevator {
    display: none;
  }
  .div-none {
    display: block;
  }
  .animation-button {
    font-size: 15px;
    margin-top: 35px;
  }
  .section h3 {
    font-size: 17px !important;
    font-weight: 500;
    line-height: 30px;
    color: #989898;
    margin-bottom: 12px;
    text-align: left;
    padding: 0px 1px;
    text-align: left;
    margin-top: 16px;
  }
  .footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    display: none;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--nav-font);
  }
  .slider-div-client > div > p {
    color: #fff;
    font-size: 12px;
    font-family: "Poppins";
    text-align: left;
  }
  .slider-div-client > div > h1 {
    color: #fff !important;
    font-size: 15px !important;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 9px;
    text-align: left;
  }
  .slick-slide img {
    display: block;
    width: 60px;
    height: 60px !important;
  }
  .slider-back {
    background-color: #1c1c1c !important;
    border-radius: 10px;
  }
  .passage-slide {
    color: #ffffff8a;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 300;
    margin-top: -14px !important;
    text-align: left;
    padding: 32px 31px;
  }
  .slick-div {
    display: flex !important;
    justify-content: center;
    margin: 20px 0px;
  }
  .reverse-slide {
    padding: 0px 0px;
  }
  .services h2 {
    color: #00a3ff;
    font-size: 31px;
    font-weight: 700;
    font-family: "gunterz-bold";
  }
  .services p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #969696;
    text-align: initial;
    padding: 0px 30px;
    text-align: center;
  }
  .pricing h2 {
    color: #fff;
    font-family: "gunterz-bold";
    font-size: 33px;
    line-height: 51px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
  }

  .services .we-desc {
    font-family: "Poppins";
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding: 0px 30px;
    margin-top: -29px;
  }
  .services .you-desc {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 0px 30px;
    margin-top: -30px;
  }
  .services .us-desc {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 0px 30px;
    margin-top: -30px;
  }
  .what-div-block {
    margin-bottom: 0px;
    margin-top: 66px;
  }

  .brandImg {
    width: 100%;
  }
  .brandP {
    color: #ffffff87;
    padding-top: 20px;
    font-family: "Poppins";
    text-align: left;
    padding-right: 20px;
    /* padding: 27px 20px; */
    padding-left: 20px;
  }
  .animation-button3 {
    font-size: 17px;
    padding: 6px 36px;
    color: #fff;
    border: 2px solid #3daeff;
    background: #000;
    font-family: "Poppins";
    border-radius: 37px;
    font-weight: 500;
    text-align: left;
    /* margin-left: -46px; */
  }
  .card-body {
    flex: 1 1 auto;
    padding: 30px 40px !important;
    background-color: #000;
    color: var(--bs-card-color);
    /* border-bottom: 1px solid #ffffee57; */
    text-align: center;
  }
  .video-sect-div {
    padding-top: 0;
    padding-bottom: 4;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px !important;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 8px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
    font-size: 10px !important;
  }
  .card-header > .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
  }
  .card-header > .btn {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: #000;
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .pricing .brandP {
    font-family: var(--heading-font);
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
    color: #f8f9fa;
  }
  .service-mobile {
    line-height: 28px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "gunterz-bold";
    padding-bottom: 11px;
    /* border-bottom: 1px solid #6c757d; */
  }
  .accordion > .card {
    overflow: hidden;
    border: none;
  }
  .priceing-item-img1 {
    width: 100%;
    transition: all 0.6s linear;
    height: 250px;
    overflow: hidden;
    /* margin-top: 50px; */
    object-fit: cover;
  }
  .footer .footer-about p {
    font-size: 14px;
    font-family: "Poppins";
    text-align: center;
  }
  .footer-links ul {
    list-style-type: none;
    padding: 0;
    justify-content: center;
  }
  .footer .footer-links {
    margin-bottom: -13px;
    text-align: center;
  }
  .footer .copyright {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    border-top: 1px solid
      color-mix(in srgb, var(--heading-color), transparent 90%);
  }
  .footer .footer-about .logo img {
    max-height: 40px;
    /* margin-right: 6px; */
    margin: auto;
    text-align: center;
    /* border-bottom: 2px solid #fff; */
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    color: var(--bs-modal-color);
    background: linear-gradient(-45deg, #000, hsla(0, 0%, 13%, 1));
    pointer-events: auto;
    /* background-color: var(--bs-modal-bg); */
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    border: 1px solid #ff6b35cc;
    text-align: center;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 14px;
    /* padding: 20px 0px; */
    font-family: "gunterz-bold";
    text-transform: uppercase;
    font-weight: 600;
  }
  .servide-input {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    border: -31px solid #0d6efd;
    line-height: 1.5;
    color: hsl(210deg 3.26% 36.08%);
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* appearance: none; */
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 13px 17px;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #0d6efd;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    /* border: var(--bs-border-width) solid var(--bs-border-color); */
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .pricing-item-div {
    width: 70%;
    margin: auto;
    overflow: hidden;
    /* border: 1px solid #3daeff; */
  }
  .h3-hero {
    text-align: center;
    font-size: 15px;
    padding: 0px 0px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-top: 21px;
    font-family: "gunterz-bold";
    margin-bottom: 0;
  }
  .priceing-item-img {
    width: 100%;
    transition: all 0.6s linear;
    /* height: 250px; */
    overflow: hidden;
    margin-top: 10px;
    object-fit: cover;
  }
  .services .we-title {
    color: #ff6b35;
    font-size: 65px;
    font-weight: 700;
    font-family: "gunterz-bold";
    margin: 0px 0px;
    left: 0;
    text-align: center;
  }
  .price-div-block {
    padding-top: 112px;
    padding-bottom: 4px;
  }
  .services .you-title {
    color: #00a3ff;
    font-size: 65px;
    font-weight: 700;
    font-family: "gunterz-bold";
    margin: 0px 0px;
    left: 0;
    text-align: center;
  }
  .desktop-none {
    display: block;
  }
  .mobile-none {
    display: none;
  }
  .footer .copyright p {
    margin-bottom: 0;
    font-size: 10px;
    font-family: "Poppins";
  }
  .services .us-title {
    font-size: 73px !important;
    font-weight: 700;
    font-family: "gunterz-bold";
    background-image: linear-gradient(88.97deg, #ff6b35 1.05%, #00a3ff 120.08%);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.1;
    white-space: nowrap;
    overflow: visible;
    text-align: center;
    margin: 0px 5px;
    left: 0;
  }
  .h3-slider-div {
    position: absolute;
    font-size: 16px !important;
    top: -12px;
    right: -4px;
    font-weight: 300 !important;
    font-family: "Poppins" !important;
  }
  .turn-div {
    font-family: "poppins";
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: -34px;
    line-height: 33px;
    color: #989898;
  }
  .video-sect-div > img {
    width: 100%;
    height: 250px;
    /* border: 1px solid hsla(240, 7%, 62%, 1); */
    object-fit: cover;
    border-radius: 0px;
    /* filter: blur(4px); */
    box-shadow: 0px 0px 16px 0px #6c757d, 0px 0px 16px 0px hsla(240, 7%, 62%, 1);
    /* background-color: hsla(0, 0%, 13%, 1); */
  }
  .scrollText {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 43px !important;
    color: #989898;
    text-align: left;
    padding: 0px 17px !important;
  }
  .shadow-img {
    position: absolute;
    width: 133%;
    z-index: 0;
    top: -95px;
    rotate: -90deg;
    left: -166px;
    /* animation: horizontal-shaking; */
  }
}
