edit mistakes

This commit is contained in:
shahboz
2024-08-09 17:34:47 +05:00
parent 972b2e13af
commit d74ddba981
2 changed files with 58 additions and 10 deletions

View File

@@ -5025,7 +5025,7 @@ select {
.collapse_right{
position: absolute;
right: -40px;
top: 0;
top: -73px;
z-index: -1;
}
.collapse_left{
@@ -5195,6 +5195,35 @@ select {
padding: 0 42px 42px 42px;
text-align: center;
transition: .3s all ease;
position: relative;
}
.feedback_item::before{
position: absolute;
content: '«';
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%;
color: #878A90;
left: -15px;
top: 30px;
opacity: 0;
}
.feedback_item::after{
position: absolute;
content: '»';
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 120%;
color: #878A90;
right: -15px;
bottom: 30px;
opacity: 0;
}
.slick-current.feedback_item::before,
.slick-current.feedback_item::after{
opacity: 1;
}
.feed_desc{
font-size: 16px;
@@ -5503,12 +5532,15 @@ select {
border-radius: 8px;
object-fit: cover;
}
.member_right{
margin: 40px 0 0 0;
}
.member_name{
font-size: 16px;
font-weight: 600;
line-height: 120%;
color: #000;
margin: 15px 0;
margin: 0 0 10px 0;
}
.member_text{
font-size: 12px;
@@ -5854,6 +5886,7 @@ body:has(.hero){
}
.exper_tile {
font-size: 24px;
padding: 0 20px 10px 0;
}
.diagram_number {
font-size: 24px;
@@ -5898,6 +5931,9 @@ body:has(.hero){
.member_text{
font-size: 10px;
}
.member_text + .member_text {
margin: 10px 0 0 0;
}
.blog_image img{
height: 220px;
}
@@ -5914,6 +5950,21 @@ body:has(.hero){
.hero .hero_bg{
object-position: 78%;
}
.sub_title {
font-size: 14px;
}
.company_row .slick-list{
overflow: visible;
}
.feedback_item::before{
left: 0;
}
.feedback_item::after{
right: 0;
}
.company_row .nextArr {
right: -2px;
}
}
@media only screen and (max-width: 500px){
@@ -5938,11 +5989,8 @@ body:has(.hero){
.team_left.member .member_name{
font-size: 24px;
}
.hero .serv-page__list li::before{
left: -23px;
}
.hero .serv-page__list li{
padding-left: 0;
padding-left: 35px;
}
.blog_image img{
height: 150px;