Save
This commit is contained in:
@@ -229,6 +229,7 @@ p {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
padding: 86px 0 90px;
|
||||
margin-bottom: 100px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
padding: 50px 0 90px;
|
||||
@@ -236,12 +237,85 @@ p {
|
||||
|
||||
._row {
|
||||
&-1 {
|
||||
margin-bottom: 50px;
|
||||
margin-bottom: 80px;
|
||||
._col {
|
||||
&-1 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 70px;
|
||||
align-items: flex-end;
|
||||
|
||||
@include respond-below(md) {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
._col-img {
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
._col-data {
|
||||
padding-left: 40px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 15px;
|
||||
|
||||
border-left: 2px solid #181c1d;
|
||||
@include respond-below(md) {
|
||||
text-align: center;
|
||||
}
|
||||
p {
|
||||
color: $cTxtBlack;
|
||||
font-family: $font3;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 15px;
|
||||
|
||||
@include respond-below(md) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
color: $cTxtBlack;
|
||||
font-size: 32px;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@include respond-below(md) {
|
||||
font-size: 24px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&-2 {
|
||||
margin-bottom: 80px;
|
||||
|
||||
._col {
|
||||
&-1 {
|
||||
width: 100%;
|
||||
max-width: 850px;
|
||||
max-width: 763px;
|
||||
|
||||
p {
|
||||
color: $cTxtBlack;
|
||||
@@ -263,91 +337,9 @@ p {
|
||||
}
|
||||
}
|
||||
}
|
||||
&-2 {
|
||||
}
|
||||
}
|
||||
}
|
||||
&-2 {
|
||||
._col {
|
||||
&-1 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 70px;
|
||||
align-items: flex-end;
|
||||
|
||||
@include respond-above(md) {
|
||||
margin-left: 70px;
|
||||
}
|
||||
@include respond-below(md) {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
._col-img {
|
||||
}
|
||||
|
||||
._col-data {
|
||||
@include respond-below(md) {
|
||||
text-align: center;
|
||||
}
|
||||
p {
|
||||
color: $cTxtBlack;
|
||||
font-family: $font3;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@include respond-above(md) {
|
||||
margin-left: 44px;
|
||||
}
|
||||
@include respond-below(md) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
color: $cWhite;
|
||||
font-size: 32px;
|
||||
font-family: $font3;
|
||||
font-weight: 700;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
|
||||
display: inline-block;
|
||||
padding: 16px 44px 9px;
|
||||
border-radius: 50px;
|
||||
background: rgba(#2e2d2c, 0.8);
|
||||
|
||||
@include respond-below(md) {
|
||||
font-size: 24px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.box-3 {
|
||||
margin-top: -50px;
|
||||
margin-bottom: 130px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
._row {
|
||||
&-1 {
|
||||
&-3 {
|
||||
._col {
|
||||
&-1 {
|
||||
ol {
|
||||
@@ -1414,44 +1406,103 @@ p {
|
||||
&-1 {
|
||||
._col {
|
||||
&-1 {
|
||||
h2 {
|
||||
color: #1d1d1e;
|
||||
font-family: $font3;
|
||||
font-weight: 300;
|
||||
font-size: 34px;
|
||||
letter-spacing: 2px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 35px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: -180px;
|
||||
position: relative;
|
||||
|
||||
@include respond-below(xs) {
|
||||
font-size: 28px;
|
||||
.blur-text {
|
||||
text-align: center;
|
||||
padding: 64px 115px;
|
||||
border-radius: 100px;
|
||||
box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.25);
|
||||
max-width: fit-content;
|
||||
backdrop-filter: blur(15px);
|
||||
|
||||
h3 {
|
||||
color: $cTxtBlack;
|
||||
font-size: 43px;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
letter-spacing: 5px;
|
||||
line-height: 1;
|
||||
margin-bottom: 5px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
h4 {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 0 50px;
|
||||
|
||||
color: $cTxtBlack;
|
||||
font-size: 27px;
|
||||
font-family: $font3;
|
||||
font-weight: 400;
|
||||
letter-spacing: 4px;
|
||||
line-height: 1;
|
||||
margin-bottom: 0;
|
||||
text-transform: uppercase;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 34px;
|
||||
height: 1px;
|
||||
background: $cBlack;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
&::before {
|
||||
left: 0;
|
||||
}
|
||||
&::after {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&-2 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 140px;
|
||||
align-items: flex-end;
|
||||
|
||||
p {
|
||||
color: #1d1d1e;
|
||||
._col {
|
||||
&-1 {
|
||||
}
|
||||
&-2 {
|
||||
margin-bottom: 50px;
|
||||
|
||||
h3 {
|
||||
color: $cTxtBlack;
|
||||
font-size: 34px;
|
||||
font-family: $font3;
|
||||
font-weight: 300;
|
||||
font-size: 20px;
|
||||
letter-spacing: 2px;
|
||||
text-align: center;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 40px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 35px;
|
||||
|
||||
@include respond-below(xs) {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
p {
|
||||
color: $cTxtBlack;
|
||||
font-size: 16px;
|
||||
font-family: $font3;
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin: 40px 0 0 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 14px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -1474,7 +1525,6 @@ p {
|
||||
font-size: 14px;
|
||||
letter-spacing: 1px;
|
||||
padding: 20px 36px 16px;
|
||||
border-radius: 5px;
|
||||
line-height: 1;
|
||||
text-transform: uppercase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user