/*
Theme Name: Adimus Chemicals
Author: Bilal Shahid
Author URI: https://www.linkedin.com/in/bilal-shahid-86029b1a2/
Description: A custom theme built using Bootstrap 5.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


body {
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #33337b !important;
}

.h3, h3 {
    font-size: calc(1rem + .6vw) !important;
}

@media (min-width: 1200px){
    .h3, h3 {
    font-size: 1.3rem !important;
    }
}

a {
    color: #33337b !important;
}

.bg-blue {
    background-color: #33337b !important;
}

.bg-light-blue {
    background-color: #4490DC !important;
}

.d-contents{
    display: contents;
}

/***************** Menu *********************/

.navbar-toggler:focus {
    box-shadow: unset !important;
}


.carousel-item  {
    height: 500px; /* Adjust the height as needed */
}

.carousel-item img {
    object-fit: cover; /* Adjust as needed, e.g., 'contain', 'fill', 'scale-down' */
    object-position: center; /* You can specify coordinates, e.g., 'center center' */
    width: 100%;
    height: 100%; /* Ensure the image takes up the full carousel item */
}

/********** Related Post Card ***************/

  .card-img-top {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }

  .global-networks img {
    width: inherit;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .industries img {
    width: inherit;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
   }
   
   .whatsapp-icon img {
    width: 50px;
   }

/*****************CSS For Mobile***************/  
  @media screen and (max-width: 767px) {
    .w-85{
        width: 85%;
    }
    .carousel-item  {
        height: 300px; /* Adjust the height as needed */
    }
    #about-us img {
        width: 100%;
    }
    .whatsapp-icon img {
        width: 35px;
    }
  }