This commit is contained in:
Roshan476
2026-01-09 10:50:23 +05:45
parent 0b4753db14
commit 85ac0faf7e
15 changed files with 891 additions and 393 deletions

View File

@@ -17110,7 +17110,7 @@ filter: brightness(0) saturate(100%)
.bg-secn-prt1 {
background-image: url("../images/banner/background.png");
position: relative;
margin-top: 80px;
/* margin-top: 80px; */
}
/* .bg-secn-prt1::before {
content: "";
@@ -30520,8 +30520,8 @@ margin-right: 12px;
}
.time-table-area-wrapper .tabs-content .time-box {
position: relative;
width: 147.5px;
height: 90px;
width: 204.5px;
/* height: 90px; */
float: left;
margin-right: 12px;
margin-bottom: 10px;
@@ -30538,6 +30538,8 @@ margin-right: 12px;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
gap: 7px;
}
.time-table-area-wrapper .tabs-content .time-box .box-inner .time {
position: relative;
@@ -31924,4 +31926,34 @@ color: white !important;
.thumbnail11 img{
height: 100%;
object-fit: cover;
}
.page-title {
/* margin-top: 157px; */
position: relative;
padding: 219px 0 120px;
text-align: center;
background-size: cover;
}
.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.page-title h1 {
position: relative;
color: #fff;
font-size: 50px;
font-family: 'Abril Fatface', cursive;
margin-bottom: 30px;
}
.page-title .text {
position: relative;
color: #fff;
font-size: 22px;
font-weight: 500;
margin-bottom: 0;
}
.page-title .text a{
color: var(--color-btn) !important;
}