banner issue solved

This commit is contained in:
Selvi 2025-08-09 15:36:25 +05:30
parent b3d2fe5492
commit 3bc3ba4a9c

View File

@ -495,7 +495,7 @@ img {
transform-origin: left; transform-origin: left;
} }
.tamil-img{ .tamil-img {
opacity: 0.8; opacity: 0.8;
} }
@ -3533,9 +3533,8 @@ Location:
.inner-page-header { .inner-page-header {
position: relative; position: relative;
z-index: 1; z-index: 1;
background-position: center;
background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-position: right center;
padding: 160px 0 90px; padding: 160px 0 90px;
} }
@ -9906,17 +9905,17 @@ html {
} }
.homepage1-body .header-area.homepage1 .header-elements .site-logo img { .homepage1-body .header-area.homepage1 .header-elements .site-logo img {
width: 180px; width: 180px;
height: 80px; height: 80px;
object-fit: contain; object-fit: contain;
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.homepage1-body .header-area.homepage1 .header-elements .site-logo img { .homepage1-body .header-area.homepage1 .header-elements .site-logo img {
width: 76px; width: 76px;
height: 80px; height: 80px;
object-fit: contain; object-fit: contain;
} }
} }
@ -10125,16 +10124,16 @@ html {
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a { .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
padding: 0 11px; padding: 0 11px;
} }
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.site-logo img{ .site-logo img {
width: 54px; width: 54px;
height: 80px; height: 80px;
} }
} }
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down { .homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
@ -19389,8 +19388,7 @@ html {
.contact-bg-section .contact-boxarea .icons img, .contact-bg-section .contact-boxarea .icons img,
.contact-boxarea2 .icons img, .contact-boxarea2 .icons img,
.contact-boxarea3 .icons img .contact-boxarea3 .icons img {
{
height: 30px; height: 30px;
width: 30px; width: 30px;
display: inline-block; display: inline-block;
@ -28315,95 +28313,106 @@ html {
border: 0; border: 0;
} }
.colored-text span{ .colored-text span {
color: #ed1b24; color: #ed1b24;
} }
.colored-text{ .colored-text {
color: #ed1b24; color: #ed1b24;
} }
h2.custom-text.aos-init.aos-animate{ h2.custom-text.aos-init.aos-animate {
font-size: 28px; font-size: 28px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.ad-banner { .ad-banner {
display: none !important; display: none !important;
} }
} }
@media (max-width: 1440px) { @media (max-width: 1440px) {
.culture-img { .culture-img {
height: 412px !important; height: 412px !important;
} }
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.culture-img { .culture-img {
height: 453px !important; height: 453px !important;
} }
} }
@media (width: 1024px) { @media (width: 1024px) {
.box1 .text-start { .box1 .text-start {
padding: 10px !important; padding: 10px !important;
} }
} }
.description-link { .description-link {
display: inline-block; display: inline-block;
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
position: relative; position: relative;
z-index: 2; z-index: 2;
cursor: pointer; cursor: pointer;
} }
.description-link:hover { .description-link:hover {
color: #d9534f; color: #d9534f;
} }
.owl-nav button { .owl-nav button {
z-index: 10; z-index: 10;
position: relative; position: relative;
background: none; background: none;
border: none; border: none;
}
@media (max-width: 425px) {
h1.fw-bold,
h2.colored-text,
.intro-header h2,
.intro-header h3,
.heading2 h3 {
font-size: 23px !important;
}
}
@media (max-width: 1440px) {
.break-on-xl {
display: block;
width: 100%;
}
}
@media (max-width: 425px) {
.hero9-slider-area .hero8-header h1 {
font-size: 24px;
}
} }
@media (max-width: 425px) { @media (max-width: 425px) {
.hero9-slider-area .hero8-header h5 {
font-size: 16px; h1.fw-bold,
} h2.colored-text,
.intro-header h2,
.intro-header h3,
.heading2 h3 {
font-size: 23px !important;
}
} }
@media (max-width: 1440px) {
.break-on-xl {
display: block;
width: 100%;
}
}
@media (max-width: 425px) { @media (max-width: 425px) {
.vl-btn9 { .hero9-slider-area .hero8-header h1 {
padding: 15px; font-size: 24px;
} }
} }
@media (max-width: 425px) { @media (max-width: 425px) {
.vl-btn9 .demo { .hero9-slider-area .hero8-header h5 {
font-size: 16px; font-size: 16px;
} }
}
@media (max-width: 425px) {
.vl-btn9 {
padding: 15px;
}
}
@media (max-width: 425px) {
.vl-btn9 .demo {
font-size: 16px;
}
} }