@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@media (min-width:768px) {
    .section-header .logo img {
        max-height: 60px !important;
    }
}

.sliderJs .swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 90%);
}

.sliderJs .swiper-button-next,
.sliderJs .swiper-button-prev {
    background: #de8c5c;
    border-radius: 0px;
    opacity: 1 !important;
}

.sliderJs .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4%);
    left: auto;
}

.pageSliderContent .swiper-button-next::after,
.pageSliderContent .swiper-button-prev::after {
    font-size: 14px !important;
    color: #fff;
    transition: all .4s;
}

.textImg.rexa-gorseller .rgw {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}

.textImg .rexa-gorseller .rgw::before,
.textImg .rexa-gorseller .rgw::after {
    position: absolute;
    border: 15px solid var(--site-color);
    content: '';
    width: 80%;
    height: 80%;
    z-index: -1;
}

.textImg .rexa-gorseller .rgw::before {
    left: -40px;
    top: -40px;
}

.textImg .rexa-gorseller .rgw::after {
    right: -30px;
    bottom: -12%;
}

.weta-icerik-tag,
.weta-slider-tag,
.weta-counter-tag,
.weta-parallax-tag {
    font-family: "Teko", sans-serif !important;
}

.btn.btn-color {
    padding: 15px 40px;
    letter-spacing: 1px;
    background-color: #00173c;
    border-radius: 0px;
    border: none;
}

.textImg .weta-description .btn {
    background-color: #00173c;
}

.gallery-section-1 .img-wrapper,
.gallery-section-10 .img-wrapper,
.gallery-section-8 .img-wrapper,
.gallery-section-2 .img-wrapper {
    display: grid;
}

.gallery-section-1 .img-wrapper .gallery-img,
.gallery-section-10 .img-wrapper .gallery-img,
.gallery-section-8 .img-wrapper .gallery-img,
.gallery-section-2 .img-wrapper .gallery-img {
    display: none;
    order: 2;
}

.gallery-section-2 .img-wrapper .gallery-info {
    order: 1;
}

.weta-parallax-tag {
    margin-top: 120px;
}

.gallery-section-3 .img-title .weta-icerik-tag,
.gallery-section-7 .img-title .weta-icerik-tag,
.gallery-section-9 .img-title .weta-icerik-tag,
.gallery-section-4 .img-title .weta-icerik-tag {
    font-size: 30px;
    text-align: center;
}

.gallery-section-3 .img-description p,
.gallery-section-7 .img-description p,
.gallery-section-9 .img-description p,
.gallery-section-4 .img-description p {
    font-size: 24px !important;
    line-height: 20px !important;
    display: block;
    font-family: 'Teko', sans-serif !important;
    text-align: center !important;
}

.gallery-section-3 .row,
.gallery-section-7 .row,
.gallery-section-9 .row,
.gallery-section-4 .row {
    justify-content: center;
}

.textImg .weta-description ul {
    padding-left: 0px !important;
}

.textImg .weta-description ul li {
    position: relative;
    padding-left: 20px;
}

.textImg .weta-description ul li::before {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}

.pageSliderContent .swiper-button-next:hover::after,
.pageSliderContent .swiper-button-prev:hover::after {
    transform: scale(1.5);
}

.productList .rg-wrapper button,
.productList .col-md-7 .product-category-buttons {
    display: none;
}

@media(min-width:768px) {

    #product-section-3,
    #product-section-4 {
        padding: 0px 0px 80px 0px;
    }
}

.product-list .product-content-wrapper {
    padding: 20px 20px;
    opacity: 1;
    background-color: #fff;
    position: relative;
    bottom: 0;
    transition: all .4s;
}

.product-list .product-wrapper:hover .product-content-wrapper {
    bottom: 60px;
}

.productList .product-image .rgw {
    position: relative;
}

.productList .product-image .rgw::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff5e15;
    top: 0px;
    right: auto;
    left: auto;
    opacity: 0;
    transition: all .4s;
}

.productList .product-wrapper:hover .product-image .rgw::before {
    opacity: .4;
}

.product-list .weta-icerik-tag {
    font-size: 25px !important;
}

.gallery-section .team-social-center {
    position: absolute;
    top: 100%;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border: 7px solid #de8c5c;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    opacity: 0;
    cursor: default;
}

.gallery-section .img-wrapper:hover .team-social-center {
    top: 0;
    opacity: 1;
}

.gallery-section .img-wrapper .team-social-bar {
    list-style: none;
    position: absolute;
    top: 40%;
    left: 50%;
    overflow: hidden;
    text-align: left;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0px !important;
}

.gallery-section .img-wrapper .team-social-bar a {
    color: #fff;
    font-size: 20px;
    padding: 5px 5px;
    display: inline-block;
    transition: all .4s;
    cursor: pointer;
}

.gallery-section .img-wrapper .team-social-bar a:hover {
    color: #de8c5c;
}

.gallery-section .team-social-bar li {
    display: inline-block;
}

.gallery-section .gallery-img {
    position: relative;
}

.gallery-section-1 .img-title .weta-icerik-tag,
.gallery-section-10 .img-title .weta-icerik-tag,
.gallery-section-2 .img-title .weta-icerik-tag,
.gallery-section-8 .img-title .weta-icerik-tag {
    font-size: 30px;
    display: block;
    text-align: left;
    line-height: 36px;
}

.gallery-section-1 .img-title,
.gallery-section-10 .img-title,
.gallery-section-2 .img-title,
.gallery-section-8 .img-title {
    padding-left: 30px;
    position: relative;
}

.gallery-section-1 .img-title::before,
.gallery-section-10 .img-title::before,
.gallery-section-2 .img-title::before,
.gallery-section-8 .img-title::before {
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
    background: var(--site-color);
    height: 100%;
}

.gallery-section-1 .img-wrapper,
.gallery-section-10 .img-wrapper,
.gallery-section-2 .img-wrapper,
.gallery-section-8 .img-wrapper {
    padding: 10px;
    min-height: 295px;
}

.gallery-section-1 .img-wrapper .gallery-img,
.gallery-section-1 .img-wrapper .gallery-info,
.gallery-section-10 .img-wrapper .gallery-img,
.gallery-section-10 .img-wrapper .gallery-info,
.gallery-section-2 .img-wrapper .gallery-img,
.gallery-section-2 .img-wrapper .gallery-info,
.gallery-section-8 .img-wrapper .gallery-img,
.gallery-section-8 .img-wrapper .gallery-info {
    padding: 20px;
}

.gallery-section-1 .img-wrapper .gallery-img,
.gallery-section-1 .img-wrapper .gallery-info,
.gallery-section-10 .img-wrapper .gallery-img,
.gallery-section-10 .img-wrapper .gallery-info,
.gallery-section-2 .img-wrapper .gallery-img,
.gallery-section-2 .img-wrapper .gallery-info,
.gallery-section-8 .img-wrapper .gallery-img,
.gallery-section-8 .img-wrapper .gallery-info {
    background: #fff;
}

.gallery-section-1 .img-wrapper::before,
.gallery-section-2 .img-wrapper::before,
.gallery-section-10 .img-wrapper::before,
.gallery-section-8 .img-wrapper::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background-color: rgb(238, 238, 238);
    transition: all 0.2s linear;
    z-index: -1;
}

.gallery-section-1 .img-wrapper:hover::before,
.gallery-section-2 .img-wrapper:hover::before,
.gallery-section-10 .img-wrapper:hover::before,
.gallery-section-8 .img-wrapper:hover::before {
    background-color: var(--site-color);
}

.footer .footer-pages {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-pages li {
    width: 50%;
    padding: 5px 0px !important;
}

.footer .footer-description ul {

    padding: 0px;
}

.footer .footer-description ul li {
    padding: 5px 0px !important;
}

@media (max-width: 768px) {

    .gallery-section-10 #image-gallery .custom-col,
    .gallery-section-2 #image-gallery .custom-col,
    .gallery-section-1 #image-gallery .custom-col,
    .gallery-section-8 #image-gallery .custom-col {
        width: 100% !important;
    }
}

.productList .col-md-5 {
    width: 100%
}

.productList .col-md-7 {
    display: none;
}

#html-section-2,
#html-section-1 {
    padding: 0px 0px 0px;
}

.parallax-section#parallax-1,
.parallax-section#parallax-2 {
    background-size: auto;
}

.pageSliderContent .swiper-slide #player {
    scale: 2;
    overflow: hidden;
}

#page-2 .pageSliderContent {
    margin-top: 0px !important;
}

#product-accordions {
    display: none;
}

.blogs#alternative-product {
    padding: 0px 0px;
}
footer #footer-col:nth-child(4) address {
    position: relative;
    padding-left: 25px;
}

footer #footer-col:nth-child(4) address::before {
    content: "\f3c5";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    width: 14px;
    height: 14px;
}

.product-breadcrumb,
.page-breadcrumb {
    height: 250px;
    position: relative;
}

.page-breadcrumb .relative-title .page-list {
    bottom: 15px;
    display: none;
}

.page-breadcrumb .relative-title .page-name span {
    font-weight: 600 !important;
    font-size: var(--site-title-size);
    font-family: "Teko", sans-serif !important;
}

#page-3 .page-breadcrumb,
#page-4 .page-breadcrumb {
    background-image: url("/images/abutos-paralax.jpg") !important;
    background-position: initial;
    background-attachment: fixed;
    background-size: auto;
}

.product-breadcrumb::before,
.page-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.2;
    z-index: 1;
}

.page-breadcrumb .relative-title {
    z-index: 9;
}

#page-5 .page-breadcrumb,
.product-breadcrumb,
#page-6 .page-breadcrumb {
    background-image: url("/images/paralax-dachi.jpg") !important;
    background-size: auto;
    background-position: bottom;
    background-attachment: fixed;
}

#page-7 .page-breadcrumb,
#page-8 .page-breadcrumb {
    background-image: url("/images/sevices-dachi.jpg") !important;
    background-size: auto;
    background-position: center;
    background-attachment: unset;
}

#page-11 .page-breadcrumb,
#page-12 .page-breadcrumb {
    background-image: url("/images/our-team-paralax-1.jpg") !important;
    background-size: auto;
    background-position: top;
    background-attachment: local;
}

#page-13 .page-breadcrumb,
#page-14 .page-breadcrumb {
    background-image: url("/images/iletisim-paralax.jpg") !important;
    background-size: contain;
    background-position: bottom;
    background-attachment: fixed;
}
@media (max-width:768px) {
    .sliderJs .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 23%);
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 15px);
    }

    .textImg .rexa-gorseller .rgw::after {
        right: 6px;
    }

    .textImg .rexa-gorseller .rgw::before {
        left: 5px;
    }

    .textImg .rexa-gorseller .rgw {
        display: flex;
        justify-content: center;
    }

    .textImg .rexa-gorseller .rgw img {
        max-width: 90%;
    }

    .parallax-section#parallax-12,
    .parallax-section#parallax-11 {
        max-height: 200px !important;
        height: 200px !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: local;
        width: 100%;
    }

    #gallery-detail-section-10,
    .gallery-section-7 {
        padding: 0px 0px 0px !important;
    }

    #gallery-detail-section-9,
    #gallery-detail-section-8 {
        padding: 0px 0px 100px !important;
    }

    .page-breadcrumb .relative-title .page-name span {
        top: 45px;
    }

    #product-section-4 {
        padding: 0px;
    }

    .tab-pane .product-thumbs .swiper-wrapper {
        justify-content: center;
    }

    footer .footer-img img {
        max-width: 65%;
    }

    .blogs#alternative-product {
        padding: 0px 0px 50px;
    }

    .weta-icerik-tag,
    .weta-slider-tag,
    .weta-counter-tag,
    .weta-parallax-tag {
        font-size: 30px !important;
    }

    .gallery-section .img-wrapper .team-social-bar a {
        font-size: 14px;
        padding: 5px 2px;
    }

    .page-breadcrumb .relative-title .page-name span {
        font-size: 30px !important;
    }

    .product-breadcrumb a,
    .product-breadcrumb span,
    .page-breadcrumb a,
    .page-breadcrumb span {
        font-size: 10px;
    }

    .textImg .rexa-content {
        margin-top: 10%;
    }

    .gallery-section-2 .custom-col:nth-child(2) {
        margin-top: 6%;
    }

    .gallery-section-3 .img-description p,
    .gallery-section-7 .img-description p,
    .gallery-section-9 .img-description p,
    .gallery-section-4 .img-description p {
        font-size: 14px !important;
    }

    .gallery-section-3 .img-title .weta-icerik-tag,
    .gallery-section-7 .img-title .weta-icerik-tag,
    .gallery-section-9 .img-title .weta-icerik-tag,
    .gallery-section-4 .img-title .weta-icerik-tag {
        font-size: 19px !important;
    }

    .pageSliderContent .swiper-slide #player {
        scale: 3;
    }

    #page-11 .page-breadcrumb, #page-12 .page-breadcrumb {
        background-size: cover !important;
       
    }
    #page-7 .page-breadcrumb, #page-8 .page-breadcrumb{
         background-image: url("/images/services-dachi-mobil.jpg") !important;
         background-size: cover;
    }
    #page-13 .page-breadcrumb, #page-14 .page-breadcrumb {
        background-size: cover;
        background-position: bottom;
        background-attachment: local;
    }
    .pageSliderContent .swiper-slide #player {
        scale: 2;
    }

    .pageSliderContent .sliderJs,
    .pageSliderContent .sliderJs .swiper-wrapper,
    .pageSliderContent .sliderJs .swiper-slide {
        max-height: calc(100vh - 330px) !important;
        height: calc(100vh - 330px) !important;
    }
}

@media (max-width:360px) {

    #page-5 .page-breadcrumb,
    .product-breadcrumb,
    #page-6 .page-breadcrumb {
        background-position: top !important;
    }

    #page-7 .page-breadcrumb,
    #page-8 .page-breadcrumb {
        background-image: url("/images/services-dachi-mobil.jpg") !important;
        background-size: auto;
        background-position: center;
        background-attachment: unset;
    }

    .pageSliderContent .swiper-slide #player {
        scale: 2;
    }

    .pageSliderContent .sliderJs,
    .pageSliderContent .sliderJs .swiper-wrapper,
    .pageSliderContent .sliderJs .swiper-slide {
        max-height: calc(100vh - 330px) !important;
        height: calc(100vh - 330px) !important;
    }
}