/*global*/
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

.spanTxt{
	color: #3EA2B7;
}

a.skaype {
	position: fixed;
	right: 30px;
	bottom: 50px;
	display: flex;
    width:56px;
	height:54px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #4CAF50;
	z-index: 10;
	text-decoration: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

}

a.skaype i {
	color: #fff;
	font-size: 30px;
}



.sectionHeader{
	font-size: 3em;
	color: #2d3748;
	font-weight: 700;
	letter-spacing: 1px;
}

/***************************/
.nav-link{
    line-height: 1;
    display: inline-block;
    color:#3A3A3A;
    text-decoration:none;
}

.nav-link:after {
    display: block;
    content: "";
	margin-top: 3px;
    height: 2px;
    width: 0%;
    background-color: #3EA2B7;
    transition: width .3s ease-in-out;
	
}
.nav-link:hover:after,
.nav-link:focus:after {
    width: 100%;
}


.nav-link2{
    line-height: 1;
    display: inline-block;
    color:#3A3A3A;
    text-decoration:none;
	letter-spacing: 12px;
	transition: .5s ease;
}

.nav-link2:hover{
	color: #3EA2B7;
}

@media (max-width: 991.98px) 
{
	.navbar-collapse 
	{
		background-color: white !important;
		text-align: center;
		border-radius: 10px;
		padding-top: 20px;
		margin-top: 10px;
	}
	.nav-link2-container {
		padding-left: 0px;
		padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-link2 {
        line-height: 1;
        display: inline-block;
        flex-direction: column;
		padding-top: 20px;
		letter-spacing: 18px;
    }
	.btnRandevu{
		margin-left: 0px !important;
		margin-top: 20px;
		margin-bottom: 30px !important;
	}
	
	.navbar-dark .navbar-toggler {
    	color: black !important;
    	border:none;
		border-color: transparent;
		outline: none;
	}
	.navbar-dark .navbar-toggler-icon {
		background: url(../img/menu.png);
	}
	
	
}

.navbar-collapse-color {
   background-color: transparent!important;
}

.navbar-menu-icon{
	background: url(../img/menu_white.png) !important;
}
	



/* end menü alt çizgi*/

.navbar
{
	background-color:transparent !important;
	width: auto;
}
.navbar .container{
	
}
.navbar-brand {
	transition: all .5s;
	letter-spacing: 2px;
}
.navbar-brand i {
	transition: all .2s;
	letter-spacing: 2px;
	font-style: normal;
	color: #426972 ;
}

#mainNav {
	background-color: transparent;
}

.navbar-container.shrink {
    padding-top: 8;
    padding-bottom: 8;
    color: white ;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 13px;
	font-weight: 400;
	padding: 12px 15px;
	letter-spacing: 1px;
	color: #3A3A3A ;
	transition: all .5s;
	
}


nav.shrink {
    background-color: #3a3a3a !important;
}


.navbar-brand.shrink,
.navbar-container.shrink,
.navbar.fixed-top.shrink,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

nav.shrink .nav-link {
    color: white !important;
}

nav.shrink .nav-link2 {
    color: white !important;
}

nav.shrink .nav-link2:hover {
    color: #3EA2B7 !important;
}


.btnRandevu {
	cursor: pointer;
	transition: .5s ease;
	background-color: transparent;
	border:1px solid #3EA2B7;
	color: #3EA2B7;
	padding: 6px 12px 6px 12px;
	margin-left: 20px;
	border-radius: 7px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.btnRandevu:hover{
	background-color: #3EA2B7;
	color: white;
	border: 1px solid #3EA2B7;
}
/*  --------------------------- HOME  ------------------------------ */

 .txtContainer 
{
	padding-top: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
}
.txtContainer .text {
	color: #3EA2B7;
	font-size: 35px;
	font-weight: 600;
	position: relative;
	white-space: nowrap;
}
.txtContainer .text.first-text {
	color: #3A3A3A;
}
.text.sec-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #EFEFEF;
	border-left: 2px solid #3EA2B7;
	animation: animate 4s steps(12) infinite;
}
@keyframes animate {
	40%, 60% {
		left: calc(100% + 4px);
	}
	100% {
		left: 0%;
	}
}


#home{
    padding-top: 150px;
    background-color: #EFEFEF;
    padding-bottom: 150px;
	   
	margin-top: -25px !important;
}
.homeText{
    padding-left: 250px;
    padding-top: 100px;
}

.homeText h5{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.homeInfo{
	padding-top: 20px;
}
.homeInfo a {
	color: #3EA2B7;
	
}
.homeInfo .homeBtnRandevu{
	display: block;
	padding-top: 30px;
}
.homeBtnRandevu button{
	margin-left: 0px;
}

.homeHeaderTxt:before{
	position: absolute;
	content: "";
	top: 12%;
	left: 0%;
	height: 4%;
	width: 100%;
	background-color: #EFEFEF;
	border-left: 2px solid #426972;
	animation: animate 4s steps(12) infinite;
}
@keyframes animate{
	40%,60%{
		left: 40%;
	}
	100%{
		left: 100%;
	}
}

@media (max-width: 991.98px){
	.txtContainer{
		padding-top: 0px;
	}
	.txtContainer .text {
		font-size: 30px !important;
	}
	.homeText{
		padding-top: 0px;
		padding-left: 120px;
		padding-bottom: 40px;
	}
	#home img{
		width: 500px;
	}
	.homeInfo img{
		width: 32px !important;
	}
}

@media (max-width: 650.98px){
	.txtContainer{
		padding-top: 10px;
	}
	.txtContainer .text {
		font-size: 23px !important;
	}
	.homeText{
		padding-top: 0px;
		padding-left: 120px;
		padding-bottom: 40px;
	}
	#home img{
		width: 450px;
	}
	.homeInfo img{
		width: 20px !important;
	}
}

/* --------------------------- ABOUT ALANI  ---------------------------*/

#about{
	 padding-top: 250px;
	 padding-bottom: 250px;
	 box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

#about h5{
	font-weight: bold;
	padding-bottom: 1.5rem !important
}

@media (max-width: 991.98px){
	#about img{
		padding-bottom: 80px;
	}
	#about .sectionHeader{
		text-align: center;
		padding-bottom: 20px;
	}
	#about p,h5{
		
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* --------------------------- HİZMETLER ALANI --------------------------- */
#service{
	margin-top: 30px;
    padding-top: 200px;
    background-color: #EFEFEF;
    padding-bottom: 200px;
}

#service .serviceDetail{
	background-color: #3EA2B7;
	border: 1px solid #3EA2B7;
}

#service .card-body {
    width: 350px;
    height: 250px;
}
/*  --------------------------- SIKÇA SORULAN SORULAR  ---------------------------*/

#faq{
  position: relative;
  margin-top: 0px;
  display: flex;
  max-height: -moz-max-content;
  max-height: max-content;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
#faq .faq-content{
  width: 100%;
}
@media (min-width: 640px){
  #faq .faq-content{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  #faq .faq-content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  #faq .faq-content{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  #faq .faq-content{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  #faq .faq-content{
    max-width: 1536px;
  }
}
#faq .faq-content{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px){
  #faq .faq-content{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
#faq .faq-content .faq-text{
  display: flex;
  width: 83.333333%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 0px;
  text-align: left;
}
@media (min-width: 768px){
  #faq .faq-content .faq-text{
    width: 50%;
    padding-right: 4rem;
  }
}
#faq .faq-content .faq-text h2{
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  #faq .faq-content .faq-text h2{
    text-align: left;
  }
}
#faq .faq-content .faq-text small{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
#faq .faq-content .faq-text p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
#faq .faq-content .faq-text .faq-icon{
  margin-left: 64px;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
}
#faq .faq-content .faq-text .faq-icon svg{
  height: 84px;
  width: 84px;
}
#faq .faq-content .faq-text .faq-icon a{
  margin-top: 84px;
  margin-left: 24px;
}
#faq .faq-content .faq-items{
  margin-top: 2.5rem;
  display: flex;
  width: 83.333333%;
  flex-direction: column;
}
@media (min-width: 768px){
  #faq .faq-content .faq-items{
    margin-top: 0px;
    width: 50%;
  }
}
#faq .faq-content .faq-items .rs-item{
  width: 100%;
  border-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
#faq .faq-content .faq-items .accordion{
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
        transition: all 0.3s ease-out 0s;
        transition: 0.4s;
}
#faq .faq-content .faq-items .accordion:after{
  position: absolute;
  right: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
          content: "+";
          float: right;
          transition: all 0.3s ease-out 0s;
}
#faq .faq-content .faq-items .accordion.active{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
#faq .faq-content .faq-items .accordion.active:after{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
          transform: rotate(135deg);
}
#faq .faq-content .faq-items .panel{
  max-height: 0px;
  overflow: hidden;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
        transition: max-height 0.3s ease-out;
}
#faq .faq-content .faq-items .panel p{
  background-color: transparent;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 35px;
  padding-left: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  #faq .faq-content .faq-items .panel p{
    padding-right: 70px;
  }
}


/* --------------------------- Son 3 Blog --------------------------- */
#last3blogs
{
	padding-top: 120px;
    background-color: #EFEFEF;
    padding-bottom: 100px;
}

#last3blogs .card-body {
    width: auto;
    height: auto;
}
#last3blogs .row{
	margin: 0;
	padding: 0;
}

/* ---------------- Team ------------------ */

#team{
	padding-top: 150px;
	padding-bottom: 150px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;

}
#team span{
	display: inline-flex;
	padding-right:  30px;
	line-height: 35px;
}

@media (max-width: 991.98px){
	
	#team .sectionHeader{
		text-align: center;
		padding-bottom: 20px;
		padding-top: 30px;
	}
	#team span{
		
	}
}



/* ---------------------------  Contact --------------------------- */

.contact-section {
	padding-top: 200px;
	background-color: #efefef;
	display: flex;
	justify-content:center;
	align-items:flex-start;
	height: 100vh;
	
}
.contact-info {
	text-align: left;
	margin-right: 250px;
}
.contact-info h1 {
	font-size: 3em;
	color: #2d3748;
	font-weight: 700;
}
.contact-info p {
	font-size: 18px;
	color: #4a5568;
	margin-top: 10px;
}
.contact-info .phone span {
	color: #3EA2B;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}
.contact-info .email span{
	color: #3EA2B;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}
.contact-info .whatsapp {
	color: #4a5568;
	margin-top: 5px;
	display: flex;
	line-height: 12px;
}
.contact-info .whatsapp p a {
	color: #3EA2B7;
	
}
.contact-info i{
	font-size: 25px;
}


.contact-info .whatsapp img {
	width: 32px !important;
	height: 32px;
}

.contact-form {
	width: 650px;
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.contact-form input, .contact-form textarea, .contact-form select {
	margin-bottom: 15px;
	padding: 15px;
	width: 100%;
	border: 1px solid #cbd5e0;
	border-radius: 5px;
	outline: none;

	
}

.contact-form .btn {
	background-color: #3EA2B7;
	color: white;
	padding: 15px;
	width: 40%;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.contact-form .btn:hover {
	background-color: #2b6cb0;
}
.terms {
	font-size: 0.9em;
	color: #4a5568;
}
.terms a {
	color: #3182ce;
	text-decoration: none;
}


.contactMap{
	background-color: #efefef;
	padding-bottom: 120px;
}
.contactMap .row{
	margin-left:0px;
	margin-right:0px;
}
@media (max-width: 991.98px){
	.contact-section {
		flex-direction: column;
		align-items: center;
		height: auto;
		padding-top: 60px; /* Yukarıdaki padding değerini azaltabilirsiniz */
		padding-bottom: 100px;

	}

	.contact-info {
		margin: 0;
		padding-left: 50px;
		padding-right: 50px;
	}

	.contact-form {
		width: 100%;
		max-width: 550px; /* Formun çok geniş olmamasını sağlamak için max-width belirleyin */
		margin-top: 30px; /* İki bölüm arasına boşluk eklemek için */
		padding: 20px;
	}
	
	.contactMap iframe{
		height: auto !imporant;
		width:auto !important;
	}
}


/* ---------------------------  FOOTER --------------------------- */

.footer {
	background-color: #f8f9fa;
	padding: 90px 0px 30px 0px;
	text-align: center;
}

.footer .footerMenu  {
	margin-top: 13px;
}

.footer .nav-link-footer {
	color: #6c757d;
	text-decoration: none;
	padding-right: 10px;
}

.footer .nav-link:hover {
	color: #000;
	text-decoration: none;
}


.footer .social-icons a {
	color: #6c757d;
	margin: 0 10px;
	font-size: 24px;
	transition: all .5s;
}
.footer .social-icons a:hover {
	color: #3EA2B7 !important;
}

.footer .social-icons i:hover {
	color: #3EA2B7 !important;
}
.footer .copyright {
	margin-top: 60px;
	font-size: 14px;
	color: #6c757d;
}
.footer .copyrighting hr{
	margin-top: 80px;
}
.footer .btnRandevu{
	margin: 0px !important;
}

@media (max-width: 991.98px){
	
	.footer .btnRandevu{
		margin-top: 30px !important;
	}
	
	.nav-link-footer{
		font-size: 14px;
	}
}


/* ---------------------------  BLOGLAR --------------------------- */

#blogBackground
{
	margin-top: 95px;
	background:url("../img/blog.webp") no-repeat center center fixed;
	background-size: cover;
	height: 50vh;
	background-color: rgba(0,0,0,.5);

}
#blog{
	padding-top: 150px;
	padding-bottom: 80px;
}
#blog .card{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.block-27 ul 
{
	padding: 0;
	margin: 0; 
}
.block-27 ul li 
{
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400; 
}
.block-27 ul li a, .block-27 ul li span 
{
	color: #1089ff;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6; 
	background-color: white;
	text-decoration: none;
}
.block-27 ul li.active a, .block-27 ul li.active span 
{
	background: #1089ff;
	color: #fff;
	border: 1px solid transparent; 
}

#blogDetail{
	padding-top: 150px;
	padding-bottom:100px;
}

#blogDetail h3{
	color: #3EA2B7;
	font-weight:600;
}
#blogDetail span {
	color: #3EA2B7 !important;
	font-weight: 600;
}

/*  EKİBİMİZ  */

#teamBackground
{
	margin-top: 0px;
	background:url("../img/Ekibimiz.webp") no-repeat center center fixed;
	background-size:cover;
	height: 50vh;

}

#team .card{
	width: 25rem;
	}


/* EN KÜÇÜK EKRAN MOBİL RESPONSE */

@media (max-width: 500.98px){
	/* sabit wp */
	a.skaype {
		position: fixed;
		right: 20px;
		bottom: 30px;
		width:56px;
		height:54px;
	}

	a.skaype i {
		color: #fff;
		font-size: 30px;
	}

	
	/*home back */
	.txtContainer{
		padding-top: 0px;
	}
	.txtContainer .text {
		font-size: 20px !important;
	}
	.homeText{
		padding-top: 0px;
		padding-left: 60px;
		padding-bottom: 40px;
	}
	#home img{
		width: 450px;
	}
	.homeInfo img{
		width: 20px !important;
	}
	.homeInfo P{
		font-size: 15px !important;
	}
	
	/*Hakkımda*/
	#about .sectionHeader{
		font-size: 38px;
	}
	#about .row{
		text-align: center;
	}

	
	
	/*HİZMETLER*/
	#service .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
	}
	
	#service .sectionHeader{
		font-size: 35px;
	}
	
	#service .card-title{
		padding-left: 0px;
	}
	#service .card-body {
		width: auto;
		height: auto;
	}
	
	/* SIKÇA SORULAN SORULAR */
	
	#faq .faq-content .faq-text h2{
		font-size: 38px;
	}

	/*Son Eklenen Blog*/
	
	#last3blogs .sectionHeader{
		font-size: 35px;
	}
	#last3blogs .col-md-4
	{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
	}
	#last3blogs .card-title{
		padding-left: 0px;
	}
	
	/* Team*/
	#team img{
		padding-left: 20px;
		padding-right: 20px;
	}
	#team .sectionHeader{
		font-size: 35px;
	}
	#team p{
		text-align: center;
	}
	
	/* Contact */
	#contact .contact-info h1{
		font-size: 35px;
	}
	#contact .whatsapp p{
		line-height: 25px;
		margin-top: 0px;
	}
	.contact-form .btn{
		width: 100% !important;
	}
	
	/* BLOG.PHP */
	#blog .col-md-6
	{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
	}
	#blog .card-title{
		padding-left:0px;
	}
	
	#team .col-md-6
	{
		width: auto;
		padding:auto;
		
	}
	
	#team .card{
		width: auto !imporant;
	}
	
}


@media (max-width: 400.98px)
{
	.txtContainer{
		padding-top: 0px;
	}
	.txtContainer .text {
		font-size: 20px !important;
	}
	.homeText{
		padding-top: 0px;
		padding-left: 20px;
		padding-bottom: 40px;
	}
	#home img{
		width: 400px;
	}
	.homeInfo img{
		width: 20px !important;
	}
	.homeInfo p{
		font-size: 13px !important;
	}
	.contact-form .btn{
		width: 100% !important;
	}
	
	/* BLOG.PHP */
	#blog .col-md-6
	{
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
	}
	
	#team .card{
		width: auto !imporant;
	}
	#team .col-md-6
	{
		width: auto;
		padding:auto;
		
	}
	
	
}

@media (min-width: 321px) and (max-width: 390px){
	
	.txtContainer .text {
		font-size: 13px !important;
	}
	.homeText{
		padding-left: 10px;
		font-size: 12px !important;

	}

	.homeInfo img{
		width: 13px !important;
	}
	.homeInfo p{
		font-size: 10px !important;
	}
	.homeInfo span{
		font-size: 10px;
	}
	
}



