/* Template Name: cta
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2021
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
05.cta
06.responsive

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#video-background {
    position: absolute;
    width: 100%;
    height: 100vh;
}

#video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* -webkit-filter: brightness(0.95);
    filter: brightness(0.95); */
    -webkit-filter: blur(4px); filter: blur(4px);
}

/*  */
/*  */
/*  */

.section {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

.flex-1 {
  flex: 1;
}



.bg-overlay {
  background: linear-gradient(to right, #364574, #405189);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0px;
  top: 0px;
}

.shadow {
  box-shadow: 0 0 20px rgba(230, 230, 230, 0.8) !important;
}

.auth-pass-inputgroup input[type="text"] + .btn .mdi-eye-outline:before {
  content: "\F06D1";
}

.form-password {
  position: relative;
}

.form-custom label {
  font-size: 14px;
  font-weight: 600 !important;
}

.form-custom .form-control {
  border-radius: 30px;
  padding: 10px 15px;
}

.form-custom .form-control::placeholder {
  font-size: 15px !important;
}

.form-custom .form-control:focus {
  border-color: #1fafa5;
  box-shadow: none;
}

.auth-head {
  background-image: url(../images/bg-img-3.png);
  background-size: cover;
  background-position: center;
}

.bg-overlay-2 {
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0px;
  top: 0px;
}

.custom-form .form-control {
  padding: 10px 15px;
}

.custom-form .form-control::placeholder {
  font-size: 15px !important;
}

.custom-form .form-control:focus {
  border-color: #1fafa5;
  box-shadow: none;
}

.auths-box {
  padding: 40px;
}

.custom {
  position: relative;
  left: -229px;
}

.authentication-box {
  background-image: url(../images/bg-img-4.png);
  background-size: cover;
  background-position: center;
}

.authen-box {
  position: relative;
  left: 134px;
}

.testi-contain {
  max-width: 760px;
}

.auth-contents {
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 35px 30px;
  background: #ffffff;
}

.auth-carousel .carousel-indicators {
  margin-right: 0;
  margin-left: 0;
  right: auto;
  margin-bottom: -3rem;
}

.auth-carousel .carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}





/* UPROSZCZONY */
/* GŁÓWNE - ZNACZNIKI */
/*  */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #212529;
    font-weight: 400;
    background-color: #e3e8ee;
}
.row > * { position: relative; }
/*  */
h1{ font-size: 2.2rem; color: #212529; text-align: center; }
h1 #h1-first-letter{ color: #01d85f; }
h1, h2, h3 { font-weight: 600; }
h4{ font-size: 1.4rem; font-weight: 500; }
h5{ margin-bottom: 0; font-size: 1.1rem; font-weight: 500; color: #212529; }
h6 { font-weight: 400; }
a { text-decoration: none !important; outline: none; color: #01d85f;  }
a:hover { color: #39ceff; font-weight: 600; }
p { font-size: 1rem; }
hr { border: 1.5px solid #a1a1a1; margin: 1.5rem 0; }
/*  */
/* STATYCZNE */
.text-success { color: #01d85f !important; }
.form-check{ margin-bottom: .8rem; }
.form-control { border: 2px solid #e7e7e7; }
.form-floating>label { color: #6c757d; letter-spacing: 0.75px; top: -6px; }
.form-floating-custom { font-size: 14px; margin-bottom: .8rem; }
.form-floating-custom .form-control { border-radius: 0; padding: 0.5rem .75rem; height: 45px; color: #a1a1a1; }
.form-floating-custom .form-control:focus { border-color: #1fafa5 !important; box-shadow: none; }
.form-floating-custom .btn-link { padding: 0.7rem 0.9rem; }
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.85) translateY(-0.6rem) translateX(.15rem);
}
/*  */
.auth-icon { position: relative; }
.auth-icon > label { left: 41px; }
.auth-icon > .form-control, .auth-icon > .form-select { padding-left: 51px; }
.auth-icon .form-floating-icon {
    position: absolute; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 16px; width: 56px; color: #74788d;
}
.auth-icon .form-floating-icon svg { width: 28px; position: relative; top: 1px; }
.auth-icon .form-floating-icon svg { width: 24px; top: 0px; }
.auth-icon .form-floating-icon svg path { fill: #a1a1a1; }
/*  */
.alert{
    color: #ffffff;
    font-weight: 400;
    background-color: #01d85f;
    height: 45px;
    padding: 0.6rem 1rem;
    text-align: center;
    font-size: 1rem;
    margin-bottom: .8rem;
}
/*  */
.btt_btn {
    height: 45px; display: inline-block; padding: 0 35px; font-size: 0.85rem; font-weight: 600; line-height: 45px; color: #FFF; background: #01d85f; position: relative; overflow: hidden; border: none; border-radius: 2px; text-transform: uppercase; letter-spacing: 1px;
}
.btt_btn:hover { color: #FFF; }
.btt_btn:after { background: #05a0ff !important; }
.btt_btn::after {
    content: ""; width: 0; height: 100%; position: absolute; left: auto; right: 0; top: 0; background: #01d85f;
    transition: width .4s cubic-bezier(.25,.8,.25,1) 0s; -moz-transition: width .4s cubic-bezier(.25, .8, .25, 1) 0s; -webkit-transition: width .4s cubic-bezier(.25,.8,.25,1) 0s;
}
.btt_btn:hover:after { width: 100%; left: 0; right: auto; }
.btt_btn span { position: relative; top: 1px; z-index: 2; }
/* GŁÓWNE - WAŻNE KLASY */
/*  */
.auth-content{ }
.auth-content .btt_btn{ width: 100%; display: flex; justify-content: center; }
.account-pages { height: 100dvh; align-items: center; display: flex; background-color: #ffffff; }
.account-pages-row{
    border-radius: 15px; -webkit-box-shadow: 8px 8px 24px 0px rgb(207 204 204); -moz-box-shadow: 8px 8px 24px 0px rgb(207 204 204); box-shadow: 0px 0px 20px 1px rgb(153 150 150);
    z-index: 100; position: relative; background: rgb(255 255 255 / 99%);
}
.auth-box { padding: 30px 100px; }
.auth-contain {
    position: absolute; top: 50%; transform: translateY(-50%); max-width: 600px; margin: 0 auto; left: 0; right: 0;
}
/*  */
footer .footer-title{
    margin-bottom: 1.2rem;
    text-align: center;
}
footer ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-left: 0;
}
footer ul li{
    position: relative;
    list-style: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    transition: 0.5s;
}
footer ul li::before{
    content: '';
    position: absolute;
    inset: 25px;
    box-shadow: 0 0 0 25px #e7e7e7, 0 0 0 20px #fff, 0 0 0 22px #e7e7e7;
    transition: 0.5s;
}
footer ul li:hover::before{
    inset: 15px;
}
footer ul li::after{
    content: '';
    position: absolute;
    inset: -5px;
    background: #fff;
    transform: rotate(45deg);
    transition: 0.5s;
}
footer ul li:hover::after{
    inset:-10px;
    transform: rotate(0deg);
}
footer ul li a{
    position: relative;
    text-decoration: none;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* footer ul li .footer-icon{ width: 10px; } */
footer ul li .footer-icon path{ fill: #bdbdbd; }
footer ul li .footer-icon svg{ width: 20px; transition: 0.5s; }
footer ul li:hover .footer-icon svg{ color: #01d85f; transform: translateY(-40%); }
footer ul li a span{ position: absolute; color: #bdbdbd; font-size: 0.75rem; opacity: 0; transition: 0.5s; transform: scale(0) translateY(200%); font-weight: 400; }
footer ul li:hover a span{ opacity: 1; transform: scale(1) translateY(100%); }
/* footer ul li:hover a span{
    filter: drop-shadow(0 0 30px #01d85f) drop-shadow(0 0 40px #01d85f) drop-shadow(0 0 60px #01d85f);
} */
footer ul li .footer-item-title{
    position: absolute; top: 64px; margin-bottom: 0; font-weight: 500; letter-spacing: 0px; font-size: 1rem; text-align: center; line-height: 1.1; transition: 0.5s; color: #bdbdbd;
}
/* footer ul li:hover .footer-item-title{ top: 65px; } */
/* FUNKCJONALNOŚCI */
.carousel { position: relative; bottom: 115px; }
.carousel-item .content-text p { color: #fff; font-size: 1.1rem; }
.carousel-item .content-text h3 { text-transform:uppercase; }
/*  */
#content-avatar{ margin: 1.3rem 0; }
#content-btn-action{ margin-top: 1rem; margin-bottom: 0.75rem; }
.content-bezposredni-dostep-do-systemu { margin-top: 0rem; }
.content-bezposredni-dostep-do-systemu .p-action{ font-size: 1rem; font-weight: 400; color: #a1a1a1; text-align: center; margin-bottom: 0rem; }
.content-bezposredni-dostep-do-systemu .a-action{ font-size: 1.1rem; font-weight: 600;}
#content-txt-bezpiecznie-wylogowany{ text-align: center; }
#content-txt-bezpiecznie-wylogowany p{ font-weight: 400; font-size: 1rem; color: #a1a1a1; }
/*  */
.avatar-title { align-items: center; display: flex; height: 100%; justify-content: center; width: 100%; }
.avatar-box{ width: 9.1rem; height: 9.1rem; }
/*===== Reading Style =====*/
.avatar-title #Union_1{ fill: rgb(33 37 41); }
.avatar-title #Ellipse_9{ fill: rgb(60 205 255); }
.avatar-title #Path_11{ fill: rgb(255 255 255); }
.avatar-title #Path_14, .avatar-title #Path_14_1_, .avatar-title #Path_15{ fill: rgb(118 202 131); }
.avatar-title #Ellipse_8, .avatar-title #Rectangle_11, .avatar-title #Rectangle_11-2, .avatar-title #Subtraction_2, .avatar-title #Subtraction_2-2{
    fill: rgb(207 207 207);
}
/*  */
.reading .eye { animation: reading 3s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; }
.reading .reading-head { animation: reading-head 3s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; transform-origin: 150px; }
.reading .mouse { animation: mouse 1s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear;}
.reading .cloud { animation: cloud 1s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; }
.reading .brow { animation: brow 3s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-timing-function: linear; }
.reading .eading-outer { overflow: hidden; position: relative; }
/*---- ANIMATION ----*/
@keyframes reading {
    0% { transform: translate(0px, 1px); }
    10% { transform: translate(0, 1px); }
    25% { transform: translate(-2px, 0px); }
    50% { transform: translate(0px, 1px); }
    75% { transform: translate(2px, 0px); }
    90% { transform: translate(0px, 1px); }
    100% { transform: translate(0px, 1px); }
}
@keyframes reading-head {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(0, 0px) rotate(-2deg); }
    75% { transform: translate(0, 0px) rotate(2deg); }
    100% { transform: translate(0, 0px) rotate(0deg); }
}

@keyframes mouse {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes cloud {
    0% { transform: translate(-50px); }
    100% { transform: translate(100px); }
}

@keyframes brow {
    0% { transform: translate(0, 0); }
    25% { transform: translate(0px, 3px); }
    75% { transform: translate(0x, -5px); }
    100% { transform: translate(0, 0px); }
}

@-webkit-keyframes reading {
    0% { transform: translate(0px, 1px); }
    10% { transform: translate(0, 1px); }
    25% { transform: translate(-2px, 0px); }
    50% { transform: translate(0px, 1px); }
    75% { transform: translate(2px, 0px); }
    90% { transform: translate(0px, 1px); }
    100% { transform: translate(0px, 1px); }
}

@-webkit-keyframes reading-head {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(0, 0px) rotate(-2deg); }
    75% { transform: translate(0, 0px) rotate(2deg); }
    100% { transform: translate(0, 0px) rotate(0deg); }
}

@-webkit-keyframes mouse {
    0% { opacity: 1;  }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes cloud {
    0% { transform: translate(-50px); }
    100% { transform: translate(100px); }
}

@-webkit-keyframes brow {
    0% { transform: translate(0, 0); }
    25% { transform: translate(0px, 3px); }
    75% { transform: translate(0x, -5px); }
    100% { transform: translate(0, 0px); }
}
/* REPSPONSYWNOŚĆ */
@media (min-width: 1200px) {
    .bg-login img { border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
}
@media(max-width: 1199px){
    #site-left{ display: none; }
    .bg-login img { height: 100vh; width: 100%; }
    .auth-box { padding: 40px 60px; }
}
@media (max-width: 1024px) {

}
@media(min-width: 768px){
    .display-none-tablet { display: none; }
    /*  */
    /* .content-bezposredni-dostep-do-systemu { position: relative; bottom: 6px; } */
}
@media(max-width: 767px){
    .display-none-mobile{ display: none; }
    .btt_btn { height: 40px; line-height: 40px; }
    .h1, h1 { font-size: 1.75rem; letter-spacing: 1.1px; }
    .h4, h4 { font-size: 1rem; }
    h5{ font-size: 1rem; }
    hr { border: 0.5px solid #a1a1a1; margin: 1rem 0; }
    /*  */
    .auth-box{ padding: 35px 21px; }
    .account-pages-row{ margin: 15px; }
    #content-avatar{ margin: 1.1rem 0; }
    .avatar-box{ width: 7.3rem; height: 7.3rem; }
    #content-btn-action{ margin-top: 0.8rem; margin-bottom: 1.25rem; }
    #content-btn-action .btt_btn{ height: 38px; font-size: 0.9rem; line-height: 38px; letter-spacing: 0.2px; }
    .content-bezposredni-dostep-do-systemu .p-action{ font-size: 0.9rem; margin-bottom: 0.5rem; }
    .content-bezposredni-dostep-do-systemu .a-action{ font-size: 1rem; }
    footer ul li .footer-item-title{ font-size: 0.9rem; }
}
