@media (min-width: 2200px) {
  .hero-section-item {
    width: 100%;
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: end;
    padding-bottom: 35px;
  }
  .hero-img img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 600px;
    object-fit: cover;
    object-position: top left;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .hero-img img {
    height: 200px;
    width: 60%;
  }

  .hero-section-item {
    min-height: 550px;
    align-items: center;
  }

  .brands-box {
    width: 70%;
    height: 117px;
    background-color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 10px;
  }
  .box-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dark-card {
    padding: 40px 30px 40px 30px;
  }
  .stats-item {
    padding: 10px;
  }
  .stats-item p {
    font-size: 14px;
    font-weight: 400;
  }
  .referance-item-content {
    width: 100%;
  }
  .referance-item-right-section {
    width: 100%;
  }
  .referance-item-right-section img {
    width: 100%;
  }
  .referance-item-right-section p {
    font-size: 14px;
  }
  .referance-detail {
    flex-direction: column;
    padding: 0px;

    padding-left: 0;
    align-items: start;
    margin-top: 20px;
  }
  .referance-item {
    padding-left: 20px;
    padding: 45px 30px;
  }

  .referance-item h2 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 29px;
  }
  .services-card-title {
    background: linear-gradient(270deg, #ffffff, #e9e9e9b0);
    padding: 14px 12px;
  }
  .services-card {
    width: 100%;
    position: relative;
    border: 1px solid #efefef;
    background-color: #ffffff;
    padding: 10px 0 10px 0;
  }
  .services-card-button {
    padding-left: 10px;
    margin-top: 10px;
  }
  .services-card-button a {
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .services-card-title h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .team-slider-buttons button {
    width: 46px;
    height: 46px;
  }
  .team-slider-buttons {
    justify-content: end;
    margin-bottom: 10px;
  }
  .footer-referance {
    padding: 40px 30px 36px 30px;
  }
  .footer-referance-img img {
    height: 250px;
    opacity: 0.5;
  }
  .footer-nav {
    display: none;
  }

  .mobile-footer-nav {
    display: block;
  }

  .mobile-footer-nav .accordion-button {
    position: relative;
    color: #ffffff;
    background-color: transparent !important;
    border-radius: 0px !important;
  }

  .mobile-footer-nav .accordion-button::before {
    content: "";
    width: 6px;
    height: 50px;
    background-color: #cc2d1b;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .mobile-footer-nav .accordion-item {
    background-color: transparent;
    border: none !important;
    border-radius: 0px !important;
  }

  .mobile-footer-nav a {
    color: #fff;
    text-decoration: none;
  }
  .mobile-footer-nav ul {
    padding-left: 0;
    list-style: none;
  }
  .mobile-footer-nav ul li {
    margin-bottom: 20px;
  }

  .mobile-footer-nav .accordion-button:not(.collapsed)::after {
    width: 16px;
    background-size: contain;
    background-image: url("../images/icons/minus-small-white.svg");
    transform: var(--bs-accordion-btn-icon-transform);
  }

  .mobile-footer-nav .accordion-button::after {
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/plus-small-white.svg");
    transform: var(--bs-accordion-btn-icon-transform);
    background-size: cover;
  }
  .footer-end-content {
    display: flex;
    flex-direction: column;
  }
  .footer-logo {
    margin-top: 20px;
  }
  .footer-referance {
    margin-top: 100px;
  }
  .video-thumbnail {
    height: 200px;
  }

  .bank-account-information {
    padding: 20px;
  }
  .sidebar-item.active::after {
    display: none;
  }
  .blog-content {
    padding: 15px;
  }
  .featured-image img {
    height: 190px;
  }
  .blog-detail-bar-item {
    width: 50%;
    justify-content: start;
    display: flex;
  }
  .blog-detail-bar {
    gap: 15px 0;
  }
  .page-header {
    min-height: 350px;
  }
  .blog-list-item {
    flex-direction: column;
  }
  .card {
    border: 1px solid #efefef;
  }
  .mt-300 {
    margin-top: 150px;
  }
  .mt-150 {
    margin-top: 80px;
  }
  .contact-form-main {
    padding: 35px 20px;
  }
  .mt-200 {
    margin-top: 130px;
  }
  .about-us-card {
    padding: 35px 20px;
  }
  .socail-link {
    right: 50%;
    transform: translateX(50%);
  }
  .quaternary-card-left-img-1 img {
    height: 170px;
  }
  .quaternary-card-1 {
    height: auto;
    padding: 25px;
    margin-top: 180px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .reference-profile {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .quaternary-card-img img {
    width: 326px;
    height: 257px;
    border-radius: 10px;
    position: relative;
    right: 0;
    top: 0px;
  }
  .profile-stats {
    bottom: -190px;
  }
  .feature-list {
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
  }
  .primary-card {
    flex-direction: column;
    text-align: center;
  }
  .primary-card {
    padding: 15px;
  }
  .login-section {
    padding-top: 80px;
  }
  .refrance-page .col-md-6:nth-child(odd) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .refrance-page .col-md-6:nth-child(even) {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .project-reference-page .refrance-title {
    min-height: auto;
    text-align: center;
  }
  .project-reference-card {
    padding: 12px 12px 16px;
    border-radius: 16px;
  }
  .project-reference-card .referances-item-img img {
    height: 280px;
  }
  .project-reference-content {
    padding: 0;
  }
  .project-reference-meta p,
  .project-reference-summary {
    padding: 12px 14px;
  }
  .project-reference-action .btn {
    width: 100%;
    min-width: 0;
  }
  .brand-slider-item {
    width: 150px;
    padding: 5px;
  }
  .portfolio-card-content p {
    font-size: 18px;
    color: #2c3344;
  }
  .portfolio-card-content {
    display: flex;
    gap: 30px;
  }
  .portfolio-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 25px;
  }
  .our-work-item {
    display: flex;
    align-items: center;
    gap: 17px;
    position: relative;
    background-color: #ffffff;
    padding: 15px 10px;
    border: 1px solid #efefef;
    padding-right: 70px;
    margin-bottom: 25px;
    border-radius: 15px;
  }
  .our-work-item-img img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #eeefee;
  }
  .our-work-logo img {
    max-width: 120px;
  }
  .our-work-item p {
    font-size: 18px;
    font-weight: 600;
    color: #060a20;
    margin-bottom: 0;
    margin-top: 19px;
  }
  .our-work-item a {
    width: 35px;
    height: 35px;
  }

  .our-work-item a img {
    width: 14px;
  }
  .video iframe {
    height: 200px;
  }

  .right-section {
    position: fixed;
    right: -175px;
    top: auto;
    bottom: 30px;
    transform: translateY(-50%);
    z-index: 99;
  }

  #scene-5-item-1 {
    top: 30px;
    left: 30px;
    transform: translateX(0);
  }

  #scene-5-item-2 {
    left: auto;
    right: 30px;
    top: 110px;
  }

  #scene-5-item-3 {
    right: auto;
    left: 30px;
    top: 190px;
  }

  #scene-5-item-4 {
    left: 30px;
    right: auto;
    bottom: 30px;
  }
  #scene-5-item-5 {
    right: auto;
    left: 30px;
    bottom: 190px;
  }
  #scene-5-item-6 {
    left: auto;
    right: 30px;
    bottom: 110px;
    transform: translateX(0%);
  }
  #scene-5-item-7 {
    right: auto;
    left: 30px;
    bottom: 30px;
    display: none;
  }
  .management-features-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .text-line::after {
    content: "";
    position: absolute;
    margin-left: 10px;
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
    height: 2px;
    background-color: #060a20;
    border-radius: 2px;
  }
  .management-features {
    padding: 20px;
  }
  .social-media-rereferences .card-w-icon {
    min-width: 60px;
    height: 60px;
    width: 60px;
  }
  .social-media-rereferences .card-w {
    flex-direction: column;
    align-items: start;
  }
  .scene-1 p {
    font-size: 20px;
  }
  .scene-1-top {
    width: 85%;
    justify-content: start;
  }
  .scene-1-top p b {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
  .scene-1-top p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }
  .scene-2 h3 {
    font-size: 28px;
    font-weight: 700;
  }
}
