body{
	margin:0px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	line-height:28px;
}

img{
	max-width:100%;
}

.navbar-brand img{
    max-width: 100px;
    max-height: 100px;
}

.container h3{
    color: white;
}


/*Mesajbutonu*/

.whatsapp-btn-container {
    position: fixed;
    right: 30px;
    opacity: 0;
    bottom: 50px;
    padding: 24px;
    animation: fade-up 1000ms forwards;
    animation-delay: 1000ms;
    z-index: 1000;
}

@keyframes fade-up {
    100% {
        bottom: 24px;
        opacity: 1;
    }
}

.whatsapp-btn-container .whatsapp-btn {
    font-size: 48px;
    color: #25d366;
    display: inline-block;
    transition: all 400ms;
   
    
}

.whatsapp-btn-container .whatsapp-btn:hover {
    transform: scale(1.2);
}

.whatsapp-btn-container span {
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #075e54;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
}

.whatsapp-btn-container .whatsapp-btn:hover + span {
    transform: rotateZ(0deg) translateX(0px);
    opacity: 1;
    position: absolute;
   
}


/*Header*/

header .bg-light {
    background: transparent !important;
}

header {
    background: #0f243c;
}

header .navbar-nav li a {
    font-size: 20px;
    color: #FFF !important;
    
}

.navbar-nav .nav-item .nav-link {
    transition: all 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ff6600;
    transform: scale(1.1); 
}


/*Banner*/

section.banner-section {
    background: #343b43;
    padding: 100px 0px;
}

.banner-text h1 {
    color: #FFF;
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 20px;
}

.banner-text p {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 33px;
}

.banner-text {
    max-width: 541px;
}

.btn {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px 22px;
}

.btn-blue {
    background: #00bec9;
    color: #FFF;
    border: 2px solid #00bec9;
    margin-right: 20px;
}

.btn-outline-light {
    border: 2px solid #FFF;
}

.banner-text h1 {
    color: #FFF;
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 20px;
}

.banner-text p {
    color: #FFF;
    font-size: 22px;
    margin-bottom: 33px;
}

.banner-text {
    max-width: 541px;
}

.btn {
    font-size: 16px;
    padding: 10px 22px;
}

.btn-blue {
    background: #00bec9;
    color: #FFF;
    border: 2px solid #00bec9;
    margin-right: 20px;
}

.btn-outline-light {
    border: 2px solid #FFF;
}


/*text section*/

section.text-section {
    padding: 100px 0px;
}

h2 {
    font-size: 40px;
    font-weight: 600;
}

p {
    font-size: 20px;
}

.btn-primary {
    background: #343b43;
    border-color: #343b43;
}

.btn-primary:hover {
    background: #343b43 !important;
    border-color: #343b43 !important;
    opacity: 0.9;
}

.text-col {
    max-width: 466px;
}

.text-col h2, .text-col p {
    margin-bottom: 20px;
}

.right-img {
    position: relative;
    padding-left: 30px;
    max-width: 5000px;
}

.right-img:before {
    content: "";
    width: 250px;
    height: 250px;
    background: #343b43;
    position: absolute;
    z-index: -1;
    left: -1px;
    bottom: -32px;
}


/*Services*/

section.services-section {
    background: #343b43;
    padding: 60px 0px 70px;
    text-align: center;
    color: #FFF;
}

section.services-section .section-title {
    margin-bottom: 40px;
    color: #FFF;
}

.services-box h3 {
    color: #FFF;
}

.services-box {
    margin-bottom: 30px;
}

.services-box p {
    color: #FFF;
}

.services-img {
    max-width: 350px;
    margin: 0px auto 30px;
}

.services-img img {
    border: 5px solid #FFF;
}

section.text-section.animal-section .text-col {
    text-align: right;
}


/*cards*/


section.cards{
    min-height: 50vh;
    padding: 20px 0px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

}

.slide-container{
    max-width: 1120px;
    width: 100%;
    background:none;
    padding: 40px 0;
    
}

.slide-content{
    padding: 5px 40px;
    margin: 0 40px;
    overflow: hidden;
}

.swiper-navBtn{
    color: #00bec9;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #343b43;
}


.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 14px;
    align-items: center;
}

.card{
    align-items:center;
    border-radius: 25px;
    background-color:#fff;
    border: 1px solid;
    padding-bottom: 5px;
    z-index: 1;
}

.image-content{
    position: relative;
    row-gap:5px;
    padding: 25px 0;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #343b43;
    border-radius: 25px 25px 0 25px;
}

.card-image{
    position: relative;
    height: 160px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 1px;
}

.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;;
    border: 4px solid #343b43;
}

.name{
    font-size: 25px;
    font-weight: 500;
    color: #333;
}

.description{
    font-size: 15px;
    color: 707070;
    text-align: center;
}

/*Team */

section.team-section {
    padding: 100px 0px 70px;
    text-align: center;
}

.bio-mid {
    float:right;
    font-size: 100px
}

.team-img {
    max-width: 300px;
    margin: 0px auto 30px;
}

.team-box {
    margin-bottom: 30px;
}

.team-info h3 {
    font-size: 24px;
    font-weight: 700;
}

ul.team-social {
    margin: 0px;
    padding: 0px;
}

ul.team-social li {
    display: inline-block;
}

ul.team-social li a {
    width: 30px;
    height: 30px;
    background: #343b43;
    display: inline-block;
    line-height: 30px;
    color: #FFF;
    border-radius: 50%;
}
 
/*Gallery start */

.galerimain{
    min-height: 50vh;
    padding: 10px 0px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}
    
.gallery{
    display:flex;
    justify-content: center;
    gap: 1rem;
    width: 35rem;
    
}

.album h2{
    padding-top: 50px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.cardalbum{
    position: relative;
    left: 0;
    width: 3rem;
    border-radius: 5rem;
    
    height: 20rem;
    overflow: hidden;
    transition: .4s ease-in-out;
    
    box-shadow: 0 5 12px rgba(0,0,0,3);
    flex: .15;
}

.cardalbum img{
    position: relative;
    height: 20rem;
    object-fit: cover;
}

.cardalbum:hover{
    flex: 1 1 0;
    font-weight: bold;
    cursor: pointer;
    border-radius: 1rem;    
}

/*Section end */

section.kurumsal{
    margin: 10px 30px 0px 30px;
    height: auto;
    padding: 40px 0px 50px;
    text-align: center;
}


section.kurumsal p{
    padding: 5px 0px 10px;
    font-size: 15px;
}

.kurumsalgaleri{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#resimler{
    padding: 30px 30px 5px 30px;
}

.kurumsalgaleri img {
    align-items: center;
    max-width: 200px;
}
.kurumsalgaleri h1{
    padding-top: 15px;
    font-size: 15px;
}

/*Contact*/

.contact-container{
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.5rem;
    background:#343b43;
    box-shadow: 0 0 1rem hsla(0 0 0 /16%);
    border-radius: 0.5rem;
    overflow: hidden;
}

.form-container{
    padding: 20px;

}

.form-container h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #FFF;
}

.contact-form{
    display: grid;
    row-gap: 1re;
}

.contact-form input,.contact-form textarea{
    margin: 5px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 0.9rem;
    color:black;
    border-radius: 0.4rem;
}

.contact-form textarea{
    resize: none;
    height: 200px;
}

.contact-form .send-button{
    border: none;
    outline: none;
    color: #FFF;
    background:#6d6651;
    font-size: 1rem;
    font-weight: 500px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-form .send-button:hover{
    background:#000;
    color: #FFF;
    transition: 0.3s all linear;
}

.map iframe{
    width: 100%;
    height: 100%;
}

@media(max-width:964px) {
    .contact-container{
        margin:  0 auto;
        width: 90%;
    }
}

@media(max-width:700px) {
    .contact-container{
        grid-template-columns: 1fr;
        margin-top: 20rem !important;
       
    }
}

/*Contact*/


/*Footer*/

footer {
    background: #343b43;
    padding: 100px 0px;
    color: #FFF;
}

footer h3 {
    font-size: 26px;
    color: #FFF;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    color: #FFF;
    text-decoration: none;
}

ul.footer-social {
    margin: 20px 20px 20px;
    margin-left: 140px ; 
    padding: 0px;
}

ul.footer-social li {
    list-style: none;
    display: inline-flex;
}

ul.footer-social li a {
    width: 30px;
    height: 30px;
    background: #FFF;
    text-align: center;
    line-height: 30px;
    color: #000;
    border-radius: 50%;
    margin-right: 8px;
}

ul.footer-social li a:hover {
    background: #343b43;
    color: #FFF;
} 

.input-group {
    max-width: 407px;
}

.input-group button {
    padding: 9px 33px;
    border: 2px solid #00bec9;
    background: #00bec9;
    color: #FFF;
    font-size: 21px;
}

/*responisve css*/

@media (max-width:767px){
.banner-text {
    text-align: center;
}
}

.banner-text h1 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 36px;
}

.banner-text p {
    font-size: 15px;
}

section.banner-section {
    
    padding: 75px 0px 75px;
}

.banner-img {
    max-width: 500px;
    margin: 10px auto;
}
section.services-section {
    padding: 40px 0px 11px;
}	
section.text-section {
    padding: 40px 0px 81px;
}

h2 {
    font-size: 30px;
}

p {
    font-size: 15px;
}

.text-col h2, .text-col p {
    margin-bottom: 10px;
}

.map{
    margin: 20px;
    float: left;
}
    

section.text-section.animal-section {
    padding-bottom: 51px;
}

section.text-section.animal-section .text-col {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0;
}
section.shop-section {
    padding: 40px 0px 10px;
} 	
	
section.team-section {
    padding: 40px 0px 10px;
}	
.stats-section {
    padding: 30px 0px 30px;
}



.stats-box {
    margin-bottom: 30px;
}	
section.blog-section {
    padding: 40px 0px 20px;
}	
footer {
    padding: 40px 0px;
}

.footer-col {
    margin-bottom: 34px;
}

#tag {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
}


.navbar-light .navbar-toggler {
    background: #FFF;
}
 	
	
	
