responsive chages are updated

This commit is contained in:
akash 2026-02-26 16:06:50 +05:30
parent a49e36c496
commit 885196c11e
4 changed files with 43 additions and 38 deletions

View File

@ -739,7 +739,13 @@ img {
} }
.space100 { .space100 {
height: 100px; height: 80px;
}
@media (max-width: 767px) {
.space100 {
height: 60px !important;
}
} }
@keyframes animation-5 { @keyframes animation-5 {
@ -1137,13 +1143,13 @@ img {
@media (max-width: 767px) { @media (max-width: 767px) {
.sp1 { .sp1 {
padding: 50px 0 50px; padding: 60px 0 60px;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp1 { .sp1 {
padding: 50px 0 50px; padding: 60px 0 60px;
} }
} }
@ -1153,18 +1159,18 @@ img {
@media (max-width: 767px) { @media (max-width: 767px) {
.sp2 { .sp2 {
padding: 50px 0 20px; padding: 60px 0 60px;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp2 { .sp2 {
padding: 50px 0 20px; padding: 60px 0 60px;
} }
} }
.sp3 { .sp3 {
padding: 80px 0 50px; padding: 80px 0 80px;
} }
.sp4 { .sp4 {
@ -1173,34 +1179,34 @@ img {
@media (max-width: 767px) { @media (max-width: 767px) {
.sp4 { .sp4 {
padding: 40px 0 40px; padding: 60px 0 60px;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp4 { .sp4 {
padding: 40px 0 40px; padding: 60px 0 60px;
} }
} }
.sp5 { .sp5 {
padding: 60px 0 60px; padding: 80px 0 80px;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.sp5 { .sp5 {
padding: 30px 0 30px; padding: 60px 0 60px;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp5 { .sp5 {
padding: 30px 0 30px; padding: 60px 0 60px;
} }
} }
.sp6 { .sp6 {
padding: 120px 0 120px; padding: 80px 0 80px;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
@ -1216,18 +1222,18 @@ img {
} }
.sp7 { .sp7 {
padding: 120px 0 90px; padding: 80px 0 80px;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.sp7 { .sp7 {
padding: 60px 0 30px; padding: 60px 0 60px;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp7 { .sp7 {
padding: 60px 0 30px; padding: 60px 0 60px;
} }
} }
@ -1237,18 +1243,18 @@ img {
@media (max-width: 767px) { @media (max-width: 767px) {
.sp8 { .sp8 {
padding: 50px 0 0; padding: 60px 0 0;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp8 { .sp8 {
padding: 50px 0 0; padding: 60px 0 0;
} }
} }
.sp9 { .sp9 {
padding: 120px 0 0; padding: 80px 0 0;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
@ -1269,13 +1275,13 @@ img {
@media (max-width: 767px) { @media (max-width: 767px) {
.sp10 { .sp10 {
padding: 0 0 50px; padding: 0 0 60px;
} }
} }
@media only screen and (min-width: 768px) and (max-width: 991px) { @media only screen and (min-width: 768px) and (max-width: 991px) {
.sp10 { .sp10 {
padding: 0 0 50px; padding: 0 0 60px;
} }
} }
@ -16777,7 +16783,7 @@ only screen and (min-width: 768px) and (max-width: 991px),
@media (max-width: 768px) { @media (max-width: 768px) {
.kf-section { .kf-section {
padding: 50px 0; padding: 60px 0;
} }
.kf-container { .kf-container {
@ -17357,9 +17363,9 @@ only screen and (min-width: 768px) and (max-width: 991px),
/* --- Section header text --- */ /* --- Section header text --- */
.faqv2-subtitle { .faqv2-subtitle {
font-size: 15px; font-size: 15px;
font-weight: 600; color: #3779b9 !important;
color: #3779b9; font-weight: 600 !important;
text-transform: uppercase; text-transform: uppercase !important;
letter-spacing: 2px; letter-spacing: 2px;
display: flex; display: flex;
align-items: center; align-items: center;
@ -18653,9 +18659,9 @@ img {
gap: 20px !important; gap: 20px !important;
} }
.card-boxarea { /* .card-boxarea {
padding: 18px !important; padding: 18px !important;
} } */
.card-boxarea h3 { .card-boxarea h3 {
font-size: 32px !important; font-size: 32px !important;
@ -18686,9 +18692,9 @@ img {
margin: 40px auto; margin: 40px auto;
} }
.card-boxarea { /* .card-boxarea {
margin-bottom: 20px !important; margin-bottom: 20px !important;
} } */
.space100 { .space100 {
height: 20px !important; height: 20px !important;

View File

@ -63,7 +63,7 @@ const CaseStudies = () => {
}; };
return ( return (
<section className="case-studies-section sp1 mb-100 position-relative" id="portfolio" style={{ overflow: 'hidden' }}> <section className="case-studies-section sp1 position-relative" id="portfolio" style={{ overflow: 'hidden' }}>
<img src="/assets/img/home/section6/1.webp" alt="" className="case-floating-element case-el-left-3" /> <img src="/assets/img/home/section6/1.webp" alt="" className="case-floating-element case-el-left-3" />
<img src="/assets/img/home/section6/2.webp" alt="" className="case-floating-element case-el-left-4" /> <img src="/assets/img/home/section6/2.webp" alt="" className="case-floating-element case-el-left-4" />

View File

@ -6,7 +6,7 @@ import { pricingPlans } from '@/assets/data';
const Pricing = () => { const Pricing = () => {
return ( return (
<section className="pricing-section sp1 mb-80" id="pricing"> <section className="pricing-section sp1 pt-0" id="pricing">
<div className="container"> <div className="container">
<div className="row justify-content-center"> <div className="row justify-content-center">
<div className="col-lg-8 text-center"> <div className="col-lg-8 text-center">

View File

@ -76,8 +76,7 @@ const Testimonial = () => {
backgroundRepeat: 'no-repeat', backgroundRepeat: 'no-repeat',
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundAttachment: 'fixed', backgroundAttachment: 'fixed',
position: 'relative', position: 'relative'
paddingBottom: '80px'
}}> }}>
<div className="section-overlay"></div> <div className="section-overlay"></div>
<div className="container" style={{ position: 'relative', zIndex: 1 }}> <div className="container" style={{ position: 'relative', zIndex: 1 }}>