/* GeneralCss */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body,
html {
    font-family: 'Lato', sans-serif;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.owl-controls.clickable{
    display: block  !important;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
    width: 40px;
    height: 40px;
    line-height: 43px;
    margin-top: -20px;
    text-align: center;
    background: none;
    border: 2px solid #093082;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;


    &,
    svg path {
        transition: 300ms ease all;
    }

    svg {
        fill: #093082;
    }
}
.owl-controls .owl-prev .fa, .owl-controls .owl-next .fa {
    font-size: 26px;
    font-weight: 900;
}
.owl-controls .owl-next {
    right: -60px;
}
.owl-controls .owl-prev {
    left: -60px;
}
.owl-controls .owl-next:hover, .owl-controls .owl-prev:hover{
    border-color: #009EE3;
    background-color: transparent;
    color: #009EE3;

    svg {
        fill: #009EE3;
    }
}
.view-details-btn {
    padding: 15px 20px;
    margin: 0;
    border: 2px solid transparent;
    background-color: #093082;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    outline-color: none;
    outline-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 25px;
}
.view-details-btn:hover {
    background-color: #000;
    color: #fff;
}

.upcoming-property-section {
    padding-top: 0;
    position: relative;
    margin-top: 10px;
}
.upcoming-property-section::before {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    border-top: 1px solid #dadde6;
    content: '';
}
.upcoming-property-section .upcoming-sec-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2c2e3d;
    position: relative;
    margin: 20px;
    display: inline-block;
}
.upcoming-property-section .upcoming-sec-title:before {
    position: absolute;
    left: -20px;
    height: 20px;
    border: 2px solid #093082;
    content: '';
    top: 2px;
}
.footer-layout-one {
    padding: 10px 0px 10px 0px;
    background: url(/upload/ckfinder/images/icon/header-bg.png) no-repeat;
    background-size: cover;
    background-position: 50% 70%;
}
.footer-layout-one .footer-widget h4 {
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 800;
    color: #343851;
}
.footer-layout-one .mapfooter {
    border: 7px solid #fff;
    -webkit-box-shadow: 0 0 90px 0 rgba(111,120,142,.2);
    box-shadow: 0 0 90px 0 rgba(111,120,142,.2);
    height: 100px;
    position: relative;
    overflow: hidden;
}
.homebolumimage .image {
    position: relative;
}
.homebolumimage .content {
    position: absolute;
    top: 30%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.homebolumimage .content h4 {
    font-weight: bold;
    color:#fff;
    font-size: 50px;
    margin-bottom: 20px;
}
.homebolumimage .content .spanac{
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    margin-top: 40px;
    display: block;
}
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.text-white {
    color: #fff!important;
}
.p-0 {
    padding: 0;
}
.hakkimizda-tasiyici {
    padding: 40px 15px;
}


.acr-single-img-wrapper img.responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.acr-single-img-wrapper .acr-dots {
    width: 100%;
    height: 100%;
    content: '';
    background-position: 0 0,6px 6px;
    background-size: 12px 12px;
    position: absolute;
    display: block;
    background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
    background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-color: transparent;
    top: -17px;
    left: 17px;
    opacity: 1;
    z-index: -1;
}

.section-title-wrap {
    margin-left: 30px;
    margin-top: 60px;
}

.section-title-wrap h2 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    color: #000000;
}

.section-title-wrap p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #515151;
    max-width: 600px;
    margin: 10px 0;
}

.section-title-wrap a.btn-custom {
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #009EE3;
    line-height: 24px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}
a.btn-custom:hover {
    background-color: #484848;
}
.at-Call-sec {
    margin-top: 10px;
    margin-bottom: 20px;
}

.at-Call-left {
    float: left;
    width: 50%;
    margin-left: -5%;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    overflow: hidden;
    border-right: 10px solid #ffffff;
}
.at-inside-Call {
    padding: 100px 80px 100px 170px;
    text-align: right;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.at-inside-Call h5 {
    color: #111111;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 8px;
}
.at-inside-Call h2 {
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 26px;

}
.at-Call-right {
    text-align: right;
}
.at-Call-right {
    padding: 80px 0 30px 70px;
    padding-right: 20%;
}
.at-Call-right-inside {
    padding: 20px;
}
.at-Call-right .at-Call-right-inside h2 {
    color: #ffffff;
    font-size: 24px;
    z-index: 1;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
.at-Call-right .at-Call-right-inside h3 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0;
    z-index: 2;
}
.at-Call-right .at-Call-right-inside h3 span {
    color: #CC935C;
    letter-spacing: 8px;
}
@media only screen and (max-width:1679px) {
    .at-Call-right {
        padding-right: 16%;
    }
}

@media only screen and (max-width:1679px) {
    .at-Call-right {
        padding-right: 10%;
    }
}

@media only screen and (max-width:1366px) {
    .at-Call-right {
        padding-right: 8%;
    }
}

@media only screen and (max-width:1280px) {
    .at-Call-right {
        padding-right: 5%;
    }
}


@media only screen and (max-width:1199px) {

    .at-Call-right {
        padding: 65px 100px 30px 70px;
    }
    .at-inside-Call h2 {
        font-size: 24px;
    }
    .at-Call-right .at-Call-right-inside h2 {
        font-size: 22px;
    }

}
@media only screen and (max-width:1135px) {
    .at-Call-right .at-Call-right-inside h2 {
        font-size: 18px;
    }
    .at-inside-Call {
        padding: 90px 30px 90px 200px;
    }
    .at-inside-Call h2 {
        font-size: 18px;
    }
}
@media only screen and (max-width:1100px) {
    .at-Call-right .at-Call-right-inside h2 {
        font-size: 18px;
    }
    .at-inside-Call {
        padding: 90px 30px 90px 200px;
    }
    .at-inside-Call h2 {
        font-size: 18px;
    }

}
@media only screen and (max-width:991px) {

    .at-Call-left {
        float: none;
        margin-left: 0;
        width: 100%;
        border: none;
        text-align: center;
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .at-inside-Call {
        padding: 50px 0;
        text-align: center;
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    .at-Call-right {
        float: none;
        text-align: center;
        width: 100%;
        padding: 50px 30px;
    }

    .at-Call-right .at-Call-right-inside h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .at-inside-Call h2 {
        font-size: 24px;
        line-height: 1.3;
    }


}
@media (max-width: 1200px){
    .section-title-wrap {
        margin-top: 0px;
        margin-left: 0px;
    }
    .acr-dots {
        display: none !important;
}
}


@media (max-width: 991px){
.section-title-wrap h2{
    margin-bottom: 10px;
    margin-top: 30px;
}
}

@media (max-width: 1200px){
    .section-title-wrap h2{
        margin-top: 30px;
        
    }
}

/*hakkimizda-finish*/

/*sayac-stard*/

*, ::after, ::before {
    box-sizing: border-box;
}

.sayac {
    position: relative;
    padding: 80px 0 40px;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}



.sayac:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.37);
}

.sayac-ic-kisim {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

.sayac-ic-kisim .counter-box {
    margin-bottom: 40px;
    border-radius: 5px;
    text-align: center;
    display: flex;
  
}

.counter-box .icon {
    width: 70px;
    border-radius: 2px;
    margin-right: 20px;
    height: 70px;
    text-align: center;
    line-height: 75px;
    border: dashed 1px #b5b5b5;
    font-size: 35px;
    -webkit-border-radius: 50% / 14%;
    border-radius: 50% / 14%;
}

.counter-box .sayac-text {
    align-self: center!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sayac-text h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 36px;
    text-align: left;
}

.sayac-text p {
    font-family: 'Lato', sans-serif;
    margin: 0;
    text-align: left;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.icon img {
    line-height: inherit;
    width: 40px;
    height: 40px;
    margin-top: 15px;
}

@media (max-width: 992px){
    .sayac {
        padding: 80px 0 40px;
    }
}

@media (max-width: 768px){
	.sayfaTitleButon {
		display:none !important;
	}
    .owl-controls .owl-prev, .owl-controls .owl-next {
        top:23%;
    }
    .owl-controls .owl-next {
        right: -2px;
    }
    .owl-controls .owl-prev {
        left: -2px;
    }

    .rightFButtons {
        display: none;
    }
    .sayac {
        padding: 60px 0 20px;
    }
    .sayac-ic-kisim {
        padding-right: 80px;
        padding-left: 80px;
    }
    .featureds h2.main_page_head {
        font-size: 24px !important;
    }
    .who_us .who_us_bg {
        height: 350px;
    }

    .homebolumimage .content h4 {
        font-weight: bold;
        color: #fff;
        font-size: 30px;
    }
    .homebolumimage .content .spanac {
        font-size: 25px;
        color: #fff;
        font-weight: normal;
        margin-top: 17px;
        display: block;
        line-height: 29px;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1280px){
    .who_us .who_us_bg {
        height: 350px;
    }
    .filter-box {
        width: 107.7px;
        float: left;
        margin-right: 10px;
    }
}
@media (max-width: 576px){
    .sayac-ic-kisim {
        padding-right: 60px;
        padding-left: 60px;
    }
}

/*sayac-finish*/
/*neden-biz-stard*/

.neden-biz{
    margin-top: 40px; 
}

.title_col-lg-4 {
    margin-top: 40px;
}


.title_col-sm-12 h2, .title_col-lg-4 h3 {
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    color: #000000;
}
.pdame {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #515151;

    padding: 0px 0px 27px 0px;
}

.title_col-lg-4 p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #515151;
    
}

 .orta {
    text-align: center;
}


.title_col-lg-4 .space {
    margin-bottom: 24px;
}

img.aw-zoom {
    position: relative;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    width: 75px;
    height: 75px;
}

img.aw-zoom:hover {
    z-index: 2;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

/*neden-biz-finish*/
/*vizyon-misyon-stard*/

.bg-color {
    background-color: #F5F5F5;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
}

.vizyon-misyon {
    padding: 80px 15px;
}

.vizyon-misyon h2 {
    font-family: 'Play', sans-serif;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    text-align: justify;
}

.vizyon-misyon p {
    margin-top: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #515151;
    text-align: justify;
}
.custom-primary {
    color: #c8a94a;
    font-size: 18px;
    font-weight: 600;
}
.htitlme {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 20px;
    margin: 0 0 20px;
    color: #101737;
    font-weight: bold;
}
.vizyon-misyon span {
    color: #90C923;
}

@media (max-width: 1199px){
    #vizyon-misyon-h2-mb {
    margin-top: 20px;
            
    }
}

.nb_wp_post-i {
    position: relative;
    box-sizing: border-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
    margin-bottom: 30px;
}
.nb_wp_post-i div {
    width: 100%;
    max-width: 100%;
}
.nb_wp_post-i>div {
    padding-left: 15px;
    padding-right: 15px;
}
.nb-post-thumb-i {
    position: relative;
    overflow: hidden;
}
.thumb_16-9 .nb-post-thumb-i>a {
    padding-top: 56.25%;
}
.nb-post-thumb-i>a {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #cfcfcf;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nb-post-date {
    width: 30% !important;
}
.nb-post-date .nb-post-date-i {
    position: relative;
}
.nb-post-date-i .vc_post_date-day {
    font-size: 120px;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.1;
    font-weight: 900 !important;
}
.vc_post_date-day {
    color: #ebebeb;
}
.nb-post-date-i .vc_post_date-month {
    top: 50%;
    bottom: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.vc_post_date-month {
    position: absolute;
    bottom: 75px;
    left: 75px;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}
.nb-post-block {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.nb-post-block {
    width: 70%;
    padding: 20px 15px 0 0;
}
.nb-post-title a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.nb-post-content a {
    color: #333;
    text-decoration: none;
}
.nb_wp_post-i:hover .nb-post-thumb-i>a {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
}
.nb-post-title a:hover, .nb-post-content a:hover {
    color: #c6012f;
}
.nb-post-title {
    margin-top: 0px;
}
.hmadekat .p-0{
    padding: 0px 5px 0px 15px;
}
.padding-right0 {
    padding-right: 0px;
}
.hmadekat .advert_box {
    padding:0px !important;
}
.featureds.hmadekat .advert_box .advert_image figure{
    height: 240px;
}
.featureds.hmadekat .advert_box .advert_box_detail a{
    font-size: 18px;
}
.featureds.hmadekat .advert_box .advert_box_detail .advert_properties span {
    font-size: 12px;
}
.featureds.hmadekat .advert_box .advert_box_detail{
    height: 300px;
}
.featureds.hmadekat {
    padding:0px 15px 0px 15px;
}
.navbarbg #cssmenu #menu-button:before {
    background: #000 !important;
}
.navbarbg #cssmenu #menu-button:after {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}
.homedetmenu #cssmenu #menu-button:before {
    background: #000 !important;
}
.homedetmenu #cssmenu #menu-button:after {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}


/* MenuCss */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.navbarbg {
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #b48e39;
    border-color: #b48e39;
}
.pagination>li>a, .pagination>li>span {
    color: #b48e39;
}

.navbar-nav li a {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.navbarbg li a {
    color: #4d4d4d;
}
.dropdown-toggle {
    white-space: nowrap;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    height: 88px;
}
.homedetmenu a {
    color:#373b54  !important;
}
.homedetmenu .navbar-brand{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}
.homedetmenu #cssmenu > ul > li > a {
    padding: 27px 11.2px
}
.homedetmenu #cssmenu > ul > li > a:hover {
    color: #009EE3 !important;
}

.featureds .advert_box .advert_image .advert_info span.formen {
    background: #009EE3;
}
.sayfaTitleButon {
    display: inline-block;
    float: right;
}
.sayfaTitleButon a {
    background: #093082;
    color: #fff;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    border-radius: 3px;
    display: block;
    font-weight: bold;
}
.sayfaTitleButon a:hover {
    background:#333;
    color: #093082;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: .5rem;
    }
    .navbar-nav {
        /* margin-top: 12px; */
    }
    .navbar-brand {
        margin-right: 2.5rem;
    }

}

.dropdown-menu {
    background: #666;
    padding: 0;
    border-radius: 0;
    margin: 0;
    min-width: 225px;

}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu li.subitem a:hover{
    background: #999;
    color: #fff;
}
.dropdown-menu .subitem {
    position: relative;
}

.dropdown-menu .subitem .catitemchild:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-style: solid;
    right: 9px;
    border-color: #fff;
    left: auto;
    border-width: 3px 4px;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}

.dropdown-menu a {
    padding: 14px 18px;
    background: #666;
    color: #fff;
    transition: ease all 0.2s;
    display: block;
}

.dropdown-menu a:hover {
    background: #666;
    color: #fff;
}

.sub-dropdown-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    padding: 0;
    border-radius: 0;
    margin: 0;
    min-width: 225px;
    border: none;
    -webkit-transition: transform .2s,opacity .2s,padding .2s;
    -moz-transition: transform .2s,opacity .2s,padding .2s;
    -ms-transition: transform .2s,opacity .2s,padding .2s;
    -o-transition: transform .2s,opacity .2s,padding .2s;
    transition: transform .2s,opacity .2s,padding .2s;
    background: #666;
    border-left: 3px solid #747474
}

.dropdown li:hover .sub-dropdown-menu {
    display: block;
    webkit-transform: translateY( 0px );
    -moz-transform: translateY( 0px );
    -ms-transform: translateY( 0px );
    -o-transform: translateY( 0px );
    transform: translateY( 0px );
    -webkit-transition: -webkit-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    -o-transition: -o-transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
    transition: transform .5s ease,opacity .2s ease,max-height 0s step-end,max-width 0s step-end,padding 0s step-end;
}

.sub-dropdown-menu li a {
    background: #666;
}

.carousel-inner {
    height: 100vh;
}


/* VideoCss */

.video_area {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video_area video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video_area .container {
    position: relative;
    z-index: 2;
}

.video_area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.homewitdhcat {
    width: 12%;
    float: left;
    margin-right: 5px;
    flex: 1;

    &:last-of-type {
        margin-right: 0;
    }
}
.video_area h1 {
    white-space: nowrap;
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 900;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    margin-bottom: 16px;
    font-family: 'playbold';
}

.video_area p {
    white-space: nowrap;
    font-size: 24px;
    letter-spacing: 0px;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    font-style: italic;
    margin-bottom: 30px;
    font-family: Roboto;
}

.video_area a {
    width: 136px;
    margin: 0 12px;
    padding: 10px 12px;
    border-radius: 2px;
    transition: ease all 0.2s;
}

.video_area a.first_button {
    background: #fff;
    color: #000;
}

.video_area a.first_button:hover {
    background: #ddd;
}

.video_area a.second_button {
    background: #093082;
    color: #fff;
}

.video_area a.second_button:hover {
    background: #f1cc68;
}

.carousel-caption {
    bottom: inherit;
    top: 30%
}

.carousel-caption h1 {
    white-space: nowrap;
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 900;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    margin-bottom: 16px;
    font-family: 'playbold';
}

.carousel-caption p {
    white-space: nowrap;
    font-size: 24px;
    letter-spacing: 0px;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    font-style: italic;
    margin-bottom: 30px;
}

.carousel-caption a {
    width: 136px;
    margin: 0 12px;
    padding: 10px 12px;
    border-radius: 2px;
    transition: ease all 0.2s;
}

.carousel-caption a.first_button {
    background: #fff;
    color: #000;
}

.carousel-caption a.first_button:hover {
    background: #ddd;
}

.carousel-caption a.second_button {
    background: #093082;
    color: #fff;
}

.carousel-caption a.second_button:hover {
    background: #f1cc68;
}




/* HowHelpsCss */

.how_helps {
    padding-top: 39px;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.how_helps h2.main_page_head {
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.how_helps .main_page_head:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #2c3e50;
    width: 50%;
}

.how_helps .how_box {
    padding: 28px 10px;
}

.how_helps .how_box figure img {
    width: 48px;
    height: auto;
    display: block;
    margin: 0 auto 24px;
}

.how_helps .how_box figure figcaption {
    font-size: 34px;
    margin-bottom: 12px;
    font-weight: 700;
}

.how_helps .how_box p {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.5;
}

.how_helps .how_box a {
    color: #2c3e50;
    background: 0 0;
    border: 2px solid #2c3e50;
    font-weight: 400;
    margin: 0;
    min-width: 64px;
    text-align: center;
    padding: 6px 16px;
    transition: ease all 0.2s;
}

.how_helps .how_box a:hover {
    background: #2c3e50;
    color: #fff;
}


/* WhoUsCss */

.who_us {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    padding: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.who_us h2.main_page_head {
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.who_us .main_page_head:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90px;
    float: left;
    height: 2px;
    background-color: #2c3e50;
    width: 50%;
}

.who_us .who_us_bg {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.who_us .who_us_text {
    padding: 91.5px 30px;
}

.who_us .who_us_text p {
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.who_us .who_us_text a {
    color: #2c3e50;
    background: 0 0;
    border: 2px solid #2c3e50;
    font-weight: 400;
    margin: 35px 0 0 0;
    max-width: 174px;
    text-align: center;
    padding: 6.5px 16px;
    transition: ease all 0.2s;
    display: block;
}

.who_us .who_us_text a:hover {
    background: #2c3e50;
    color: #fff;
}


/* FeaturedsCss */
.sayfaTitleKapak{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: 12px 20px 30px 20px;
    display: inline-block;
    float:left;
}
.sayfaTitleKapak:before {
    position: absolute;
    left: -20px;
    height: 20px;
    border: 2px solid #093082;
    content: '';
    top: 2px;
}
.featureds {
    position: relative;
}

.featureds h2.main_page_head {
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.featureds .main_page_head:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #2c3e50;
    width: 50%;
}

.featureds .advert_box {
    padding: 0 15px;
    margin-bottom: 15px;
}
.catfeattick .btn-info,
.detay_ana_sol .btn-info {
    background-color: transparent;
    border-color: transparent;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-block: 30px 20px;
    border: 0;
    border-radius: 0;
    /*border-top: 1px solid rgba(158, 158, 158, 0.5);*/

    &:hover,
    &:focus {
        color: #000;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }
}

.catfeattick .h {
    padding-inline: 0;
}

.featureds .advert_box .advert_image {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 0;
}

.featureds .advert_box .advert_image .advert_text {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 76px;
    padding: 0 24px;
    opacity: 0;
    text-align: center;
    color: #fff;
    transition: .3s ease-out;
}

.featureds .advert_box .advert_image figure {
    margin: 0;
}

.featureds .advert_box .advert_image figure::before {
    content: '';
    background: #000;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s ease-in-out;
}

.featureds .advert_box .advert_image:hover .advert_text {
    top: 50%;
    margin-top: -34px;
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity .3s ease-out, bottom .2s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .2s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .2s ease-out;
    -o-transition: opacity .3s ease-out, bottom .2s ease-out;
    transition: opacity .3s ease-out, bottom .2s ease-out;
}

.featureds .advert_box .advert_image:hover figure::before {
    opacity: .5;
}

.featureds .advert_box .advert_image .star {
    background-color: #093082;
    z-index: 10!important;
    position: absolute;
    top: 12px;
    left: 0;
    padding: 3px 6px;
    color: #fff;
    font-size: 14px;
}

.featureds .advert_box .advert_image .advert_info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.featureds .advert_box .advert_image .advert_info span {
    display: inline-block;
    padding: 6px 12px;
    margin: 12px 0 12px 6px;
    float: right;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    width: auto;
    border-radius: 0;
}

.featureds .advert_box .advert_image .advert_info span.open {
    background: #00a587;
}

.featureds .advert_box .advert_image .advert_info span.for {
    background: #000;
}

.featureds .advert_box .advert_image .advert_info span.fees {
    background: #f9940f;
}

.featureds .advert_box .advert_image .advert_info span.hot {
    background: #cc2014;
}

.featureds .advert_box .advert_image .advert_fav {
    position: absolute;
    z-index: 99;
    right: 12px;
    top: -40px;
    padding: 0;
    color: #000;
    margin-top: 62.5%;
    font-size: 16px;
}

.featureds .advert_box .advert_image .advert_fav button {
    padding: 6px;
    background: rgba(255, 255, 255, .5);
    border: 0 solid transparent;
    border-radius: 4px;
    line-height: 1;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.featureds .advert_box .advert_image .advert_fav button:hover {
    background: #fff!important;
    color: #d32f2f;
}

.featureds .advert_box .advert_box_detail {
    padding: 0 12px;
    background: #f2f2f2;
    overflow: hidden;
    height: 290px;
}

.featureds .advert_box .advert_box_detail a {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 26px;
    padding-top: 15px;
    display: block;
    padding-bottom: 15px;

}

.featureds .advert_box .advert_box_detail span {
    display: block;
    margin-bottom: 1rem;
}

.featureds .advert_box .advert_box_detail span.advert_address {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 12px;
}

.featureds .advert_box .advert_box_detail span.advert_price {
    color: #2c3e50;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.featureds .advert_box .advert_box_detail .advert_properties span {
    display: inline-block;
    margin-right: 4px;
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 13px;
    position: relative!important;
}


.featureds .advert_box .advert_box_detail .advert_bottom {
    margin: 15px 0;
}

.featureds .advert_box .advert_box_detail .advert_bottom a {
    color: #2c3e50;
    background: 0 0;
    border: 2px solid #2c3e50;
    font-weight: 400;
    margin: 6px auto 0 auto;
    width: 125px!important;
    text-align: center;
    padding: 3px 6px;
    transition: ease all 0.2s;
    display: block;
    font-size: 14px;
}

.featureds .advert_box .advert_box_detail .advert_bottom a:hover {
    background: #2c3e50;
    color: #fff;
}

.featureds .all_advert {
    color: #fff;
    background: #2c3e50;
    border: 2px solid #2c3e50;
    font-weight: 400;
    margin: 18px auto 0 auto;
    width: 335px!important;
    text-align: center;
    padding: 11px 8px;
    transition: ease all 0.2s;
    display: block;
    font-size: 14px;
    display: block;
}

.featureds .all_advert:hover {
    color: #2c3e50;
    background: 0 0;
}


/* TestimonialsCss */

.testimonials {
    padding: 39px 0 24px 0;
    position: relative;
    overflow: hidden;
    background-image: url("../../images/testimonials_bg.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 15px;
}

.testimonials h2.main_page_head {
    padding-bottom: 12px;
    margin-bottom: 36px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff
}

.testimonials .main_page_head:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    width: 50%;
}

.testimonials .testimonial_box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    padding: 0;
}

.testimonials .testimonial_box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}

.testimonials .testimonial_box img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 24px auto;
    border-radius: 50%;
}

.testimonials .testimonial_box span.testimonial_name {
    display: block;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.testimonials .testimonial_box span.testimonial_prop {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}


/* FooterCss */

footer {
    color: #f0f0f0;
    background: #333;
    padding-top: 30px;
    overflow: hidden;
}

footer .footer_logo_wrapper > a {
    display: block;
    filter: brightness(0) invert(1);

    img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-width: 150px;
    }
}

footer .foot_corp p {
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
}

footer .foot_menu span,
footer .foot_corp span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
    display: block;
}

footer .foot_menu_hk span {
    font-size: 21px;
    line-height: normal;
    text-wrap: balance;
}

footer .foot_menu p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}

footer .foot_corp ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 6px 0;
}

footer .foot_corp ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 52px;
}

footer .foot_menu ul li {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    line-height: normal;
}

footer .foot_cont.foot_menu > p {
    padding-bottom: 10px;
}

svg {
    vertical-align: middle;
}

footer .foot_menu ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #4d4d4d;
    padding: 11px 30px 11px 0;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
}

footer .foot_menu ul li a::before {
    position: absolute;
    left: -12px;
    top: 50%;
    background: #fff;
    height: 2px;
    width: 12px;
    content: '';
    display: block;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

footer .foot_menu ul li a:hover {
    padding-left: 30px;
}

footer .foot_menu ul li a:hover:before {
    left: 0;
}

footer .foot_menu ul li i {
    margin-right: 6px;
    font-size: 15px;
}

footer .foot_menu div.social_media {
    margin-top: 10px;
}

footer .foot_menu div.social_media a {
    background-color: #fff;
    position: relative;
    text-align: center;
    color: #222!important;
    font-size: 16px;
    line-height: 48px;
    margin-bottom: 12px;
    margin-right: 12px;
    transition: .2s ease-in-out;
    border-radius: 50%;
    display: inline-block;
    height: 48px;
    width: 48px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

footer .foot_menu div.social_media a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 1px solid #222;
    transition: .2s ease-in-out;
    border-radius: 50%;
    display: inline-block;
    height: 48px;
    width: 48px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

footer .foot_menu div.social_media a:hover {
    background-color: #093082;
}
footer .foot_menu div.social_media a:hover i{
    color: #fff;
}

footer .foot_menu div.social_media a i {
    color: #222;
    margin-right: 0;
}

footer .foot_menu div.social_media a:hover:after {
    border-color: #093082;
    opacity: 1;
    border: 1px solid #093082;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

footer .tagcloud a {
    display: inline-block;
    position: relative;
    font-size: 11px!important;
    background: 0 0;
    border: 1px solid #999;
    color: #4d4d4d;
    padding: 5px 12px;
    margin: 0 8px 8px 0;
    border-color: #666;
    color: #fff;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

footer .tagcloud a:hover {
    border-color: #2c3e50;
    background-color: #2c3e50;
    color: #fff;
}

footer .foot_copy {
    padding-block: 15px;
    font-size: 13px;
    background: #222;
    color: #fff;
    overflow: hidden;
}

.footer_mid_wrapper {
    margin-block: 30px;
    font-size: 16px;
}

footer .foot_copy p {
    margin: 0;
}
footer .foot_copy a{
    color: #03a6e3;
    display: inline-block;
    vertical-align: middle;
}


footer .panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    border-color: transparent;
}

footer .panel-default>.panel-heading {
    background: #222222;
    color: #fff;
}

footer .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #333;
}

footer .panel-title a {
    color: #fff;
}

footer .panel-default>.panel-heading a::after {
    content: "+";
    position: absolute;
    right: 30px;
    transition: all ease 0.3s;
}

footer .panel-default>.panel-heading a {
    text-shadow: none;
    font-weight: 400;
    letter-spacing: 1.3px;
    font-size: 15px;
}

footer .panel-default>.panel-heading>.acik-panel-title a::after {
    display: none;
}

.acik-panel-title a::before {
    content: "-";
    position: absolute;
    right: 30px;
    transition: all ease 0.3s;
    display: block !important;
}

footer .panel-body ul li {
    padding-left: 15px;
}

footer .panel-body {
    padding: 15px;
}

footer .panel-body ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid #4d4d4d;
    padding: 11px 30px 11px 0;
    overflow: hidden;
}

.rightFButtons,
.bottomPhone {
    z-index: 9;
}

.backpage_overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 79px;
}

.footer_logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

ul.pagecat_parents.pull-left {
    margin-top: 16px;
}

.footer_social_media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;


    a {
        background: rgb(255 255 255 / 20%);
        border-radius: 50%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        aspect-ratio: 1 / 1;
        width: max-content;
        height: 100%;

        svg {
            width: 20px;
            height: 20px;
        }

        &:hover {
            background: rgb(255 255 255 / 25%);

            svg path {
                fill: #009EE3;
            }
        }

        path {
            fill: white;
        }

        &,
        path {
            transition: 300ms ease all;
        }
    }

}

.footer_top_border_wrapper {
    border-bottom: 1px solid #ffffff29;
}

.footer_social_media_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
}

 .sayfaTitle {
     font-size: 28px;
     font-weight: 700;
     text-align: center;
     line-height: normal;
     margin-block: 30px;
 }

.product-info-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
}

.ilanlarBlock {
    box-shadow: none;
}

.ibl-content {
    min-height: unset;
    padding-inline: 16px;
    padding-bottom: 16px;
}

.ibl-price,
.ibl-content h3,
.info-card {
    padding-inline: 0 !important;
}

.ibl-image {
    border-radius: 4px;
}

.ibl-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: #0d1b3e;
    border: 1px solid #0d1b3e;
    border-radius: 4px;
    padding: 8px 14px;
    line-height: normal;
    transition: 300ms ease all;
    gap: 6px;

    svg {
        width: 100%;
        max-width: 18px;
        height: auto;
        aspect-ratio: 1 / 1;

        path {
            transition: 300ms ease all;
        }
    }
}

.ibl-btn:hover {
    color: #0d1b3e;
    background: white;

    svg path {
        fill: #0d1b3e;
    }
}

.ibl-price {
    color: #0d1b3e !important;
}

.info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
}

.info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

.info-left i {
    width: max-content;
    color: #111;
}

.info-right {
    text-align: right;
    font-weight: 500;
    color: #111;
    font-size: 14px;
}

.ilanlarOwl .owl-item {
    /*padding: 0 10px;*/
}

.ilanlarOwl .owl-item {
    padding: 0 10px;
}

.ilanlarOwl {
    margin: 0 -10px;
}

.ibl-image span {
    position: absolute;
    top: 15px;
    left: 15px;
    width: max-content;
    height: max-content;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    background: #0d1b3e;
    text-transform: uppercase;
}

.ibl-content h3 {
    margin-bottom: 0;
    min-height: 40px;

    a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

        transition: 300ms ease all;

        &:hover {
            color: #0d1b3e;
        }
    }
}

.dropdown-list li {
    margin: 5px 10px;
}

.owl-prev,
.owl-next {
    width: 45px;
    height: 45px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px;

    svg {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 992px) {
    .product-info-grid {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-info-grid {
        grid-template-columns:1fr;
    }
}

 .fırsat-ilanlar {
     max-width: 570px;
     background: #fff;
     border-radius: 10px;
     padding: 20px;
     font-family: 'Montserrat', sans-serif;
     margin-top: -25px;
     z-index: 9;
     position: relative;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

 }

.ilan-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.ilan-top-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    align-items: stretch;
    width: 100%;

    .ilan-title {
        transition: 300ms ease all;
    }

    &:hover {

        .ilan-title {
            color: var(--primary-color);
        }
    }
}

.ilan-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}

.ilan-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    width: 100%;
}

.ilan-img-wrap {
    overflow: hidden; /* taşmayı kesmek için önemli */
}

.ilan-img-wrap img {
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ilan-card:hover .ilan-img-wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.ilan-title {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
}

.ilan-img-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    max-height: 127px;

    &:hover img {
        transform: scale(1.05);
    }
}

.post-img img {
    max-height: 225px;
}

.featureds > .row,
.featureds.hmadekat .col-md-12.col-sm-12.col-xs-12 > .row {
    display: flex;
    flex-wrap: wrap;

    .ibl-content {
        min-height: 138px;
    }
}

.ilan-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 300ms ease all;
}

.ilan-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background: #093082;
    color: #fff;
    padding: 3px 8px;
}

.ilan-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: normal;
}

.ilan-location {
    font-size: 12px;
    color: #888;
    margin: 0;
    font-weight: 600;
}

.ilan-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.ilan-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-block: 8px;
    line-height: 1;
}

.ilan-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    position: relative;
    color: #5f6065;

    &:not(:last-of-type)::after {
        content: "";
        position: absolute;
        right: -10px;
        width: 1px;
        height: calc(100% - 50%);
        background: #5f6065;
        transform: translateX(-50%);
    }

    svg {
        width: 100%;
        max-width: 14px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.ilan-price {
    font-size: 21px;
    font-weight: 700;
    color: #0d1b3e;
    margin: 0;
}

.detay-btn {
    width: 100%;
    display: inline-block;
    align-self: flex-start;
    border: 1.5px solid #1a73e8;
    color: #1a73e8;
    background: transparent;
    padding: 6px 20px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.05em;
    transition: background 0.15s;
}

.detay-btn:hover {
    background: #e8f0fe;
}

.d-grid-silider-alt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 15px;
}

.item-slider-alt {
    width: 100%;
}

/* Mobil */
@media (max-width: 768px) {
    .d-grid-silider-alt {
        grid-template-columns: 1fr;
    }
}

.slides_mn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;

    img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 300ms ease all;
    }


    &:hover img {
        transform: scale(1.05);
    }
}

.listing-description {
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.5;
    color: #63676a;
}

.listing-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
}

.listing-text {
    margin-bottom: 20px;
}

.listing-text-last {
    margin-bottom: 30px;
}

.listing-features {
    /*background: #f8fbfd;*/
    /*padding: 25px;*/
    border-radius: 10px;
    /*border-left: 4px solid #009ee3;*/
}

.listing-features-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}

.listing-features-list {
    margin: 0;

    li {
        padding: 8px 12px;
        border-radius: 10px;
    }

    li:nth-child(odd) {
        background: rgba(0, 158, 227, 0.08);
    }
}

.listing-note {
    margin-top: 30px;
    padding: 20px;
    background: #fff8e8;
    /*border-left: 4px solid #f0b429;*/
    border-radius: 10px;
}

.listing-note p {
    margin: 0;
}

.flex-viewport {
    border-radius: 10px;
}

.divider {
    align-self: center;
}

.product_imgg {
    overflow: hidden;
    display: flex;
}

.no-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 1.5rem 40px;
    width: 100%;
    grid-column: 1 / -1;


    .icon-wrap {
        position: relative;
        width: 115px;
        height: 115px;
        margin-bottom: 1.5rem;
    }

    .icon-circle {
        width: 115px;
        height: 115px;
        border-radius: 50%;
        background: #fff;
        border: 2px dashed #009EE3;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;

        svg {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
        }
    }

    .icon-circle i {
        font-size: 40px;
        color: #888780;
    }

    .icon-badge {
        position: absolute;
        bottom: 4px;
        right: 4px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #fcebeb;
        border: 2px solid #f5f5f3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-badge i {
        font-size: 14px;
        color: #a32d2d;
    }

    .no-result-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: #1a1a18;
    }

    .subtitle {
        font-size: 17px;
        line-height: 1.5;
        color: #63676a;
    }
}

.bln-bg {
    background: url("/upload/ckfinder/images/bulunamadi-bg.png") no-repeat center bottom;
    background-size: contain;
}

.shine {
    position: relative;
    overflow: hidden
}

.shine:hover::before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s
}

.shine::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    pointer-events: none
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.ibl-image img {
    min-height: 240px;
    object-fit: cover;
}

 .video-card {
     background: #fff;
     border-radius: 10px;
     padding: 20px;
     font-family: 'Montserrat', sans-serif;
     margin-top: -25px;
     z-index: 9;
     position: relative;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

 }

.video-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.video-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #1a2744;
}


.video-card-all {

    display: flex;
    align-items: center;
    gap: 10px;
    color: #009EE3;

    img {
        width: 70px;
    }
}

.video-thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 405px;

    img {
        transition: 300ms ease all;
    }

    &:hover img {
        transform: scale(1.025);
    }
}

.video-thumb iframe {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 405px;
}

/* yazı overlay */
.video-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 70%;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
    display: none;
}

.video-cover {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-thumb iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}


.video-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 70%;
    text-shadow: 0 3px 10px rgba(0,0,0,.6);
}