This commit is contained in:
2024-12-30 22:59:45 +01:00
parent a271e866fd
commit c1ef7fceab
37 changed files with 513 additions and 293 deletions

View File

@@ -10403,14 +10403,178 @@ div[class^='col-'] {
}
}
#scontainer-2 {
max-width: 1920px;
margin-left: auto;
margin-right: auto;
#scontainer-158 {
padding-top: 120px;
padding-bottom: 120px;
.slick-slide {
img {
margin: 0 auto;
h2 {
margin-bottom: 48px;
}
h4 {
font-size: 20px;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 48px;
}
.btn {
display: inline-flex;
height: 60px;
padding: 0 36px;
border-radius: 0;
border-radius: 0;
border: 0;
align-items: center;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
gap: 10px;
transition: all .3s ease-in;
}
.btn-success {
margin-left: 7px;
background: #FBF27A;
color: #000;
@include respond-below(sm) {
margin-left: 0;
}
&:hover {
background: rgba(251, 242, 122, .8);
}
&::after {
content: '';
display: inline-flex;
background: url('/images/icon-check.png') no-repeat center;
height: 24px;
width: 24px;
align-items: center;
justify-content: center;
}
}
.btn-primary {
background: #000;
margin-right: 7px;
@include respond-below(sm) {
margin-right: 0;
margin-bottom: 10px;
}
&:hover {
background: rgba(0, 0, 0, .8);
}
&::after {
content: '';
display: inline-flex;
background: url('/images/icon-arrow-right.png') no-repeat center;
height: 24px;
width: 24px;
align-items: center;
justify-content: center;
}
}
}
.faq {
background: url('/images/faq-background.png') no-repeat center center;
padding-top: 120px;
padding-bottom: 120px;
color: #FFF;
@include respond-below(md) {
background: #000;
padding-top: 60px;
padding-bottom: 60px;
}
h2 {
color: #FFF;
margin-bottom: 50px;
}
.panel-group {
.panel {
margin-bottom: 10px;
div[role="tabpanel"] {
display: none;
color: #FFF;
padding-top: 30px;
padding-bottom: 30px;
@include respond-below(md) {
padding-top: 15px;
padding-bottom: 15px;
}
p {
color: #FFF;
font-size: 16px;
font-family: "URW Form";
line-height: 1.5;
font-weight: 200;
&:last-child {
margin-bottom: 0;
}
}
&.show {
display: block;
}
}
.panel-heading {
.panel-title {
a {
display: flex;
color: #FFF;
height: 60px;
padding: 0 25px;
border: 1px solid #FFF;
font-family: 'URW Form', sans-serif;
font-weight: 700;
font-size: 24px;
letter-spacing: 2px;
align-items: center;
text-decoration: none;
text-transform: uppercase;
justify-content: space-between;
column-gap: 10px;
@include respond-below(md) {
height: auto;
padding: 10px 15px;
font-size: 18px;
}
@include respond-below(sm) {
font-size: 16px;
}
&.active {
&::after {
background: url('/images/icon-arrow-up-white.png') no-repeat center;
}
}
&::after {
content: '';
display: block;
height: 15px;
width: 15px;
background: url('/images/icon-arrow-down-white.png') no-repeat center;
}
}
}
}
}
}
}