/*============================
16. Footer
============================*/
@use "../utils/mixins" as *;
@use '../variables' as *;
footer {
position: relative;
&.footer {
&::before {
position: absolute;
top: 0;
left: 0;
content: "";
background: url('../img/bg/footer-bg.png');
background-size: 100% 100%;
width: 100%;
height: 172px;
z-index: -1;
@include respond-below (sm) {
background-size: cover;
}
}
.footer-subscribe {
h6 {
margin-bottom: 1.5rem;
@include respond-below(lg) {
margin-bottom: 1rem;
}
}
p {
margin-bottom: 16px;
}
.input-group {
margin-bottom: 40px;
@include respond-below(lg) {
margin-bottom: 24px;
}
&.input-group-flat:focus-within {
.form-control, .input-group-text {
border-color: $darkmode-gray-800 !important;
background: transparent !important;
}
}
.form-control {
background: transparent;
border-color: $darkmode-gray-800;
padding-left: 16px;
color: $darkmode-white;
font-size: 16px;
&:focus {
border-color: $darkmode-gray-800;
background: transparent !important;
}
}
.input-group-text {
background: transparent;
border-color: $darkmode-gray-800;
border-left: 0;
padding: 7px 7px 7px 0;
.btn {
padding: 6px 16px;
}
&:focus {
background: transparent !important;
}
}
}
.social-links {
h6 {
margin-bottom: 16px;
}
}
}
.download-app {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 40px;
@include respond-below(lg) {
margin-bottom: 20px;
}
img {
@include respond-below(xxl) {
max-width: 150px;
}
@include respond-below(xl) {
max-width: 135px;
}
}
.footer-widget {
.footer-title {
position: relative;
display: inline-block;
padding-right: 21px;
&::before {
content: "";
position: absolute;
top: 50%;
@include transform(translateY(-50%));
right: 0;
width: 13px;
height: 3px;
background: $primary;
}
}
}
}
&-dark {
background: $darkmode-dark;
z-index: 1;
.footer-widget {
@include respond-below(lg) {
margin-bottom: 10px;
}
h3 {
color: $darkmode-white;
}
p {
color: $darkmode-light;
}
.footer-title {
color: $darkmode-white;
}
.footer-menu {
li {
margin-bottom: 12px;
a {
position: relative;
color: $darkmode-light;
&:hover {
color: $primary;
}
}
&:last-child {
margin-bottom: 0;
}
}
}
}
.footer-bottom {
border-top: 1px solid $darkmode-gray-800;
p {
color: $darkmode-white;
margin-bottom: 0;
a {
color: $darkmode-white;
&:hover {
color: $primary;
}
}
@include respond-below(lg) {
text-align: center;
}
}
}
}
&-two {
z-index: 1;
overflow: hidden;
.footer-top {
.footer-about {
.footer-logo {
margin-bottom: 95px;
@include respond-below(md) {
margin-bottom: 96px;
}
@include respond-below(sm) {
margin-bottom: 40px;
}
}
}
.footer-widget {
.footer-title {
margin-bottom: 20px;
@include respond-below(lg) {
margin-bottom: 16px;
}
}
}
.footer-contact {
p {
display: flex;
align-items: center;
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
}
}
}
}
.social-icon {
a {
width: 40px;
height: 40px;
color: $darkmode-gray-900;
@include respond-below(xl) {
width: 32px;
height: 32px;
}
}
}
.footer-bg-01 {
position: absolute;
left: 0;
bottom: 0;
z-index: -1
}
.footer-bg-02 {
position: absolute;
right: 0;
bottom: 0;
z-index: -1
}
.footer-bottom {
.copyright-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
@include respond-below(lg) {
flex-direction: column;
}
.copyright {
p {
a {
color: $darkmode-white;
}
}
}
}
}
}
&-three {
.footer-top {
padding: 40px 0;
@include respond-below(lg) {
padding: 40px 0 30px;
}
.footer-widget {
.footer-title {
margin-bottom: 16px;
}
}
.input-group {
margin-bottom: 38px;
@include respond-below(md) {
margin-bottom: 20px;
}
}
.footer-gallery {
img {
@include respond-below(lg) {
width: 80px;
height: 80px;
}
@include respond-below(sm) {
width: 50px;
height: 50px;
}
}
}
.social-icon {
a {
background: $darkmode-dark;
color: $darkmode-white;
&:hover {
background: $primary;
}
}
}
}
.footer-logo-white {
display: none;
}
.image-popup-desc {
position: relative;
display: inline-block;
overflow: hidden;
border-radius: 6px;
img {
transition: transform 0.3s ease;
}
&:hover {
img {
transform: scale(1.05);
}
&::after {
opacity: 1;
}
}
&::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 0;
transition: opacity 0.3s ease;
}
}
.footer-widget {
@include respond-below(lg) {
margin-bottom: 10px;
}
.footer-menu {
li {
margin-bottom: 12px;
a {
color: $body-color;
&:hover {
color: $primary;
}
}
}
}
}
.footer-bottom-three {
padding: 15px 0;
border-top: 1px solid $gray-100;
.policy-link {
a {
margin-left: 21px;
&:hover{
color: $primary;
}
}
@include respond-below(lg) {
justify-content: center;
}
}
}
.input-group-text {
padding-right: .375rem;
}
}
&-four {
.footer-contact {
padding: 40px 0;
@include respond-below(lg) {
padding: 30px 0;
}
.footer-contact-info {
display: flex;
align-items: center;
gap: 16px;
span {
width: 56px;
height: 56px;
background: $linear-gradient-theme;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: $darkmode-white;
font-size: 24px;
@include respond-below(md) {
width: 48px;
height: 48px;
font-size: 20px;
}
}
h5 {
color: $darkmode-white;
}
p {
color: $darkmode-light;
margin-bottom: 0;
}
}
}
.footer-top {
border-top: 1px solid $darkmode-gray-900;
.footer-widget {
.footer-menu {
li {
a {
color: $darkmode-white;
position: relative;
padding-left: 20px;
&::before {
content: "\ea61";
font-family: $font-tabler;
position: absolute;
top: 50%;
@include transform(translateY(-50%));
left: 0;
}
&:hover {
color: $primary;
}
}
}
}
}
}
.footer-about {
p {
max-width: 414px;
margin-bottom: 80px;
@include respond-below(lg) {
margin-bottom: 20px;
}
}
}
.footer-logo {
margin-bottom: 12px;
}
.social-icon {
a {
background: $darkmode-gray-900;
color: $darkmode-white;
&:hover {
background: $linear-gradient-theme;
}
}
}
.footer-bottom {
border-top: 1px solid $darkmode-gray-900;
.copyright {
text-align: center;
p {
a {
color: $darkmode-white;
}
}
}
}
}
&-five {
.footer-support {
border-bottom: 1px solid $gray-900;
.footer-promo {
color: $darkmode-white;
}
h2 {
color: $darkmode-white !important;
}
.social-tag {
position: relative;
z-index: 1;
.btn {
background: $gray-950;
transition: all 0.3s;
padding: 6px 16px;
font-weight: $font-weight-medium;
color: $darkmode-white;
border-radius: 30px;
&:hover {
background: $primary-linear-gradient;
}
}
}
.booking-btn {
width: 160px;
height: 160px;
font-size: 18px;
background: $gray-950;
color: $darkmode-white;
border-radius: 50%;
transition: all 0.3s;
@include respond-below(md) {
width: 100px;
height: 100px;
font-size: 11px;
}
&:hover {
background: $primary-linear-gradient;
}
i {
font-size: 32px;
font-weight: 400;
@include respond-below(md) {
font-size: 18px;
}
}
}
.shadow-img-2 {
position: absolute;
right: 0;
top: -20px;
left: 0;
margin: auto;
}
}
.footer-bottom {
border-top: 1px solid $gray-900;
}
.footer-subscribe {
position: relative;
border: 1px solid $gray-900;
padding: 8px;
border-radius: $border-radius-md;
display: flex;
align-items: center;
margin-bottom: 52px;
@include respond-below(sm) {
margin-bottom: 20px;
}
.form-control {
border: none;
outline: none;
background: transparent;
color: $darkmode-white;
}
.btn {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
}
.copyright-content {
a {
color: $darkmode-white;
transition: all 0.3s;
&:hover {
color: $primary;
}
@include respond-below(md) {
font-size: 12px !important;
}
}
p {
@include respond-below(md) {
font-size: 12px;
}
}
.copyright {
@include respond-below(sm) {
justify-content: center !important;
}
}
}
.footer-logo {
margin-bottom: 40px;
@include respond-below(sm) {
margin-bottom: 20px;
}
}
}
&-six {
z-index: 1;
overflow: hidden;
padding: 60px 0 30px;
@include respond-below(lg) {
padding: 40px 0 30px;
}
.footer-top {
padding: 0 0 50px;
@include respond-below(lg) {
padding: 0 0 20px;
}
.footer-about {
.footer-logo {
margin-bottom: 95px;
@include respond-below(md) {
margin-bottom: 96px;
}
@include respond-below(sm) {
margin-bottom: 40px;
}
}
.footer-logo5 {
margin-bottom: 50px;
@include respond-below(md) {
margin-bottom: 50px;
}
@include respond-below(sm) {
margin-bottom: 25px;
}
}
}
.footer-widget {
.footer-title {
margin-bottom: 20px;
@include respond-below(lg) {
margin-bottom: 16px;
}
}
}
.footer-contact {
p {
display: flex;
align-items: center;
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
}
}
}
}
.social-icon {
a {
width: 40px;
height: 40px;
color: $darkmode-gray-900;
@include respond-below(xl) {
width: 32px;
height: 32px;
}
}
}
.footer-bg-01 {
position: absolute;
left: 0;
bottom: 0;
z-index: -1
}
.footer-bg-02 {
position: absolute;
right: 0;
bottom: 0;
z-index: -1
}
.footer-bottom {
padding: 30px 0 0;
@include respond-below(lg) {
padding: 30px 0 0;
}
.copyright-content {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
@include respond-below(lg) {
flex-direction: column;
}
.copyright {
p {
a {
color: $darkmode-white;
}
}
}
}
}
}
}
.footer-bg {
.bg-1 {
position: absolute;
left: 0;
top: 30%;
z-index: -1;
}
.bg-2 {
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.bg-3 {
position: absolute;
right: 0;
top: 30%;
z-index: -1;
}
}
.footer-top {
padding: 60px 0;
@include respond-below(lg) {
padding: 40px 0 30px;
}
.footer-widget {
@include respond-below(lg) {
margin-bottom: 10px;
}
.footer-title {
margin-bottom: 1.5rem;
@include respond-below(lg) {
margin-bottom: 1rem;
}
}
}
.footer-menu {
li {
margin-bottom: 8px;
&:last-child {
margin-bottom: 0;
}
}
}
}
.footer-bottom {
padding: 20px 0;
.copyright-content {
justify-content: space-between;
@include respond-below(lg) {
justify-content: center;
flex-direction: column;
}
}
.copy-right {
color: $gray-900;
margin-bottom: 0;
}
.company-logo {
display: flex;
align-items: center;
gap: 8px;
p {
font-size: 14px;
font-weight: $font-weight-medium;
}
}
.policy-link {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
@include respond-below(lg) {
justify-content: center;
}
a {
color: $darkmode-white;
margin-right: 12px;
&:hover {
color: $primary;
}
&:last-child {
margin-right: 0;
}
}
}
}
.social-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
a {
width: 36px;
height: 36px;
background: $darkmode-white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: $darkmode-gray-900;
&:hover {
background: $primary;
color: $darkmode-white;
i {
animation: verticalRotate 0.5s linear 1;
}
}
}
}
.join-sec {
padding: 40px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
@include rounded(10px);
@include respond-below(lg) {
padding: 30px;
}
h2 {
color: $white;
margin-bottom: 8px;
}
p {
color: $light;
margin-bottom: 0;
}
}
}
.input-group.input-group-flat.home5 {
height: 48px;
.form-control {
border-color: $gray-800;
background-color: $dark;
color: $white;
padding-left: 20px;
&:focus {
border-color: $gray-800 !important;
background-color: $dark !important;
color: $white !important;
}
}
&:focus-within {
.form-control {
border-color: $gray-800 !important;
background-color: $dark !important;
color: $white !important;
}
}
.input-group-text {
border-color: $gray-800 !important;
background-color: $dark !important;
color: $white !important;
padding-right: 6px;
&:focus {
border-color: $gray-800 !important;
background-color: $dark !important;
color: $white !important;
}
&:focus-within {
border-color: $gray-800 !important;
background-color: $dark !important;
color: $white !important;
}
}
i {
color: $white;
}
}
.social-icon.home-5 {
a {
background-color: rgba(255, 255, 255, 0.05);
i {
color: $white;
}
}
}
.footer-title.home-5 {
position: relative;
margin-bottom: 38px !important;
@include respond-below(xl) {
margin-bottom: 38px !important;
}
@include respond-below(md) {
margin-bottom: 38px !important;
}
&::after {
position: absolute;
content: "";
height: 2px;
width: 26px;
left: 0;
bottom: -16px;
background-color: $primary;
}
}
.footer-bottom.home-5 {
background: rgba(30, 27, 27, 1);
}