﻿*, ::after, ::before {
    box-sizing: border-box;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.link-style
{
	text-decoration :none !important;
	color: #656565 !important;
	font-weight: 900;
    font-size: 13px;
}

.gryfont
{
	color: #b2b2b2	!important;
}


.radiumage
{
	border: 1px solid transparent;
	box-shadow: 0 0 35px 1px #e0e0e0;
    border-radius: 0.85rem;
	margin-bottom: 20px;
	
}


.radiumage:hover
{
	border: 1px solid transparent;
	box-shadow: 0 0 35px 2px #999;
    border-radius: 0.85rem;
	margin-bottom: 20px;
	
}


/*Masaüstü*/
:root {
    font-size: 16px;
}

/*Mobil (md<)*/
@media screen and (max-width: 992px) {
    :root {
        font-size: 14px;
    }
    .d-sm-none {
        display: none !important;
    }
	   .d-sm-block {
        display: block !important;
    }

}
/*Mobil-son (md<)*/
main {
    padding-top: 60px;
}

nav {
    background-color: rgba(255, 255, 255, 0.75);
}

.list-group {
    list-style: none;
}

.mh-60p {
    min-height: 60px;
}

.row-bg-1 {
    background-image: url('../img/row_bg_1.png');
    background-repeat: no-repeat;
    background-position: 75% bottom;
}

.row-bg-2 {
    background-image: url('../img/row_bg_2.png');
    background-repeat: no-repeat;
    background-position: 25% top;
    background-size: contain;
}

.card-text {
    height:180px;
 
}

.row-bg-3 {
    background-image: url('../img/row_bg_3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.row-bg-2-a {
    background-image: url(../img/row_bg_2.png);
    background-repeat: no-repeat;
    background-position: 25% top;
    background-size: auto;
}

.text-purple {
    color: #6028be;
}

h1, h2, h5 {
font-family: poppins;
}

/*Özel Buton Stilleri*/
[class*="btn-custom"],
[class*="btn-custom"]:hover {
    color: #fff;
    font-size: 1.65rem;

}

[class*="btn-"] {
    box-shadow: 0 0 8px -2px #434343;
}

[class*="btn-"]:hover {

    box-shadow: 0 0 10px -1px #434343;
}

.btn-custom-transparent {
    background-color: transparent;
    border-color: transparent;
    border: unset;
    box-shadow: unset;
}

.btn-white {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
	font-family: poppins;
	font-weight: bold;
}

.btn2-white {
    color: #808080;
    background-color: transparent;
    border-color: transparent;
}

.btn-outline-dark {
    background-color: #fff;
    border-color: #ffffff;

}

.btn-custom-purple {
    background-color: #6028be;
    border-color: #6028be;
}

.btn-custom-pink {
    background-color: #ef0c67;
    border-color: #ef0c67;
}

.btn-custom-blue {
    background-color: #187adf;
    border-color: #187adf;
}

.btn-custom-orange {
    background-color: #f39500;
    border-color: #f39500;
}

.btn-custom-green {
    background-color: #28be8a;
    border-color: #28be8a;
}

.btn-custom-darkred {
    background-color: #b00021;
    border-color: #b00021;
}
/*Özel Badge Stilleri*/
.badge-custom-gray{
    color: #202020;
    background-color: #eaeaea;
}

.badge-custom-gray:hover { 
    background-color: #7669E8;
	color: #FFF;
	box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.2);
}

.row.dark {
    position: relative;
}

.navbar-brand {
    position: relative;
    margin-left: 50px;
}

.navbar-brand:after {
    height: 35px;
    width: 44px;
    background-image: url('../img/logo_header.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);

}

.logo img.logo-img {
    max-width: 180px;
}

.logo img {
    width: 100%;
}

.form-control {
    font-size: 1.2rem;
}

h2 {
    font-size: 2.6rem;
    font-weight: 600;
}

h5 {
    color: #7b7b7b;

}

p {
    font-size: 1.2rem; /*1.2*/
    line-height: 1.2;
    color: #646464;
}

.row.dark:before {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

img {
    max-width: 100%;
}

.max100 {
    max-height: 70px;
    max-width: 100%;
}

footer ul {
    list-style: none;
}

footer p {
    max-width: 540px;
    margin: 20px auto;
}

footer ul li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

footer ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    right: -12px;
    top: calc(50% - 2px);
}

footer ul li:last-child:after {
    content: unset;
}

/*Responsive İçerik*/
@media (min-width: 992px) {
    .vertical-center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
	  .vertical-20 {
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
    }
	
	
	
}

@media (max-width: 992px) {
    nav {
        background-color: #fff;
    }
}

/* The container */
.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size:18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f8f9fa;
    border-radius: 50%;
	    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container2 input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container2 .checkmark2:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}