/* font-family: 'Roboto Condensed', sans-serif; */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.intro_container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.introslider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.introslider .item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-position: 0% 0%;
  background-size: cover;
  position: relative;
  z-index: 1;
  animation: mganimate 15s infinite alternate;
}

@keyframes mgslide {
  0% {
    /* background-position: 30% 30%; */
    left: 0%;
    top: 0%;
  }

  100% {
    /* background-position: 70% 70%; */
    left: 10%;
    top: 10%;
  }
}

@keyframes shrink {
  0% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes mganimate {
  0% {
    background-position: 85% 85%;
  }

  100% {
    background-position: 35% 35%;
  }
}

.introslider .item .content {
  position: absolute;
  width: 70%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  bottom: 25px;
  left: 15%;
  text-align: justify;
  text-shadow: 0px 0px 3px #000000;
  font-size: 16px;
  line-height: 1.6;
}

.introslider .item .content .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.introslider .owl-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
}

.introslider .owl-dots .owl-dot {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  filter: drop-shadow(0px 0px 3px #000000);
  margin: 3px 0;
  position: relative;
}

.introslider .owl-dots .owl-dot.active::before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  box-shadow: 0px 0px 3px #000000;
  top: 3px;
  left: 3px;
}

/* ------------------------------------------------------------------- */
.introslider .item .content2{
  position: absolute;
  filter: drop-shadow(0px 0px 3px #000000);
  width: 60%;
  bottom: 50px;
  left: 50px;
  font-size: 18px;
  line-height: 1.2;
  backdrop-filter: blur(3px);
  padding: 30px;
  font-weight: 300;
}
.introslider .item .title{
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------------- */
/* -------- */

.socials {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  right: 50px;
  text-align: right;
}

.socials ul li {
  display: inline;
  margin-left: 15px;
}

.socials ul li a {
  color: #ececec;
  font-size: 24px;
  text-shadow: 0px 0px 3px #000000;
  transition: all 0.3s ease 0s;
}

.socials ul li a:hover {
  color: #fff;
}

.mng_text {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30%;
  transform: translate(0, -50%);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
  max-height: 75%;
  max-width: 50%;
  height: auto;
  width: auto;
}

.mng_text img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ------- */
.menu {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 13px;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
}

.menu .row {
  width: 100%;
}

.menu .logo {
  text-align: center;
  padding: 0 40px;
}

.menu .logo img {
  display: inline-block;
  height: 85px;
  width: auto;
}

.menu .mlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu .mlist ul li {
  display: inline;
  margin: 0;
}

.menu .mlist ul li:first-child {
  margin-left: 0;
}

.menu .mlist ul li:last-child {
  margin-right: 0;
}

.menu .mlist ul li a {
  color: #ececec;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  padding: 10px 10px;
  border-radius: 5px;
  text-shadow: 0px 0px 3px #000000;
}

.menu .mlist ul li a img {
  height: 30px;
  width: auto;
  display: block;
  margin: 0 auto 8px;
  filter: brightness(0) invert(1) drop-shadow(0px 0px 3px #000000);
}

.menu .mlist ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


/*  */

.mmenu {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
}

.mmenu .item a {
  color: #fff;
  text-shadow: 0px 0px 3px #000000;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: block;
  padding: 10px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.mmenu .item a img {
  height: 25px;
  width: auto;
  display: block;
  margin: 0 auto 12px;
  filter: brightness(0) invert(1) drop-shadow(0px 0px 3px #000000);
}

.mmenu .logo {
  text-align: center;
}

.mmenu .logo img {
  height: 100px;
  width: auto;
  display: inline-block;
  margin-bottom: 50px;
}


/* 
|-----------------------------
| newmenu [begin]
|-----------------------------
*/
.newmenu{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.newmenu .menuwrap{
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  width: 100%;
  padding: 10px 30px;
}
.newmenu .menuwrap .logo_new img{
  height: 60px;
  width: auto;
  margin-right: 10px;
}
.newmenu .menuwrap .logotext{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  /* color: #efdb03; */
}
.newmenu .menuwrap .mitems{
  text-align: right;
}
.newmenu .menuwrap .mitems .item{
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 20px;
  width: calc( 12% - 40px);
  height: 100%;
  vertical-align: middle;
  position: relative;
}
.newmenu .menuwrap .mitems .item:before{
  position: absolute;
  content: '';
  display: block;
  height: 40px;
  width: 1px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.newmenu .menuwrap .mitems .item:first-child:before{
  display: none;
}
.newmenu .menuwrap .mitems .item a{
  color: #fff;
  text-decoration: none;
}
.newmenu .menuwrap .mitems .item img{
  display: inline-block;
  height: 20px;
  width: auto;
  margin-bottom: 7px;
}
.newmenu .menuwrap .mitems .item a:hover{
  color: #efdb03;
}
.newmenu .mng_text2 img{
  height: 250px;
  width: auto;
  margin-top: 50px;
  margin-left: 15px;
}
/* .mmenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mmenu ul li a{
    color: #fff;
    display: inline-block;
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    padding: 10px 20px;
    border-radius: 5px;
    
    width: 40%;
    margin: 5px;
  }
  .mmenu ul li a img{
    height: 25px;
    width: auto;
    display: block;
    margin:  0 auto 8px;
    filter:  brightness(0) invert(1) drop-shadow(0px 0px 3px #000000);
  } */

/* 
  |-----------------------------
  | responsive [begin]
  |-----------------------------
  */

/* 
|-----------------------------
| intro2menu [begin]
|-----------------------------
*/
#intro2menu.offcanvas{
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
#intro2menu.offcanvas .btn-close{
  /* filter: brightness(0) invert(1); */
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
#intro2menu.offcanvas-end{
  width: 300px;
}
#intro2menu .offcanvas-body{
  padding: 20px 0;
}
/* 
|-----------------------------
| mbutton [begin]
|-----------------------------
*/
.mbutton{
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 50px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
/* 
|-----------------------------
| mbutton [begin]
|-----------------------------
*/
.onlylogotext{
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30px;
}
.llogo{
  height: 65px;
  width: auto;
  margin-right: 15px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
}
.llogotext{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
  /* text-shadow: 1px 1px 1px rgb(0 0 0 / 30%); */
}
.mnglogo{
  max-width: 150px;
  max-height: 30%;
  width: auto;
  height: auto;
  margin-top: 30px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
}
/* 
|-----------------------------
| mbutton [begin]
|-----------------------------
*/
.menugrid{
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 29px;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.menugrid img{
  margin-bottom: 10px;
  height: 20px;
  width: auto;
}
.menugrid:hover{
  color: #efdb03;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: transparent;
}
/* 
|-----------------------------
| mbutton [end]
|-----------------------------
*/
@media (max-width: 1400px) {
  .menu .logo {
    padding: 0 50px;
  }

  .menu .logo img {
    height: 75px;
  }

  .menu .mlist ul li a {
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .menu {
    padding: 10px 0;
  }

  .menu .logo {
    padding: 0 15px;
  }

  .menu .mlist ul li a {
    padding: 7px;
    font-size: 10px;
    line-height: 12px;
  }

  .menu .mlist ul li a img {
    height: 20px;
  }


  .mng_text img {
    max-height: 40vh;
  }

  /*  */

  .introslider .item .content {
    width: 70%;
    left: 15%;
    font-size: 14px;
  }

  .introslider .item .content .title {
    font-size: 18px;
  }
  
  /* ---- */
  .introslider .item .content2{
    padding: 20px;
    width: 65%;
  }
  .introslider .item .title{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .introslider .item .content2 {
    font-size: 16px;
    bottom: 30px;
    left: 30px;
  }
  /* ------------------ */
  .menugrid{
    padding: 20px;
  }
  .menugrid img{
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .introslider .item .content {
    font-size: 0;
    line-height: 0;
    left: 25px;
    padding: 10px 15px;
    width: auto;
    max-width: 40%;
  }

  .introslider .item .content .title {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  }

  /*  */

  .introslider .owl-dots {
    display: none;
  }

  /*  */

  .socials ul li {
    margin-left: 10px;
  }

  /*  */

  .mng_text img {
    display: none;
  }
}
.introslider .item .content2{
  font-size: 0;
  padding: 15px;
  width: auto;
}
.introslider .item .title{
  margin-bottom: 0;
  font-size: 24px;
}
@media (max-width: 576px) {
  .onlylogotext{
    left: 25px;
    top: 20px;
  }
  .llogotext{
    display: none;
  }
  .mbutton {
    top: 20px;
    right: 25px;
  }
  .mnglogo{
    max-width: 100px;
  }
  /* --------------------------------------- */
  .socials{
    bottom: 20px;
    right: 25px;
  }
  .socials ul li a{
    font-size: 22px;
  }
  .introslider .item .content2{
    left: 25px;
    bottom: 60px;
    padding: 10px;
  }
  .introslider .item .content2 .title{
    font-size: 18px;
  }
}
/* 
  |-----------------------------
  | responsive [end]
  |-----------------------------
  */