/*-----------------------------------------------------------------------
Template Name      : Logfun | Authentication and Utility Pages HTML Template
Author             : pus_infotech
Author Portfolio   : https://codecanyon.net/user/pus_infotech
Version            : 1.0.0 
-------------------------------------------------------------------------
JS TABLE OF CONTENTS
------------------------------------------------------------------------- 
- Variable
- Reset Css
- Pre Define Class 
- Projects Section
- Coming Soon Section
- Error Section
- Authentication
-----------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ----------------------------------------------
    - Variable
---------------------------------------------- */
:root {
    --main-color: #f05906;
    --main-hover-color: #d84d02;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #646a76;
    --heading-color: #0C193E;
    --body-color: #f4f7fb;
    --footer-color: #0C141F;
    --title-fonts: "Open Sans", sans-serif;
    --body-fonts: "Open Sans", sans-serif;
    --heading-one: clamp(2rem, -0.0733rem + 6.3692vw, 3.125rem);
    --heading-two: clamp(1.75rem, 0.7133rem + 2.8846vw, 2.875rem);
    --heading-three: clamp(1.5rem, 0.3353rem + 2.1661vw, 2.5rem);
    --heading-four: clamp(1.5rem, 0.5569rem + 1.444vw, 2.25rem);
    --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.5rem);
    --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);
    --transition: all 0.5s ease-in-out;
    --extra-color: #FFF1EB;
}

/* -----------------------------------------
    - Reset Css
-------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    margin: 0;
}


body {
    background: var(--body-color);
    font-family: var(--body-fonts);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6em;
    color: var(--text-color);
}

p {
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}

span {
    display: inline-block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 16px 0;
    font-family: var(--title-fonts);
    color: var(--heading-color);
    line-height: 1.2;
    font-weight: 600;
}

h1,
.h1 {
    font-size: var(--heading-one);
}

h2,
.h2 {
    font-size: var(--heading-two);
}

h3,
.h3 {
    font-size: var(--heading-three);
}

h4,
.h4 {
    font-size: var(--heading-four);
}

h5,
.h5 {
    font-size: var(--heading-five);
}

h6,
.h6 {
    font-size: var(--heading-six);
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s linear;
    line-height: inherit;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: var(--main-color);
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: var(--main-color);
}

a:hover {
    color: var(--main-color);
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.btn-style-1 {
    font-family: var(--body-fonts);
    text-transform: capitalize;
    line-height: 2;
    font-size: 16px;
    padding: 8px 24px;
    position: relative;
    text-align: center;
    width: auto;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    transition: all .4s ease-in;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 100px;
    font-weight: 600;
}

.btn-style-1:hover {
    background-color: var(--main-hover-color);
    color: var(--white-color);
}

/*========================================        
    - Pre Define Class 
==========================================*/
.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.main-color {
    color: var(--main-color) !important;
}

.white-color {
    color: var(--white-color) !important;
}

.black-color {
    color: var(--black-color) !important;
}

.main-bg {
    background-color: var(--main-color) !important;
}

.red {
    color: red;
}

.fa-star.active {
    color: #ffb03b;
}

.fa-star {
    color: var(--text-color);
}

.section-title h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.section-title p {
    margin-bottom: 0;
}

.section-title.text-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}

.min-h-screen {
    min-height: 100vh;
}

.min-h-calc {
    min-height: calc(100vh - 4rem);
}

.page-wrapper {
    padding: 32px;
}

.hero-section {
    position: relative;
    padding: 200px 0;
    z-index: 1;
    background-color: var(--main-color);
}

.hero-section .hero-content h1 {
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 62px;
    line-height: 1.3em;
}

/*========================================
    - Projects Section
==========================================*/
.projects-section {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.projects-section .projects-tabs ul li {
    display: inline-block;
    margin: 4px 4px;
    padding: 10px 25px;
    background: #d2d2d2;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .3s ease;
    cursor: pointer;
}

.projects-section .projects-tabs ul li.mixitup-control-active {
    color: #fff;
    background: var(--main-color);
}

.projects-section .projects-wapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.projects-section .projects-wapper .projects-item .projects-image {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    z-index: 1;
    border: 1px solid #d3d3d3;
}

.projects-section .projects-wapper .projects-item .projects-image img {
    width: 100%;
}

.projects-section .projects-wapper .projects-item .projects-image .demo-overlay {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: all 0.5s ease-in-out;
}

.projects-section .projects-wapper .projects-item:hover .projects-image .demo-overlay {
    opacity: 1;
}

.projects-section .projects-wapper .projects-item .projects-content h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

/*========================================
    - Coming Soon Section
==========================================*/
/* style-1 */
.coming-soon-section.style-1 {
    padding: 50px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
}

.coming-soon-section.style-1::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.coming-soon-section.style-1 .coming-soon-box {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-logo {
    margin-bottom: 30px;
    text-align: center;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-logo img {
    filter: brightness(100);
    max-width: 240px;
}

.coming-soon-section.style-1 .coming-soon-box .big-title {
    position: relative;
    text-align: center;
    color: var(--white-color);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-size: 72px;
    line-height: 1.3em;
}

.coming-soon-section.style-1 .content-countdwon {
    position: relative;
    margin-bottom: 50px;
}

.coming-soon-section.style-1 .content-countdwon ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.coming-soon-section.style-1 .content-countdwon ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 150px;
    width: 150px;
    border: 1px solid rgba(255, 255, 255, 0.267);
    border-radius: 100px;
}

.coming-soon-section.style-1 .content-countdwon ul li span {
    color: var(--white-color);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
}

.coming-soon-section.style-1 .content-countdwon ul li span small {
    display: block;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-text {
    max-width: 620px;
    margin: 0 auto 30px;
    text-align: center;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-text p {
    color: var(--white-color);
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-subscribe-box .subscribe-form {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap: 10px;
    max-width: 620px;
    margin: 0 auto;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-subscribe-box .subscribe-form .input-group {
    width: auto;
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-subscribe-box .subscribe-form .input-group input {
    float: none;
    width: 100%;
    height: 52px;
    padding: 10px 15px;
    outline: none;
    background-color: #fff;
    color: var(--black-color);
    border: 1px solid var(--white-color);
    border-radius: 100px;
}

.coming-soon-section.style-1 .coming-soon-box .coming-soon-subscribe-box .subscribe-form .submit-btn {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    height: 48px;
    margin: auto;
    padding: 0 25px;
    border-radius: 24px;
    background-color: var(--main-color);
    color: var(--white-color);
}

/* styel-2 */
.coming-soon-section.style-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
}

.coming-soon-section.style-2 .coming-soon-box {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-logo {
    margin-bottom: 30px;
    text-align: center;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-logo img {
    max-width: 240px;
}

.coming-soon-section.style-2 .coming-soon-box .big-title {
    position: relative;
    text-align: center;
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-size: 72px;
    line-height: 1.3em;
}

.coming-soon-section.style-2 .content-countdwon {
    position: relative;
    margin-bottom: 50px;
}

.coming-soon-section.style-2 .content-countdwon ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

.coming-soon-section.style-2 .content-countdwon ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 150px;
    width: 150px;
    border: 1px solid rgba(46, 46, 46, 0.267);
    border-radius: 100px;
}

.coming-soon-section.style-2 .content-countdwon ul li span {
    color: var(--black-color);
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
}

.coming-soon-section.style-2 .content-countdwon ul li span small {
    display: block;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-text {
    max-width: 620px;
    margin: 0 auto 30px;
    text-align: center;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-text p {
    color: var(--black-color);
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-subscribe-box .subscribe-form {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    gap: 10px;
    max-width: 620px;
    margin: 0 auto;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-subscribe-box .subscribe-form .input-group {
    width: auto;
    -webkit-box-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-subscribe-box .subscribe-form .input-group input {
    float: none;
    width: 100%;
    height: 52px;
    padding: 10px 15px;
    outline: none;
    background-color: #fff;
    color: var(--black-color);
    border: 1px solid var(--white-color);
    border-radius: 100px;
}

.coming-soon-section.style-2 .coming-soon-box .coming-soon-subscribe-box .subscribe-form .submit-btn {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    height: 48px;
    margin: auto;
    padding: 0 25px;
    border-radius: 24px;
    background-color: var(--main-color);
    color: var(--white-color);
}

/*========================================
    - Error Section
==========================================*/
/* style-1 */
.error-section.style-1 {
    padding: 50px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
}

.error-section.style-1 .error-box {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.error-section.style-1 .error-box .big-title {
    position: relative;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 72px;
    line-height: 1.3em;
}

/* style-2 */
.error-section.style-2 {
    padding: 50px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100vh;
    height: 100%;
}

.error-section.style-2::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.error-section.style-2 .error-box {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.error-section.style-2 .error-box .big-title {
    position: relative;
    text-align: center;
    font-size: 240px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 12px;
    text-transform: capitalize;
    color: #fff;
}

.error-section.style-2 .error-box h2 {
    position: relative;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.error-section.style-2 .error-box .error-text p {
    color: #fff;
}

/*========================================
    - Authentication
==========================================*/
.authentication-area {
    display: flex;
    align-items: center;
}

.authentication-logo {
    margin-bottom: 20px;
}

.authentication-logo img {
    width: 120px;
}

.authentication-title {
    margin-bottom: 30px;
}

.authentication-title h1 {
    font-size: 42px;
    font-weight: bold;
}

.authentication-title p {
    font-size: 15px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 15px;
}

.field-inner label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.form-control {
    height: 48px;
    border-radius: 12px;
    font-weight: 500;
    color: #000;
}

.form-group.forgot-text {
    text-align: end;
}

.form-group.forgot-text a {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
}

.form-group .field-inner {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 15px;
    top: 42px;
    z-index: 1;
    cursor: pointer;
}

.social-login {
    padding-top: 30px;
}

.social-login .or {
    text-align: center;
    margin-bottom: 30px;
}

.social-login-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.social-login-list a {
    padding: 8px 15px;
    border-radius: 12px;
    width: 50%;
    text-align: center;
    background-color: #e5e7eb;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.social-login {
    position: relative;
    border-top: 1px solid #d3d3d3;
}

.social-login .or {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    left: 50%;
    top: -19px;
    padding: 5px;
    background: #f5f6f6;
    transform: translateX(-50%);
}

.account-box {
    align-items: center;
}

.account-box a {
    text-decoration: underline;
}

.account-box p,
.account-box a {
    font-size: 14px;
    align-items: center;
    font-weight: 500;
}

/* style 1 */
.style-1 .authentication-image {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.style-1 .authentication-image figure {
    height: 100%;
    width: 100%;
    margin: 0;
}

.style-1 .authentication-image figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* style 2 */
.style-2 .authentication-box {
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 26px 70px -42px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.style-2 .authentication-title {
    text-align: center;
}

.style-2 .social-login .or {
    background: #fff;
}

.style-2 .form-btn-wapper .button-wapper {
    width: 100%;
}

.style-2 .bg-blur-1 {
    position: fixed;
    width: 220px;
    height: 220px;
    background-color: #e1c2c2;
    top: 50px;
    left: 10%;
    border-radius: 500px;
    filter: blur(120px);
}

.style-2 .bg-blur-2 {
    position: fixed;
    width: 220px;
    height: 220px;
    background-color: #9e98db;
    bottom: 50px;
    right: 10%;
    border-radius: 500px;
    filter: blur(120px);
}

/* style 3 */
.style-3 .authentication-box {
    position: relative;
    margin-top: -100px;
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 26px 70px -42px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.style-3 .background-image {
    position: relative;
}

.style-3 .background-image::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.style-3 .authentication-title {
    text-align: center;
}

.style-3 .social-login .or {
    background: #fff;
}

.style-3 .form-btn-wapper .button-wapper {
    width: 100%;
}

/* style 4 */
.style-4 .authentication-box {
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 70px -42px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.style-4 .authentication-left {
    height: 100%;
}

.style-4 .authentication-right {
    padding: 30px;
}

.style-4 .social-login .or {
    background: #fff;
}

.style-4 .authentication-image {
    height: 100%;
    width: 100%;
}

.style-4 .authentication-image figure {
    height: 100%;
    width: 100%;
}

.style-4 .authentication-image figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* style 5 */
.style-5 .authentication-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 70px -42px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.style-5 .authentication-top {
    padding: 25px;
    background: #3FA714;
    text-align: center;
}

.style-5 .authentication-bottom {
    padding: 25px;
}

/* style 6 */
.style-6 .authentication-right {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 65%;
    overflow: hidden;
}

.style-6 .authentication-right:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
}

.style-6 .authentication-right figure {
    height: 100%;
    width: 100%;
    margin: 0;
}

.style-6 .authentication-right figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.style-6 .overlay-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.style-6 .overlay-content .overlay-title {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    line-height: normal;
}

.style-6 .overlay-content .overlay-desc {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* style 7 */
.style-7 .authentication-right {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 64%;
    overflow: hidden;
}

.style-7 .authentication-right:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    top: 0;
}

.style-7 .authentication-right figure {
    height: 100%;
    width: 100%;
    margin: 0;
}

.style-7 .authentication-right figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.style-7 .overlay-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.style-7 .overlay-content .overlay-title {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    line-height: normal;
}

.style-7 .overlay-content .overlay-desc {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}