@import url("https://fonts.cdnfonts.com/css/flama-bold");

.custom-border {
    height: 96%;
    border: 10px solid;
    border-image-source: linear-gradient(
        to right,
        red 10%,
        orange 10%,
        yellow 25%,
        green 25%,
        blue 40%,
        purple 40%,
        red 55%,
        orange 55%,
        yellow 70%,
        green 70%,
        blue 85%,
        purple 85%
    );
    margin: 10px;
    border-image-slice: 1;
    position: relative;
}

.banner-text {
    position: relative;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    position: relative;
}

.custom-banner-left {
    flex: 1;
    background: url("../images/SolOklar.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.custom-banner-right {
    flex: 1;
    z-index: -1;
    background: url("../images/sagoklar.svg") 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
}

.custom-banner img.banner-logo {
    width: 400px;
}
@media (max-width: 500px) {
    .custom-banner img.banner-logo {
        width: 100%;
    }
}

.custom-banner h2,
.custom-banner p {
    color: #fff;
}
.hero4-section-area {
    height: 100vh;
    padding: 0 !important;
    padding-top: 90px !important;
}
.others4-section-area {
    margin-top: 0;
}

.nice-select {
    height: auto;
    line-height: auto;
}

.contact4-section-area {
    position: relative;
    z-index: 1;
    background: #1e3250 !important;
}

.logo-img {
    width: 250px;
    height: 60px;
}
.homepage4-body .header-area.homepage4 .header-elements .btn-area ul {
    margin: 0 !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
    padding: 0 10px;
}
.mobile-header.mobile-haeder4 .mobile-logo {
    width: 220px;
    height: 55px;
}
.homepage4-body .header-area.homepage4 .header-elements .site-logo img {
    width: 220px;
    height: 55px;
}

.mobile-sidebar.mobile-sidebar4 .logos {
    width: 220px;
    height: 55px;
}
.footer4-sertion-area .footer-logo-area img {
    width: 240px;
    height: 55px;
}
.others4-section-area .others-bg {
    background-image: url(../images/others-bg2.png) !important;
}

.about4-section-area .about-images .content-box {
    background-color: #1e3250 !important;
}

.footer4-sertion-area .link-content2 h3 {
    color: #1e3250;
}
a:hover {
    color: #1e3250 !important;
}

.homepage4-body
    .header-area.homepage4
    .header-elements
    .main-menu
    ul
    li:hover
    > a {
    color: #1e3250 !important;
}
.homepage4-body
    .header-area.homepage4
    .header-elements
    .btn-area
    ul
    li
    a:hover {
    background-color: #1e3250 !important;
}

.homepage4-body
    .header-area.homepage4
    .header-elements
    .btn-area
    ul
    li
    a:hover
    i {
    color: white;
}
.footer4-sertion-area .footer-logo-area ul li a:hover {
    background-color: #1e3250 !important;
}
.footer4-sertion-area .footer-logo-area ul li a:hover i {
    color: white;
}
.vl-btn10 {
    border-radius: 20px !important;
    background-color: #4ed4f4 !important;
}

.heading2 h2 {
    color: #1e3250 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e3250 !important;
}

*:not(i) {
    font-family: "Helvetica", sans-serif !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
    font-family: "Helvetica", sans-serif !important;
}
.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
    height: 100%;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
    padding: 0 0 0 10px !important;
}
@media (max-width: 767px) {
    .event1-section-area
        .tab-content
        .tab-pane
        .tabs-widget-boxarea
        .content-area {
        padding: 0;
        margin-top: 0;
    }

    .custom-banner-left {
        width: 200%;
    }
    .banner-text {
        width: 100%;
    }
    .custom-banner-right {
        z-index: -1;
        width: 65%;
    }
    .custom-border {
        overflow: hidden;
    }
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Flama Bold", sans-serif !important;
}
p {
    color: #1e3250 !important;
}
.event1-section-area
    .tab-content
    .tab-pane
    .tabs-widget-boxarea
    .content-area
    a.head {
    color: #1e3250 !important;
}

.footer4-sertion-area .link-content ul li a {
    color: #1e3250 !important;
}

.slider-content-width {
    width: 50%;
}

@media (max-width: 500px) {
    .slider-content-width {
        width: 100%;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important; /* 2 eşit sütun */
    gap: 10px; /* Boşluk */
    z-index: 999;
    position: relative;
}

@media (max-width: 576px) {
    /* 576px altı için (mobil) */
    .grid-container {
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr) !important; /* 2 eşit sütun */
    }
}

.others-times-area .timer .time-box {
    background: #4661fa;
    border: 1px solid #5871fa;
    padding: 16px 30px;
    text-align: center;
    border-radius: 8px;
    margin: 0 14px 0 0;
    width: 100%;
    height: 100%;
}
.others-times-area .timer .time-box span {
    display: block;
    margin-top: 5px;
}
.vl-btn1 {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: #1e3250;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 8px;
}
.vl-btn1:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1) !important;
}
.custom-title {
    display: inline-block;
    padding: 10px 20px;
    background: #1e3250;
    color: #fff !important;
    border-radius: 10px;
    font-size: 18px;
}

.custom-title::before,
.custom-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 2px;
    background-color: black;
}

@media (max-width: 500px) {
    .custom-title::before,
    .custom-title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 25%;
        height: 2px;
        background-color: black;
    }
}

.custom-title::before {
    left: 0px;
}

.custom-title::after {
    right: 0px;
}
.footer4-sertion-area .link-content ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 20px 0;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
    background: var(--ztc-bg-bg-1);
    padding: 25px 40px !important;
    border-radius: 8px;
}
.block-xl {
    display: none;
}
@media (min-width: 1250px) {
    .block-xl {
        display: block;
    }
}

.sp1{
    padding:30px 0 70px;
}
.sp2{
    padding:30px 0 70px;
}
.footer4-sertion-area .link-content ul li a{
    padding-top:9px !important;
}
