This commit is contained in:
2024-06-03 16:41:31 +02:00
parent 22222bc154
commit e16c7995c4
8 changed files with 68 additions and 18 deletions

View File

@@ -101,6 +101,10 @@ input::placeholder {
font-size: 14px;
}
.logo-img {
cursor: pointer;
}
@media only screen and (min-width: 768px) {
form {
width: 229px !important;
@@ -167,6 +171,11 @@ input::placeholder {
header {
padding: 0 96px !important;
}
.logo-img {
width: 174px;
height: 39px;
cursor: pointer;
}
}
@font-face {
font-family: "MerriweatherSans";
@@ -405,12 +414,12 @@ span {
width: 80px;
height: 80px;
cursor: pointer;
margin-bottom: 10px;
margin-bottom: 18px;
font-size: 50px;
}
.card h4 {
text-align: center;
width: 300px;
width: 350px;
padding-bottom: 19px;
font-size: 21px;
font-weight: 400;
@@ -424,7 +433,7 @@ span {
}
.card p {
text-align: center;
padding-top: 17px;
padding-top: 17px !important;
font-family: MerriweatherSans;
color: #777777;
letter-spacing: 0;
@@ -450,6 +459,7 @@ span {
box-shadow: none;
outline: none;
color: white;
margin-bottom: 0px !important;
}
.view-more:hover {
@@ -465,9 +475,13 @@ span {
.card p {
padding: 0 30px;
}
.card h4 {
width: 300px;
}
}
@media only screen and (min-width: 992px) {
.second-part {
min-height: 80vh;
padding-top: 70px;
padding-bottom: 120px;
}
@@ -478,13 +492,14 @@ span {
font-size: 21px;
}
.second-part .card p {
padding: 0 30px;
padding: 0 25px;
}
.second-part h2 {
font-size: 48px;
}
.second-part h4 {
font-size: 29px;
width: 350px;
}
}
.third-part {
@@ -792,6 +807,9 @@ span {
.sixth-part .profile-text {
margin-bottom: 20px;
}
.sixth-part .profile-text p {
width: 330px;
}
}
@media only screen and (min-width: 992px) {
.sixth-part .headline-card h2 {
@@ -800,9 +818,12 @@ span {
.sixth-part .headline-card h4 {
font-size: 29px !important;
}
.sixth-part .headline-card .profile-text p {
width: 538px;
}
}
.seventh-part {
min-height: 63vh;
min-height: 55vh;
background-image: url("/assets/images/image44.jpg");
background-size: cover;
position: relative;
@@ -910,10 +931,10 @@ span {
font-family: MerriweatherSans;
}
.form .input-text::-moz-placeholder {
color: #777777 !important;
color: #31353d !important;
}
.form .input-text::placeholder {
color: #777777 !important;
color: #31353d !important;
}
.form .form-container-bot {
position: relative;