@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");



body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}






/* navbar button toggle */
.navbar-toggler.collapsed{
    transform: rotate(0deg);
    transition: all .4s ease-in-out 0s;
}
.navbar-toggler:not(.collapsed){
    transform: rotate(-450deg);
    transition: all .4s ease-in-out 0s;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.navbar-nav li:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(1, 73, 155);
    outline: none;
    border: none;
    box-shadow: none;
}

.navbar {
    background-color: rgb(1, 73, 155);
    padding: 0;
  }
.navbar-brand, .navbar-brand:visited{
    color: bisque;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar-brand em{
    font-weight: 800;
}

.navbar-brand:hover{
    color:  rgb(57, 140, 237);
}
.navbar .navbar-nav .nav-link{
    padding: 1em;
    color: azure;
}
.navbar .navbar-nav a.nav-link:hover{
    color:  rgb(57, 140, 237);
}
.navbar .navbar-nav .nav-item{
    position: relative;
}

.navbar-collapse{
    display: flex;
    justify-content: center;
    text-align: center;
}

.dropdown-menu a:hover{
    color:  rgb(57, 140, 237);
    background-color: transparent;
}


.dropdown-menu .dropdown-item{
    position: relative;
    padding: 1em;
    color: azure;
}
.dropdown-menu .dropdown-item::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgb(247, 148, 0);
    width: 0%;
    height: 4px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.dropdown-menu .dropdown-item:hover::after{
    width: 100%;
}

.navbar .navbar-nav .dropdown a::after{ color:  rgb(247, 148, 0);}

.navbar .navbar-nav .nav-item::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgb(57, 140, 237);
    width: 0%;
    height: 4px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-nav .nav-item:hover::after{
    width: 100%;
}

@media (max-width: 992px) { 
    .navbar .navbar-nav .dropdown:hover::after{ width: 0%;}
    .navbar .navbar-nav .dropdown a::after{ color:  rgb(247, 148, 0);}
    .navbar .navbar-nav .dropdown-menu a:hover{ color:  rgb(247, 148, 0);}

}







.carousel-item {
    width: 100%;
    height: 600px;
    background-color: black;
  }
  
  .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
  }

.carousel .carousel-indicators .active{
    background-color: rgb(57, 140, 237);
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
 }









 .about .about-img{
    border-top: 10px solid rgb(57, 140, 237);
    border-left: 10px solid rgb(57, 140, 237);
 }



















.product .product-item{

    background:  rgb(57, 140, 237);
    color: white;
}

.product .product-item a{

    color: white;
    padding: 50px 0 50px 50px !important;
}

table, td, th {
    border: 1px solid black;
  }
  
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td {
    text-align: center;
  }



























  

/* 
  @media (max-width: 576px) {
    .hide-on-sm{}
  } */








  /* @media (max-width: 576px) {
    .img-01-s{display: block;}
    .img-01-s{display: block;}    
    .img-01-s{display: block;}
}

@media (min-width: 577px) and (max-width: 1400px){
    .img-01-b{display: block;}
    .img-02-b{display: block;}
    .img-03-b{display: block;}
} */
















/* .carousel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vh;
    position: relative;
}

.carousel-inner > .carousel-item > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: right center;
    }  */


























/* .carousel-item {
    height: 60vh;
  }


.carousel-inner > .carousel-item > img {
    object-fit: cover;
    width: 100%;
    object-position: right center;
    }  */



















/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */































/* 

.carousel-control-prev-icon {
    position: absolute;
    bottom: auto;
    left: 4vw;
}

.carousel-control-next-icon {
    position: absolute;
    bottom: auto;
    right: 4vw;
}

 */










































/* 
.carousel-control-prev-icon {
    position: absolute;
    bottom: auto;
    left: 10vw;
}

.carousel-control-next-icon {
    position: absolute;
    bottom: auto;
    right: 10vw;
}



.carousel-item {
    height: 32rem;
  }
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
  } */




/* @media (max-width: 576px) {
    .navbar-nav{
                margin-left: 0px;
                text-align: center;
    }
    .navbar .navbar-nav .nav-link:hover{
                background-color:  rgb(31, 43, 56);
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .navbar-nav{
        margin-left: 0px;
        text-align: center;
}
.navbar .navbar-nav .nav-link:hover{
        background-color:  rgb(31, 43, 56);
}
}

@media (min-width: 769px) and (max-width: 992px) {
    .navbar-nav{
        margin-left: 0px;
        text-align: center;
}
.navbar .navbar-nav .nav-link:hover{
        background-color:  rgb(31, 43, 56);
}
}
            
@media (min-width: 993px) and (max-width: 1200px) {
    .navbar-nav{ margin-left: 100px;}
            }

@media (min-width: 1201px) and (max-width: 1400px) {
    .navbar-nav{ margin-left: 100px;}
            }

@media (min-width: 1401px) {
    .navbar-nav{ margin-left: 100px;}
            }
             */