/* ROOT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1: #ff2400;
    --renk2: #ff7348;
    --renk3: #1e90ff;
    --renk4: #88b126;
    --renk5: #88b126;
    --renk6: #ff4500;
    --renk7: #faf0e5;
    --renk8: #999999;
}

::selection {
    background: var(--renk5);
    color: #ffffff;
}

body {
    background-repeat: no-repeat;
    background-position: center;
    font-size: 14px;
}
main{
    overflow: hidden;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}

a {
    color: var(--renk5);
    transition: all 0.4s;
}


a:hover {
    text-decoration: none;
    color: var(--renk2);
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: var(--renk5);
    color: white;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--renk5);
    color: black;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}

ul {
    list-style-type: none;
}


/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 30px;
}

.hc-nav-trigger span {
    background-color: var(--renk5);
}

.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    animation: fadeIn linear;
    animation-duration: 0.6s;
}

header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -1;
    opacity: .7;
}

header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
}

.is-sticky .nav-link {
    color: var(--renk5);
}

.is-sticky .nav-link:hover {
    color: var(--renk1);
}

.is-sticky .navbar-brand {
    top: 0;
}

.is-sticky .navbar-nav {
    top: 0;
}

.navbar-brand {
    position: relative;
    top: -20px;
    width: 100%;
}
.navbar-brand img{
    width: 100%;
}

.navbar-nav {
    position: relative;
    top: 4px;
}

.hbtlogoGizle {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s;
}

header.is-sticky .hbtlogoGizle {
    transform: scaleX(1);
    transition-delay: .45s;
}

header.is-sticky .headerSosyal {
    display: none;
}

header.is-sticky .navbar-brand:hover .hbtlogoGizle {
    transform: scaleX(0);
    transition-delay: 0ms;
    transition: .5s;
}

.headerSosyal {
    z-index: 3;
    position: relative;
    top: 13px;
}

.headerSosyal .fa-phone {
    color: #5c7c0e;
    transition: all 0.4s;
}

.headerSosyal a:hover .fa-phone {
    color: var(--renk2)
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #5c7c0e;
    font-size: 14px;
    transition: all 0.4s;
    padding: 0 15px !important;
    font-weight: 500;
    text-transform: uppercase;
}
.is-sticky .nav-link{
    color: var(--renk4);
}

.nav-link:hover {
    font-family: 'Montserrat', sans-serif;
    color: var(--renk2);
}

/* Header Sosyal Medya */
.sosyalMedyaUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 2px;
}

.sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--renk5);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 5px 2px 5px;
    width: 27px;
    font-size: 18px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
}

.sosyalMedyaUl li a:hover {
    color: var(--renk2);
}

.headerTelefon,
.headerTelefon:hover {
    color: #b6bbbe;
}

.headerTelefonIcon {
    display: inline-block;
    min-width: 30px;
    border: 1px solid #b6bbbe;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    line-height: 28px;
    color: #b6bbbe;
}

.form-control {
    border-radius: 10px;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px !important;
    padding: 1.4rem 0.75rem !important;
}

.harita {
    width: 100%;
    height: 500px;
    position: relative;
    top: 45px;
}

.btn-iletisim {
    background-color: var(--renk2);
    color: var(--renk3);
    border: none;
    padding: 10px 20px;
    transition: all 0.4s;
}

.btn-iletisim:hover {
    background-color: var(--renk3);
    color: var(--renk2);
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}

.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
}

.navbar {
    z-index: 2;
}

.is-sticky .navbar {
    transform: translateY(0);
}

.is-sticky::before {
    display: none;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.nav-item {
    color: var(--renk5);
    transition: all 0.4s;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    background-color: white;
    border: none;
    color: white;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 40px;
    transform: rotateX(0deg);
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.dropdown-item {
    color: var(--renk5) !important;
    padding: 10px 15px;
    font-size: 14px;
}

.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: var(--renk2) !important;
}

.right-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    background-color: #fff;
    list-style: none;
}

.navbar .nav-item.right:hover .right-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    animation-name: dropdownAnimasyon;
    animation-duration: 1s;
    animation-timing-function: ease;
}

/* Slider */
.swiper {
    width: 100%;
}

.mySwiper {
    height: 810px;
}

.swiper-slide {
    text-align: center;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mask1 {
    -webkit-mask-image: url("../img/slider-mask.png");
    mask-image: url("../img/slider-mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}


.slider, .slider .swiper-slide {
    height: 810px !important;
}


.swiper-button-prev {
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    background-color: var(--renk6);
    border-radius: 10px;
    transition: all 0.4s;
}

.swiper-button-next {
    color: white;
    padding: 10px 10px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    background-color: var(--renk6);
    border-radius: 10px;
    transition: all 0.4s;
}

.swiper-button-next:hover {
    background-color: white;
    border-color: transparent;
    color: var(--renk6);
}

.swiper-button-prev:hover {
    background-color: white;
    border-color: transparent;
    color: var(--renk6);
}

.swiper-button-next:hover::after {
    color: var(--renk6);
}

.swiper-button-prev:hover::after {
    color: var(--renk6);
}

.swiper-button-next::after {
    content: "\f061";
    font: var(--fa-font-solid);
    font-size: 24px;
    color: white;
}

.swiper-button-prev::after {
    content: "\f060";
    font: var(--fa-font-solid);
    font-size: 24px;
    color: white;
}

.swiper-slide .title {
    color: var(--renk5);
    font-weight: bold;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}

.slider-yazi p {
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.slider-yazi {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left !important;
    top: 0;
    left: 0;
    z-index: 3;
}

.slider-yazi::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7932422969187676) 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-yazi .container {
    position: relative;
}

.slider-yazi .container .slider-sol {
    position: absolute;
    top: -45px;
    left: -390px;
    width: 980px;
    height: 250px;
    background-color: white;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.swiper-slide .subtitle {
    font-size: 16px;
    color: black;
}

.swiper-slide .text {
    left: 10%;
    top: 60%;
}

.sayfaBaslik {
    position: relative;
    width: auto;
    padding: 0 30px;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.sayfaBaslik h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    position: relative;
    color: var(--renk5);
    padding-bottom: 5px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.sayfaBaslik::before {
    position: absolute;
    content: "";
    width: 43px;
    height: 43px;
    top: -17px;
    left: 0;
    background-image: url(../img/yazi-before.png);
    background-repeat: no-repeat;
}

.btn-style {
    color: #333;
    background-color: white;
    padding: 3px 16px;
    border-radius: 10px;
    float: right;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.btn-style2 {
    width: 32%;
    margin: 10px;
    padding: 5px 10px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #88b126 0%, #a4e012 51%, #a3d706 100%);
}

.btn-style2:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-style span {
    position: relative;
    z-index: 2;
}

.btn-style::before {
    content: "";
    position: absolute;
    top: -143px;
    right: -171px;
    width: 200px;
    height: 200px;
    transform: rotate(-60deg);
    background-color: var(--renk1);
    transition: all 0.4s;
}

.btn-style:hover::before {
    right: -27px;
}

.btn-style:hover {
    color: white;
}

/* HAKKIMIZDA */

.hakkimizda {
    position: relative;
    overflow: hidden;
}

.hakkimizda-alt-baslik {
    font-weight: bold;
    font-size: 28px;
    color: var(--renk5);
    font-family: "Montserrat", sans-serif;
}

.hakkimizda-resim {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.hakkimizda-kutu img {
    border-radius: 10px;
}

.hakkimizda-icerik p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.efekt {
    position: relative
}

.hakkimizda-resim::before {
    position: absolute;
    content: "";
    width: 139px;
    height: 98px;
    top: 30px;
    right: -20px;
    background-image: url("../img/hakkimizda-sag.png");
    background-repeat: no-repeat;
    z-index: 0;
    animation: rotate 50ms;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hakkimizda-resim::after {
    position: absolute;
    content: "";
    width: 162px;
    height: 173px;
    bottom: 20px;
    left: 30px;
    background-image: url(../img/hakkimizda-sol.png);
    background-repeat: no-repeat;
    z-index: 2;
    animation: animation3 2s infinite;
}

@keyframes animation3 {
    0% {
        left: 10px;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 10px;
    }
}


/* HIZMETLER */

.mySwiperDers {
    padding: 20px;
}

.dersler {
    position: relative;
}

.ders-card {
    overflow: hidden;
    background-color: var(--renk7);
    border-radius: 15px;
    transition: all .6s;
    position: relative;
}

.ders-card img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resim-hover {
    border-right: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resim-hover.ekip{
    aspect-ratio: 10 / 12 !important;
}

.resim-hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.resim-hover::after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: 21px;
    width: 200px;
    height: 114px;
    opacity: 0;
    background-image: url(../img/hover.png);
    background-repeat: no-repeat;
    transition: all .6s;
}

.resim-hover i {
    position: absolute;
    left: 115px;
    font-size: 20px;
    color: white;
    z-index: 1;
    opacity: 0;
    transition: all .4s;
}

.ders-card:hover .resim-hover i {
    opacity: 1;
}

.ders-card:hover .resim-hover::after {
    opacity: 1;
}

.ders-card:hover .resim-hover::before {
    opacity: 1;
}

.ders-card:hover {
    background-color: var(--renk5);
}

.ders-card:hover .ders-card-body p {
    color: white;
}

.ders-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    transition: all .6s;
    position: relative;
    z-index: 2;
}

.ders-card-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: black;
}

.swiper-ders-next {
    top: 50%;
    right: -20px;
}

.swiper-ders-prev {
    top: 50%;
    left: -20px;
}

/* SIKÇA SORULAN SORULAR */

.sss {
    position: relative;
    height: 630px;
    overflow: hidden;
}

.sss-liste {
    padding-left: 0 !important;
}

.sss-tab {
    position: relative;
}

.sss-tab i:nth-child(2) {
    position: absolute;
    top: 15px;
    right: 20px;
}

.sss-tab i:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
}

.sss-tab.active i {
    background-color: var(--renk1);
}

.sss-tab.active i:nth-child(1) {
    display: block;
}

.sss-tab.active i:nth-child(2) {
    display: none;
}

.soru {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border: 1px solid var(--renk8);
    border-radius: 10px;
    margin-bottom: 7px;
}

.soru p {
    margin-bottom: 0 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: black;
}

.soru i {
    background-color: var(--renk5);
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.soru-resim img {
    border-radius: 10px;
}

.soru-resim {
    position: relative;
    overflow: hidden;
}

.soru-resim::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 550px;
    height: 230px;
    background-color: rgba(255, 255, 255, .7);
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.soru-kutu {
    position: absolute;
    top: 40px;
    z-index: 2;
    padding: 0 30px;
}

.soru-kutu p {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.soru-kutu span {
    font-size: 16px;
}

/* MOBİL SSS */

.card-header {
    display: flex;
    align-items: center;
    background-color: white !important;
    border-bottom: none !important;
}

.card-body {
    padding: 5px 10px 15px 33px !important;
}

.soru-resim img {
    border-radius: 10px;
}

.accordion > .card {
    overflow: hidden;
    border-radius: 10px !important;
}

.card-header .icon {
    width: 6%;
    height: 28px;
    background-color: var(--renk6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.card-header .icon.active {
    background-color: orange;
}

.btn-link {
    color: black !important;
}

.btn-link:focus {
    display: none !important;
}

.btn-link:focus-visible {
    display: none !important;
}

.btn-link:hover {
    color: black !important;
    text-decoration: none !important;
}

.card-header .icon i {
    color: white;
}

.card-header h5 {
    width: 1000%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.mobil-sss {
    display: none;
}

/* BULTEN */

.mySwiperBulten {
    padding: 20px;
}

.bulten {
    padding-bottom: 30px;
}

.bulten-card {
    overflow: hidden;
    background-color: var(--renk7);
    border-radius: 10px;
    transition: all .6s;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}

.bulten-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bulten-card:hover .resim-hover:after {
    transform: rotate(0);
    bottom: 0;
}

.bulten-card:hover .resim-hover::before {
    opacity: 1;
}

.bulten-card .resim-hover {
    border-radius: 10px 10px 10px 0;
    position: relative;
}

.bulten-card .resim-hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px 10px 10px 0;
    opacity: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.bulten-card .resim-hover::after {
    position: absolute;
    content: "";
    bottom: -130px;
    right: 0;
    width: 142px;
    height: 121px;
    background-image: url(../img/hover.png);
    background-repeat: no-repeat;
    transition: all .6s;
    transform: rotate(-110deg);
}

.bulten-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all .6s;
}

.bulten-card:hover {
    background-color: var(--renk5);
}

.bulten-card:hover .bulten-card-body p {
    color: white;
}

.bulten-card-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: black;
}

.bulten-tarih {
    position: absolute;
    bottom: 66px;
    left: 6px;
    width: 48%;
    padding: 8px 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--renk5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-bulten-next {
    right: -20px !important;
}

.swiper-bulten-prev {
    left: -20px !important;
}


.sayfaBaslik h3 {
    text-align: center;
    width: 100%;
}

.detay-baslik {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
    text-align: left !important;
}

.resim {
    position: relative;
}

.resim img {
    width: 50%;
}

.ortalaX {
    position: relative;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translateX(-50%);
}

/* ANASAYFA İLETİŞİM*/

.iletisim-1 {
    height: 600px;
    background: rgb(50, 205, 50);
    background: linear-gradient(to right, #88b126 0%, #a4e012 51%, #a3d706 100%);
    overflow: hidden;
    margin-top: 60px !important;
    position: relative;
}

.iletisim-1::before {
    position: absolute;
    content: "";
    bottom: -16px;
    right: 0;
    width: 476px;
    height: 486px;
    background-image: url("../img/iletisim.png");
    background-repeat: no-repeat;
    z-index: 3;
}

.iletisim-cont {
    position: relative;
}

.iletisim-cont::before {
    position: absolute;
    content: "";
    top: -140px;
    left: -390px;
    width: 1520px;
    height: 640px;
    background-color: white;
    border-bottom-right-radius: 320px;
    border-top-right-radius: 320px;
    z-index: 0;
}

.container-1 {
    position: relative;
    z-index: 2;
}

.card {
    border-radius: 0 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-top: 5px;
}

.card-body .btn {
    padding: 10px 40px;

}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-body h3 {
    font-size: 20px;
}


.hbr-card {
    display: inline-block;
    background-color: white;
    color: #dc3545;
    margin: 15px 0;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.hbr-card-top img {
    width: 100%;
    height: 191px;
}

.hbr-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
}

.bulten-liste {
    padding: 100px 0;
}

.bulten-liste .bulten-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bulten-liste .bulten-card {
    margin-bottom: 30px;
}

.bulten-liste .bulten-card-body {
    padding: 10px;
}

.bulten-liste .bulten-card-body p {
    text-align: center;
}

.bulten-img img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


/* URUN LISTE*/

.urun-liste .urun-hover::before {
    height: 192px;
}

.urun-liste .urun-card {
    height: 94%;
}


.ekp-det-social li {
    font-size: 24px;
    margin-right: 20px;
}

.ekip-detay h3 {
    color: var(--renk1);
}


.bulten-detay {
    padding: 50px 0 0 0;
}

.hk-content p {
    text-align: justify;
}

.hk-img {
    width: 100%;
    max-height: 500px;
}

/* ILETİSİM */

.iletisim {
    padding: 100px 0 0 0;
    overflow: hidden;
}

.contact-page__left {
    position: relative;
    display: block;
}

.contact-page__left .section-title {
    margin-bottom: 43px;
}

.contact-page__call-email {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 60px;
}

.contact-page__call-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk5);
    border-radius: 50%;
    color: white;
    background-color: var(--renk5);
    font-size: 19px;
    top: 5px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.contact-page__call-icon:hover {
    background-color: var(--renk4);
    border: 2px solid var(--renk4);
    color: black;
}

.contact-page__call-email-content {
    position: relative;
    display: block;
}

.contact-page__call-email-content p {
    color: var(--renk2);
}

.contact-page__call-email-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.contact-page__call-email-content h4 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: black;
}

.contact-page__call-email-content h4 a:hover {
    color: var(--renk1);
}

.snip1573 {
    background-color: #fff;
    display: inline-block;
    font-family: sans-serif Poppins-Regular;
    font-size: 10px;
    max-width: 180px;
    height: 135px;
    padding-top: 10px;
    min-width: 180px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: 0 6px 14px 0 rgb(215 215 219);
    -moz-box-shadow: 0 6px 14px 0 rgba(215, 215, 219, 1);
    box-shadow: 0 6px 14px 0 rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
    top: 50px;
}

.slogon {

    background-color: var(--renk2);
    color: white;
}

address a {
    color: black;
    font-family: 'Montserrat', sans-serif;
}

address {
    font-size: 14px;
}

.custom-swipper-wrapper {
    transform: translate(-15px, 0);
    width: 1110px;
}

.buton-sag {
    position: fixed;
    right: -40px;
}

.buton-sol {
    position: fixed;
    left: -40px;

}

.services__details-inner {
    margin: 35px 0 30px;
}

.sayfa-yazi p {
    text-align: justify;
}

.services__details-inner-img {
    position: relative;
}

.services__details-inner-img img {
    border-radius: 10px;
}


.list-unstyled li {
    padding: 5px 0;
}

.short_image {
    height: 250px;
    width: 100%;
    color: white;
    display: flex;
    margin-top: 120px;
    align-items: center;
    background: linear-gradient(90deg, #88b126 0%, #a7e70e 50%, #88b126 100%);
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 25px 4px;
    position: relative;

}

.short_image::before {
    position: absolute;
    content: "";
    width: 262px;
    height: 265px;
    bottom: -20px;
    right: 0;
    background-image: url("../img/h1-sag.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.short-title {
    height: 195px;
    display: flex;
    align-items: center;
}

.short-title h1 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    position: absolute;
    bottom: 20%;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
}

.sayfa-listesi ul {
    padding: 0;
    font-size: 28px;
}

.sayfa-liste .ders-card{
    margin-bottom: 30px;
}

.sayfa-detay{
    overflow: hidden;
}

/* GALERI */

.galeri {
    display: flex;
    margin-top: 240px;
    padding-top: 3px;
    padding-bottom: 60px;
    position: relative;
    background-color: var(--renk1);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.galeri-cont {
    overflow: hidden;
}

.galeri-cont .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeri-kutu {
    width: 98%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    margin: 15px 0;
    border-radius: 12px;
}

.galeri-kutu {
    position: relative;
}

.galeri-kutu::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.galeri-kutu:hover::before {
    opacity: 1;
}

.galeri-kutu::after {
    position: absolute;
    top: 40%;
    left: 40%;
    content: "\f005";
    font: var(--fa-font-solid);
    font-size: 30px;
    color: white;
    opacity: 0;
    transition: all .6s;
}

.galeri-kutu:hover::after {
    opacity: 1;
}

.galeri-icon {
    position: absolute;
    top: 58px;
    left: 84px;
    z-index: 2;
    color: var(--renk1);
    opacity: 0;
    transition: all .8s;
}

.galeri-kutu:hover .galeri-icon {
    opacity: 1;
}

.galeri-kutu a {
    width: 100%;
    height: 100%;
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    object-fit: cover;
}

.galeri-btn {
    position: relative;
}

.btn-galeri {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all .4s;
    float: right;
}

.btn-galeri:hover {
    background-color: white;
    color: var(--renk1);
}

/*
* FOOTER
*/

footer {
    position: relative;
    overflow: hidden;
}

footer a {
    color: white !important;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 20px;
}

footer .container1 {
    position: relative;
}

footer .container1::before {
    position: absolute;
    content: "";
    top: 40px;
    left: -440px;
    width: 1640px;
    height: 100%;
    background: rgb(50, 205, 50);
    background: linear-gradient(to right, #88b126 0%, #a4e012 51%, #a3d706 100%);
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
}


.footer-baslik {
    text-align: left;
    color: white;
}

.iletisim-bilgileri .col-4 {
    display: flex;
    justify-content: center;
}

.iletisim-bilgileri a {
    color: white !important;
}

.footer-hakkimizda p {
    color: white;
}

.footer-hakkimizda .sosyalMedyaUl {
    justify-content: center;
}

.footer-hakkimizda .sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--renk4);
    padding: 6px 5px 2px 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
    background-color: white;
    border-radius: 50%;
}

.footer-hakkimizda .sosyalMedyaUl li a i {
    color: var(--renk5);
}

.footer-hakkimizda .sosyalMedyaUl li a:hover {
    background-color: transparent !important;
}

.footer-hakkimizda .sosyalMedyaUl li a:hover i {
    color: white !important;
}

.fa-gear {
    color: var(--renk2);
}
footer .footer-alt-bg {
    border-top: 8px solid var(--renk1);
    background: #fff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

.footer-alt-bg::before{
    content: "";
    width: 100%;
    height: 5px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0;
}

footer .footer-alt-bg .footer-alt-ic {
    margin-right: auto
}

footer .footer-alt-bg p {
    padding: .8em 0 .4em;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #555;
    text-align: right
}

footer .footer-Link{
    transition: all .4s;
}

footer .footer-Link:hover{
    padding-left: 10px;
}

footer .footer-ust-img {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -40px;
    transform: perspective(1px)
}

footer .hakanbt-logo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -44px;
    left: -16px;
    border-style: solid;
    border-width: 0 30px 35px 30px;
    border-color: transparent transparent #fff transparent
}

footer .hakanbt-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -34px;
    left: -6px;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent var(--renk1) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%;
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}


figure.snip0023 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0023 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0023 * {
    box-sizing: border-box;
}

.faaliyetimg {
    width: 100%;
    height: 191px;
}

figure.snip0023 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0023 > div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

figure.snip0023 i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}

figure.snip0023 .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: all .4s ease;
}

figure.snip0023 .curl:before, figure.snip0023 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgb(0 0 0 / 30%);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0023 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0023:hover > div::before, figure.snip0023.hover > div::before {
    opacity: 1;
}

figure.snip0023:hover i, figure.snip0023.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip0023:hover .curl, figure.snip0023.hover .curl {
    width: 90px;
    height: 90px;
}

.alt_baslik {
    height: 60px;
    text-align: center;
    color: black;
    font-weight: 500;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.unvan {
    font-size: 12px;
    color: gray;
}
.headerSosyal a{
    color: #5c7c0e;
}
@media (max-width: 450px) {
    .custom-swipper-wrapper {
        width: 100%;
    }

    .hc-nav-trigger {
        top: -55px;
    }

    .slider-yazi {
        padding: 0 40px;
        text-align: center !important;
    }

    .slider .button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider .button .btn-style2 {
        float: none !important;
        width: 55% !important;
    }

    .slider, .slider .swiper-slide{
        height: auto !important;
        margin-top: 50px;
    }

    .mySwiper{
        height: 400px;
    }

    .slider-yazi::before {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.6032422969187676) 100%, rgba(255, 255, 255, 0) 100%);
    }

    .slider-yazi .container .slider-sol {
        display: none;
    }

    .swiper-slide .title {
        padding-right: 0;
    }

    .btn-style {
        float: none !important;
    }

    .navbar-brand {
        top: 0;
    }

    .headerSosyal {
        display: none;
    }

    header::before {
        height: 100%;
    }

    .short_image {
        margin-top: 100px;
    }
    .ders-card-body {
        height: 80px;
    }

    .headerSosyal span {
        display: none;
    }

    .navbar {
        transform: translateY(0);
    }

    .navbar-brand img {
        width: 85%;
    }

    .hakkimizda {
        padding-top: 0 !important;
    }

    .hakkimizda-resim::before {
        content: none;
    }

    .hakkimizda-icerik {
        margin-top: 50px;
    }

    .swiper-ders-prev {
        top: 95px;
        left: -11px;
    }
    .ders-card-body p{
        font-size: 14px;
        text-align: center;
    }

    .swiper-ders-next {
        top: 95px;
        right: -11px;
    }

    .soru-resim {
        display: none;
    }

    .sss {
        display: none;
    }

    .mobil-sss {
        display: block;
        height: 880px;
    }

    .sss::before {
        content: none;
    }

    .iletisim-1 {
        margin-top: 0 !important;
        background-color: white;
        background: white;
    }

    .iletisim-cont::before {
        content: none;
    }

    .iletisim-cont {
        height: 660px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .iletisim-kutu {
        margin-bottom: 20px;
    }

    .iletisim-1::before {
        content: none;
    }

    .hakkimizda-resim::after {
        content: none;
    }

    .dersler::before {
        content: none;
    }

    .resim-hover::before, .resim-hover::after {
        content: none;
    }

    .bulten-card .resim-hover::before, .bulten-card .resim-hover::after {
        content: none;
    }

    .slogan {
        bottom: -27px;
        right: 13px;
    }

    .galeri::before {
        content: none;
    }

    .galeri-btn {
        display: none;
    }

    .galeri {
        margin-top: 50px;
        height: 577px;
    }

    .mySwiperBulten {
        padding: 10px;
    }

    .bulten-tarih {
        display: none;
    }

    .btn-style2 {
        width: 41% !important;
    }

    .swiper-hizmet-next, .swiper-hizmet-prev {
        top: 100px;
    }

    .galeri-cont .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .galeri-kutu {
        width: 96%;
    }

    .ders-card img {
        width: 100%;
        height: 100%;
    }

    .swiper-bulten-next, .swiper-ekip-next, .swiper-urun-next, .swiper-hizmet-next {
        right: -13px !important;
    }

    .swiper-bulten-prev, .swiper-ekip-prev, .swiper-urun-prev, .swiper-hizmet-prev {
        left: -13px !important;
    }

    .logo-row {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    footer {
        background-image: none;
        padding-top: 0 !important;
    }

    footer::before, footer::after {
        content: none;
    }

    .footer-logo img {
        width: 100%;
        height: 100%;
    }

    .footer-hakkimizda {
        padding-top: 50px;
    }

    .iletisim-bilgileri {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bulten {
        padding-bottom: 90px !important;
    }

    .short_image::before, .short_image::after {
        display: none;
    }

    .sayfa-detay-img {
        margin: 0 !important;
        width: 100% !important;
    }

    .hk-content p {
        margin: 30px 0;
    }

    .bulten-liste .bulten-card-body {
        top: 50%;
    }

    .bulten-liste .bulten-hover-icon {
        width: 85%;
        height: 81%;
    }

    .bulten-liste .bulten-card img {
        width: 100%;
        height: 100%;
    }

    .ders-card img {
        width: 100%;
        height: 100%;
    }

    .pop-up {
        width: 94% !important;
        top: 21% !important;
        max-height: 62vh !important;
        left: 3% !important;
    }

    .short-title h1 {
        font-size: 24px;
    }

    .bread-nav {
        bottom: -9%;
    }

    .mask-1 {
        mask-image: none;
    }


}

@media (min-width: 450px) and (max-width: 820px) {
    .custom-swipper-wrapper {
        width: 100%;
    }

    .slider, .slider .swiper-slide {
        height: 760px !important;
    }

    .bread-nav {
        bottom: -9%;
    }

    .headerSosyal {
        top: 0;
    }

    .slider-yazi {
        padding: 0 23px;
        text-align: center !important;
    }

    .slider-yazi::before {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.7932422969187676) 100%, rgba(255, 255, 255, 0) 100%);
    }

    .slider-sol {
        display: none;
    }

    .slider .button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider .button .btn-style2 {
        float: none !important;
        width: 23% !important;
    }

    .hakkimizda .img-fluid {
        width: 100%;
    }

    .hakkimizda-resim {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hakkimizda-resim::before {
        content: none;
    }

    .hakkimizda-resim::after {
        bottom: -40px;
    }

    .hakkimizda-icerik {
        margin-top: 50px;
    }

    .dersler::before {
        display: none;
    }

    .ders-card {
        height: 190px;
    }

    .resim-hover::after {
        right: 11px;
    }

    .soru-resim {
        display: none;
    }

    .sss {
        display: none;
    }

    .mobil-sss {
        display: block;
    }

    .sss .container .row {
        margin-bottom: 0 !important;
    }

    .sss::before {
        content: none;
    }

    .iletisim-kutu {
        margin-bottom: 20px;
    }

    .iletisim-cont {
        height: 660px;
    }

    .iletisim-1::before {
        content: none;
    }

    .hakkimizda-resim::before {
        top: 20px;
    }


    .slider-buttons {
        width: 108px;
    }

    footer {
        margin-top: 60px;
        background-image: none;
    }

    .logo-row {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .short_image::before {
        display: none;
    }

    .short_image::after {
        display: none;
    }

    .bulten-liste .bulten-hover-icon {
        width: 89%;
        height: 85%;
    }

    .bulten-liste .bulten-card img {
        width: 100%;
        height: 100%;
    }

    .bulten-liste .bulten-card-body {
        left: 7%;
        width: 90%;
    }

    .ders-card img {
        width: 100%;
        height: 100%;
    }

    .ekip-card::after {
        content: none;
    }

    .pop-up {
        width: 94% !important;
        left: 3% !important;
    }

    .rakamlarlaBiz::before {
        content: none;
    }

    .galeri {
        margin-top: 0;
    }

    .galeri-cont .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .galeri::before {
        content: none;
    }

    .galeri-kutu {
        width: 96%;
    }

    footer::before, footer::after {
        content: none;
    }

    .footer-hakkimizda {
        margin-top: 30px;
    }

    .footer-logo {
        top: 0;
    }

    .bulten-tarih {
        width: 70%;
    }

    .ekip-card {
        height: 100%;
    }

    .ekip-liste .ekip-card {
        height: 100%;
    }

    .ekip-liste .ekip-card img {
        width: 100%;
    }

    .yorum-kutu {
        height: 290px !important;
    }

    .yorum-efekt {
        display: none;
    }
}

.whatsapp_sor {
    color: white;
    bottom: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 30px;
    background: #34AF23;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    text-decoration: none;
    border-radius: 100%;
}

.whatsapp_sor:hover {
    color: black;
}

.joinchat__box {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 48px;
    left: 28px;
    z-index: 9999;
    width: calc(100vw - 20px * 2);
    max-width: 400px;
    min-height: 170px;
    max-height: calc(100vh - 20px - 20pc);
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    text-align: left;
    overflow: hidden;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: 10% 100%;
}

.joinchat__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    height: 70px;
    padding: 0 70px 0 26px;
    margin: 0;
    background: rgb(37, 209, 102);
}

.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit !important;
    text-decoration: none !important;
    fill: white;
    opacity: .8;
}

.joinchat__powered svg {
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: -30%;
}

.joinchat__close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 50%;
    background-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease-out;
}

.joinchat__box__scroll {
    padding: 20px 0 70px;
    padding-bottom: calc(60px + 10px);
    background: #fff linear-gradient(0deg, rgba(37, 211, 102, 0.04), rgba(37, 211, 102, 0.04));
    overflow-x: hidden;
    overflow-y: auto;
    will-change: scroll-position;
}

.joinchat__message {
    position: relative;
    min-height: 60px;
    padding: 17px 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background: #fff;
    color: #4a4a4a;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    transform: translateZ(0);
}

.joinchat--show {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}

.wp-btn {
    font-weight: 600;
    transition: all .4s;
    background-color: #25d166;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 20px;
    margin-left: 26px;
}

.wp-btn:hover {
    color: black;
    background-color: #3aec7b;
}

.say-list h3 {
    width: 100%;
    background-color: var(--renk5);
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.4s;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.say-list2 h3 {
    width: 100%;
    background-color: var(--renk5);
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.say-list h3:hover, .say-list2 h3:hover {
    background-color: var(--renk4);
}

.pop-up, .pop-up img {
    border-radius: 10px
}

.pop-kutu, .pop-up {
    height: 100%;
    position: fixed
}

.pop-kutu {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .7)
}

.pop-up {
    width: 47%;
    top: 1%;
    background-color: #fff;
    max-height: 99vh;
    z-index: 9999 !important;
    left: 27%;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem
}

.pop-up img {
    position: relative;
    width: 98%;
    top: 0
}

.pop-up i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px
}