It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://cosmonova.org

  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4.    <meta charset="utf-8">
  5.    <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  6.    <title>Buy a Star - Name a Star - Adopt a Star Online | CosmoNova</title>
  7.    <meta name="description" content="Buy a star in the sky, which can be seen anywhere on Earth. Get your loved ones the best gift in the universe. Star naming gift packages from $34.90."/>
  8.    <meta property="og:locale" content="en_US" />
  9.    <meta property="og:type" content="website" />
  10.    <meta property="og:title" content="Buy a Star - Name a Star - Adopt a Star Online | CosmoNova" />
  11.    <meta property="og:description" content="Buy a star in the sky, which can be seen anywhere on Earth. Get your loved ones the best gift in the universe. Star naming gift packages from $34.90." />
  12.    <meta property="og:url" content="https://cosmonova.org/" />
  13.    <meta property="og:site_name" content="CosmoNova" />
  14.    <meta property="og:image" content="https://cosmonova.org/site_image.jpg" />
  15.    <meta property="og:image:secure_url" content="https://cosmonova.org/site_image.jpg" />
  16.    <meta name="twitter:card" content="summary" />
  17.    <meta name="twitter:description" content="Buy a star in the sky, which can be seen anywhere on Earth. Get your loved ones the best gift in the universe. Star naming gift packages from $34.90." />
  18.    <meta name="twitter:title" content="Buy a Star - Name a Star - Adopt a Star Online | CosmoNova" />
  19.    <meta name="twitter:image" content="https://cosmonova.org/site_image.jpg" />
  20.    <link rel="amphtml" href="https://cosmonova.org/amp/" />
  21.    <link rel="alternate" hreflang="x-default" href="https://cosmonova.org/"/>
  22.    <link rel="alternate" hreflang="en" href="https://cosmonova.org/"/>
  23.    <link rel="alternate" hreflang="zh-cn" href="https://cosmonova.org/zh/"/>
  24.    <link rel="alternate" hreflang="de" href="https://de.cosmonova.org/"/>
  25.  
  26.    <link rel="apple-touch-icon" sizes="180x180" href="/wp-content/uploads/fbrfg/apple-touch-icon.png">
  27.    <link rel="icon" type="image/png" sizes="32x32" href="/wp-content/uploads/fbrfg/favicon-32x32.png">
  28.    <link rel="icon" type="image/png" sizes="16x16" href="/wp-content/uploads/fbrfg/favicon-16x16.png">
  29.    <link rel="manifest" href="/wp-content/uploads/fbrfg/manifest.json">
  30.    <link rel="mask-icon" href="/wp-content/uploads/fbrfg/safari-pinned-tab.svg" color="#5bbad5">
  31.    <link rel="shortcut icon" href="/wp-content/uploads/fbrfg/favicon.ico">
  32.    <meta name="msapplication-config" content="/wp-content/uploads/fbrfg/browserconfig.xml">
  33.  
  34.    <script type="application/ld+json">
  35.    {
  36.      "@context": "https://schema.org",
  37.      "@type": "Organization",
  38.      "name": "CosmoNova",
  39.      "url": "https://cosmonova.org/",
  40.      "logo": "https://cosmonova.org/site_image.jpg",
  41.      "contactPoint": {
  42.        "@type": "ContactPoint",
  43.        "telephone": "+1 332 900 6321",
  44.        "contactType": "customer service"
  45.      },
  46.      "sameAs": [
  47.        "https://www.facebook.com/cosmonova.org",
  48.        "https://www.instagram.com/cosmonova_org"
  49.      ]
  50.    }
  51.    </script>
  52.    
  53.    <script>var cdn_url='https://cdn.cosmonova.org/cosmonova';
  54. var $j=function(e){return document.querySelector(e)};
  55. var $js=function(e){return document.querySelectorAll(e)};
  56. var lang='en';
  57. document.addEventListener("DOMContentLoaded", init_html2);
  58. function init_html2(){
  59.    console.log('main init');
  60.    lang=document.querySelector("html").getAttribute("lang");
  61.    setTimeout(lazyinit,2000);
  62.    var page = document.getElementById('page-wrapper');
  63.    page.addEventListener('click', pageClick, false);
  64.    var mobile_btns = document.getElementsByClassName('mobile-menu-btn');
  65.    for (var i = 0; i < mobile_btns.length; i++) {
  66.        mobile_btns[i].addEventListener('click', mobileSide, false);
  67.    }
  68.    document.addEventListener('scroll', doScroll, false);
  69.    doScroll();
  70.    if (typeof otherInit !== "undefined") {
  71.        otherInit();
  72.    }
  73. }
  74. function pageClick(){
  75.    var mobile_menu = document.getElementById('mobile-menu');
  76.    mobile_menu.classList.remove("expand");
  77. }
  78. function doScroll(){
  79.    var y=window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;
  80.    var fixed_menu = document.getElementById('fixed-menu');
  81.    if(y>100){
  82.        fixed_menu.classList.add('expand');
  83.    }else{
  84.        fixed_menu.classList.remove('expand');
  85.    }
  86. }
  87. function sendEventData(client_id) {
  88.    var url = '/GA4Events.php';
  89.    var data = {
  90.        action: 'save_client_id',
  91.        client_id: client_id
  92.    };
  93.    fetch(url, {
  94.        method: 'POST',
  95.        headers: {
  96.            'Content-Type': 'application/json'
  97.        },
  98.        body: JSON.stringify(data)
  99.    }).then(function(response) {
  100.        if (response.ok) {
  101.            response.json().then(function(data) {
  102.                console.log('Response from server:', data);
  103.            });
  104.        } else {
  105.            console.log('Error: ' + response.statusText);
  106.        }
  107.    }).catch(function(error) {
  108.        console.log('Fetch error: ' + error);
  109.    });
  110. }
  111. function lazyinit(){
  112.    retinaImage();
  113.    sendEventData(getGAClientId());
  114.    /*
  115.    var url = window.location.href;
  116.    if(!url.includes("checkout/order-received")) {
  117.        var w = window, d = document, s = 'script', l = 'dataLayer', i = 'GTM-M8ZHFTV';
  118.        w[l] = w[l] || [];
  119.        w[l].push({
  120.            'gtm.start':
  121.                new Date().getTime(), event: 'gtm.js'
  122.        });
  123.        var f = d.getElementsByTagName(s)[0],
  124.            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
  125.        j.async = true;
  126.        j.src =
  127.            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
  128.        f.parentNode.insertBefore(j, f);
  129.    }
  130.     */
  131. }
  132. function retinaImage(){
  133.    var retina = window.devicePixelRatio > 1;
  134.    if(retina){
  135.        var images = document.getElementsByTagName('img');
  136.        for(var i = 0; i < images.length; i++) {
  137.            var retina=images[i].getAttribute("retina");
  138.            if(retina!=null) {
  139.                var src=images[i].src.split(/(.*)\.(webp|jpg|png)/);
  140.                images[i].src = src[1]+'_'+retina+'.'+src[2];
  141.            }
  142.        }
  143.    }
  144. }
  145. function mobileSide(e){
  146.    e.stopPropagation();
  147.    e.preventDefault();
  148.    var btns = document.getElementsByClassName('mobile-menu-btn');
  149.    var obj = document.getElementById('mobile-menu');
  150.    if(obj.classList.contains("expand")) {
  151.        obj.classList.remove("expand");
  152.        for (var i = 0; i < btns.length; i++) {
  153.            btns[i].classList.remove("expand");
  154.        }
  155.    }else{
  156.        obj.classList.add("expand");
  157.        for (var i = 0; i < btns.length; i++) {
  158.            btns[i].classList.add("expand");
  159.        }
  160.    }
  161. }
  162. function findPos(obj) {
  163.    var curtop = 0;
  164.    if (obj.offsetParent) {
  165.        do {
  166.            curtop += obj.offsetTop;
  167.        } while (obj = obj.offsetParent);
  168.        return parseInt([curtop]);
  169.    }
  170. }
  171.  
  172. function getGAClientId() {
  173.    var gaCookie = document.cookie.split('; ').find(row => row.startsWith('_ga='));
  174.    if (gaCookie) {
  175.        var gaCookieParts = gaCookie.split('=');
  176.        if (gaCookieParts.length > 1) {
  177.            var gaParts = gaCookieParts[1].split('.');
  178.            if (gaParts.length > 2) {
  179.                return gaParts[2] + "." + gaParts[3];
  180.            }
  181.        }
  182.    }
  183.    return null;
  184. }
  185. </script>
  186.    <style>body, html {
  187.    margin: 0;
  188.    padding: 0;
  189.    -webkit-tap-highlight-color: transparent;
  190. }
  191. body{
  192.    font-family: 'Roboto',sans-serif;
  193.    line-height: 24px;
  194.    color: #666;
  195.    font-size: 15px;
  196.    -webkit-font-smoothing:antialiased;
  197.    -moz-osx-font-smoothing:grayscale;
  198. }
  199. a{
  200.    color: #4f2ee5;
  201.    text-decoration: none;
  202.    border-bottom: 1px solid #4f2ee5;
  203. }
  204. a:hover{
  205.    border: 0;
  206.    text-decoration: none;
  207. }
  208. ul{
  209.    margin: 0; padding: 0;
  210.    list-style-type: none;
  211. }
  212. h1,h2,h3,h4{
  213.    font-family: 'Montserrat',sans-serif;
  214.    font-weight: 600;
  215.    margin: 0;
  216.    line-height: 1.2;
  217.    color: #404040;
  218. }
  219. h1{
  220.    font-size: 36px;
  221.    margin-bottom: 30px;
  222. }
  223. h2,h3{
  224.    font-size: 30px;
  225.    margin: 0;
  226.    padding-bottom: 50px;
  227. }
  228. h4{
  229.    font-size: 22px;
  230.    margin: 30px 0 20px;
  231. }
  232. p{
  233.    margin: 0 0 15px 0;
  234. }
  235. *, *::before, *::after {
  236.    box-sizing: border-box;
  237. }
  238. table{
  239.    width: 100%;
  240.    margin-bottom: 15px;
  241. }
  242. th, td{
  243.    padding: 10px 5px;
  244.    border-bottom: 1px solid #ddd;
  245. }
  246. table thead th{
  247.    background-color: #f7f7f7;
  248.    border-bottom: 1px solid #ccc;
  249.    text-align: left;
  250.    color: #404040;
  251. }
  252. input:not(.btn):not([TYPE=checkbox]):not([TYPE=radio]):not([TYPE=button]):not([TYPE=submit]), select, textarea, button {
  253.    border: 1px solid #ccc;
  254.    border-radius: 3px;
  255.    width: 100%;
  256.    padding: 9px;
  257.    font-size: 15px;
  258.    line-height: 24px;
  259.    -webkit-appearance:none;
  260.    background: #fff;
  261.    color: #666;
  262. }
  263. .noselect {
  264.    -webkit-touch-callout: none; /* iOS Safari */
  265.    -webkit-user-select: none; /* Safari */
  266.    -khtml-user-select: none; /* Konqueror HTML */
  267.    -moz-user-select: none; /* Old versions of Firefox */
  268.    -ms-user-select: none; /* Internet Explorer/Edge */
  269.    user-select: none; /* Non-prefixed version, currently
  270.                                  supported by Chrome, Edge, Opera and Firefox */
  271. }
  272. .select-arrow {
  273.    position: relative;
  274. }
  275. .select-arrow:before {
  276.    content: '';
  277.    position: absolute;
  278.    top: 18px;
  279.    right: 12px;
  280.    width: 12px;
  281.    height: 12px;
  282.    background: url(https://cdn.cosmonova.org/cosmonova/images/icons/arrow-b.svg) no-repeat;
  283. }
  284. p.title{
  285.    font-family: 'Montserrat', sans-serif;
  286.    font-size: 18px;
  287.    font-weight: 600;
  288. }
  289. #page-wrapper .content, #fixed-menu .wrapper {
  290.    width: 95%;
  291.    margin: 0 auto;
  292.    max-width: 1170px;
  293.    position: relative;
  294. }
  295. hr{
  296.    margin: 20px 0;
  297.    border: 0;
  298.    border-top: 1px solid #eee;
  299. }
  300. .blocked {
  301.    opacity: 0.5;
  302.    pointer-events: none;
  303. }
  304. .flex{
  305.    display: flex;
  306. }
  307. .space{
  308.    justify-content: space-between;
  309. }
  310. .w30{
  311.    width: 30%;
  312. }
  313. .w50{
  314.    width: 50%;
  315. }
  316. .w70{
  317.    width: 70%;
  318. }
  319. .fright{
  320.    float: right;
  321. }
  322. .tright{
  323.    text-align: right;
  324. }
  325. .center{
  326.    text-align: center;
  327.    margin: 0 auto;
  328. }
  329. .content{
  330.    padding: 60px 0;
  331. }
  332. .btn{
  333.    display: block;
  334.    font-size: 15px;
  335.    color: #fff;
  336.    border-radius: 30px;
  337.    border: 0;
  338.    padding: 10px 0;
  339.    text-align: center;
  340.    width: 210px;
  341.    transition: all 0.3s;
  342. }
  343. .btn.red{
  344.    background-color: #e4272e;
  345. }
  346. .btn.red:hover,.btn.white:hover{
  347.    background-color: #4f2ee5;
  348.    color: #fff;
  349. }
  350. .btn.blue{
  351.    background-color: #4f2ee5;
  352. }
  353. .btn.blue:hover{
  354.    background-color: #e4272e;
  355. }
  356. .btn.white{
  357.    background: #fff;
  358.    border: 2px solid #4f2ee5;
  359.    color: #4f2ee5;
  360. }
  361. .btn.inactive,.btn.inactive:hover{
  362.    background: #333;
  363.    color: #999;
  364. }
  365. .mobile-el{
  366.    display: none;
  367. }
  368. .inline{
  369.    display: inline-block;
  370. }
  371. #header-inner{
  372.    color: #fff;
  373.    padding-top: 15px;
  374. }
  375. #header-inner a,#fixed-menu a,#mobile-menu a{
  376.    border: 0;
  377. }
  378. #header-inner a:hover,#fixed-menu a:hover,#mobile-menu a:hover{
  379.    text-decoration: none;
  380. }
  381. .top_menu{
  382.    float: right;
  383.    position: relative;
  384.    padding-right: 160px;
  385. }
  386. .mobile-menu-btn{
  387.    float: right;
  388.    display: none;
  389.    width: 20px;
  390.    height: 30px;
  391.    background: transparent url(https://cdn.cosmonova.org/cosmonova/images/icons/burger1.svg) no-repeat center/contain;
  392.    border: 0;
  393.    cursor: pointer;
  394.    outline: none;
  395.    text-indent: 20px;
  396.    overflow: hidden;
  397. }
  398. .mobile-menu-btn:hover{
  399.    background: transparent url(https://cdn.cosmonova.org/cosmonova/images/icons/burger1.svg) no-repeat center/contain;
  400. }
  401. #fixed-menu .mobile-menu-btn{
  402.    background: transparent url(https://cdn.cosmonova.org/cosmonova/images/icons/burger2.svg) no-repeat center/contain;
  403. }
  404. .menu{
  405.    display: inline-block;
  406. }
  407. .menu a,.shopping-cart{
  408.    color: #fff;
  409.    line-height: 36px;
  410.    display: inline-block;
  411.    padding: 0 12px 20px;
  412.    position: relative;
  413. }
  414. .shopping-cart:hover{
  415.    color: #fff;
  416. }
  417. .shopping-cart:before{
  418.    content: '';
  419.    position: absolute;
  420.    top: 12px;
  421.    left: 12px;
  422.    width: 16px;
  423.    height: 16px;
  424.    background: url(https://cdn.cosmonova.org/cosmonova/images/icons/shopping-cart1.svg) no-repeat;
  425. }
  426. .shopping-cart{
  427.    padding-left: 40px;
  428. }
  429. .lang{
  430.    position: absolute;
  431.    right: 0;
  432.    top: 3px;
  433.    z-index: 100;
  434.    border-radius: 3px;
  435.    display: flex;
  436. }
  437. .lang a{
  438.    color: #666;
  439.    position: relative;
  440.    width: 30px;
  441.    display: block;
  442.    padding: 3px 0px 3px 30px;
  443.    overflow: hidden;
  444.    margin-left: 5px;
  445.    white-space: nowrap;
  446. }
  447. .lang a:hover{
  448.    background-color: #fff;
  449.    border-radius: 3px;
  450. }
  451. .lang a:before{
  452.    content: '';
  453.    position: absolute;
  454.    top: 7px;
  455.    left: 7px;
  456.    width: 16px;
  457.    height: 16px;
  458. }
  459. .lang a.active{
  460.    width: auto;
  461.    background-color: #fff;
  462.    border-radius: 3px;
  463.    padding: 3px 6px 3px 30px;
  464. }
  465. .lang a.en:before{
  466.    background: url(https://cdn.cosmonova.org/cosmonova/images/lang/united-states-of-america.svg) no-repeat;
  467. }
  468. .lang a.cn:before{
  469.    background: url(https://cdn.cosmonova.org/cosmonova/images/lang/china.svg) no-repeat;
  470. }
  471. .lang a.de:before{
  472.    background: url(https://cdn.cosmonova.org/cosmonova/images/lang/germany.svg) no-repeat;
  473. }
  474. @media only screen and (max-width: 1024px){
  475.    .lang a{
  476.        margin: 0 5px 0 0;
  477.    }
  478. }
  479. #fixed-menu{
  480.    position: fixed;
  481.    z-index: 200;
  482.    background-color: #fff;
  483.    padding: 10px 0 0;
  484.    width: 100%;
  485.    visibility: hidden;
  486.    opacity: 0;
  487.    transition: opacity .3s;
  488.    border-bottom: 1px solid #ddd;
  489. }
  490. #fixed-menu.expand{
  491.    visibility: visible;
  492.    opacity: 1;
  493. }
  494. #fixed-menu .menu a, #fixed-menu .shopping-cart{
  495.    color: #666;
  496.    padding-bottom: 10px;
  497. }
  498. #fixed-menu .shopping-cart:before{
  499.    background: url(https://cdn.cosmonova.org/cosmonova/images/icons/shopping-cart2.svg) no-repeat;
  500. }
  501. #fixed-menu .lang a.active, #fixed-menu .lang a:hover{
  502.    border: 1px solid #ccc;
  503. }
  504. #fixed-menu .lang a{
  505.    border: 1px solid #fff;
  506.    margin-left: 3px;
  507. }
  508. #mobile-menu{
  509.    position: fixed;
  510.    background-color: #212121;
  511.    background-image: linear-gradient(#383737, #212121);
  512.    top: 0;
  513.    z-index: 1000;
  514.    bottom: 0;
  515.    left: 0;
  516.    width: 250px;
  517.    box-shadow: 0px 10px 30px 0px rgba(0,0,0,1);
  518.    padding: 15px;
  519.    color: #aaa;
  520.    transition: transform .3s;
  521.    transform: translateX(-300px);
  522. }
  523.  
  524. #footer .icons{
  525.    position: relative;
  526.    padding-left: 20px;
  527. }
  528. #footer .icons:before{
  529.    content: '';
  530.    left: 0;
  531.    position: absolute;
  532. }
  533. #footer .icons.phone:before{
  534.    width: 12px;
  535.    height: 15px;
  536.    top: 5px;
  537.    background: url(https://cdn.cosmonova.org/cosmonova/images/icons/phone.svg) no-repeat center/cover;
  538. }
  539. .share-links a{
  540.    border: 0;
  541.    margin-right: 5px;
  542. }
  543. #footer{
  544.    background-color: #212121;
  545.    color: #fff;
  546. }
  547. #footer a{
  548.    color: #a597ff;
  549.    border-color: #a597ff;
  550. }
  551. #footer .content{
  552.    padding: 30px 0 10px;
  553. }
  554. .footer1{
  555.    padding-bottom: 125px;
  556.    margin-bottom: 25px;
  557.    border-bottom: 1px solid #444;
  558. }
  559. .footer2{
  560.    padding-bottom: 95px;
  561. }
  562. .footer li{
  563.    display: inline-block;
  564.    margin-right: 5px;
  565. }
  566. .footer #contactus li{
  567.    display: block;
  568. }
  569. .footer>li{
  570.    float: left;
  571.    margin: 0;
  572. }
  573. .footer>li:nth-child(1){
  574.    width: 40%;
  575. }
  576. .footer>li:nth-child(2){
  577.    width: 35%;
  578.    padding: 0 10px;
  579. }
  580. .footer>li:nth-child(3){
  581.    text-align: right;
  582.    width: 25%;
  583. }
  584. #footer .title{
  585.    font-size: 16px;
  586.    padding-bottom: 15px;
  587. }
  588. .footer-bottom{
  589.    clear: both;
  590.    color: #999;
  591.    font-size: 12px;
  592.    padding-top: 15px;
  593.    border-top: 1px solid #444;
  594.    line-height: 16px;
  595. }
  596. .footer-bottom .w30{
  597.    text-align: right;
  598. }
  599. .footer-bottom .w30 a{
  600.    margin-left: 10px;
  601.    font-size: 15px;
  602. }
  603. #footer .share-links{
  604.    padding-bottom: 5px;
  605. }
  606. #footer .share-links a{
  607.    margin: 0 0 0 5px;
  608.    padding-bottom: 5px;
  609. }
  610. #footer p.title{
  611.    margin: 0;
  612. }
  613. .footer-bottom{
  614.    padding-bottom: 20px;
  615. }
  616. .footer-bottom .w70 p{
  617.    margin: 0;
  618. }
  619. .footer-bottom .noborder a{
  620.    border: 0;
  621. }
  622. @media only screen
  623. and (min-width : 1024px) {
  624.    .menu a:after, .menu a.active:after, .shopping-cart:after {
  625.        content: "";
  626.        background-color: #4f2ee5;
  627.        height: 2px;
  628.        width: 80%;
  629.        position: absolute;
  630.        top: 36px;
  631.        left: 10%;
  632.        transition: opacity 0.3s;
  633.        opacity: 0;
  634.    }
  635.  
  636.    .menu a:hover:after, .menu a.active:after, .shopping-cart:hover:after {
  637.        opacity: 1;
  638.    }
  639. }
  640. @media only screen
  641. and (max-width : 1024px)  {
  642.    h1{
  643.        font-size: 36px;
  644.        line-height: 1.2;
  645.    }
  646.    h2{
  647.        font-size: 24px;
  648.    }
  649.    h3{
  650.        font-size: 24px;
  651.        padding-bottom: 30px;
  652.    }
  653.    .top_menu{
  654.        display: none;
  655.    }
  656.    .mobile-menu-btn{
  657.        display: block;
  658.    }
  659.    #footer .content{
  660.        padding: 10px 0;
  661.    }
  662.    .footer>li:nth-child(n){
  663.        width: 100%;
  664.        padding: 15px 0 10px 0;
  665.        height: 125px;
  666.        text-align: left;
  667.        float: none;
  668.    }
  669.    .menu a{
  670.        color: #aaa;
  671.    }
  672.    .menu a:hover, .menu a.active{
  673.        color: #fff;
  674.    }
  675.    .menu a, .shopping-cart{
  676.        display: block;
  677.        padding: 0 0 5px;
  678.    }
  679.    .shopping-cart{
  680.        position: absolute;
  681.        top: 13px;
  682.        right: 35px;
  683.        color: #fff;
  684.    }
  685.    .lang{
  686.        position: relative;
  687.        top: 10px;
  688.    }
  689.    .footer-bottom .w70,.footer-bottom .w30, .footer-bottom .w50{
  690.        width: 100%;
  691.        text-align: center;
  692.    }
  693.    .footer-bottom .w30{
  694.        padding-top: 10px;
  695.    }
  696.    .footer-bottom{
  697.        display: block;
  698.    }
  699.    #mobile-menu.expand{
  700.        transform: translateX(0);
  701.    }
  702. }
  703. @media only screen
  704. and (max-width : 1024px)
  705. and (min-width : 600px){
  706.    .footer1{
  707.        border: 0;
  708.        width: 50%;
  709.        padding: 0;
  710.    }
  711.    .footer2{
  712.        position: absolute;
  713.        top: 10px;
  714.        left: 55%;
  715.        width: 45%;
  716.    }
  717. }
  718. @media only screen
  719. and (max-width : 600px)  {
  720.    .noflex600{
  721.        display: block;
  722.    }
  723.    .desktop-el{
  724.        display: none;
  725.    }
  726.    .mobile-el{
  727.        display: inherit;
  728.    }
  729.    h1{
  730.        font-size: 24px;
  731.        margin-bottom: 15px;
  732.    }
  733.    .footer1 {
  734.        padding-bottom: 0px;
  735.        margin-bottom: 10px;
  736.    }
  737.    .footer2 {
  738.        padding: 0;
  739.    }
  740.    .footer>li:nth-child(n){
  741.        height: auto;
  742.        text-align: center;
  743.    }
  744.    .footer #contactus li{
  745.        display: inline-block;
  746.    }
  747.    .footer #contactus ul{
  748.        width: 80%;
  749.        margin: 0 auto;
  750.    }
  751. }
  752. .full-width-section.parallax-section{
  753.    display: none;
  754. }
  755. .woocommerce-MyAccount-navigation-link a,
  756. .woocommerce-cart-title a.remove,
  757. .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
  758.    border: 0;
  759. }
  760. .cart-collaterals .coupon .button{
  761.    border: 0;
  762. }
  763. .modal{
  764.    position: fixed;
  765.    top:0;
  766.    left: 0;
  767.    bottom: 0;
  768.    right: 0;
  769.    background: rgba(200,200,200,0.8);
  770.    z-index: 1000;
  771.    display: none;
  772. }
  773. .modal-content{
  774.    position: absolute;
  775.    top: 50%;
  776.    left: 50%;
  777.    transform: translate(-50%, -50%);
  778.    box-shadow: 0 20px 60px 0 rgba(0,0,0,.15);
  779.    width: 50%;
  780.    background: #fff;
  781.    border-radius: 3px;
  782.    text-align: center;
  783.    padding: 20px;
  784. }
  785. .modal-close{
  786.    position: absolute;
  787.    right: 10px;
  788.    top: 10px;
  789.    width: 25px;
  790.    height: 25px;
  791.    border: 0;
  792. }
  793. .modal-close:before, .modal-close:after {
  794.    position: absolute;
  795.    content: ' ';
  796.    height: 25px;
  797.    width: 2px;
  798.    background-color: #bbb;
  799. }
  800. .modal-close:hover:before,.modal-close:hover:after {
  801.    background-color: #4f2ee5;
  802. }
  803. .modal-close:before {
  804.    transform: rotate(45deg);
  805. }
  806. .modal-close:after {
  807.    transform: rotate(-45deg);
  808. }
  809. .modal-buttons{
  810.    display: flex;
  811.    justify-content: space-between;
  812. }
  813. .modal .title{
  814.    font-size: 36px;
  815.    color: #4f2ee5;
  816. }
  817. .modal .mess{
  818.    margin: 30px 0 30px;
  819.    display: none;
  820.    font-size: 18px;
  821. }
  822. .modal .mess span{
  823.    color: #4f2ee5;
  824. }
  825. .modal .mess.show{
  826.    display: block;
  827. }
  828. .modal .popup-btn-no{
  829.    color: #222;
  830.    background-color: #f5f5f5;
  831. }
  832. @media only screen
  833. and (max-width : 600px) {
  834.    .modal-content {
  835.        width: 90%;
  836.    }
  837.    .modal .title{
  838.        font-size: 30px;
  839.    }
  840. }#block1 h1{
  841.    font-size: 56px;
  842.    line-height: 1.3;
  843.    color:#fff;
  844.    margin: 0;
  845. }
  846. #block1 h2{
  847.    color:#fff;
  848. }
  849. h4{
  850.    margin: 0;
  851. }
  852. #block1{
  853.    background: #191d32 url(https://cdn.cosmonova.org/cosmonova/images/home/main.jpg) no-repeat center/cover;
  854.    color: #fff;
  855.    overflow: hidden;
  856. }
  857. #block1:before{
  858.    content: '';
  859.    position: absolute;
  860.    top:0;
  861.    left:0;
  862.    height: 150px;
  863.    width: 100%;
  864.    background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
  865. }
  866. #block2 {
  867.    background: #f8f9fa url(https://cdn.cosmonova.org/cosmonova/images/home/base-header-photo.png) center;
  868. }
  869. #block5,#block9{
  870.    background: #3a2ca1 url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-3-min.png) center;
  871.    color: #fff;
  872. }
  873. #block6{
  874.    border-bottom: 1px solid #ddd;
  875. }
  876. #block1 h2{
  877.    margin: 20px 0 60px;
  878. }
  879. #block1 .content{
  880.    padding: 0;
  881.    position: relative;
  882. }
  883. #block1 #header-next{
  884.    display: flex;
  885.    width: 100%;
  886. }
  887. #block1 .w55{
  888.    width: 55%;
  889.    margin: 8% 0 12%;
  890. }
  891. #block1 .w45{
  892.    width: 45%;
  893.    position: relative;
  894. }
  895. #block1 .w45 img, #block1 .w45 amp-img{
  896.    width:140%;
  897.    height:auto;
  898.    max-width: 527px;
  899.    display: block;
  900.    margin-left: auto;
  901. }
  902. #block1 .w45:before{
  903.    content: '';
  904.    position: absolute;
  905.    left: -140px;
  906.    top: 35px;
  907.    width: 150px;
  908.    height: 105px;
  909.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/star-arrow.png) no-repeat center/contain;
  910. }
  911. #block1 .btn{
  912.    font-size: 18px;
  913. }
  914. #block3 .btn{
  915.    margin-top: 50px;
  916. }
  917. #block3 .w50 img, #block3 .w50 amp-img{
  918.    width: 100%;
  919.    height: auto;
  920.    max-width: 585px;
  921. }
  922. #block31 .content{
  923.    padding: 0;
  924.    margin: 60px auto 30px;
  925.    border-radius: 3px;
  926.    min-height: 230px;
  927. }
  928. #block31 h3{
  929.    color: #fff;
  930.    padding-bottom: 5px;
  931.    font-size: 24px;
  932. }
  933. #block31 h3 strong{
  934.    color: #ffd780;
  935.    font-weight: 600;
  936. }
  937. #block31 p.title{
  938.    font-size: 16px;
  939.    color: #fff;
  940.    font-weight: 400;
  941.    line-height: 26px;
  942. }
  943. #block31 p.hint{
  944.    font-family: 'Montserrat',sans-serif;
  945.    margin-top: 15px;
  946.    font-size: 12px;
  947. }
  948. #block31 .price{
  949.    position: relative;
  950.    padding-top: 30px;/*15px;*/
  951. }
  952. #block31 .price p{
  953.    font-family: Montserrat;
  954.    top: 32px;
  955.    left: 1px;
  956.    color: #fd3e4c;
  957. }
  958. #block31 .price span{
  959.    font-weight: 600;
  960.    font-size: 36px;
  961. }
  962. #block31 .price p.oldprice{
  963.    font-size: 20px;
  964.    color: #b5bfcd;
  965.    margin-top: -36px;
  966.    font-weight: 200;
  967.    position: absolute;
  968. }
  969. #block31 .price p.oldprice:after{
  970.    content: '';
  971.    border-bottom: 1px solid #fff;
  972.    position: absolute;
  973.    width: 110%;
  974.    top: 10px;
  975.    left: -5%;
  976. }
  977. #block31 .btn{
  978.    margin: 10px 0 30px;
  979.    /*margin-left: 170px;*/
  980. }
  981. #block31 .w50{
  982.    padding: 4% 0 1% 3%;
  983.    color: #b5bfcd;
  984.    font-weight: 400;
  985.    position: relative;
  986.    width: 100%;
  987. }
  988. #block31 .w50:nth-child(1){
  989.    background: #000101 url(https://cdn.cosmonova.org/cosmonova/images/home/prem-banner1.jpg) no-repeat bottom right/cover;
  990.    background-size: auto;
  991. }
  992. :lang(en) #block31 .w50:nth-child(2){
  993.    background: #191b3e url(https://cdn.cosmonova.org/cosmonova/images/home/prem-banner2.jpg) no-repeat bottom right/cover;
  994. }
  995. #block41 .content{
  996.    padding: 0;
  997. }
  998. #block41 div{
  999.    padding: 13px 15% 0 3%;
  1000. }
  1001. #block41 h3{
  1002.    color: #fff;
  1003.    font-size: 26px;
  1004.    padding-bottom: 7px;
  1005. }
  1006. #block41 a{
  1007.    position: relative;
  1008.    font-family: Montserrat;
  1009.    color: #fff;
  1010.    border-color: #fff;
  1011.    margin-left: 30px;
  1012.    font-size: 17px;
  1013. }
  1014. #block41 a:after{
  1015.    content: '';
  1016.    position: absolute;
  1017.    left: -30px;
  1018.    top: 1px;
  1019.    width: 20px;
  1020.    height: 20px;
  1021.    background:url(https://cdn.cosmonova.org/cosmonova/images/icons/arrow-e.svg) no-repeat center/cover;
  1022. }
  1023. #star-database-banner{
  1024.    position: relative;
  1025.    width: 100%;
  1026.    height: 140px;
  1027.    background: #2d1233 url(https://cdn.cosmonova.org/cosmonova/images/home/block41-bg.jpg) no-repeat center/cover;
  1028.    border-radius: 6px;
  1029. }
  1030. #star-database-banner:after{
  1031.    content: '';
  1032.    position: absolute;
  1033.    right: 7%;
  1034.    top: -60px;
  1035.    width: 200px;
  1036.    height: 200px;
  1037.    background:url(https://cdn.cosmonova.org/cosmonova/images/home/block41-hand-banner.png) no-repeat center/cover;
  1038. }
  1039. @media (-webkit-min-device-pixel-ratio: 2) {
  1040.    #star-database-banner:after {
  1041.        background:url(https://cdn.cosmonova.org/cosmonova/images/home/block41-hand-banner_2x.png) no-repeat center/cover;
  1042.    }
  1043. }
  1044. #block5 .btn{
  1045.    margin: 30px auto 0;
  1046. }
  1047. #block5 h2,#block5 h3,#block9 h3{
  1048.    color: #fff;
  1049. }
  1050. #block6 .btn{
  1051.    margin: 25px 0 10px;
  1052.    width: 250px;
  1053. }
  1054. #block7 .content{
  1055.    flex-direction: row;
  1056.    flex-wrap: wrap;
  1057. }
  1058. #block7 p.title{
  1059.    color: #4f2ee5;
  1060. }
  1061. #block7 .wrapper{
  1062.    padding: 0 10px 30px 80px;
  1063. }
  1064. #block7 .item:before{
  1065.    content: '';
  1066.    width: 56px;
  1067.    height: 57px;
  1068.    position: absolute;
  1069. }
  1070. #block7 .item:nth-child(1):before{
  1071.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/Customer-Care-Icon-1.png) no-repeat center/contain;
  1072. }
  1073. #block7 .item:nth-child(2):before{
  1074.    width: 55px;
  1075.    height: 64px;
  1076.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/fast-shipping-icon-1.png) no-repeat center/contain;
  1077. }
  1078. #block7 .item:nth-child(3):before{
  1079.    width: 56px;
  1080.    height: 65px;
  1081.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/Customer-Care-Icon2-1.png) no-repeat center/contain;
  1082. }
  1083. #block7 .item:nth-child(4):before{
  1084.    width: 61px;
  1085.    height: 61px;
  1086.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/secure-payments-icon-1.png) no-repeat center/contain;
  1087. }
  1088. @media (-webkit-min-device-pixel-ratio: 2) {
  1089.    #block7 .item:nth-child(1):before{
  1090.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/Customer-Care-Icon-1_2x.png) no-repeat center/contain;
  1091.    }
  1092.    #block7 .item:nth-child(2):before{
  1093.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/fast-shipping-icon-1_2x.png) no-repeat center/contain;
  1094.    }
  1095.    #block7 .item:nth-child(3):before{
  1096.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/Customer-Care-Icon2-1_2x.png) no-repeat center/contain;
  1097.    }
  1098.    #block7 .item:nth-child(4):before{
  1099.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/secure-payments-icon-1_2x.png) no-repeat center/contain;
  1100.    }
  1101. }
  1102. #block8 .content{
  1103.    padding-top: 0;
  1104. }
  1105. #block9 p.title{
  1106.    padding: 20px 0;
  1107. }
  1108. #top_header{
  1109.    border-bottom: 1px solid rgba(255,255,255,0.3);
  1110.    margin-bottom: 7px;
  1111.    padding-bottom: 5px;
  1112. }
  1113. .tp_block .img{
  1114.    float: left;
  1115.    margin: -6px 20px 0 0;
  1116. }
  1117. .ocr_block {
  1118.    float: right;
  1119. }
  1120. .ocr_block span{
  1121.    font-weight: bold;
  1122.    position: relative;
  1123.    padding-left: 50px;
  1124.    display: inline-block;
  1125. }
  1126. .ocr_block span:before{
  1127.    content: '';
  1128.    position: absolute;
  1129.    top: 0;
  1130.    left: 15px;
  1131.    width: 30px;
  1132.    height: 30px;
  1133.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/ocr-trust.svg) no-repeat;
  1134. }
  1135. .products li,.include_items li{
  1136.    width: 25%;
  1137.    margin-right: 10px;
  1138. }
  1139. .products li:last-child, .include_items li:last-child{
  1140.    margin: 0;
  1141. }
  1142. .products li{
  1143.    background: #fff;
  1144.    position: relative;
  1145.  
  1146.    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.05);
  1147.    transition: box-shadow 0.3s ease-in-out;
  1148.    border-radius: 3px 3px 0 0;
  1149.    overflow: hidden;
  1150. }
  1151. .products li .black_friday_text{
  1152.    position: absolute;
  1153.    top: 20px;
  1154.    right: -1%;
  1155.    width: 102%;
  1156.    padding: 0;
  1157.    background-color: #5d8bff;
  1158.    z-index: 100;
  1159.    margin: 0;
  1160.    color: #000;
  1161.    font-family: Montserrat;
  1162.    white-space: nowrap;
  1163.    text-transform: uppercase;
  1164.    font-weight: 600;
  1165.    transform: rotate(356deg);
  1166. }
  1167. .products li .black_friday_text span{
  1168.    display: inline;
  1169.    color: #fff;
  1170. }
  1171. .products li:hover{
  1172.    box-shadow: 0px 20px 60px 0px rgba(0,0,0,0.15);
  1173. }
  1174. .products li h4{
  1175.    padding: 70px 0 25px;
  1176.    color: #fff;
  1177.    background: #191d32 center/cover;
  1178.    border-radius: 3px 3px 0 0;
  1179. }
  1180. .products li:nth-child(1) h4{
  1181.    background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-10.jpg);
  1182. }
  1183. .products li:nth-child(2) h4{
  1184.    background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-12.jpg);
  1185. }
  1186. .products li:nth-child(3) h4{
  1187.    background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-11.jpg);
  1188. }
  1189. .products li:nth-child(4) h4{
  1190.    background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/main_bg_30r.jpg);
  1191. }
  1192. @media (-webkit-min-device-pixel-ratio: 2) {
  1193.    .products li:nth-child(1) h4{
  1194.        background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-10_2x.jpg);
  1195.    }
  1196.    .products li:nth-child(2) h4{
  1197.        background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-12_2x.jpg);
  1198.    }
  1199.    .products li:nth-child(3) h4{
  1200.        background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/Layer-11_2x.jpg);
  1201.    }
  1202.    .products li:nth-child(4) h4{
  1203.        background-image: url(https://cdn.cosmonova.org/cosmonova/images/home/main_bg_30r_2x.jpg);
  1204.    }
  1205. }
  1206. .products li p{
  1207.    padding: 15px 15px 180px 15px
  1208. }
  1209. .products li span{
  1210.    display: block;
  1211. }
  1212. .products li span.price{
  1213.    color: #4f2ee5;
  1214.    font-family: Montserrat;
  1215.    font-weight: 200;
  1216.    font-size: 38px;
  1217.    margin-bottom: 30px;
  1218. }
  1219. .products li span.price.old{
  1220.    font-size: 24px;
  1221.    color: #777;
  1222.    text-decoration: line-through;
  1223.    margin-bottom: 15px;
  1224. }
  1225. .products li span.hint{
  1226.    font-family: Montserrat;
  1227.    color: #666;
  1228.    font-weight: normal;
  1229.    font-size: 11px;
  1230.    padding: 10px 0 10px 0;
  1231.    position: relative;
  1232.    margin-top: -30px;
  1233. }
  1234. .products li .bottom{
  1235.    position: absolute;
  1236.    bottom: 30px;
  1237.    width: 80%;
  1238.    left: 10%;
  1239. }
  1240. .products li .btn{
  1241.    margin: 0 auto;
  1242.    width: 100%;
  1243. }
  1244. .include_items img,.include_items amp-img{
  1245.    width: 87px;
  1246.    float: left;
  1247. }
  1248. .include_items p{
  1249.    text-align: left;
  1250.    padding: 0 10px 0 100px;
  1251. }
  1252. .constlist {
  1253.    flex-direction: row;
  1254.    justify-content: space-between;
  1255.    width: 80%;
  1256. }
  1257. .constlist li{
  1258.    color: #8b80d6;
  1259.    text-align: center;
  1260.    width: 70px;
  1261.    font-size: 12px;
  1262. }
  1263. .constlist img{
  1264.    width: auto;
  1265.    display: block;
  1266.    margin: 0 auto;
  1267. }
  1268. .testimonial{
  1269.    padding: 60px 0 0 0;
  1270.    position: relative;
  1271. }
  1272. .testimonial:before{
  1273.    content: '';
  1274.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/quote.png) no-repeat center/cover;
  1275.    width: 42px;
  1276.    height: 27px;
  1277.    position: absolute;
  1278.    top: 0;
  1279.    left: 0;
  1280. }
  1281. @media (-webkit-min-device-pixel-ratio: 2) {
  1282.    .testimonial:before{
  1283.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/quote_2x.png) no-repeat center/cover;
  1284.    }
  1285. }
  1286. .testimonial p.quote{
  1287.    font-size: 36px;
  1288.    line-height: 50px;
  1289.    font-weight: 600;
  1290.    color: #404040;
  1291.    font-family: 'Montserrat';
  1292.    margin: 10px 10px 10px 0;
  1293. }
  1294. .testimonial p.quote strong{
  1295.    font-weight: 600;
  1296.    color: #4f2ee5;
  1297. }
  1298. .testimonial .author{
  1299.    position: relative;
  1300. }
  1301. .testimonial .author p{
  1302.    padding: 0 10px 0 90px;
  1303.    color: #666;
  1304. }
  1305. .testimonial .author span{
  1306.    width: 75px;
  1307.    position: absolute;
  1308. }
  1309. .testimonial span.logo1{
  1310.    height: 30px;
  1311.    top: -5px;
  1312.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/cola.png) no-repeat center/cover;
  1313. }
  1314. .testimonial span.logo2{
  1315.    height: 50px;
  1316.    top: -15px;
  1317.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/chameleon.png) no-repeat center/cover;
  1318. }
  1319. @media (-webkit-min-device-pixel-ratio: 2) {
  1320.    .testimonial span.logo1{
  1321.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/cola_2x.png) no-repeat center/cover;
  1322.    }
  1323.    .testimonial span.logo2{
  1324.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/chameleon_2x.png) no-repeat center/cover;
  1325.    }
  1326. }
  1327. .occasion{
  1328.    flex-direction: row;
  1329.    flex-wrap: wrap;
  1330. }
  1331. .occasion li{
  1332.    font-family: Montserrat;
  1333.    color: #404040;
  1334.    font-size: 16px;
  1335.    width: 23%;
  1336.    margin-right: 2%;
  1337. }
  1338. .occasion .image{
  1339.    display: flex;
  1340.    border: 0;
  1341. }
  1342. .occasion .image,.occasion .text{
  1343.    position: relative;
  1344.    overflow: hidden;
  1345. }
  1346. .occasion li:nth-child(4n){
  1347.    margin: 0;
  1348. }
  1349. .occasion img,.occasion amp-img{
  1350.    background-color: #ddd;
  1351.    width: 100%;
  1352.    height: 100%;
  1353. }
  1354. .occasion p{
  1355.    width: 100%;
  1356.    padding: 5px 50px 0 0;
  1357.    text-overflow: ellipsis;
  1358.    overflow: hidden;
  1359.    white-space: pre;
  1360.    font-weight: 600;
  1361.    text-align: left;
  1362. }
  1363. .occasion span{
  1364.    position: absolute;
  1365.    top: 5px;
  1366.    right: 0;
  1367.    color: #4f2ee5;
  1368.    font-weight: 600;
  1369. }
  1370. .occasion span:before{
  1371.    content: '';
  1372.    width: 18px;
  1373.    height: 18px;
  1374.    top: 2px;
  1375.    left: -23px;
  1376.    position: absolute;
  1377.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/heart.svg) no-repeat center/cover;
  1378. }
  1379. .whatis li{
  1380.    width: 33%;
  1381.    padding: 15px 15px 0;
  1382. }
  1383. .soldout:after{
  1384.    content: '';
  1385.    position: absolute;
  1386.    top:0;
  1387.    right: 0;
  1388.    width: 230px;
  1389.    height: 130px;
  1390.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/sold_out_badge.png) no-repeat center/contain;
  1391.    z-index: 100;
  1392. }
  1393. @media (-webkit-min-device-pixel-ratio: 2) {
  1394.    .soldout:after {
  1395.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/sold_out_badge_2x.png) no-repeat center/contain;
  1396.    }
  1397. }
  1398. .limited:after{
  1399.    content: '';
  1400.    position: absolute;
  1401.    top:0;
  1402.    right: 0;
  1403.    width: 230px;
  1404.    height: 130px;
  1405.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/limited_badge.png) no-repeat center/contain;
  1406.    z-index: 100;
  1407. }
  1408. :lang(zh) .limited:after{
  1409.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/limited_badge-zh.png) no-repeat center/contain;
  1410. }
  1411. @media (-webkit-min-device-pixel-ratio: 2) {
  1412.    .limited:after {
  1413.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/limited_badge_2x.png) no-repeat center/contain;
  1414.    }
  1415.    :lang(zh) .limited:after{
  1416.        background: url(https://cdn.cosmonova.org/cosmonova/images/home/limited_badge-zh_2x.png) no-repeat center/contain;
  1417.    }
  1418. }
  1419. @media only screen
  1420. and (min-width : 1024px) {
  1421.    .occasion .image:after{
  1422.        content: '';
  1423.        position: absolute;
  1424.        top:0;
  1425.        bottom: 0;
  1426.        left:0;
  1427.        right: 0;
  1428.        background: rgba(0,0,0,1) url(https://cdn.cosmonova.org/cosmonova/images/home/instagram.svg);
  1429.        opacity: 0;
  1430.        transition: opacity 0.3s;
  1431.    }
  1432.    :lang(zh) .occasion .image:after{
  1433.        background: rgba(0,0,0,1) url(https://cdn.cosmonova.org/cosmonova/images/home/mlrb.svg);
  1434.    }
  1435.    .occasion .image:hover:after{
  1436.        opacity: .5;
  1437.  
  1438.    }
  1439.    .occasion img{
  1440.        transform: scale(1.01, 1.01);
  1441.        transition: transform 0.3s;
  1442.    }
  1443.    .occasion .image:hover img{
  1444.        transform: scale(1.2, 1.2);
  1445.    }
  1446. }
  1447. @media only screen
  1448. and (max-width : 1024px)  {
  1449.    .testimonial p.quote {
  1450.        font-size: 24px;
  1451.        line-height: 30px;
  1452.    }
  1453.    .content{
  1454.        padding: 40px 0;
  1455.    }
  1456.    #top_header{
  1457.        display: none;
  1458.    }
  1459.    .products, .include_items{
  1460.        flex-direction: row;
  1461.        flex-wrap: wrap;
  1462.    }
  1463.    .products li, .include_items li{
  1464.        width: 49%;
  1465.        margin: 0 1% 2% 0;
  1466.    }
  1467.    .occasion li{
  1468.        font-size: 14px;
  1469.    }
  1470.    .occasion li span:before{
  1471.        width: 16px;
  1472.        height: 16px;
  1473.        top: 4px;
  1474.        left: -20px;
  1475.    }
  1476.    #block31 .flex{
  1477.        display: block;
  1478.    }
  1479.    #block31 .w50{
  1480.        width: 100%;
  1481.    }
  1482.    #block31 .w50:nth-child(1){
  1483.        margin-bottom: 20px;
  1484.    }
  1485.    #block31 .w50:nth-child(n){
  1486.        background-size: auto;
  1487.    }
  1488. }
  1489. @media only screen
  1490. and (max-width : 1024px)
  1491. and (min-width : 600px){
  1492.    .constlist{
  1493.        width: 100%;
  1494.    }
  1495.    .products li:nth-child(even), .include_items li:nth-child(even){
  1496.        margin: 0 0 2% 1%;
  1497.    }
  1498. }
  1499. @media only screen
  1500. and (max-width : 600px)  {
  1501.    #block1 h1{
  1502.        font-size: 40px;
  1503.        line-height: 1.1;
  1504.    }
  1505.    #block1 h2{
  1506.        font-size: 16px;
  1507.        line-height: 1.3;
  1508.        margin: 15px 115px 20px 0;
  1509.    }
  1510.    .btn{
  1511.        width: 80%;
  1512.        margin: 0 auto;
  1513.    }
  1514.    #block1{
  1515.        background: #191d32 url(https://cdn.cosmonova.org/cosmonova/images/home/main-mobile.jpg) no-repeat center/cover;
  1516.    }
  1517.    #block1 .w45{
  1518.        position: absolute;
  1519.        top: 0;
  1520.        right: 0;
  1521.    }
  1522.    #block1 .w45:before{
  1523.        width: 100px;
  1524.        height: 70px;
  1525.        top: 60px;
  1526.        left: -25px;
  1527.    }
  1528.    #block1 .w45 img, #block1 .w45 amp-img{
  1529.        display: none;
  1530.    }
  1531.    #block1 .w55{
  1532.        width: 100%;
  1533.    }
  1534.    .products li, .include_items li{
  1535.        width: 100%;
  1536.        margin: 0 0 2% 0;
  1537.    }
  1538.    #block3 .flex, #block6 .flex, #block7 .flex, #block9 .flex{
  1539.        display: block;
  1540.    }
  1541.    #block3 .w50, #block6 .w50, #block7 .w50,.whatis li{
  1542.        width: 100%;
  1543.    }
  1544.    #block3 .content, #block8 .content{
  1545.        text-align: center;
  1546.    }
  1547.    #block31 .btn{
  1548.        margin: 30px auto 0;
  1549.    }
  1550.    #block31 p.title{
  1551.        margin-bottom: 20px;
  1552.    }
  1553.    #block31 p, #block31 h3{
  1554.        text-align: center;
  1555.    }
  1556.    #block31 .w50 {
  1557.        padding: 4% 4% 1%;
  1558.    }
  1559.    #block31 .w50:nth-child(n){
  1560.        background-size: cover;
  1561.        background-position: center right -150px;
  1562.    }
  1563.    #block31 .limited:after{
  1564.        display: none;
  1565.    }
  1566.    #block31 .price{
  1567.        text-align: center;
  1568.    }
  1569.    #block31 .price p.oldprice {
  1570.        top: 28px;
  1571.        left: 50%;
  1572.        transform: translate(-50%, 0);
  1573.    }
  1574.    #star-database-banner{
  1575.        background: #2d1233 url(https://cdn.cosmonova.org/cosmonova/images/home/block41-bg-mobile.jpg) no-repeat right/cover;
  1576.        height: 250px;
  1577.        overflow: hidden;
  1578.    }
  1579.    #star-database-banner:after{
  1580.        right: -19px;
  1581.        top: 50px;
  1582.    }
  1583.    #block41 div{
  1584.        padding: 13px 15% 0 4%;
  1585.    }
  1586.    #block41 h3 {
  1587.        font-size: 24px;
  1588.        padding-bottom: 20px;
  1589.    }
  1590.    #block41 a {
  1591.        font-size: 15px;
  1592.    }
  1593.    #block6 .btn{
  1594.        margin: 25px auto 10px;
  1595.        width: 80%;
  1596.    }
  1597.    #block7 .wrapper {
  1598.        padding: 0 0 20px 80px;
  1599.    }
  1600.    #block7 .item:last-child .wrapper{
  1601.        padding: 0 0 0 80px;
  1602.    }
  1603.    #block7 p.title{
  1604.        padding: 0 0 10px 0;
  1605.    }
  1606.    .constlist{
  1607.        flex-wrap: wrap;
  1608.    }
  1609.    .testimonial p.hint{
  1610.        text-align: center;
  1611.    }
  1612.    .testimonial .author p{
  1613.        text-align: right;
  1614.    }
  1615.    .testimonial span.logo1{
  1616.        top: 0px;
  1617.    }
  1618.    .testimonial span.logo2{
  1619.        top: -5px;
  1620.    }
  1621.    .occasion li{
  1622.        width: 48%;
  1623.        margin: 0 2% 0 0;
  1624.    }
  1625.    .occasion li:nth-child(even){
  1626.        margin: 0 0 0 2%;
  1627.    }
  1628. }
  1629. #helpua_banner{
  1630.    position: relative;
  1631.    z-index: 500;
  1632.    color: #fff;
  1633.    font-size: 16px;
  1634.    line-height: 30px;
  1635.    background-color: #4f2ee5;
  1636. }
  1637. #helpua_banner span{
  1638.    color:#ffcc00;
  1639.    font-weight: bold;
  1640. }
  1641. #helpua_banner .content{
  1642.    padding: 0;
  1643. }
  1644. #helpua_text{
  1645.    margin: 0 auto;
  1646. }
  1647. #helpua_btn{
  1648.    background: url(https://cdn.cosmonova.org/cosmonova/images/home/helpua_btn.webp) no-repeat center/cover;
  1649.    height: 100%;
  1650.    width: 30%;
  1651.    height: 30px;
  1652.    text-align: center;
  1653. }
  1654. #helpua_btn a{
  1655.    color: #010204;
  1656.    border: 0;
  1657. }
  1658. @media only screen
  1659. and (max-width : 600px) {
  1660.    #helpua_banner {
  1661.        text-align: center;
  1662.    }
  1663.    #helpua_btn {
  1664.        width: 100%;
  1665.    }
  1666. }</style>
  1667.    <link rel="preload" href="https://cdn.cosmonova.org/cosmonova/fonts/Montserrat/latin-200.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="https://cdn.cosmonova.org/cosmonova/fonts/Montserrat/latin-600.woff2" as="font" crossorigin="anonymous"><link rel="preload" href="https://cdn.cosmonova.org/cosmonova/fonts/Roboto/latin-400.woff2" as="font" crossorigin="anonymous">
  1668.    <!-- Google tag (gtag.js) -->
  1669.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-953184EPNE"></script>
  1670.    <script>
  1671.        window.dataLayer = window.dataLayer || [];
  1672.        function gtag(){dataLayer.push(arguments);}
  1673.        gtag('js', new Date());
  1674.  
  1675.        gtag('config', 'G-953184EPNE');
  1676.    </script>
  1677. </head>
  1678. <body>
  1679. <div id="mobile-menu" [class]="mobile_menu_expand ? 'expand' : ''" >
  1680.    <div class='menu'><a class='active' href='/'>Home</a><a href='/order/'>Order</a><a href='/information/'>Info</a><a href='/star-database/'>Registered</a><a href='/blog/'>Blog</a><a href='/contact-us/'>Contact us</a><a href='/my-account/'>My account</a></div><a href="/cart/" class="shopping-cart" title="View Shopping Cart">0</a><div class="lang"><a class="en active" href="https://cosmonova.org">English</a><a class="cn" href="https://cosmonova.org/zh/">Chinese</a><a class="de" href="https://de.cosmonova.org">Deutsch</a></div>
  1681. </div>
  1682. <div id="fixed-menu">
  1683.    <div class="wrapper">
  1684.        <a href="https://cosmonova.org/"><img class="logo" width="170" height="40" src="https://cdn.cosmonova.org/cosmonova/images/logo2.svg" alt="cosmonova.org"/></a><button class="mobile-menu-btn" on="tap:AMP.setState({mobile_menu_expand: !mobile_menu_expand})">Menu</button><div class="top_menu"><div class='menu'><a class='active' href='/'>Home</a><a href='/order/'>Order</a><a href='/information/'>Info</a><a href='/star-database/'>Registered</a><a href='/blog/'>Blog</a><a href='/contact-us/'>Contact us</a><a href='/my-account/'>My account</a></div><a href="/cart/" class="shopping-cart" title="View Shopping Cart">0</a><div class="lang"><a class="en active" href="https://cosmonova.org" title="English">English</a><a class="cn" href="https://cosmonova.org/zh/" title="Chinese">Chinese</a><a class="de" href="https://de.cosmonova.org" title="Deutsch">Deutsch</a></div></div>
  1685.    </div>
  1686. </div>
  1687. <div id="page-wrapper">
  1688.  
  1689.  
  1690.  
  1691. <div id="block1">
  1692.    <div class="content">
  1693.        <div id="header-inner">
  1694.            <div id="top_header"><div class="tp_block inline"><span class="img"><img width="120" height="29" src="https://cdn.cosmonova.org/cosmonova/images/icons/trustpilot.svg" alt="trustpilot 100%"></span><span>40,000+ satisfied customers</span></div><div class="ocr_block">Customer Service +1 332 900 6321 &nbsp; | &nbsp; OFFICIALLY REGISTERED BY <span>OCR</span></div></div>
  1695.            <a href="https://cosmonova.org/"><img class="logo" width="170" height="40" src="https://cdn.cosmonova.org/cosmonova/images/logo.svg" alt="cosmonova.org"></a><button class="mobile-menu-btn" on="tap:AMP.setState({mobile_menu_expand: !mobile_menu_expand})">Menu</button><div class="top_menu"><div class='menu'><a class='active' href='/'>Home</a><a href='/order/'>Order</a><a href='/information/'>Info</a><a href='/star-database/'>Registered</a><a href='/blog/'>Blog</a><a href='/contact-us/'>Contact us</a><a href='/my-account/'>My account</a></div><a href="/cart/" class="shopping-cart" title="View Shopping Cart">0</a><div class="lang"><a class="en active" href="https://cosmonova.org" title="English">English</a><a class="cn" href="https://cosmonova.org/zh/" title="Chinese">Chinese</a><a class="de" href="https://de.cosmonova.org" title="Deutsch">Deutsch</a></div></div>
  1696.        </div>
  1697.        <div id="header-next">
  1698.        <div class="w55">
  1699.            <h1>Buy a star <br>in the Sky.</h1>
  1700.            <h2>Name a Star. It's the best gift in the universe!</h2>
  1701.            <a class="btn red" href="/order/">Buy A Star Here</a>
  1702.        </div>
  1703.        <div class="w45">
  1704.            <img width="527" height="460" layout="responsive" src="/html2/view/images/home/starpack-top.png" alt="name a star certificate">
  1705.        </div>
  1706.        </div>
  1707.    </div>
  1708. </div>
  1709. <div id="block2">
  1710.    <div class="content center">
  1711.        <h3>Check out our stellar offers</h3>
  1712.        <ul class="products flex">
  1713.            <li>
  1714.                <h4>Traditional Star<br>Gift Pack</h4>
  1715.                <p>By choosing our Traditional Star offer, you can adopt a real star in space! Even better, the star you name is one which can be seen anywhere on Earth, at any time of the year. Your star will always be with you!</p>
  1716.                <div class="bottom">
  1717.                    <span class="price">$34.90</span>
  1718.                    <a class="btn blue" href="/order/traditional-star-gift-pack/">Buy A Star Here</a>
  1719.                </div>
  1720.            </li><li>
  1721.                <h4>The Stars of Zodiac<br>Gift Pack</h4>
  1722.                <p>Buying a star in a constellation is an excellent option when it comes to naming a twinkling distant sun. Constellations are always much easier to remember and find, so choose your favorite star sign and name a part of the Zodiac.</p>
  1723.                <div class="bottom">
  1724.                    <span class="price">$49.90</span>
  1725.                    <a class="btn blue" href="/order/the-stars-of-zodiac-gift-pack/">Buy A Star Here</a>
  1726.                </div>
  1727.            </li><li>
  1728.                <h4>A Double Star<br>Gift Pack</h4>
  1729.                <p>A binary star — or a double star — is a system of two gravitationally-connected stars orbiting around their common center of mass. Double stars are a great choice if you want to buy a star for two people, and even better for celebrating people who have a special connection.</p>
  1730.                <div class="bottom">
  1731.                    <span class="price">$69.90</span>
  1732.                    <a class="btn blue" href="/order/a-double-star-gift-pack/">Buy A Star Here</a>
  1733.                </div>
  1734.            </li><li>
  1735.                <h4>Custom Star Map<br>Gift Pack</h4>
  1736.                <p>Do you remember that magical evening when your heart skipped a beat and you wanted the moment to last forever? Now you can – make a custom star map that reflects the exact star alignment of the night. All you have to do is add the location and time of the special event.</p>
  1737.                <div class="bottom">
  1738.                    <span class="price">$35.00</span>
  1739.                    <a class="btn blue" rel="nofollow noopener" href="https://belowthestars.com/">Create A Star Map</a>
  1740.                </div>
  1741.            </li>
  1742.        </ul>
  1743.    </div>
  1744. </div>
  1745. <div id="block31">
  1746.    <div class="content flex space">
  1747.        <div class="w50 limited">
  1748.            <h3><strong>Premium Star</strong> Gift Pack</h3>
  1749.            <p class="title">Name a Star After Someone You Truly Love</p>
  1750.            <div class="price">
  1751.                <p class="oldprice">$399.90</p>
  1752.                <p><span>$290</span>.90</p><a class="btn blue" href="/premium/">Buy A Premium Star</a>
  1753.            </div>
  1754.            <p class="hint">*Premium packaging and express shipping are included</p>
  1755.        </div>
  1756.    </div>
  1757. </div>
  1758. <div id="block3">
  1759.    <div class="content flex">
  1760.        <div class="w50">
  1761.            <h3>Reason to Buy a Star</h3>
  1762.            <p>In our galaxy, there are more than 100 billion stars.<br> We are sure that each and every one of us has a close special someone who deserves a uniques and original gift.</p>
  1763.            <p>Perhaps you had moments in life that should never be forgotten - and this is an excellent opportunity to name a star and make them unforgettable.</p>
  1764.            <p>Look up at the night sky, think of the people you love, and we are confident that everyone can find a reason to create a gorgeous, thoughtful gift for their loved ones.</p>
  1765.            <a class="btn white desktop-el" href="/order/">Buy A Star Here</a>
  1766.        </div>
  1767.        <div class="w50">
  1768.            <img width="585" height="512" layout="responsive" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/starpack.jpg" alt="buy a star package">
  1769.        </div>
  1770.    </div>
  1771. </div>
  1772. <div id="block41">
  1773.    <div class="content">
  1774.        <div id="star-database-banner">
  1775.            <div>
  1776.                <h3>Buy a Star and Locate it Through Our Star Register!</h3>
  1777.                <a href="/star-database/">See how it works</a>
  1778.            </div>
  1779.        </div>
  1780.    </div>
  1781. </div>
  1782. <div id="block4">
  1783.    <div class="content center">
  1784.        <h2>What does a star gift include?</h2>
  1785.        <ul class="include_items flex">
  1786.            <li><img width="87" height="115" layout="responsive" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block4_img1.jpg" alt="cosmonova.org">
  1787.                <p>Official registration in the Cosmonova’s Star Database - a timeless honor.</p>
  1788.            </li>
  1789.            <li><img width="87" height="115" layout="responsive" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block4_img2.jpg" alt="buy a star">
  1790.                <p>Your own beautifully printed and personalized Star Certificate.</p>
  1791.            </li>
  1792.            <li><img width="87" height="115" layout="responsive" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block4_img3.jpg" alt="name a star official">
  1793.                <p>A digital copy of your Star Certificate, as soon as you name your star.</p>
  1794.            </li>
  1795.            <li><img width="87" height="115" layout="responsive" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block4_img4.jpg" alt="register star">
  1796.                <p>An elegant Star Map including the location of the star you have registered.</p>
  1797.            </li>
  1798.        </ul>
  1799.    </div>
  1800. </div>
  1801. <div id="block5">
  1802.    <div class="content center">
  1803.        <h2>Buy a Star in any Constellation</h2>
  1804.        <p>We only offer the name of easily-visible stars to our customers. If you are in any way unhappy with the star you have named, you can ask us to name any other star for you. You also have the right to request a full refund for your purchase.  You can easily find the stars you would like to adopt in our register, and we will send your Star Name Registration Certificate and Star Map immediately after purchase. We can also send these to you by email as digital copies if you need them immediately.</p>
  1805.        <ul class="constlist center flex">
  1806.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/aries.svg" alt="Aries"><p>Aries</p></li>
  1807.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/taurus.svg" alt="Taurus"><p>Taurus</p></li>
  1808.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/gemini.svg" alt="Gemini"><p>Gemini</p></li>
  1809.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/cancer.svg" alt="Cancer"><p>Cancer</p></li>
  1810.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/leo.svg" alt="Leo"><p>Leo</p></li>
  1811.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/virgo.svg" alt="Virgo"><p>Virgo</p></li>
  1812.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/libra.svg" alt="Libra"><p>Libra</p></li>
  1813.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/scorpion.svg" alt="Scorpio"><p>Scorpio</p></li>
  1814.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/sagittarius.svg" alt="Sagittarius"><p>Sagittarius</p></li>
  1815.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/capricorn.svg" alt="Capricorn"><p>Capricorn</p></li>
  1816.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/aquarius.svg" alt="Aquarius"><p>Aquarius</p></li>
  1817.            <li><img width="32" height="32" loading="lazy" src="https://cdn.cosmonova.org/cosmonova/images/home/pisces.svg" alt="Pisces"><p>Pisces</p></li>
  1818.        </ul>
  1819.        <a class="btn white" href="/order/">Buy A Star Here</a>
  1820.    </div>
  1821. </div>
  1822. <div id="block6">
  1823.    <div class="content flex">
  1824.        <div class="w50 testimonial">
  1825.            <p class="quote">We had a great <strong>corporate</strong> service experience. Thank you for a unique design for each employee.</p>
  1826.            <div class="author"><span class="logo1"></span><p>The Coca-Cola Company, HR, Dubai, James Wilson</p></div>
  1827.            <a class="btn blue" href="/corporate-orders/">Get a Quote, Design & Proposal</a>
  1828.            <p class="hint">*50 Or More Posters</p>
  1829.        </div>
  1830.        <div class="w50 testimonial">
  1831.            <p class="quote">It’s incredible. Our <strong>small</strong> team, falling in love with posters you do. Great idea with QR code!</p>
  1832.            <div class="author"><span class="logo2"></span><p>Сhameleon Soccer Kids Club, Founder David Collins</p></div>
  1833.            <a class="btn blue" href="/corporate-orders/">Get a Quote, Design & Proposal</a>
  1834.            <p class="hint">*10 Or More Posters</p>
  1835.        </div>
  1836.    </div>
  1837. </div>
  1838. <div id="block7">
  1839.    <div class="content flex">
  1840.        <div class="w50 item">
  1841.            <div class="wrapper">
  1842.                <p class="title">Excellent Print Quality</p>
  1843.                <p>Your loved ones will be impressed with the outstanding quality of our Certificates and Star Maps. We use the latest printing technology and only the best materials to provide quality usually reserved only for wedding prints and portrait art.</p>
  1844.            </div>
  1845.        </div>
  1846.        <div class="w50 item">
  1847.            <div class="wrapper">
  1848.                <p class="title">Fast Shipping</p>
  1849.                <p>Thanks to our extensive shipping capabilities, we can send star name gift packages anywhere in the world. And if it is a last minute gift idea, you can also choose to instantly receive a digital Certificate of Star Name Registration by email.</p>
  1850.            </div>
  1851.        </div>
  1852.        <div class="w50 item">
  1853.            <div class="wrapper">
  1854.                <p class="title">Customer Care</p>
  1855.                <p>We always do our best to take care of our stellar customers. You are more than welcome to send us a message whenever you need any information about your purchase. Nobody is left unattended — we always reply as soon as possible.</p>
  1856.            </div>
  1857.        </div>
  1858.        <div class="w50 item">
  1859.            <div class="wrapper">
  1860.                <p class="title">Secure Payments</p>
  1861.                <p>We provide a 100% guarantee for the security of your order and payment information. We use the latest SSL security (HTTPS) software, and our site is also protected with further security measures.</p>
  1862.            </div>
  1863.        </div>
  1864.    </div>
  1865. </div>
  1866. <div id="block8">
  1867.    <div class="content">
  1868.        <h3>Perfect For Any Occasion</h3>
  1869.        <ul class="occasion flex">
  1870.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img1.jpg" alt="buy a star gift"></a>
  1871.                <div class="text"><p>Birthday Gift</p><span>707</span></div></li>
  1872.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img2.jpg" alt="register a star"></a>
  1873.                <div class="text"><p>Valentine's Day Gift</p><span>425</span></div></li>
  1874.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img3.jpg" alt="purchase a star"></a>
  1875.                <div class="text"><p>Love Gift</p><span>339</span></div></li>
  1876.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img4.jpg" alt="name a star"></a>
  1877.                <div class="text"><p>Family Gift</p><span>672</span></div></li>
  1878.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img5.jpg" alt="buy a star online"></a>
  1879.                <div class="text"><p>Corporate Gift</p><span>950</span></div></li>
  1880.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img6.jpg" alt="buy a star cheap"></a>
  1881.                <div class="text"><p>Baby Gift</p><span>474</span></div></li>
  1882.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img7.jpg" alt="star registration"></a>
  1883.                <div class="text"><p>Graduation Gift</p><span>596</span></div></li>
  1884.            <li><a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="image"><img loading="lazy" layout="responsive" width="269" height="269" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/landing_block8_img8.jpg" alt="name a star gift"></a>
  1885.                <div class="text"><p>Anniversary Gift</p><span>531</span></div></li>
  1886.        </ul>
  1887.    </div>
  1888. </div>
  1889. <div id="block9">
  1890.    <div class="content center">
  1891.        <h3>What is CosmoNova?</h3>
  1892.        <p>CosmoNova is a company with a wealth of experience in the professional registration of stars. Our competent and professional team is passionate about its work — and always strives to deliver the best quality, on time. We will help you create unique gifts that your loved ones can enjoy for centuries.</p>
  1893.        <ul class="whatis flex">
  1894.            <li>
  1895.                <img width="75" height="93" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/icon1-1.png" alt="name a star cheap">
  1896.                <p class="title">Select Your Star Gift</p>
  1897.                <p>First decide whether you want to name a Traditional Star, Star of the Zodiac or a Double Star. Then choose a name for the desired star and add your personal message.</p>
  1898.            </li>
  1899.            <li>
  1900.                <img width="66" height="93" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/icon2-1.png" alt="gift star registration">
  1901.                <p class="title">Choose Delivery and<br>Payment Methods</p>
  1902.                <p>Provide your personal details and choose your preferred method of payment and delivery. After that, just check the order information, and we will do the rest for you.</p>
  1903.            </li>
  1904.            <li>
  1905.                <img width="85" height="92" loading="lazy" retina="2x" src="https://cdn.cosmonova.org/cosmonova/images/home/icon3-1.png" alt="buy a star fast">
  1906.                <p class="title">Fast Processing and<br>
  1907.                    Delivery</p>
  1908.                <p>We will send you a confirmation email as soon as we receive your payment — and then ship your Star Certificate and Star Map on the same day. In urgent cases, we can also send you digital copies of these documents by email so you can print them yourself.</p>
  1909.            </li>
  1910.        </ul>
  1911.    </div>
  1912. </div>
  1913. <div id="footer">
  1914.    <div class="content">
  1915.        <ul class="footer footer1">
  1916.            <li id="contactus">
  1917.                <p class="title">Contact Us</p>
  1918.                <ul>
  1919.                    <li class="icons phone">Call Us: +1 (332) 900 6321</li>
  1920.                </ul>
  1921.            </li>
  1922.            <li id="reviews">
  1923.                <p class="title">Quality &amp; Customer Support</p>
  1924.                <ul>
  1925.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/trustpilot.svg" width="80" height="30" alt="trustpilot"/></li>
  1926.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/google-rate.svg" width="65" height="30" alt="google review"/></li>
  1927.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/facebook-rate.svg" width="70" height="30" alt="facebook review"/></li>
  1928.                </ul>
  1929.                <p>Check our customers <a target="_blank" rel="nofollow noopener" href="https://www.trustpilot.com/review/www.cosmonova.org">Reviews</a></p>
  1930.            </li>
  1931.            <li id="follow">
  1932.                <div class="footer-medalki"></div>
  1933.                <div class="footer-follow-follow">
  1934.                    <p class="title">Follow Us on Social Media</p>
  1935.                    <div class="share-links">
  1936.                        <a rel="nofollow noopener" target="_blank" href="https://www.facebook.com/cosmonova.org" class="facebook"><img src="https://cdn.cosmonova.org/cosmonova/images/icons/facebook-share.svg" width="25" height="25" alt="Facebook page"/></a>
  1937.                        <a rel="nofollow noopener" target="_blank" href="https://www.instagram.com/cosmonova_org" class="instagram"><img src="https://cdn.cosmonova.org/cosmonova/images/icons/instagram-share.svg" width="25" height="25" alt="Instagram page"/></a>
  1938.                    </div>
  1939.                    <p>Share your experience <a href="/contact-us/">Get Discount</a></p>
  1940.                </div>
  1941.            </li>
  1942.        </ul>
  1943.        <ul class="footer footer2">
  1944.            <li id="secured">
  1945.                <p class="title">Secured &amp; Verified payment</p>
  1946.                <ul>
  1947.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/paypal.svg" width="40" height="12" alt="PayPal"/></li>
  1948.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/visa.svg" width="35" height="12" alt="Visa"/></li>
  1949.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/mastercard.svg" width="20" height="12" alt="MasterCard"/></li>
  1950.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/amex.svg" width="30" height="12" alt="American Express"/></li>
  1951.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/jcb.svg" width="18" height="12" alt="JCB"/></li>
  1952.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/alipay.svg" width="50" height="12" alt="Alipay"/></li>
  1953.                </ul>
  1954.            </li>
  1955.            <li id="shipping">
  1956.                <p class="title">Worldwide shipping</p>
  1957.                <ul>
  1958.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/fedex.svg" width="45" height="12" alt="FedEx"/></li>
  1959.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/dhl.svg" width="60" height="12" alt="DHL"/></li>
  1960.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/ems.svg" width="60" height="12" alt="EMS"/></li>
  1961.                    <li><img src="https://cdn.cosmonova.org/cosmonova/images/icons/sf-express.svg" width="35" height="12" alt="SF Express"/></li>
  1962.                </ul>
  1963.            </li>
  1964.            <li id="refund">
  1965.                <p class="title">Track Your Order</p>
  1966.                <p>To Track a Lost Package <a href="/contact-us/">Contact Us</a></p>
  1967.            </li>
  1968.        </ul>
  1969.        <div class="footer-bottom flex">
  1970.                <div class="w70">
  1971.                    <p>Cosmonova is a private registry service and is not affiliated with any governmental entities or educational institutions.</p>
  1972.                    <p>Registering Stars Since 1997, OCR Ltd.Riga, <a href="/information/">Info</a></p>
  1973.                </div>
  1974.                <div class="w30 tright">
  1975.                    <a href='/blog/'>Blog</a><a href='/information/reviews/'>Reviews</a><a href='/information/buy-a-star-faq/'>FAQ</a><a href='/order/'>Order now</a>
  1976.                </div>
  1977.        </div>
  1978.        <div class="footer-bottom flex">
  1979.            <div class="w50">
  1980.                <p>On the 22nd of July 2022 SIA “OCR” has signed an agreement Nr. SKV-L-2022/322 with Investment and Development Agency of Latvia (LIAA) for the project “International competitiveness promotion”, which is co-financed by the European Regional Development Fund.</p>
  1981.            </div>
  1982.            <div class="w50 tright noborder">
  1983.                <a href="http://www.liaa.gov.lv/en" target="_blank" rel="nofollow"><img src="https://cdn.cosmonova.org/cosmonova/images/liaa.png" loading="lazy" retina="2x" width="200" height="78" alt="LIAA"/></a>
  1984.                <a href="http://www.liaa.gov.lv/en" target="_blank" rel="nofollow"><img src="https://cdn.cosmonova.org/cosmonova/images/ndp.png" loading="lazy" retina="2x" width="295" height="78" alt="NDP"/></a>
  1985.            </div>
  1986.        </div>
  1987.    </div>
  1988. </div>
  1989. </div>
  1990. <script></script>
  1991. <style>@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;src:local('Montserrat ExtraLight'),local('Montserrat-ExtraLight'),url(https://cdn.cosmonova.org/cosmonova/fonts/Montserrat/latin-200.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url(https://cdn.cosmonova.org/cosmonova/fonts/Montserrat/latin-400.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;src:local('Montserrat SemiBold'),local('Montserrat-SemiBold'),url(https://cdn.cosmonova.org/cosmonova/fonts/Montserrat/latin-600.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:local('Roboto'),local('Roboto-Regular'),url(https://cdn.cosmonova.org/cosmonova/fonts/Roboto/latin-400.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}</style>
  1992.  
  1993. </body>
  1994. </html>
  1995.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda