This commit is contained in:
2025-07-26 13:25:50 +05:00
commit 69dd14e06c
311 changed files with 50685 additions and 0 deletions

View File

@@ -0,0 +1,381 @@
/*==========================================================================
* About One CSS
==========================================================================*/
.about__one {
&-left {
&-list {
&-item {
display: flex;
align-items: start;
gap: 25px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color-2);
i {
font-size: 60px;
margin-top: 6px;
color: var(--text-heading-color);
}
&-content {
h4 {
font-size: 24px;
line-height: 34px;
}
p {
margin-bottom: 0;
margin-top: 5px;
}
}
&:last-child {
margin: 0;
padding: 0;
border: 0;
}
}
}
&-image {
position: relative;
img {
object-fit: cover;
height: 335px;
filter: brightness(0.6);
}
.video {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
a {
background: #ffffff33;
color: var(--text-white);
}
}
}
}
}
/*==========================================================================
* About Two CSS
==========================================================================*/
.about__two {
background: var(--color-1);
&-left {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
margin-bottom: 25px;
color: var(--text-white);
}
p {
color: var(--color-6);
max-width: 450px;
}
}
&-right {
img {
object-fit: cover;
height: 480px;
border-radius: 0px 0px 10px 10px;
}
&-counter {
h2 {
color: var(--text-white);
font-size: 56px;
line-height: 66px;
}
p {
color: var(--color-6);
margin-bottom: 0;
}
}
}
}
/*==========================================================================
* About Three CSS
==========================================================================*/
.about__three {
background: var(--color-2);
position: relative;
z-index: 1;
&-image {
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
&-right {
background: var(--color-2);
}
}
/*==========================================================================
* About Four CSS
==========================================================================*/
.about__four {
&-title {
p {
max-width: 460px;
}
}
&-counter {
background: var(--color-2);
border-radius: 10px;
padding: 35px 40px;
&-item {
padding: 15px 0;
.box {
display: inline-block;
text-align: left;
}
h2 {
font-size: 64px;
line-height: 64px;
}
&.borders {
border-left: 1px solid var(--border-color-2);
border-right: 1px solid var(--border-color-2);
}
}
}
&-right {
margin-top: -200px;
}
}
/*==========================================================================
* About Five CSS
==========================================================================*/
.about__five {
&-right {
.features {
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
margin-top: 30px;
margin-bottom: 35px;
position: relative;
z-index: 1;
&::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(115deg, var(--color-1) 0%, #F2295B00 100%);
z-index: -1;
}
h3 {
color: var(--text-white);
}
}
}
}
/*==========================================================================
* Company History CSS
==========================================================================*/
.company__history {
&-area {
&-item {
display: grid;
align-items: center;
grid-template-columns: repeat(2, 1fr);
&-inner {
border-left: 1px solid var(--border-color-1);
padding-left: 120px;
&-image {
margin: 0 30px;
img {
max-width: 100%;
}
}
&-content {
box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
background: var(--bg-white);
padding: 60px 30px 30px 30px;
margin-top: -30px;
p {
margin: 0;
}
}
}
&-date {
text-align: right;
span {
background: var(--primary-color-1);
width: 80px;
height: 80px;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--color-1);
border-radius: 50%;
margin-right: -40px;
font-size: 20px;
position: relative;
z-index: 1;
&::after {
position: absolute;
content: '';
right: -45px;
top: 0;
background-image: url(../../assets/img/icon/arrow.png);
width: 60%;
height: 100%;
background-repeat: no-repeat;
z-index: 9999;
background-position: center;
background-size: contain;
}
}
}
&:nth-child(even) {
direction: rtl;
margin-right: -2px;
.company__history-area-item {
&-inner {
border-left: 0;
padding-left: 0;
border-right: 1px solid var(--border-color-1);
padding-right: 120px;
direction: ltr;
}
&-date {
text-align: left;
span {
margin-right: 0;
margin-left: -40px;
&::after {
right: initial;
left: -45px;
transform: scaleX(-1);
}
}
}
}
}
}
}
}
@media (max-width: 1199px) {
.about__four-right {
margin-top: -136px;
height: 330px;
img {
height: 100%;
object-fit: cover;
}
}
}
@media (max-width: 991px) {
.about__two-right img {
height: 380px;
}
.about__two-left p {
max-width: 100%;
}
.about__three-image {
position: inherit;
width: 100%;
}
.about__four-left img {
height: 420px;
width: 100%;
object-fit: cover;
}
.about__four-title p {
max-width: 100%;
}
.about__four-right {
margin-top: 0;
height: 330px;
img {
width: 100%;
object-fit: cover;
object-position: top center;
}
}
.company__history-area-item {
&-inner {
padding-left: 65px;
&-image {
margin: 0 25px;
}
&-content {
background: var(--color-11);
padding: 60px 22px 30px 22px;
margin-top: -30px;
}
}
&-date span {
width: 60px;
height: 60px;
margin-right: -30px;
font-size: 16px;
&::after {
right: -25px;
}
}
&:nth-child(even) .company__history-area-item {
&-inner {
padding-right: 65px;
}
&-date span {
margin-left: -30px;
&::after {
left: -25px;
}
}
}
}
}
@media (max-width: 767px) {
.about__four-counter-item.borders {
border: 0;
}
}
@media (max-width: 660px) {
.company__history-area {
display: grid;
gap: 80px;
&-item {
grid-template-columns: 1fr;
gap: 40px;
&-inner {
padding-left: 0;
border: 0;
}
&-date {
text-align: center;
span {
width: 60px;
height: 60px;
margin-right: 0;
font-size: 16px;
&::after {
top: 35px;
transform: rotate(90deg);
right: 12px;
}
}
}
&:nth-child(even) .company__history-area-item {
&-inner {
padding-right: 0;
border: 0;
}
&-date {
text-align: center;
span {
margin-left: 0;
&::after {
top: 35px;
transform: rotate(90deg);
left: 12px;
}
}
}
}
}
}
}

View File

@@ -0,0 +1,232 @@
/*==========================================================================
* All Side Bar
========================================================================== */
.all__sidebar {
&-item {
padding: 30px 35px 35px 35px;
margin-bottom: 25px;
background: var(--color-2);
border: 1px solid var(--border-color-1);
border-radius: 10px;
> h4 {
position: relative;
padding-bottom: 15px;
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color-1);
&::before {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
height: 1px;
width: 70px;
background: var(--primary-color-1);
}
}
&-search {
form {
display: flex;
position: relative;
input {
background: var(--bg-white);
}
button {
padding: 0;
position: absolute;
top: 0;
right: 0;
width: 60px;
height: 60px;
border-radius: 6px;
}
}
}
&-post {
.post__item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--border-color-1);
display: flex;
align-items: center;
gap: 20px;
&:last-child {
margin: 0;
padding: 0;
border: 0;
}
&-image {
width: 90px;
height: 90px;
min-width: 90px;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
&-title {
h6 {
a {
color: var(--text-heading-color);
&:hover {
color: var(--primary-color-1);
}
}
}
span {
display: flex;
align-items: center;
gap: 10px;
font-size: 13px;
line-height: 23px;
i {
color: var(--primary-color-1);
}
}
}
}
}
&-category {
ul {
padding: 0;
margin: 0;
li {
list-style: none;
margin-bottom: 10px;
a {
background: var(--bg-white);
display: flex;
font-family: var(--heading-font);
font-size: 20px;
font-weight: 500;
line-height: 32px;
padding: 14px 20px;
align-items: center;
justify-content: space-between;
border-radius: 5px;
color: var(--color-1);
i {
font-size: 25px;
color: var(--text-white);
transition: 0.4s;
}
&:hover {
background: var(--primary-color-1);
i {
color: var(--color-1);
}
}
}
&:last-child {
margin-bottom: 0;
}
}
}
}
&-tag {
ul {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
li {
list-style: none;
a {
transition: 0.4s;
padding: 4px 18px 5px 18px;
display: inline-block;
font-size: 15px;
line-height: 25px;
font-weight: 500;
border-radius: 4px;
color: var(--text-heading-color);
border: 1px solid var(--border-color-1);
background: var(--bg-white);
&:hover {
color: var(--color-1);
background: var(--primary-color-1);
}
}
}
}
}
&-help {
height: 430px;
padding: 35px;
border-radius: 10px;
h3 {
color: var(--text-white);
}
}
&-download {
ul {
padding: 0;
margin: 0;
li {
list-style: none;
a {
transition: 0.4s;
display: flex;
align-items: center;
font-family: var(--heading-font);
font-size: 20px;
font-weight: 500;
line-height: 32px;
margin-bottom: 10px;
padding: 14px 20px;
border-radius: 6px;
justify-content: space-between;
background: var(--color-1);
color: var(--text-white);
&:hover {
color: var(--color-1);
background: var(--primary-color-1);
}
span {
float: right;
font-size: 25px;
}
}
&:last-child a {
margin: 0;
}
}
}
}
&:last-child {
margin: 0;
}
}
}
@media (max-width: 1299px) {
.all__sidebar {
&-item {
padding: 40px 30px;
}
}
}
@media (max-width: 1199px) {
.all__sidebar-item-post-item {
gap: 15px;
&-content h6 {
font-size: 18px;
line-height: 28px;
}
&-image img {
width: 80px;
height: 85px;
max-width: 80px;
}
}
}
@media (max-width: 575px) {
.all__sidebar {
&-item {
padding: 30px 20px;
}
}
}

View File

@@ -0,0 +1,23 @@
@import'header';
@import'banner';
@import'about';
@import'blog';
@import'all-sidebar';
@import'counter';
@import'process';
@import'faq';
@import'contact';
@import'pricing';
@import'features';
@import'footer';
@import'cta';
@import'sponsors';
@import'portfolio';
@import'services';
@import'video';
@import'skill';
@import'team';
@import'testimonial';
@import'page';
@import'switch-tab';
@import'dark';

View File

@@ -0,0 +1,544 @@
/*==========================================================================
* Banner One CSS
==========================================================================*/
.banner__one {
background-position: 0px -85px;
background-repeat: no-repeat;
padding-top: 110px;
overflow: hidden;
.container {
max-width: 1460px;
}
&-content {
position: relative;
z-index: 1;
h1 {
font-size: 130px;
line-height: 130px;
}
&-user {
margin-top: 55px;
display: flex;
align-items: center;
gap: 30px;
h5 {
font-weight: 400;
max-width: 300px;
}
}
&-award {
position: absolute;
bottom: 0;
right: 20%;
}
}
&-image {
margin-top: -200px;
position: relative;
z-index: -1;
}
}
/*==========================================================================
* Banner Two CSS
==========================================================================*/
@keyframes activeBar {
0% {width: 0;}
100% {width:100%;}
}
.banner__two {
position: relative;
z-index: 1;
&-area {
padding-bottom: 120px;
padding-top: 70px;
&-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
&::after {
position: absolute;
content: '';
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--color-1);
opacity: 0.6;
}
}
}
&-content {
padding: 170px 0;
.subtitle {
color: var(--text-white);
}
h2 {
color: var(--text-white);
font-size: 80px;
line-height: 90px;
margin-bottom: 10px;
}
h1 {
font-size: 150px;
line-height: 160px;
color: var(--text-white);
letter-spacing: 1.6px;
text-transform: uppercase;
margin-bottom: 40px;
}
}
&-slide {
margin-top: -119px;
position: relative;
z-index: 1;
&-area {
display: flex;
align-items: center;
justify-content: space-between;
&-thumb {
width: 100%;
&-item {
display: flex;
align-items: center;
gap: 25px;
padding: 29px 50px;
border-right: 1px solid var(--border-color-1);
border-bottom: 1px solid var(--border-color-1);
background: var(--bg-white);
cursor: pointer;
position: relative;
width: 33.33% !important;
transition: 0.4s;
&::after {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 0;
height: 4px;
background: #D8A743;
}
img {
width: 60px;
height: 60px;
min-width: 60px;
object-fit: cover;
border-radius: 50%;
}
h6 {
font-size: 20px;
line-height: 30px;
max-width: 150px;
transition: 0.4s;
}
&:last-child {
border-right: none;
}
&.swiper-slide-thumb-active {
background: var(--primary-color-1);
&::after {
animation-name: activeBar;
animation-duration: 4.7s;
}
h6 {
color: var(--color-1);
}
}
}
}
&-arrow {
display: flex;
margin-left: -1px;
width: 140px;
.banner_next, .banner_prev {
position: static;
width: auto;
height: auto;
margin-top: 0;
}
.banner_prev {
border-right: 1px solid var(--border-color-1);
}
&-next,
&-prev {
display: inline-block;
i {
font-size: 22px;
width: 70px;
height: 118.1px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--color-2);
color: var(--text-heading-color);
transition: 0.4s;
&:hover {
background: var(--color-1);
color: var(--text-white);
}
}
}
}
}
}
}
/*==========================================================================
* Banner Three CSS
==========================================================================*/
.banner__three {
padding-top: 110px;
overflow: hidden;
background: var(--color-1);
&-content {
h1 {
color: var(--text-white);
font-size: 110px;
line-height: 110px;
display: flex;
align-items: center;
gap: 40px;
img {
height: 85px;
width: 300px;
object-fit: cover;
object-position: center center;
border-radius: 100px;
}
}
}
.slider-arrow i {
color: var(--text-white);
background: #313131;
border-color: #313131;
&:hover {
color: var(--color-1);
background: var(--primary-color-1);
border-color: var(--primary-color-1);
}
}
.container {
max-width: 1620px;
}
&-slider {
margin-top: 65px;
margin-right: -250px;
}
.scroll__slider {
margin-right: -250px;
padding: 80px 0;
ul li img {
max-width: inherit;
}
}
}
/*==========================================================================
* Banner Four CSS
==========================================================================*/
.banner__four {
position: relative;
z-index: 1;
overflow: hidden;
padding: 250px 0 0 0;
&::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 90px;
background: var(--bg-white);
z-index: -1;
}
.bg-video {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
&-content {
position: relative;
img.h_rotate {
position: absolute;
right: 9%;
bottom: 0;
}
.subtitle {
color: var(--text-white);
}
h1 {
font-size: 150px;
line-height: 160px;
font-weight: 600;
color: var(--text-white);
text-transform: uppercase;
}
h2 {
font-size: 100px;
font-weight: 500;
line-height: 100px;
-webkit-text-stroke-width: 1px;
stroke-width: 1px;
-webkit-text-stroke-color: #FFFFFF;
stroke: #FFFFFF;
color: transparent;
margin-bottom: 40px;
}
}
.container {
max-width: 1420px;
}
&-brand {
background: var(--color-2);
display: flex;
align-items: center;
margin-top: 150px;
.title {
padding: 0 30px 0 60px;
min-width: 290px;
}
.scroll__slider {
margin-right: -260px;
padding: 85px 0;
background: var(--color-2);
border-left: 1px solid var(--border-color-2);
.text-slide {
margin-left: 60px;
overflow: hidden;
}
ul li img {
filter: invert(1);
max-width: inherit;
}
}
}
}
@media (max-width: 1350px) {
.banner__one-content h1 {
font-size: 110px;
line-height: 120px;
}
.banner__three-content h1 {
font-size: 95px;
line-height: 105px;
}
.banner__four-content h1 {
font-size: 130px;
line-height: 140px;
}
}
@media (max-width: 1199px) {
.banner__one {
background-position: top;
&-image {
margin-top: -100px;
}
}
.banner__three-content h1 {
font-size: 80px;
line-height: 90px;
}
.banner__four-content h1 {
font-size: 110px;
line-height: 120px;
}
.banner__four-content h2 {
font-size: 90px;
line-height: 90px;
}
}
@media (max-width: 767px) {
.banner__one-content h1 {
font-size: 84px;
line-height: 94px;
}
.banner__one {
&-content-award {
display: none;
}
&-image {
margin-top: 0;
}
}
.banner__three-content h1 {
font-size: 60px;
line-height: 70px;
}
.banner__three-content h1 {
font-size: 60px;
line-height: 70px;
img {
height: 70px;
width: 100px;
border-radius: 50px;
}
}
.banner__four-content h1 {
font-size: 60px;
line-height: 70px;
}
.banner__four-content h2 {
font-size: 50px;
line-height: 50px;
}
.banner__four-content img.h_rotate {
display: none;
}
}
@media (max-width: 575px) {
.banner__one-content h1 {
font-size: 54px;
line-height: 64px;
}
.banner__three-content h1 {
font-size: 50px;
line-height: 60px;
}
.banner__four-brand {
display: grid;
.title {
padding: 50px 0 0 30px;
}
.scroll__slider {
padding: 50px 30px;
border-left: 0;
margin: 0;
.text-slide {
margin-left: 0;
}
}
}
}
@media (max-width: 359px) {
.banner__one-content h1 {
font-size: 46px;
line-height: 56px;
}
}
@media (max-width: 1199px) {
.banner__two {
&-slide-area-thumb-item {
gap: 20px;
padding: 29px 25px;
}
}
}
@media (max-width: 1010px) {
.banner__two {
&-slide-area {
&-thumb-item {
width: 100% !important;
&:last-child {
border-right: 1px solid var(--border-color-1);
}
}
.thumb__area {
display: grid;
grid-template-columns: 50% 50%;
}
&-arrow {
display: block;
width: 70px;
.banner_prev {
border-right: 0;
border-bottom: 1px solid var(--border-color-1);
}
}
}
&-content {
h1 {
font-size: 130px;
line-height: 140px;
}
h2 {
font-size: 60px;
line-height: 70px;
}
}
}
}
@media (max-width: 767px) {
.banner__two-content {
h1 {
font-size: 82px;
line-height: 92px;
}
h2 {
font-size: 44px;
line-height: 54px;
}
}
}
@media (max-width: 660px) {
.banner__two-content {
padding: 145px 0 195px 0;
}
.banner__two-slide-area {
display: block;
position: relative;
.thumb__area {
grid-template-columns: 100%;
}
&-arrow {
display: flex;
gap: 15px;
width: 100%;
position: absolute;
top: -70px;
z-index: 1;
.banner_prev {
border: 0;
}
}
}
.banner__two-slide-area-arrow-next i, .banner__two-slide-area-arrow-prev i {
font-size: 22px;
width: 60px;
height: 60px;
border-radius: 50%;
}
.banner__two-slide-area-thumb-item {
border-left: 1px solid var(--border-color-1);
h6 {
font-size: 18px;
line-height: 28px;
max-width: initial;
}
}
}
@media (max-width: 465px) {
.banner__two-content {
h2 {
font-size: 32px;
line-height: 42px;
}
h1 {
font-size: 50px;
line-height: 60px;
}
}
}

View File

@@ -0,0 +1,468 @@
/*==========================================================================
* Blog One CSS
==========================================================================*/
.blog__one {
&-item {
border: 1px solid var(--border-color-2);
border-top: 0;
border-radius: 10px;
margin-bottom: 25px;
&-image {
position: relative;
img {
border-radius: 10px 10px 0 0;
height: 270px;
object-fit: cover;
width: 100%;
}
&-date {
position: absolute;
left: 0;
bottom: 0;
background: var(--bg-white);
padding: 5px 30px 0px 30px;
border-radius: 0px 5px 0px 0px;
i {
margin-right: 8px;
}
h6 {
font-size: 16px;
line-height: 26px;
}
}
}
&-content {
padding: 20px 30px 30px 30px;
h4 a:hover {
color: var(--primary-color-1);
}
.more_btn {
margin-top: 25px;
}
}
}
}
/*==========================================================================
* Blog Two CSS
==========================================================================*/
.blog__two {
overflow: hidden;
.blog__one-item-image-date {
top: 25px;
left: 25px;
bottom: inherit;
background: var(--primary-color-1);
padding: 5px 20px;
border-radius: 40px;
h6 {
color: var(--color-1);
}
}
.blog__one-item-content {
.meta {
display: inline-block;
padding: 0px 20px 0px 20px;
margin-bottom: 20px;
border-radius: 50px;
border: 1px solid var(--border-color-2);
ul {
padding: 0;
margin: 0;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
column-gap: 25px;
row-gap: 5px;
li {
list-style: none;
font-size: 14px;
line-height: 24px;
i {
margin-right: 8px;
}
a:hover {
color: var(--primary-color-1);
}
}
}
}
}
}
/*==========================================================================
* Blog Three CSS
==========================================================================*/
.blog__three {
&-right {
max-width: 75%;
margin: 0 0 0 auto;
}
&-item {
display: flex;
&-image {
max-width: 45%;
img {
height: 100%;
object-fit: cover;
width: 100%;
border-radius: 10px 0 0 10px;
}
}
&-content {
border: 1px solid var(--border-color-2);
border-left: 0;
padding: 40px 30px;
border-radius: 0 10px 10px 0;
background: var(--bg-white);
.meta {
margin-bottom: 5px;
ul {
padding: 0;
margin: 0;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
column-gap: 25px;
row-gap: 5px;
li {
list-style: none;
font-size: 14px;
line-height: 24px;
i {
margin-right: 8px;
}
a:hover {
color: var(--primary-color-1);
}
}
}
}
h4 a:hover {
color: var(--primary-color-1);
}
.more_btn {
margin-top: 30px;
}
}
}
}
/*==========================================================================
* Blog Four CSS
==========================================================================*/
.blog__four {
&-item {
padding: 20px;
background: var(--color-2);
border-radius: 8px;
&-image {
position: relative;
img {
height: 270px;
object-fit: cover;
width: 100%;
}
&-date {
position: absolute;
left: 20px;
bottom: 20px;
background: var(--bg-white);
padding: 13px 20px 10px 20px;
border-radius: 6px;
text-align: center;
h5 {
font-size: 24px;
line-height: 24px;
}
h6 {
font-size: 16px;
line-height: 22px;
}
}
}
&-content {
padding: 30px 0 10px 0;
.meta {
display: inline-block;
padding: 0px 20px 0px 20px;
margin-bottom: 20px;
border-radius: 50px;
border: 1px solid var(--border-color-2);
ul {
padding: 0;
margin: 0;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
column-gap: 25px;
row-gap: 5px;
li {
list-style: none;
font-size: 14px;
line-height: 24px;
i {
margin-right: 8px;
}
a:hover {
color: var(--primary-color-1);
}
}
}
}
h4 a:hover {
color: var(--primary-color-1);
}
.more_btn {
margin-top: 25px;
}
}
}
}
/*==========================================================================
* Blog Standard CSS
==========================================================================*/
.blog__standard {
&-item {
margin-bottom: 50px;
&:last-child {
margin-bottom: 0;
}
&-image img {
width: 100%;
}
&-content {
background: var(--color-2);
border: 1px solid var(--border-color-1);
padding: 30px;
&-meta {
margin-bottom: 15px;
ul {
padding: 0;
margin: 0;
display: inline-flex;
column-gap: 25px;
align-items: center;
flex-wrap: wrap;
row-gap: 5px;
li {
list-style: none;
a {
display: inline-flex;
gap: 10px;
align-items: center;
i {
color: var(--primary-color-1);
}
&:hover {
color: var(--primary-color-1);
}
}
}
}
}
h3 {
margin-bottom: 10px;
a:hover {
color: var(--primary-color-1);
}
}
p {
margin-bottom: 35px;
}
}
}
}
/*==========================================================================
* Blog Details CSS
==========================================================================*/
.blog__details-area {
&-box {
background: var(--color-2);
border: 1px solid var(--border-color-1);
padding: 45px;
border-radius: 10px;
display: flex;
gap: 30px;
margin: 40px 0;
i {
font-size: 80px;
color: var(--primary-color-1);
}
h6 {
margin-bottom: 10px;
}
}
&-image img {
width: 100%;
height: 460px;
object-fit: cover;
object-position: center center;
border-radius: 10px;
}
&-tag {
display: flex;
align-items: center;
column-gap: 30px;
row-gap: 20px;
margin-top: 30px;
margin-bottom: 50px;
padding-bottom: 40px;
border-bottom: 1px solid var(--border-color-1);
flex-wrap: wrap;
}
&-author {
background: var(--color-2);
border: 1px solid var(--border-color-1);
padding: 45px;
border-radius: 10px;
display: flex;
gap: 25px;
&-image {
width: 120px;
height: 120px;
min-width: 120px;
img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
}
.social__icon {
ul {
padding: 0;
margin: 0;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
li {
list-style: none;
a i {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background: var(--bg-white);
border-radius: 50%;
color: var(--text-heading-color);
transition: 0.4s;
font-size: 14px;
&:hover {
background: var(--primary-color-1);
color: var(--color-1);
}
}
}
}
}
}
&-comment {
&-item {
padding-bottom: 25px;
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color-1);
&-comment {
&-image {
float: left;
img {
min-width: 80px;
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 50%;
}
}
&-content {
padding-left: 30px;
overflow: hidden;
span {
font-size: 14px;
margin-bottom: 5px;
display: inline-block;
}
h5 {
font-size: 18px;
line-height: 28px;
a {
float: right;
transition: 0.4s;
font-family: var(--heading-font);
font-size: 14px;
line-height: 24px;
color: var(--text-heading-color);
border: 1px solid var(--border-color-1);
padding: 7px 18px;
border-radius: 4px;
i {
margin-right: 10px;
}
&:hover {
color: var(--color-1);
background: var(--primary-color-1);
border-color: var(--primary-color-1);
}
}
}
p {
max-width: 580px;
margin-bottom: 0;
}
}
}
}
}
&-contact {
background: var(--color-2);
border: 1px solid var(--border-color-1);
padding: 45px;
border-radius: 10px;
h3 {
margin-bottom: 5px;
}
}
}
@media (max-width: 1199px) {
.blog__three-right {
max-width: 100%;
}
}
@media (max-width: 574px) {
.blog__three-item {
display: block;
&-image {
max-width: 100%;
img {
border-radius: 10px 10px 0 0;
}
}
.blog__three-item-content {
padding: 20px 25px 30px 25px;
border: 1px solid var(--border-color-2);
border-radius: 0 0 10px 10px;
}
}
}
@media (max-width: 575px) {
.blog__details-area-contact,
.blog__details-area-author {
display: grid;
padding: 40px 30px;
}
.blog__details-area-box {
display: block;
padding: 40px 30px;
h5 {
font-size: 20px;
line-height: 30px;
}
}
.blog__details-area-comment-item-comment {
&-image {
float: initial;
}
&-content {
padding-left: 0;
margin-top: 20px;
}
}
}

View File

@@ -0,0 +1,87 @@
/*==========================================================================
* Request Quote CSS
==========================================================================*/
.request__quote {
span {
color: var(--primary-color-1);
}
&-item {
label {
margin-bottom: 8px;
}
}
&-services {
label {
font-size: 14px;
display: block;
font-weight: 500;
color: var(--text-heading-color);
}
}
.description {
margin-top: 10px;
}
}
/*==========================================================================
* Contact CSS
==========================================================================*/
.contact__area {
&-left {
&-contact {
margin-top: 45px;
&-item {
display: flex;
margin-bottom: 25px;
gap: 25px;
&-icon {
i {
font-size: 40px;
margin-top: 5px;
}
}
&-content {
span {
display: inline-block;
font-size: 22px;
line-height: 32px;
font-weight: 500;
}
h6 {
max-width: 240px;
font-size: 18px;
line-height: 26px;
font-weight: 400;
font-family: var(--body-font);
a {
transition: 0.4s;
&:hover {
color: var(--primary-color-1);
}
}
}
}
&:last-child {
margin: 0;
}
}
}
}
&-form {
background: var(--color-2);
padding: 70px;
border-radius: 10px;
h4 {
margin-bottom: 40px;
}
}
}
.map-area iframe {
width: 100%;
height: 600px;
display: block;
}
@media (max-width: 767px) {
.contact__area-form {
padding: 30px 25px 30px 25px;
}
}

View File

@@ -0,0 +1,47 @@
/*==========================================================================
* Counter CSS
==========================================================================*/
.counter__one {
background: var(--color-2);
&-area {
display: flex;
position: relative;
width: 100%;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
gap: 25px;
&-item {
width: 270px;
height: 270px;
border: 1px solid var(--border-color-2);
border-radius: 50%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
h2 {
font-size: 56px;
line-height: 66px;
}
p {
font-size: 18px;
margin-bottom: 0;
}
}
.counter__two-area-item {
p {
margin-bottom: 0;
}
h2 {
font-size: 56px;
line-height: 66px;
}
}
}
}
@media (max-width: 991px) {
.counter__one-area {
justify-content: center;
}
}

View File

@@ -0,0 +1,116 @@
/*==========================================================================
* Cta CSS
==========================================================================*/
.cta__area {
background: var(--primary-color-1);
padding: 70px 0;
h2 {
color: var(--color-1);
}
.build_button {
background: var(--color-1);
color: var(--text-white);
i {
color: var(--text-white);
background: var(--color-5);
}
}
}
.cta__four {
position: relative;
z-index: 1;
&::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50%;
background: var(--color-2);
z-index: -1;
}
&-area {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 90px 0 100px 0;
border-radius: 15px;
overflow: hidden;
&::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: var(--color-1);
opacity: 0.6;
z-index: -1;
}
&-content {
max-width: 900px;
margin: 0 auto;
h2 {
color: var(--text-white);
}
}
}
}
/*==========================================================================
* Subscribe CSS
==========================================================================*/
.subscribe__area {
position: relative;
margin-bottom: 100px;
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 45%;
background: var(--bg-white);
}
&-bg {
position: relative;
z-index: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 70px 55px;
overflow: hidden;
margin: 0;
border-radius: 20px;
}
&-left {
h2 {
color: var(--text-white);
}
}
&-form {
form {
position: relative;
input {
height: 70px;
border-radius: 35px;
}
button {
position: absolute;
top: 0;
right: 0;
padding: 22px 30px;
}
}
}
}
@media (max-width: 575px) {
.subscribe__area-bg {
padding: 60px 10px;
}
.subscribe__area-form form button {
padding: 22px 8px;
font-size: 14px;
}
}

View File

@@ -0,0 +1,119 @@
/*==========================================================================
* Dark CSS
==========================================================================*/
.light-n {
display: none;
}
.light {
display: none;
}
.dark-mode {
background: #1f1f1f;
--body-color: #CCCCCC;
--bg-white: #1e1e1e;
--color-1: #1c1c1c;
--color-2: #1e1e1e;
--text-heading-color: #ffffff;
--border-color-1: #383736;
--border-color-2: #383736;
--border-color-3: #383736;
.light-n {
display: inline-block;
}
.dark-n {
display: none;
}
.process__area {
background: #222222;
}
.choose__three-list-item {
background: #1f1f1f;
}
.about__four-counter,
.blog__four-item,
.portfolio__four::after,
.services__two .services__one-item > i,
.experience__area-list-item {
background: #242424;
}
.header__area-menubar-right-sidebar-icon,
.copyright__area.four .copyright__area-social ul li a i,
.skill__area-item-inner {
background: #343434;
}
.brand__area,
.banner__four-brand .scroll__slider,
.banner__four-brand,
.cta__four::after,
.footer__four,
.certification,
.contact__area-form,
.copyright__area.four,
.testimonial__three,
.testimonial__two {
background: #1c1c1c;
}
.header__four {
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before,
.header__area-menubar-center-menu ul li a {
color: #ffffff;
}
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before,
.price__area-item.active .price__area-item-price span,
.price__area-item.active .price__area-item-list ul li,
.header__area-menubar-right-sidebar-popup .sidebar-close-btn i,
.header__area-menubar-right-search-icon i,
.header__area-menubar-center-menu ul li a,
.portfolio__one-item-content span,
.portfolio__one-item-content h4,
.portfolio__three-item-content span,
.portfolio__three-item-content h4,
.banner__one-content-user h5,
.banner__one-content h1 {
color: #222222;
}
.cursor {
#cursor-ball {
background: var(--primary-color-1);
}
#cursor-text {
color: var(--color-1);
}
}
.services__four-title .build_button:hover {
color: #ffffff;
}
.services__one-item:hover {
background: var(--primary-color-1);
.more_btn,
> i {
color: var(--color-1);
}
h4 a {
color: var(--color-1);
}
}
.cursor.no #cursor-text,
.process__area-item h6 {
background: var(--primary-color-1);
color: var(--color-1);
}
.services__two .services__one-item:hover > i {
color: var(--primary-color-1);
}
.banner__four-brand .scroll__slider ul li img,
.brand__area ul li img {
filter: inherit;
}
.industry__four-left-item img {
filter: invert(1);
}
.copyright__area.four .copyright__area-social ul li a i:hover {
background: var(--primary-color-1);
color: var(--color-1);
}
.choose__us-left-counter {
background-image: url('../../assets/img/shape/shape-dark.png') !important;
}
}

View File

@@ -0,0 +1,115 @@
/*==========================================================================
* Faq CSS
==========================================================================*/
.faq__area {
background: var(--color-1);
&-image {
img {
height: 660px;
object-fit: cover;
object-position: center right;
border-radius: 10px;
transform: scaleX(-1);
}
}
&-right {
&-title {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
color: var(--text-white);
}
}
.faq-item {
border-color: var(--border-color-3);
h5 {
color: var(--text-white);
}
&-body {
border-color: var(--border-color-3);
p {
color: var(--color-6);
}
}
.icon {
&:not(.collapsed) {
background: var(--primary-color-1);
color: var(--color-1);
&::after {
content: "\f068";
background: #DFA22C;
}
}
}
}
}
}
.faq {
&-item {
margin-bottom: 20px;
border: 1px solid var(--border-color-1);
border-radius: 10px;
&:last-child {
margin: 0;
}
h5 {
cursor: pointer;
padding: 16px 25px;
}
.icon {
position: relative;
border-radius: 10px 10px 0 0;
&::after {
content: "\2b";
font-family: 'Font Awesome 6 Pro';
font-weight: 300;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: var(--color-1);
right: 20px;
font-size: 18px;
transition: 0.4s;
background: var(--primary-color-1);
width: 26px;
height: 26px;
border-radius: 50%;
line-height: 26px;
text-align: center;
}
&:not(.collapsed) {
&::after {
content: "\f068";
}
}
}
&-body {
border-radius: 0 0 10px 10px;
transition: 0.3s;
border-top: 1px solid var(--border-color-1);
p {
padding: 15px 25px;
margin-bottom: 0;
}
}
}
}
.faq__page {
.faq-item h5 {
padding: 20px 25px;
}
.faq-item-body {
padding: 0 25px;
p {
padding-left: 0;
padding-right: 0;
}
}
}
@media (max-width: 767px) {
.faq__area-image img {
height: 380px;
}
}

View File

@@ -0,0 +1,282 @@
/*==========================================================================
* Choose Us Css
==========================================================================*/
.choose__us {
&-left {
position: relative;
img {
width: 75%;
}
&-counter {
text-align: left;
display: inline-block;
position: absolute;
left: 0;
top: 25%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 78px 25px 87px 55px;
h2 {
font-size: 48px;
font-weight: 600;
line-height: 64px;
}
p {
margin: 0;
font-size: 20px;
line-height: 26px;
max-width: 140px;
color: var(--text-heading-color);
}
}
}
&-right {
.build_button {
background: var(--color-1);
color: var(--text-white);
i {
color: var(--text-white);
background: var(--color-5);
}
&::before {
background: var(--primary-color-1);
}
&:hover {
color: var(--color-1);
i {
color: var(--color-1);
background: var(--color-4);
}
}
}
}
}
.choose__three {
background: var(--color-2);
&-left {
img {
object-fit: cover;
height: 490px;
}
}
&-list-item {
padding: 40px;
background: var(--bg-white);
border-radius: 10px;
box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
i {
display: inline-block;
font-size: 70px;
margin-bottom: 25px;
}
p {
margin-bottom: 0;
margin-top: 10px;
}
}
}
@media (max-width: 1199px) {
.choose__three-list-item {
padding: 30px;
}
}
@media (max-width: 575px) {
.choose__us-left img {
width: 85%;
height: 440px;
object-fit: cover;
}
.choose__three-left img {
height: 380px;
}
}
.certification {
background: var(--color-2);
}
/*==========================================================================
* Experience CSS
==========================================================================*/
.experience__area {
background: var(--color-1);
position: relative;
z-index: 1;
overflow: hidden;
&-title {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
color: var(--text-white);
max-width: 700px;
}
}
&-image {
margin-left: -160px;
position: relative;
z-index: -1;
img {
height: 642px;
object-fit: cover;
}
}
&-list-item {
background: var(--color-2);
border-radius: 12px;
padding: 40px;
i {
font-size: 70px;
display: inline-block;
}
&-content {
margin-top: 25px;
h4 {
font-size: 24px;
line-height: 32px;
}
p {
margin-top: 7px;
margin-bottom: 0;
}
}
}
}
@media (max-width: 991px) {
.experience__area-image {
margin-left: 0;
img {
width: 100%;
height: auto;
}
}
}
/*==========================================================================
* Industry One CSS
==========================================================================*/
.industry__area {
&-left {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
width: 100%;
}
&-right {
&-list {
&-item {
display: flex;
align-items: start;
gap: 25px;
i {
font-size: 70px;
margin-top: 6px;
color: var(--text-heading-color);
}
&-content {
p {
margin-bottom: 0;
margin-top: 5px;
}
}
}
}
}
}
/*==========================================================================
* Industry Two CSS
==========================================================================*/
.industry__four {
&-left {
&-item {
&.borders {
border-right: 1px solid var(--border-color-2);
}
img {
max-width: 70px;
margin-bottom: 18px;
}
h5 {
font-size: 24px;
line-height: 34px;
margin-bottom: 5px;
}
p {
margin-bottom: 0;
}
}
}
&-right {
p {
max-width: 540px;
}
}
}
@media (max-width: 991px) {
.industry__four-left-item.borders {
border-right: 0;
}
.industry__four-right p {
max-width: 100%;
}
}
/*==========================================================================
* Experience CSS
==========================================================================*/
.text__slide {
background: var(--color-1);
&-title {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
color: var(--text-white);
max-width: 550px;
}
}
&-right {
display: flex;
align-items: center;
justify-content: space-between;
&-counter {
width: 170px;
height: 170px;
display: flex;
align-items: center;
justify-content: center;
h2 {
color: var(--text-white);
font-size: 44px;
line-height: 54px;
}
}
}
.scroll__slider {
margin-top: -70px;
ul li {
align-items: center;
img {
width: 45px;
height: 45px;
}
a {
font-size: 60px;
line-height: 70px;
color: var(--text-white);
font-weight: 500;
}
}
}
}
@media (max-width: 575px) {
.text__slide-right {
&-counter {
display: none;
}
img {
width: 100%;
}
}
}

View File

@@ -0,0 +1,364 @@
/*==========================================================================
* Footer One CSS
==========================================================================*/
.footer__one {
background: var(--color-1);
overflow: hidden;
&-cta {
padding: 80px 0;
border-bottom: 1px solid var(--border-color-3);
&-title {
h2 {
color: var(--text-white);
}
}
&-icon a i {
width: 100px;
height: 100px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--primary-color-1);
color: var(--color-1);
border-radius: 50%;
font-size: 50px;
transition: 0.4s;
&:hover {
transform: rotate(45deg);
}
}
}
&-area {
padding-top: 100px;
padding-bottom: 120px;
}
&-widget {
.logo {
display: block;
margin-bottom: 30px;
img {
max-width: 170px;
}
}
h5 {
color: var(--text-white);
font-size: 26px;
font-weight: 400;
line-height: 34px;
}
> h4 {
color: var(--text-white);
margin-bottom: 20px;
font-size: 28px;
line-height: 38px;
}
&.address {
margin-left: -40px;
}
&-address {
h6 {
color: var(--color-6);
font-family: var(--body-font);
font-size: 20px;
font-weight: 400;
line-height: 30px;
a {
transition: 0.4s;
&:hover {
color: var(--primary-color-1);
}
}
}
h4 {
margin-top: 25px;
a {
color: var(--primary-color-1);
font-family: var(--body-font);
font-size: 22px;
font-weight: 400;
text-decoration: underline;
line-height: 32px;
}
}
}
}
}
.footer-widget-menu {
ul {
padding: 0;
margin: 0;
li {
padding: 0;
list-style: none;
margin-bottom: 10px;
&:last-child {
margin: 0;
}
a {
color: var(--color-6);
transition: 0.4s;
font-size: 18px;
line-height: 28px;
&:hover {
color: var(--primary-color-1);
}
}
}
}
}
/*==========================================================================
* Footer Two CSS
==========================================================================*/
.footer__two {
background: var(--color-1);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 110px;
&-widget {
h4 {
color: var(--text-white);
margin-bottom: 25px;
}
&.footer-border {
position: relative;
&::before {
position: absolute;
content: '';
width: 1px;
height: 250px;
background: var(--border-color-3);
left: -10px;
top: 0;
}
}
&-about {
a img {
max-width: 165px;
}
p {
color: var(--color-6);
max-width: 355px;
margin-top: 25px;
}
&-social {
margin-top: 30px;
ul {
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
li {
list-style: none;
a i {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: var(--color-7);
font-size: 15px;
border-radius: 50%;
color: var(--text-white);
transition: 0.4s;
&:hover {
background: var(--primary-color-1);
color: var(--color-1);
}
}
}
}
}
}
&-location {
h6 {
color: var(--text-white);
margin: 18px 0;
}
&-item {
display: flex;
align-items: center;
gap: 15px;
&-icon i {
display: inline-block;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
font-size: 20px;
border: 1px solid var(--border-color-3);
border-radius: 50%;
color: var(--primary-color-1);
}
&-info a {
color: var(--color-6);
max-width: 220px;
display: inline-block;
transition: 0.4s;
&:hover {
color: var(--primary-color-1);
}
}
}
}
.post__item {
border: 0;
padding: 0;
&-image {
width: 80px;
height: 80px;
min-width: 80px;
img {
border-radius: 50%;
}
}
&-title {
span {
color: var(--color-6);
}
h6 a {
color: var(--text-white);
&:hover {
color: var(--primary-color-1);
}
}
}
}
}
}
/*==========================================================================
* Footer Four CSS
==========================================================================*/
.footer__four {
background: var(--color-2);
&-area {
padding-top: 100px;
padding-bottom: 120px;
}
&-widget {
.logo {
display: block;
margin-bottom: 30px;
img {
max-width: 170px;
}
}
h5 {
font-size: 26px;
font-weight: 400;
line-height: 34px;
}
> h4 {
margin-bottom: 20px;
font-size: 28px;
line-height: 38px;
}
&.address {
margin-left: -40px;
}
&-address {
h6 {
color: var(--body-color);
font-family: var(--body-font);
font-size: 20px;
font-weight: 400;
line-height: 30px;
a {
transition: 0.4s;
&:hover {
color: var(--primary-color-1);
}
}
}
h4 {
margin-top: 25px;
a {
color: var(--primary-color-1);
font-family: var(--body-font);
font-size: 22px;
font-weight: 400;
text-decoration: underline;
line-height: 32px;
}
}
}
}
.footer-widget-menu ul li a {
color: var(--body-color);
}
}
/*==========================================================================
* Copyright CSS
==========================================================================*/
.copyright__area {
background: var(--color-1);
border-top: 1px solid var(--border-color-3);
padding: 26px 0;
&-content {
p {
margin: 0;
color: var(--color-6);
a {
color: var(--primary-color-1);
text-decoration: underline;
}
}
}
&-social {
ul {
padding: 0;
margin: 0;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
li {
list-style: none;
a i {
display: inline-flex;
align-items: center;
justify-content: center;
width: 45px;
height: 45px;
background: var(--color-7);
border-radius: 50%;
color: var(--color-6);
transition: 0.4s;
font-size: 14px;
&:hover {
background: var(--primary-color-1);
color: var(--color-1);
}
}
}
}
}
&.four {
background: var(--color-2);
border-color: var(--border-color-2);
p {
color: var(--body-color);
}
.copyright__area-social ul li a i {
background: #EBE9DD;
color: var(--text-heading-color);
&:hover {
background: var(--primary-color-1);
color: var(--color-1);
}
}
}
}
@media (max-width: 991px) {
.footer__four-widget.address,
.footer__one-widget.address {
margin-left: 0;
}
}
@media (max-width: 767px) {
.footer__two-widget.footer-border::before {
display: none;
}
}

View File

@@ -0,0 +1,707 @@
/*==========================================================================
* Menu Bar CSS
==========================================================================*/
.header__area {
padding: 20px 0;
background: var(--primary-color-1);
border-bottom: 1px solid #E5B142;
&-menubar {
display: flex;
justify-content: space-between;
align-items: center;
&-left {
position: relative;
z-index: 99;
&-logo {
a {
display: inline-block;
img {
max-width: 170px;
position: relative;
z-index: 9999;
}
}
}
}
&-center {
display: flex;
align-items: center;
gap: 50px;
&-menu {
ul {
padding: 0;
margin: 0;
li {
display: inline-block;
position: relative;
list-style: none;
margin: 0 25px;
&:hover {
> a {
color: var(--color-1);
}
> .sub-menu {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
}
.sub-menu {
position: absolute;
background: var(--color-8);
min-width: 260px;
transition: 0.4s;
top: 63px;
opacity: 0;
visibility: hidden;
z-index: 99;
transform: translateY(10px);
li {
display: block;
padding: 0 30px;
margin: 0;
&::after {
display: none;
}
> a {
border-bottom: 1px solid var(--border-color-3);
color: var(--text-white);
padding: 12px 0;
transition: 0.4s;
text-transform: capitalize;
position: relative;
font-weight: 400;
&::after {
position: absolute;
content: '';
background: var(--primary-color-1);
width: 0;
transition: 0.4s;
height: 1px;
left: 0;
bottom: -1px;
}
}
.sub-menu {
left: 100%;
top: 0;
}
&:hover {
> a {
color: var(--primary-color-1);
&::before {
color: var(--primary-color-1);
}
&::after {
width: 100%;
}
}
}
&:last-child > a {
border: none;
&::after {
display: none;
}
}
}
.menu-item-has-children > {
a {
&::before {
content: '\f105';
right: 0;
color: var(--text-white);
}
}
}
}
a {
color: var(--text-heading-color);
display: block;
font-size: 16px;
line-height: 26px;
transition: 0.4s;
font-family: var(--heading-font);
font-weight: 600;
text-transform: uppercase;
}
&.menu-item-has-children > {
a {
position: relative;
&::before {
content: '\f107';
position: absolute;
top: 50%;
transform: translateY(-48%);
right: -16px;
font-family: "Font Awesome 6 Pro";
font-weight: 800;
color: var(--text-heading-color);
transition: 0.3s;
font-size: 14px;
}
}
}
&.menu-item-has-children {
padding-right: 15px;
&:hover > a {
&::before {
color: var(--text-heading-color);
}
}
}
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
}
}
}
}
&-right {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
&-search {
margin-right: 30px;
&-icon {
i {
cursor: pointer;
position: relative;
z-index: 9;
display: block;
color: var(--text-heading-color);
font-size: 20px;
font-weight: 400;
}
}
&-box {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
right: 0;
height: 0;
background: var(--color-1);
z-index: 9999;
transition: all 0.5s ease-out;
overflow: hidden;
form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
width: 55%;
transition: all 0.5s ease-out;
}
button {
position: absolute;
right: 0;
top: 0;
font-size: 22px;
padding: 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
}
&.active {
height: 100vh;
top: 0;
&.header__area-menubar-right-search-box form {
transform: translate(-50%, -50%) scale(1);
}
}
&-icon {
position: absolute;
right: 50px;
top: 50px;
i {
cursor: pointer;
position: relative;
z-index: 9;
display: block;
font-size: 22px;
color: var(--text-white);
transform: rotate(0deg);
&:hover {
animation: rotate 0.4s ease 0s;
}
}
}
}
}
&-btn {
&.one .build_button {
background: var(--color-1);
color: var(--text-white);
i {
color: var(--text-white);
background: var(--color-5);
}
}
}
&-sidebar {
&-icon {
background: var(--bg-white);
width: 60px;
height: 60px;
display: inline-flex;
align-items: center;
cursor: pointer;
cursor: pointer;
justify-content: center;
border-radius: 50%;
i {
font-size: 24px;
height: 24px;
color: var(--text-heading-color);
}
}
&-popup {
position: fixed;
width: 460px;
height: 100%;
right: 0;
overflow: auto;
transform: translateX(100%);
top: 0;
background: var(--color-1);
opacity: 0;
visibility: hidden;
z-index: 999999;
transition: transform .5s ease .4s;
padding: 100px 40px;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
&.active {
opacity: 1;
visibility: visible;
transform: translateX(0%);
right: 0;
}
&-icon {
i {
width: 25px;
height: 25px;
display: block;
font-size: 25px;
color: var(--text-heading-color);
cursor: pointer;
}
}
.sidebar-close-btn {
position: absolute;
top: 40px;
right: 40px;
transform: rotate(0);
i {
background: var(--primary-color-1);
width: 40px;
color: var(--text-heading-color);
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
cursor: pointer;
display: block;
}
&:hover {
animation: rotate 0.4s ease 0s;
}
}
&-logo {
margin-bottom: 30px;
a {
display: inline-block;
img {
max-width: 170px;
}
}
}
p {
color: var(--color-6);
}
&-contact {
margin: 40px 0;
padding: 40px 0;
border-top: 1px solid var(--border-color-3);
border-bottom: 1px solid var(--border-color-3);
&-item {
display: flex;
margin-bottom: 25px;
gap: 25px;
&-icon {
i {
font-size: 40px;
margin-top: 5px;
color: var(--primary-color-1);
}
}
&-content {
span {
color: var(--text-white);
display: inline-block;
font-size: 22px;
line-height: 32px;
font-weight: 500;
}
h6 {
max-width: 240px;
font-size: 18px;
line-height: 26px;
font-weight: 400;
font-family: var(--body-font);
a {
transition: 0.4s;
color: var(--color-6);
&:hover {
color: var(--primary-color-1);
}
}
}
}
&:last-child {
margin: 0;
}
}
h4 {
color: var(--text-white);
}
}
&-social{
ul {
padding: 0;
margin: 0;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
li {
list-style: none;
a i {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--color-7);
border-radius: 50%;
color: var(--text-white);
transition: 0.4s;
&:hover {
background: var(--primary-color-1);
color: var(--text-heading-color);
}
}
}
}
}
}
}
}
}
&.two {
background: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
border-color: #FFFFFF21;
.menu__bar i,
.header__area-menubar-right-search-icon i,
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before,
.header__area-menubar-center-menu ul li a {
color: var(--text-white);
}
.header__area-menubar-center-menu ul li:hover > a {
color: var(--primary-color-1);
&::before {
color: var(--primary-color-1);
}
}
}
&.three {
border-color: #FFFFFF21;
background: var(--color-1);
.menu__bar i,
.header__area-menubar-right-search-icon i,
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before,
.header__area-menubar-center-menu ul li a {
color: var(--text-white);
}
.header__area-menubar-center-menu ul li:hover > a {
color: var(--primary-color-1);
&::before {
color: var(--primary-color-1);
}
}
.build_button {
&::before {
background: var(--bg-white);
}
&:hover {
color: var(--color-1);
i {
color: var(--color-1);
background: #F1F1F1;
}
}
}
}
}
.header__four {
padding: 20px 0;
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 99;
border-bottom: 1px solid #FFFFFF3D;
.header__area-menubar-center-menu {
background: var(--bg-white);
padding: 11px 25px;
border-radius: 50px;
}
.menu__bar i,
.header__area-menubar-right-search-icon i {
color: var(--text-white);
}
.header__area-menubar-right-sidebar-icon {
background: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu {
top: 39px;
}
}
/*==========================================================================
* Menu Bar Sticky CSS
==========================================================================*/
.header__sticky {
&-sticky-menu {
position: fixed !important;
left: 0;
top: 0;
right: 0;
z-index: 999;
width: 100%;
animation: header_sticky 1s;
display: block;
box-shadow: 0 0 50px rgb(var(--border-color-2),0.04);
background: var(--color-8) !important;
}
@keyframes header_sticky {
0% {
top: -100px;
}
100% {
top: 0;
}
}
}
/*==========================================================================
* Menu Sidebar CSS
==========================================================================*/
.sidebar-overlay {
position: fixed;
top: 0;
right: 0;
width: 0;
height: 100%;
transition: all 0.8s ease-out;
visibility: hidden;
z-index: 99999;
background: var(--color-1);
opacity: 0.8;
&.show {
visibility: visible;
width: 100%;
}
}
/*==========================================================================
* Responsive Menu Sidebar CSS
==========================================================================*/
.vertical-menu {
padding-right: 6px;
ul {
padding: 0;
margin: 0;
li {
list-style: none;
position: relative;
a {
padding: 14px 0;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 400;
transition: all 0.4s ease;
border-bottom: 1px solid var(--border-color-3);
color: var(--text-white);
}
&.menu-item-has-children {
> span {
position: absolute;
top: 15px;
right: 0;
cursor: pointer;
text-align: center;
background: var(--primary-color-1);
color: var(--text-heading-color);
z-index: 1;
width: 27px;
height: 27px;
border-radius: 50%;
line-height: 26px;
&.is-open::before {
content: '\f068';
}
}
.sub-menu {
display: none;
}
}
&:hover > a {
color: var(--primary-color-1);
}
& .sub-menu {
padding-left: 20px;
li a {
font-size: 16px;
line-height: 26px;
}
}
}
}
}
.menu__bar {
display: none;
i {
font-size: 35px;
cursor: pointer;
color: var(--text-heading-color);
}
&-popup {
display: none;
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
left: 0;
width: 400px;
height: 100%;
z-index: 9999;
transition: 0.5s;
transform: translateX(-100%);
padding: 40px;
background: var(--color-1);
&.show {
opacity: 1;
visibility: visible;
transform: translateX(0);
& .menu__bar-popup {
&-left-social {
background: var(--color-1);
}
&-right-contact {
transition: transform 2s ease 0.4s, opacity 2s ease 0.4s;
transform: translateX(0);
opacity: 1;
}
}
}
&-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
.logo img {
max-width: 170px;
}
.close {
i {
background: var(--primary-color-1);
width: 40px;
color: var(--text-heading-color);
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 20px;
}
&:hover {
animation: rotate 0.4s ease 0s;
}
}
}
&-overlay {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 100%;
transition: 0.8s;
visibility: hidden;
z-index: 9;
background: var(--color-1);
opacity: 0.8;
display: none;
&.show {
visibility: visible;
width: 100%;
}
}
}
}
@media (max-width: 1550px) {
.header__area-menubar-center-menu ul li:nth-child(n+4) .sub-menu li .sub-menu {
right: 100%;
left: initial;
}
}
@media (max-width: 1299px) {
.header__four .header__area-menubar-right-btn {
display: none;
}
}
@media (max-width: 1199px) {
.header__area-menubar-right-btn {
display: none;
}
}
@media (max-width: 991px) {
.header__area {
padding: 25px 0;
&-menubar {
&-right-search,
&-right-sidebar,
&-center {
display: none;
}
}
}
.menu__bar {
display: block;
&-popup {
display: block;
&-overlay {
display: block;
}
}
}
}
@media (max-width: 520px) {
.menu__bar-popup {
width: 100%;
&-overlay {
display: none;
}
}
}

View File

@@ -0,0 +1,118 @@
/*==========================================================================
* Breadcrumb CSS
==========================================================================*/
.breadcrumb__area {
position: relative;
z-index: 1;
padding: 230px 0 130px 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
&::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--color-1);
opacity: 0.45;
z-index: -1;
}
&-content {
h2 {
color: var(--text-white);
margin-bottom: 10px;
}
ul {
padding: 0;
margin: 0;
display: inline-flex;
gap: 15px;
align-items: center;
li {
list-style: none;
color: var(--primary-color-1);
font-size: 20px;
line-height: 30px;
display: inline-flex;
gap: 15px;
align-items: center;
a {
color: var(--text-white);
transition: 0.4s;
&:hover {
color: var(--primary-color-1);
}
}
i {
color: var(--primary-color-1);
}
}
}
}
}
/*==========================================================================
* Error CSS
==========================================================================*/
.error {
&-page {
text-align: center;
h1 {
font-size: 240px;
line-height: 1;
font-weight: 600;
span {
color: var(--primary-color-1);
}
}
h2 {
margin: 15px 0 30px 0;
}
p {
margin-bottom: 35px;
}
}
}
/*==========================================================================
* Theme Pagination CSS
==========================================================================*/
.theme__pagination {
ul {
margin: 0;
padding: 0;
display: inline-flex;
gap: 10px;
flex-wrap: wrap;
li {
list-style: none;
.active {
background: var(--primary-color-1);
color: var(--color-1);
border-color: var(--primary-color-1);
}
a {
border: 1px solid var(--border-color-1);
display: flex;
height: 50px;
width: 50px;
align-items: center;
justify-content: center;
transition: 0.4s;
border-radius: 5px;
background: var(--bg-white);
&:hover {
background: var(--primary-color-1);
border-color: var(--primary-color-1);
color: var(--color-1);
}
}
}
}
}
@media (max-width: 575px) {
.error-page h1 {
font-size: 140px;
line-height: 150px;
}
}

View File

@@ -0,0 +1,456 @@
/*==========================================================================
* Portfolio One Css
==========================================================================*/
.portfolio__one {
position: relative;
z-index: 1;
overflow: hidden;
&::before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 35%;
background: var(--color-2);
z-index: -1;
}
.portfolio_slide {
margin-right: -420px;
}
&-item {
img {
height: 480px;
object-fit: cover;
}
&-content {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
transition: 0.4s;
background: #FFBF43;
border-radius: 15px;
padding: 45px 45px 45px 45px;
margin: 0px 50px 30px 50px;
opacity: 0;
visibility: hidden;
}
&:hover .portfolio__one-item-content {
transform: translateY(-20px);
visibility: visible;
opacity: 1;
}
}
}
/*==========================================================================
* Portfolio Two CSS
==========================================================================*/
.portfolio__two {
&-item {
img {
border-radius: 10px;
}
&-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
opacity: 0;
visibility: hidden;
transition: 0.4s;
width: 100%;
span {
font-size: 18px;
line-height: 30px;
color: var(--color-6);
}
h4 {
color: var(--text-white);
margin-bottom: 30px;
a:hover {
color: var(--primary-color-1);
}
}
> a i {
background: var(--primary-color-1);
width: 55px;
height: 55px;
color: var(--color-1);
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 28px;
transition: 0.4s;
&:hover {
transform: rotate(45deg);
}
}
}
&:hover {
img {
filter: brightness(0.66);
}
.portfolio__two-item-content {
visibility: visible;
opacity: 1;
}
}
}
}
/*==========================================================================
* Portfolio Two CSS
==========================================================================*/
.portfolio__three {
background: var(--color-1);
&-title {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
color: var(--text-white);
}
}
&-item {
img {
height: 560px;
object-fit: cover;
}
&-content {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
transition: 0.4s;
background: #FFBF43;
border-radius: 15px;
padding: 0 45px 45px 45px;
margin: 0px 50px 30px 50px;
opacity: 0;
visibility: hidden;
a i {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--color-1);
color: var(--text-white);
border-radius: 50%;
transition: 0.4s;
font-size: 30px;
margin-top: -30px;
margin-bottom: 20px;
}
}
&:hover .portfolio__three-item-content {
transform: translateY(-20px);
visibility: visible;
opacity: 1;
}
}
}
/*==========================================================================
* Portfolio Four CSS
==========================================================================*/
.portfolio__four {
padding-bottom: 60px;
position: relative;
&::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 50%;
background: var(--color-2);
z-index: -1;
}
&-area {
display: flex;
width: 100%;
overflow: hidden;
gap: 1px;
padding: 0 50px;
&-item {
width: 50%;
transition: 0.5s;
overflow: hidden;
position: relative;
z-index: 2;
height: 620px;
cursor: pointer;
img {
filter: brightness(0.8);
height: 100%;
width: 100%;
object-fit: cover;
}
&-area {
display: flex;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
opacity: 0;
visibility: hidden;
transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
transform: translateY(30px);
animation-duration: 1.25s;
justify-content: center;
align-items: flex-end;
}
&.active {
width: 100%;
img {
filter: brightness(1);
}
.portfolio__one-item-content {
visibility: visible;
opacity: 1;
position: relative;
margin: 0px 0px 50px 0px;
}
.portfolio__four-area-item-area {
opacity: 1;
visibility: visible;
transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
transform: translateY(0);
}
}
}
}
}
/*==========================================================================
* Portfolio Four CSS
==========================================================================*/
.gallery__area {
&-button button {
font-weight: 500;
background: var(--bg-white);
color: var(--text-heading-color);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
border: 1px solid var(--border-color-1);
padding: 10px 30px 10px 30px;
margin: 3px 3px 3px 3px;
&.active {
color: var(--color-1);
background: var(--primary-color-1);
border-color: var(--primary-color-1);
}
}
}
.success__area {
&-title {
p {
max-width: 500px;
}
}
}
.two__columns {
.portfolio__two-item {
position: relative;
z-index: 1;
img {
height: 480px;
object-fit: cover;
}
}
}
.three__columns {
.portfolio__three-item {
position: relative;
z-index: 1;
img {
height: 480px;
object-fit: cover;
}
&-content {
padding: 0 25px 30px 25px;
margin: 0px 30px 20px 30px;
h4 {
font-size: 24px;
line-height: 34px;
}
}
}
}
.four__columns {
.portfolio__four-item {
position: relative;
z-index: 1;
> a i {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: var(--primary-color-1);
color: var(--color-1);
border-radius: 50%;
transition: 0.4s;
font-size: 30px;
position: absolute;
left: 25px;
top: 25px;
visibility: hidden;
opacity: 0;
z-index: 2;
}
img {
height: 380px;
object-fit: cover;
border-radius: 10px;
}
&-content {
padding: 25px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
transition: 0.4s;
transform: translateY(20px);
visibility: hidden;
opacity: 0;
span,
h5 {
color: var(--text-white);
a:hover {
color: var(--primary-color-1);
}
}
}
&:hover {
.portfolio__four-item-content,
> a i {
visibility: visible;
opacity: 1;
}
.portfolio__four-item-content {
transform: translateY(0);
}
img {
filter: brightness(0.4);
}
}
}
}
/*==========================================================================
* Portfolio Four CSS
==========================================================================*/
.portfolio__details {
&-overview {
background: var(--color-2);
border-radius: 10px;
padding: 40px;
h4 {
margin-bottom: 35px;
}
&-item {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid var(--border-color-2);
span {
font-weight: 500;
}
h6 {
margin-top: 5px;
a:hover {
color: var(--primary-color-1);
}
}
&:last-child {
margin: 0;
padding: 0;
border: 0;
}
}
}
&-area {
> img {
border-radius: 10px;
}
&-list {
padding: 0;
margin: 0;
li {
display: inline-flex;
align-items: center;
list-style: none;
margin-bottom: 8px;
gap: 8px;
font-weight: 500;
color: var(--text-heading-color);
i {
display: inline-flex;
}
&:last-child {
margin-bottom: 0;
}
}
}
&-image img {
width: 100%;
height: 460px;
object-fit: cover;
object-position: center center;
border-radius: 10px;
}
}
}
@media (max-width: 1440px) {
.portfolio__four-area {
padding: 0;
}
}
@media (max-width: 1199px) {
.portfolio__one-item-content {
padding: 30px;
}
}
@media (max-width: 991px) {
.portfolio__four-area {
display: grid;
&-item {
width: 100%;
height: 120px;
&.active {
height: 480px;
}
}
}
.portfolio__one .portfolio_slide {
margin-right: 0;
}
}
@media (max-width: 575px) {
.portfolio__two-item img {
height: 360px;
object-fit: cover;
}
.portfolio__one-item,
.portfolio__three-item {
img {
height: 480px;
}
&-content {
padding: 0 30px 30px 30px;
margin: 0px 20px 10px 20px;
}
}
.portfolio__one-item-content {
padding: 30px;
}
}

View File

@@ -0,0 +1,99 @@
/*==========================================================================
* Pricing Css
==========================================================================*/
.price__area {
&-item {
padding: 40px;
border: 1px solid var(--border-color-2);
border-radius: 10px;
&-price {
span {
font-size: 18px;
line-height: 28px;
color: var(--body-color);
}
h2 {
margin-top: 15px;
font-size: 54px;
line-height: 64px;
span {
margin-left: 20px;
}
}
}
&-list {
margin-top: 35px;
padding-top: 30px;
border-top: 1px solid var(--border-color-2);
ul {
padding: 0;
margin: 0;
li {
list-style: none;
font-size: 18px;
line-height: 30px;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
i {
color: var(--primary-color-1);
font-size: 16px;
margin-right: 6px;
position: relative;
top: 2px;
}
}
}
}
&-btn {
margin-top: 50px;
.build_button {
border: 1px solid var(--border-color-2);
background: transparent;
color: var(--text-heading-color);
padding: 7px 7px 7px 29px;
&:hover {
color: var(--text-white);
}
}
}
&.active {
background: var(--primary-color-1);
border-color: var(--primary-color-1);
.price__area-item {
&-price {
h3,
h2 {
color: var(--color-1);
}
}
&-list {
border-color: #DDB348;
ul li i {
color: var(--color-1);
}
}
&-btn .build_button {
border-color: var(--color-1);
background: var(--color-1);
color: var(--text-white);
i {
color: var(--text-white);
background: var(--color-5);
transform: rotate(45deg);
}
}
}
}
}
}
@media (max-width: 575px) {
.price__area-item {
padding: 30px;
&-list ul li {
font-size: 16px;
line-height: 28px;
}
}
}

View File

@@ -0,0 +1,31 @@
/*==========================================================================
* Process Css
==========================================================================*/
.process__area {
&-title {
max-width: 600px;
margin: 0 auto;
}
&-item {
border-top: 1px dashed var(--border-color-3);
h6 {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--color-1);
color: var(--text-white);
font-size: 16px;
line-height: 26px;
margin-bottom: 20px;
position: relative;
top: -20px;
}
p {
margin-bottom: 0;
margin-top: 10px;
}
}
}

View File

@@ -0,0 +1,201 @@
/*==========================================================================
* Services One CSS
==========================================================================*/
.services__one {
background: var(--color-2);
&-item {
background: var(--bg-white);
border: 1px solid var(--border-color-1);
border-radius: 8px;
padding: 40px 80px 40px 40px;
transition: 0.5s;
> i {
font-size: 80px;
color: var(--text-heading-color);
transition: 0.4s;
}
h4 {
margin-top: 90px;
}
.more_btn {
margin-top: 25px;
}
&:hover {
background: var(--color-1);
.more_btn,
> i {
color: var(--primary-color-1);
}
h4 a {
color: var(--text-white);
&:hover {
color: var(--primary-color-1);
}
}
}
}
}
/*==========================================================================
* Services Two CSS
==========================================================================*/
.services__two {
overflow: hidden;
.services__one-item {
background: var(--color-2);
> i {
font-size: 45px;
display: inline-flex;
color: var(--text-heading-color);
background: var(--bg-white);
width: 80px;
height: 80px;
min-width: 80px;
align-items: center;
justify-content: center;
border-radius: 50%;
}
&:hover {
background: var(--color-1);
}
}
}
/*==========================================================================
* Services Three CSS
==========================================================================*/
.services__three {
background: var(--color-1);
&-title {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
color: var(--text-white);
}
p {
color: var(--color-6);
}
.build_button {
&::before {
background: var(--bg-white);
}
&:hover {
color: var(--color-1);
i {
color: var(--color-1);
background: #F1F1F1;
}
}
}
}
&-item {
border-bottom: 1px solid var(--border-color-3);
&-title {
padding: 30px 0;
h3 {
color: var(--text-white);
display: flex;
align-items: center;
gap: 20px;
span {
color: var(--primary-color-1);
font-size: 24px;
line-height: 32px;
}
}
&.active {
h3 {
color: var(--primary-color-1);
}
}
}
&-body {
padding: 0 0 30px 50px;
display: none;
p {
color: var(--color-6);
margin-bottom: 0;
margin-top: 30px;
}
}
}
}
/*==========================================================================
* Services Four CSS
==========================================================================*/
.services__four {
background: var(--color-1);
overflow: hidden;
&-title {
.subtitle {
border-color: #474644;
color: var(--text-white);
}
h2 {
color: var(--text-white);
}
.build_button {
&::before {
background: var(--bg-white);
}
&:hover {
color: var(--color-1);
i {
color: var(--color-1);
background: #F1F1F1;
}
}
}
}
&-image {
margin-right: -295px;
}
.services__one-item {
background: var(--color-1);
border-color: var(--border-color-3);
> i {
color: var(--primary-color-1);
}
.more_btn,
h4 {
color: var(--text-white);
}
&:hover {
background: var(--primary-color-1);
.more_btn,
h4 a,
> i {
color: var(--text-heading-color);
}
}
}
}
/*==========================================================================
* Services Details CSS
==========================================================================*/
.services__details-area {
&-list {
padding: 0;
margin: 0;
margin-bottom: 35px;
margin-top: 20px;
li {
display: inline-flex;
align-items: center;
list-style: none;
margin-bottom: 8px;
gap: 8px;
i {
display: inline-flex;
}
&:last-child {
margin-bottom: 0;
}
}
}
}
@media (max-width: 991px) {
.services__four-image {
margin-right: 0;
}
}

View File

@@ -0,0 +1,45 @@
/*==========================================================================
* Skill Bar CSS
==========================================================================*/
.skill__area {
&-item {
margin-bottom: 30px;
&:last-child {
margin-bottom: 0;
}
&-content {
position: relative;
}
h6 {
font-weight: 500;
font-size: 20px;
line-height: 28px;
}
&-count {
position: absolute;
top: 0;
right: 0;
font-weight: 500;
font-size: 20px;
line-height: 28px;
font-family: var(--heading-font);
color: var(--text-heading-color);
}
&-bar {
height: 10px;
position: absolute;
width: 0;
top: 0;
left: 0;
background: var(--primary-color-1);
transition: all 3.5s ease-out 0s;
}
&-inner {
width: 100%;
height: 10px;
position: relative;
background: var(--color-2);
margin-top: 10px;
}
}
}

View File

@@ -0,0 +1,169 @@
/*==========================================================================
* Award CSS
==========================================================================*/
.award__area {
background: var(--color-2);
&-content {
display: flex;
p {
max-width: 480px;
margin-bottom: 0;
}
}
&-left {
height: 450px;
position: relative;
&-image {
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: 0.4s;
height: 100%;
width: 100%;
img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.6s;
transform: scale(0.8) rotate(-10deg);
}
&.active {
opacity: 1;
img {
transform: scale(1) rotate(0);
}
}
}
}
&-list-item {
border-bottom: 1px solid var(--border-color-2);
padding: 40px 0px 40px 0px;
position: relative;
&::after {
content: '';
position: absolute;
left: 0;
bottom: -1px;
width: 0;
height: 1px;
background: var(--primary-color-1);
transition: 0.8s;
}
&-content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
h4 {
&:nth-child(1) {
width: 55%;
}
&:nth-child(2) {
width: 33%;
}
&:nth-child(3) {
width: 12%;
text-align: right;
}
}
}
&.active {
&::after {
width: 100%;
}
}
}
}
@media (max-width: 991px) {
.award__area-content p {
max-width: 100%;
}
.award__area-list-item-content h4 {
&:nth-child(1) {
width: 48%;
}
&:nth-child(2) {
width: 35%;
}
&:nth-child(3) {
width: 17%;
}
}
}
/*==========================================================================
* Text Slider CSS
==========================================================================*/
.scroll__slider {
position: relative;
overflow: hidden;
.text-slide {
display: flex;
}
ul {
padding: 0;
margin: 0;
display: flex;
li {
display: inline-flex;
img {
margin: 0 50px;
}
a {
font-family: var(--heading-font);
font-size: 80px;
font-weight: 700;
text-transform: uppercase;
line-height: 88px;
color: var(--text-heading-color);
transition: 0.4s;
&:hover {
color: var(--primary-color-1);
}
}
&:nth-child(even) {
a {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
}
}
}
}
}
.sliders {
flex-shrink: 0;
}
.text_scroll {
animation: scroll 40s linear infinite;
animation-direction: reverse !important;
}
@keyframes scroll {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
.brand__area {
background: var(--color-2);
ul li img {
filter: invert(1);
}
}
@media (max-width: 767px) {
.scroll__slider ul li a {
font-size: 40px;
font-weight: 600;
line-height: 50px;
}
.scroll__slider ul li img {
margin: 0 30px;
max-width: 40px;
}
.brand__area {
.scroll__slider ul li img {
max-width: inherit;
}
}
}

View File

@@ -0,0 +1,74 @@
/*==========================================================================
* Switch Tab CSS
==========================================================================*/
.switch__tab {
&-icon {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 999;
transition: all 0.3s;
i {
background: var(--primary-color-1);
width: 50px;
color: var(--color-1);
height: 50px;
display: flex;
justify-content: center;
align-items: center;
font-size: 25px;
border-radius: 5px 0 0 5px;
cursor: pointer;
}
}
&-area {
width: 260px;
padding: 35px 25px;
background: var(--color-1);
border: 1px solid var(--border-color-3);
position: fixed;
right: -260px;
top: 50%;
z-index: 99;
transform: translateY(-50%);
transition: all 0.3s;
direction: ltr;
&-item {
margin-bottom: 30px;
h5 {
color: var(--text-white);
margin-bottom: 10px;
}
&-buttons,
&-button {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
button {
display: inline-block;
padding: 4px 10px;
color: var(--color-6);
background: #2B2B2F;
border-radius: 4px;
text-transform: capitalize;
opacity: 0.55;
font-size: 15px;
font-weight: 500;
&.active {
opacity: 1;
}
}
}
&:last-child {
margin: 0;
}
}
}
&-open i::before {
animation: rollIn 5s infinite linear;
}
&-close {
display: none;
}
}

View File

@@ -0,0 +1,118 @@
/*==========================================================================
* Team CSS
==========================================================================*/
.team__two {
.team__area-item {
position: relative;
z-index: 1;
&-content {
position: absolute;
left: 0;
bottom: 0;
right: 0;
padding: 35px 20px;
margin: 20px 30px;
background: var(--primary-color-1);
text-align: center;
border-radius: 10px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: 0.4s;
}
&:hover .team__area-item-content {
visibility: visible;
opacity: 1;
transform: translateY(-10px);
}
}
}
.team__three {
.team__area-item {
&-content {
background: var(--bg-white);
padding: 30px 20px;
margin: 0 30px;
box-shadow: 0 0 60px rgb(0 0 0 / 9%);
position: relative;
z-index: 1;
margin-top: -50px;
border-radius: 10px;
transition: 0.4s;
h4 {
font-size: 24px;
line-height: 34px;
}
&-icon {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
span {
color: var(--text-heading-color);
display: inline-flex;
height: 45px;
width: 45px;
align-items: center;
justify-content: center;
font-size: 16px;
background: var(--color-2);
border-radius: 50%;
transition: 0.4s;
cursor: pointer;
}
.team__area-item-content-social {
position: absolute;
bottom: 55px;
}
&:hover {
.team__area-item-content-social {
opacity: 1;
visibility: visible;
}
}
}
&-social {
position: absolute;
left: 0;
opacity: 0;
visibility: hidden;
transition: 0.4s;
margin-bottom: 10px;
ul {
padding: 0;
margin: 0;
display: grid;
gap: 8px;
li {
list-style: none;
a {
i {
display: inline-flex;
height: 45px;
width: 45px;
align-items: center;
justify-content: center;
font-size: 14px;
border-radius: 50%;
background:var(--color-2);
color: var(--text-heading-color);
transition: 0.4s;
&:hover {
background: var(--primary-color-1);
}
}
}
}
}
}
}
&:hover .team__area-item-content {
transform: translateY(-10px);
&-icon span {
background: var(--color-1);
color: var(--text-white);
}
}
}
}

View File

@@ -0,0 +1,86 @@
/*==========================================================================
* Testimonial One CSS
==========================================================================*/
.testimonial__one {
overflow: hidden;
&-item {
border: 1px solid var(--border-color-2);
padding: 50px;
border-radius: 10px;
background: var(--bg-white);
&-client {
display: flex;
align-items: center;
gap: 25px;
&-image {
img {
width: 70px;
height: 70px;
max-width: 70px;
object-fit: cover;
border-radius: 50%;
}
}
}
p {
margin-top: 30px;
font-size: 27px;
line-height: 36px;
transition: 0.4s;
}
&-reviews {
margin-top: 30px;
i {
color: var(--primary-color-1);
transition: 0.4s;
}
}
}
&.page {
background: var(--color-2);
.testimonial__one-item {
background: transparent;
}
}
}
/*==========================================================================
* Testimonial Two CSS
==========================================================================*/
.testimonial__two {
background: var(--color-2);
overflow: hidden;
.testimonial__one-item {
border-color: var(--border-color-1);
p {
font-size: 24px;
line-height: 34px;
}
}
.testimonial_two_slide {
margin-right: -420px;
}
}
.testimonial__three {
.testimonial__one-item {
p {
margin: 15px 0 40px 0;
color: var(--text-heading-color);
}
&-reviews {
margin-top: 0;
}
}
}
@media (max-width: 767px) {
.testimonial__two .testimonial_two_slide {
margin: 0 10px 0 10px;
}
.testimonial__two .testimonial__one-item,
.testimonial__one-item {
padding: 30px;
p {
font-size: 20px;
line-height: 30px;
}
}
}

View File

@@ -0,0 +1,56 @@
/*==========================================================================
* Video CSS
==========================================================================*/
.video__area {
position: relative;
z-index: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 250px 0;
&-icon {
text-align: center;
.video a {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 26px;
}
}
}
.video__two {
position: relative;
z-index: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 250px 0 120px 0;
&::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(180deg, #FFFBFB00 0%, var(--color-1) 100%);
z-index: -1;
}
&-icon {
text-align: center;
.video a {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 26px;
}
}
.scroll__slider {
margin-top: 150px;
ul li a {
color: var(--text-white);
&:hover {
color: var(--primary-color-1);
}
}
}
}