@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Nunito:wght@200&family=Pacifico&family=Righteous&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');body{
    padding: 0;
    margin: 0;
    font-family: 'Lato';
}
.banner{
    width: 100%;
    height: 80vh;
 
    background-image: linear-gradient(rgba(0, 0, 0, 0.1),transparent), url(images/bg.webp);
    background-size: cover;
    background-position: center;
    padding: 0 8%;
    position: relative;
}
.navbar-brand{
    font-family: 'Times New Roman', Times, serif;
    font-weight:600 !important;
    font-size: 45px !important;
    color: white !important;
    /* background-image: linear-gradient(to right bottom, #29a752, #4eb249, #6dbc3e, #8cc631, #abce21, #aed11d, #b2d518, #b5d811, #9ad821, #7cd831, #58d741, #13d651); */
    background-image: linear-gradient(to bottom, #07080f, #1d2630, #284352, #316471, #3d868b);
}
.nav-link{
    font-size: 18px !important;
  /*  margin: 15px;*/
    color: white !important;
    font-family: 'Roboto Condensed';
    padding: 10px 20px !important;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}
.nav-item:first-child .nav-link{
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px;
}
.nav-item:nth-child(8) .nav-link{
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.nav-link:hover{
    color: #00E8E8 !important;
    
    text-shadow: 0 0 15px #ff0, 0 0 15px #ff0,0 0 30px #ff0,0 0 60px #ff0;
}
.dropdown-menu{
    background: rgba(255,255,255,0.05) !important;
}
.dropdown-item{
    font-size: 18px !important;
    /*  margin: 15px;*/
      color: white !important;
      font-family: 'Roboto Condensed';
      padding: 10px 20px !important;
      background: rgba(255,255,255,0.05);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    
}
.dropdown-item:hover{
    background: rgba(255,255,255,0.05) !important;
    text-shadow: 0 0 15px #ff0, 0 0 15px #ff0,0 0 30px #ff0,0 0 60px #ff0;
    color: #00E8E8 !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
  /*  background-image: linear-gradient(to right,#8407a092, #750ad98d);*/
    
}
/*------------*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: -130px !important;
    left: 100%;
    margin-top:-6px;
}

 /* rotate caret on hover */
 .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.active .nav-link{
    color: #00E8E8 !important;
}
.text-box{
    color: #fff !important;
    position: absolute;
    bottom: 0;
    right: 0;
   }
.text-box h1{
    font-size: 120px;
    line-height: 100px;
    margin-left: -10px;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
/*************************/
    color: transparent;/***/
    -webkit-text-stroke: 2px rgb(182, 169, 169);/****/
  /*  background:linear-gradient(rgba(0, 0, 0, 0.3),transparent), url(images/back.png);*/
    -webkit-background-clip: text;
    background-position: 0 0;
    animation: back 20s linear infinite;
   }
   @keyframes back{
    100%{
        background-position: 2000px 0;
    }
   }
   .text-box h3{
    font-size: 30px;
    font-weight: 500;
    color: rgb(237, 249, 9);
   }

   .banner2{
    background-image:linear-gradient(rgba(0, 0, 0, 0.9),transparent), url(images/img.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
   }