/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#homepageSlider {
    height: 80vh;
	font-family: 'Poppins' !important;
}

#homepageSlider ol.carousel-indicators {
    list-style: none;
}

#homepageSlider .carousel-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    height: 80vh;
    overflow: hidden;
	font-family: 'Poppins' !important;
  }
  
#homepageSlider .carousel-item.active {
    opacity: 1;
}

#homepageSlider .carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
  
  .kenburns {
    width: 100%;
    height: auto;
    object-fit: cover;
    animation: kenburns 10s infinite alternate;
  }
  
  @keyframes kenburns {
    0% {
      transform: scale(1) translateX(0%) translateY(0%);
    }
    100% {
      transform: scale(1.2) translateX(-2%) translateY(-2%);
    }
  }

  #homepageSlider .carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 100%;
    margin-bottom: 100px;
  }

  @media (max-width: 767px) {
    #homepageSlider , #homepageSlider .carousel-inner, #homepageSlider .carousel-inner .carousel-item {
      height: 100vh;
    }

    #homepageSlider ol.carousel-indicators {
        display:none;
    }
  }

  .bg-gold {
    background-color: #A7833B !important;
  }

  .btn-warning {
    background-color: #A7833B !important;
    border: solid 1px #A7833B !important;
    color: #fff !important;
    font-size: 14pt
  }

  .btn-warning:hover, .btn-warning:active {
    background-color: #644E21 !important;
    border: solid 1px #644E21 !important;
    color: #fff !important;
  }

  .testMenu thead tr th {
    background-color: #C53A3A !important;
    color: #fff;
    font-weight: 600;
    border: solid 1px #1A191D !important;
    text-align: center;
    vertical-align: middle;
  }

  .testMenu td {
    background-color: #29282c !important;
    padding: 4px;
  }

.mainDrugElement {
	color: #A7833B !important;
	font-weight: bold;
}