body{
  color: #000000;
  overflow: hidden;
  min-width: 100vw;
  font-family: 'Montserrat', sans-serif;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
p{
  font-family: 'Montserrat', sans-serif;
}
#particles-js{
    background-color: transparent;
    position:  absolute;
    height:  100vh;
    width:  100%;
}
.home-sub-header{
  font-weight: 600;
  font-size: 17px;
  color: #495057;
}
.navmenu-top{
  width: 100%;
}
.navbar-brand{
  float: left;
  height: 40px;
  width: 120px;
  overflow: hidden;
  padding: 0;
  margin-left: 8%!important;
}
.navbar-brand img{
  width: 240px;
  height: auto;
  transition: All 0.5s ease;
}
.navbar-brand:hover img{
  transform: translate3d(-120px, 0px, 0px);
  transition: All 0.5s ease;
}
.navbar-brand-sm img{
  display: none;
}
.main-container{
  max-width: 100vw;
  min-width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
  overflow-y: hidden;
  overflow: hidden;
}
.main-content{
  max-width: 100vw;
  min-width: 100vw;
  min-height: 100vh;
}
.hero-container{
  margin: auto;
}
.hero-text{
  /* margin-right: 4%; */
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 62px;
  font-stretch: expanded;
  font-size: 4.5em;
  color: #8400ff;
  font-family: 'Montserrat', sans-serif;
}
.hero-text{
  padding-top: 0;
}
.hero-subtitle{
  padding-top: 20px;
  line-height: 20px;
  text-transform: lowercase;
}
.hero-subtitle .sub-1, .hero-subtitle .sub-2{
  display: inline-block;
  font-weight: 800;
  width: 100%;
  font-size: 18px;
}
/* display after header text loader*/
.hero-subtitle, .menu-subtitle {
  display: none;
}

/* hero-img styling */
.container-home-hero-wrapper{
  -webkit-perspective: 4000px;
  perspective: 4000px;
  padding: 0;
}
.container-home-hero{
  width: 100%;
  margin-left: 0px;
}

.home-hero-1{
  height: 80vh;
  width: 100%;
  background: url(../img/undigit-microphone.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 50px;
  background-size: 60%;
  padding-right: 0px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}

.home-hero-2{
  height: 200px;
  width: 100%;
  background: url(../img/undigit-microphone-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  overflow: hidden;
  padding-right: 0px;
  position: absolute;
  top: 55%!important;
  left: 22%!important;
  z-index: -1;
}
.result{
  display: none;
}
.result.error{
  color: #dc3545;
}
.result.success{
  color: #ffffff;
}
/* .......................................... */

#nav-container {
  margin-left: auto;
  /* position: relative; */
  position: fixed;
  right: 0;
}
#nav-toggle {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: rotate(0deg);
  z-index: 100;
}
#nav-toggle span {
  background-color: black;
  width: 70%;
  height: 2px;
  border-radius: 1px;
  display: block;
  position: absolute;
  left: 0;
  content: '';
  transition: 0.5s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 8px;
  transform-origin: left center;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
#nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
  left: 4px;
  background-color: #ffffff;
}
#nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
  background-color: #ffffff;
}
#nav-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  transition: 1s;
  transform: scale3d(0, 0, 0);
  margin-top: -980.405px;
  margin-left: -980.405px;
}
#nav-overlay.open {
  transform: scale3d(1, 1, 1);
}
#nav-fullscreen {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: ease-in-out 0.25s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}
#nav-fullscreen ul {
  list-style: none;
  text-align: center;
}
#nav-fullscreen a {
  color: white;
  text-decoration: none;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}
#nav-fullscreen.open {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.5s;
  transition-delay: 0.25s;
}
*, *:before, *:after {
  box-sizing: inherit;
}
#nav-overlay {
  background:  linear-gradient(45deg, rgba(190,61,255,1) 0%, rgba(160,54,247,1) 50%, rgba(162,32,227,1) 100%);
}
#nav-toggle span {
  background-color: #495057;
}
#nav-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: sans-serif;
  font-size: 6vh;
}
#nav-fullscreen li:hover {
  list-style: none;
  color: #35e8ff;
}



/* .................................... */
.main-navbar{
  padding-bottom: 40px;
}
.menu-subtitle-top{
  color: #c7c7c7;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 10px;
  font-weight: 900;
  font-size: 25px;
  display: none;
}
.menu-subtitle{
  color: #c7c7c7;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 10px;
  font-weight: 900;
  font-size: 25px;
}
.navmenu-list li{
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.navmenu-list {
  display: none;
}
.navmenu .navmenu-list li a{
  color: #495057;
  transition: all .2s ease;
  text-decoration: none;
  font-weight: 600;
}
.navmenu .navmenu-list li a:hover{
  text-decoration: none;
  color: #2e3235;
}
.navmenu .navmenu-list li a .change-txt{
  color: #8400ff;
  font-weight: 800;
}

.navmenu .navmenu-list li a .change-txt:before,
.navmenu-list-mob li a .change-txt:before{
  content: " ";
  transition: all 1s ease;
}
.navmenu-list-mob li:hover a .change-txt:before,
.navmenu .navmenu-list li:hover a .change-txt:before{
  content: " ";
}
.rotate-180{
  transform: rotate(90deg);
}
.upper{
  text-transform: uppercase;
}
.navbar-toggler-icon-rotate{
  transform: rotate(90deg);
  transition: all .2s ease-in;
}
.top-nav{
  display: none;
}

.navbar-toggler{
  border-style: none!important;
}

/* css animation */
.text__first, .text__second, .text__third {
  position: relative;
}
.text__word {
  opacity: 0;
}
.text__first-bg, .text__second-bg, .text__third-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
  background: #4568DC;
  background: -webkit-linear-gradient(to left, #B06AB3, #4568DC);
  background: linear-gradient(to left, #B06AB3, #4568DC);
}
#nav-container{
  display: none;
}


/* .......................................................... */

/* Media Queries */
@media only screen  and (max-width : 992px) {
  .menu-subtitle-top{
    color: #c7c7c7;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-weight: 900;
    font-size: 25px;
    display: block;
  }
  .main-content{
    max-width: 100vw;
    min-width: 100vw;
    min-height: 100vh;
    position: fixed;
  }
  .navbar-brand{
    float: left;
    height: 40px;
    width: 160px;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .navbar-brand img{
    width: 320px;
    height: auto;
    transition: All 0.5s ease;
  }
  .navbar-brand:hover img{
    transform: translate3d(-160px, 0px, 0px);
    transition: All 0.5s ease;
  }
  .navmenu-top{
    background-color: #663399;
    transition: all .2s ease-in-out;
  }
  .top-nav{
    width: 100%;
    display: block;
    float: right;
    padding: 20px;
    height: 75vh;
  }
  .top-nav li{
    padding: 20px;
    text-align: center;
  }
  .menu-subtitle-top{
    height: 10vh;
  }
  .top-nav li a{
    color: #663399;
    font-size: 20px;
    text-decoration: none;
  }
  #nav-container{
    display: block;
  }
  .top-menu li{
    line-height: 75px!important;
  }
  #nav-toggle {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transform: rotate(0deg);
    z-index: 100;
    position: fixed;
    right: 5%;
}
.navmenu-top {
    padding-top: 0px;
}

.top-menu{
  padding: 0;
}


}


.top-nav li a{
  letter-spacing: 5px;
  transition: all .2s ease;
}
.top-nav li a:hover{
  font-weight: 900;
}
.top-nav li a .change-txt{
  color: #212121;
  font-weight: 900;
  transition: all 1s ease;
}
.top-nav li a .change-txt:before{
  content: "\\";
  transition: all 1s ease;
}
.top-nav li:hover a .change-txt:before{
  content: "/";
}
.rotate-180{
  transform: rotate(90deg);
}
.upper{
  text-transform: uppercase;
}

@media only screen  and (min-width : 1824px) {


}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

  .hero-text{
    /* margin-right: 4%; */
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 45px;
    font-stretch: expanded;
    font-size: 3.5em;
    color: #8400ff;
    font-family: 'Montserrat', sans-serif;
  }
  .hero-text{
    padding-top: 0;
  }
  .hero-subtitle{
    padding-top: 20px;
    line-height: 20px;
    text-transform: lowercase;
  }
  .hero-subtitle .sub-1, .hero-subtitle .sub-2{
    display: inline-block;
    font-weight: 800;
    width: 100%;
    font-size: 14px;
  }

  /* hero-img styling */
  .container-home-hero-wrapper{
    -webkit-perspective: 4000px;
    perspective: 4000px;
    padding: 0;
  }
  .container-home-hero{
    width: 100%;

  }

  .home-hero-1{
    height: 500px;
    width: 100%;
    background: url(../img/undigit-microphone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    background-position-x: 50px;
    padding-right: 0px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .home-hero-2{
    height: 160px;
    width: 165px;
    background: url(../img/undigit-microphone-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    padding-right: 0px;
    position: absolute;
    top: 55%!important;
    left: 62%!important;
    z-index: -1;
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

  .hero-text{
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 45px;
    font-stretch: expanded;
    font-size: 3em;
    color: #8400ff;
    font-family: 'Montserrat', sans-serif;
  }
  .hero-text{
    padding-top: 0;
  }
  .hero-subtitle{
    padding-top: 20px;
    line-height: 20px;
    text-transform: lowercase;
  }
  .hero-subtitle .sub-1, .hero-subtitle .sub-2{
    display: inline-block;
    font-weight: 800;
    width: 100%;
    font-size: 14px;
  }
  .home-hero-1{
    height: 500px;
    width: 100%;
    background: url(../img/undigit-microphone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
    background-position-x: 0;
    padding-right: 0px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .home-hero-2{
    height: 160px;
    width: 165px;
    background: url(../img/undigit-microphone-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    overflow: hidden;
    padding-right: 0px;
    position: absolute;
    top: 46%!important;
    left: 47%!important;
    z-index: -1;
 }


 }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .container-home-hero{
    width: 100%;
    margin-left: 0px;
  }
  .navmenu-top {
    z-index: 5;
}
.hero-text{
  /* margin-right: 4%; */
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 45px;
  font-stretch: expanded;
  font-size: 3.5em;
  color: #8400ff;
  font-family: 'Montserrat', sans-serif;
}
  .hero-text {
    padding-top: 0;
  }
  .hero-container{
    position: absolute;
    bottom: 10%;
  }
  .container-home-hero-wrapper{
    position: relative;
    top: 0px;
    max-width: 100vw;
    min-width: 100vw;
  }
  .home-hero-1 {
    height: 330px;
    width: 340px;
    left: 0px;
    top: 0px;
    background-position: center;
    background-size: 85%;
    padding-right: 0px;
    position: absolute;
    z-index: 1;
  }
  .home-hero-2 {
    height: 130px;
    width: 130px;
    background: url(../img/undigit-microphone-2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    overflow: hidden;
    padding-right: 0px;
    position: absolute;
    top: 55%!important;
    left: 38%!important;
    z-index: -1;
  }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-text{
    /* margin-right: 4%; */
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 45px;
    font-stretch: expanded;
    font-size: 3.5em;
    color: #8400ff;
    font-family: 'Montserrat', sans-serif;
  }
  .home-hero-1 {
    height: 280px;
    width: 280px;
    left: 3%!important;
    top: 0px;
    background-size: 100%;
    padding-right: 0px;
    position: absolute;
    z-index: 1;
}
  .home-hero-2 {
    height: 100px;
    width: 135px;
    background: url(../img/undigit-microphone-2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    overflow: hidden;
    padding-right: 0px;
    position: absolute;
    top: 55%!important;
    left: 47%!important;
    z-index: -1;
  }

}
/* topnav toggle class */
.navmenu-top{
  background: transparent;
  z-index: 1005;
}
.navmenu-top.navbar-bg{
  background: #e6e6e6;
  max-width: 100vw;
}
/* ................................. */

@media only screen and (min-width : 320px) and (max-width : 480px) {
  .navbar-brand{
    float: left;
    height: 40px;
    width: 160px;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .navbar-brand img{
    width: 320px;
    height: auto;
    transition: All 0.5s ease;
  }
  .navbar-brand:hover img{
    transform: translate3d(-160px, 0px, 0px);
    transition: All 0.5s ease;
  }
  .home-hero-1 {
    height: 270px;
    width: 250px;
    left: 15px!important;
    top: 0px;
    background-size: 100%;
    padding-right: 0px;
    position: absolute;
    z-index: 1;
}
  .home-hero-2 {
    height: 130px;
    width: 150px;
    background: url(../img/undigit-microphone-2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    overflow: hidden;
    padding-right: 0px;
    position: absolute;
    top: 0px;
    left: 50%!important;;
    z-index: -1;
  }
  .hero-container {
    position: fixed;
    bottom: 10px;
    max-width: 100vw;
    padding: 0px;
  }
  .hero-text {
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 36px;
    font-stretch: expanded;
    font-size: 2.5em;
    color: #8400ff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0px;
    margin-left: 15px;
  }
  .sub-1{
    margin-left: 15px;
  }
  #nav-fullscreen {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    font-size: 6vh;
}
#nav-overlay {
  /* margin-top: -680.42px;
  margin-left: -680.42px; */
}

#nav-toggle {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: rotate(0deg);
    z-index: 100;
    position: fixed;
    right: 5%;
}
.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

}
