@media (max-width: 991.98px) {
  .custom-navbar {
    border-radius: 0 !important;
  }
}

@media (max-width: 1399.98px) {
  .slanted-section {
    clip-path: polygon(0% 4.4%, 100% 10.1%, 100% 100%, 0% 100%);
  }

  .arrow-image img {
    right: -265px;
    bottom: -80px;
  }
}

@media (max-width: 1199.98px) {
  .slanted-section {
    clip-path: polygon(0% 4.3%, 100% 8.7%, 100% 100%, 0% 100%);
  }

  .arrow-image img {
    width: 70%;
    right: -190px;
    bottom: -50px;
  }
}

@media (max-width: 991.98px) {
  .slanted-section {
    clip-path: polygon(0% 2.6%, 100% 4.7%, 100% 100%, 0% 100%);
  }

  .custom-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .slanted-section {
    clip-path: polygon(0% 2.4%, 100% 3.9%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 575.98px) {
  .slanted-section {
    clip-path: polygon(0% 2.4%, 100% 4%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 424.98px) {
  .slanted-section {
    clip-path: polygon(0% 2.3%, 100% 3.5%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 319.98px) {
  .slanted-section {
    clip-path: polygon(0% 2.2%, 100% 3%, 100% 100%, 0% 100%);
  }
}