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

@@ -88,7 +88,7 @@
<li class="navs">contacts</li> <li class="navs">contacts</li>
</ul> </ul>
</div> </div>
<img src="/assets/images/logo.webp" class="mt-3" alt=""> <img src="/assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- site navigation--> <!-- site navigation-->
@@ -179,7 +179,7 @@
<!-- second part --> <!-- second part -->
<div <div
class="second-part d-flex flex-column align-items-center justify-content-center mx-3 my-lg-0 my-5 my-md-5 d-md-flex"> class="second-part d-flex flex-column align-items-center justify-content-center mx-3 my-lg-0 my-5 mx-lg-5 my-md-5 d-md-flex">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3"> <div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>business management</h4> <h4>business management</h4>
<h2>Services We Offer</h2> <h2>Services We Offer</h2>

View File

@@ -61,7 +61,7 @@
} }
.input-text::placeholder{ .input-text::placeholder{
color: #777777 !important; color: #31353d !important;
} }
.form-container-bot{ .form-container-bot{

View File

@@ -95,6 +95,12 @@ input::placeholder {
font-size: 14px; font-size: 14px;
} }
.logo-img{
cursor:pointer;
}
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
form { form {
width: 229px !important; width: 229px !important;
@@ -175,4 +181,10 @@ input::placeholder {
header{ header{
padding: 0 96px !important; padding: 0 96px !important;
} }
.logo-img{
width: 174px;
height: 39px;
cursor:pointer;
}
} }

View File

@@ -33,13 +33,13 @@
width: 80px; width: 80px;
height: 80px; height: 80px;
cursor: pointer; cursor: pointer;
margin-bottom: 10px; margin-bottom: 18px;
font-size: 50px; font-size: 50px;
} }
h4 { h4 {
text-align: center; text-align: center;
width: 300px; width: 350px;
padding-bottom: 19px; padding-bottom: 19px;
font-size: 21px; font-size: 21px;
font-weight: 400; font-weight: 400;
@@ -56,7 +56,7 @@
p { p {
text-align: center; text-align: center;
padding-top: 17px; padding-top: 17px !important;
font-family: MerriweatherSans; font-family: MerriweatherSans;
color: #777777; color: #777777;
letter-spacing: 0; letter-spacing: 0;
@@ -77,13 +77,14 @@
box-shadow: none; box-shadow: none;
outline: none; outline: none;
color: white; color: white;
margin-bottom: 0px !important;
} }
.view-more:hover { .view-more:hover {
background-color: #333333 !important; background-color: #333333 !important;
color: white; color: white;
transition: 0.2s; transition: 0.2s;
;
} }
@media only screen and (min-width:768px) { @media only screen and (min-width:768px) {
@@ -91,10 +92,17 @@
margin-bottom: 20px; margin-bottom: 20px;
} }
.card { .card {
p { p {
padding: 0 30px ; padding: 0 30px ;
} }
} }
.card{
h4{
width: 300px;
}
}
} }
@media only screen and (min-width:992px) { @media only screen and (min-width:992px) {
@@ -102,6 +110,7 @@
.second-part { .second-part {
min-height: 80vh;
padding-top: 70px; padding-top: 70px;
padding-bottom: 120px; padding-bottom: 120px;
@@ -112,7 +121,7 @@
} }
p { p {
padding: 0 30px ; padding: 0 25px ;
} }
} }
@@ -122,6 +131,7 @@
h4{ h4{
font-size: 29px; font-size: 29px;
width: 350px;
} }
} }

View File

@@ -1,7 +1,7 @@
.seventh-part { .seventh-part {
min-height: 63vh; min-height: 55vh;
background-image: url('/assets/images/image44.jpg'); background-image: url('/assets/images/image44.jpg');
background-size: cover; background-size: cover;
position: relative; position: relative;
@@ -13,7 +13,6 @@
@include button; @include button;
background-color: transparent; background-color: transparent;
border: solid 2px white; border: solid 2px white;
// margin-bottom: 40px;
} }
.learn-more:hover { .learn-more:hover {
background-color: white; background-color: white;

View File

@@ -50,6 +50,9 @@
} }
padding: 50px 0 100px 0; padding: 50px 0 100px 0;
.profile-text{ .profile-text{
p{
width: 330px;
}
margin-bottom: 20px; margin-bottom: 20px;
} }
} }
@@ -64,6 +67,11 @@
h4{ h4{
font-size: 29px !important; font-size: 29px !important;
} }
.profile-text{
p{
width: 538px;
}
}
} }
} }
} }

View File

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

File diff suppressed because one or more lines are too long