/* Roboto fontunu Google Fonts üzerinden çağırma */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

* {
    font-family: 'Lato', sans-serif;
    line-height: 1.7;

}

#slider-container {
    max-height: 500px;
    overflow: hidden;
}

.carousel-item {
    max-height: 500px;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#cnc-section {
    /*display: block;
    justify-content: space-between;
    align-items: center;*/
    padding: 50px 0;
}

#cnc-description {
    /*max-width: 600px;*/
}

#cnc-image {
    max-width: 100%;
    height: auto;
}

#banner-section {
    background-color: #96351E;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

#whatsapp-button {
    background-color: #25D366;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/*
.article-section {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
*/

.article-block {
    /*width: 30%;*/
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    text-align: center;
}

.article-block img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s;
}
.article-block img:hover {
	transform: scale(1.1);
	/*transition: transform 0.5s ease;*/
}

.read-more-btn {
    margin-top: 15px;
}

#map-section {
    width: 100%;
    height: 400px;
    /* margin-top: 50px; */
}

/* Footer Stil */
#footer-section {
    background-color: #343a40;
    color: #fff;
    padding: 20px 0;
    width: 100%;
}

#footer-section a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

/* İletişim Bilgileri */
#contact-info {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #333; /* Yazı rengini değiştir */
}

#contact-info a {
    color: #333;
}

.bi {
    color: #96351E; /* Icon rengini değiştir */
}

.navbar-brand img {
    max-width: 200px;
    height: auto;
}

#whatsapp-button {
	transition: background-color 0.5s, transform 0.3s;
}

#whatsapp-button:hover {
	background-color: #96351E; /* İstediğiniz renk */
}
#map-section {
	position: relative;
}

#contact-info-box {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #fff;
	padding: 20px;
	max-width: 300px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

#contact-info-box h4 {
	color: #96351E;
	font-size: 1.5em;
	margin-bottom: 15px;
}

#contact-info-box p {
	color: #333;
	font-size: 1em;
	margin-bottom: 10px;
}

#contact-info-box a {
	color: #96351E;
	text-decoration: none;
	font-weight: bold;
}
#contact-info-box a:hover {
	color: #161B21;
}


#contact-info-box i {
	margin-right: 10px;
	color: #96351E;
}


#scrollToTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #96351E;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#scrollToTopBtn:hover {
	background-color: #128C7E;
}

.contact-icon {
	color: #96351E;
	margin-right: 5px; /* Yatay boşluk ekleyelim */
}