| 1 |
@font-face { |
| 2 |
font-family: "Roboto"; |
| 3 |
src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"); |
| 4 |
font-weight: normal; |
| 5 |
font-style: normal; |
| 6 |
font-display: swap; |
| 7 |
} |
| 8 |
@font-face { |
| 9 |
font-family: "Roboto"; |
| 10 |
src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"); |
| 11 |
font-weight: 500; |
| 12 |
font-style: normal; |
| 13 |
font-display: swap; |
| 14 |
} |
| 15 |
@font-face { |
| 16 |
font-family: "Roboto"; |
| 17 |
src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"); |
| 18 |
font-weight: bold; |
| 19 |
font-style: normal; |
| 20 |
font-display: swap; |
| 21 |
} |
| 22 |
@media (min-width: 1200px) { |
| 23 |
.wpvr-container-1350 { |
| 24 |
max-width: 1020px; |
| 25 |
} |
| 26 |
} |
| 27 |
@media (min-width: 1400px) { |
| 28 |
.wpvr-container-1350 { |
| 29 |
max-width: 1380px; |
| 30 |
padding: 0 15px; |
| 31 |
margin: 0 auto; |
| 32 |
} |
| 33 |
} |
| 34 |
.primary-color { |
| 35 |
color: #201CFE; |
| 36 |
} |
| 37 |
|
| 38 |
.wpvr-welcome { |
| 39 |
margin-left: -20px; |
| 40 |
} |
| 41 |
.wpvr-welcome * { |
| 42 |
box-sizing: border-box; |
| 43 |
padding: 0; |
| 44 |
margin: 0; |
| 45 |
} |
| 46 |
.wpvr-welcome div, |
| 47 |
.wpvr-welcome span, |
| 48 |
.wpvr-welcome section, |
| 49 |
.wpvr-welcome p { |
| 50 |
font-family: "Roboto", sans-serif; |
| 51 |
} |
| 52 |
.wpvr-welcome .wpvr-container-1350 { |
| 53 |
padding: 0 15px; |
| 54 |
margin: 0 auto; |
| 55 |
} |
| 56 |
.wpvr-welcome .vr-welcome-btn { |
| 57 |
background: #201CFE; |
| 58 |
border-radius: 8px; |
| 59 |
font-weight: 700; |
| 60 |
font-size: 18px; |
| 61 |
line-height: 1.16; |
| 62 |
letter-spacing: -0.3px; |
| 63 |
color: #FFFFFF; |
| 64 |
display: inline-block; |
| 65 |
text-decoration: none; |
| 66 |
padding: 20px 27px; |
| 67 |
border: none; |
| 68 |
cursor: pointer; |
| 69 |
} |
| 70 |
.wpvr-welcome .section-title { |
| 71 |
max-width: 685px; |
| 72 |
width: 100%; |
| 73 |
margin: 0 auto 60px; |
| 74 |
text-align: center; |
| 75 |
} |
| 76 |
.wpvr-welcome .section-title h2 { |
| 77 |
font-weight: 700; |
| 78 |
font-size: 44px; |
| 79 |
line-height: 1.22; |
| 80 |
letter-spacing: -0.88px; |
| 81 |
color: #011F3F; |
| 82 |
margin-bottom: 10px; |
| 83 |
} |
| 84 |
.wpvr-welcome .section-title p { |
| 85 |
font-size: 20px; |
| 86 |
line-height: 1.5; |
| 87 |
color: #011F3F; |
| 88 |
} |
| 89 |
.wpvr-welcome .wpvr-welcome-hero { |
| 90 |
background: #fff; |
| 91 |
padding: 20px 0; |
| 92 |
position: relative; |
| 93 |
overflow: hidden; |
| 94 |
} |
| 95 |
.wpvr-welcome .wpvr-welcome-hero::before { |
| 96 |
content: ""; |
| 97 |
background: #F2F4F7; |
| 98 |
position: absolute; |
| 99 |
left: -80px; |
| 100 |
top: -90px; |
| 101 |
width: 322px; |
| 102 |
height: 322px; |
| 103 |
border-radius: 0 0 270px 0; |
| 104 |
border: 1px solid #dddddd96; |
| 105 |
z-index: 0; |
| 106 |
} |
| 107 |
.wpvr-welcome .wpvr-welcome-hero .hero-content-wrapper { |
| 108 |
display: flex; |
| 109 |
flex-flow: row wrap; |
| 110 |
align-items: center; |
| 111 |
position: relative; |
| 112 |
z-index: 1; |
| 113 |
} |
| 114 |
.wpvr-welcome .wpvr-welcome-hero .hero-content { |
| 115 |
width: 40%; |
| 116 |
} |
| 117 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard { |
| 118 |
font-weight: 500; |
| 119 |
font-size: 18px; |
| 120 |
line-height: 1.2; |
| 121 |
letter-spacing: -0.5px; |
| 122 |
color: #011F3F; |
| 123 |
text-decoration: none; |
| 124 |
margin-bottom: 46px; |
| 125 |
display: inline-block; |
| 126 |
} |
| 127 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard:hover { |
| 128 |
text-decoration: underline; |
| 129 |
} |
| 130 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard img { |
| 131 |
width: 16px; |
| 132 |
margin-right: 4px; |
| 133 |
} |
| 134 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title { |
| 135 |
font-weight: 900; |
| 136 |
font-size: 56px; |
| 137 |
line-height: 1.1; |
| 138 |
letter-spacing: -1px; |
| 139 |
color: #011F3F; |
| 140 |
} |
| 141 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title span { |
| 142 |
color: #00B7FF; |
| 143 |
} |
| 144 |
.wpvr-welcome .wpvr-welcome-hero .hero-content p { |
| 145 |
font-weight: 400; |
| 146 |
font-size: 24px; |
| 147 |
line-height: 1.4; |
| 148 |
color: #011F3F; |
| 149 |
width: 100%; |
| 150 |
max-width: 350px; |
| 151 |
margin-top: 13px; |
| 152 |
margin-bottom: 54px; |
| 153 |
} |
| 154 |
.wpvr-welcome .wpvr-welcome-hero .hero-video { |
| 155 |
width: 60%; |
| 156 |
position: relative; |
| 157 |
} |
| 158 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .hero-video-shape { |
| 159 |
max-width: 750px; |
| 160 |
width: 100%; |
| 161 |
} |
| 162 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video { |
| 163 |
width: 100%; |
| 164 |
max-width: 665px; |
| 165 |
cursor: pointer; |
| 166 |
overflow: hidden; |
| 167 |
position: absolute; |
| 168 |
top: 70px; |
| 169 |
right: 80px; |
| 170 |
} |
| 171 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video { |
| 172 |
background-image: url("../icon/vr-video-poster.png"); |
| 173 |
position: absolute; |
| 174 |
top: 0; |
| 175 |
left: 0; |
| 176 |
width: 100%; |
| 177 |
height: 100%; |
| 178 |
background-repeat: no-repeat; |
| 179 |
background-position: center; |
| 180 |
background-size: 100% 100%; |
| 181 |
z-index: 2; |
| 182 |
background-color: #fff; |
| 183 |
border-radius: 30px; |
| 184 |
} |
| 185 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video .bt-play { |
| 186 |
position: absolute; |
| 187 |
top: 50%; |
| 188 |
left: 50%; |
| 189 |
transform: translate(-50%, -50%); |
| 190 |
cursor: pointer; |
| 191 |
z-index: 2; |
| 192 |
-webkit-transition: all 0.3s ease-out; |
| 193 |
transition: all 0.3s ease-out; |
| 194 |
} |
| 195 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video .bt-play img { |
| 196 |
width: 50px; |
| 197 |
} |
| 198 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video.open .bg-video { |
| 199 |
visibility: hidden; |
| 200 |
opacity: 0; |
| 201 |
transition: all 0.6s ease; |
| 202 |
} |
| 203 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .video-container { |
| 204 |
position: relative; |
| 205 |
width: 100%; |
| 206 |
height: 0; |
| 207 |
margin: 0; |
| 208 |
z-index: 1; |
| 209 |
padding-bottom: 74.27198%; |
| 210 |
} |
| 211 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .video-container iframe { |
| 212 |
position: absolute; |
| 213 |
top: 0; |
| 214 |
left: 0; |
| 215 |
width: 100%; |
| 216 |
height: 100%; |
| 217 |
border-radius: 32px; |
| 218 |
} |
| 219 |
.wpvr-welcome .wpvr-features { |
| 220 |
background: #F2F4F7; |
| 221 |
padding: 110px 0 120px; |
| 222 |
} |
| 223 |
.wpvr-welcome .wpvr-features .features-wrapper { |
| 224 |
display: flex; |
| 225 |
flex-flow: row wrap; |
| 226 |
margin-left: -30px; |
| 227 |
} |
| 228 |
.wpvr-welcome .wpvr-features .single-feature { |
| 229 |
background: #FFFFFF; |
| 230 |
box-shadow: 0px 20px 20px #e7eaeebc; |
| 231 |
border-radius: 10px; |
| 232 |
padding: 30px 40px; |
| 233 |
width: calc(100% / 5 - 30px); |
| 234 |
margin-left: 30px; |
| 235 |
margin-bottom: 30px; |
| 236 |
text-align: center; |
| 237 |
} |
| 238 |
.wpvr-welcome .wpvr-features .single-feature .title { |
| 239 |
font-weight: 700; |
| 240 |
font-size: 24px; |
| 241 |
line-height: 1.16; |
| 242 |
text-align: center; |
| 243 |
letter-spacing: -0.6px; |
| 244 |
color: #011F3F; |
| 245 |
margin: 34px 0; |
| 246 |
} |
| 247 |
.wpvr-welcome .wpvr-features .single-feature .see-example { |
| 248 |
font-weight: 500; |
| 249 |
font-size: 16px; |
| 250 |
line-height: 1.4; |
| 251 |
text-align: center; |
| 252 |
letter-spacing: -0.4px; |
| 253 |
color: #201CFE; |
| 254 |
text-decoration: underline; |
| 255 |
display: inline-block; |
| 256 |
} |
| 257 |
.wpvr-welcome .wpvr-features .single-feature .see-example img { |
| 258 |
margin-left: 5px; |
| 259 |
transition: all 0.3s ease; |
| 260 |
} |
| 261 |
.wpvr-welcome .wpvr-features .single-feature .see-example:hover { |
| 262 |
text-decoration: none; |
| 263 |
} |
| 264 |
.wpvr-welcome .wpvr-features .single-feature:hover .see-example img { |
| 265 |
margin-left: 10px; |
| 266 |
} |
| 267 |
.wpvr-welcome .wpvr-features .single-feature:nth-child(even) { |
| 268 |
transform: translateY(55px); |
| 269 |
} |
| 270 |
.wpvr-welcome .wpvr-features .features-cta { |
| 271 |
background: #201CFE url(../icon/feature-cta-bg.jpg) no-repeat center right/cover; |
| 272 |
border-radius: 20px; |
| 273 |
margin-top: 105px; |
| 274 |
padding: 60px 70px; |
| 275 |
display: flex; |
| 276 |
align-items: center; |
| 277 |
justify-content: space-between; |
| 278 |
} |
| 279 |
.wpvr-welcome .wpvr-features .features-cta .cta-title { |
| 280 |
font-weight: 700; |
| 281 |
font-size: 38px; |
| 282 |
line-height: 1.4; |
| 283 |
color: #FFFFFF; |
| 284 |
width: calc(100% - 290px); |
| 285 |
} |
| 286 |
.wpvr-welcome .wpvr-features .features-cta .cta-btn { |
| 287 |
background: #FFFFFF; |
| 288 |
color: #201CFE; |
| 289 |
} |
| 290 |
.wpvr-welcome .wpvr-feature-settings { |
| 291 |
background: #071835; |
| 292 |
padding-top: 110px; |
| 293 |
} |
| 294 |
.wpvr-welcome .wpvr-feature-settings .section-title { |
| 295 |
max-width: 725px; |
| 296 |
} |
| 297 |
.wpvr-welcome .wpvr-feature-settings .section-title h2 { |
| 298 |
color: #fff; |
| 299 |
} |
| 300 |
.wpvr-welcome .wpvr-feature-settings .section-title p { |
| 301 |
color: rgba(255, 255, 255, 0.6); |
| 302 |
} |
| 303 |
.wpvr-welcome .wpvr-feature-settings .features-settings-wrapper { |
| 304 |
display: flex; |
| 305 |
flex-flow: row wrap; |
| 306 |
margin-left: -50px; |
| 307 |
} |
| 308 |
.wpvr-welcome .wpvr-feature-settings .single-settings { |
| 309 |
text-align: center; |
| 310 |
width: calc(100% / 8 - 50px); |
| 311 |
margin-left: 50px; |
| 312 |
margin-bottom: 50px; |
| 313 |
} |
| 314 |
.wpvr-welcome .wpvr-feature-settings .single-settings .icon { |
| 315 |
background: #0E244B; |
| 316 |
border-radius: 20px; |
| 317 |
width: 120px; |
| 318 |
height: 110px; |
| 319 |
display: flex; |
| 320 |
align-items: center; |
| 321 |
justify-content: center; |
| 322 |
padding: 10px; |
| 323 |
margin: 0 auto 13px; |
| 324 |
} |
| 325 |
.wpvr-welcome .wpvr-feature-settings .single-settings .title { |
| 326 |
font-weight: 500; |
| 327 |
font-size: 16px; |
| 328 |
line-height: 1.3; |
| 329 |
color: #FFFFFF; |
| 330 |
} |
| 331 |
.wpvr-welcome .wpvr-feature-settings .setting-cta-btn { |
| 332 |
text-align: center; |
| 333 |
} |
| 334 |
.wpvr-welcome .wpvr-feature-settings .setting-cta-btn .vr-welcome-btn { |
| 335 |
background: #FFFFFF; |
| 336 |
color: #201CFE; |
| 337 |
} |
| 338 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta { |
| 339 |
background: #FFFFFF url("../icon/feature-settings-cta-bg.jpg") no-repeat center right/cover; |
| 340 |
border-radius: 20px; |
| 341 |
padding: 60px 70px; |
| 342 |
display: flex; |
| 343 |
align-items: center; |
| 344 |
justify-content: space-between; |
| 345 |
margin-top: 70px; |
| 346 |
} |
| 347 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content { |
| 348 |
width: calc(100% - 290px); |
| 349 |
} |
| 350 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content h2 { |
| 351 |
font-size: 38px; |
| 352 |
color: #011F3F; |
| 353 |
font-weight: 700; |
| 354 |
line-height: 1.4; |
| 355 |
} |
| 356 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p { |
| 357 |
font-weight: 400; |
| 358 |
font-size: 24px; |
| 359 |
line-height: 1.4; |
| 360 |
color: #011F3F; |
| 361 |
margin-top: 3px; |
| 362 |
} |
| 363 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p span { |
| 364 |
color: #00B7FF; |
| 365 |
} |
| 366 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer { |
| 367 |
padding: 54px 0; |
| 368 |
} |
| 369 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu { |
| 370 |
display: flex; |
| 371 |
} |
| 372 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li { |
| 373 |
margin-left: 30px; |
| 374 |
} |
| 375 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:first-child { |
| 376 |
margin-left: 0; |
| 377 |
} |
| 378 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li:last-child { |
| 379 |
margin-left: auto; |
| 380 |
} |
| 381 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li a { |
| 382 |
font-weight: 500; |
| 383 |
font-size: 20px; |
| 384 |
line-height: 1; |
| 385 |
color: #FFFFFF; |
| 386 |
text-decoration: none; |
| 387 |
outline: none; |
| 388 |
box-shadow: none; |
| 389 |
} |
| 390 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li a:hover { |
| 391 |
color: #00B7FF; |
| 392 |
} |
| 393 |
|
| 394 |
@media (max-width: 1399px) { |
| 395 |
.wpvr-welcome .vr-welcome-btn { |
| 396 |
font-weight: 500; |
| 397 |
font-size: 15px; |
| 398 |
padding: 16px 27px; |
| 399 |
} |
| 400 |
|
| 401 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video { |
| 402 |
max-width: 535px; |
| 403 |
right: 30px; |
| 404 |
top: 60px; |
| 405 |
} |
| 406 |
|
| 407 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .backto-dashboard { |
| 408 |
font-size: 16px; |
| 409 |
margin-bottom: 36px; |
| 410 |
} |
| 411 |
|
| 412 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title { |
| 413 |
font-size: 44px; |
| 414 |
} |
| 415 |
|
| 416 |
.wpvr-welcome .wpvr-welcome-hero .hero-content p { |
| 417 |
font-size: 18px; |
| 418 |
margin-bottom: 34px; |
| 419 |
} |
| 420 |
|
| 421 |
.wpvr-welcome .section-title h2 { |
| 422 |
font-size: 34px; |
| 423 |
} |
| 424 |
|
| 425 |
.wpvr-welcome .wpvr-features .single-feature .title { |
| 426 |
font-size: 18px; |
| 427 |
margin: 14px 0; |
| 428 |
} |
| 429 |
|
| 430 |
.wpvr-welcome .wpvr-features .single-feature { |
| 431 |
padding: 30px 20px; |
| 432 |
} |
| 433 |
|
| 434 |
.wpvr-welcome .wpvr-features .single-feature .title { |
| 435 |
font-size: 18px; |
| 436 |
} |
| 437 |
|
| 438 |
.wpvr-welcome .wpvr-features .single-feature .see-example { |
| 439 |
font-size: 14px; |
| 440 |
} |
| 441 |
|
| 442 |
.wpvr-welcome .wpvr-features .features-cta .cta-title { |
| 443 |
font-size: 32px; |
| 444 |
line-height: 1.2; |
| 445 |
} |
| 446 |
|
| 447 |
.wpvr-welcome .wpvr-feature-settings .single-settings { |
| 448 |
width: calc(100% / 4 - 50px); |
| 449 |
} |
| 450 |
|
| 451 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content h2 { |
| 452 |
font-size: 32px; |
| 453 |
line-height: 1.2; |
| 454 |
} |
| 455 |
|
| 456 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p { |
| 457 |
font-size: 20px; |
| 458 |
} |
| 459 |
|
| 460 |
.wpvr-welcome .wpvr-feature-settings .welcome-page-footer .footer-menu li a { |
| 461 |
font-size: 16px; |
| 462 |
} |
| 463 |
} |
| 464 |
@media (max-width: 1199px) { |
| 465 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video { |
| 466 |
max-width: 435px; |
| 467 |
} |
| 468 |
|
| 469 |
.wpvr-welcome .wpvr-welcome-hero .hero-content .hero-title { |
| 470 |
font-size: 36px; |
| 471 |
} |
| 472 |
|
| 473 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video .bg-video { |
| 474 |
border-radius: 20px; |
| 475 |
} |
| 476 |
|
| 477 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .video-container iframe { |
| 478 |
border-radius: 24px; |
| 479 |
} |
| 480 |
|
| 481 |
.wpvr-welcome .wpvr-features { |
| 482 |
padding: 80px 0 90px; |
| 483 |
} |
| 484 |
|
| 485 |
.wpvr-welcome .wpvr-features .single-feature { |
| 486 |
width: calc(100% / 4 - 30px); |
| 487 |
} |
| 488 |
|
| 489 |
.wpvr-welcome .wpvr-features .features-cta { |
| 490 |
margin-top: 35px; |
| 491 |
padding: 50px; |
| 492 |
} |
| 493 |
|
| 494 |
.wpvr-welcome .wpvr-feature-settings { |
| 495 |
padding-top: 80px; |
| 496 |
} |
| 497 |
|
| 498 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta { |
| 499 |
padding: 50px 50px; |
| 500 |
} |
| 501 |
|
| 502 |
.wpvr-welcome .wpvr-feature-settings .feature-settings-cta .cta-content p { |
| 503 |
font-size: 18px; |
| 504 |
} |
| 505 |
} |
| 506 |
@media (max-width: 991px) { |
| 507 |
.wpvr-welcome .wpvr-welcome-hero .hero-video .box-video { |
| 508 |
max-width: 415px; |
| 509 |
top: 40px; |
| 510 |
} |
| 511 |
|
| 512 |
.wpvr-welcome .wpvr-welcome-hero .hero-content { |
| 513 |
padding-right: 20px; |
| 514 |
} |
| 515 |
|
| 516 |
.wpvr-welcome .wpvr-features .single-feature { |
| 517 |
padding: 30px 16px; |
| 518 |
} |
| 519 |
} |
| 520 |
@media (max-width: 782px) { |
| 521 |
.wpvr-welcome { |
| 522 |
margin-left: -10px; |
| 523 |
} |
| 524 |
} |
| 525 |
|
| 526 |
/*# sourceMappingURL=wpvr-admin2.css.map */ |
| 527 |
|