/home/u503560585/public_html/resources/scss/pages/_hero.scss
.about-grid {
grid-column-gap: 50px;
background-color: #fff;
grid-template-rows: auto;
margin-top: -125px;
margin-bottom: 100px;
padding-top: 75px;
padding-left: 45px;
padding-right: 45px;
z-index: 10;
position: relative;
@include mw-768 {
padding: 20px;
}
h1 {
font-weight: 900;
}
.content {
grid-area: span 1 / span 1 / span 1 / span 1;
}
.about-content {
position: relative;
z-index: 3;
padding-right: 50px;
@include mw-768 {
padding-right: 0;
}
}
.about-image-wrap {
position: relative;
z-index: 2;
img {
width: 100%;
}
.about-image {
max-height: 200px;
max-width: 200px;
background-color: #fff;
padding-top: 3%;
padding-right: 3%;
display: inline-block;
position: absolute;
top: auto;
bottom: -8%;
left: -5%;
right: auto;
overflow: hidden;
img {
max-width: 100%;
vertical-align: middle;
display: inline-block;
}
@include mw-768 {
max-height: 100px;
max-width: 140px;
}
}
}
}
.counter-wrap {
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
align-items: stretch;
display: flex;
@include mw-768 {
flex-direction: column;
}
.counter-card {
grid-column-gap: 20px;
text-align: center;
background-color: #fff;
flex: 1;
justify-content: center;
align-items: center;
padding: 30px 10px;
display: flex;
flex-direction: column;
}
.counter-number {
color: $title;
margin-bottom: 0;
font-family: Rubik, sans-serif;
font-size: 50px;
font-weight: 600;
}
.counter-text-wrap {
grid-column-gap: 10px;
align-items: center;
padding-top: 0;
padding-bottom: 1px;
display: flex;
}
.counter-block {
max-height: 17px;
max-width: 17px;
min-height: 17px;
min-width: 17px;
}
.counter-text {
margin-bottom: 0;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
}
.counter-line {
width: 1px;
background-color: #d4d4d4;
@include mw-768 {
width: 100%;
height: 1px;
}
}
}
.courser {
padding: 100px 0;
position: relative;
&-item {
@extend .tran;
position: relative;
display: block;
@include mw-768{
margin-bottom: 20px;
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.bg {
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
background: linear-gradient(0deg, #094223 14.34%, rgba(60, 60, 60, 0) 43.86%);
}
span {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(100%);
display: block;
padding: 8px 12px;
// border: solid 1px $white;
color: $white;
opacity: 0;
background-color: $main;
}
&:hover {
box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
transform: scale(1.1, 1.1);
span {
@extend .tran;
transform: translateX(-50%) translateY(-50%);
opacity: 1;
}
}
}
&-content {
position: absolute;
bottom: 0;
left: 0;
padding: 14px 20px;
h3 {
font-size: 20px;
font-weight: 700;
color: $white;
}
}
&-bg {
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 250px;
background: linear-gradient(95deg, #086a2d -1.19%, #15a44f 57.78%, #a6ffb4 112.15%);
z-index: -1;
}
}
.event {
padding: 80px 0;
.slick-slide {
padding: 10px;
}
&-item {
border: solid 1px $border;
position: relative;
margin-bottom: 20px;
img {
width: 100%;
max-height: 220px;
}
}
&-content {
padding: 20px;
.d-flex {
align-items: center;
gap: 4px;
i {
color: $text-secondary;
font-size: 12px;
}
span {
font-size: 14px;
}
}
a {
color: $text-1;
h3 {
font-size: 20px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
line-height: 1.5em;
height: 3em;
}
&:hover {
color: $main;
}
}
p {
margin-bottom: 0;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
color: $text-1;
line-height: 1.5em;
height: 3em;
}
}
}
.sub{
display: flex;
.d-flex{
align-items: center;
margin-right: 16px;
gap: 4px;
i{
color: $text-1;
margin-right: 5px;
opacity: 0.5;
}
}
}
.status {
padding: 2px 12px;
font-size: 12px;
&-coming {
color: #bc960f;
background: rgba(188, 150, 15, 0.1);
}
&-active {
background: rgba(15, 188, 73, 0.1);
color: #0fbc49;
}
&-done {
background: rgba(119, 119, 119, 0.1);
color: #494949;
}
}
.events {
padding: 50px 0;
}
.live-tag {
padding: 0 0 16px;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
gap: 8px;
.item {
display: flex;
justify-content: center;
align-items: center;
padding: 9px 18px;
gap: 10px;
background: $bg;
border-radius: 4px;
color: $text-1;
@extend .tran;
&:hover {
color: $main;
// background: hsla(0, 0%, 100%, 0.3);
}
}
.active {
background: $main;
color: #fff;
@extend .tran;
&:hover {
background: $main;
color: #fff;
}
}
}
.paging {
margin: 20px 0;
justify-content: center;
li {
margin: 0 5px;
a,
span {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
height: 38px;
width: 38px;
text-align: center;
border-radius: 5px !important;
color: $text-1;
// border: solid 1px #e5e6ec;
background-color: #f5f5f5;
border-radius: 4px;
}
}
.active {
a {
background-color: $main;
border-color: $main;
color: #fff;
}
}
}
.bg-world {
padding: 80px 0;
background: url(/img/Pattern.png) no-repeat bottom left;
background-color: #f4f4f4;
background-size: 100%;
@include mw-768 {
background: url(/img/Pattern.png) no-repeat center center;
}
}
.client {
padding: 40px 0;
&-list {
.slick-track {
padding: 10px 0;
}
}
&-item {
position: relative;
padding: 10px 15px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
@extend .tran;
img {
width: 100%;
}
&:hover {
background-color: $white;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
@include mw-768 {
padding: 16px;
height: 80px;
}
}
}
.fields {
&-banner {
overflow: hidden;
position: relative;
height: 330px;
img {
width: 100%;
height: 100%;
}
.content {
position: absolute;
bottom: 0;
left: 0;
padding: 16px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
p {
color: $white;
margin: 0;
}
}
.slick-list {
height: 100%;
}
.slick-track {
max-height: 330px;
height: 100%;
@include mw-650 {
}
div {
height: 100%;
}
}
.slides {
height: 100%;
max-height: 330px;
}
.hover-img {
height: 100%;
max-height: 330px;
figure {
max-height: 330px;
height: 100%;
}
}
}
&-title {
color: $main;
font-size: 28px;
font-weight: 700;
@include mw-768 {
font-size: 24px;
margin-top: 10px;
}
}
&-right {
// display: flex;
// flex-direction: column;
// justify-content: center;
@include mw-768 {
margin-bottom: 10px;
}
}
}
.widget {
&-search {
padding: 20px 0 0;
input {
padding: 0.75rem 0.5rem !important;
}
.input-group-btn {
background-color: $main;
border-radius: 0 5px 5px 0;
.btn {
height: 100%;
}
i {
color: #fff;
}
}
}
}
.courses {
.row {
&:nth-child(2n) {
flex-direction: row-reverse;
}
}
}
.ul-check-2 {
list-style: none;
}
.train {
padding: 50px 0;
.row {
align-items: center;
}
&-title {
font-size: 38px;
text-transform: uppercase;
font-weight: 700;
@include mw-768 {
font-size: 28px;
}
}
&-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
&-1 {
}
}
&-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
@include mw-768 {
grid-template-columns: repeat(1, 1fr);
}
}
&-item {
display: flex;
border: solid 1px $border;
padding: 16px;
overflow: hidden;
* {
color: $text-1;
}
@include mw-768{
font-size: 14px;
padding: 10px;
}
.time {
display: flex;
flex-direction: column;
align-items: center;
padding-right: 16px;
margin-right: 16px;
border-right: solid 1px $border;
span {
font-size: 30px;
font-weight: 800;
}
}
h3 {
color: $text-1;
font-size: 20px;
}
p {
margin-bottom: 0;
}
.btn {
color: $white;
transform: translateY(100%);
height: auto;
opacity: 0;
@include mw-768{
display: none;
}
}
&:hover {
border-color: $main;
h3 {
color: $main;
}
.btn {
transform: translateY(0);
opacity: 1;
}
}
}
.hover-img {
img {
// max-height: 1000px;
}
}
}
@LwBee Strong Bypass
Upload File
Create New File