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

.btn {
	padding: 10px 15px;
	min-width: 148px;
	border-radius: 5px;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.btn.btn-link {
	color: #fff
}

.btn.btn-link i {
	left: 10px;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: relative
}

.btn.btn-link i:before {
	color: #fff
}

.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
	text-decoration: none
}

.btn.btn-link:hover i {
	left: 15px
}

.btn.btn-outline-light {
	border: 2px solid #fff;
	color: #fff
}

.btn.btn-outline-light:hover {
	color: #fff;
	border-color: #fff;
	background: 0 0
}

html {
	font-size: 62.5%
}

body {
	color: #000;
	font-family: 'Poppins', sans-serif;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.overflow-hidden {
	overflow: hidden
}

.mb-0 {
	margin-bottom: 0
}

p {
	margin-bottom: 30px
}

p:last-child {
	margin-bottom: 0
}
.container {
	padding-left: 30px;
	padding-right: 30px
}

body,
html {
	padding: 0;
	margin: 0
}
.sag-buyuk{
	color:#fff;
	font-size:48px;
	font-weight: 300;
}
.sag-kucuk{
	color:#fff;
	font-size:48px;
	font-weight: 900;
}

.giris-vco {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	position: relative
}

.giris-vco::after,
.giris-vco:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	z-index: 0
}

.giris-vco:before {
}
.sol-back{
	background: center center url("../img/yetkili-bayi.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

.sag-back{
	background: center center url("../img/ikinci-el.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	
}
.orta-back{
	background: center center url("../img/hasanbasoglu-sigorta.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	
}

.giris-vco .colm {
	width: 33.4%;
	padding: 0 94px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 210px
}

.giris-vco .colm:first-child {
}

.giris-vco .colm .step-item .relative {
	position: relative;
}

.giris-vco .colm .step-item .text {
	color: #fff;
	text-decoration: none;
	display: block
}

.giris-vco .colm .step-item .text i {
	font-size: 140px;
	position: absolute;
	top: 0;
	left: 0
}

.giris-vco .colm .step-item .text i:before {
	color: #fff
}

.giris-vco .colm .step-item .text span {
	display: block
}

.giris-vco .colm .step-item .text span.small {
	font-size: 20px;
	font-weight: 700;
	padding-top: 7px
}

.giris-vco .colm .step-item .text span.big {
	font-size: 48px;
	font-weight: 300
}

.giris-vco .colm .step-item .btn {
	text-align: center;
	margin-top: 40px;
	max-width: 148px
}

.giris-vco .copyright {
	right: 63px;
	bottom: 63px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 9
}@media only screen and (max-width:1200px) {
	.giris-vco .colm {
		padding: 0 60px
	}
}

@media only screen and (max-width:991px) {
	.giris-vco .colm .step-item .text i {
		font-size: 100px
	}
	.giris-vco .colm .step-item .text span.small {
		font-size: 16px;
		margin-bottom: 4px
	}
	.giris-vco .colm .step-item .text span.big {
		font-size: 30px
	}
	.giris-vco .colm .step-item .btn {
		margin-top: 20px
	}
	.giris-vco .copyright {
		right: 30px;
		bottom: 30px
	}
}

@media only screen and (max-width:767px) {
	.giris-vco .colm .step-item .text i {
		font-size: 90px
	}
	.giris-vco .colm .step-item .text span.small {
		font-size: 12px;
		margin-bottom: 4px
	}
	.giris-vco .colm .step-item .text span.big {
		font-size: 32px
	}
}

@media only screen and (max-width:560px) {
	.giris-vco {
		display: block
	}
	.giris-vco .colm {
		height: 50vh;
		width: 100%;
		padding: 0 30px
	}
	.giris-vco .colm:first-child {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .17)
	}
}