This commit is contained in:
2025-08-12 13:34:34 +05:45
commit 1b7be2d45d
376 changed files with 73508 additions and 0 deletions

35
css/custom.css Normal file
View File

@@ -0,0 +1,35 @@
.text-50{
font-size: 50px;
}
.web-logo{
width: 90px;
display: block;
padding: 10px 0;
}
header{
background-color: red;
}
@media (min-width:992px) {
.header-transparent .menu-fixed .main-header, .header-transparent.with-topbar .menu-fixed .main-header{
background-color: red;
}
.header-transparent .menu-fixed .menu > li > a{
color: white;
}
.header-transparent .menu > li > a:hover, .header-transparent .menu > li:hover a{
color: white;
}
}
.tp-banner-container {
margin-top: 120px;
}
.tp-banner{
height: 600px !important;
max-height: 900px !important;
}