a{
    text-decoration: none;
}
nav ul li.nav-item {
    text-align: right;
    padding: 20px;
}
nav ul li a.nav-link, a.navbar-brand, .navbar-nav .nav-link.active{
    color: #ffffff;
}
a.nav-link:hover{
    color: #ffde17;
}
.dropdown .dropdown-menu{
    background: #000000;
    border-radius: 0;
}
.dropdown .dropdown-menu a{
    color: #ffffff;
    padding: 10px 20px;
}
.dropdown .dropdown-menu a:hover{
    background: #ffde17;
    color: #000000;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu a.dropdown-item {
    margin-top: 2px;
}
.navbar-toggler {
    background-color: #ffffff;
}
.slider-opacity{
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.carousel-item img{
    height: 100vh;
}
.carousel-caption {
    top: 20%;
}
.carousel-caption h2{
    font-size: 3.5rem;
    font-weight: 700;
}
.carousel-caption h5{
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 15px;
}
.carousel-caption p{
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 20px;
}
.home-carousel-caption-btn {
    margin-top: 60px;
    color: #fff;
    text-align: center;
}
.corousel-btn-pro {
    width: 250px;
    height: 60px;
    background: #ffde17;
    color: #000000;
    font-weight: 700;
    font-size: 25px;
    border: 2px solid #000000;
    margin-right: 250px;
}
.corousel-btn-pro:hover{
    background: #110f03;
    color: #ffde17;
    border: 2px solid #ffde17;
    transition: 0.8s;
}
.corousel-btn-pro a{
    color: #000000;
}
.corousel-btn-pro:hover a{
    color: #ffffff;
}
.corousel-btn-pro:last-child{
    margin-right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: rgb(0, 0, 0);
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}
.home-cat{
    background: #0000006e;
    padding: 30px;
    text-align: center;
}
.home-cat:hover{
    background: #181818;
}
.home-cat img{
    width: auto;
    height: 100px;
}
.btn-cat {
    background: #ffde17;
    width: 200px;
    height: 40px;
    border-radius: 2rem;
    font-weight: 700;
}
.btn-cat:hover{
    background: #030300;
    border: 1px solid #ffde17;
    color: #ffffff;
}
.section-footer, .section-copyright{
    background: #000000;
}
.widget .title{
    width: 100%;
    height: 60px;
    color: #ffde17;
    padding: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}
.widget .descp ul li{
    padding: 5px;
}
.widget .descp ul li a{
    font-size: 18px;
    font-weight: 600;
}
.widget .descp ul li:hover a{
    color: #ffde17;
}
.widget .title:last-child{
    text-align: right;
}
.widget ul{
    list-style: none;
}
.widget .descp a{
    color: #ffffff;
    text-decoration: none;
}
.copyright p{
    color: #ffffff;
}
.developer p{
    color: #ffffff;
    text-align: right;
}
.section-breabcrumb{
    height: 300px;
    background: #110f03;
    text-align: center;
    color: #ffffff;
}
ol.breadcrumb{
    margin-top: 37%;
}
li .breadcrumb-item {
    color: #ffffff;
}
.breadcrumb-item.active{
    color: #ffde17;
}
.breadcrumb-images{
    margin-top: 18%;
}
h2.title{
    padding: 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.about-content{
    padding: 20px;
}
.card{
    margin: 20px 0;
}
.card-btn-pro{
    background: #ffde17;
}
a.card-btn-pro{
    color: #000000;
}
.card-btn-pro:hover{
    background: #000000;
}
h2.content-title{
    padding: 50px 50px 20px 50px;
    text-align: center;
}
.blog-content{
    padding: 20px;
}
.card-body h5{
    font-size: 20px;
    font-weight: 700;
}
.contact-card{
    text-align: center;
}
p.card-text a{
    color: #000000;
}
.contact-us{
    padding: 40px 0;
}
.contact-title{
    text-align: center;
    margin-bottom: 30px;
}
.contact-form textarea{
    resize: none;
}
.contact-send-button{
    background: #ffde17;
    width: 200px;
    height: 40px;
}
.contact-send-button:hover{
    background: #000000;
    color: #ffde17;
    border: 2px solid #ffde17;
}
.product-details-button{
    background: #ffde17;
    color: #000000;
    width: 200px;
    height: 40px;
}
.product-details-button:hover{
    background: #000000;
    color: #ffde17;
    border: 2px solid #ffde17;
}
h2.details-title{
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    .home-slider-caption h2{
      font-size: 16px; /* Smaller font size for mobile devices */
    }
    .home-slider-caption h5{
      font-size: 14px; /* Smaller font size for mobile devices */
    }
    .home-slider-caption p{
      font-size: 14px; /* Smaller font size for mobile devices */
    }
    a.navbar-brand img{
        width: 200px;
        height: auto;
    }
  }
@media (max-width: 768px) {

    .home-slider-caption h2{
      font-size: 25px; /* Medium font size for mobile devices */
    }
    .home-slider-caption h5{
      font-size: 18px; /* Medium font size for mobile devices */
    }
    .home-slider-caption p{
      font-size: 14px; /* Medium font size for mobile devices */
    }
  }
@media (max-width: 992px) {

  }
@media (max-width: 1400px) {

  }
