/*!
 *   Author: ALGOHRY ( UI Desigher / Developer ).
 *   Website: www.algohry.com
 *   License: 
 */

/* Cairo-Black-Font */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Cairo-Black.ttf");
}

/* Cairo-Bold-Font */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Cairo-Bold.ttf");
}

/* Cairo-SemiBold-Font */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Cairo-SemiBold.ttf");
}

/* Cairo-Regular-Font */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Cairo-Regular.ttf");
}

/* Cairo-Cairo-Light-Font */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Cairo-Light.ttf");
}

/* Cairo-ExtraLight-Font */
@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Cairo-ExtraLight.ttf");
}

* {
  font-family: "Cairo";
}

.navbar-logo {
  height: 70px;
}

.footer-sponsors {
  gap: 1rem;
}
.footer-sponsors > img {
  max-height: 100px;
}

#whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}