html {
  scroll-behavior: smooth !important;
}

/*Preloader*/
#preloader{
  background: #fff url(img/preloader.gif) no-repeat center center;
  background-size: 30%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.btn-success{
	background-color: #1ba160 !important;
}
.text-success{
	color: #1ba160 !important;
}
.bg-success{
	background-color: #1ba160 !important;	
}
.border-success{
border-color:  #1ba160 !important;
}
.fw-1{
/*	font-family: poppins;*/
	font-weight: 700;
}

.bg-blackish{
background-color:#1e1e1e !important;
}
.vr {
    height: 30px; /* Adjust the height as needed */
    width: 5px;
}

footer a{
	text-decoration: none;
	color: #6c757d !important;
}
footer a:hover{
	color: #1ba160 !important;
}

ul {
  list-style: none;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left !importanti;
  -moz-transition: 0.6s ease-in-out left !importanti;
  -o-transition: 0.6s ease-in-out left !importanti;
  transition: 0.6s ease-in-out left !importanti;
}
 .carousel-item1 {
        position: relative;
        width: 100%;
        height: 100vh; /* Adjust this value according to your header size */
        overflow: hidden;
    }
.carousel-item1 video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }


    button.btn:disabled {
    /* Custom styles for disabled buttons */
    background-color: #198754 !important;
    color: white !important;
    cursor: not-allowed !important;
     opacity: 1 !important;
}
