/*===================
	Start Header CSS 
=====================*/
* {
	margin: 0px;
	padding: 0px;
  }
  
       .logo {
            width: 100px;          
            height: 100px;         
            object-fit: contain;   
        }
.header-blue {
    position: relative;
    background-color: #e9e9dd;
    padding-bottom: 80px;
    font-family: 'Source Sans Pro', sans-serif;
    z-index: 1;
}

.header-blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/header1.png)  center center;
    opacity: 0.1; /* Şeffaflık seviyesi */
    z-index: -1;
}
  
  @media (min-width:768px) {
	.header-blue {
	  padding-bottom:120px;
	}
  }
  
  .header-blue .navbar {
	
	padding-top:.75rem;
	padding-bottom:.75rem;
	color:#0f4257;
	border-radius:0;
	box-shadow:none;
	border:none;
  }
  
  @media (min-width:768px) {
	.header-blue .navbar {

	  padding-top:1rem;
	  padding-bottom:1rem;
	}
  }
  
  .header-blue .navbar .navbar-brand {
	
	font-weight:bold;
	color:inherit;
  }
  
  .header-blue .navbar .navbar-brand:hover {
	color:#0f4257;
  }
  
  .header-blue .navbar .navbar-collapse {
	border-top:1px solid rgba(255,255,255,0.3);
	margin-top:.5rem;
  }
  
  @media (min-width:768px) {
	.header-blue .navbar .navbar-collapse {
	  border-color:transparent;
	  margin:0;
	}
  }
  
  .header-blue .navbar .navbar-collapse span .login {
	color:#0f4257;
	margin-right:.5rem;
	text-decoration:none;
  }
  
  .header-blue .navbar .navbar-collapse span .login:hover {
	color:#0f4257;
  }
  
  .header-blue .navbar .navbar-toggler {
	border-color:#0f4257;
  }
  
  .header-blue .navbar .navbar-toggler:hover, .header-blue .navbar-toggler:focus {
	background:none;
  }
  
  .header-blue .navbar .navbar-nav a.active {
    background: rgba(39, 105, 133, 0.8); /* Opaklık %80 */
    border-radius: 3px; /* Köşe yuvarlama */
    padding: 8px 12px; /* İçerik dolgusu */
}

  
  @media (min-width: 768px) {
	.header-blue .navbar-nav .nav-link {
	  padding-left:.7rem;
	  padding-right:.7rem;
	  color:red ;
	}
  }
  
  @media (min-width: 992px) {
	.header-blue .navbar-nav .nav-link {
	  padding-left:1.2rem;
	  padding-right:1.2rem;
	  color:red ;
	}
  }
  
  .header-blue .navbar .navbar-nav > li > .dropdown-menu {
	margin-top:-5px;
	box-shadow:0 4px 8px rgba(0,0,0,.1);
	background-color:#0f4257;
	border-radius:2px;
  }
  
  .header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item {
	line-height:2;
	color:red;
  }
  
  .header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item:hover {
	background:#0f4257;
  }
  
  .header-blue .action-button, .header-blue .action-button:not(.disabled):active {
	border:1px solid #0f4257;
	border-radius:40px;
	color:#0f4257;
	box-shadow:none;
	text-shadow:none;
	padding:.3rem .8rem;
	background:transparent;
	transition:background-color 0.25s;
	outline:none;
  }
  
  .header-blue .action-button:hover {
	color:#0f4257;
  }
  
  .header-blue .navbar .form-inline label {
	color:#0f4257;
  }
  
  .header-blue .navbar .form-inline .search-field {
	display:inline-block;
	width:80%;
	background:none;
	border:none;
	border-bottom:1px solid transparent;
	border-radius:0;
	color:#0f4257;
	box-shadow:none;
	color:inherit;
	transition:border-bottom-color 0.3s;
  }
  
  .header-blue .navbar .form-inline .search-field:focus {

	border-bottom:1px solid #0f4257;
  }
  
  .header-blue .hero {
	padding: 20px;
	margin-top:10px;
	text-align:center;
  }
  


  @media (min-width:768px) {
	.header-blue .hero {
	  margin-top:20px;
	  text-align:left;
	}
  }
  
  .header-blue .hero h1 {
	color:#302b25;
	font-size:45px;
	margin-top:0;
	
	font-weight:lighter;
	line-height:1.4;
	
  }
  
  @media (min-width:992px) {
	.header-blue .hero h1 {
	  margin-top:10px;
	  
	  line-height:1.2;
	}
  }
  
  .header-blue .hero p {
	color:#0f4257;
	font-size:20px;
	
	font-weight:300;
  }
  
  .header-blue .phone-holder {
	text-align:right;
  }
  
  .header-blue .iphone-mockup {
    position: relative;
    max-width: 800px;
    max-height: 500px;
    display: inline-block;
    
    
    border-radius: 15px; /* Köşeleri yuvarlama */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* Gölge ekleme */
    overflow: hidden;
    transition: transform 0.3s ease; /* Hover efekti için geçiş */
}

.header-blue .iphone-mockup:hover {
    transform: rotate(0deg) scale(1.05); /* Hover efekti */
}

.header-blue .iphone-mockup img.device {
    width: 100%;
    height: auto;
    border-radius: 15px; /* Resim kenarlarını yuvarlama */
}

.header-blue .iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 100%;
    top: 12%;
    border-radius: 10px;
    left: 6%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    
}




.footer{
	position:relative;
}
.footer .footer-top{
	padding:100px 0px;
	position:relative;
	background:#0f4257;
}
.footer .footer-top:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.1;
}

.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:40px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}
.footer .single-footer h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #1A76D1;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#0f4257;
}


/* Header'ın altındaki alanı daraltmak ve card'ları header'a yakınlaştırmak için */
.container.py-3 {
    margin-top: -120px; /* Header'ın içine biraz daha kayması için */
    position: relative;
    z-index: 10; /* Card'ların header'ın arkasında kalmaması için */
}

.card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative; 
    z-index: 5; 
}


@media (max-width: 767px) {
    .container.py-3 {
        margin-top: 0px;
    }
}

.btn.btn-light {
	padding: 10px;
    background-color: rgb(192, 157, 44); 
    color: #fff; 
    
	
}

.btn.btn-light:hover {
    background-color: #333; 
    color: #fff; 
    
}
.card-activity {
    height: 100%; /* Card'ların boyutunu otomatik olarak aynı hizaya getirir */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* İçerik arasında eşit boşluk bırakır */
}

.card-activity .card-body {
    flex-grow: 1; /* İçeriğin yüksekliğini eşitler */
}
.card-activity .card-text {
    color: whitesmoke;
}


.card-activity:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.card-activity {

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose .choose-left h3{
	font-size:24px;
	font-weight:600;
	color:#2C2D3F;
	position:relative;
	padding-bottom:20px;
	margin-bottom:24px;
}
.why-choose .choose-left h3:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#1a76d1;
}
.why-choose .choose-left p{
	margin-bottom:35px;
}
.why-choose .choose-left .list{}
.why-choose .choose-left .list li {
	color: #868686;
	margin-bottom: 12px;
}
.why-choose .choose-left .list li:last-child{
	margin-bottom:0px;
}
.why-choose .choose-left .list li i{
	height:15px;
	width:15px;
	line-height:15px;
	text-align:center;
	background:#1a76d1;
	color:#fff;
	font-size:14px;
	border-radius:100%;
	padding-left:2px;
	margin-right:16px;
}
/* Start Faq CSS */
.why-choose{
	background:#fff;
}
.why-choose .choose-right{
	height:100%;
	width:100%;
	background-image:url('../images/header1.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.why-choose .choose-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: #1a76d1;
	padding-left: 4px;
}
.why-choose .choose-right .video:hover{
	transform:scale(1.1);
}
.why-choose .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.why-choose .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.why-choose .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.why-choose .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


.breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 1rem 0 0 0;
	list-style: none;
	li {
	  font-size: 0.85rem;
	 
	  text-transform: uppercase;
	}
  }
  
.breadcrumb-item {
	&.active {
	  color: black;
	}
	+ .breadcrumb-item {
	  &::before {
		content: '/';
		display: inline-block;
		padding: 0 0.5rem;
		color: gray;
	  }
	}
  }

  .contact-us .contact-info{
	margin-top:50px;
}
.contact-us .single-info {
	background: #1a76d1;
	padding: 40px 60px;
	height: 150px;
	border-radius: 10px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#1A76D1;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:hover:before{
	opacity: 0.8;
}
.contact-us .single-info:hover{
	transform: translateY(-5px);
}
.contact-us .single-info i{
	font-size:42px;
	color:#fff;
	position:absolute;
	left:40px;
}
.contact-us .single-info .content {
	margin-left: 45px;
}
.contact-us .single-info .content h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
	
}
.contact-us .single-info .content p{
	color:#fff;
	margin-top:5px;
}
/* Google Map */
.contact-us #myMap {
	height: 100%;
	width: 100%;
}

.icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f1f1; /* Arka plan rengi */
    margin: 0 auto 10px; /* Ortalamak için margin */
}

.icon-circle i {
    font-size: 30px; /* İkon boyutu */
    color: #333; /* İkon rengi */
}

.icon-title {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.blog{
	background:#fff;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	min-height: 250px;
	max-height: 250px;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#1A76D1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#1A76D1;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #0f4257;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog.grid .single-news{
	margin-top:30px;
}