@media screen and (min-width:992px){
    .expand-submenu {
        display: none;
    }
    .header-mobile-container{
        display: none;
    }
}
@media screen and (min-width:769px){
    .header-mobile-contact-buttons .header-advertise-now .mobil-telephone {
        display: none;
    }
    .featured-card-wrapper-mobile {
        display: none;
    }
    .content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
        display: none;
    }
}
@media screen and (max-width:1200px){
    .detail-contact > button > a {
        flex-direction: column;
        font-size: 12px;
    }
}
@media screen and (max-width:992px){
    .header-container{
        padding: 0;
        height: 0 !important;
    }
    .header-container .header-logo-content {
        display: none;
    }
    
    .megamenu-header {
        display: none;
    }
    
    .header-menu-content {
        height: 0;
        border: none;
        width: 0 !important;
    }
    
    .header-container .header-button-content {
        display: none;
    }
    .header-mobile-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .5rem 1rem;
    }
    
    .header-mobile-container .header-mobile-button-content {
        display: flex;
        gap: .8rem;
        width: 23%;
    }
    
    .header-mobile-container .header-mobile-button-content .mobile-menu-content {}
    
    .header-mobile-container .header-mobile-button-content .header-social-media-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }
    
    .header-mobile-container .header-mobile-button-content .header-social-media-content > a {
        color: #d98400;
        font-size: 25px;
    }
    
    .header-mobile-container .header-mobile-button-content .mobile-menu-content > i {
        color: #d98400;
        font-size: 31px;
    }
    
    .header-mobile-container .header-logo-content {
        width: 25%;
    }
    
    .header-mobile-container .header-logo-content > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .header-mobile-container .header-logo-content > a > img {
        width: 100%;
    }
    
    .header-mobile-contact-buttons {
        width: 25%;
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: end;
    }
    
    .header-mobile-contact-buttons .header-language-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        background: #F5F5F5;
        border-radius: 50%;
        padding: .5rem;
    }
    
    .header-mobile-contact-buttons .header-language-content .dropdown > button {
        color: #9c9c9c;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        font-size: 20px;
        padding: 0 !important;
        justify-content: center;
    }
    
    .header-mobile-contact-buttons .header-advertise-now {
        display: flex;
        align-items: center;
        padding: .6rem 0;
        background: #d98400;
        justify-content: center;
        border-radius: 5px;
        border: 2px solid #d98400;
        transition: .3s ease-in-out !important;
        width: 55%;
    }
    
    .header-mobile-contact-buttons .header-advertise-now > a {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }
    
    .header-mobile-contact-buttons > div {
        width: 100%;
    }
    
    .header-mobile-contact-buttons .header-language-content .dropdown > button > i {
        display: none;
    }
    
    .header-mobile-contact-buttons .header-language-content .dropdown > button > span {
        display: none;
    }
    
    .header-mobile-contact-buttons .header-language-content form.language {
        display: flex;
    }
    ul.megamenu > li > a {
        width: 100%;
    }
    
    
    .header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li > a::before {
        display: none;
    }
    
    .header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li.with-sub-menu > a::after {
        display: none;
    }
    
    .expand-submenu > i {
        color: #B77002;
    }
    
    .header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li > a {
        color: #B77002 !important;
    }
    
    .header-container .header-menu-content .megamenu-wrapper .megamenu-pattern ul.megamenu > li:hover > a {
        color: #B77002 !important;
    }
    .home-slider-center .home-search-for-ads {
        width: 70%;
    }
    
    .home-tab-menu {
        max-width: 100%;
    }
    
    .featured-list-wrapper {
        max-width: 100%;
    }
    
    .home-three-box-container {
        max-width: 100%;
    }
    
    .home-three-box-container .home-three-box-content > a .home-three-box-text > span {
        font-size: 11px;
    }
    
    .featured-wrap .featured-ticket .new-sticker {
        width: 50%;
    }
    .featured-wrap .featured-ticket .sale-rent-ticket {
        width: 50%;
    }
    .home-news-container {
        max-width: 100%;
    }
    .featured-wrapper {
        justify-content: center;
    }
    .featured-wrapper .featured-wrap {
        width: calc(33.3% - 20px);
    }
    
    .featured-wrapper .featured-wrap:not(:nth-child(4n)) {
        margin-right: 0;
    }
    
    .featured-wrapper .featured-wrap:not(:nth-child(3n)) {
        margin-right: 20px;
    }
    .featured-list-wrapper .featured-all-ads-button {
        padding: 0.3rem 1rem;
    }
    
    .footer-container {
        max-width: 100%;
    }
    .category-container {
        max-width: 100%;
    }
    
    .category-container .featured-wrapper {
        width: 70%;
    }
    
    .category-container .category-list-container {
        width: 30%;
    }
    .product-detail-info > ul {
        flex-wrap: wrap;
    }
    
    .product-detail-info > ul > li {
        width: 50%;
        height: 90px !important;
    }
    
    .detail-contact > button {
        padding: 0;
    }
    
    .product-detail-info > ul > li:nth-child(1) {
        border-bottom: 2px solid #6e3f04;
    }
    
    .product-detail-info > ul > li:nth-child(2) {
        border-bottom: 2px solid #6e3f04;
    }
    
    .product-detail-info > ul > li:nth-child(2n) {
        border-right: none;
    }
    .product-container {
        max-width: 100%;
    }
    
}
@media screen and (max-width:769px){
    .home-three-box-container {
        flex-wrap: wrap;
    }
    
    .home-three-box-container .home-three-box-content {
        width: calc(50% - 30px);
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li {
        width: 20%;
    }
    
    .footer-list {
        width: 33.3%;
    }
    
    .footer-list:nth-child(4) {
        margin-top: 2rem;
        width: 50%;
        padding: 1rem;
    }
    
    .footer-bottom-container {
        justify-content: center;
    }
    
    .footer-list-title {
        text-align: center;
    }
    
    .footer-list ul {
        align-items: center;
    }
    .header-mobile-contact-buttons .header-advertise-now .mobil-telephone {
        display: flex;
    }
    .header-mobile-contact-buttons .header-advertise-now > a {
        display: none;
    }
    
    .header-mobile-contact-buttons .header-advertise-now {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        padding: 0.5rem;
        border: none;
    }
    .home-tab-menu #homeTabContent .tab-pane .home-tab-box-content {
        flex-wrap: wrap;
    }
    
    .home-tab-menu #homeTabContent .tab-pane .home-tab-box-content .home-tab-box {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .featured-wrap .featured-bottom {
        height: 200px;
    }
    
    .featured-card-wrapper {
        display: none;
    }
    
    .featured-card-wrapper-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .featured-card-wrapper-mobile .featured-call-button {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .featured-card-wrapper-mobile .featured-call-button > button {
        width: 90%;
        padding: 0.2rem;
        color: #fff;
        border: 1px solid #d98400;
        background: #d98400;
        font-size: 14px;
        border-radius: 10px;
        transition: .3s ease;
    }
    
    .featured-card-wrapper-mobile .featured-call-button > button > a {
        color: #fff;
        width: 100%;
        display: flex;
        height: 20px;
        justify-content: center;
        align-items: center;
        gap: 0.3rem;
    }
    .category-list-container {
        display: none;
    }
    
    .content-wrapper .sogo-content .filter-sort .bf-form {
        display: flex !important;
    }
    .category-container .featured-wrapper {
        width: 100%;
    }
    .featured-wrapper .featured-wrap .featured-image > a {
        height: auto !important;
    }
    .featured-wrap .featured-information .product-caption .product-price > span {
        font-size: 15px;
    }
    
    .featured-wrap .featured-information .product-caption .product-name {
        font-size: 12px;
    }
    .sogo-pagination > span {
        font-size: 12px;
    }
    .bf-attr-block-cont .bf-price-container {
        padding: 1rem !important;
    }
    
    .bf-cur-symb > input {
        width: 40% !important;
    }
    .product-images-container .product-left-images {
        display: none;
    }
    
    .product-rigth-images {
        display: none;
    }
    .product-container-top {
        flex-direction: column;
    }
    
    .product-container-top .product-status {
        width: 100%;
        position: unset !important;
        justify-content: center;
    }
    
    .product-detail-info > ul > li {
        width: 100%;
        border-right: none !important;
    }
    
    .product-detail-info ul > li:not(:last-child) {
        border-bottom: 2px solid #6e3f04;
    }
    .product-detail-info {
        border-top: none;
    }
    .product-container-top .product-name {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width:650px){
    .featured-wrapper .featured-wrap {
        width: calc(50% - 20px);
    }
    
    .featured-wrap .featured-information .product-caption .featured-location {
        font-size: 9px;
    }
    
    .featured-wrap .featured-information .product-caption .product-name {
        font-size: 11px;
    }
    
    .featured-wrap .featured-information .product-caption .product-price > span {
        font-size: 14px;
    }
    
    .featured-wrap .featured-ticket > div > span {
        font-size: 9px;
    }
    
    .featured-wrapper .featured-wrap .featured-image > a {
        height: auto !important;
    }
    .featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap .featured-image > a {
        height: auto !important;
    }
    
    .featured-wrapper .featured-wrap:not(:nth-child(3n)) {
        margin-right: 0;
    }
    
    .featured-wrapper .featured-wrap:not(:nth-child(2n)) {
        margin-right: 20px;
    }
    
    .featured-wrap .featured-bottom {
        height: 180px;
    }
    .featured-wrap .featured-information .product-caption .product-price {
        margin: .5rem 0;
    }
    .featured-list-wrapper .featured-list-title-wrapper .product-list-title {
        display: flex;
        width: 70%;
        font-size: 17px;
    }
    
    .featured-list-wrapper .featured-all-ads-button {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category-container .featured-wrapper .featured-wrap {
        width: calc(50% - 20px) !important;
    }
    
   
    
    .category-container .featured-wrapper .featured-wrap:not(:nth-child(3n)) {
        margin-right: 0 !important;
    }
    .category-container .featured-wrapper .featured-wrap:not(:nth-child(2n)) {
        margin-right: 20px !important;
    }
}

@media screen and (max-width:550px){
    .header-mobile-container .header-mobile-button-content .mobile-menu-content > i {
        font-size: 25px;
    }
    
    .header-mobile-container .header-mobile-button-content .header-social-media-content > a {
        font-size: 20px;
    }
    
    .header-mobile-contact-buttons .header-language-content {
        height: 35px;
        width: 35px;
    }
    
    .header-mobile-contact-buttons .header-advertise-now {
        height: 35px;
        width: 35px;
    }
    
    .header-mobile-container .header-logo-content {
        width: 30%;
    }
    .footer-list {
        width: 50%;
    }
    
    .footer-list:nth-child(3) {
        margin-top: 2rem;
    }
    
    .footer-container {
        gap: 3rem;
    }
    .product-video-description-container .product-video-description-content > iframe {
        height: auto !important;
    }

}

@media screen and (max-width:426px){
    .header-mobile-container {
        padding: .5rem;
    }
    .header-mobile-container .header-mobile-button-content .header-social-media-content {
        gap: .5rem;
    }
    
    .header-mobile-container .header-mobile-button-content {
        gap: 0.3rem;
    }
    
    .header-mobile-container .header-mobile-button-content .header-social-media-content > a {
        font-size: 17px;
    }
    
    .header-mobile-container .header-mobile-button-content .mobile-menu-content > i {
        font-size: 22px;
    }
    
    .header-mobile-contact-buttons .header-advertise-now .mobil-telephone > i {
        font-size: 11px;
    }
    
    .header-mobile-contact-buttons .header-advertise-now {
        height: 30px;
        width: 30px;
    }
    
    .header-mobile-contact-buttons .header-language-content {
        height: 33px;
        width: 33px;
    }
    .home-tab-menu #homeTabContent .tab-pane .home-tab-box-content .home-tab-box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .home-three-box-container .home-three-box-content {
        width: 100%;
        margin: 15px 5px;
    }
    .featured-wrap .featured-ticket {
        flex-direction: column;
    }
    
    
    .featured-wrap .featured-ticket .new-sticker {
        width: 100%;
    }
    
    .featured-wrap .featured-ticket .sale-rent-ticket {
        width: 100%;
    }
    
    .featured-wrapper .featured-wrap {
        width: calc(50% - 20px);
    }
    
    .featured-wrap .featured-information .product-caption .featured-location {
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .featured-wrap .featured-information .product-caption .product-name {
        font-size: 11px;
    }
    
    .featured-wrap .featured-information .product-caption .product-price > span {
        font-size: 14px;
    }
    
    .featured-wrap .featured-ticket > div > span {
        font-size: 9px;
    }
    
    .featured-wrapper .featured-wrap .featured-image > a {
        height: auto !important;
    }
    .featured-list-wrapper .featured-container .swiper-wrapper .featured-wrap .featured-image > a {
        height: auto !important;
    }
    
    .featured-wrapper .featured-wrap:not(:nth-child(3n)) {
        margin-right: 0;
    }
    
    .featured-wrapper .featured-wrap:not(:nth-child(2n)) {
        margin-right: 20px;
    }
    
    .featured-wrap .featured-bottom {
        height: 190px;
    }
    .home-news-container .home-news-swiper .home-news-content > a {
        height: 250px !important;
    }
    
    .home-news-container .home-news-swiper .home-news-content > a .home-news-text-content .home-news-title {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 30px;
    }
    
    .home-news-container .home-news-swiper .home-news-content > a .home-news-text-content > span {
        font-size: 11px;
        height: 60px;
    }
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li > a {
        font-size: 12px;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li {
        width: 25%;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap {
        flex-direction: column;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons {
        display: flex;
        flex-direction: unset !important;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons .nav-link {
        border-left: none !important;
        border-bottom: 2px solid transparent;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons .nav-link.active {
        border-bottom: 2px solid #653f04;
    }
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li > a {
        font-size: 12px;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li {
        width: 25%;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap {
        flex-direction: column;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons {
        display: flex;
        flex-direction: unset !important;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons .nav-link {
        border-left: none !important;
        border-bottom: 2px solid transparent;
    }
    
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content-buttons .nav-link.active {
        border-bottom: 2px solid #653f04;
    }
    
    .home-slider-center > span {
        text-align: center;
    }
    
    .home-slider-center .home-search-for-ads {
        width: 90%;
    }
    
    .home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content {
        flex-direction: column;
        height: auto !important;
    }
    
    .home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content > button {
        width: 100%;
        height: 35px;
        margin-top: .5rem;
        border-radius: 7px;
    }
    
    .home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content select.form-select {
        width: 100%;
        border-radius: 0;
        height: 35px;
        margin-top: .5rem;
    }
    
    .home-slider-center .home-search-for-ads .tab-content .tab-pane .search-for-ads-content > input {
        width: 100%;
        height: 45px;
    }
    .footer-list {
        width: 100% !important;
        margin-top: 2rem;
    }
    .footer-copyright-content .footer-copyright > span {
        text-align: center;
    }
    div#mesajModal {
        top: 5%;
    }
    .modal-content .mesajModalClose-container {
        right: 0;
    }
    .featured-wrap .featured-information .product-caption .product-price {
        margin: .5rem 0;
    }
    .featured-list-wrapper .featured-list-title-wrapper .product-list-title {
        display: flex;
        width: 70%;
        font-size: 17px;
    }
    
    .featured-list-wrapper .featured-all-ads-button {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .featured-card-wrapper-mobile .featured-call-button > button {
        font-size: 12px;
    }
    .product-detail-info ul > li .detail-wrapper .detail-text > span {
        font-size: 13px;
    }
    
    .product-detail-info ul > li .detail-wrapper .detail-text > i {
        font-size: 18px;
    }
    
    .product-detail-info > ul > li {
        height: auto !important;
    }
    .contact-wrapper .contact-info .contact-phone > a, .contact-open > p {
        font-size: 12px;
    }
}

@media screen and (max-width:400px){
    .featured-list-wrapper .featured-all-ads-button > a {
        font-size: 13px;
    }
    
    .featured-list-wrapper .featured-list-title-wrapper .product-list-title {
        font-size: 18px;
    }
    
    .featured-wrap .featured-ticket > div > span {
        font-size: 9px;
    }
    
    .home-news-container .home-news-swiper .home-news-content > a .home-news-text-content > span {
        padding: 0.5rem !important;
    }
    
    .home-news-container .home-news-swiper .home-news-content > a {
        height: 225px !important;
    }
    .footer-tab-content-wrapper .footer-tab-content-wrap .footer-tab-content .footer-tab-pane > ul > li {
        width: 33.3%;
    }
    .featured-wrap .featured-information .product-caption .product-price > span {
        font-size: 12px;
    }
}

@media screen and (max-width:350px){

.featured-wrap .featured-information .product-caption .featured-location {
    font-size: 8px;
}
}