/* Kaydırma Çaubuğu */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }


:root {
    --YazıRenk: #fff;
    --AnaRenk: #009c81;
}

body {
    background-color: white;
    font-family: 'Raleway', sans-serif;
    color: black;
    font-size: 16px;
    overflow-x: hidden;
}

.animate__animated {
    --animate-duration: 2s;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.no-gutters {
    padding: 0;
}
/*Header*/
header {
    height: 100vh;
    width: 100%;
    position: relative;
}

.img-Brand {
    width: 180px;
    height: auto;
    object-fit: cover;
}

.menu-bg {
    position: relative;
    z-index: 9;
}

.navbar .navbar-nav .nav-item {
    position: relative;
}

    .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 18px;
        transition: .5s linear;
    }

        .navbar .navbar-nav .nav-item .nav-link:hover {
            color: #37b19c;
        }

.navbar.sticky .navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

.navbar .navbar-nav .nav-item::after {
    content: '';
    height: 3px;
    width: 0;
    background-color: #37b19c;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: .5s ease-in-out;
}

.navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
}




.logo-two {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.sticky .logo-one {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.sticky .logo-two {
    opacity: 1;
    visibility: visible;
    display: block;
}




.carousel-item {
    height: 100vh;
    background: no-repeat center center scroll linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    -webkit-backdrop-size: cover;
    background-size: cover;
}

.carousel-caption {
    bottom: 400px;
    z-index: 99;
}

    .carousel-caption h5 {
        letter-spacing: 2px;
        font-size: 35px;
        text-transform: uppercase;
        margin-top: 25px;
    }

.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(18, 139, 119,.2);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255,.5);
    outline-offset: 0;
    text-shadow: none;
    transition: all .5s cubic-bezier(0.19,1,0.22,1);
    color: #fff;
    padding: 10px 20px;
}

    .btn-5:hover {
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(18, 139, 119, .5), 0 0 20px rgba(18, 139, 119, .2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #37b19c;
        color: #37b19c;
    }

.btn-6 {
    border: 1px solid;
    box-shadow: inset 0 0 20 rgba(30, 145, 125, .4);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0;
    text-shadow: none;
    transition: all .5s cubic-bezier(0.19,1,0.22,1);
    color: #000;
    padding: 10px 20px;
}

    .btn-6:hover {
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(18, 139, 119, .5),0 0 20px rgba(18, 139, 119, .2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 4px #37b19c;
        color: #37b19c;
    }

.carousel-control-prev, .carousel-control-next, .carousel-indicators {
    z-index: 999;
}

.perdex {
    background-color: rgb(0 0 0 / 74%);
    position: absolute;
    z-index: 9;
    top: 0;
    height: 100vh;
    width: 100%;
}

.messageBox {
    position: absolute;
    bottom: 0;
    left: 120px;
    padding: 20px 10px;
    width: 25%;
    background-color: #37b19c;
    text-align: center;
    z-index: 999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .5s ease-in-out;
    font-size: 18px;
}

.iconHover {
    transition: all .5s ease-in-out;
}

.messageBox:hover a .iconHover {
    transform: translateY(-5px);
}

.modal-header {
    background-color: #37b19c;
    background-image: linear-gradient(50deg,#37b19c,#0E8264,#37B1B5);
}

/*Header end*/

/*Swipper*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
}

.section_item_title {
    color: #4fb7a5;
    font-size: 36px;
    font-weight: 400;
}

.swiper-container_haber {
    padding: 6% 0px;
}

.swiper-slide {
    background-color: #fff;
    height: 100%;
}

.haber_item {
    border: 1px solid #f7f7f7;
    transition: .5s;
}

    .haber_item:hover {
        border: 1px solid #0E8264;
        transition: .5s;
        cursor: pointer;
    }

.haber_item_img {
    overflow: hidden;
    width: 75%;
    margin: auto;
}

    .haber_item_img img {
        transition: ease-in-out .5s;
        width: 100%;
        filter: grayscale(100%);
    }

.haber_item:hover .haber_item_img img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.section_item_slider {
    overflow: hidden;
}

.swiper-pagination-bullet {
    background: #4ACCD4 !important;
}
/*Swipper end*/

.Boşluk {
    margin-top: 2rem;
}
/*Responsive*/
@media (max-width: 576px) {
    header {
        height: 30vh;
    }

    .carousel-item {
        height: 30vh;
    }

    .perdex {
        height: 30vh;
    }

    .messageBox {
        display: none;
    }

    .swiper-slide {
        width: 240px;
        height: 110px;
        font-size: 14px;
    }

    .Boşluk {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    header {
        height: 36vh;
    }

    .carousel-item {
        height: 36vh;
    }

    .perdex {
        height: 36vh;
    }

    .messageBox {
        display: none;
    }

    .swiper-slide {
        width: 240px;
        height: 110px;
        font-size: 14px;
    }

    .carousel-caption {
        bottom: 100px;
    }

    .swiper-slide {
        width: 300px;
        height: 300px;
        font-size: 14px;
    }

    .Boşluk {
        margin-top: 1rem;
    }
}

/*Responsive End*/
/*Mobil Menu*/
.deskop_menu .navbar {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s;
}

    .deskop_menu .navbar.header {
        background-color: rgb(255 255 0255 / 92%);
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        z-index: 99;
        top: 0px;
        height: 85px;
    }

        .deskop_menu .navbar.header .navbar-brand img {
            filter: none;
            transition: all .5s;
        }

        .deskop_menu .navbar.header .nav-item .nav-link {
            color: #000 !important;
        }

    .deskop_menu .navbar .navbar-brand img {
        transition: ease-in-out .5s;
        max-height: 80px;
    }

    .deskop_menu .navbar .navbar-nav .nav-item:last-child {
        margin: 0px;
    }

    .deskop_menu .navbar .navbar-nav li a {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        position: relative;
    }


.deskop_menu .navbar-nav .nav-item.dropdown .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
    background-color: transparent;
}

.deskop_menu .navbar-nav .nav-item.dropdown .dropdown-menu li {
    padding: 3px 0px;
}

    .deskop_menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
        color: #fff;
        text-align: left;
        padding: 0px;
        font-size: 15px;
        font-weight: 400;
        transition: ease-in-out .5s;
        padding: 3px;
    }

        .deskop_menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
            background-color: transparent;
            transform: translateX(5px);
        }

.deskop_menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.deskop_menu .lang_ul li {
    display: inline-block;
    margin: 0px 5px;
}

    .deskop_menu .lang_ul li a {
        color: #989898;
        font-size: 16px;
        font-weight: 500;
    }

.deskop_menu .navbar-collapse {
}

.deskop_menu .lang_ul .active_tab a {
    color: #fff;
}

.sticky {
    color: #000;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 5px 0px rgb(142, 142, 142);
}


/*arama btn*/


.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.input,
.buttonn {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}

.fill-currentcolor {
    fill: currentcolor;
    color: #fff;
}

.fill-none {
    fill: none;
}

.icon {
    width: 24px;
    height: 24px;
    transition: .3s ease-out;
}

@media (min-width: 768px) {
    .icon {
        width: 32px;
        height: 32px;
    }
}

.buttonn {
    cursor: pointer;
}

.buttonn-open {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.buttonn-open1 {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.buttonn-close {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
}

.buttonn-close2 {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
}

.buttonn-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 25px 16px 21px;
}

@media (min-width: 768px) {
    .buttonn-search {
        padding: 30px 48px;
    }
}

.form-search {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .form-search {
        max-width: 720px;
    }
}

.input-search {
    padding: 26px 16px 25px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
    background-color: #fff;
    box-shadow: 0 0px 0px rgba(160, 160, 160, 0.6), 0 3px 3px rgba(125, 125, 125, 0.4), 0 4px 9px rgba(142, 142, 142, 0.3);
}

@media (min-width: 768px) {
    .input-search {
        padding: 29px 80px 29px 48px;
        font-size: 32px;
    }
}

.input-search::placeholder {
    color: #BFBFBF;
}

.overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    position: fixed;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,0.8155637254901961) 100%);
    z-index: 99;
}

.overlay {
    align-items: center;
    align-content: center;
}

    .overlay button:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }

.hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.hiding .buttonn-search,
.hiding .input-search {
    opacity: 0;
}

.hiding .button-search {
    transform: translate3d(0, 33%, 0);
}

.hiding .input-search {
    transform: translate3d(0, 50%, 0);
}

.showing {
    max-height: 100vh;
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
}

.buttonn-search {
    transition: .4s .6s ease-out;
}

.input-search {
    transition: .8s .3s ease-out;
}

.perde {
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}

/*arama btn*/

/*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #37b19c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidebar_active {
    width: 450px;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
    animation-delay: .5s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
    animation-delay: .7s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
    animation-delay: .9s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
    animation-delay: 1.1s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
    animation-delay: 1.2s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
    animation-delay: 1.3s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
    animation-delay: 1.4s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
    animation-delay: 1.5s;
}

#dismiss_mobil {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.accordion-menu {
    width: 100%;
    border-radius: 4px;
}

.mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 5px;
}

    .dropdownlink i {
        position: absolute;
        top: 6px;
        left: 16px;
    }

    .dropdownlink .fa-chevron-down {
        right: 10px;
        left: auto;
    }

.submenuItems {
    display: none;
}

    .submenuItems a {
        display: block;
        color: #727272;
        padding: 12px 12px 12px 45px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

.mobil_dropdown_content {
    padding-top: 20px;
}

.submenuItems a:hover {
    color: #fff;
}

.sidenav_ul ul {
    margin-bottom: 0px;
}

    .sidenav_ul ul li {
        padding: 5px 5px;
    }

        .sidenav_ul ul li a {
            font-size: 24px;
            font-weight: 700;
            color: #ffffff;
            padding: 5px;
            white-space: nowrap
        }

ul.submenuItems {
    margin-top: 15px;
}

.nav_mobil_bg .accordion-menu {
    background: transparent;
}

.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}

.sidenav_ul ul li a::after {
    display: none;
}

.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
}

.accordion-menu ul li {
    padding: 5px;
}

.mobil_social li {
    display: inline-block;
    padding: 5px !important;
    border-bottom: none !important;
}

.sidenav_ul ul li .mobil_link span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.overlay_mobil_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay_mobil_bg_active {
    display: block;
    opacity: 1;
}

.wrapper-menu {
    width: 30px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

    .wrapper-menu.open {
        transform: rotate(-45deg);
    }

.line-menu {
    background-color: #333;
    border-radius: 5px;
    width: 100%;
    height: 4px;
}

    .line-menu.half {
        width: 50%;
    }

    .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.mobil_menu .menu_lang {
    animation-delay: .5s;
    display: inline-block;
    margin-bottom: 0;
}

.mobil_social {
    animation-delay: 1.5s;
}

    .mobil_social li,
    .mobil_menu .menu_lang li {
        display: inline-block;
        padding: 5px;
    }

.navbar_mobil_bg {
    display: none;
}

#mobil_btn {
    display: none
}

@media(max-width:991px) {
    #mobil_btn {
        display: block;
        color: #fff;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 50px;
    }
}

@media(max-width:565px) {
    .sidebar_active {
        width: 100%;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 40px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}
/*Mobil Menu End*/
/*swipper */
.swiper-container {
    width: 100%;
    height: 100%;
    padding: 8% 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.sliderbg {
    position: relative;
    overflow: hidden;
}

    .sliderbg .carousel-caption-txt {
        position: absolute;
        bottom: -17%;
        left: 50.5%;
        padding: 33px 20px;
        color: #000;
        text-align: left;
        background-color: #fff;
        border: 1px solid #f5f5f5;
        width: 30%;
        height: 300px;
        box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 5%);
    }

        .sliderbg .carousel-caption-txt .caption-txt-ust {
            font-size: 13px;
            line-height: 1.2em;
            font-weight: 700;
            letter-spacing: .0625rem;
            text-transform: uppercase;
            position: relative;
            padding-left: 16px;
            margin-bottom: 15px;
        }

            .sliderbg .carousel-caption-txt .caption-txt-ust:before {
                content: "";
                width: 5px;
                height: 15px;
                background: #a7cf37;
                position: absolute;
                left: 0;
                top: 1px;
            }

        .sliderbg .carousel-caption-txt h5 {
            font-size: calc(25px + 7 * ((100vw - 420px) / 860));
            font-size: calc(1.5625rem + 7 * ((100vw - 26.25rem) / 860));
            line-height: 1.1em;
            font-weight: 700;
            letter-spacing: -1px;
            letter-spacing: -.0625rem;
            margin: .875em 0 .5em;
        }

        .sliderbg .carousel-caption-txt p {
            font-size: calc(15px + 1 * ((100vw - 420px) / 860));
            font-size: calc(.9375rem + 1 * ((100vw - 26.25rem) / 860));
            line-height: 30px;
            line-height: 1.875rem;
            letter-spacing: -.3px;
            letter-spacing: -.01875rem;
            color: #7f7f7f;
            margin-bottom: 1.5em;
        }


        .sliderbg .carousel-caption-txt a {
            color: #1a291d;
            font-size: 1rem;
        }

    .sliderbg .left-right-bg {
        background-color: #009c81;
        width: 120px;
        height: 80px;
        position: absolute;
        margin: auto;
        left: 40%;
        color: #fff;
        margin-top: 15px;
    }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff !important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
}

.sliderbg .sld-ico-left {
    color: #fff;
    font-size: 35px;
    position: relative;
    padding-left: 30px;
}

.sliderbg .sld-ico-right {
    color: #fff;
    font-size: 35px;
    position: relative;
    padding-right: 30px;
}

.w-60 {
    width: 60% !important;
}
/*footer*/

@media (max-width: 575.98px) {
    .left-right-bg {
        display: none;
    }

    .w-60 {
        width: 100% !important;
    }

    .sliderbg .carousel-caption-txt {
        bottom: 0;
        height: 100px;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 991.98px) {

    .w-60 {
        width: 100% !important;
    }

    .sliderbg .carousel-caption-txt {
        left: 0;
        bottom: 0;
        height: 100px;
        padding: 0;
        width: 100%;
    }

    .caption-txt-ust {
        display: none;
    }

    .carousel-caption-txt p {
        display: none;
    }

    .left-right-bg {
        display: none;
    }
}

.liHover {
    transition: .5s ease-in;
}

    .liHover:hover {
        transform: translateX(10px);
    }

@media (max-width: 1399.98px) {
    .carousel-caption {
        bottom: 100px;
    }
}

#brand {
    border-top: 5px solid #009c81;
    border-bottom: 5px solid #009c81;
}
/*parallax*/
#parallax {
   
    background-size: cover !important;
    width: 100%;
    height: 500px;
    background:no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

    #parallax h3 {
        font-size: 45px;
        padding: 10% 0 0 0;
        transition: all .3s ease-in;
        cursor: pointer;
    }

    #parallax a {
        text-decoration: none;
        color: #fff;
        transition: all .5s ease-in;
        font-size: 36px;
    }

        #parallax a:hover, #parallax h3:hover {
            color: #009c81;
        }

@media (max-width: 575.98px) {
    #parallax {
        height: 300px;
        width: 100%;
    }

        #parallax h3 {
            font-size: 35px;
            padding: 10% 0 0 0;
            background-size: 50%;
        }

        #parallax a {
            font-size: 24px;
        }
}

@media (max-width: 991.98px) {
    .MobileSize {
        width: 50% !important;
    }
}

.banner {
    position: relative;
}

    .banner h1 {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: var(--YazıRenk);
        z-index: 1000;
        font-size: 45px;
    }

.overPerde {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.sol_menu {
    border: 1px solid #ededed;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

    .sol_menu ul {
        padding-left: 0;
        margin-bottom: 0px;
    }

        .sol_menu ul li {
            border-bottom: 1px solid #f7f7f7;
            padding: 8px;
            font-size: 18px;
            transition: .5s;
        }


            .sol_menu ul li:hover.Sol_acytive {
                background-color: var(--AnaRenk);
                transition: .5s;
            }


            .sol_menu ul li a {
                color: #000;
            }

            .sol_menu ul li:hover a {
                color: #fff;
            }

.wrapper {
    max-width: 1100px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

    .gallery .image {
        padding: 7px;
        width: calc(100% / 3);
    }

        .gallery .image span {
            display: flex;
            width: 100%;
            overflow: hidden;
        }

        .gallery .image img {
            width: 100%;
            vertical-align: middle;
            transition: all .7s ease;
        }

        .gallery .image:hover img {
            filter: grayscale(100%);
            transform: scale(1.1);
        }

.preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

    .preview-box.show {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
        transition: all 0.3s ease;
    }

    .preview-box .details {
        display: flex;
        align-items: center;
        padding: 12px 15px 12px 10px;
        justify-content: space-between;
    }

        .preview-box .details .title {
            display: flex;
            font-size: 18px;
            font-weight: 400;
        }

.details .title p {
    margin: 0 5px;
}

    .details .title p.current-img {
        font-weight: 500;
    }

.details .icon {
    color: #007bff;
    font-size: 20px;
    cursor: pointer;
}

.preview-box .image-box {
    display: flex;
    width: 100%;
    position: relative;
}

.image-box .slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.slide.prev {
    left: 0px;
}

.slide.next {
    right: 0px;
}

.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.45);
}

@media(max-width: 1000px) {
    .gallery .image {
        width: calc(100% / 2);
    }
}

@media(max-width: 600px) {
    .gallery .image {
        width: 100%;
        padding: 4px;
    }
}

.servicesImg {
    transition: .7s ease-in-out;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

    .servicesImg:hover {
        transform: scale(1.03);
    }

.learn {
    width: 12rem;
    height: auto;
}

    .learn .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        padding: 4%;
        text-align: center;
        color: #fff;
        width: 6rem;
        height: 3rem;
        background: #282936;
        border-radius: 1.625rem;
    }

        .learn .circle .icon.Arrow {
            transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
            left: 0.625rem;
            width: 1.125rem;
            height: 0.125rem;
            background: none;
        }

.counter {
    font-size: 40px;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.countbg {
    position: relative;
    border: 1px solid #ededed;
    border-radius: 2px;
}

    .countbg span {
        font-size: 18px;
        color: #e1e1e1;
        margin-left: 10px;
        position: absolute;
        right: 14%;
        bottom: 36%;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

.syf-title {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-bottom: 15px;
    color: var(--AnaRenk);
}


.servis-card {
    height: 200px;
    padding: 30px 25px;
    background-color: #fff;
    border-radius: 5px;
}

    .servis-card p {
        font-size: 15px;
        color: #000;
        font-weight: 300;
        line-height: 23px;
        text-align: justify;
    }

.servis-title {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
    color: #0E8264;
    font-weight: 600;
}

.servisbg {
    background-image: url(../images/img/servisbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 50px 0;
}

.project1-ico {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 40px 10px;
    height: 160px;
    width: 85%;
    text-align: center;
    box-shadow: -1px 5px 8px 2px #d9d9d9;
}

.project-title {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}



.sembol_wp {
    position: fixed;
    bottom: 10px;
    right: 100px;
    z-index: 999;
    animation-name: moveFromLeft;
    animation-duration: 1s;
}

    .sembol_wp .sembol_wp_btn {
 
        border-radius: 40px;
        bottom: 10px;
        color: #fff;
        display: table;
        height: 85px;
        right: 90px;
        min-width: 60px;
        text-align: center;
        overflow: hidden;

    }

        .sembol_wp .sembol_wp_btn img {
            display: inline-block;
            max-width: 100%;
        }

        .sembol_wp .sembol_wp_btn i {
            display: inline-block;
            width: 60px;
            margin: 12px 10px 0;
        }

.sembol_wp_span {
    width: 25px;
    height: 25px;
    background: red;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 6px;
    animation-name: zoomIn;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: backwards;
}