@media (max-width: 2560px) {
}

@media (max-width: 2176px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1812px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (max-width: 1440px) {
}

/* Extra large devices (large laptops and desktops, 1024px and up) */
@media (max-width: 1024px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media (max-width: 768px) {
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
}

/* Add here all your css styles (customizations) */
@media (max-width: 320px) {
  .space-grotesk-font {
    font-size: 24px !important;
  }
  .hero-text-overlay {
    width: 100% !important;
  }
  .Urbanist {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 993px) {
  .dropdown .dropdown-menu.show {
    display: none !important;
  }
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  .dropdown:focus .dropdown-menu {
    display: block !important;
  }
}

/*seccccc Tablet and small devices (600px to 1024px) */
@media (min-width: 600px) and (max-width: 1024px) {
  .footer .col-md-3 {
    margin-bottom: 20px;
  }
  .footer .col-6 {
    width: 100%;
  }
  .footer .col-6 img {
    margin-bottom: 10px;
  }
  .cursor {
    display: none !important;
  }
  .hero-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    width: 100% !important;
    height: auto !important;
  }
  .responsive-img-container {
    width: 100% !important;
    padding: 0 15px;
  }
  .responsive-img {
    width: 100% !important;
    height: auto !important;
  }
  .responsive-img-team {
    width: 100% !important;
    height: auto !important;
  }
  .responsive-img-flag {
    width: 100% !important;
    height: auto !important;
  }
  .team-img-siz-gal {
    height: auto !important;
    width: 426px !important;
  }
  .milestone-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    width: 100% !important;
    height: auto !important;
  }
  .margin-left-img {
    margin-left: 180px !important;
  }

  .Urbanist {
    font-size: 30px !important;
    font-family: "Urbanist" !important;
    font-weight: 650 !important;
    line-height: 60px;
  }
  .Urbanist-heading {
    font-size: 23px !important;
    font-family: "Urbanist" !important;
    font-weight: 700 !important;
    line-height: 50px;
  }
  .overlay-content {
    display: none;
  }

  .padding {
    padding-left: 7px !important;
  }
  .award-font-big {
    font-family: "Inter" !important;
    top: 30% !important;
    left: 27%;
    font-size: 15px;
  }
  .award-font-top {
    font-family: "Inter" !important;
    top: 30%;
    left: 30%;
    font-size: 15px;
  }
  .award-font-indian {
    font-family: "Inter" !important;
    font-size: 15px !important;
    top: 30%;
    left: 30%;
  }
  .award-font-innovative {
    font-family: "Inter" !important;
    font-size: 14px !important;
    top: 25%;
    left: 30%;
  }
  .award-font-best {
    font-family: "Inter" !important;
    font-size: 15px !important;
    top: 40%;
    left: 30%;
  }
  .award-font-list {
    font-family: "Inter" !important;
    font-size: 15px !important;
    top: 35%;
    left: 30%;
  }
  .award-font-most {
    font-family: "Inter" !important;
    font-size: 15px !important;
    top: 40%;
    left: 30%;
  }

  .padding-all {
    padding: 5px 5px !important;
  }
  .margin-top {
    margin-top: 10px !important;
  }
  .project-image-size {
    width: 100% !important;
    height: auto !important;
  }
  .footer-social .social-links {
    flex-direction: column !important;
    justify-content: center !important;
  }
  .social-margin {
    margin-bottom: 20px !important;
  }
  .social-margin-bottom {
    margin-bottom: 2px !important;
  }
  .img-center {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .position-relative {
    position: relative;
    left: 30%;
  }
  .footer-social {
    text-align: center;
  }
  .footer-social .social-icon {
    margin: 0 5px;
  }
  .responsive-img-flag {
    margin-bottom: 20px !important;
  }
  .margin-bottom {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .custom-container {
    text-align: center !important;
  }
  .partner-logo-size {
    width: 100px !important;
    height: 100px !important;
    display: block !important;
  }
  .customer-base-size {
    width: 90px !important;
    height: 90px !important;
    display: block !important;
  }
  .inter-p-eighteen {
    font-family: "Inter" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
  }
  .inter-font-p {
    font-family: "Inter" !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
  }
  .customer-logo-size {
    width: 70% !important;
    height: 70% !important;
  }
  .about-team-pic {
    width: 100%;
    height: auto !important;
  }
}

/* Mobile devices (up to 600px) */
@media (max-width: 600px) {
  .navbar-back-white {
    background-color: #fff !important;
  }
  .hero-padding-top-bottom {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* .nav-item.dropdown:hover .dropdown-menu {
    display: none !important;
  } */
  .cursor {
    display: none !important;
  }
  .responsive-img-container {
    width: 100% !important;
    padding: 0 10px;
  }
  .responsive-img {
    width: 100% !important;
    height: auto !important;
  }
  .hero-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    width: 100% !important;
    height: auto !important;
  }
  .milestone-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    width: 100% !important;
    height: auto !important;
  }
  .Urbanist {
    font-size: 25px !important;
    font-family: "Urbanist" !important;
    font-weight: 650 !important;
    line-height: 60px;
  }
  .overlay-content {
    left: 50%;
    width: 80%;
    text-align: center;
    top: 60%;
  }
  .align-center {
    text-align: center !important;
  }
  .padding {
    padding-left: 0px 7px !important;
  }
  .award-font-big {
    top: 15% !important;
    left: 7% !important;
    font-size: 10px !important;
  }
  .award-font-top {
    top: 25%;
    left: 18%;
    font-size: 14px;
  }

  .padding-all {
    padding: 5px 5px !important;
  }
  .margin-top {
    margin-top: 10px !important;
  }
  .project-image-size {
    width: 100% !important;
    height: auto !important;
  }
  .footer-social {
    text-align: center;
  }
  .footer-social .social-icon {
    margin: 0 3px;
  }
  .responsive-img-flag {
    margin-bottom: 15px;
  }

  .custom-container {
    text-align: center !important;
  }
  .partner-logo-size-pho {
    width: 160px !important;
    height: 160px !important;
    display: block;
  }
  .margin-pho {
    margin: 0px 7px !important;
  }
  .margin-left-image-footer {
    margin-left: 0px;
  }
}
