HOME


Mini Shell 1.0
DIR: /home/depancom/www/depancomblogus/wp-content/plugins_old/wpvr/admin/css/
Upload File :
Current File : /home/depancom/www/depancomblogus/wp-content/plugins_old/wpvr/admin/css/wpvr-admin2.css
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1200px) {
  .wpvr-container-1350 {
    max-width: 1020px;
  }
}
@media (min-width: 1400px) {
  .wpvr-container-1350 {
    max-width: 1380px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
.primary-color {
  color: #201CFE;
}

.wpvr-welcome {
  margin-left: -20px;
}
.wpvr-welcome * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.wpvr-welcome div,
.wpvr-welcome span,
.wpvr-welcome section,
.wpvr-welcome p {
  font-family: "Roboto", sans-serif;
}
.wpvr-welcome .wpvr-container-1350 {
  padding: 0 15px;
  margin: 0 auto;
}
.wpvr-welcome .vr-welcome-btn {
  background: #201CFE;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  padding: 20px 27px;
  border: none;
  cursor: pointer;
}
.wpvr-welcome .section-title {
  max-width: 685px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.wpvr-welcome .section-title h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.22;
  letter-spacing: -0.88px;
  color: #011F3F;
  margin-bottom: 10px;
}
.wpvr-welcome .section-title p {
  font-size: 20px;
  line-height: 1.5;
  color: #011F3F;
}
.wpvr-welcome .wpvr-welcome-hero {
  background: #fff;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.wpvr-welcome .wpvr-welcome-hero::before {
  content: "";
  background: #F2F4F7;
  position: absolute;
  left: -80px;
  top: -90px;
  width: 322px;
  height: 322px;
  border-radius: 0 0 270px 0;
  border: 1px solid #dddddd96;
  z-index: 0;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content {
  width: 40%;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #011F3F;
  text-decoration: none;
  margin-bottom: 46px;
  display: inline-block;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard:hover {
  text-decoration: underline;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard img {
  width: 16px;
  margin-right: 4px;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #011F3F;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title span {
  color: #00B7FF;
}
.wpvr-welcome .wpvr-welcome-hero .hero-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #011F3F;
  width: 100%;
  max-width: 350px;
  margin-top: 13px;
  margin-bottom: 54px;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video {
  width: 60%;
  position: relative;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .hero-video-shape {
  max-width: 750px;
  width: 100%;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video {
  width: 100%;
  max-width: 665px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 70px;
  right: 80px;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video {
  background-image: url("../icon/vr-video-poster.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video .bt-play img {
  width: 50px;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  z-index: 1;
  padding-bottom: 74.27198%;
}
.wpvr-welcome .wpvr-welcome-hero .hero-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.wpvr-welcome .wpvr-features {
  background: #F2F4F7;
  padding: 110px 0 120px;
}
.wpvr-welcome .wpvr-features .features-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -30px;
}
.wpvr-welcome .wpvr-features .single-feature {
  background: #FFFFFF;
  box-shadow: 0px 20px 20px #e7eaeebc;
  border-radius: 10px;
  padding: 30px 40px;
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.wpvr-welcome .wpvr-features .single-feature .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.16;
  text-align: center;
  letter-spacing: -0.6px;
  color: #011F3F;
  margin: 34px 0;
}
.wpvr-welcome .wpvr-features .single-feature .see-example {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.4px;
  color: #201CFE;
  text-decoration: underline;
  display: inline-block;
}
.wpvr-welcome .wpvr-features .single-feature .see-example img {
  margin-left: 5px;
  transition: all 0.3s ease;
}
.wpvr-welcome .wpvr-features .single-feature .see-example:hover {
  text-decoration: none;
}
.wpvr-welcome .wpvr-features .single-feature:hover .see-example img {
  margin-left: 10px;
}
.wpvr-welcome .wpvr-features .single-feature:nth-child(even) {
  transform: translateY(55px);
}
.wpvr-welcome .wpvr-features .features-cta {
  background: #201CFE url(../icon/feature-cta-bg.jpg) no-repeat center right/cover;
  border-radius: 20px;
  margin-top: 105px;
  padding: 60px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpvr-welcome .wpvr-features .features-cta .cta-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  color: #FFFFFF;
  width: calc(100% - 290px);
}
.wpvr-welcome .wpvr-features .features-cta .cta-btn {
  background: #FFFFFF;
  color: #201CFE;
}
.wpvr-welcome .wpvr-feature-settings {
  background: #071835;
  padding-top: 110px;
}
.wpvr-welcome .wpvr-feature-settings .section-title {
  max-width: 725px;
}
.wpvr-welcome .wpvr-feature-settings .section-title h2 {
  color: #fff;
}
.wpvr-welcome .wpvr-feature-settings .section-title p {
  color: rgba(255, 255, 255, 0.6);
}
.wpvr-welcome .wpvr-feature-settings .features-settings-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -50px;
}
.wpvr-welcome .wpvr-feature-settings .single-settings {
  text-align: center;
  width: calc(100% / 8 - 50px);
  margin-left: 50px;
  margin-bottom: 50px;
}
.wpvr-welcome .wpvr-feature-settings .single-settings .icon {
  background: #0E244B;
  border-radius: 20px;
  width: 120px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto 13px;
}
.wpvr-welcome .wpvr-feature-settings .single-settings .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
}
.wpvr-welcome .wpvr-feature-settings .setting-cta-btn {
  text-align: center;
}
.wpvr-welcome .wpvr-feature-settings .setting-cta-btn .vr-welcome-btn {
  background: #FFFFFF;
  color: #201CFE;
}
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta {
  background: #FFFFFF url("../icon/feature-settings-cta-bg.jpg") no-repeat center right/cover;
  border-radius: 20px;
  padding: 60px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content {
  width: calc(100% - 290px);
}
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content h2 {
  font-size: 38px;
  color: #011F3F;
  font-weight: 700;
  line-height: 1.4;
}
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #011F3F;
  margin-top: 3px;
}
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p span {
  color: #00B7FF;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer {
  padding: 54px 0;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu {
  display: flex;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li {
  margin-left: 30px;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:first-child {
  margin-left: 0;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:last-child {
  margin-left: auto;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li a:hover {
  color: #00B7FF;
}

@media (max-width: 1399px) {
  .wpvr-welcome .vr-welcome-btn {
    font-weight: 500;
    font-size: 15px;
    padding: 16px 27px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-video .box-video {
    max-width: 535px;
    right: 30px;
    top: 60px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title {
    font-size: 44px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-content p {
    font-size: 18px;
    margin-bottom: 34px;
  }

  .wpvr-welcome .section-title h2 {
    font-size: 34px;
  }

  .wpvr-welcome .wpvr-features .single-feature .title {
    font-size: 18px;
    margin: 14px 0;
  }

  .wpvr-welcome .wpvr-features .single-feature {
    padding: 30px 20px;
  }

  .wpvr-welcome .wpvr-features .single-feature .title {
    font-size: 18px;
  }

  .wpvr-welcome .wpvr-features .single-feature .see-example {
    font-size: 14px;
  }

  .wpvr-welcome .wpvr-features .features-cta .cta-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .wpvr-welcome .wpvr-feature-settings .single-settings {
    width: calc(100% / 4 - 50px);
  }

  .wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p {
    font-size: 20px;
  }

  .wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .wpvr-welcome .wpvr-welcome-hero .hero-video .box-video {
    max-width: 435px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title {
    font-size: 36px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video {
    border-radius: 20px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-video .video-container iframe {
    border-radius: 24px;
  }

  .wpvr-welcome .wpvr-features {
    padding: 80px 0 90px;
  }

  .wpvr-welcome .wpvr-features .single-feature {
    width: calc(100% / 4 - 30px);
  }

  .wpvr-welcome .wpvr-features .features-cta {
    margin-top: 35px;
    padding: 50px;
  }

  .wpvr-welcome .wpvr-feature-settings {
    padding-top: 80px;
  }

  .wpvr-welcome .wpvr-feature-settings .feature-settings-cta {
    padding: 50px 50px;
  }

  .wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpvr-welcome .wpvr-welcome-hero .hero-video .box-video {
    max-width: 415px;
    top: 40px;
  }

  .wpvr-welcome .wpvr-welcome-hero .hero-content {
    padding-right: 20px;
  }

  .wpvr-welcome .wpvr-features .single-feature {
    padding: 30px 16px;
  }
}
@media (max-width: 782px) {
  .wpvr-welcome {
    margin-left: -10px;
  }
}

/*# sourceMappingURL=wpvr-admin2.css.map */