@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-400-normal0.woff2) format('woff2');
font-weight: 400;
font-style: normal0;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-400-normal1.woff2) format('woff2');
font-weight: 400;
font-style: normal1;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-400-normal2.woff2) format('woff2');
font-weight: 400;
font-style: normal2;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-600-normal0.woff2) format('woff2');
font-weight: 600;
font-style: normal0;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-600-normal1.woff2) format('woff2');
font-weight: 600;
font-style: normal1;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-600-normal2.woff2) format('woff2');
font-weight: 600;
font-style: normal2;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-900-normal0.woff2) format('woff2');
font-weight: 900;
font-style: normal0;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-900-normal1.woff2) format('woff2');
font-weight: 900;
font-style: normal1;
}
@font-face {
font-family: 'poppins';
src: url(https://anahtarpartiduzce.com/wp-content/bcf-fonts/Poppins/poppins-900-normal2.woff2) format('woff2');
font-weight: 900;
font-style: normal2;
}*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
:root {
--primary-color: #002e5b; --secondary-color: #d32f2f; --text-color: #333333;
--background-color: #ffffff;
--light-gray: #f8f9fa;
--border-color: #eaeaea;
--font-heading: 'Montserrat', sans-serif;
--font-body: 'Open Sans', sans-serif;
--header-height: 80px;
}
body {
font-family: var(--font-body);
font-size: 16px;
line-height: 1.6;
color: var(--text-color);
background-color: var(--background-color);
overflow-x: hidden;
}
a {
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
img {
max-width: 100%;
height: auto;
display: block;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
font-weight: 700;
margin-bottom: 1rem;
color: var(--primary-color);
}
.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
} .text-center {
text-align: center;
}
.section-header {
margin-bottom: 60px;
}
.section-title {
font-size: 2.5rem;
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.section-line {
width: 60px;
height: 4px;
background: var(--secondary-color);
margin: 0 auto;
border-radius: 2px;
}
.btn {
display: inline-block;
padding: 12px 28px;
border-radius: 30px; font-weight: 700;
text-transform: uppercase;
font-size: 0.9rem;
cursor: pointer;
text-align: center;
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s, box-shadow 0.2s, background-color 0.3s;
}
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.btn-lg {
padding: 15px 40px;
font-size: 1rem;
}
.btn-primary {
background-color: var(--primary-color);
color: #fff;
}
.btn-primary:hover {
background-color: #001f3f;
color: #fff;
}
.btn-secondary {
background-color: var(--secondary-color);
color: #fff;
}
.btn-secondary:hover {
background-color: #b71c1c;
color: #fff;
}
.d-lg-none {
display: block;
}
@media (min-width: 992px) {
.d-lg-none {
display: none;
}
} .site-header {
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
position: sticky;
top: 0;
z-index: 1000;
} .top-bar {
background: var(--primary-color);
color: #fff;
padding: 10px 0;
font-size: 0.85rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-bar-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.top-bar a {
color: #fff;
margin-right: 20px;
display: inline-flex;
align-items: center;
opacity: 0.9;
}
.top-bar a:hover {
opacity: 1;
}
.top-bar i {
margin-right: 8px;
} .main-header {
padding: 0;
height: var(--header-height);
background: #fff;
}
.main-header-container {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
} .site-branding {
flex-shrink: 0;
max-width: 250px;
}
.site-branding img {
max-height: 60px;
width: auto;
}
.site-title {
font-size: 1.8rem;
margin: 0;
line-height: 1;
} .main-navigation {
flex-grow: 1;
display: flex;
justify-content: flex-end; align-items: center;
}
.main-navigation ul {
display: flex;
align-items: center;
}
.main-navigation li {
margin-left: 30px;
position: relative;
}
.main-navigation a {
font-weight: 700;
text-transform: uppercase;
color: var(--primary-color);
font-size: 0.9rem;
padding: 10px 0;
display: block;
letter-spacing: 0.5px;
}
.main-navigation a:hover {
color: var(--secondary-color);
}
.main-navigation .menu-btn a {
padding: 10px 25px !important;
color: #fff !important;
}
.main-navigation .menu-btn a:hover {
color: #fff;
} .main-navigation ul ul {
position: absolute;
top: 100%;
left: -20px;
background: #fff;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
min-width: 220px;
display: none;
flex-direction: column;
padding: 15px 0;
z-index: 1001;
border-radius: 0 0 4px 4px;
border-top: 3px solid var(--secondary-color);
}
.main-navigation li:hover>ul {
display: flex;
}
.main-navigation ul ul li {
margin: 0;
}
.main-navigation ul ul a {
padding: 10px 25px;
font-size: 0.9rem;
text-transform: none;
border-bottom: 1px solid #f5f5f5;
}
.main-navigation ul ul a:hover {
background: #f9f9f9;
} .header-actions {
margin-left: 20px;
display: flex;
align-items: center;
}
.search-toggle,
.menu-toggle {
background: none;
border: none;
font-size: 1.2rem;
color: var(--primary-color);
cursor: pointer;
padding: 8px;
transition: color 0.3s;
}
.search-toggle:hover,
.menu-toggle:hover {
color: var(--secondary-color);
}
.menu-toggle {
display: none;
margin-right: 10px;
font-size: 1.5rem;
} @media (max-width: 991px) {
.menu-toggle {
display: block;
}
.main-navigation {
position: fixed;
top: 0;
right: -300px; width: 300px;
height: 100vh;
background: #fff;
box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
flex-direction: column;
justify-content: flex-start;
padding: 80px 30px 30px;
transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 1002;
}
.main-navigation.active {
right: 0;
}
.menu-close {
position: absolute;
top: 25px;
right: 25px;
background: none;
border: none;
font-size: 1.8rem;
color: var(--primary-color);
cursor: pointer;
}
.main-navigation ul {
flex-direction: column;
width: 100%;
align-items: flex-start;
}
.main-navigation li {
margin: 0;
width: 100%;
border-bottom: 1px solid #eee;
}
.main-navigation a {
padding: 15px 0;
font-size: 1.1rem;
}
.main-navigation .menu-btn {
margin-top: 30px;
border: none;
}
.main-navigation .menu-btn a {
width: 100%;
text-align: center;
}
} .intro-section {
padding: 80px 0;
text-align: center;
background-color: #fff;
}
.intro-section h1 {
font-size: 2.5rem;
margin-bottom: 30px;
color: var(--primary-color);
}
.intro-section p {
font-size: 1.1rem;
line-height: 1.8;
color: #555;
max-width: 900px;
margin: 0 auto;
} .hero-section {
position: relative;
width: 100%;
max-width: 1200px; height: 500px; margin: 0 auto; background-color: #f0f2f5;
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
overflow: hidden;
}
.hero-slides-container {
position: relative;
width: 100%;
height: 100%;
}
.hero-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
transition: opacity 1s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.hero-slide.active {
opacity: 1;
z-index: 2;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4); z-index: 1;
}
.hero-container {
position: relative;
z-index: 3;
text-align: center;
width: 100%;
max-width: 900px;
}
.hero-title {
font-size: 3.5rem;
margin-bottom: 20px;
color: #fff;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.hero-subtitle {
font-size: 1.3rem;
margin: 0 auto 40px;
color: #fff;
font-weight: 300;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
} .slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
font-size: 1.5rem;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
z-index: 10;
transition: all 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.slider-btn:hover {
background: rgba(0, 0, 0, 0.6);
transform: translateY(-50%) scale(1.1);
}
.slider-prev {
left: 30px;
}
.slider-next {
right: 30px;
}
.slider-dots {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 12px;
z-index: 10;
}
.dot {
width: 12px;
height: 12px;
background: rgba(255, 255, 255, 0.4);
border-radius: 50%;
cursor: pointer;
transition: all 0.3s;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.dot.active {
background: #fff;
transform: scale(1.2);
}
@media (max-width: 768px) {
.hero-section {
height: auto;
min-height: 500px; }
.hero-title {
font-size: 2rem;
}
.hero-subtitle {
font-size: 1rem;
}
.slider-btn {
width: 40px;
height: 40px;
font-size: 1.2rem;
}
.slider-prev {
left: 10px;
}
.slider-next {
right: 10px;
}
} .policies-section {
padding: 100px 0;
background: #fff;
}
.policies-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
}
.policy-card {
background: #fff;
padding: 0; border-radius: 4px; border: none;
text-align: left; overflow: hidden;
transition: all 0.3s ease;
}
.policy-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.policy-image {
width: 100%;
height: 250px; overflow: hidden;
background: #f0f0f0;
}
.policy-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.policy-card:hover .policy-image img {
transform: scale(1.05); }
.placeholder-icon {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 4rem;
color: #ccc;
background: #f9f9f9;
}
.policy-content {
padding: 30px 0; } .policy-content {
padding: 25px 0 0 0; }
.policy-card h3 {
font-size: 1.8rem;
font-weight: 800;
margin-bottom: 20px;
color: #000; line-height: 1.2;
}
.policy-excerpt {
color: #555;
margin-bottom: 30px;
font-size: 1rem;
line-height: 1.6;
}
.btn-policy {
display: inline-flex;
align-items: center;
background-color: #001f3f; color: #fff;
padding: 12px 30px;
font-weight: 600;
text-transform: uppercase;
font-size: 0.9rem;
border-radius: 4px; transition: all 0.3s;
}
.btn-policy i {
margin-left: 10px;
transition: margin-left 0.3s;
}
.btn-policy:hover {
background-color: var(--secondary-color); color: #fff;
}
.btn-policy:hover i {
margin-left: 15px;
} .latest-news {
padding: 100px 0;
background-color: var(--light-gray);
}
.news-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.news-item {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.news-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.news-image-wrapper {
position: relative;
height: 220px;
overflow: hidden;
}
.news-image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.news-item:hover .news-image-wrapper img {
transform: scale(1.05);
}
.placeholder-image {
width: 100%;
height: 100%;
background: #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
color: #999;
font-size: 3rem;
}
.news-date {
position: absolute;
top: 15px;
left: 15px;
background: var(--secondary-color);
color: #fff;
padding: 8px 12px;
border-radius: 4px;
text-align: center;
line-height: 1;
}
.news-date .day {
display: block;
font-size: 1.2rem;
font-weight: 700;
}
.news-date .month {
display: block;
font-size: 0.8rem;
text-transform: uppercase;
}
.news-content {
padding: 25px;
}
.news-content h4 {
font-size: 1.2rem;
margin-bottom: 15px;
line-height: 1.4;
}
.news-content h4 a {
color: var(--primary-color);
}
.news-content h4 a:hover {
color: var(--secondary-color);
}
.news-excerpt {
font-size: 0.9rem;
color: #666;
margin-bottom: 20px;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.btn-text {
color: var(--secondary-color);
font-weight: 700;
font-size: 0.9rem;
display: inline-flex;
align-items: center;
}
.btn-text i {
margin-left: 5px;
font-size: 0.8rem;
} .site-footer {
background: #0d1b2a;
color: #a0a0a0;
padding: 80px 0 30px;
margin-top: 0;
}
.widget-title {
color: #fff;
font-size: 1.2rem;
margin-bottom: 25px;
position: relative;
padding-bottom: 15px;
}
.widget-title::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 30px;
height: 2px;
background: var(--secondary-color);
}
.footer-widget-area ul li {
margin-bottom: 12px;
}
.footer-widget-area a:hover {
color: #fff;
padding-left: 5px;
} @media (max-width: 768px) { .container {
width: 95%;
padding: 0 15px;
} .top-bar-container {
flex-direction: column;
gap: 5px;
text-align: center;
}
.top-bar-left,
.top-bar-right {
width: 100%;
justify-content: center;
display: flex;
}
.top-bar a {
margin: 0 10px;
} .site-branding {
max-width: 180px;
}
.site-branding img {
max-height: 45px;
} .hero-section {
padding: 80px 0 60px;
}
.hero-title {
font-size: 2rem;
line-height: 1.2;
}
.hero-subtitle {
font-size: 1rem;
margin-bottom: 30px;
}
.hero-buttons {
flex-direction: column;
gap: 15px;
}
.hero-buttons .btn {
width: 100%;
} .policies-grid,
.news-grid,
.footer-widgets {
grid-template-columns: 1fr; gap: 20px;
} .policies-section,
.latest-news {
padding: 50px 0;
}
.section-title {
font-size: 1.8rem;
} .site-footer {
padding: 50px 0 20px;
text-align: center;
}
.widget-title::after {
left: 50%;
transform: translateX(-50%);
}
.site-info .container {
flex-direction: column;
gap: 10px;
}
}