Skip to content

Commit

Permalink
refactor: redo index file
Browse files Browse the repository at this point in the history
  • Loading branch information
AdolfoRV committed Oct 29, 2024
1 parent efafbbb commit 1d8acfc
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 187 deletions.
85 changes: 44 additions & 41 deletions assets/css/innovision.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ a {
}

h1, h2, h3, h4, h5, h6 {
color: #1e1e1e;
color: #514998;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 700;
Expand Down Expand Up @@ -143,15 +143,15 @@ body {
}

.section-heading h6 {
color: #ee626b;
color: #8d84dc;
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
}

.icon-button a {
display: inline-block;
background-color: #1e1e1e;
background-color: #40397b;
color: #f7eff7;
font-size: 14px;
font-weight: 400;
Expand All @@ -175,7 +175,7 @@ body {
}

.icon-button a:hover {
color: #514998;
background-color: #8d84dc;
}

.icon-button a:hover i {
Expand All @@ -184,7 +184,7 @@ body {

.main-button a {
display: inline-block;
background-color: #1e1e1e;
background-color: #514998;
color: #f7eff7;
font-size: 14px;
font-weight: 500;
Expand All @@ -196,7 +196,7 @@ body {
}

.main-button a:hover {
background-color: #514998;
background-color: #8d84dc;
color: #f7eff7;
}

Expand Down Expand Up @@ -311,7 +311,7 @@ Header Style
.sub-header {
background-color: #f7eff7;
padding: 10px 0px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid #8d84dc;
}

.sub-header ul li {
Expand All @@ -330,7 +330,7 @@ Header Style
display: inline-block;
width: 30px;
height: 30px;
background-color: #cdcdcd;
background-color: #514998;
border-radius: 50%;
text-align: center;
line-height: 30px;
Expand All @@ -340,12 +340,12 @@ Header Style
}

.sub-header ul.social-links li a:hover {
background-color: #514998;
background-color: #8d84dc;
}

.sub-header ul.info li {
font-size: 14px;
color: #7a7a7a;
color: #8d84dc;
border-right: 1px solid #eee;
margin-right: 25px;
padding-right: 25px;
Expand Down Expand Up @@ -517,7 +517,8 @@ Header Style
}

.header-area .main-nav .nav li:last-child:hover a {
background-color: #bebadd;
background-color: #8d84dc;
color: #f7eff7;
}

.header-area .main-nav .nav li:last-child:hover a i {
Expand Down Expand Up @@ -705,7 +706,7 @@ Header Style
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
color: #ee626b!important;
color: #8d84dc!important;
opacity: 1;
}
.header-area.header-sticky .nav li.search-icon a {
Expand Down Expand Up @@ -816,14 +817,14 @@ Banner Style

.main-banner .owl-dots {
position: absolute;
bottom: 60px;
bottom: 80px;
left: 20%;
}

.main-banner .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #f7eff7;
background-color: #8d84dc;
border-radius: 50%;
margin-right: 10px;
transition: all .5s;
Expand Down Expand Up @@ -1029,7 +1030,7 @@ Video Style
text-align: center;
line-height: 52px;
color: #514998;
outline: 15px solid rgba(254, 85, 37, 0.5);
outline: 15px solid #514998;
font-size: 18px;
}

Expand All @@ -1045,7 +1046,7 @@ Fun Facts Style
}

.fun-facts .counter {
background-color: #ffeee9;
background-color: #8d84dc;
position: relative;
border-radius: 10px;
width: 270px;
Expand All @@ -1062,15 +1063,15 @@ Fun Facts Style
.fun-facts .counter p {
text-align: left;
font-size: 16px;
color: #1e1e1e;
color: #f7eff7;
font-weight: 600;
line-height: 28px;
}

.fun-facts .counter h2 {
margin-right: 25px;
font-size: 40px;
color: #514998;
color: #40397b;
}

.fun-facts .counter:after {
Expand Down Expand Up @@ -1103,7 +1104,7 @@ Best Deal Style
.best-deal .tabs-content .nav-link {
font-size: 16px;
font-weight: 500;
background-color: #1e1e1e !important;
background-color: #514998 !important;
border-radius: 5px;
height: 50px;
line-height: 50px;
Expand All @@ -1113,7 +1114,7 @@ Best Deal Style
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
background-color: #514998 !important;
background-color: #8d84dc !important;
color: #f7eff7;
}

Expand Down Expand Up @@ -1185,7 +1186,7 @@ Properties Style
*/

.properties .item {
background-color: #fafafa;
background-color: #f7f7f7;
border-radius: 10px;
padding: 30px;
margin-bottom: 30px;
Expand All @@ -1196,11 +1197,11 @@ Properties Style
}

.properties .item span.category {
background-color: #fbd9cf;
background-color: #514998;
font-weight: 500;
border-radius: 5px;
font-size: 14px;
color: #1e1e1e;
color: #f7eff7;
padding: 5px 12px;
display: inline-block;
margin-top: 25px;
Expand All @@ -1212,19 +1213,19 @@ Properties Style
}

.properties .item h4 a {
color: #1e1e1e;
color: #40397b;
}

.properties .item ul li {
display: inline-block;
font-size: 15px;
color: #4a4a4a;
color: #514998;
margin-right: 20px;
}

.properties .item ul li span {
font-weight: 600;
color: #1e1e1e;
color: #40397b;
}

.properties .item ul {
Expand Down Expand Up @@ -1281,7 +1282,7 @@ Contact Style
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 35px 30px;
background-color: #f7eff7;
background-color: #514998;
}

.contact-content .phone {
Expand All @@ -1302,20 +1303,20 @@ Contact Style
font-size: 15px;
font-weight: 600;
vertical-align: middle;
color: #f7eff7;
}

.contact-content .item h6 span {
font-size: 12px;
color: #aaaaaa;
font-weight: 400;
color: #8d84dc;
}

.contact-content #contact-form {
margin-left: 30px;
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 35px 30px;
background-color: #f7eff7;
background-color: #8d84dc;
}

.contact-content #contact-form label {
Expand Down Expand Up @@ -1376,7 +1377,7 @@ footer.footer-no-gap {

footer {
margin-top: 150px;
background-color: #1e1e1e;
background-color: #40397b;
min-height: 100px;
}

Expand Down Expand Up @@ -1417,7 +1418,7 @@ Page Header Style

.page-heading span {
background-color: #f7eff7;
color: #1e1e1e;
color: #514998;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
Expand All @@ -1427,7 +1428,7 @@ Page Header Style
}

.page-heading span a {
color: #1e1e1e;
color: #8d84dc;
}

.page-heading h3 {
Expand Down Expand Up @@ -1462,14 +1463,14 @@ Properties Style
text-transform: capitalize;
font-weight: 500;
color: #f7eff7;
background-color: #1e1e1e;
background-color: #40397b;
padding: 12px 25px;
border-radius: 5px;
transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
background-color: #514998;
background-color: #8d84dc;
color: #f7eff7;
}

Expand All @@ -1478,7 +1479,7 @@ Properties Style
}

.properties ul.properties-filter li a:hover {
color: #514998;
color: #8d84dc;
}

.properties ul.pagination {
Expand All @@ -1499,7 +1500,7 @@ Properties Style
height: 40px;
line-height: 40px;
text-align: center;
background-color: #1e1e1e;
background-color: #514998;
color: #f7eff7;
font-size: 15px;
font-weight: 600;
Expand All @@ -1509,7 +1510,7 @@ Properties Style

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
background-color: #514998;
background-color: #8d84dc;
color: #f7eff7;
}

Expand Down Expand Up @@ -1643,9 +1644,10 @@ Contact Page Style
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 35px 30px;
background-color: #f7eff7;
background-color: #514998;
display: inline-block;
min-width: 360px;
width: 65%;
}

.contact-page .phone {
Expand All @@ -1662,12 +1664,12 @@ Contact Page Style
font-size: 20px;
font-weight: 600;
vertical-align: middle;
color: #f7eff7;
}

.contact-page .item h6 span {
font-size: 15px;
color: #aaaaaa;
font-weight: 400;
color: #8d84dc;
}

.contact-page #contact-form {
Expand Down Expand Up @@ -1732,6 +1734,7 @@ Responsive Style

body {
overflow-x: hidden;
background-color: #f7eff7;
}

@media (max-width: 767px) {
Expand Down
Loading

0 comments on commit 1d8acfc

Please sign in to comment.