.metaversev2__container {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
}

.boundtitle{
  width: 100%;
  max-width: 1200px;  
  margin-top: 70px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.boundtitle .metaversevtitle {
  display: inline-block;
  float: left;
  width: 450px;
  text-align: left;
  line-height: 65px;
  font-size: 56px;  
  color: #A3FFFF;  
  font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-shadow:-3px 3px #e40f73, -3px 3px 0 #e40f73, -3px 3px 0 #e40f73, -3px 3px 0 #e40f73;
	animation: textclip 3.5s linear infinite;
}

.boundtitle .bordertitle {
  display: inline-block;
  width: calc(100% - 450px);
  height: 3px;
  background-color: #A3FFFF;
  content: " ";
  margin-top: 32px;
}
.metaversev2 {
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}


.mainmetaversecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainmetaverse {
  width: 878px;
  height: 510px;
  background: url("/asstes/images/Khung_video.png") no-repeat center;
  float: left;
}

.mainmetaverse video{
  width: 850px;
  height: 480px;
  margin-top: 17px;
  margin-left: 10px;
  /* background: linear-gradient(0deg, #000, #272727); */
}

.metaversev2 .text {
  float: right;
  width: 258px;
  height: 100%;
}

.metaversev2 .text .tit {
  float: left;  
  width: 100%;
  margin-top: 128px;
  text-align: center;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 36px;
  color: #E40F73;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  transition: transform .3s;

}
.metaversev2 .text .desc {
  float: left;  
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  line-height: 24px;
  font-weight:500;
  color: #fff;
}

.metaversev2 .itemmetaverse {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.metaversev2 .itemmetaverse .items {
  float: left;
  width: 172px;
  margin-right: 20px;
  height: 113px;
  cursor: pointer;
  opacity: 0.6; 
}

.metaversev2 .itemmetaverse .items img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  transition: transform .3s;
}

.metaversev2 .itemmetaverse .items.active {
  opacity: 1;
}
/* 
.block {
  position: relative;
}

.block:before, .block:after{
  content: '';
  position: absolute;
  left: -3px;
  top: 3px;
  background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
    #0000ff, #00ff00,#ffff00, transparent);
  background-size: 400%;
  width: calc(100%);
  height: calc(100%);
  z-index: -1;
  animation: steam 30s linear infinite;
  border-radius: 3px;
} */
#mobiletext {
  display: none;
}
/* Mobile metaverse */
@media (max-width: 1160px) {  

  #mobiletext {
    display: inline-block;
  }  
  #webtext {
   display: none;
  }
  .metaversev2 {
    float: left;
    width: 100%;
  }

  .metaversevtitle {
    width: 100% !important;
    font-size: 36px !important;
    text-align: center !important;    
    float: none;
  }
  .bordertitle {
    display: none !important;
  }

  .mainmetaverse {
    width: 600px;
    height: 350px;
    margin: 0 auto;
    background: url("/asstes/images/Khung_video.png") no-repeat;
    background-size: contain;
    float: none;
  }    

.mainmetaverse video{
  width: 537px;
  height: 304px;
  margin-top: 17px;
  margin-left: 29px;
  /* background: linear-gradient(0deg, #000, #272727); */
}
  .metaversev2 .itemmetaverse {
    width: 568px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .metaversev2 .itemmetaverse .items {
    float: left;
    width: 169px;
    height: 115px;
    margin-right: 20px;  
	margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.6; 
  }

  .metaversev2 .itemmetaverse .items img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3 ease-in-out;
    transition: 0.3 ease-in-out;
    transition: transform .3s;
  }
  
  .metaversev2 .itemmetaverse .items.active {
    opacity: 1;
  }

  .textmobile {
    text-align: center;
    width: 100%;
    margin: 0 auto;   
  }
  
.metaversev2 .textmobile .tit {
  width: 100%;
  margin: 15px auto;
  text-align: center;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 36px;
  color: #E40F73;
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  transition: transform .3s;
}

.metaversev2 .textmobile .desc {
  width: 100%;
  margin: 20px auto;  
  text-align: center;
  font-family: conthrax, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  font-weight:500;
  color: #fff;
}
}

@media only screen and (max-width: 600px) {
    .mainmetaverse {
      width: 360px;
      height: 205px;
      margin: 0 auto;
      background: url("/asstes/images/Khung_video.png") no-repeat center;
      background-size: cover;
      float: none;
    }    

  .mainmetaverse video{
    width: 336px;
    height: 189px;
    margin-top: 9px;
    margin-left: 11px;
    /* background: linear-gradient(0deg, #000, #272727); */
  }
  .metaversev2 .itemmetaverse {
    width: 360px;
    height: auto;
    margin: 10px auto;
    float: none;
  }
  .metaversev2 .itemmetaverse .items {
    float: left;
    width: 169px;
    height: 115px;
    margin-right: 20px;    
    cursor: pointer;
    opacity: 0.6; 
  } 
  .metaversev2 .itemmetaverse .items:nth-child(even){
    margin-right: 0px !important;
  }
}


@media only screen and (max-width: 350px) {
  .mainmetaverse {
    width: 300px;
    height: 176px;
    margin: 0 auto;
    background: url("/asstes/images/Khung_video.png") no-repeat center;
    background-size: cover;
    float: none;
  }    

.mainmetaverse video{
  width: 289px;
  height: 160px;
  margin-top: 8px;
  margin-left: 5px;
  /* background: linear-gradient(0deg, #000, #272727); */
}
.metaversev2 .itemmetaverse {
  width: 300px;
  height: auto;
  margin: 10px auto;
  float: none;
}
.metaversev2 .itemmetaverse .items {
  float: left;
  width: 140px;
  height: 115px;
  margin-right: 20px;    
  cursor: pointer;
  opacity: 0.6; 
} 
.metaversev2 .itemmetaverse .items:nth-child(even){
  margin-right: 0px !important;
}
}

/* Feature version 2  */
.features {
  padding-top: 30px;
}
.swiper {
  float: left;
  width: 1130px;
  height: 746px;
  margin-left: 30px !important;
  margin-top: 30px;
}

.swiper-slide {
  width: 337px !important;
  height: 680px !important;
  text-align: center;
  font-size: 18px;
  background:none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50%;  
  opacity: 0.7;
  background-color:#fff;
  border: 1px solid #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #F14DA6 !important;
  background-color: #F14DA6 !important;
}

.titlefeatures {
  float: left;
  margin-top: 30px;
  height: 100%;
  width: 81px;
  font-size: 85px;
  line-height: 81px;
  text-align: center;
  color: #fff;
  font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-shadow:-3px 3px #e40f73, -3px 3px 0 #e40f73, -3px 3px 0 #e40f73, -3px 3px 0 #e40f73;
	animation: textclip 3.5s linear infinite;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 15px;
}

.description {
    font-family: blenderProBook, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    width: 100%;    
}
#descfeaturemobile {
  display: none;
}

#descfeatureweb {
  display: block;
}

/* // Screen height < 800 */
@media screen and (max-height: 800px) {  
  /* .swiper {
    height: auto !important;
  }
  .swiper-slide {
    width: auto !important;
    height: auto !important;
  } */

  .swiper {
    width: 1100px !important;
    max-width: 1130px;
    height: 525px !important;
  }

  .swiper-slide {
    width: 227px !important;
    height: 460px !important;
  }
  .titlefeatures {
    font-size: 60px !important;
    letter-spacing:10px !important;
  }

  .boundtitle {
    margin-bottom: 30px !important;
  }

  .boundtitle {
    margin-bottom: 30px !important;
  }
  .metaversev2 .itemmetaverse {
    margin-top: 25px !important;
  }
}

/* Mobile feature */
@media only screen and (max-width: 1340px) {
  .swiper {    
    width: 1000px !important;
  }
}

@media only screen and (max-width: 1215px) {  
  .swiper {    
    width: 900px !important;
  }
}

@media only screen and (max-width: 1110px) {  
  .swiper {    
    width: 840px !important;
  }
}

@media only screen and (max-width: 1050px) {  
  .swiper {    
    width: 680px !important;
  }
}

@media only screen and (max-width: 900px) {  
  #descfeaturemobile {
    display: block;
  }
  #descfeatureweb {
    display: none;
  }
  .titlefeatures {        
    margin-top: 30px;    
    width: 100%;
    font-size: 36px !important;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;   
    writing-mode: unset !important;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 5px !important;
  }
  
  .description {
      font-family: blenderProBook, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px !important;
      text-align: center;
      color: #ffffff;
      width: 100%;    
  }
  .swiper {
    width: 604px !important;    
    height: 525px !important;
  }

  .swiper-slide {
    width: 227px !important;
    height: 460px !important;
  }

}

@media only screen and (max-width: 640px) {  
  #descfeaturemobile {
    display: block;
  }
  #descfeatureweb {
    display: none;
  }
  .titlefeatures {        
    margin-top: 30px;    
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: vipnagorgiallaBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;   
    writing-mode: unset !important;
    text-transform: uppercase;
    text-align: center !important;
    letter-spacing: 5px !important;
  }
  
  .description {
      font-family: blenderProBook, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px !important;
      text-align: center;
      color: #ffffff;
      width: 100%;    
  }

  .swiper {
    width: 70% !important;
    height: auto !important;
    margin-top: 20px;
    margin-left:auto !important;
    margin-right:auto !important;
    float: none !important;
  }

  .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  /* Metaverse mobile */
}

/* Partner */
.partner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.titlepartner {
  margin-top: 10px !important;
  text-shadow:-2px 2px #e40f73, -2px 2px 0 #e40f73, -2px 2px 0 #e40f73, -2px 2px 0 #e40f73;
	animation: textclip 3.5s linear infinite;
  /* animation: 2s Blazing infinite alternate linear; */
}

.partneritems {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1150px;
  padding-top: 30px;
  display: inline-block;
}

.partneritems .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
}


.partneritems .slick-dots {
  padding-right: 0;
  z-index: 100;
  position: absolute;
  bottom: -30px !important;
}


.partneritems .rows {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 2px !important;
}

.partneritems .itemimg {
  width: calc(19.5% - 2px);;
  height: auto;
  margin-right: 2px;
  /* float: left; */
  float: none;
  display: -webkit-inline-box;
}

.partneritems .itemimg img{
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: auto;
}

/* Mobile Partner */
@media only screen and (max-width: 375px) {  
  /* .partneritems .itemimg {
    width: 60%;
    height: auto;
    float: none;
    display: -moz-inline-box !important;
  } */
}


@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.block:after {
  filter: blur(30px);
}

@keyframes shine {
  to {
    border: 1px dotted #A3FFFF;
  }
}


@keyframes Blazing {
  0%   { text-shadow: 0 3px 20px red, 0 0 20px red,
    0 0 10px orange,
    0 0 0 yellow,
    0 0 5px yellow,
    -2px -5px 5px yellow,
    4px -10px 10px yellow; }
  25%   { text-shadow: 0 3px 20px red, 0 0 30px red,
    0 0 20px orange,
    0 0 5px yellow,
    -2px -5px 5px yellow,
    3px -10px 10px yellow,
    -4px -15px 20px yellow; }
  50%   { text-shadow: 0 3px 20px red, 0 0 20px red,
    0 -5px 10px orange,
    -2px -5px 5px yellow,
    3px -10px 10px yellow,
    -4px -15px 20px yellow,
    2px -20px 30px rgba(255,255,0,0.5); }
  75%   { text-shadow: 0 3px 20px red, 0 0 20px red,
    0 -5px 10px orange,
    3px -5px 5px yellow,
    -4px -10px 10px yellow,
    2px -20px 30px rgba(255,255,0,0.5),
    0px -25px 40px rgba(255,255,0,0)}
  100%   { text-shadow: 0 3px 20px red, 0 0 20px red,
    0 0 10px orange,
    0 0 0 yellow,
    0 0 5px yellow,
    -2px -5px 5px yellow,
    4px -10px 10px yellow; }
}