@import url('satoshi/fonts/css/satoshi.css');
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body{
    font-family: Satoshi-Light;
}
/* *********** TOP MENÜ *************** */
a:hover {
    text-decoration: none;
}
.top-bar {
    background-color: #90a4ae;
}
.ttm-topbar-wrapper {
    line-height: 48px;
}
.ttm-topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.top-info {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.top-info li {
    padding-right: 15px;
}
.top-info li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}
.top-info li a i {
    padding-right: 4px;
    font-size: 18px;
    background: white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.social-icons li a i {
    height: 20px;
    width: 20px;
}
.new-si li a {
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 20px;
    box-shadow: inset 0 0 0 40px #ebebeb;
    color: black !important;
    transition: all 0.3s ease-in-out 0s;
    display: block;
    border: none;
    line-height: 25px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}
.social-icons li a:hover {
    box-shadow: inset 0 0 0 3px #fff;
    color: white !important;
}
.site-branding {
    float: left;
    height: 99px;
    line-height: 98px;
}
.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}
.site-branding img {
    max-height: 90px;
    height: 90px;
}
.site-branding2 img {
    height: 50px;
}
.branding .buttons {
    height: 99px;
}
.right-bar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 16px;
}
.right-bar ul li {
    padding-left: 10px;
    border-right: 1px solid;
}
.right-bar ul li,
.right-bar ul li a {
    display: flex;
    align-items: center;
    color: #0d3044 !important;
}
li.address {
    max-width: 280px;
}
.buttons li {
    height: 90px;
}
.right-bar .icon {
    font-size: 26px;
    background-color: white;
    padding: 8px;
    margin-left: -33px;
    width: 50px;
    height: 50px;
}
.right-bar .icon i {
    background: #688493;
    width: 30px;
    height: 30px;
}

.right-bar .sum {
    padding-right: 5px;
    text-align: center;
    padding-left: 5px;
}
li.address p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
    padding-top: 17px;
}
.right-bar ul li {
    border: 3px solid #78909c6b;
    transition: all 0.5s ease-in-out;
}
.buttons li:last-child p {
    margin: 0;
}
.ttm-bgcolor-white {
    background-color: #fff;
}
.site-branding2 {
    display: none;
    height: 65px;
    line-height: 65px;
}
.home-link {
    line-height: 65px;
}
.site-navigation {
    position: relative;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
}
#site-header-menu #site-navigation .menu > ul > li {
    display: inline-block;
    position: relative;

    margin-left: -4px;
}
#site-header-menu #site-navigation .menu > ul > li > a {
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}
#site-header-menu #site-navigation .menu ul li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
#site-header-menu #site-navigation .menu ul ul > li {
    position: relative;
}
#site-header-menu #site-navigation .menu > ul li ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7f9094;
}
#site-header-menu #site-navigation .menu ul ul li:last-child {
    border: none;
}
.ttm-menu-toggle {
    float: right;
}
.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}
.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 65px;
    line-height: 65px;
    float: right;
}
.ttm-header-icons {
    padding-left: 5px;
}
.ttm-header-wrap {
    background-color: white;
}
.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}
.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
}
.mobile-menu {
    transition: 0.2s all;
    left: -100%;
    position: fixed;
}
.mobile-menu img {
    display: none;
}
.mobile-menu ul {
    padding: 15px;
    overflow-y: auto;
}
.mobile-menu .menu ul li {
    list-style: none;
    border-top: 1px solid #a7a7a7;
    width: 100%;
    padding: 7px;
}
.mobile-menu li.active {
    background: white;
    font-weight: 700;
}
.mobile-menu a {
    width: 100%;
    line-height: 29px;
    color: black;
    display: block;
}
.mobile-social-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.mobile-social-menu li {
    width: 20px;
    height: 20px;
    padding: 25px;
}
.mobile-social-menu li a {
    margin-top: -10px;
    display: block;
    margin-left: -9px;
}
.mobile-social-menu li a i {
    font-size: 21px;
}
#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
}
#site-header-menu #site-navigation .menu > ul > li {
    margin-left: -4px;
}
.ttm-sepline {
    display: none !important;
}
.mobile-menu.mobile-show {
    width: 300px;
    position: fixed;
    height: 100%;
    background: white;
    top: 0;
    z-index: 10000;
    display: block;
    left: 0;
    border-right: 1px solid #54585b69;
}
.mobile-show {
    display: block !important;
}
.mobile-menu.mobile-show img {
    display: block;
    padding: 15px;
    width: 100%;
}
.mobile-menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #a2a8ad87;
    z-index: 1000;
    top: 0;
}
.mobile-menu-bg {
    transition: 0.5s all;
}
.mobile-menu-bg.active:after {
    content: "";
    color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    background: #989c9f;
    padding: 10px;
    width: 46px;
    height: 53px;
}

.mobile-menu-bg.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 310px;
    width: 30px;
    -webkit-mask-image: url(rd-fonts/times.svg);
    mask-image: url(rd-fonts/times.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 30px;
    background: #ffffff;
    z-index: 1;
}
body .site-main {
    position: relative;
    z-index: 9;
    background-color: white;
}
.main-slider {
    position: relative;
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}
.ttm-search-overlay.st-show {
    visibility: visible;
    opacity: 0.98;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC),
    pointer;
}
.ttm-search-overlay {
    background: white;
}
.ttm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition: all 0.2s ease;
}
.ttm-search-overlay.st-show .ttm-search-outer {

}
.ttm-search-overlay .ttm-search-outer {
    position: relative;
    top: 20%;
    min-height: 350px;
    transition: all 0.6s ease 0s;
    display: flex;
    padding: 100px 20px 100px 20px;
    justify-content: center;
}
.ttm-search-overlay .ttm-search-outer .ttm-form-title {
    display: flex;
    font-size: 45px;
    line-height: 0;
    clear: both;
    color: black;
}
.ttm-search-overlay .ttm-site-searchform {
    position: absolute;
    top: auto;
    left: 50%;
    width: 700px;
    max-width: 100%;
    margin-left: -350px;
    height: 70px;
    line-height: 70px;
    transition: all 0.6s ease 0s;
    margin-top: 40px;
}
.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    background: none;
    color: black !important;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    outline: none;
    height: 60px;
    border: 2px solid black;
    margin: 0;
    border-top-right-radius: 25px;
    border-top-left-radius: 7px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: inherit;
    line-height: inherit;
}
.ttm-search-overlay .ttm-site-searchform button {
    padding: 0;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 70px;
    border: 0;
    border-left: 2px solid black;
    height: 59px;
    text-align: center;
    display: block;
    color: black;
    margin-top: 7px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    text-decoration: none;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.25s ease;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
}
a {
    color: #000000;
}
.mobile-menu ul.th-menudropdown.sub-menu.active {
    display: block !important;
    position: relative;
    width: 100%;
}
.mobile-menu ul.th-menudropdown.sub-menu {
    display: none !important;
}
li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    width: 130px;
    left: 0;
}
/* SLİDER */
.bg-beige{
    background-color: #FFF2D7;
}
.slider-badge{
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    color: #b17837;
    position: relative;
    bottom: 10px;
    font-size: 14px;
}
.main-slider .item .content {
    position: absolute;
    display: flex;
    width: 45%;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}
.main-slider .item .content .inner {
    position: relative;
    height: 300px;
}
.cbody {
    padding: 30px 30px;
    position: relative;
    text-align: left;
    border-radius: 20px;
}
.cbody .sum {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
}
.cbody .sum p{
    color:gray;
    font-size: 20px;
    line-height: 1.3;
}
.cbody h2 {
    font-weight: 900;
    font-size: 52px;
    color: #b17837;
}
.n-button {
    color: black !important;
    border-width: 2px;
    border-style: solid;
    border-color: #337569;
    position: relative;
    display: inline-block;
    padding: 6px 19px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
.n-button:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}
.n-button:before,
.n-button:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #337569;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}
.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}
.main-slider img {
    height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position: 84%;
}
.main-slider .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
/* FOOTER */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.fbody {
    position: relative;
    background: #181818;
}
.footer .widget {
    margin: 80px 0 40px;
}
.ttm-btn.btn-inline {
    font-weight: 700;
    position: absolute;
    bottom: 25px;
}
a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li > a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li > a,
.accordion .toggle-title a {
    transition: all 0.3s ease-in-out 0s;
}
.float {
    position: fixed;
    width: 60px;
    height: 30px;
    bottom: 0px;
    right: -2px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 40%;
    transform: translate(-50%, 0%);
}
.wp-span{
    z-index: 99;
    border:2px solid #25d366; 
    position: fixed;
    width: 111px;
    height: 33px;
    bottom: 0;

    background-color: white;
    color: green !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    left: 60%;
    transform: translate(-50%, 0%);
}
.float i {
    font-size: 39px;
    width: 21px;
    height: 27px;
    background: white;
}

.footer .widget .widget-title {
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}
.widget .widget-title {
    font-size: 23px;
    line-height: 28px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul > li {
    padding: 0 0 2px 0;
}
.widget ul > li {
    position: relative;
}
.footer .social-icons li > a,
footer ul li > a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
    color: rgb(0, 0, 0);
}
.sticky-footer {
    display: block;
    height: 62px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    z-index: 30000;
    padding-top: 0px;
}
.sticky-footer .one-fourth {
    width: 18%;
    float: left;
    color: #fff;
    text-align: center;
    height: 64px;
    position: relative;
    cursor: pointer;
    margin: 13px;
    border-radius: 15px;
}
.sticky-footer i {
    font-size: 21px;
    margin: auto;
    background: #b17837;
    width: 23px;
    height: 23px;
    position: relative;
    top: 10px;
}
.sticky-footer .one-fourth p {
    font-size: 14px;
}
.sticky-footer p {
    color: white !important;
    margin: 0;
    font-size: 15px
}
.footer .bottom-footer-text {
    position: relative;
}
.footer .bottom-footer-text:before {
    background: black;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;

}
.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.owl-dot.active span {
    background-color: #b17837;
}
.widget.widget_nav_menu a {
    padding-left: 16px;
    color: white;
}
.widget.widget_nav_menu a:before {
    content: "";
    background-color: white;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50px;
}
.custom-btn {
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn-8 {
    background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8:before {
    height: 0%;
    width: 2px;
}
.btn-8:after {
    width: 0%;
    height: 2px;
}
.btn-8:hover:before {
    height: 100%;
}
.btn-8:hover:after {
    width: 100%;
}
.btn-8:hover {
    background: transparent;
}
.btn-8 span:hover {
    color: #c797eb;
}
.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}
.btn-8 span:before {
    width: 2px;
    height: 0%;
}
.btn-8 span:after {
    height: 2px;
    width: 0%;
}
.btn-8 span:hover:before {
    height: 100%;
}
.btn-8 span:hover:after {
    width: 100%;
}
.about {
    background-color: antiquewhite;
}

.read-more-about{
    color: #b17837 !important;
    font-weight: 900;
    float: inline-end;
}
.ab-icerik {
    margin: auto;
}
ul.about-s {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}
ul.about-s li {
    width: 50%;
    position: relative;
}
ul.about-s li a {
    background: #b0bec585;
    display: flex;
    margin: 0px 31px 15px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 13px;
    z-index: 0;
    padding-bottom: 13px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
ul.about-s i {
    font-size: 26px;
    float: left;
    background-color: #eceff1;
    border-radius: 5px;
    margin: 0 10px;
    width: 40px;
}
ul.about-s li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfd8dc;
    top: 0;
    left: -100%;
    transition: 0.7s all;
    z-index: -1;
    display: block;
}
ul.about-s li a:hover:after {
    left: 0 !important;
}
.resim img {
    border-radius: 15px;
    width: 475px;
    object-fit: cover;
    height: 600px;
    box-shadow: rgb(0 0 0 / 27%) -15px 20px 6px 0px;
    position: relative;
    bottom: 30px;
}
.ab-icerik h2 {
    padding-top: 10px;
}
.ab-icerik h4{
    color: #b17837;
    font-style: italic;
    font-size: 20px;
}

.title-box {
    display: table;
    width: 100%;
}
.title-box .page-title-heading,
.breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.page-title-heading h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 6px;
    position: relative;
}
.breadcrumb-wrapper {
    text-align: right;
}
.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 15px;
    display: inline-block;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}
.breadcrumb-wrapper span:last-child {
    color: black !important;
    font-weight: 900;
}
.ttm-page-title-row {
    border-top: 1px solid rgba(128, 128, 128, 0.144);
    background: white;
    margin-top: 20px;
}
/* CARD1 */
.dinc-articles {
    padding: 0px 0px 100px 0px;
    background: white;
    margin-top: 50px;
}
.dinc-articles .box-art {
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: 350px;
    border-radius: 15px;
}
.dinc-articles .box-art img {
    height: 450px;
    object-fit: cover;
}
.dinc-articles .news-detail {
    position: absolute;
    bottom: -200px;
    transition: 0.5s all;
    width: 100%;
}
.dinc-articles .news-detail .slider-badge {

    height: 50px;

}
.dinc-articles .news-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: left;
    overflow: hidden;
    opacity: 0;
    transition: 1.2s all;
    color: white;
    margin-top: 30px;
}
.dinc-articles .box-art:hover .news-detail {
    bottom: 0;
    top: 0;
    background: #b17837c5;
    transition: 1.2s all;
}

.dinc-articles .news-detail .read-more-link{
    color: white;
    font-weight: 900;
}


.dinc-articles .box-art:hover .news-detail .inner {
    position: relative;
    top: 50px;
}

.dinc-articles .box-art:hover .news-detail p {
    opacity: 1;
}
.box-art:hover img {
    transform: scale(1.1);
}
.box-art img {
    transition: all 400ms ease;
}
/* CARD2 */
.contenttitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e4e4e;
}
.sitenitasarlacom-icerik2 {
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.lazyKukumavNet {
    display: block;
    width: 100%;
}
.cont-marka-baslik {
    font-size: 25px;
    color: #3b3b39;
}
.cizgiduz::after {
    position: absolute;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    top: 19px;
    background: #3b3b39;
    margin: 0 0 0 14px;
}
.conicon {
    display: flex;
    align-items: center;
}
.conicon .resim {
    padding-right: 10px;
    width: 75px !important;
    height: 65px !important;
}
.conicon .resim img,
.conicon .resim figure {
    width: 65px !important;
    height: 65px !important;
    display: block;
    position: relative;
}
.deneme {
    width: 50px;
    height: 50px;
    background: red;
}
.anab1 {
    font-weight: bold;
    font-size: 45px;
    color: #4e4e4e;
    line-height: 1.1;
}
/* YORUMLAR */
.comments:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.4;
}
.comments {
    position: relative;
}
.comments .item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 31px;
    -webkit-mask-image: url(rd-fonts/quote-left.svg);
    mask-image: url(rd-fonts/quote-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}
.comments .item:after {
    content: "";
    position: absolute;
    bottom: 7px;
    font-size: 35px;
    right: 30px;
    -webkit-mask-image: url(rd-fonts/quote-right.svg);
    mask-image: url(rd-fonts/quote-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}
.comments p.content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
}
.comments .item {
    padding: 15px;
    border-radius: 20px;
    border: 3px solid lightgray;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#totop.top-visible i {
    width: 20px;
    height: 20px;
    background: white;
}

#totop {
    font-weight: 900;
    position: fixed;
    right: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #bab9ba !important;
    color: #fff !important;
    bottom: 69px;
}
.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
    box-shadow: rgb(0 0 0 / 45%) 0px 11px 20px -20px;
    min-height: 420px;
 }
.ttm-post-format-icon {
    display: none !important;
    background: black;
}
.ttm-post-thumbnail img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 225px;
    object-fit: cover;
}
.ttm-box-post-date {
    display: none;
}
.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    min-height: 205px;
    padding: 15px;
    border-left: 1px solid rgba(128, 128, 128, 0.11);
    border-right: 1px solid rgba(128, 128, 128, 0.11);

}
.post-title.featured-title {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
}
.featured-title h5 {
    font-weight: 900;
    font-size: 18px;
}
.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}
.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.widget .new-si li a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    padding-top: 6px;
    border-radius: 0px;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    -webkit-mask-image: url(rd-fonts/angle-left.svg);
    mask-image: url(rd-fonts/angle-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #ffffff;
    content: "" !important;
    margin-left: 5px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {
    -webkit-mask-image: url(rd-fonts/angle-right.svg);
    mask-image: url(rd-fonts/angle-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #ffffff;
    content: "" !important;
    margin-left: 5px;
}
.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    background: white;
}
.owl-carousel {
    display: block !important;
}
.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important;
}
.owl-carousel img {
    width: 100% !important;
}
.services-head-image {
    width: 50px;
    height: 50px;
}
.services-head {
    padding-bottom: 30px;
}
.services-head h2{
    font-weight: 400;
    font-size: 52px;
}

.services-head h4{
    font-weight: 400;
    font-size: 24px;
    font-style: italic;
    color:#b17837;
}

.dinc-articles .owl-theme .owl-dots .owl-dot span{
    height: 25px;
    width: 25px;
    border-radius: 1px;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 26px;
    background-color: #b17837;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
}

.post-detail {
    padding: 20px 0;
}
.inner-container {
    padding: 15px;
}
.pagination {
    justify-content: center;
}
.pagination li a,
.pagination li span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.pagination li span {
    color: #aeaeae;
}
.pagination li.active span {
    background: #04407e;
    color: #fff;
}
.ttm-header-search-link a .fa-search {
    width: 15px;
    height: 15px;
    background: #b17837;
    display: inline-block;
    margin-top: 6px;
}
.ttm-search-overlay {
    display: none;
}
.ttm-search-overlay.st-show {
    display: block;
}
.w-search-input .fa-search {
    width: 15px;
    height: 15px;
    background: black;
    display: inline-block;
}
.w-search-input .searchform-s::placeholder {
    color: #fff;
}
.menu-footer-contact-links li a {
    display: flex;
    align-items: center;
}
.menu-footer-contact-links li a i {
    width: 18px;
    height: 18px;
    background: #000;
    display: inline-block;
    margin-right: 5px;
}
img {
    max-width: 100%;
}
.dsa-logo img {
    max-height: 40px;
}

.btn-23,
.btn-23 *,
.btn-23 :after,
.btn-23 :before,
.btn-23:after,
.btn-23:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-23 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #b17837;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
}

.btn-23:disabled {
  cursor: default;
}

.btn-23:-moz-focusring {
  outline: auto;
}

.btn-23 svg {
  display: block;
  vertical-align: middle;
}

.btn-23 [hidden] {
  display: none;
}

.btn-23 {
  border-radius: 10px;
  overflow: hidden;
  padding: 0.8rem 3rem;
  position: relative;
  width: 100%;
}

.btn-23 span i{
    height: 15px;
    width: 30px;
    background-color: white;
    display: inline-flex;
}

.btn-23 span {
    inset: 0;
    place-items: center;
    position: absolute;
    transition: opacity 0.2s ease;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: white !important;
}

.btn-23 .marquee {
    --spacing: 8em;
    --start: 13em;
    --end: 10em;
    -webkit-animation: marquee 1s linear infinite;
    animation: marquee 2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0;
    position: relative;
    color: white !important;
    text-shadow: #fff var(--spacing) 0, #fff calc(var(--spacing)* -1) 0, #fff calc(var(--spacing)* -2) 0;
}

.btn-23:hover .marquee {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1;
  color: white !important;
}

.btn-23:hover .text {
  opacity: 0;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(var(--start));
  }

  to {
    transform: translateX(var(--end));
  }
}

@keyframes marquee {
  0% {
    transform: translateX(var(--start));
  }

  to {
    transform: translateX(var(--end));
  }
}


.read-more-buttons {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: white !important;
    z-index: 1;
    background: #b17837;
    position: relative;
    font-weight: 1000;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms;
    overflow: hidden;
   }
   
   .read-more-buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 15px;
    background-color: #fff2d7;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
    transition: all 250ms
   }
   
   .read-more-buttons:hover {
    color: #b17837 !important;
   }
   
   .read-more-buttons:hover::before {
    width: 100%;
   }

   .galleryy {
    --g: 20px;
    display: grid;
    width: 90%; 
    aspect-ratio: 1;
    grid: auto-flow 1fr/repeat(3,1fr);
    gap: var(--g);
  }
  .btn-light{
    background-color: #FFF2D7;
    border-color: #FFF2D7;
  }
  .galleryy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:sepia(0.3);
    cursor: pointer;
    transition: .5s;
  }
  .galleryy img:hover {
    filter: grayscale(0);
  }
  .galleryy img:nth-child(2) {
    grid-area: 1/2/span 2/span 2;
    clip-path: polygon(0 0,100% 0,100% 100%,calc(50% + var(--g)/4) 100%,0 calc(50% - var(--g)/4))
  }
  .galleryy img:nth-child(3) {
    grid-area: 2/1/span 2/span 2;
    clip-path: polygon(0 0,calc(50% - var(--g)/4) 0,100% calc(50% + var(--g)/4),100% 100%,0 100%);
  }
  
.galleries-sec{
    padding-top: 130px;
    padding-bottom: 100px;
}

.mainpage-contact{
    padding-top: 75px;
    padding-bottom: 75px;
    /* background-image: url('/2024/05/phone-left-bg2.jpg'); */
    background-size: cover;

}

.contact-form-inner label{
    font-weight: 900;
    color: white;
}

.contact-form-inner label{
    font-weight: 900;
}

.contact-box-inner{
    padding: 25px;
}

.contact-box-inner h4{
    font-size: 30px;
    font-weight: 600;
    color: #915717;
}


.contact-first-col{
    background-color: white;
    position: relative;
    padding: 40px;

    border-radius: 50px;
    box-shadow:rgb(0 0 0 / 71%) 0px 0px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.contact-alternatives i{
    height: 35px;
    width: 35px;
    background-color: #915717;
    display: inline-flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: auto;
}

.contact-alternatives {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-alternatives span {
    background-color: white;
    box-shadow: rgb(63 63 63 / 20%) 0px 8px 24px;
    height: 55px;
    width: 55px;
    display: inline-flex;
    border-radius: 50%;
    padding: 13px;
    margin-top: 30px;
}

.contact-alternatives a {
    position: relative;
    bottom: 15px;
    left: 8px;
}

.contact-alternatives span:hover {
    background-color:#915717;
    transition: all 0.5s ease-in-out 0s;

}
.contact-alternatives span:hover i{
    background-color:white;
    transition: all 0.5s ease-in-out 0s;

}
.contact-alternatives span:hover .alternatives{
    color: #915717;
    transition: all 0.5s ease-in-out 0s;

}

.contact-form-area .form-control{
    border-radius: 15px !important;
    background: #FFF2D7;
}

.contact-form-area{
    background-color: #f8dcbe;
    padding: 50px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.btn-success{
    background-color:white;
    border-color: white;
    color: black;
    font-weight: 900;
}

.btn-success:hover{
    background-color:#FFF2D7;
    border-color: #915717;
    color: black;
    font-weight: 900;
}

.contact-form-area button{
    width: 100%;
    border-radius: 15px;
}

@media (max-width:768px) {
    .contact-first-col{
        padding: 0px;
        border-radius: 15px;
    }
    .mainpage-contact {
        padding-top: 20px;
        padding-bottom: 29px;
     }
    
.contact-alternatives i{
    height: 22px;
    width: 20px;
    background-color: #915717;
    display: inline-flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: auto;
}
    .contact-alternatives span{
        height: 45px;
        width: 45px;
    }
}


.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
}
.input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: white;

    padding-right: 40px;
    color: black;
}
.input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 100;
    color: black;
}
.btn-search{
    width: 46px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    color:#ffffff ;
    background-color: white;
    pointer-events: painted;
}

.btn-search:focus{
    position: relative;
    left: 0px;
}

.btn-search:focus ~ .input-search{
    width: 620px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 0px;
    background-color: white;
    z-index: 99;
    border-bottom:2px solid #b17837;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
    width: 580px;
    position: absolute;
    right: 5px;
    top: 20px;
    border-radius: 0px;
    background-color: white;
    z-index: 99;
    border-bottom:2px solid #b17837;

}

@media (max-width: 768px) {
    .btn-search{
        left: -30px;
        margin-right: -33px;
        background-color: white;
        z-index: 999;
    }
    .btn-search:focus ~ .input-search{
        min-width: 330px;
        max-width: 380px;
        width: 350px;
        text-align: center;
        position: absolute;
        right: 50px;
        top: 0px;
        height: 65px;
        border-radius: 0px;
        background-color: white;
        z-index: 99;
        border-bottom:2px solid #b17837;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }
    .input-search:focus{
        min-width: 330px;
        max-width: 425px;
        text-align: center;
        height: 65px;
        width: 500px;
        position: absolute;
        right: 10px;
        top: 0px;
        border-radius: 0px;
        background-color: white;
        z-index: 99;
        border-bottom:none;

    }
    .input-search:focus .btn-search{
        position: absolute;
        left: -15px;
    }
}

.search-box .fa-search{
    height: 16px;
    width: 20px;
    background-color: #b17837;
    position: relative;
    top: 9px;
    z-index: 999;
}

