html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  vertical-align: baseline;
  border: 0;
  outline: 0;
  font-size: 100%;
  padding: 0;
  margin: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ul,
ol {
  display: block;
  position: relative;
  width: 100%;
  list-style: none;
  text-align: left;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  -moz-padding-end: 0;
  padding-inline-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  padding: 0;
  margin: 0;
}

a {
  /* display: inline; */
  position: relative;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: inherit;
}

a {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  word-break: break-word;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  font: inherit;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}


html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  box-sizing: border-box;
  
}

body {
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #FFFFFF;
  background: transparent;
  overflow-x: hidden;
}
h1,
.title {
  display: block;
  position: relative;
  /* font-size: 5vw; */
  font-weight: 900;
  line-height: 100%;
  text-transform: none;
  text-align: center;
  color:#FFFFFF;
  font-size: clamp(28px, 5vw, 80px);
  
  line-height: 1.2;
}

h1::after,h1::before,.title::after,
.title::before{
    content: '';
display: block;
min-width: 93px;
height: 17px;
background: url(../images/spinando/title-before.svg) no-repeat center center /contain;
}

h1::after,.title::after
{
   
    background: url(../images/spinando/title-after.svg) no-repeat center center /contain;
}


.header,
.main,
.footer {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.background,
.hero__background,.background img,
.hero__background img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  
}

.background img,
.hero__background img {
  position: relative;
  object-fit: cover;
  object-position: 100%;
  object-position: bottom;
 
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #100724;
  padding: 0;
  z-index: 100;
  
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1600px;
  max-height: 73px;
  border-radius: 0;
  background: #100724;
  padding: 20px;
  margin-bottom: 0;
}

.logo {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  transition: all 0.5s;
}



.logo:hover {
  transform: scale(1.2);
}

.logo img {
  display: block;
  position: relative;
  width: auto;
  max-height: 77px;
}

.main {
  padding: 73px 0 0 0 ;
}


.hero {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 73px); 
  padding: 0;
  border-radius: 12px;
  padding: 30px 20px ;
  overflow: hidden;
  
}

.hero__data {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  position: relative;
  max-width: 1000px;
  max-width: 100%;
  border-radius: 12px;
  background: #30279780;

  padding: 32px 20px;

  
}


.hero__data p{
    /* font-size: 2vw; */
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.5;
}


.hero__title {
  display: flex;
  flex-direction: row;
  gap: 25px;
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1550px) {
  .background img, .hero__background img {
    object-position: 100%;
  }
     
}

  
@media screen and (max-width: 666px) {
    h1::after,h1::before,.title::after,
.title::before{
    
min-width: 43px;}

.hero__title{
    gap: 12px;
}


}

@media screen and (max-width: 540px) {
    h1::after,h1::before,.title::after,
.title::before{
    display: none;}
.background img, .hero__background img {
        object-position: 90%;
    }
        


    .hero {
        padding: 10px;
    }

    .hero__data {
      padding: 16px;
    }
   
}

/* --------- */
