bugs fixing relate resp

This commit is contained in:
2025-01-10 19:37:57 +05:30
parent bd3d625539
commit e02cf20a6b
2 changed files with 21 additions and 38 deletions

View File

@@ -38,6 +38,7 @@ p {
font-size: clamp(17px, 1.33333vw, 20px);
margin-bottom: 6px;
font-weight: 500;
color: #fff;
}
.micro-head-para {
@@ -284,7 +285,7 @@ p {
.dual-slider {
background-color: #101316;
height: calc(100vh - 97px);
max-height: calc(100vh - 97px);
position: relative;
overflow: hidden;
}
@@ -2130,11 +2131,13 @@ p.btn-sym {
-moz-transition: color 0.3s ease, border-color 0s ease, font-weight 0.3s ease;
-ms-transition: color 0.3s ease, border-color 0s ease, font-weight 0.3s ease;
-o-transition: color 0.3s ease, border-color 0s ease, font-weight 0.3s ease;
border: 0px solid transparent;
}
.solution-tab-main .nav-link:hover {
color: #E5195E;
transition: color 0.3s ease;
font-weight: normal;
}
.solution-tab-main .nav-link.active {
@@ -3745,6 +3748,11 @@ p.btn-sym {
padding: 40px 0;
}
.tooltip {
left: 0;
transform: translateX(0%);
}
.home-form {
margin-top: 45px;
}
@@ -3752,7 +3760,9 @@ p.btn-sym {
.home-form .lets_talk {
margin: 20px 0 0;
}
.transforming-concept .transform-box:first-child {
grid-column: span 1;
}
.flutter-exp-main {
grid-template-columns: repeat(1, 1fr);
grid-gap: 36px 40px;
@@ -4082,7 +4092,9 @@ p.btn-sym {
/* .two_slider_main {
height: 100vh;
} */
.mobile-banner {
margin-bottom: 10px;
}
.why-hiring-dev-box-main {
grid-template-columns: repeat(1, 1fr);
@@ -4178,7 +4190,8 @@ p.btn-sym {
.mobile-download-main {
left: 12%;
bottom: -30px;
bottom: -8px;
margin: 0;
}

View File

@@ -34,8 +34,6 @@ body {
--gray: #4C4C4C;
--gray-light: #ffffff3d;
--other-gray: #858585;
--blue: #1B6DC1;
--light-blue: #2F2F2F;
--extra-gray: #E6E6E6;
/* --box-shadow: 0px 3px 10px 0px rgb(232 21 93 / 25%); */
}
@@ -113,19 +111,7 @@ img {
height: 100%;
}
.bg__gray {
background: var(--white-light);
}
.black_heading {
color: var(--light-black);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 100%;
letter-spacing: 0.3px;
margin-bottom: 22px;
}
.h3_heading {
font-size: 22px;
@@ -137,13 +123,6 @@ img {
color: var(--light-black);
}
.gray_para {
color: var(--gray);
font-size: 18px;
font-style: normal;
font-weight: 400;
}
#pre_loader {
width: 100%;
@@ -386,7 +365,7 @@ img.arrow_up {
flex-direction: column;
}
/*
.grid_btns .buttons_width {
width: 50%;
align-items: baseline;
@@ -428,8 +407,6 @@ img.arrow_up {
content: '';
position: absolute;
border: 0;
/*border-bottom: 2px solid var(--orange);
*/
width: 100%;
opacity: 1;
left: 0;
@@ -464,12 +441,10 @@ img.arrow_up {
gap: 15px;
text-decoration: none;
font-weight: 400;
}
} */
.header .mob_app_dev .setting_hover {
/* .header .mob_app_dev .setting_hover {
position: relative;
/* width: 38px;
height: 38px; */
background: #f3f3f3;
border-radius: 50%;
-webkit-border-radius: 50%;
@@ -496,7 +471,7 @@ img.arrow_up {
-ms-transition: all .2s;
-o-transition: all .2s;
}
} */
.grid_btns button,
@@ -2404,11 +2379,6 @@ button.pdf.btn {
margin-top: 30px;
}
.black_heading {
font-size: 28px;
line-height: normal;
}
.develop_boxes .inner_box_1 {
grid-column: 1/6;
}