body {
	font-family: 'Poppins',sans-serif !important;
	font-weight: 400;
	background: #f7f7f7 !important;
	color: #333333;
	font-size: 15px;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
}
*{
  text-shadow: 0 0 1px rgba(0,0,0,0.02) !important;
}
.area-title-red{
	color: #ce0000;
	border-left: 15px solid #ce0000;
}
.area-title-green{ 
	color: green;
	border-left: 15px solid green;
}
.area-title-blue{ 
	color: blue;
	border-left: 15px solid blue;
}
.title-red{
	border-left: 5px solid #ce0000;
}
.title-red:hover{
	color: #ce0000;
}
.title-green{ 
	border-left: 5px solid green;
}
.title-green:hover{
	color: green;
}	
.title-blue{ 
	border-left: 5px solid blue;
}
.title-blue:hover{
	color: blue;
}
header{
	background: #ec0000;
	width: 100%;
	position: relative;
	z-index: 9999;
}
header .top{
	max-height: 62px;
}
header .top .sidebar-icon {
	cursor: pointer;
	text-align: center;
	z-index: 111;
	float: left;
    padding-top: 13px;
	padding-left: 17px;
}
header .top .sidebar-icon .icon-line{
	background-color: #fff;
    border-radius: 3px;
    height: 3px;
    margin: 5px 0;
    width: 23px;
	display: block;
}
/********** SİDEBAR MENÜ BAŞLADI ***********/
.sidebar{
	background-color: #fff;
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .2);
    height: 100%;
    left: -435px;
    max-width: 435px;
    opacity: 0;
    overflow: auto;
    padding: 65px 44px 20px 35px;
    position: fixed;
    top: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    width: calc(100% - 50px);
    z-index: 99999;
}
.sidebar.enter{
	left: 0;
	opacity: 1;
}
.sidebar.enter::-webkit-scrollbar {
	display: none;
}
.sidebar .sidebar-header{
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}
.sidebar .sidebar-header .sidebar-logo{
	display: inline-block;
    width: 250px;
}
.sidebar .sidebar-header .sidebar-logo img{
	width: 250px;
}
.sidebar .sidebar-header .sidebar-close{
	color: #000;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
	font-weight: 300;
}
.sidebar .sidebar-content{}
.sidebar .sidebar-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-content ul li{
	
}
.sidebar .sidebar-content ul li a{
	color: #333333;
	font-size: 22px;
	font-weight: 300;
	display: block;
	text-decoration: none;
	line-height: 40px;
	transition: 0.35s;
}
.sidebar .sidebar-content ul li a:hover{
	color: #cc0000;
	transition: 0.35s;
}
.sidebar .sidebar-content p.copyright{
	font-size: 13px;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: justify;
}
.sidebar .sidebar-content ul.sidebar-link{
	list-style: none;
	margin: 0;
	padding: 0px 0px 50px 0px;
}
.sidebar .sidebar-content ul.sidebar-link li{}
.sidebar .sidebar-content ul.sidebar-link li a{
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	line-height: 24px;
	transition: 0.35s;
	font-family: "Metropolis", sans-serif;
}
.sidebar .sidebar-content ul.sidebar-link li a:hover{
	color: #f2f2f2;
}
/********** SİDEBAR MENÜ BİTTİ ***********/

header .top .header-logo{
	width: 275px;
	position: relative;
	margin-left: 5px;
	float: left;
}
header .top .header-logo a{
	display: block;
	padding: 15px 0px 15px 0px;
	margin: 0;
	text-decoration: none;
}
header .top .header-logo a img{
	width: 100%;
	text-decoration: none;
}
header .top .header-menu{}
header .top .header-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
header .top .header-menu ul li{
	padding: 0;
	margin: 0;
	float: left;
}
header .top .header-menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 57px;
	transition: 0.35s;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Metropolis", sans-serif;
}
header .top .header-menu ul li a:hover{
	background: #cc0000;
	transition: 0.35s;
}
@media (max-width: 576px) { 
	header .top .header-menu{
		display: none;
	}
}
.lastmin{
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Metropolis", sans-serif;
    height: 56px;
    justify-content: flex-start;
    left: 0;
    padding: 13px 65px 13px 20px;
    -webkit-transition: top .3s;
    transition: top .3s;
    width: 100%;
    z-index: 9;
}
.lastmin-title {
    font-family: "Metropolis", sans-serif;
    font-size: 15px;
    letter-spacing: -.02em;
    line-height: 19.5px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.lastmin.happened .lastmin-title:after {
    border-right: 1px solid #d9d9d9;
    content: "";
    font-size: 24px;
    letter-spacing: 0;
    margin-right: 14px;
    padding-right: 14px;
}
.lastmin-control {
    background-color: #fff;
    border-left: 1px solid #d9d9d9;
    height: 55px;
    padding-left: 15px;
    position: absolute;
    right: 0;
    width: 64px;
    z-index: 10;
}
.lastmin-next {
    background-color: #00579b;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 35px;
    position: relative;
    top: 9px;
    width: 35px;
}
.lastmin-next:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    margin: 12px 11px;
    padding: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lastmin-carousel {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 26px;
    overflow: hidden;
    width: calc(100% - 190px);
}
.lastmin-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: initial;
    transition-timing-function: ease;
    z-index: 1;
	
	display:flex;
    width:max-content;
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.lastmin-slide{
    -ms-flex-negative: 0;
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
	white-space:nowrap;
}
.lastmin-slide a {
    border-right: 1px solid #d9d9d9;
    color: #f10000;
    display: block !important;
    font-size: 14px;
    line-height: 26px;
    margin-right: 20px;
    padding-right: 20px;
    width: auto !important;
	font-weight: 600;
	text-decoration: none;
}
.lastmin-text{
	color: #2a2a2a;
}
/***************** BÜYÜK MANŞET ALANI BAŞLADI ****************/
#big-manset{
	background: #000000;
	padding-top: 40px;
	padding-bottom: 40px;
}
#big-manset .hero {
    position: relative;
    height: 550px;
    overflow: hidden;
}
#big-manset .hero .hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s ease;
}
#big-manset .hero .hero-slide.active {
    opacity: 1;
    z-index: 2;
}
#big-manset .hero .hero-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .25s ease;
}
#big-manset .hero .hero-slide .hero-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #fff;
    background: linear-gradient(to top, rgb(0 0 0), transparent)
}
#big-manset .hero .hero-slide .hero-overlay a{
	color: #ffffff;
}
#big-manset .hero .hero-slide .hero-overlay h1{
    margin: 0;
    font-size: 32px;
    font-weight: 900;
	font-family: "Metropolis", sans-serif;
}
#big-manset .hero .hero-slide .hero-overlay p{
    margin-top: 10px;
    font-size: 18px;
	font-family: "Metropolis", sans-serif;
}
#big-manset .hero .hero-slide .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}
#big-manset .hero .arrow.left{ left: 10px; }
#big-manset .hero .arrow.right{ right: 10px; }
#big-manset .hero .hero-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 15px;
}
#big-manset .hero-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
}
#big-manset .hero-nav ul li{
	float: left;
}
#big-manset .hero-nav ul li a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s;
	font-weight: 700;
	font-family: "Metropolis", sans-serif;
}
#big-manset .hero-nav ul li a.active{
	background: #d10000;
}
@media (max-width: 768px) {
	#big-manset .hero-nav {
		display: none;
	}
	#big-manset .hero .arrow{
		display: flex;
	}
}
/***************** BÜYÜK MANŞET ALANI BİTTİ ****************/

/***************** BÜYÜK MANŞET ALANI ALTI BAŞLADI ****************/
#manset-bottom{
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#manset-bottom .currents .current-box{
	display: inline-block;
	margin-right: 23px;
    border-right: 1px solid #dedede;
    padding-right: 23px;
}
#manset-bottom .currents .current-box .name{
	font-size: 14px;
	font-weight: 700;
	display: flex;
	font-family: "Metropolis", sans-serif;
	margin-bottom: 5px;
}
#manset-bottom .currents .current-box .price{
	font-family: "Metropolis", sans-serif;
	font-weight: 400;
}
#manset-bottom .weater .weater-box .left,
#manset-bottom .weater .weater-box .right{
	display: block;
	width: 50%;
	float: left;
	text-align: right;
}
#manset-bottom .weater .weater-box .right{
	text-align: left;
}
#manset-bottom .weater .weater-box .right .icon,
#manset-bottom .weater .weater-box .right .status{
	margin-left: 10px;
}
#manset-bottom .weater .weater-box .citys{
	display: block;
}
#manset-bottom .weater .weater-box .citys select{
	font-family: "Metropolis", sans-serif;
	font-weight: 700;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	line-height: 25px;
	text-align: right;
	text-transform: uppercase;
}
#manset-bottom .weater .weater-box .left .citys select option{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}
#manset-bottom .weater .weater-box .icon{
	font-size: 32px;
}
#manset-bottom .weater .weater-box .status{
	font-size: 34px;
	font-weight: 700;
	font-family: "Metropolis", sans-serif;
}
#manset-bottom .weater .weater-box .left .desc{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 768px) {
  #manset-bottom .row{
    display:flex;
    flex-direction:column;
    gap:12px;
  }
  #manset-bottom .currents{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
  }
  #manset-bottom .current-box{
    flex:1 1 45%;
    min-width:45%;
    margin-right:0;
    padding-right:0;
    border-right:none;
    margin-bottom:10px;
  }
  #manset-bottom .weater{
    width:100%;
    justify-content:flex-start;
  }
  #manset-bottom .weater .weater-box{
    width:100%;
    display:flex;
    justify-content:space-between;
  }
  #manset-bottom .weater .left,
  #manset-bottom .weater .right{
    float:none !important;
    width:auto !important;
  }
  #manset-bottom .icon{
    font-size:28px;
  }
  #manset-bottom .status{
    font-size:24px;
  }
  #city{
    width:100%;
    max-width:160px;
  }

}
/***************** BÜYÜK MANŞET ALANI ALTI BİTTİ ****************/

#area{
	padding-top: 60px;
	padding-bottom: 60px;
}
#area .area-title{
	padding-top: 15px;
}
#area .area-title span{
	font-family: "Metropolis", sans-serif;
	font-weight: 900;
	font-size: 22px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#area .container{
	background: #fff;
}
#area .news{
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#area .news .link{
	text-decoration: none;
	color: #333333;
}
#area .news .box figure img{
	width:100%;
    height:100%;
    object-fit:cover;
}
#area .news .box .title{
	font-size: 18px;
	font-weight: 700;
	font-family: "Metropolis", sans-serif;
	font-size: 16px;
	padding-left: 10px;
}
/*#area-one .one-news .one-box .summary{}*/
#ads-full{}
#ads-full .container{
	padding-left: 0;
	padding-right: 0;
}
#ads-full .ads-box{}
#ads-full .ads-box img{
	width: 100%;
}