/* Tailwind'in dışında eklenmesi gereken özel stiller */



.neon-menu a {

    position: relative;

    padding: 0.5rem 1rem;

    font-size: 16px;

    color: #eee;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}
.banner{
    height: 500px !important;
}



.neon-menu a.active,

.neon-menu a:hover {

    color: #fff;

}



.neon-menu li ul li a {

    justify-content: flex-start;

}



.neon-menu a::before,

.neon-menu a::after {

    content: '';

    position: absolute;

    inset: 0;

    opacity: 0;

    transition: opacity 0.3s ease;

}



.neon-menu a.active::before,

.neon-menu a.active::after,

.neon-menu a:hover::before,

.neon-menu a:hover::after {

    opacity: 1;

}



.swiper-button-next:after,

.swiper-button-prev:after {

    color: #fff;

}







.autoplay-progress {

    position: absolute;

    right: 16px;

    bottom: 16px;

    z-index: 10;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: bold;

    color: #fff;

}



.autoplay-progress svg {

    --progress: 0;

    position: absolute;

    left: 0;

    top: 0px;

    z-index: 10;

    width: 100%;

    height: 100%;

    stroke-width: 4px;

    stroke: #fff;

    fill: none;

    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));

    stroke-dasharray: 125.6;

    transform: rotate(-90deg);

}











.mm-wrapper--opened .mm-page {

    box-shadow: 0 0 10px rgb(0 0 0 / 20%);

}



.home_swiper .swiper-button-next:after,

.home_swiper .swiper-button-prev:after {

    font-size: 20px;

}





.mm-navbar {

    --mm-color-background: var(--color-bronze);

    --mm-color-text-dimmed: #fff;

    --mm-color-icon: #fff;

    border-bottom: unset;

    font-size: 18px;

}



.mm-panels {

    --mm-color-background: #fff;

    --mm-color-text: var(--color-bronze);

    --mm-color-icon: var(--color-bronze);

}



.mm-panels>.mm-panel {

    padding-top: 20px;

}



.mm-listitem:after {

    content: none;

}



.mm-listitem>a,

.mm-listitem>span {

    padding: 15px 10px 15px 35px;

}



#header a[href="#page"] {

    display: none;

}



.mm-panel {

    background: #282a2c;

}



.mm-listitem>a,

.mm-listitem>span {

    font-weight: 600;

}





.contact-form input,

.contact-form textarea,

.contact-form select {

    background-color: transparent;

    border: 3px solid #d96d37 !important;

    padding: 20px;

    width: 100%;

    color: #fff !important;

    outline: none;

    box-shadow: none;

    border-radius: 0;

}



.form_wrapper {

    margin: .5em;

}



.mm-btn--next:after,

.mm-btn--prev:before {

    border: 2px solid #fff;

    border-bottom: none;

    border-right: none;

}



.wrawpper_social_links_content a {

    position: relative;

    width: 35px;

    height: 35px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    background: #333;

    border-radius: 100%;

}



.wrawpper_social_links_content a:hover {

    background: #444;

}



.wp-block-list li {

    list-style-type: disclosure-closed;

    margin-bottom: 0.5rem;

}



.content .relative .text-sm p {

    color: #04243a;

    font-size: 16px;

    line-height: 1.5;

    margin-bottom: 1rem;

}

@media(max-width:767px){

    .row-boxes{
        display: flex;
        flex-direction: column;
    }
    .cookies {
        height: 150px !important;
    }

}

@media(min-width:768px){

    .row-boxes{
        display: flex;
        flex-direction: column;
    }

}

@media(min-width:992px){

    .row-boxes{
        display: flex;
        flex-direction: row;
    }

}

.services-item-body > .title{
    color: #04243a;
    font-size: 25px;
    font-weight: 700;
    padding-top: 1rem;
}

.services-item-body > .text{
    color: #282a2c;
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
}

.services-item-body > a{
    display: none !important;
}

.project-item{
    margin-top: 2rem !important;
}

.project-item-body > .title > h3{
    color: #04243a;
    font-size: 25px;
    font-weight: 700;
    padding-top: 1rem;
}

.project-item-body > .text > p {
    color: #282a2c;
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.project-item-body > .link > a{
    color: #282a2c;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1rem;
}
.dark [role=tab].active, .dark [role=tab].active:hover, [role=tab].active, [role=tab].active:hover{
      color: #04243a !important;
      border-color: #04243a !important;
}

.cookies {
    background:#04243a;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 478;
    height: 70px;
  }
  .cookiestext {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
  .cookiesbutton {
    float: right;
    margin: 15px;
    padding: 10px;
    background: none;
    color: white;
  }
  .cookiesbutton:hover {
    background: white;
    color: black;
  }
  .cookiesbutton{
    background-color: white !important;
    color: #04243a !important;
    font-weight: 600;
    width: 150px;

  }

  .cookiestext{
    color: white;
    font-size: 16px;
    font-weight: 400;
  }

 