/*=====================HTML_BODY STYLE==============================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;600&display=swap');

html,
body {
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizelegibility;

  margin: 0;
  padding: 0;
  /* font-family: 'Electrolize'; */
  font-size: 20px;
  text-transform: ;
}





/*=====================TOP BAR HERE==============================*/

.topbar {
  background: rgb(2, 10, 70);
  padding-top: 10px;
  font-size: 1px;
  border-bottom: 5px solid rgb(9, 133, 9);
}

.topbar p a {
  color: rgb(254, 255, 254);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 2px;
  ;

}





/*=====================NAVBAR  ==============================*/

.navbar {
  padding-top: 5px;
  padding-bottom: 8px;
  margin-top: -1px;
  opacity: 1;
  background-color: ;
  background: #ffffff00
}

.navbar a:hover {}

.navbar-default .navbar-brand {
  color: #560001;
  font-size: 25px;
  font-weight: 1000;
  font-family: 'Montserrat', sans-serif;
}


.navbar-default .navbar-brand:hover {
  color: #560001;
  font-size: 27px;
  font-weight: 1000;

}

.navbar-default .navbar-nav li a {
  color: #070601fa;
  font-size: 16px;
  font-weight: 1000;
  margin-top: 1px;
  font-family: 'Montserrat', sans-serif;

}

.navbar-default .navbar-nav li a:hover {
  /* background-color: ; */
  color: #0085ff;
  /* font-weight: 700; */
}



.faic {
  color: #0085ff;

}


.faica {
  color: #0085ff;
  font-size: 50px;
  grid-template-columns: max-content;
}


.faict {
  color: #070601fa;
  font-weight: 600;
}







/*===================== Buttons  ==============================*/
.buttona {
  border-radius: 4px;
  background-color: #0085ff;
  border: none;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 10px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
}

.buttona span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttona span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttona:hover span {
  padding-right: 25px;
}

.buttona:hover span:after {
  opacity: 1;
  right: 0;
}







/*===================== Zoom in and out ==============================*/

.zoomBOut {
  width: ;
  height: ;
  overflow: hidden;
  position: relative;
}

.zoomBIn {
  width: 50%;
  height: 50%;

  background-position: center;
  background-size: cover;
  transition: transform ease 0.3s;
}

.zoomBIn:hover {
  transform: scale(1.2);
}







/*===================== Carousel inner ==============================*/

.carousel-inner {
  height: 550px;
}

.carousel-inner .item img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
















/*===================== Dancing Animation ==============================*/
q::before,
q::after {
  animation: dancing 1s linear infinite;
  display: inline-block;
  transform: rotate(13deg);
  color: #ffffff;
  font-size: 25px;
}

@keyframes dancing {
  0% {
    transform: rotate(13deg) scale(2);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-13deg) scale(2);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(13deg) scale(2);
  }
}

q {
  quotes: "“" "”";
  color: rgb(255, 255, 255);
}






.und {
  border-bottom: 1px solid #666;
}


.status {
  background-color: #555;
  padding: 15px 0;
  text-align: center;
  color: white;
}








.btn-danger {
  font-family: "alternate-gothic-no-3-d", Arial, Verdana;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 5000;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 32px;
  height: 10px;
  line-height: 10px;
  background-color: #d9262c;
  border-color: #d9262c;
}








/*===================== anminated boxex ==============================*/


.box {
  width: 227px;
  height: 227px;
  background-color: #f6f6f6;
}

.box a {
  color: #461e52;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 700;
  padding: 30% 30px 0 30px;
  text-align: center;
  transition: none;
  line-height: 1;
  font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;
}

.box:hover {
  background-color: #461e52;
}

.box:hover a {
  color: #fff;
  text-decoration: none;
}







.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}







.stat-block {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.stat-block .stat {
  font-size: 8rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  transition: font-size 1s ease;
}

.stat-block p {
  margin-bottom: 0;
}

.text-primary,
.txt-primary {
  color: #0091cd !important;
}

.content-strip-gray-lighter,
.content-strip-light {
  background-color: #f9f9f9;
}