apct-landing/themes/meghna-hugo/assets/css/custom.css

120 lines
1.7 KiB
CSS
Raw Permalink Normal View History

.navigation {
background-color: #282e36;
width: 100%;
margin-bottom: 0;
}
#contact-submit:hover {
border-color: #2c9091;
background-color: #559BE4;
}
2021-03-16 13:51:57 +00:00
/* this should probably be #215CD2 */
.btn-main:hover {
background: #559BE4;
color: #fff;
}
2021-03-28 18:15:39 +00:00
.price-item {
background-color: #0d0e0f;
}
2021-08-31 20:03:41 +00:00
/* .counters-item {
background-color: #0d0e0f;
} */
.service-block {
background-color: #0d0e0f;
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 #559be4cc;
2021-03-28 18:15:39 +00:00
}
2021-03-16 13:51:57 +00:00
.service-block:hover {
2021-03-16 13:51:57 +00:00
background-color: #0d0e0f;
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 #0099ffcc;
}
2021-03-16 13:51:57 +00:00
.skill-bar .progress .progress-bar {
2021-03-16 13:51:57 +00:00
background: #215CD2;
}
2021-03-16 13:51:57 +00:00
.member-photo .mask {
background-color: rgba(33, 92, 210, 0.7);
}
@media (max-width: 3840px) {
.section {
padding: 100px;
}
.container {
max-width: 90%;
}
2021-03-28 18:15:39 +00:00
.col-lg-4 {
flex: 0 0 30%;
2021-08-31 19:20:01 +00:00
display: grid;
2021-03-28 18:15:39 +00:00
max-width: 30%;
2021-08-31 19:20:01 +00:00
min-width: 10%;
2021-03-28 18:15:39 +00:00
margin: auto;
}
.block {
min-height: 390px;
}
2021-03-28 18:15:39 +00:00
.service-block{
min-height: 360px;
}
}
2021-03-28 18:15:39 +00:00
@media (max-width: 1899px) {
2021-03-28 18:15:39 +00:00
.section {
padding: 100px;
}
.container {
max-width: 100%;
}
.col-lg-4 {
flex: 0 0 33%;
display: grid;
max-width: 30%;
min-width: 10%;
margin: auto;
}
.block {
min-height: 495px;
}
.service-block{
min-height: 488px;
}
}
@media (max-width: 800px) {
.section {
padding: 1%;
}
2021-03-28 18:15:39 +00:00
.container {
max-width: 100%;
2021-03-28 18:15:39 +00:00
}
.col-lg-4 {
padding: 0;
2021-08-31 19:20:01 +00:00
flex: 0 0 100%;
display: grid;
max-width: 100%;
2021-03-28 18:15:39 +00:00
margin: auto;
}
.block {
min-height: 366px;
}
.service-block {
min-height: 312px;
}
2021-08-31 19:20:01 +00:00
}