delete images? edit styles

parent 198464d6
......@@ -430,22 +430,76 @@ h6 {
font-size: 22px;
}
#hero .btn-get-started {
#about .btn-dl div.bnt-small-text {
font-size: 10px;
width: 160px;
margin-top: -5px;
margin-bottom: 5px;
text-align: center;
margin-left: 0;
}
#about .btn-dl {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 14px;
font-size: 22px;
letter-spacing: 0.5px;
display: inline-block;
padding: 14px 50px;
padding: 0 40px;
border-radius: 5px;
transition: 0.5s;
margin-top: 30px;
color: #fff;
background: #2487ce;
margin: 30px;
width: 200px;
}
#about .btn-dl p.icon {
font-size: 45px;
float: left;
}
#about .btn-dl p {
float: right;
margin: 0 5px;
}
#about .btn-dl div {
display: flex;
align-items: center;
margin: 0;
margin-left: -20px;
}
#about .btn-dl-win,
#about .btn-dl-win-active:hover {
background: #fff;
color: #2487ce;
border: 2px solid #2487ce;
}
#hero .btn-get-started:hover {
#about .btn-dl-win-active,
#about .btn-dl-win:hover {
background: #3194db;
border: 2px solid #2487ce;
color: #fff;
text-decoration: none;
}
#about .btn-dl-mac,
#about .btn-dl-mac-active:hover {
background: #fff;
color: #999999;
border: 2px solid #999999;
}
#about .btn-dl-mac-active,
#about .btn-dl-mac:hover {
background: #999999;
border: 2px solid #999999;
color: #fff;
text-decoration: none;
}
#hero .icon-boxes {
......@@ -593,27 +647,7 @@ section {
margin-bottom: 0;
}
.about .content .btn-learn-more {
font-family: "Raleway", sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 32px;
border-radius: 5px;
transition: 0.3s;
line-height: 1;
color: #2487ce;
animation-delay: 0.8s;
margin-top: 6px;
border: 2px solid #2487ce;
}
.about .content .btn-learn-more:hover {
background: #2487ce;
color: #fff;
text-decoration: none;
}
/*--------------------------------------------------------------
# Counts
......@@ -760,6 +794,15 @@ section {
}
}
#services,
#about {
padding: 20px 0;
}
#portfolio {
padding-bottom: 0;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
......@@ -1094,18 +1137,7 @@ section {
z-index: 1;
}
.portfolio .portfolio-wrap::before {
content: "";
background: rgba(36, 135, 206, 0.6);
position: absolute;
left: 30px;
right: 30px;
top: 30px;
bottom: 30px;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
opacity: 0;
......@@ -1461,6 +1493,8 @@ section {
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
padding: 0 100px;
}
......@@ -1493,6 +1527,18 @@ section {
cursor: pointer;
}
.faq .faq-list a.inl {
display: unset;
position: unset;
font-family: unset;
font-size: unset;
line-height: unset;
font-weight: unset;
padding: unset;
outline: unset;
}
.faq .faq-list .icon-help {
font-size: 24px;
position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment