
  .home-contianer {
    margin-top: 60px;
  }

  .shadow-card {
    box-shadow: 1px 1px 6px rgba(128, 128, 128, 0.653);
  }

  .code-border {
    border: 1px dashed #383838;
    padding: 10px;
    border-radius: 5px;
  }

  .para {
    font-size: 1rem !important;
    color: #383838 !important;
  }

  .home-hero {
    background: #242a35;
  }

  .bg-color-section {
    background: #FFF2EC !important;
    background: linear-gradient(180deg, rgba(255, 242, 236, 1) 0%, rgb(255, 245, 245) 100%) !important;
  }

  .bg-color-section-reverse {
    background: #FFF2EC !important;
    background: linear-gradient(180deg, rgb(255, 245, 245) 100%) 0%, rgba(255, 242, 236, 1) !important;
  }

  .hover-scale {
    transition: transform 0.3s ease;
  }

  .hover-scale:hover {
    transform: scale(1.05);
  }


  /* Medium and larger screens */
  @media (min-width: 768px) {

    .home-contianer {
      margin-top: 90px;
    }

    .w-md-50 {
      width: 50% !important;
    }

    .achive-card {
      max-width: 250px;
    }
  }



  .swiper-pagination-bullet-active {
    background: red !important;
  }

  .home-first-swiper .swiper-slide {
    opacity: 0.9;
    transform: scale(0.9);
    transition: all 0.3s ease;
  }

  .home-first-swiper .swiper-slide.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .arrow-position {
    position: absolute;
    left: 100px;
    bottom: -90%;
  }

  .trend-img-1 {
    height: 257px;
    width: 200px;
  }

  .trend-img-2 {
    height: 355px;
    width: 262px;
  }

  .trend-img-3 {
    height: 166px;
    width: 166px;
  }

  .trend-img-4 {
    height: 200px;
    width: 200px;
  }

  .cont-btn {
    border: 1px solid black;
    border-radius: 2px;
    width: fit-content;
    font-size: 14px !important;
    padding: 10px 20px;
    transition: all 0.3s ease;
  }
  .sub-btn {
    border: 1px solid #df242b;
    border-radius: 2px;
    width: fit-content;
    font-size: 14px !important;
    padding: 10px 20px;
    transition: all 0.3s ease;
  }

  .cont-btn:hover {
    background: black;
    color: white;
    border: 1px solid black;
  }
  .sub-btn:hover {
    background: #df242b;
    color: white;
    border: 1px solid black;
  }

  @media (max-width: 768px) {

    .trend-img-1 {
      height: 200px;
      width: 165px;
    }

    .trend-img-2 {
      height: 250px;
      width: 150px;
    }

    .trend-img-3 {
      height: 120px;
      width: 120px;
    }

    .trend-img-4 {
      height: 150px;
      width: 150px;
    }
  }

  .slide-from-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.5s ease;
  }

  .slide-from-left2 {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.7s ease;
  }

  .slide-from-left3 {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.9s ease;
  }

  .slide-from-left4 {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1.1s ease;
  }

  .slide-from-left.active,
  .slide-from-left2.active,
  .slide-from-left3.active,
  .slide-from-left4.active {
    opacity: 1;
    transform: translateX(0);
  }

  .slide-from-right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s ease;
  }

  .slide-from-right2 {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.7s ease;
  }

  .slide-from-right3 {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.9s ease;
  }

  .slide-from-right4 {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1.1s ease;
  }

  .slide-from-right.active,
  .slide-from-right2.active,
  .slide-from-right3.active,
  .slide-from-right4.active {
    opacity: 1;
    transform: translateX(0);
  }

  @keyframes rotate360 {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .rotate-img {
    animation: rotate360 20s linear infinite;
  }

  .first-pagination-icons {
    position: absolute;
    left: 20px;
    bottom: 2px;
  }

  .swiper-pagination-bullet {
    background: rgb(218, 218, 218) !important;
  }
  

  .swiper-pagination-bullet-active {
    background: rgb(204, 0, 0) !important;
  }

  .pagination-2 .swiper-pagination-bullet {
    background: gray!important;

  }

  .pagination-2 .swiper-pagination-bullet-active {
    background: rgb(204, 0, 0) !important;

  }
  .icon-container {
    background: rgb(255 242 236);
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
  }
  .swiper-slide a{
    color: #000;
    text-decoration: none;
  }



  