This commit is contained in:
DmitriyB
2022-09-16 17:06:15 +05:00
parent 73b082d874
commit 9c1ea8b99e
106 changed files with 35487 additions and 1092 deletions
@@ -0,0 +1,182 @@
.animation-container {
position: relative;
overflow: hidden;
height: 90vh;
}
.test {
z-index: -1;
top: 2%;
right: 0%;
width: 100%;
position: absolute;
}
.mapblock__container {
color: #ebebeb;
background-image: url(./Map.svg);
background-repeat: no-repeat;
height: 780px;
background-position: 300px;
margin-bottom: 160px;
}
.title__container {
z-index: 99;
display: flex;
flex-direction: column;
gap: 30px;
padding-top: 140px;
}
.title__main {
font-style: normal;
font-weight: 300;
font-size: 96px;
line-height: 80%;
margin: 0;
color: #ebebeb;
}
.title__gardient_pos {
background: linear-gradient(to right, #D375FF 0%, #798FFF 45%);
}
.title__gardient {
font-style: normal;
font-weight: 300;
font-size: 96px;
line-height: 80%;
margin: 0;
background-repeat: repeat;
background-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
}
.button__demo {
box-sizing: border-box;
background-color: transparent;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14px 14px 12px 20px;
gap: 4px;
border: 1px solid #454545;
border-radius: 32px;
color: #ebebeb;
width: 156px;
margin-top: 31px;
}
.title__caption {
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
margin-bottom: 20px;
/* or 21px */
letter-spacing: 0.02em;
text-transform: uppercase;
/* Landing/White */
color: #ebebeb;
opacity: 0.8;
}
.title {
font-style: normal;
font-weight: 300;
font-size: 96px;
line-height: 80%;
/* or 77px */
/* Landing/White */
color: #ebebeb;
margin: 0;
}
@media screen and (min-width: 1600px) {
.title {
font-size: 6vw;
}
.title__gardient {
font-size: 6vw;
}
.title__caption {
font-size: 0.8vw;
}
}
@media screen and (max-width: 1024px) {
.title__container {
padding-top: 170px;
margin-left: 20px;
}
.animation-container {
box-sizing: border-box;
}
}
@media screen and (max-width: 639px) {
.title__container {
padding-top: 70px;
}
.test {
visibility: hidden;
opacity: 0;
}
.animation-container {
background-image: url(./Map.svg);
background-repeat: no-repeat;
padding: 10px;
background-position: 19%;
}
.title {
font-weight: 300;
font-size: 54px;
line-height: 80%;
}
.title__gardient {
font-weight: 300;
font-size: 54px;
line-height: 80%;
}
.title__container {
margin-left: 0;
}
}