/* Extra Small Devices (Portrait Phones) */
@media only screen and (max-width: 480px) {
    /* Your styles for extra small devices here */
    .rotate{
        display: none;
    }
  .paddingCss{
    padding: 21px;
  }
  .bg-Top-image{
    display: none !important;
  }
  .bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to right, #000000 , #2a0d02); */
    background-image: linear-gradient(to right, #dfc1a7, #f1c5c5);
  }
    .backgroundstyle{
        background-image: url(/img/dimondImages/pexels-the-glorious-studio-12427694.jpg);
        background-size:cover;
    }
    .imgMarginTop{
        margin-top: 0px;
    }
    .dc-containt{
        margin-bottom: 0;
    }
.cardStyle{
    position: relative;
    margin-top: 0;
    margin-left: 0px;
  }
  .dc-inner img {
    padding: 15px 0px 0 0px;
    
}
.section-padding{
    margin-top: 10px;
} 
.sectionTopMargin{
    margin-top: 50px;
}  
}
  
  /* Small Devices (Landscape Phones) */
  @media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Your styles for small devices here */
    .backgroundstyle{
        background-image: url(/img/dimondImages/dimond\ \ bg01.jpg); 
        background-size:cover;
    }
    
    .imgMarginTop{
        margin-top: 0px;
    }
    .cardStyle{
        position: relative;
        margin-top: 0;
        margin-left: 0px;
      } 
      .rotate{margin-top: -205px;
        width: 300px;
        transform: rotate(351.5deg);}
    .paddingCss{
        padding: 25px;
    }
  }
  
  /* Tablets */ 
  @media (min-width: 768px) and (max-width: 1023px) {
    /* Your styles for tablets here */
    .backgroundstyle{
        background-image: url(/img/dimondImages/dimond\ \ bg01.jpg);
        background-size:cover;
    }
    .paddingCss{
        padding: 35px;
    }
    .imgMarginTop{
        margin-top: 0px;
    }
    .dc-containt{
        margin-bottom: 0;
    }
    .slide-title{
        margin-top: 15px;
    }
    .bg-img{
        height: 440px;
    }
    .btn-hero{
        margin-top: 0;
        margin-left: 15px;
    }
    .slide-desc{
        padding-left: 15px;
    }
    .cardStyle {
        margin-top: -455px;
        opacity: .8;
        margin-left: -170px;
        position: absolute;
    }
    .section-padding {
        /* padding-top: 0px; */
        padding-top: 50px;
        /* padding-bottom: 0px; */
        padding-bottom: 50px;
    }
    .slick-center {
        transform: scale(1.5 ); /* You can adjust the scale factor for desired zoom level */
        transition: transform 0.9s ease-in-out;
         
      }
  }
/* Desktops and laptops */
@media (min-width: 1024px) {
    /* Your styles for desktops and laptops here */
    .backgroundstyle{
        background-image: url(/img/dimondImages/dimond\ \ bg01.jpg);
        background-size:cover;
    }
    .imgMarginTop{
        margin-top: -50px;
    }
  }
  /* Large screens */
@media (min-width: 1200px) {
    /* Your styles for large screens here */
    .backgroundstyle{
        background-image: url(/img/dimondImages/dimond\ \ bg01.jpg);
        background-size:cover;
    }
    .imgMarginTop{
        margin-top: -50px;
    }
  }
  
 /* High-resolution screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Your styles for high-resolution screens here */
  }
     