body{
	height:100%;
	background: #f9f9f9;
}

h2{
	padding: 20px 0px;
	color: #fff;
	text-align:center;
	font-size: 1.5rem;
	font-weight: bold;
	background: #ff6600;
	border-radius: 12px 12px 0px 0px;
}

.row{
    row-gap: 30px;
}

label{
	font-weight:500;
}

.card{
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.btn-primary{
	font-size: 20px;
	width: 200px;
	background: #000000 !important;
	border: 1px currentColor!important;
	font-weight: 700!important;
	z-index: 999;
	position: fixed;
	bottom: 20px;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 0.3s;
}
.btn-primary:hover{
	background:#ff6600!important;
}


btn-primary:hover{
	background: #474747!important;
}

.height100{
	height:100%;
}


.gradient-background {
  background: linear-gradient(222deg,#9400d3,#e61b3f,#d3b500);
  background-size: 360% 360%;
  animation: gradient-animation 5s ease infinite;
  box-shadow:0px 0px 4px 0px #00000082;
  transition:1s;
}

.gradient-background:hover {
  background: linear-gradient(222deg,#4b4b4b,#000000);
  background-size: 360% 360%;
  animation: gradient-animation 1s ease infinite;
  transition:1s;

}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

a {
  text-decoration: none;
  color: #000;
}
.site-header { 
  border-bottom: 1px solid #ccc;
  padding: .5em 1em;
  display: flex;
  justify-content: space-between;
}

.site-identity h1 {
  font-size: 1.5em;
  margin: .6em 0;
  display: inline-block;
}


.site-navigation ul, 
.site-navigation li {
  margin: 0; 
  padding: 0;
}

.site-navigation li {
  display: inline-block;
  margin: 1.4em 1em 1em 1em;
}

.hizmetler{
    display: flex;
    column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.hizmetler .form-control{
	width:175px;
}

.hizmetler .form-check-input{
	margin: 0px;
}


.downlaods-text{
    font-weight: 500;
    text-align: center;
}

.btn-secondary{
	width: fit-content;
    margin: 0px auto;
	font-weight: 700;
	border:none;
}

.btn-secondary:hover{
	background:#ff9600;
}

.downloads-h1 {
    color: #ff9600;
    font-weight: 700;
    text-align: center;
    font-size: 27px;
}

.downloads-h2{
	color: #000000;
	font-weight: 700;
	text-align: center;
	font-size: 27px;
	background:none;
	padding: 10px;
}


