@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Noto Sans", sans-serif;
  box-sizing:border-box;
  margin: 0;
  padding: 0;
}
button
{
    background-color:#f0f0f0 !important;
}
.swal2-confirm {
  background-color: #3085d6 !important; 
  color: white !important; 
  border: none; 
}

.swal2-cancel {
  background-color: #d33 !important;
  color: white !important; 
  border: none; 
}

body {
  color: #000;
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
}
a {
  color: #000;
  text-decoration: none;
  margin-bottom: 0.313rem;
}
h5 {
  /**font-size: 1.25rem; **/
  font-weight: 700;
  margin-bottom: 1rem;
}
a:hover {
  color: #000;
}
.center-button {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: auto;
}

.section h2 {
  font-size: 3rem;
  font-weight: 800;
}
.section {
  padding: 4rem 0;
}
#logout
{
  background-color: #c00 !important;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

h6 {
  padding-top: 0.625rem;
  color: #c00;
}
.section h3 {
  font-weight: 600;
}

.container h4 {
  color: #c00;
  margin-bottom: 1.25rem;
}
.readmore {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #000;
  padding: 0.625rem 15px;
  /**font-size: 0.75rem;**/
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
}

#ch:checked ~ .index-content {
  display: block;
  margin-bottom: 1.5rem;
}
#ch:checked ~ .checked {
  display: none;
}
.index-content {
  display: none;
}
.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #ebecec;
  border: 1px solid transparent;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.İletişim-bilgileri {
  /**font-size: 0.875rem;**/
  color: #333;
  font-weight: 500;
  display: block;
  margin-top: 6.25rem;
}

/*contact us page*/
.custom-textarea {
  height: 250px;
  resize: none;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #c00;
}

.custom-navmenu .custom-menu,
.custom-navmenu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu {
  margin-bottom: 0;
  font-size:  0.625rem;
}

.custom-navmenu a {
  color: #fff;
  padding: 0.625rem 0 !important;
}

.custom-navmenu a:hover {
  text-decoration: none;
}

.custom-navmenu.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  color: #fff;
  font-size: 1.25rem;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a, #logout {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover, a.active, #logout:hover {
  color: #fff;
}

.custom-navmenu .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu .nav-link:hover,
.custom-navmenu .nav-link.active {
  color: #fff;
}

.custom-navmenu .row {
  display: flex;
  flex-wrap: wrap;
}

.custom-navmenu .col-md-2 {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}

@media (max-width: 1399px) {

  .custom-navmenu .col-md-2 {
    flex: 1 1 33.333%;
    margin-bottom: 1rem;
    padding-left: 3rem;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 767px) and (min-width: 539px) {
  
  .custom-navmenu .col-md-2 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  #logoutForm {
    display: inline-block;
  }

  #logout {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
}

@media (max-width: 480px) and (min-width: 389px) {
  .custom-navmenu .col-md-2 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  #logoutForm {
    display: inline-block;
  }

  #logout {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
}

@media (max-width: 767px) {
  .custom-navmenu .col-md-2 {
    flex: 1  1  33.333%;
  }
  .custom-navmenu .nav {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .custom-navmenu .nav {
    justify-content: space-between;
  }
}

/* Custom Navbar  ***/
.custom-navbar {
  padding-top: 3.125rem;
  width: 100%;
}

.custom-navbar .navbar-brand {
  /**font-size: 1.7rem;**/
}
/* Burger */
.burger {
  width: 1.75rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 0.125rem;
  display: block;
  background: #000;
  border-radius: 0.125rem;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 0.25rem;
}

.burger span {
  top: 0.938rem;
}

.burger:after {
  top: 1.625rem;
}

/*gonderlerim*/

.card-icons {
  position:absolute;
  display: block;
  top: 0.625rem;
  right: 0.625rem; /* Position the icons at the top-right corner */
  gap: 0.625rem;
}

.card-icons a {
  color: #000; /* Set the icon color */
  /*font-size: 1.125rem;  Set the icon size */
  text-decoration: none;
}
.card {
  max-width: 100%;
  width: 100%;
  flex-direction: row;
  background-color: white; /* Initial background color */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); /* Initial subtle shadow */
}
.card:hover {
  transform: scale(1.01); /* Slightly scale up the card */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
}
.card-body
{
  padding: 0.5rem;
}

.card-img-top {
  padding: 1.25rem;
  max-width: 20%;
}
.index-image {
  padding: 0.625rem;
  max-width: 50%;
}
/*upsert*/

.post-form {
  /**font-size: 1.063rem;**/
  font-weight: 600;
  color: #000;
}
/**/

/*gonderlerim end*/

/*what to do page */
/* General styling for accordion columns */
.my-accordion-column {
  margin-top: 0.625rem;
  padding-left: 0.938rem;
}

/* Styling for the accordion */
.my-accordion {
  margin-bottom: 14%;
  padding: 0.625rem;
}

/* Styling for accordion buttons when not collapsed */
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}

/* Removing focus outline and shadow for accordion buttons */
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

/* General styling for accordion buttons */
.accordion-button {
  padding: 1.563rem 1.25rem;
  color: #000;
  background-color: #fff;
  /**font-size: 1.25rem;**/
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for accordion buttons */
.accordion-button:hover {
  transform: scale(1.01); /* Slightly scale up the card */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
}

/* Styling for accordion body */
.accordion-body {
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  /**font-size: 1rem;**/
  line-height: 1.6em;
  color: #333;
}

/* Styling for list items within the accordion body */
.accordion-body ul {
  list-style-type: none;
  padding-left: 0;
}
.accordion-body li.neyapmaliyim {
  font-weight: bold;
  margin-top: 0.625rem;
  color: #c00;
}

/* Styling for span elements within the accordion body */
.accordion-body span {
  display: block;
  margin-bottom: 0.625rem;
  /**font-size: 1rem;**/
  color: #555;
  margin-left: 20px;
}

/* Styling for accordion headers */
.accordion-header h2 {
  margin-bottom: 0;
  /**font-size: 1.25rem;**/
  font-weight: bold;
  color: #333;
}

/*end*/

/* Hover */
.section a:hover,
.red {
  color: #c00;
}

.burger:hover:before {
  top: 0.438rem;
}

.burger:hover:after {
  top: 1.438rem;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}

.footer {
  left: 0;
  bottom: 0;
  position: relative;
  width: 100%;
}

.footer a {
  color: #000;
}

ul li {
  margin: 0.25rem 0rem 0rem;
}