@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import 'default.css';
@import 'style.css';
@import 'botski.css';

body, html {
	font-optical-sizing: auto;
	font-style: normal;
	font-weight:300;
	outline: none;
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
*:focus {
    outline: none;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
#wrapper{
    min-height: 100%;
	overflow:hidden;
    height: auto;
}
a{
	color:#999999;
   	text-decoration:none;
   }
a:hover{
	color:#333333;
}
.swal2-popup{width: 350px!important}
.swal2-title{font-size:medium!important}
.navPozisyon{
	background:#ffffff00;
	padding: 0;
}
.topNav ul{
	display:table;
	width: 100%;
	margin:0;
	padding:0;
	text-align: center;
}
.topNav ul li{
	display: table-cell;
	border-right: 1px solid #d3dce5;
}
a#wrapper > header > div:nth-child(2) > div > div > nav > ul > li:nth-child(2) > a:hover{ background:none}
a#wrapper > header > div:nth-child(2) > div > div > nav > ul > li:nth-child(2) > a{ padding:0 20px}
@media only screen and (max-device-width: 768px) {
	.has-sub{ position:relative}
	.gizle{display:none!important}
	.goster{display:block!important}
	.topNav{
		-webkit-box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
		-moz-box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
		box-shadow: inset 1px 0px 1px 0px rgba(232,232,232,1);
		transition:1s ease-out;
		adispalay: none;
		transition:1s ease-out;
		opacity: 0;
		left: -800px;
		width:80%;
		position:absolute;
		box-shadow: 6px 6px 10px 0px #85888C;
		background-color: #F5F6FA;					
	}
	  .show-menu {
			left:0px;
			transition:1s ease-out;
			opacity: 1;
			background: #fff;
			z-index:999
  }
    .topNav ul li{
		display:flex;
		border-bottom: 1px solid #dddddd;
	}
	.topNav ul li a {
		padding: 20px;
		font-size:larger;
		width: 100%;
		text-align: left;
		padding:20px!important	
	}
	.navPozisyon{
		margin:0
	}
	#navLogo{
		display:none
	}
	.navMobileBar{
		padding: 20px 15px;
		border-bottom:1px solid #CCCCCC
	}
	#NavMobile{
		background: #dc3545;
		border-radius: 3px;
		/*margin-top: 10px;*/
		padding: 6px;
		width: max-content;
	}
	.navMobileBar i{
		font-size: x-large;
		color: #fff;
		padding: 6px;
	}
}
.topNav ul li a{
	padding: 50px 0;
	display: block;
	color: #001c52;
	font-weight: 300;
	font-size: 18px;
}
.tab-pane{
	border: 1px solid #dee2e6;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px;
}
.nav-link {
    color:#666666;
}
.topNav ul li:not(:first-child) a:hover, .activeNav { 
    background: #d3dce5;
    color: #000000;
}
.topNav ul li ul{ 
	position:absolute;
	width: 250px;
}
.topNav ul li ul li{
	display: block;
}
.topNav ul li ul li a{
	background:#ccc
}
.has-sub > a:after{content:'▼';margin-left:10px}
nav > ul > li > ul{visibility:hidden}
nav > ul > li.has-sub:hover > ul{visibility: visible;
    z-index: 9;
}

@media only screen and (max-device-width: 768px) {
nav > ul > li.has-sub > a::after {

    right: 0;
    top: 0;
    position: absolute;
    color: #fff;
    background: #0c0000;
    padding: 20px;
}

}

.npad {padding:0}

.pager{margin: 20px;text-align: center;}
.pager span a{
	font-weight: 500;
	padding: 8px 12px;
	border: 1px solid #8c9ab8;
	margin-left: 10px;
	background: #e1e3ea;
	border-radius: 3px;
}

.pager #current_page {
	font-weight: bold;
	padding: 8px 12px;
	border: 1px solid #8c9ab8;
	margin-left: 10px;
	border-radius: 3px;
}
.bottom{
	margin-top:100px;
	padding:50px 0 10px 0;
	background:#00CC33
}

.headerContainer{
	margin: 0;

}
.headerH1{
	color: #fff;
	margin-top:40px;
	font-weight: 900;
	font-style: italic;
	font-size: 2.2vw;
}
@media only screen and (max-device-width: 768px) {
	.headerH1{
		 font-size: 38px;
	}
}
.headerH2{
    font-family: 'Sansita', sans-serif;
    color: #9ac242;
    font-weight: 400;
    font-size: 1.2vw;
    font-style: italic;
}
.headerH3{
    font-family: 'Sansita', sans-serif;
    color: #9ac242;
    font-weight: 400;
    font-size: 0.5vw;
}
.headerH3 a{
	color:#001c52
}
@media only screen and (max-device-width: 768px) {
	.headerH3{
		font-size: 12px;
	}
}

input,textarea,select{
	width: 100%;
    border: 0px solid #d3dfc747;
    border-bottom: 1px solid #d3dfc7;
    padding: 10px;
    margin-bottom: 30px;
	transition: 0.3s;
	font-size: medium;
}
input:focus,textarea:focus{
	transition: 0.3s;
	background: #efefef;
}

.btnDefault {
	padding: 10px 20px;
    background: #d6bb00;
    border: none;
    border-radius: 10px;
    color: #fff;
    margin: 10px 0;
    transition: 0.5s ease-in-out;
}
.btnDefault:hover {
    background: #666;
    transition: 0.2s ease-in-out;
}
.text{
	padding:20px 40px;
	color: #666;
	font-size:larger;
	line-height: inherit;
}
.bottomTags i{
	 color:#a3a7cf;
}
.bottomTags{
    float: left;
	margin-right:8px;
	font-size: small;
}
.formOverlayHolder{
	display:none
}


.formOverlay{
	display: grid;
	place-items: center;
	background: #000000d6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	text-align: center;
}
.formOverlay font{
	color: #fff;
	font-size: 6vw;
}
#go-up {
	position: fixed;
    right: 20px;
    bottom: 40px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    background-color: #19237b;
    color: #fff;
    font-size: 26px;
    line-height: 46px;
    cursor: pointer;
    z-index: 1001;
    aopacity: 0;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
 }
.smaller #go-up { opacity: 1; }
#navAlisveris{
	display:table;
	float:right
 
}
#navAlisveris a{
	color:#fff
}
.navSepetimIconAdet {
	position: absolute;
	margin: -25px 0 0 25px;
	font-size: xx-small;
	font-weight: 500;
	padding: 5px;
	border-radius: 50px;
	background: #f3a952;
	color: white;
}
.AlisverisPanels{
	display:table-cell;
	float:left;
	transition: .2s; /* Animation */
}
.AlisverisPanels:hover i{
	color:#f3a952;
	transition: .2s; /* Animation */
}								
