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,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);
}
}
}
}