body{
    font-family: 'Plain', sans-serif;
}

.btn-hover:hover{
  color: aliceblue;
  background-color: #000;
  border: 1px solid aliceblue;
  
}
.navbar-brand{
  cursor: pointer;
}
.navbar.navbar-light.bg-light{
    background-color: transparent!important;
    justify-content: end;
    display: none;
    position: fixed;
    top: 0;
    right: 120px;

}
.conos-white .container{
  padding-top: 30px;
}
.container-footer h4{
  font-weight: bold;
}
.cd-headline.letters.rotate-3{
  font-weight: 300;
}
.container-footer a,.container-footer a:hover{
  color: #000;

}
.cd-headline.letters.scale{
  text-align: center;
  font-size: 3em;
  width: auto!important;
}
.logo-creco{
  max-width: 60px;
  display: inline-block;
  border-right: 0;
}
.logo-creco img:last-child{
  margin-left: -5px;
}
.logo-creco.l-wt span p{
  border-bottom: 1px solid #fff!important;
}
.logo-creco.l-bk span p{
  border-bottom: 1px solid #000!important;
}
.navbar a{
    color: aliceblue!important;
    float: right;
}
.header-main{
    background-color: white;
    color: black;
    padding: 380px 80px;
}
.heading {
    color: #000;
    font-weight: 600;
    font-size: 3.5rem;
}
.heading-two{
    display: none;
    font-weight: 600;
    font-size: 3.5rem;
}
.m-bk{
    background-color: black;
    color: aliceblue;
    display: none;
    height: 100%;
}
.m-bk.active{
  padding: 250px 80px;
}
.m-wt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 180px 80px;
}
.img-cont{
  max-width: 850px;
}
.rotate-3 .cd-words-wrapper{
  width: auto!important;
}
.btn-link{
    animation: 0.15s var(--alias-easeOut) 2.5s forwards blink;
    border-radius: 100px;
    background-color: aliceblue;
    color: black;
    border: none;
    padding: 20px;
    text-decoration: none;
    margin-top: 150px;
    display: none;
}
.conos-white{
    background-color: black;
    margin-top: -10px;
    color: aliceblue;
}
.ps-10{
    padding-top: 100px;
    padding-left: 120px;

}
.ps-10 h2{
    max-width: 480px;
    margin-bottom: 50px;
}
.border-down{
    border-bottom: 1px solid #636464;
}
.p-160{
   padding: 0 60px;
}  
span {
border-right: .05em solid;
animation: caret 5s steps(1) infinite;
}
@keyframes caret {
100% {
    border-color: transparent;
}
}

  .parallax {
    min-height: 100vh; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mxw-680{
    max-width: 680px;
  }
  .container-footer{
    max-width: 680px;
  }
  .main-footer{
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 47px;
    padding-bottom: 30px;  
  }
  #gridwormCanvas{
    cursor: pointer;
  }

  .video{
    position: relative;
  }
.overlay{
  position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #0000004d;
}
.overlay .text-cont{
  background: #000000b0;
  padding: 17px 113px;
  height: 71px;
  border-radius: 0 0 15px 15px;
  text-transform: uppercase;
}
.overlay .text-cont h4{
  display: none;
}
.contact{
  position: fixed;
  bottom: 20px;
  right: 24px;
  z-index: 999;
  max-width: 250px;
}
.contact a{
  text-decoration: none;
}
.chat-img{
  max-width: 70px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 10px 15px;
  background-color: #fff;
  display: inline-block;
}
.contact .tex-a:hover .chat{
  background-color: #fff;
  color: #000;
}
.contact .chat{
  background-color: #000;
  color: #fff;
  border: 1px solid;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}
.modal{
  background: #fff;
  color: #000;

}
.modal .container{
  margin-top: 92px;
  padding: 0px 20px;
}
.modal  .col-sm-4 ul{
  list-style: none;
  font-size: 1.5em;
}
.modal .col-sm-8{
  position: relative;
}
.modal .col-sm-8 .abk{
  position: absolute;
  bottom: 92px;
  left: 0;
}
.btn-closed{
  position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none;
    font-size: 40px;
}
.modal .mt-10{
  text-align: left;
  margin-top: 180px;
}
.abk{
  font-size: 2rem;
  color: #000;
  text-decoration: line!important;
}
.abk:hover{
  color: #000;
}
.menu a,.menu a:hover{
  color: #000;
  text-decoration: none;
}

.cd-headline.slide .cd-words-wrapper{
  background-color: #ff2626f5;
  padding: 5px;
}
.cd-words-wrapper b{
  white-space: normal;
  text-transform: uppercase;
}
.cd-headline.rotate-2 .cd-words-wrapper b{
  white-space: nowrap;
}
.cd-headline.rotate-3 .cd-words-wrapper b{
  text-transform: lowercase;
}
.rect-blue{
  background-color: #0dcaf0;
  width: 100%;
  max-width: 197px;
  height: 100vh;
  position: absolute;
  top: -114px;
  left: 0px;
  z-index: -1;
  overflow: hidden;

}
.main-footer .container{
  position: relative;
}