@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/SLXLc1nY6Hkvalr-ao6O59ZMaA.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}

*{
  font-family: 'Cairo' , sans-serif;
}

body {
  background-color: #015c54bd;
  height: auto;
  background-size: cover;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  

  .content {
    z-index: 999;
    width: 100%;
    padding-top:20px;


}
  

  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }

  ul.menu-main-top-nav {
    display: flex;
    list-style: none;
    color: #fff;
}
li.main-top-nav-logo a {
  color: white;
  text-decoration: none;
  font-size: 28px;
}
.logo-container{
  list-style: none;
}
.main-top-nav {
  display: flex;
}
ul.menu-main-top-nav li {
  padding: 20px;
  width: max-content;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgb(255 255 255 / 90%);
  background-color: #038176;
  border-radius: 6px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
  margin-left: 12px;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);

}
.POST {
  background-color: aliceblue;
  margin-top: 15px;
  height: max-content;
  padding: 30px;
  border-radius: 0px 0px 8px 8px;
 
}
.flagBox {
  background-color: #fff;
  padding: 1px;
  margin-bottom: 16px;
  box-shadow: 0 0 8px 2px #04040408;
  border-radius: 25px;
  display: flex;
  height: 52px;
}
.flagImage img{
  width:50px;
  border-radius: 50px;
}
.flageName {
  margin-right: 25px;
  margin-top: 10px;
  margin-left: 25px;
}
.POST a{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.55);
}

footer{
  margin-top: 15px;
  margin-bottom: 15px;
}

.flagBox:hover {
    transition: 0.3s;
    background-color: #00c18b3d;
    box-shadow: 0 0 19px 0px #b7ebe3;
}
.flagBox:active {
  transition: 0s;
  background-color: #cc0fe34a;
}
.breadcrumbnav {
  background-color: #ffffff;
  min-height: 40px;
  padding-top: 8px;
  padding-right: 12px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-right: 0rem;
}
.navbar-collapse {
  align-items: center;
  width: auto;
}

div#wait {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999999;
  position: absolute;
}
@media (min-width: 0px) and (max-width: 992px){

  .navbar-collapse {
    align-items: center;
    width: 100%;
}
  }

ul.list-group.list-group-flush {
    margin: 0;
    padding: 0;
}
li.list-group-item {
  margin: 0;
  padding: 0;
}

.card {
  margin-bottom: 25px;
}
audio#audio {
  width: 100%;
  margin: 0px;
  border-radius: 0px;
  background-color: #f1f3f4;
  margin-top: 0px;
  margin-bottom: -7px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  padding-left: 0.5rem;
  transform: rotate(
180deg
);
}
.breadcrumb-item + .breadcrumb-item::before {
    margin-top: 0px;

}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    margin-left: 16px;
}
.sns {
  z-index: 1000;
  position: fixed;
  top: 40%;
  left: 0px;
}
.sns .sn-facebook {
  background-color: #3b5998;
}
.sns .sn {
  float: left;
  display: block;
  clear: both;
  width: 46px;
  height: 46px;
  line-height: 57px;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.sns .sn i {
  color: #fff;
  font-size: 28px;
}
.sns .sn-twitter {
  background-color: #1da1f2;
}
.sns .sn-whatsapp {
  background-color: #34af23;
}
.sns .sn:hover {
  padding-left: 8px;
  width: 56px;
}
.sns .sn-facebook:hover {
  background-color: #2d4373;
}
.sns .sn-twitter:hover {
  background-color: #0c85d0;
}
.sns .sn-whatsapp:hover {
  background-color: #27851a;
}
@media only screen and (max-width: 767px){
.sns {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}
.sns .sn {
  flex: 1;

}
.sns .sn:hover {
  padding-left: 0px;
  width: auto;
}
}

i.fab.fa-facebook-f {
    position: absolute;
    left: calc(50% - 8.5px);
    top: calc(50% - 14px);
}
i.fab.fa-twitter{
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
}
i.fab.fa-whatsapp{
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 14px);
}
.head {
    background-color: #fff;
    height: 50px;
    margin-bottom: 19px;
    display: block;
    margin: 0px auto 16px;
    border-right: 10px solid #038176;
    border-radius: 16px;
    border-left: 10px solid #038176;
    box-shadow: inset 0px 0px 20px 0px #0000001f;
}
.head h1 {
    font-size: 28px;
    padding-right: 15px;
    padding-top: 7px;
    text-align: center;
}
.show-all {
  padding: 10px;
  text-align: center;
  background-color: #428680;
  width: max-content;
  margin: auto;
  color: white;
  border-radius: 10px;
}