/**!! MAIN THEME STYLING !!**/

/****** 00 GENERAL CLASSES *******/

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    font-size: 18px;
}

body {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #868686;
	font-style: normal;
	background: #fff;
	margin: 0;
}

a {
	-webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: none !important;
    text-decoration: none;
}

img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 
}

@media (min-width: 1025px) {
	.hide-desktop {display: none !important}
}

/*** Grid ***/

.container {
	max-width: 1225px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.desc-container {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.container {max-width: 95%}
}

.row {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
}

.row-equal{align-items:stretch}
.row-wrap{flex-wrap:wrap}
.row-align-left{justify-content:flex-start}
.row-align-right{justify-content:flex-end}
.row-align-center{justify-content:center}
.stack-between{justify-content:space-between}
.columnize{flex-direction:column}
.vertical-flex-center{align-items:center}
.full-col{width:100%}
.col-sf{width:65%}
.col-half{width:50%}
.col-fe{width:48%}
.col-one-third{width:32%}
.col-one-fourth{width:24%}

/* Buttons */

.static-gradient-btn {
    padding: 20px;
    margin-top: 35px;
    box-sizing: border-box;
    width: fit-content;
    position: relative;
    background: rgb(144,69,185);
    background: linear-gradient(180deg, rgba(144,69,185,1) 0%, rgba(84,51,149,1) 100%);
}

.static-gradient-btn span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.static-gradient-btn:after {
    content: '';
    position: absolute;
    background: rgb(144,69,185);
    background: linear-gradient(90deg, rgba(144,69,185,1) 0%, rgba(84,51,149,1) 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    width: 70px;
    height: 45px;
    z-index: 4;
    right: -57px;
    top: 13px;
    display: inline-block;
    transform: rotate(90deg)
}

.gradient-btn {
    border: 0;
    width: fit-content;
    cursor: pointer;
    min-height: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 55px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.3px;
    background: rgb(144,69,185);
    background: linear-gradient(180deg, rgba(144,69,185,1) 0%, rgba(84,51,149,1) 100%);
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.gradient-btn:hover {
    filter: brightness(1.3)
}

.gradient-btn span {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

/****** HEADER *******/

header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 35px;
}

/****** 01 CTA / Form : TOP CTA SECTION ******/

.top-form-wrapper {
    background-image: url(../img/ctatop-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 45% 0%;
    padding: 150px 0 75px;
}

.row-top-cta {
    justify-content: space-between;
}

.col-txt {
    width: 450px;
}

.col-form {
    width: 475px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.col-form {width: 445px}
}

/** CTA text **/

.col-txt h1 {
    font-size: 50px;
    line-height: 55px;
    color: #220E4B;
    margin-top: 0;
    margin-bottom: 35px;
}

.col-txt article p {
    max-width: 74%;
    font-size: 16px;
    line-height: 26px;
}

/** Form **/

.form-wrapper {
    background: #fff;
    position: relative;
    right: -60px;
}

.form-wrapper {
    padding: 50px 75px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(43, 18, 100, 0.3);
    -moz-box-shadow: 0px 0px 18px 0px rgba(43, 18, 100, 0.3);
    box-shadow: 0px 0px 18px 0px rgba(43, 18, 100, 0.3);
    top: -80px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.form-wrapper {right: -10px;}
}

.form-wrapper .dark-header {
    font-size: 28px;
    font-weight: 700;
    color: #220E4B;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.fullform {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.txt-input, textarea {
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    color: #220E4B;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.txt-input::placeholder,
textarea::placeholder {
    font-size: 13px;
    color: #A2A2A2;
}

#akceptacja-warunkow {
    /*display: block;
    width: 100%;*/
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.4px;
    /*display: flex;
    align-items: center;
    margin: 5px 0 20px 35px;*/
    display: inline-block;
}

.acceptance {
    display: flex;
    margin: 5px 0 15px 15px;
}

.acceptance a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.4px;
    color: #a2a2a2;
    margin-left: 10px;
}

#akceptacja-warunkow input[type=checkbox] {
    cursor:pointer;
    appearance: none;
    height: 25px;
    width: 25px;
    min-width: 25px;
    background: #ffffff;
    transition: all 250ms linear;
    box-shadow: inset 0 0 0 4px #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

#akceptacja-warunkow input[type=checkbox]:checked{
    border-color: #C4BBF0;
    background-color: #C4BBF0;
    box-shadow: inset 0 0 0 5px #ffffff;
}

.submit-input {
    border: 0;
    width: 100%;
    cursor: pointer;
    min-height: 45px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    background: rgb(144,69,185);
    background: linear-gradient(180deg, rgba(144,69,185,1) 0%, rgba(84,51,149,1) 100%);
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-top: 10px;
}

.submit-input:hover {
    filter: brightness(1.2)
}

/****** 02 Icon boxes : WHY IS IT WORTH SECTION ******/

.iconboxes-wrapper {
    background: #523291;
    display: flex;
    padding: 75px 0 100px;
}

.white-header {
    margin-top: 0;
    display: block;
    text-align: center;
    font-size: 65px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 25px;
}

.single-iconbox {
    width: 300px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 75px;
}

.single-iconbox p {
    color: #fff;
    font-size: 18px;
    padding: 0 15px 10px;
}

.single-iconbox picture {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    position: relative;
    margin-top: -45px;
}

/****** 03 Long description : WHAT YOU NEED TO KNOW SECTION ******/

.ld-wrapper {
    display: flex;
    background: #C4BBF0;
    padding: 100px 0;
}

.ld-wrapper .dark-header {
    color: #220E4B;
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 65px;
    margin-top: 0;
    margin-bottom: 55px;
}

.ld-wrapper article p {
    color: #220E4B;
    text-align: center;
    margin-bottom: 20px;
}

.ld-wrapper article p:last-of-type {
    margin-bottom: 0;
}

/****** 04 Timeline arrow : HOW IT WORKS SECTION ******/

.timeline {
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 135px;
}

.timeline:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -30px;
    left: 0;
    background: #523291;
}

.timeline:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.5px 0 26.5px 45px;
    border-color: transparent transparent transparent #523291;
    position: absolute;
    right: 0;
    top: -55px;
}

.timeline-wrapper {
    display: flex;
    padding: 100px 0;
}

.timeline-wrapper .dark-header {
    color: #220E4B;
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 65px;
    margin-top: 0;
    margin-bottom: 55px;
}

.timeline-post {
    max-width: 265px;
    text-align: center;
    position: relative;
}

.timeline-post:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: -50px;
    border-radius: 50%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #523291;
    background: #fff;
}

.timeline-post:nth-of-type(2):before {
    background: #523291;
}

.timeline-post span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    color: #220E4B;
    line-height: 30px;
}

.timeline-post p {
    color: #220E4B;
}

/****** 05 Bottom CTA  : GOT QUESTIONS SECTION ******/

.bottom-cta-wrapper {
    display: flex;
    margin: 0;
    position: relative;
    padding: 100px 0;
}

.bottom-cta-wrapper .desc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-cta-wrapper:after {
    content: '';
    width: 100%;
    height: calc(100% + 207px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgb(48,19,108);
    background: linear-gradient(180deg, rgba(48,19,108,1) 0%, rgba(4,5,29,1) 100%);
}

.bottom-cta-wrapper p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.bottom-cta-wrapper .gradient-btn  {
    margin-top: 25px;
}

/****** FOOTER ******/

footer {
	padding-bottom:  55px;
	position: relative;
}

footer:before {
    position: absolute;
    right: 75px;
    bottom: 35px;
    width: 242px;
    height: 435px;
    content: '';
    background: url(../img/polish-zloty.png) no-repeat center;
    background-size: contain
}

footer,
footer * {
    font-size: 14px;
    line-height: 23px;
    color: #927FBF;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); 
}

footer a:hover {
    color: #fff;
}

.row-footer {
    border-top: 1px solid #927FBF;
    padding-top: 35px;
}

.footer-leftcol {
    width: fit-content;
}

.footer-leftcol address {
    font-style: normal;
}

.footer-rightcol {
    width: fit-content;
    margin-left: 75px;
}

.sm-rediect {
    border: 1px solid #927FBF;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    border-radius: 50%;
}

.sm-rediect:hover {
    border-color: #fff;
}

/* Validation */

.acceptance {
    flex-wrap: wrap;
}

.acceptance a {
    width: 80%;
}

.just-validate-error-label {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Arial';
    border: 1px solid rgb(184, 17, 17);
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.acceptance .just-validate-error-label {
    margin-left: -15px;
    width: calc(100% + 15px);
}