/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(--value)
    }
}

@keyframes background_animation {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}

@keyframes ripple {
    from {
        opacity: 0.7;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 1px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1.5);
        transform-origin: center;
        border-width: 10px;
    }
}


:root {
    --dark-bg: #111111;
    --secondary-dark: #222222;
    --accent-color: #DCBB05; /* MENÜ AKTİF RENK */
    --accent-color-1: #111111;
    --accent-color-2: #cd5a91;
	 --accent-color-5: #DCBB05;
	  --accent-color-6: #000000;
    --gray-color: #aaaaaa;
	
	
	
/* 1️⃣ Google Fonts Raleway ekle */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

/* 2️⃣ CSS değişkenleri */
:root {
    --font-primary: 'Raleway', sans-serif;
}

/* 3️⃣ Tüm site yazı fontunu Raleway yap */
body, body * {
    font-family: var(--font-primary) !important;
}

/* 4️⃣ Başlık boyutları */
h1 { font-size: 100px; font-family: var(--font-primary) !important; }
h2 { font-size: 72px;  font-family: var(--font-primary) !important; }
h3 { font-size: 50px;  font-family: var(--font-primary) !important; }
h4 { font-size: 32px;  font-family: var(--font-primary) !important; }
h5 { font-size: 24px;  font-family: var(--font-primary) !important; }
h6 { font-size: 18px;  font-family: var(--font-primary) !important; }

/* 5️⃣ Liste ve resim ayarları */
ul { list-style: none; }
img { object-fit: cover; }

/* 6️⃣ Section ayarları */
section {
    background-size: cover;
    background-position: center;
}


button,
a[type="button"] {
    padding-inline: 2rem;
    padding-block: 1.1rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
	font-size: 16px;
}

button.button {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    border: 2px solid var(--accent-color);
    text-decoration: none;
    transition: all 0.5s;
    color: white;
}

button.button:hover {
    background-color: var(--accent-color);
    color: white;
    filter: brightness(0.8);
}

a:hover {
    color: var(--accent-color);
}

button:hover,
a[type="button"]:hover {
    background-color: var(--accent-color);
    color: white;
    filter: brightness(0.8);
}

a {
    text-decoration: none;
}




/* Menü arka planı */
.sticky-top {
    background-color: #000 !important; /* siyah arka plan */
}

/* Navbar içindeki linkler */
.navbar .nav-link {
    color: white !important; /* normal link rengi */
    transition: color 0.3s;
}

/* Hover ve aktif link rengi */
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--accent-color) !important; /* örnek: kırmızı veya istediğin renk */
}


























.font-1 {
    font-family: var(--font-1);
}

.font-2 {
    font-family: var(--font-2);
}


.form input,
.form textarea {
    background-color: white;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.form input:focus,
.form textarea:focus {
    box-shadow: none;
}

.form input::placeholder,
.form textarea::placeholder {
    color: #88888893;
}

.form .submit_form {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe:hover{
    background-color: var(--dark-bg);
    color: white;
    filter: none;
}

.maps {
    width: 100%;
    height: 280px;
    /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
}

#header {
    transition: all 0.5s ease;
}





.nav-item.dropdown .dropdown-toggle::after {
    border-top: 0.7em solid;     /* Normal menü önce 0.5em idi, şimdi biraz daha büyük */
    border-right: 0.7em solid transparent;
    border-left: 0.7em solid transparent;
    margin-left: 8px;           /* yazıdan boşluk */
    vertical-align: middle;
}

















.nav-link {
    border-bottom: 2px solid transparent;
    font-size: 15px;
	font-weight: 700;
}

.nav-link:hover {
    color: var(--accent-color);
}

.nav-link.active {
    color: var(--accent-color) !important;
}

.nav-link:focus {
    color: var(--accent-color) !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    background-color: white;
    border-radius: 0;
    border: none;
    padding: 0;
    padding-block: 0.5rem;
    box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
	font-size: 16px;
}

.dropdown-item {
    padding-block: 0.5rem;
}

.dropdown-item.active {
    color: var(--accent-color);
    background-color: transparent;
}

.dropdown-item:hover {
    color: var(--accent-color);
    background-color: transparent;
}

.dropdown-item:focus {
    color: var(--accent-color);
}

.section {
    padding: 1em 2em 4em 2em;
    overflow: hidden;
}

.r-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.bg-dark-color {
    background-color: var(--dark-bg);
}

.bg-dark-transparent {
    background-color: #232323b7;
}

.bg-secondary-dark {
    background-color: var(--secondary-dark);
}

.bg-accent-color {
    background-color: var(--accent-color);
}

.bg-accent-color-1 {
    background-color: #140D0D;   /* header arka plan */
}

.bg-accent-color-2 {
    background-color: var(--accent-color-2);
}

.accent-color {
   color: #000;
   font-size: 40px;
}



.alt-color {
   color: #EC9433;
   font-size: 25px;
}







.accent-color-1 {
    color: #333333;
}

.accent-color-2 {
    color: var(--accent-color-2);
}

.border-accent-color {
    border-color: var(--accent-color) !important;
}

.border-accent-color-1 {
    border-color: var(--accent-color-1) !important;
}

.border-accent-color-2 {
    border-color: var(--accent-color-2) !important;
}

.text-gray {
    color: var(--gray-color) !important;
}

.bg-accent-color-hover:hover {
    background-color: var(--accent-color);
    color: white;
}

.btn-dark {
    background-color:#000;
    color: white;
    border: none;
	
	
}

.btn-dark:hover {
    background-color:#333333;
    color: white;
    border: none;
	
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay-2 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--accent-color);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay-3 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.overlay {
    background-image: url(../image/bg.png);
    background-size: contain;
    background-position: center;
    position: absolute;
   
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 65% auto;
    opacity: 1;
}

.overlay.right {
    background-position: center right;
}

.overlay.left {
    background-position: center left;
}






















.logo-container {
    max-width: 270px;
}

.divider {
    display: flex;
    align-items: center;
}

.divider::after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 3px solid var(--accent-color);
    max-width: 80px;
    min-width: 80px;
}

.divider-before::before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 3px solid var(--accent-color);
    max-width: 80px;
    min-width: 80px;
}

.divider-element {
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

.image-infinite-bg {
    height: 90vh;
}

.animation-bg {
    animation: background_animation 10s forwards;
}

.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: #a8a8a8;
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 20px;
    background-color: var(--secondary-progress-color);
    display: flex;
    /* border-radius: 3px; */
    overflow: hidden;
}

.r-progress-bar .progress-value {
    height: 100%;
    width: calc(var(--progress) * 1%);
    background-color: var(--progress-color);
    position: relative;
    /* border-radius: 3px; */
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: black;
}

.r-progress-bar.percentage-label::after {
    counter-reset: percentage var(--progress);
    content: counter(percentage) '%';
    display: block;
    position: absolute;
    left: calc((var(--progress) * 1%) - 3rem);
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: white;
    font-size: 15px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-family: var(--font-1);
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.social-item {
    border-radius: 30%;
    aspect-ratio: 1/1;
    font-size: 20px;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #E40726;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.social-item.bg-accent-color-1 {
    background-color: var(--accent-color-1);
}

.social-item:hover {
    background-color: var(--dark-bg);
    color: white;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--accent-color);
    border: none;
    position: relative;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.breadcrumb .breadcrumb-item>a {
    color: white;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--accent-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.swiper-pagination {
    margin-block: 1rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.video-container {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 5rem;
    background-color: transparent;
    border: solid 2px white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.border-custom {
    border-width: 0px 1px 0px 0px;
    border-color: var(--accent-color);
    border-style: solid;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.5rem;
    aspect-ratio: 1/1;
    width: 4rem;
    height: 4rem;
}

.request-loader {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50% !important;
    background-color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	font-size: 30px;
}

.request-loader:hover {
    color: #464646;
    background-color: var(--accent-color);
}


.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: rgb(238, 238, 238);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%;
}

.post-button {
    background-color: transparent;
    color: var(--accent-color) !important;
    border: none !important;
}

.post-button:hover {
    background-color: transparent !important;
    color: var(--accent-color) !important;
    transform: scale(1.15);
}

.card.with-border-bottom {
    border-bottom: 3px solid var(--accent-color) !important;
}

.list-group .list-group-item {
    border: none;
    border-radius: 5px;
}

.list-group .list-group-item.active {
    background-color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: var(--accent-color);
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: var(--accent-color);
    color: white;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 5px;
}

.accordion-button {
    background-color: #f6f6f6;
    border-radius: 5px;
}

.accordion-button:hover {
    filter: none;
}

.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-item{
    border: none;
}


@media only screen and (max-width:993px) {
    h1 {
        font-size: 68px;
    }

    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 36px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 14px;
    }

    .section {
        padding: 0em 2em 6em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
        background-size: cover !important;
    }

    #header {
        background: rgba(19, 19, 19, 0.88);
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }
}





.bg-accent-color-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}











.funfacts-one-section {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 20px; /* Arka plan yüksekliği artırıldı */
}

.funfacts-one-single {
    display: flex;
    align-items: center;      /* Dikey ortala */
    justify-content: center;  /* Yatay ortala */
    margin-bottom: 30px;
    background: #fff;
    padding: 27px;
    border-radius: 25px;
}


.funfacts-one-single .icon i {
    font-size: 60px; /* İkon boyutu arttırıldı */
    color: var(--thm-primary, red);
}

.funfacts-one-single .content {
    margin-left: 0px;
}

.funfacts-one-single .content h2 {
    color: #2C2E54;
    font-size: 40px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.funfacts-one-single .content p {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin: 0;
}






/* Mobil görünüm için (lg altı) */
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    position: relative;
    padding-bottom: 0.5rem; /* çizgi ile metin arası boşluk */
  }

  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; /* çizgi kalınlığı */
    background-color: rgba(0, 0, 0, 0.3); /* flu siyah */
    border-radius: 5px; /* köşeleri hafif yuvarlat */
  }
}





@media (max-width: 991.98px) {
    .nav-item.dropdown .dropdown-toggle::after {
        content: "+";             
        font-size: 2.5em;         
        font-weight: bold;
        color: red;
        margin-left: 12px;       /* yazının biraz daha sağına kaydırıldı */
        display: inline;          /* inline-block yerine inline, gri arka planı kaldırır */
        vertical-align: middle;   
        line-height: 1;           
        position: relative;        
        top: 0;                    

        /* Eski üçgen / çizgi stilini sıfırla */
        width: auto;
        height: auto;
        border: none;
        border-left: none;
        border-right: none;
        border-top: none;
    }
}











/* Preloader kapsayıcı */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* arka plan rengi */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Yüklenme animasyonu */
.loader {
  border: 8px solid #000; /* açık gri çerçeve */
  border-top: 8px solid #E40726; /* mavi dönen kısım */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* Dönen animasyon */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Preloader kaybolma efekti */
#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}




/* Sadece resim hover efekti - hafif büyüme */
.card-img-top {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-img-top:hover {
  transform: scale(1.02) translateY(-3px); /* %2 büyüme ve 3px yukarı kayma */
  box-shadow: 0 6px 10px rgba(0,0,0,0.25); /* hafif gölge */
}













.menu-item {
    display: flex;
    align-items: center; /* Dikey ortalama */
    gap: 10px;
    margin-bottom: 15px;
}

.menu-item img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.menu-item p {
    margin: 0;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 16px;
    line-height: 1.3;  /* yazının ortalanmasını düzeltir */
    display: flex;
    align-items: center; /* YAZIYI DA ortalar */
}




/* Dil linkleri */
.language-links .nav-link {
    color: #DCBB05 !important; /* normal renk */
    transition: color 0.3s;
    padding: 0 2px;
    font-size: 1.6rem;
}

/* Hover rengi */
.language-links .nav-link:hover {
    color: #ffffff !important;
}

/* “-” aralarındaki boşluk */
.language-links span {
    color: #DCBB05;
    user-select: none;
}

/* Responsive: mobilde alt alta */
@media (max-width: 991.98px) { /* Bootstrap lg breakpoint altı */
    .nav-item.d-flex.align-items-center {
        flex-direction: column !important; /* dikey yığılım */
        align-items: flex-start !important; /* sol hizalama */
    }
    .nav-item.d-flex.align-items-center .language-links {
        margin-left: 0 !important;
        margin-top: 5px; /* üstten boşluk */
    }
    .language-links .nav-link {
        padding: 0 4px;
    }
    .language-links span {
        display: none; /* tireleri gizleyebilirsin mobilde */
    }
}




/* Google Fonts linkini head kısmına ekle */
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap" rel="stylesheet">

/* Genel Sıfırlama ve Font Ayarları */
body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif; /* Tüm sayfa için Montserrat */
    color: #333;
    box-sizing: border-box;
}








.semi-trailer-hero {
    display: flex;
    max-width: 1500px; /* İçerik maksimum genişliği */
    margin: 50px auto 0 auto; /* Ortalanmış */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #565D60; /* Gri arka plan */
    padding: 20px; /* İç boşluk */
    border-radius: 10px; /* İsteğe bağlı köşeler */
    box-sizing: border-box;
    width: 100vw; /* Gri kutu tam sayfa genişliği */
    left: 0;
    right: 0;
}

.semi-trailer-hero > .column {
    flex: 1;
}









/* Sütunların Genel Stili */
.column {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

/* Sol Sütun: Görsel Alanı */
.image-column {
    background-color: #f7f7f7;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Taşmaları gizle */
    position: relative;
    margin: 0;
    padding: 0;
}

/* Sol resim */
.trailer-image {
    width: 100%;
    height: 500px; /* Sabit yükseklik */
    object-fit: cover;
    display: block; /* Alt boşluğu kaldırır */
    margin: 0;
    padding: 0;
}

/* Sağ Sütun: İçerik Alanı (Sarı Arka Plan) */
.content-column {
    background-color: #ffc900;
    position: absolute; /* Sol resmin üstüne binmesi için */
    top: 35px; /* Sarı kutuyu biraz aşağı kaydır */
    left: 60%; /* Sol resmin üzerine taşı */
    width: 50%;
    height: 450px; /* Sabit yükseklik */
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 50px; /* İçerik boşluğu */
}

/* İçeriğin Kapsayıcısı */
.content-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

/* Başlık Stili */
.content-wrapper h1 {
    font-size: 3.5em;
    line-height: 1.1;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #000;
}

/* Paragraf Stili */
.content-wrapper p {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0 0 15px 0;
    color: #333;
}

/* Buton Stili */
.cta-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #333;
}

/* Mobil Uyum (768px altı) */
@media (max-width: 768px) {
    .semi-trailer-hero {
        flex-direction: column;
        margin: 0; /* Dış boşluğu kaldır */
        padding: 0;
    }

    .image-column {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .trailer-image {
        width: 100%;
        height: auto; /* Resim boyutu otomatik */
        display: block;
        margin: 0;
        padding: 0;
    }

    .content-column {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }

    .content-wrapper {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .content-wrapper h1 {
        font-size: 2em;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }

    .content-wrapper p {
        font-size: 1em;
        line-height: 1.5;
        margin: 0 0 10px 0;
    }
}















body, body * {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400; /* normal */
    font-size: 16px;  /* varsayılan metin boyutu */
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700; /* başlıklar kalın */
}






.kare-ikon {
    display: inline-block;
    width: 15px;          /* kare boyutu */
    height: 15px;
    background-color: #DCBB05; /* sarı renk */
    border-radius: 2px;   /* istersen yuvarlatılmış köşe */
    margin-right: 6px;
}




.kare-ikon1{
    display: inline-block;
    width: 15px;          /* kare boyutu */
    height: 15px;
    background-color: #000; /* sarı renk */
    border-radius: 2px;   /* istersen yuvarlatılmış köşe */
    margin-right: 6px;
}



