@font-face {
    font-family: CoconArabic;
    src: url("fonts/COCON.otf") format("opentype");
}

@font-face {
    font-family: NizaArabic;
    font-weight: bold;
    src: url("fonts/NIZAR.otf") format("opentype");
}

body {
  font-family: CoconArabic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: NizaArabic;
}


.bg-custom{
}

.bg-image{
  background-image: url('..//i/bb.webp');
  background-size:100% 100%;
  /*background-color: linen;*/

}

.color-heading{
	color: black;
}


.bg-black {
	background-color: black;
	height: 40px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%; // Add this
}

.dropdown {
    position: relative;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: #fbfbfc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }

  

 @media (hover: hover) and (pointer: fine) {
  .dropdown:hover .dropdown-content {
    display: block;
  }

}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 h2 {
   font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.banner {
  width:100vw;
  max-height: 460px;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

#navcol-1 {
  font-size: 18px;
    line-height: 28px;
}
