body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    width: 92vw;
    margin: 0 auto;
}

.nav-item {
    transition: all .3s;
    /* width: 220px; */
}

.nav-item:hover {
    background-color: #466C23;
}

.nav-link {
    transition: all .3s;
    font-weight: 500;
    height: 50px;
    padding-top: 15px;
    font-size: 12px;
}

.nav-item:hover .nav-link {
    color: #fff;
}

.navbar-brand>img {
    width: 150px;
}
.tanitimfilmleri {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.tanitimfilmdiv {
    margin-top: 30px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 10px;
}
.tanitimfilmdivv img {
    width: 100%;
}
.navbar-nav {
    justify-content: space-evenly;
    width: 55vw;
    margin-left: 150px;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide>img {
    width: 92vw;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #000;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #000;
}

.swiper-pagination {
    width: 30vw !important;
    margin-bottom: 5vw;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #466C23;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #466C23;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.tanitimfilmdiv h3 {
    
}
.swiper-button {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 14vw;
    width: 120px !important;
    padding: 5px 0;
    margin-bottom: 15vw;
    background-color: #466C23;
    border: 2px solid #466C23;
}

.swipper-link {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.7vw;
}

.swiper-button:hover {
    background-color: transparent;
    border: 2px solid #466C23;
}

.swiper-button:hover .swipper-link {
    color: #466C23;
}

.mainButtonGroup {
    display: flex;
    justify-content: center;
}
.mainButton {
    background-color: #857550;
    width: 90px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainButton>a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}

.imageText {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.imageBox>img {
    width: 30vw;
}

.textBox {
    background-color: #466C23;
    color: white;
    padding: 50px 30px 0 30px;
}

.textBox>h2 {
    font-size: 1.3vw;
    line-height: 1.5;
}

.textBox>p {
    margin-top: 30px;
    font-size: 0.8vw;
}

.frame>img {
    width: 29vw;
}

.frameDiv {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.frameImage {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 44vh;
}

    .frameImage > img {
        width: 24vw;
        
    }

.frameBox {
    position: relative;
}

.frameHead {
    position: absolute;
    top: -1vw;
    left: 2vw;
    width: fit-content;
    color: #466C23;
    margin-top:0px;
}

.frameHead>h1 {
    font-weight: 700;
    font-size: 2vw;
}

.frameHead>h2 {
    font-weight: 600;
    font-size: 1.5vw;
    margin-top: 10px;
}

.frameText {
    position: absolute;
    top: 2vw;
    left: 3vw;
    width: 21vw;
}



.frameText>p {
    margin-top: 10px;
    font-size: 0.8vw;
}
.frame>img {
    min-height: 500px;
}

@media  (max-width: 1023px) {
    .frameHead {
        margin-top:-10px;
    }
    .frameHead>h2 {
        font-weight: 700;
        font-size: 5vw;
    }
    .frameText {
        max-width: 15vw;
    }

    .frameText>h3 {
    font-size: 0.5vw;
    line-height: 1.5;
    margin-top: -35px;
    }

    .frameText>p {
        margin-top: 0px;

    }

    .bolum2Dis {
        min-height: 500px;
    }

    .frameDiv {
        min-height: 500px;
    }

    .frameBox {
        min-height: 500px;
    }

    .frameImage {
        min-height: 500px;
    }


}
.mediaGroup {
    background-color: #466C23;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
}

.mediaGallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    transition: all 0.3s;
    width: 1280px;
}

.mediaHeaders {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 54vw;
    margin: 30px 0 10px;
}
.mediaHead a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
}
.mediaHead>a {
    color: #fff !important;
    text-decoration: none;
    font-size: 1.5vw;
    font-weight: 700;
    letter-spacing: 1.5px;
    cursor: pointer;
    position: relative;
}
.mediaHead:nth-child(1) {
    background: url("../img/b1.jpg");
    background-size: 160%;
    background-position: center;
}

.mediaHead:nth-child(2) {
    background: url("../img/g1i.jpg");
    background-size: 160%;
    background-position: center;
}

.mediaHead:nth-child(3) {
    background: url("../img/kat1.jpg");
    background-size: 160%;
    background-position: center;
}

.mediaHead:nth-child(4) {
    background: url("../img/be10cover.jpg");
    background-size: 160%;
    background-position: center;
}
.mediaHead::before {
    content: '';
    background: #000000a6;
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mediaGallery>a>img {
    width: 13.2vw;
    margin-right: 5px;
    height: 8vw;
    margin-top: 5px;
}
.mediaHead {
    margin-right: 20px;
    background: #000;
    width: 46%;
    height: 190px;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.locationGroup {
    display: flex;
    justify-content: center;
    width: 54vw;
    margin: 30px auto;
}

.locationText {
    display: flex;
    justify-content: space-between;
    flex-basis: 29vw;
}

.locationHead>h2 {
    font-size: 1.4vw;
    font-weight: 400;
    letter-spacing: 3px;
}

.locationAlt>h3 {
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 1.5;
}

.locationAlt>h4 {
    font-size: 0.7vw;
    font-weight: 500;
    line-height: 1.5;
}

.locationFrame>img {
    width: 6vw;
}

.mapButton {
    background-color: #466C23;
    text-align: center;
    height: 30px;
}

.mapButton>a {
    color: white;
    text-decoration: none;
    font-size: 0.6vw;
    display: block;
    width: 100%;
    padding-top: 5px;
}

.locationMap {
    flex-basis: 31vw;
    padding-right: 30px;
}

.iframeMap {
    width: 100%;
    height: 260px;
}

.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottomHead>h2 {
    font-size: 1.2vw;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px;
    word-spacing: 2px;
}

.bottomImage>img {
    width: 54vw;
    margin-bottom: 50px;
}

.bottomLogo>img {
    width: 10vw;
    margin-bottom: 20px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerMenu {
    display: flex;
    background-color: #466C23;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
}

.footerItem {
    margin-right: 50px;
}

.footerItem>a {
    color: white;
    text-decoration: none;
}

.footerIcon {
    display: flex;
    align-items: center;
    margin: 20px 0 10px;
}

.footerIcon>a>img {
    width: 1.5vw;
    margin-right: 10px;
}

.footerText {
    text-align: center;
}

.footerText>p {
    font-size: 0.7vw;
}

.footerCopyright>p {
    font-size: 0.6vw;
}

.footerCopyright {
    border-top: 1px solid #E2E2E2;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.bottomLogo {
    width: 100%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.18) 0px -2px 4px 0px;
    padding-top: 10px;
}

.form-btn {
    position: fixed;
    right: 0;
    top: 10vw;
    z-index: 2;
    width: max-content;
    cursor: pointer;
    background: #466C23;
    text-align: center;
    transform: rotate(-90deg);
    right: -60px;
    font-weight: 500;
    font-size: 17px;
    width: 160px;
    height: 40px;
    padding-top: 5px;
}

.form-btn a {
    color: white;
    text-decoration: none;
}

.form-title {
    display: table;
    margin: 0 auto;
    font-size: 22px;
    color: #224088;
    text-align: center;
    margin-bottom: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}

.form ul {
    margin: 0;
    padding: 0;
}

.form li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
    color: #444;
}

#kampanya1 {
    left: 0;
    top: -4px;
}

.form_content li p {
    font-size: 10px;
    text-align: left;
    margin-left: 20px;
}

#kampanya2 {
    left: 0;
    top: -4px;
}

.form .form-text,
.form .form-textarea,
.form select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    height: 35px;
    line-height: 32px;
    padding-left: 11px;
    background-color: transparent;
    color: #444;
    font-size: 12px;
    border-bottom: 2px solid #224088;
}

.form-submit {
    width: 100%;
    height: 45px;
    background-color: #224088;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: auto;
    margin-top: 10px;
    border: 0;
}

.projeRow {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #234088;
}

.projeRow span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #444;
    text-align: center;
}

.inputsIlgilendiginiz div {
    display: inline-block;
    vertical-align: top;
}

.boxInput {
    border: 1px solid #282828;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

input[type="checkbox"]:not(old) {
    float: left;
    z-index: 55;
    position: relative;
}

.boxInput i {
    opacity: 0;
}

.bilgi {
    width: 80%;
    height: 600px;
}

:focus {
    box-shadow: none !important;
    border-color: unset !important;
}

:focus-visible {
    outline: none !important;
}

.mediaGallery {
    display: none;
    transition: all 0.6s;
    opacity: 0;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #ffffff73;
}

.navbar-toggler {
    background-color: #466C23;
    border: 0;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#language {
    background: unset;
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    padding: 5px;
    width: 40px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    right: 1vw;
}