@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {font-size:16px;}
body {font-family: "Open Sans", serif; font-size:0.938rem; }

a,a:visited { text-decoration:none;}
a:hover { text-decoration:none; }

p:last-child { margin-bottom:0;}

.tema-bg { background:#2A3890; }
.tema-bg-2 { background:#ED1C24; }
.tema-bg:hover, .tema-bg-2:hover { background:#999; color:#fff; }
.tema-color { color:#2A3890; } 
.tema-color-2 { color:#ED1C24; }

.list-group-item:hover, .list-group-item:hover a  { background:#ED1C24; color:#fff; }
.list-group-item a { color:#000; }
.list-group-item a:hover { color:#fff; }

.btn {
  padding: 0;
  cursor: pointer;
  border-width: 1px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 7px 15px -13px rgba(0, 0, 0, 0.17);
  border: none;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important; }
  .btn small {
    background: #e6e6e6;
    padding: 2px 8px;
    color: rgba(0, 0, 0, 0.3); }
  .btn .icon {
    width: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1); }
    .btn .icon i {
      font-size: 30px; line-height: 60px; }
    .btn .icon.icon-left {
      left: 0; }
    .btn .icon.icon-right {
      right: 0; }
    .btn .icon.icon-primary {
      background: #6c5ce7; }
      .btn .icon.icon-primary i {
        color: #fff; }
    .btn .icon.icon-secondary {
      background: #1ee3cf; }
      .btn .icon.icon-secondary i {
        color: #fff; }
    .btn .icon.icon-tertiary {
      background: #ff00c8; }
      .btn .icon.icon-tertiary i {
        color: #fff; }
    .btn .icon.icon-quarternary {
      background: #a1dd70; }
      .btn .icon.icon-quarternary i {
        color: #fff; }
  .btn .text {
    width: calc(100% - 60px); }
    .btn .text h4 {
      font-size: 22px;
      margin-bottom: 0; }
  .btn.btn-primary {
    background: #6c5ce7;
    border-color: #6c5ce7;
    color: #fff; }
    .btn.btn-primary .text span {
      color: rgba(255, 255, 255, 0.8); }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #4430e0 !important;
      background: #4430e0 !important; }
    .btn.btn-primary.btn-link {
      background: transparent;
      color: #fff;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .btn.btn-outline-primary {
    color: #6c5ce7;
    border-color: #6c5ce7; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
      color: #fff;
      background: #6c5ce7; }
  .btn.btn-secondary {
    color: #fff;
    border-color: #1ee3cf;
    background: #1ee3cf; }
    .btn.btn-secondary .text span {
      color: rgba(255, 255, 255, 0.8); }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus {
      border-color: #17b7a7 !important;
      background: #17b7a7 !important; }
    .btn.btn-secondary.btn-link {
      color: #1ee3cf;
      background: transparent; }
  .btn.btn-outline-secondary {
    color: #1ee3cf;
    border-color: #1ee3cf; }
    .btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
      color: #fff;
      background: #1ee3cf; }
  .btn.btn-tertiary {
    color: #fff;
    background: #ff00c8;
    border-color: #ff00c8; }
    .btn.btn-tertiary .text span {
      color: rgba(255, 255, 255, 0.8); }
    .btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
      border-color: #cc00a0 !important;
      background: #cc00a0 !important; }
    .btn.btn-tertiary.btn-link {
      color: #ff00c8;
      background: transparent; }
  .btn.btn-outline-tertiary {
    color: #ff00c8;
    border-color: #ff00c8; }
    .btn.btn-outline-tertiary:hover, .btn.btn-outline-tertiary:focus {
      color: #fff;
      background: #ff00c8; }
  .btn.btn-quarternary {
    color: #fff;
    border-color: #a1dd70;
    background: #2A3890; }
    .btn.btn-quarternary .text span {
      color: rgba(255, 255, 255, 0.8); }
    .btn.btn-quarternary:hover, .btn.btn-quarternary:focus {
      border-color: #3A4EC1 !important;
      background: #3A4EC1 !important; }
    .btn.btn-quarternary.btn-link {
      color: #a1dd70;
      background: transparent; }
  .btn.btn-outline-quarternary {
    color: #a1dd70;
    border-color: #a1dd70; }
    .btn.btn-outline-quarternary:hover, .btn.btn-outline-quarternary:focus {
      color: #fff;
      background: #a1dd70; }
  .btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000; }
    .btn.btn-white .text span {
      color: rgba(0, 0, 0, 0.3); }
  .btn.btn-round {
    border-radius: 40px; }
  .btn.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000; }
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 5px 20px;
    font-size: 12px; }
  .btn.btn-lg, .btn-group-lg > .btn {
    padding: 17px 24px;
    font-size: 16px; }
  .btn.btn-fb {
    background: #4f69a2;
    border-color: #4f69a2;
    color: #fff; }
  .btn.btn-twitter {
    background: #69b6f0;
    border-color: #69b6f0;
    color: #fff; }
  .btn.btn-googleplus {
    background: #de5e50;
    border-color: #de5e50;
    color: #fff; }
  .btn.btn-linkedin {
    background: #2884ba;
    border-color: #2884ba;
    color: #fff; }
  .btn.btn-pinterest {
    background: #d03940;
    border-color: #d03940;
    color: #fff; }
  .btn.btn-dribbble {
    background: #ea6294;
    border-color: #ea6294;
    color: #fff; }
  .btn.btn-outline {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    background: transparent; }
    .btn.btn-outline:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.05); }


.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    /*padding: 8px 14px;
    border-radius: 35px;*/
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    /*padding: 6px 0px;
    border-radius: 15px;*/
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
header .btn-circle {
    width: 30px;
    height: 30px;
    /*padding: 0;
    border-radius: 50%;*/
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-top: calc((48px - 30px) / 2);
    vertical-align: middle;
}
.btn-circle:hover {background:#ED1C24;color:#fff;}
.lang {background:#F8F9FA; color:#444; }
.act-lang {background:#ED1C24; color:#fff; }

.refresh-button { 
    background-color: #2A3890;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}




.facebook { background:blue; color:#fff; }
.x { background:#1DA1F2; color:#fff; }
.instagram { background:#E4405F; color:#fff; }
.youtube { background:#FF0000; color:#fff; }
.linkedin { background:	#0077B5; color:#fff; }

.icon-bg { background:#2A3890; color:#fff;     -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10);
            box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10);  
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
	
	.icon-bg:hover {     -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }

.logo { height:48px; width:auto;}
.baslik { display:block; margin-top:6px; }
.o-mt-5px { margin-top:5px; }
.o-mt-10px { margin-top:10px; }
.o-mt-15px { margin-top:15px; }
.o-mt-20px { margin-top:20px; }
.o-mt-30px { margin-top:30px; }
.o-mb-30px { margin-bottom:30px; }
.o-mb-20px, .o-mb-20 { margin-bottom:20px; }
.o-mb-15px { margin-bottom:15px; }
.o-mb-10px { margin-bottom:10px; }
.o-mr-10px { margin-right:10px; }
.o-mr-15px { margin-right:15px; }
.o-ml-15px { margin-left:15px; }
.o-pr-30px { padding-right: 30px; }
.o-pr-15px { padding-right: 15px; }
.o-pl-15px { padding-left: 15px; }
.o-pl-30px { padding-left: 30px; }
.o-pall-15px { padding: 15px; }
.o-pall-5px { padding: 5px; }
.o-pall-30px { padding: 30px; }
.o-btn-pad { padding: 8px 14px; }

.o-fs-12px { font-size:12px; }
.o-fs-13px { font-size:13px; }
.o-fs-14px { font-size:14px; }
.o-fs-15px { font-size:15px; }
.o-fs-16px { font-size:16px; }
.o-fs-17px { font-size:17px; }
.o-fs-18px { font-size:18px; }
.o-fs-19px { font-size:19px; }
.o-fs-20px { font-size:20px; }
.o-fs-22px { font-size:22px; }
.o-fs-24px { font-size:24px; }
.o-fs-26px { font-size:26px; }
.o-fs-28px { font-size:28px; }
.o-fs-30px { font-size:30px; }
.o-fs-32px { font-size:32px; }
.o-fs-36px { font-size:36px; }
.o-fs-40px { font-size:40px; }
.o-fs-44px { font-size:44px; }

.o-fs-0813rem { font-size:0.813rem; }
.o-fs-0875rem { font-size:0.875rem; }
.o-fs-0938rem { font-size:0.938rem; }
.o-fs-1rem { font-size:1rem; }
.o-fs-2rem { font-size:2rem; }
.o-fs-3rem { font-size:3rem; }
.o-fs-4rem { font-size:4rem; }
.o-fs-5rem { font-size:5rem; }

.form-control, .form-select {font-size:0.875rem;}

.weather-icon {
    font-size: 48px;
    color: #3498db;
    margin-bottom: 20px;
}
.offcanvas-body p {
    font-size: 15px;
    margin-bottom: 10px;
}
.offcanvas-body img {
border-radius: 10px;
}
.offcanvas {
  height: 100%; /* Tüm ekranı kaplasın */
  overflow-y: auto; /* Kaydırma aktif */
}

.install-app-x {
  display: none;
}

/* accordion style 03 */
.accordion-style-03 .panel { margin-bottom: 22px}
.accordion-style-03 .panel .panel-heading { padding: 18px 25px 18px 0; position: relative; }
.accordion-style-03 .panel .panel-heading i { position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.accordion-style-03 .panel .panel-body { padding: 0 20px 30px 0; }

.accordion-style-03 .list-group-item a:hover, .accordion-style-03 .list-group-item:hover, .accordion-style-03 .list-group-item:hover a  { background:#ED1C24; color:#fff; }
