@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*################################################################
#
# Podatek.Biz Single Login Landing Page
# 
# =============================================================
#
# Author: Andrzej Sobczyk
#         andrzej@sobczyk.eu
# Copyright: Andrzej Sobczyk 2022
# Licensed to: FPD Sp. z o.o.
#
# Rozpowszechnianie lub  zmiana bez zgody autora zabronione.
# Distribution or change without author permission is prohibited.
#
###############################################################*/

/*==BASIC-SETUP==*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #FBFCFC;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

.contact-area {
  padding: 20px 0 33px 0;
}

.contact-title h2 {
  font-weight: 500;
  font-size: 24px;
  color: #212121;
}

.contact-title h2 span {
  text-transform: uppercase;
}

.contact-form-main {
  max-width: 812px;
  width: 100%;
  margin: auto;
  background: #747f8c;
  margin-top: 40px;
}

.contact-form {
  box-shadow: 0 50px 50px rgba(230, 235, 237,0.9);
  padding: 56px 59px 50px 59px;
  background: #ffffff;
  border-radius: 100px 0 0 0;
  border-top: 1px solid #0D6EB7;
}

.input-item {
  margin-top: 30px;
}

.input-item1 {
  margin-top: 40px;
}

.input-item input {
  width: 100%;
  outline: none;
  border: 1px solid #0D6EB7;
  background: url('../images/user.png')no-repeat !important;
  background-position: 4% 50% !important;
  padding: 20px 20px 20px 91px;
}

.input-item2 input {
  width: 100%;
  outline: none;
  border: 1px solid #0D6EB7;
  background: url('../images/lock.png')no-repeat !important;
  background-position: 4% 50% !important;
  padding: 22px 20px 22px 91px;
}

.contact-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #9FAAB1;
  opacity: 1;
}

/* check-box */
.check-box-main {
  margin-top: 30px;
}

.check-left input[type=checkbox] {
    appearance: none;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0D6EB7;
    cursor: pointer;
}

.check-left input[type=checkbox]::after {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #ffffff;
    display: none;
}

.check-left input[type=checkbox]:checked {
    background: #4064BA;
}

.check-left input[type=checkbox]:checked::after {
    display: block;
}

.checkbox label {
  cursor: pointer;
}

.checkbox label span {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
  padding-left: 19px;
}

.check-right a {
  font-weight: 500;
  font-size: 14px;
  color: #4064BA;
  text-decoration: underline;
}

.tabs {
    width: 100%;
    display: inline-block;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links {
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

.tab-links li {
    margin: 0px 5px;
    list-style: none;
}

.tab-links li span {
    font-size: 22px;
    font-weight: 500;
    color: #E7EBEE;
    display: block;
    background: #fff;
    text-align: center;
    transition: all linear 0.15s;
    display: inline-block;
    padding: 10px 0px;
    text-transform: uppercase;
    margin: 0 35px;
    border-bottom: 3px solid #fff;
}

.tab-links li.active span,
.tab-links li.active span:hover {
    color: #0D6EB7;
    border-bottom: 3px solid #0D6EB7;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.form-item-title {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 24px 0 0 0;
}

.form-item-title span {
  color: #0D6EB7;
}


.form-bottom-btn {
    text-align: center;
}

.form-bottom-btn a {
    font-size: 20px;
    font-weight: 500;
    color: #0D6EB7;
    text-decoration: underline;
}

.form-bottom-btn img {
    display: inline-block;
    padding: 0 20px;
}

.submit-btn-wrap .col-lg-5 {
  width: 43%;
  flex: 43%;
}

.submit-btn-wrap .col-lg-2 {
  width: 12%;
  flex: 12%;
}

.submit-btn-main {
  margin-top: 28px;
}

.submit-btn-wrap button,
.submit-btn-wrap .btn {
  width: 100%;
  border: none;
  background: #4064BA;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 20px 25px 20px 20px;
  transition: 0.2s all ease;
}

.submit-btn-wrap button.btn-primary ,
.submit-btn-wrap .btn.btn-primary {
  background-color: #0D6EB7;
}


.submit-btn-wrap button:hover,
.submit-btn-wrap .btn:hover {
  opacity: 0.8;
}

.submit-btn-wrap button span,
.submit-btn-wrap .btn span {
  padding-right: 22px;
}

.submit-btn-item p {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
}

.submit-btn-item3 button,
.submit-btn-item3 .btn {
  background: #E53E50;
}

.contact-inner-main {
  margin-top: 40px;
}

.contact-inner-left h4 {
  font-weight: 500;
  font-size: 24px;
  color: #212121;
  padding-left: 12px;
}

.contact-inner-left2  h4 {
  color: #0D6EB7;
  text-decoration: underline;
} 

.contact-inner-left span img {
  max-width: 30px;
  margin-top: -8px;
}

.social-itme-wrap {
  max-width: 812px;
  margin: auto;
  margin-top: 108px;
}

.social-itme-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-itme-wrap ul li {
  margin-right: 30px;
}

.social-itme-wrap ul li a {
  border: 1px solid #E9EDEF;
  background: #ffffff;
  padding: 47px 70px;
}

.social-itme-wrap ul li:last-child {
  margin-right: 0;
}

.social-itme-wrap ul li a:hover {
  border: 1px solid #0E6FB7 !important;
}
 
.footer-area {
  padding: 64px 0 50px 0;
}

.footer-left p {
  font-weight: 500;
  font-size: 12px;
  color: #212121;
}

.footer-right a {
  color: #0D6EB7;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
}

.page-content-wrapper {
  min-height: 220px;
}


/*responsive-area*/
@media screen and (min-width: 768px) and (max-width: 991px) {

  .contact-inner-left h4 {
    font-size: 18px;
  }
  
  .social-itme-wrap ul li a {
      padding: 47px 60px;
  }

  .submit-btn-wrap button {
      font-size: 13px;
      padding: 20px 10px 20px 
  }

  .submit-btn-wrap button span {
      padding-right: 10px;
  }

  .contact-area {
      padding: 50px 0 33px 0;
  }
  
    

}

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

  .contact-area {
      padding: 25px 0 33px 0;
  }

  .contact-form-main {
    margin-top: 50px;
  }

  .contact-form {
    border-radius: 80px 0 0 0;
  }

  .contact-title h2 {
    font-size: 22px;
  }

  .input-item input {
    padding: 15px 20px 15px 50px;
  }

  .contact-form {
      padding: 40px 30px 60px 30px;
  }

  .checkbox {
    justify-content: center !important;
  }

  .check-right {
    text-align: center !important;
    margin-top: 10px;
  }

  .checkbox label span {
    padding-left: 9px;
  }

  .submit-btn-wrap .col-lg-5 {
      width: 100%;
      flex: 100%;
  }

  .submit-btn-wrap .col-lg-2 {
      width: 100%;
      flex: 100%;
  }

  .submit-btn-main {
      margin-top: 30px;
  }

  .submit-btn-item {
    max-width: 288px;
    margin: auto;
    margin-top: 20px;
  }

  .contact-inner-main {
      margin-top: 40px;
  }

  .contact-inner-left {
    text-align: center !important;
  }

  .contact-inner-left2 {
    justify-content: center !important;
    margin-top: 15px;
  }

  .contact-inner-left h4 {
    font-size: 18px;
  }

  .social-itme-wrap {
    margin-top: 10px;
  }

  .social-itme-wrap ul li  {
    margin: 65px 0 0 0 !important;
    text-align: center;
  }

  .social-itme-wrap ul li a {
      padding: 30px 20px;
  }

  .social-itme-wrap ul li a img {
    max-width: 35px;
  }

  .footer-area {
      padding: 35px 0 30px 0;
  }

  .footer-left {
    text-align: center;
  }

  .footer-right {
    text-align: center !important;
    margin-top: 10px;
  }


}



