horizon1_nfuim/assets/stylesheets/template/layout/content.scss

375 lines
7.2 KiB
SCSS

@charset "utf-8";
@import "../initial";
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
@media(max-width: $screen-xs){
padding: 0;
}
}
@media (max-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
width: 100%;
}
}
.verticalhome{
position: relative;
width: 100%;
z-index: unset!important;
}
.internal-page{
.layout-content{
// background: transparent;
padding-bottom: 4em;
}
}
.big-banner{
width: 100%;
position: relative;
}
.layout-content {
position: relative;
min-height: 55.5em;
.container {
@extend .response-container;
}
}
.layout-content-inner{
overflow: hidden;
}
.video-banner{
margin: auto;
position: relative;
}
.homebanner{
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
z-index: 1;
position: relative;
background: url(/assets/homebg.png) no-repeat top left;
background-size: cover;
min-height: 200px;
@media(max-width:768px){
min-height: 200px;
}
}
.fa, .fas{
font-family: "FontAwesome";
font-weight: 900;
font-style: normal;
}
.fab{
font-family: "Font Awesome 5 Brands";
}
.padding0{
.layout-content-box{
&:hover{
opacity: .8;
transition: all .3s;
}
}
.layout-content-box{
padding: 0;
}
padding: 0 1em;
}
.contentwrap{
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 2em;
padding-top: 2em;
p{
padding-bottom: 1em;
}
}
.contentwrap1{
overflow: hidden;
position: relative;
width: 100%;
background-color: #f5f5fd;
// background-image: linear-gradient(280deg, #e6e6e6 56%, #fff 0);
padding-top: 1em;
padding-bottom: 1em;
}
.contentwrap2{
overflow: hidden;
position: relative;
width: 100%;
padding-top: 1em;
padding-bottom: 1em;
}
.contentwrap3{
overflow: hidden;
position: relative;
width: 100%;
padding-top: 1em;
padding-bottom: 1em;
}
.iconwrap{
padding: 4em 0 0;
}
.zero{
padding: 0;
}
.i-video_data{
li{
list-style: none;
}
}
.ask-question .form-horizontal .control-label{
width: 100% !important;
max-width: 100% !important;
text-align: justify !important;
}
.ask-question .single-col.form-horizontal .control-group .controls{
justify-content: flex-start;
max-width: 100%;
width: 100%;
}
.ask-question-form{
padding: 2em;
border-radius: 10px;
border: 1px solid #E4E6EA;
padding-bottom: 3em!important;
@media(max-width: 820px){
padding: 1.5em;
}
}
.image-carousel{
padding: 15px 0px 25px 0px;
}
.downIcon {
a{
bottom: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
}
position: absolute;
left: 48.8%;
bottom: 10%;
z-index:100;
display: block;
cursor: pointer;
@media(max-width:$screen-xs){
left: 45%;
}
&:hover{
transform:scale(1.1);
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
width: 3px;
padding: 10px 15px;
height: 35px;
border: 2px solid #fff;
border-radius: 25px;
opacity: 0.75;
box-sizing: content-box;
animation: move 3s ease-out 1s infinite;
}
.scroller {
width: 3px;
height: 10px;
border-radius: 25%;
background-color: #fff;
animation-name: scroll;
animation-duration: 2.2s;
animation-timing-function: cubic-bezier(.15,.41,.69,.94);
animation-iteration-count: infinite;
}
@keyframes scroll {
0% { opacity: 0; }
10% { transform: translateY(0); opacity: 1; }
100% { transform: translateY(15px); opacity: 0;}
}
@keyframes move {
25% {
opacity: 1;
}
33% {
opacity: 1;
transform: translateY(30px);
}
67% {
opacity: 1;
transform: translateY(40px);
}
100% {
opacity: 0;
transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}
.rotated{
transform: rotate(180deg);
}
.nav > li {
border-bottom: 1px solid #eaeaea;
}
.mod-list > li {
border-bottom: 1px solid #eaeaea;
width: 100%;
a{
display: block;
&:before{
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
content:"\f105";
right:0.9375em;
color: $theme-color-third;
}
}
}
.btn-outline {
background: transparent;
color: #fff;
border: 1.5px solid #fff;
border-radius: 6px;
padding: 10px 22px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
display: flex;
align-items: center;
gap: 8px;
white-space: nowrap;
}
.btn-play-icon {
width: 22px;
height: 22px;
border-radius: 50%;
border: 1.5px solid #fff;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.btn-play-icon::after {
content: '';
display: block;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid #fff;
margin-left: 2px;
}
.cta-sub {
font-size: 14px;
color: rgba(255, 255, 255, 0.85);
margin: 0 0 24px;
}
.cta-btns {
display: flex;
gap: 12px;
align-items: center;
flex-wrap: wrap;
}
.btn-solid {
background: #6c5ce7;
color: #fff;
border: none;
border-radius: 6px;
padding: 10px 22px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
}
.stats-wrap {
position: relative;
width: 100%;
border-radius: 10px;
overflow: hidden;
min-height: 160px;
}
.stats-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.stats-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(5, 15, 50, 0.55);
}
.stats-content {
position: relative;
z-index: 2;
padding: 20px 28px 24px;
}
.stats-label {
font-size: 1.3em;
font-weight: 500;
color: #fff;
border-radius: 4px;
margin-bottom: 20px;
letter-spacing: 0.05em;
}
.stats-grid {
@media(min-width:1025px){
display: grid;
grid-template-columns: 120px 120px 120px 1fr;
gap: 0;
}
}
.stats-item {
@media(max-width:1024px){
margin-bottom: 1em;
}
}
.stats-item + .stats-item {
@media(min-width:1025px){
border-left: 1px solid rgba(255, 255, 255, 0.15);
padding-left: 24px;
}
}
.stats-num {
font-size:1.5em;
font-weight: 800;
color: #fff;
line-height: 1.1;
margin: 0 0 8px;
letter-spacing: -0.01em;
@media(min-width:1386px)and(max-width:1440px){
font-size:1.2em;
}
@media(min-width:1025px)and(max-width:1387px){
font-size:0.85em;
}
}
.stats-desc {
font-size: 13px;
color: rgba(255, 255, 255, 0.75);
line-height: 1.6;
margin: 0;
}