/* font-family:"Roboto",sans-serif */
@font-face {
    font-family: 'Sentic';
    src: url('../fonts/sentictext-regular-webfont.woff2') format('woff2'),
         url('../fonts/sentictext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avalors_personal_useregular';
    src: url('../fonts/avalorspersonaluse-0w84o-webfont.woff2') format('woff2'),
         url('../fonts/avalorspersonaluse-0w84o-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.bg_white{
    background: #fff;
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-youtube:before {
    content: "\f167";
}
.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-linkedin-square:before {
    content: "\f08c";
}
.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.latest-posts .card .post-exerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 77px;
    margin-bottom: 20px;
}
.wafloating{
    background: url('../img/3225179_app_logo_media_popular_social_icon.svg')center center no-repeat;
    background-size: 100% auto;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 9;
}
textarea[disabled="disabled"],
input[disabled="disabled"]{
    background: #d7d5d5 !important;
}
.navbar-dark .navbar-placeholder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 280ms ease 0s;
}
.hero .navbar{
    background: rgba(255, 255, 255, .3);   
}
.navbar-wrapper .navbar-item:hover, .navbar-wrapper .navbar-item.has-dropdown:hover{
    color: #222;
}
.navbar-wrapper{
    padding: 15px 0;
    height: auto;
    background: rgba(255, 255, 255, .3);
}
.navbar-wrapper.navbar-faded{
    background: #fff;
}
.navbar-dark .navbar-wrapper {
    padding: 30px 0;
    height: auto;
    font-family: "Sentic";
}
.navbar-dark .navbar-wrapper.navbar-faded{
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 7%) 0px 4px 6px -1px;
    background: rgba(0, 0, 0, .5);
}
.containers {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
}
ul.navbar-start {
    margin-left: 30px;
}
.animate-typing.animate__animated {
    display: none;
}
.clear {
    clear: both;
}
.slider-hero-text h2{
    display: block;
}
.slider-hero-text h3{
    display: block;
    margin-top: -65px;
}
.slider-hero-text h1{
    font-size: 35px;
    font-weight: normal;
}


.wordCarousel {
    font-size: 36px;
    font-weight: 100;
    color: #eee;
  }
  .wordCarousel div {
    overflow: hidden;
    position: relative;
    float: left;
    height: 75px;
    padding-top: 10px;
    margin-top: 10px;
  }
  .wordCarousel div li {
    color: #eee;
    font-weight: 700;
    padding: 0 10px;
    height: 40px;
    line-height: 45px;
    margin-bottom: 45px;
    display: block;
    margin-left: -10px;
  }
    .wordCarousel div li span{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27c1c7+0,115e92+100 */
        background: rgb(39,193,199); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(39,193,199,1) 0%, rgba(17,94,146,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(39,193,199,1) 0%,rgba(17,94,146,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(39,193,199,1) 0%,rgba(17,94,146,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27c1c7', endColorstr='#115e92',GradientType=1 ); /* IE6-9 */
        display: inline-block;
        text-shadow: 1px 3px 5px rgba(0, 0, 0, .4);
        padding: 10px;
        font-size: 40px;
        font-family: 'avalors_personal_useregular';
        border-radius: 3px;
        color: #eee;
  }
  
  .flip2 {
    -webkit-animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  .flip3 {
    -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  .flip4 {
    -webkit-animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
            animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
  }
  
  @-webkit-keyframes flip2 {
    0% {
      margin-top: -180px;
    }
    5% {
      margin-top: -90px;
    }
    50% {
      margin-top: -90px;
    }
    55% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  
  @keyframes flip2 {
    0% {
      margin-top: -180px;
    }
    5% {
      margin-top: -90px;
    }
    50% {
      margin-top: -90px;
    }
    55% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @-webkit-keyframes flip3 {
    0% {
      margin-top: -270px;
    }
    5% {
      margin-top: -180px;
    }
    33% {
      margin-top: -180px;
    }
    38% {
      margin-top: -90px;
    }
    66% {
      margin-top: -90px;
    }
    71% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @keyframes flip3 {
    0% {
      margin-top: -270px;
    }
    5% {
      margin-top: -180px;
    }
    33% {
      margin-top: -180px;
    }
    38% {
      margin-top: -90px;
    }
    66% {
      margin-top: -90px;
    }
    71% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @-webkit-keyframes flip4 {
    0% {
      margin-top: -360px;
    }
    5% {
      margin-top: -270px;
    }
    25% {
      margin-top: -270px;
    }
    30% {
      margin-top: -180px;
    }
    50% {
      margin-top: -180px;
    }
    55% {
      margin-top: -90px;
    }
    75% {
      margin-top: -90px;
    }
    80% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  @keyframes flip4 {
    0% {
      margin-top: -360px;
    }
    5% {
      margin-top: -270px;
    }
    25% {
      margin-top: -270px;
    }
    30% {
      margin-top: -180px;
    }
    50% {
      margin-top: -180px;
    }
    55% {
      margin-top: -90px;
    }
    75% {
      margin-top: -90px;
    }
    80% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
.slider-hero-text {
    position: absolute;
    top: 5%;
    left: 10%;
    font-size: 33px;
    color: #fff;
}
.relative {
    position: relative;
}
.circles.circle-big{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 4%;
    left: 16%;
}
.sliderMetrix canvas{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.button-contact:hover{
    background: #3d869a;
    color: #fff;
}
.button-contact {
    background: #489eb6;
    border-color: #3b8295;
    color: #fff;
    font-size: 20px;
}
.sliderMetrix .slider-data .maxwit200{
    height: 70px;
}
.sliderMetrix .slider-data h1{
    font-family: 'avalors_personal_useregular';
    text-transform: uppercase;
    font-size: 35px;
    line-height: 65px;
    margin-bottom: 10px;
    display: block;
    text-shadow: 1px 4px 8px #000;
}
.sliderMetrix .slider-data p{
    font-size: 16px;
    line-height: 30px;
    margin-top: -60px;
    width: 92%;
}
.sliderMetrix .slider-data{
    padding-top: 30%;
    padding-left: 0%;
    color: #fff;
}
.sliderMetrix {
    position: relative;
    background: url('../img/bg_metaverse.png') center center no-repeat;
    background-size: 100% auto;
}
.circles {
    display: block;
    margin-top: 100px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: url('../img/graphics/hero/circleblue-03.png') center center no-repeat;
    background-size: 100% auto;
    animation: spin 12s linear infinite;
    animation-direction:reverse;
    transform-origin: center;
}
.circles-small {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 27%;
    left: 37%;
}
.circles-small span{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 50px;
    display: block;
    background: url('../img/graphics/hero/circleblue-03.png') center center no-repeat;
    background-size: 100% auto;
    animation: spin 12s linear infinite;
    border-radius: 50%;
}
.circle {
    border-radius: 50%;
    background-color: deepskyblue;
    width: 200px;
    height: 200px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn {
    from {
      transform: scale(.3, .3);
      opacity: .1;
    }
    to {
      transform: scale(1.0, 1.0);
      opacity: 0;
    }
  }
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.navbar-dark .navbar{
    background-color: transparent;
}
.navbar-dark .navbar-wrapper .navbar-item:hover, .navbar-dark .navbar-wrapper .navbar-item.has-dropdown:hover,
.navbar-dark .navbar-item, .navbar-dark .navbar-link{
    color: #fff;
}
.navbar-start li {
    display: inline-block;
    padding: 10px;
}
.new-hero-slider img{
    width: 100%;
}
.new-hero-slider {
    position: relative;
}
.new-hero-slider .columns.fixeds img{
    width: 100%;
}
.new-hero-slider .columns.fixeds {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 0%;
}
.subdata:hover ul{
    display: block;
}
.subdata ul li a:hover {
    color: #222;
}
.subdata ul li a {
    padding: 10px;
    color: #888;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #ededed;
}
.subdata ul li {
    display: block;
}
.subdata ul {
    display: none;
    position: absolute;
    width: 250px;
    background: #fff;
    font-size: 12px;
    top: 60px;
}
.arrorMenu {
	position: relative;
	background: #fff;
	border: 2px solid #fff;
}
.arrorMenu:after, .arrorMenu:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrorMenu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.arrorMenu:before {
	border-color: rgba(237, 237, 237, 0);
	border-bottom-color: #ededed;
	border-width: 8px;
	margin-left: -8px;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.navbar-item{
    font-family: "Nexa Bold",sans-serif;
    font-size:18px;
}
.primary-btn{
    font-family: "Nexa Bold",sans-serif;
}

.button.primary-btn:hover {
    background: #00a880;
    border : 1px solid #00a880;
}

.morphing-blob-wrapper svg, .morphing-blob-wrapper svg circle{
    fill:#00a880;
}

.hero-body .title.main-title{
    font-size: 40px;
    line-height: 50px;
}

.hero.is-app-grey .subtitle{
    font-size: 18px;
    line-height: 28px;
    padding:10px;
}

.hero-body .is-header-caption .buttons .button{
    font-size:18px;
}

.why-atlas{
    font-size:20px;
    line-height:18px;
    color:#333;
}

.section-wrap .section.image-section {
    background: #072130;
}

.section-wrap .section.image-section .support-features .support-card{
    background:#0a2d41;
}

.atlas-virtual-tour .section-title .title-alt{
    font-size:26px;
    line-height:36px;
}

.atlas-virtual-tour p{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight: normal;
}

.support-card h3{
    font-size:18px;
}

.section-wrap .section.image-section .support-features .support-card p {
    font-size:13px;
    min-height: 61px;
}

.section-news{
    background:#fff;
}

.section-pricing{
    background:#ddd;
}

.footer-atlas{
    background:#072130;
}

.footer-atlas h4, .footer-atlas li.column-header{
    color:#fff!important;
}
.min-height40{
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.pagination a.page-numbers:hover{
    background: #dbebf6;
}
.pagination a.page-numbers{
    padding: 10px 17px;
    border: 1px solid #bae9ff;
    border-radius: 4px;
    background: #ebf4fb;
    color: #2196f3;
    margin: 1px;
}
.pagination strong{
    padding: 10px 17px;
    border-radius: 4px;
    border: 1px solid #9bd9f6;
    background: #d7e9f6;
    color: #0f78ce;
    margin: 1px;
}
.pagination{
    display: inline-block;
    margin: 3px 33px 33px 33px;
}
.pagination.categorys a.page-numbers{
    border: 0;
}
.pagination.categorys{
    position: absolute;
    top: 18px;
    right: 0px;
}
.pagination.categorys strong{
    border: none;
}
.categoryDiv{
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #bae9ff;
    background: #ebf4fb;
    color: #2196f3;
    border-radius: 5px;
    margin: 0 33px;
    margin-bottom: 20px;
    box-shadow: -1px 3px 15px 0 rgb(0 0 0 / 6%);
}
.categoryDiv.dangers{
    border: 1px solid #ffbaba;
    background: #fbebeb;
    color: #f33e21;
}
.highlights{
    color: #fff;
    background: #03a9f4;
    padding: 4px 5px 0px 6px;
    display: inline-block;
    border-radius: 5px;
}
.txt-cap{
    text-transform: capitalize;
}
.dMr-20{
    margin-right: 20px;
}
.social-links .icon{
    font-size: 20px;
    margin-right: 12px;
}
.social-links .fa {
    display: inline;
    font-family: 'FontAwesome';
    font-size: 20px;
}
#backtotop span:hover{
    opacity: 1;
}
#backtotop span{
    outline: none;
    opacity: .4;
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background:#fff url('data:image/png;base64,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')center center no-repeat;
    background-size: 100% auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
}
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome/fontawesome-webfont-v=4.6.3.eot');src:url('../fonts/fontawesome/fontawesome-webfont-.eot#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome/fontawesome-webfont-v=4.6.3.woff2') format('woff2'),url('../fonts/fontawesome/fontawesome-webfont-v=4.6.3.woff') format('woff'),url('../fonts/fontawesome/fontawesome-webfont-v=4.6.3.ttf') format('truetype'),url('../fonts/fontawesome/fontawesome-webfont-v=4.6.3.svg#fontawesomeregular') format('svg');
 font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-youtube:before {
    content: "\f167";
}
.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-linkedin-square:before {
    content: "\f08c";
}
.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.social-links a:hover i,
.footer-light-medium .footer-body .footer-column .column-item a:hover{
    color: #fff;
}
.relative{
    position: relative;
}
.hiddenLabel{
    position: absolute;
    height: 50px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}
.listOutService .content-container.has-text-centered{
    min-height: 360px;
}

.icon-plays{
    opacity: .8;
    background: url('../img/4975307_google.png') center center no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-top: 20px;
    width: 80px;
    height: 80px;
}
.side-block .background-wrapper .video-wrapper:hover .icon-plays{
    opacity: 1;
}
.side-block .background-wrapper .video-wrapper{
    background: rgba(0,0,0,.4);
    border-radius: 10px;
}
.ourService img{
    max-height: 250px;
}
.icons{
    display: block;
    width: 50px;
    height: 50px;
    background: #f00;
    margin: 10px auto 30px auto;
}
.icons.icons1{
    background: url('../img/icons.png');
    background-size: 254px 52px;
    background-position: -3px 3px;
}
.icons.icons2{
    background: url('../img/icons.png');
    background-size: 254px 52px;
    background-position: -60px 3px;
}
.icons.icons3{
    background: url('../img/icons.png');
    background-size: 254px 52px;
    background-position: -127px 3px;
}
.icons.icons4{
    background: url('../img/icons.png');
    background-size: 254px 52px;
    background-position: -196px 3px;
}
.disIcons1:hover .icons.icons1{
    background: url('../img/iconsHover.png');
    background-size: 254px 52px;
    background-position: -3px 3px;
}
.disIcons2:hover .icons.icons2{
    background: url('../img/iconsHover.png');
    background-size: 254px 52px;
    background-position: -60px 3px;
}
.disIcons3:hover .icons.icons3{
    background: url('../img/iconsHover.png');
    background-size: 254px 52px;
    background-position: -127px 3px;
}
.disIcons4:hover .icons.icons4{
    background: url('../img/iconsHover.png');
    background-size: 254px 52px;
    background-position: -196px 3px;
}
.pldek-0 {
    padding-left: 0 !important;
}
.contact-img {
    padding: 50px 0 70px 40px;
}
.fs14m {
    font-size: 16px;
}
.btn-small {
    padding: 4px 7px;
    font-size: 13px;
}
@media only screen and (max-width: 540px)
{
    .fs14m {
        font-size: 14px;
    }
    .contact-img {
        padding: 10px 0 70px 0;
    }
    .mobile-hide {
        display: none;
    }
    .hero-body .title.main-title.pt-300{
        padding-top: 0px;
    }
    .pldek-0 {
        padding: 10px !important;
        font-size: 15px !important;
    }
    .navbar-dark .navbar-wrapper{
        padding: 0;
    }
    .navbar-wrapper{
        position: relative;
    }
    .new-hero-slider .columns.fixeds {
        top: 100px;
        bottom: auto;
    }
    .slider-hero-text {
        top: 10%;
        left: 5%;
        right: 5%;
    }
    .slider-hero-text h1 {
        font-size: 16px;
    }
    .wordCarousel {
        font-size: 20px;
    }
    .new-hero-slider .columns.fixeds{
        left: 0;
    }
    .circles.circle-big, .circles-small{
        opacity: .4;
    }
    .slider-hero-text{
        position: relative;
    }
    #trust .columns.is-vcentered {
        text-align: center;
    }
    #trust .column {
        width: 46%;
        display: inline-block;
    }
    
    .navbar .navbar-menu .button {
        width: 100%;
        font-size: 22px;
    }
    .dMr-20{
        margin-right: 0;
    }
    .hero-body .title.main-title{
        font-size:30px;
        line-height: 40px;
    }
    .hero.is-app-grey .subtitle{
        font-size:20px;
        line-height: 28px;
        padding:20px 10%;
    }
    .hero-body .is-header-caption .buttons .button{
        font-size:24px;
    }
    .levitate{
        position: absolute;
        bottom: -80px;
    }
    .section-2{
        margin-top:50px;
    }
    .navbar-menu.is-active {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.9);
        z-index: 9;
        padding-top: 100px;
    }
    .navbar-wrapper.is-transparent .navbar-item.is-slide {
        color: #fff;
        margin: 0px 10px;
        font-family: "Nexa Bold",sans-serif;
        font-size: 28px;
    }
    .custom-burger.is-active{
        position: fixed;
        top: 0;
        z-index: 10;
        right: 0px;
    }
    .navbar-wrapper.is-transparent .navbar-item.is-slide{
        padding: 25px;
        margin: 0px;
    }
    .navbar .navbar-menu .navbar-item {
        color: #fff;
        padding: 20px;
    }
    .subdata ul {
        position: relative;
        margin: 0 auto;
        background: #fff;
        top: 13px;
        left: 0px;
    }
    .arrorMenu:after, .arrorMenu:before {
        left: 48%;
    }
    .blog-sidebar {
        padding: 0;
    }
    .navbar-wrapper {
        padding: 10px;
    }
    .navbar-wrapper .navbar-brand {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: rgb(0 0 0 / 7%) 0px 4px 6px -1px;
        transition: transform 280ms ease 0s;
    }
    .navbar-dark .navbar-wrapper.navbar-faded{
        background: rgba(0, 0, 0, .8);
    }
    .navbar-dark .navbar-wrapper .navbar-brand {
        background: none;
    }
    .navbar-dark .navbar-wrapper.navbar-faded {
        padding: 0;
    }
    ul.navbar-start {
        margin-left: 0;
    }
    .navbar-start li{
        display: block;
    }
    .navbar .navbar-menu .navbar-item {
        display: block;
    }
    .navbar-menu.is-active .closeMobile {
        top: 15px;
        right: 15px;
        position: fixed;
        width: 30px;
        height: 30px;
        background: url('../img/close.svg') center center no-repeat;
        background-size: 100% auto;
    }
    .footer-light-medium .footer-body .social-links a {
        text-align: center;
        margin: 0 auto;
    }
    .footer-light-medium .footer-body {
        text-align: center;
    }
    .hero .navbar {
        background: none;
    }
    .navbar-wrapper.navbar-faded .navbar-brand img.imgmobile,
    .navbar-wrapper .navbar-brand .imgmobile {
        height: 40px;
        margin-top: 5px;
    }
    .navbar-brand .navbar-item, .navbar-tabs .navbar-item{
        padding-left: 15px;
    }
    .sliderMetrix .slider-data {
        padding-left: 15px;
        padding-top: 27%;
    }
    .wordCarousel div li span{
        font-size: 20px;
    }
    .sliderMetrix {
        position: relative;
        background: url('../img/bg_metaverse-mobile1.png') top center no-repeat;
        background-size: 100% 100%;
    }
    .sliderMetrix .slider-data p {
        font-size: 14px;
        line-height: 21px;
        width: 90%;
        margin-bottom: 10px;
    }
    .sliderMetrix .slider-data h1 {
        font-size: 19px;
        line-height: 37px;
    }
    .hide-mobile {
        margin-top: -100px;
        margin-bottom: -20px;
    }
    .wordCarousel div li span{
        padding: 5px 10px;
    }
    .sliderMetrix .slider-data .maxwit200{
        height: 60px;
    }
}
