@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}

/* @font-face {
  font-family: "Gill-Sans-Light";
  src: url("../fonts/Gill Sans Light.otf");
} */

/* @font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.otf");
} */

/* @font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf");
} */


body {
  animation-name: loading;
  animation-duration: 2s;
  scroll-behavior: smooth;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Body start */

.body-fixed {
  height: 100%;
  overflow-y: hidden;
}

/* Body end */

@media screen and (max-width:992px){
  .navbar .container .hamburger{
    display:block !important;
  }
}

/* navbar start */


.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #00e0d0 !important;
}

.navbar-dark .navbar-nav .menu-active {
  color: #00e0d0 !important;
}

.navbar {
  background-image: linear-gradient(to right, #09052f, #311d5e);
  opacity: 0.71;
  scroll-behavior: smooth;
}

.navbar img {
  width: 100px;
}

.navbar-nav .nav-link {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.19px;
}

.navbar-nav .nav-link {
  margin: 0 20px;
}

.fs-25{
  font-size: 25px !important;
}
/* navbar end*/

/*mobile navbar style start*/

.navbar .container .fa-bars{
  font-size: 25px; 
  color: #fff;
}

.mobile-view-body .js-clone-nav .menu-active{
  color: #00e0d0 !important;
}

.mobile-view-body .js-clone-nav .nav-item .nav-link{
  color: #fff;
  font-family: "Roboto";
  font-weight: 900;
  font-size: 20px;
  padding:0px 0px 15px 30px;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.19px;
}

.mobile-view-body .js-clone-nav .nav-link{
  color: #fff;
}
.mobile-view-body .js-clone-nav .nav-link:hover{
  color: #00e0d0 !important;
}

.page-wrap:before {
  transition: 0.3s all ease-in-out;
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.off-view .page-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.off-view .page-wrap:before {
  opacity: 0.5;
  visibility: visible;
}

.mobile-view {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background-color: black;
  opacity: 0.9;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}

.off-view .mobile-view {
  transform: translateX(0%);
}
.mobile-view .mobile-view-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-view .mobile-view-header .mobile-view-close {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  color: #fff
}

.mobile-view .mobile-view-header .mobile-view-close i {
  font-size: 30px;
  display: inline-block;
  padding-right: 10px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease;
}

.mobile-view .mobile-view-body {
  overflow: scroll;
  scrollbar-width: none;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
  padding-top: 50px;
}

.mobile-view .clone-view {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.mobile-view .clone-view a {
  font-weight: 900;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Roboto";
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
}

.mobile-view .clone-view a:hover {
  color: #00e0d0 !important;
}

.mobile-view .clone-view a.menu-active {
  color: #00e0d0 !important;
}
/*mobile navbar style end*/
