@import url('popup.css');
@import url('spot1.css');
@import url('spot2.css');
@import url('spot3.css');
@import url('spot4.css');
@import url('spot5.css');
@import url('spot6.css');
@import url('spot7.css');
@import url('spot8.css');
@import url('spot9.css');
@import url('spot10.css');
@import url('spot11.css');
@import url('spot12.css');
@import url('spot13.css');
@import url('spot14.css');
@import url('responsive.css');

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.what__spot {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 5px;
    display: none;
}

.what__cord {
    position: fixed;
    z-index: 999;
    top: 50px;
    left: 0;
    background-color: #fff;
    padding: 5px;
    display: none;
    flex-direction: column;
}

.cloudimage-360 {
    position: relative;
    display: flex;
    overflow-x: hidden;
    margin: 0 auto;
    /*cursor: url("../cursor-custom1.png"), default !important;*/
}

.rotate__block {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,191919+82 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #191919 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#191919 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#191919 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
