*{
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: 'Open Sans Condensed', sans-serif;
	

}

body{
	background-size: 100% 100%;
	height: 100%;
	color: white;
	background-color: black;
}

header{
	width: 100%;
	height: 80px;
	display: block;
	position: fixed;
	background-color: none;
	z-index: 4;
	transition; backdrop-filter 2s;
	text-shadow: 1px 1px 10px black;

}

header.sticky{
	backdrop-filter: blur(5px);
}

.inner_header{
	width: auto;
	height: 100px;
	display: block;
	margin-left: 15vh;
	margin-right: 15vh;
}

.inner_header h1{
	float: left;
	margin-top: 17px;
	font-size: 43px;
	font-weight: 300;
}

img.diamond{
	width: auto;
	height: 60px;
	float: left;
	margin-top: 17px;
	margin-right: 10px;
}

.menu{
	float: right;
	margin-top: 42px;
	height: 30px;
}

.menu span{
	margin: 0 30px 0 30px;
	letter-spacing: 1px;
}

.menu b{
	font-weight: 300 !important;
}


.slide1{
	background: url(money.jpg) no-repeat center fixed;
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: block;
}

.inner_slide1{
	width: auto;
	height: auto;
	display: block;
	padding-top: 35vh;
	margin-left: 25vh;
}


.inner_slide1 img{
	margin-bottom: -3px;
}

.border{
	padding-top: 5px;
	border-bottom: 1px solid #a9deb4;
}

.inner_slide1 h1{
	font-size: 55px;
}

.inner_slide1 b{
	font-size: 100px;
}

.inner_slide1 h2{
	font-weight: 1;
	font-size: 40px;
}

button.slide1_button{
	background-color: #35705e;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 150px;
	height: 45px;
	border-radius: 20px;
	border: 1px solid #35705e;
	font-size: 20px;
	letter-spacing: 1px;
	bottom: 15px;
	transition: color 1s, background 1s, border 1s;
	margin-top: 40px;
	margin-right: 20px;
	box-shadow: 1px 1px 10px black;
}


button.slide1_button:hover{
	background: #1e4a3d;
	color: white;
	border: 1px solid #1e4a3d;
}

button.slide1_button a{
	background-size: 0;
}

img.scroll0{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 60px;
	height: 60px;
	bottom: 0;
	margin-top: 4vh;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.7;
	margin-bottom: 15px;
}

.form1{
	display: block;
	width: 300px;
	height: 450px;
	float: right;
	text-align: left;
	margin-top: -350px;
	margin-right: 25vh;
	padding: 40px 0 0 35px;
	background-color: white;
	text-shadow: none !important;
	color: black;
	border-radius: 20px;
	box-shadow: 1px 1px 20px black;
}

.form1 h2{
	margin-bottom: 25px;
}

input.form_in{
	width: 260px;
	height: 40px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
	border: 1px solid #35705e;
	color: black;
	padding-left: 5px;
	font-family: arial !important;
	text-shadow: none !important;
}

textarea.form_in{
	width: 260px;
	height: 100px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
	border: 1px solid  #35705e;
	color: black;
	font-family: arial !important;
	padding: 8px 5px 5px 5px;
	text-shadow: none !important;
}


input.form_in_button{
	width: 270px;
	height: 50px;
	color: white;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 20px;
	border: 1px solid #35705e;
	margin-bottom: 30px;
	display: block;
	transition: transform 1s, background-color 1s;
	font-family: arial !important;
	text-shadow: none !important;
	background-color: #35705e;
	float: left;
}

input.form_in_button:hover{
	transform:  scale(1.1);
	background-color: #1e4a3d;
}



.slide3{
	background-color: black;
	width: 100%;
	height: 750px;
	background-size: cover;
	display: block;
	text-align: center;
}

.proces_realizacji{
	width: 1100px;
	height: auto;
	text-align: center;
	padding-top: 90px;
	display: block;
}

.proces_realizacji b{
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 1px;
}

.border1{
	padding-top: 5px;
	border-bottom: 1px solid #a9deb4;
	display: block;
	height: auto;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 30px;
}

.proces_box{
	width: 290px !important;
	height: 370px !important;
	margin: 25px 25px 0 25px;
	display: block !important;
	float: left;
	background-color: black;
	padding: 12px;
	border: 1px solid white;
	text-align: left !important;
	position: relative;
	transition: background-color 1s, border 1s, color 1s;
	background-color: white;
	color: black;
	border-radius: 20px;
}

.proces_box:hover{
	background-color: #176e5b;
	border: 1px solid #176e5b;
	color:  white;
}

.proces_box img{
	margin-top: 5px;
	margin-bottom: 5px;
}

.proces_box h2{
	font-size: 22px;
	text-align: center !important;
}

.proces_box h3{
	text-align: center !important;
}

.proces_box p{
	font-size: 20px;
}

.proces_box span{
}

.proces_box li{
	padding-left: 20px;
}

.p_1{
	display: block;
	width: auto;

}

button.slide3_button{
	background-color: #4b9680;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #4b9680;
	font-size: 20px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 15px;
	margin-left: 21%;
	transition: color 1s, background 1s;
}


button.slide3_button:hover{
	background: white;
	color: black;
}


.slide4{
	background: url(money.jpg) no-repeat center fixed;
	width: 100%;
	height: 300px;
	background-size: cover;
	display: block;
}

.inner_slide4{
	width: 1000px;
	height: 300px;
	display: block;
	padding-top: 80px;
}

.inner_slide4 img{
	margin-bottom: -3px;
}

button.slide4_button{
	background-color: #35705e;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #35705e;
	font-size: 20px;
	letter-spacing: 1px;
	bottom: 15px;
	margin-left: 21%;
	transition: color 1s, background 1s, border 1s;
	float: right;
	margin-top: 30px;
	box-shadow: 1px 1px 10px black;
}


button.slide4_button:hover{
	background: #1e4a3d;
	color: black;
	border: 1px solid #1e4a3d;
}

.slide5{
	background-color: black;
	width: 100%;
	height: 500px;
	background-size: cover;
	display: block;
	text-align: center;
}

.inner_slide5{
	width: 1100px;
	height: auto;
	text-align: center;
	padding-top: 90px;
	display: block;
}

.form{
	display: block;
	width: 450px;
	height: 480px;
	float: left;
	text-align: left;
	margin-top: 30px;
	padding: 40px 0 0 35px;
	background-color: white;
	text-shadow: none !important;
	color: black;
	border-radius: 20px;
	box-shadow: 1px 1px 20px black;
}

.form h2{
	margin-bottom: 30px;
	color: black;
	letter-spacing: 1px;
	text-shadow: none !important;
}

label{
	text-shadow: none !important;

}

input{
	width: 400px;
	height: 40px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
	border: 1px solid #35705e;
	color: black;
	padding-left: 5px;
	font-family: arial !important;
	text-shadow: none !important;
}

textarea{
	width: 400px;
	height: 100px;
	background-color: transparent;
	border-radius: 20px;
	box-shadow: none;
	border: 1px solid  #35705e;
	color: black;
	font-family: arial !important;
	padding: 8px 5px 5px 5px;
	text-shadow: none !important;
}


input.button{
	width: 415px;
	height: 50px;
	color: white;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 20px;
	border: 1px solid #35705e;
	margin-bottom: 30px;
	display: block;
	transition: transform 1s, background-color 1s;
	font-family: arial !important;
	text-shadow: none !important;
	background-color: #35705e;
	float: left;
}

input.button:hover{
	transform:  scale(1.1);
	background-color: #1e4a3d;
}

.dane{
	display: block;
	width: 450px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 30px;
	padding: 40px 0 0 120px;
	
}

.inner_dane img{
	width: auto;
	height: 25px;
	margin-bottom: -5px;
}

.inner_dane p{
	padding-left: 5px;
}

.inner_dane ol{
	margin-left: 30px;
}

.footer{
	background-color: #173b30;
	width: 100%;
	height: 280px;
	background-size: cover;
	display: block;
	text-align: center;
	margin-top: -50px;
}

.inner_footer{
	width: 1000px;
	height: auto;
	text-align: center;
	padding-top: 90px;
	display: block;
}

iframe{
	display: block;
	width: auto;
	height: auto;
	float: left;
	margin-left: 120px;
	margin-top: 30px;
	width: 420px;
	height: 150px;
	border-radius: 2px;
}






html, body {
    scroll-behavior: smooth;
}

a:link 
{
	color: white;
}

a:visited 
{
	color: white;
}

a {
	text-decoration: none;
	background: linear-gradient(currentColor, currentColor) bottom / 0 .1em no-repeat;
	transition: 1s background-size;
}

a:hover {
	background-size: 100% .1em;
}


.frame {
        width: 1000px;
        height: 400px !important;
        display: block;
        margin-top: 130px;
        margin-bottom: 130px;
        text-shadow: none !important;

    }

    .loan, .interest, .tenure {
        margin-top: 5px;
        font-weight: 400;
    }

    .loanheading h2{
        font-weight: 300 !important;
        text-align: center;
        text-shadow: 0 !important;
    }

    .value, #loanText, #interestText, #tenuretext {
        float: right;
        position: relative;
        width: auto;
        padding-left: 3px;
        text-shadow: none !important;
    }

    #loanText, #interestText, #tenuretext {
        width: auto;
    }

    #result {
        margin-top: 25px;
        text-align: center;
        font-weight: 600;
    }

    #result h1{
        font-size: 55px;
        text-shadow: none !important;
    }

    .frame .e-slider-wrap {
        display: block;
        margin-top: 40px;
    }

    .column-left {
        width: 35%;
        float: left;
        font-weight: 400;
        margin-top: 10px;
    }

    .column-right {
        width: 65%;
        float: right;
        font-weight: 600;
        margin-top: 14px;
    }

    #loanheading {
        
        font-size: larger;
        padding-bottom: 15px;
    }

    #loanSlider{
        background-color: transparent;
    }

    #interestSlider{
        background-color: transparent;
    }

    #tenureSlider{
        background-color: transparent;
    }

   .e-slider .e-handle.e-select {
    background-color: #009c77 !important;
    border-color: #009c77 !important;
    border-radius: 100px !important;
	}

	.calc_1{
		display: block;
		width: 600px;
		height: 370px;
		background-color: white;
		color: black;
		float: left;
		border-radius: 20px 0 0 20px;
		text-shadow: none !important;
		padding: 0 50px 0 50px;
	}

	.calc_2{
		float: right !important;
		display: block;
		width: 280px !important;
		height: 350px !important;
		background-color: #35705e !important;
		border-radius: 0 20px 20px 0;
		padding: 10px;
	}


	.calc_2 ol{
		margin-top: 30px;
	}

	.calc_2 p{
		margin-top: 5px;
	}

	button.calc_button{
	background-color: #6aab90;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #4b9680;
	font-size: 20px;
	letter-spacing: 1px;
	bottom: 15px;
	margin-left: 21%;
	transition: color 1s, transform 1s;
	margin-top: 40px;
}


button.calc_button:hover{
	transform: scale(1.1);
}