@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
.gone{
  display: none !important;
}


.home-page>.wraper-banner-main{
  margin-top: 170px;
}

.banner-main>.page-title p{
  font-family: 'Inconsolata', monospace !important;
  color: #202020 !important;
}

span.highlight{
  padding: 5px !important;
  background: var(--main-accent-light-color) !important;
  color: black;
  padding: 6px 12px 9px !important;
  display:inline-block;
  /*white-space: nowrap;*/
  margin: 5px 5px;
}

span.highlight.lighter{
  background: #3cd5af9e !important;
}

span.highlight.lightest{
  background: #3cd5af69 !important;
}

span.highlight:hover{
  color: black;
}

a.cube-item>span{
  position: relative;
  font-weight: normal !important;

  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cube-item>span:before{
  pointer-events:none !important;
  z-index: -1;

  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0px;
  left: 0px;

  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.1);
  background-color: var(--main-accent-light-color) !important;

  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a.cube-item>span:hover:before {
  width: 100% !important;
  color: black;
  font-weight: bold !important;
}

a.cube-item.active>span:before {
  width: 100% !important;
  color: black;
  font-weight: bold !important;
}

.btn-arrow-filled{
  font-family: "Oxygen-Bold";
  font-size: 17px;
  background-color: var(--main-accent-dark-color);
  font-weight: 900;

  position: relative;
  display: inline-block;
  vertical-align: middle;

  margin-right: 15px;
  margin-bottom: 20px;
  padding: 13px 30px 14px 30px;

  box-shadow: 0 2px 16px 0 rgba(88,101,129,0.1);

  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: initial;
}

.btn-arrow-filled>span {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding-right: 50px;
  background: url(../img/ic_arrow_right_white.svg) center right no-repeat;
}

.btn-arrow-filled:hover{
  opacity: 0.8  !important;
  color: white !important;
}

.btn-arrow-filled:hover>span {
  padding-right: 60px;
}

.btn-arrow-filled.regal{
  background: var(--main-regal-dark-color) !important;
}











.landing_btn{
  background: #fff;
  padding: 0 50px 0 0;
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.4);
  box-shadow: 0 15px 20px rgba(0,0,0,.4);
  position: absolute;
  bottom: -100px;                  
  z-index: 52;
  width: 100%;
  color: #263043;
  border-radius: 8px;
  max-width: 480px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.landing_btn p{
  font-family: "Open-sans"
  font-weight: normal;
  font-size: 14px !important;
}

@media (max-width: 575.98px){
    .landing_btn p{
        bottom: -130px;
        font-weight: normal;
        font-size: 14px !important;
    }
}
  

.landing_btn_desc{
  min-height: 38px;
  padding: 20px;
  line-height: 21px;
  display: inline-block;
  margin-bottom: 0;
}

.icon-arrow{
 /* margin-top: 20px;
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  right: 5px;
  top: 10px;*/

  width: 20px;
  height: 20px;
  -webkit-transform: translate(-1px, -6px) rotate(45deg);
  -ms-transform: translate(-1px, -6px) rotate(45deg);
  transform: translate(-1px, -6px) rotate(45deg);
  opacity: 1;
  content: '';
  display: block;
  /*right: 0;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*top: 50%;*/
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-right: 2px solid #3cd5af;
  border-top: 2px solid #3cd5af;
}

.animate-hint{
  margin-top: 20px;
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  right: 5px;
  top: 20px;

  webkit-animation: animationHint ease-in-out 2s;
  animation: animationHint ease-in-out 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

a.landing_btn:hover .animate-hint{
  right: 0px;
}





.home-welcome-main-data.card-look-2{
  box-shadow: 0 2px 16px 0 rgba(88,101,129,0.1);
  /*box-shadow: 0 2px 16px 0 rgba(88,101,129,0.1) !important;*/
  transform: translate(0%, 1.8268%) translate3d(0px, 0px, 0px) !important;
  padding: 3rem; 
}

@media (max-width: 700px){
  .home-welcome-main-data.card-look-2{
    padding: 1rem; 
  }
}

.square-arrow {
    margin-left: auto;
    margin-right: auto;
    font-display: auto;
    font-style: "Oxygen-Bold";
    font-size: 28px;
    font-weight: 900;
    color: #202020 !important;
    text-decoration: none;
    /*text-transform: uppercase;*/
    /*position: relative;*/
    top: 50px;
}

.wraper-home-welcome .square-arrow.in-view:after {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounce;
}

.square-arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(img/ic_arrow_bottom.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.square-arrow:after{
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 0;
  box-shadow: 0 2px 16px 0 rgba(88,101,129,0.1);
  background: #ecb430;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 992px){
  .square-arrow:after{
    font-size: 20px;
    font-weight: 900;
  }

  .wraper-home-welcome h2{
    font-display: auto;
    /* font-size: 32px; */
    font-weight: normal;
    line-height: 1.5;
  }
}

.home-welcome-main-data h4{
  margin: 0px !important;
}

h4 span.highlight.lighter{
  padding: 5px !important;
  background: #3cd5af9e;
}








.banner-2{
min-height:25vh;
width: 100%;
background-color: var(--main-regal-dark-color);
}

.banner-2 h2.text-white{
font-size: 40px !important;
font-weight: 900 !important;
padding-top: 5vh !important;
}

.banner-2 p.text-white{
font-size: 22px !important;
opacity: 0.8;
}