*,
*::before,
*::after {
    box-sizing: border-box !important;
}

img {
    image-rendering: optimizeQuality !important;
    object-fit: cover !important;
}

/* #content {
    background-color: #f9f9f9 !important;
} */

/*HEADER*/
.header-extras li .he-text span {
    color: #ffa64e !important;
}

.top-bar-dark {
    background-color: #343a40 !important;
}

.top-bar-dark a {
    color: #dee2e6 !important;
}

.top-bar-dark .top-links-container li:hover {
    background-color: rgb(0, 0, 0, .1) !important;
}

.header-dark {
    background-color: #38424d !important;
}

.header-dark #header-wrap {
    background-color: #343a40 !important;
}

/* header .menu-link {
    color: #8f3a04 !important;
} */

header .menu-link:hover {
    color: #ff9933 !important;
}

header .current a {
    color: #ff9933 !important;
}

#header-wrap .primary-menu .active .sub-menu-main-a {
    color: #ff9933 !important;
}

/*SLİDER*/
.Newspaper-Subtitle,
.tp-tab-title {
    color: #ff9933 !important;
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}

.tp-bannertimer {
    background: rgb(248, 167, 113, 1.00) !important;
}

/*CONTENT*/
.video-overlay {
    background: rgb(248, 167, 113, 0.5) !important;
}

.parallax-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* opaklık ayarı */
    z-index: 1;
}

.slider-caption-bg {
    left: 20px;
    bottom: 20px;
}

/* Image Hover */
.hover-reveal {
    position: fixed;
    width: 230px;
    height: 150px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
}

.entry-meta i {
    width: 20px;
    height: 20px;
}

/* SLIDER VIDEO BACKGROUND */

.rev_slider .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.rev_slider .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rev_slider .tp-caption {
    z-index: 2;
    /* Yazılar videonun üstünde kalsın */
}

/****************************************************FOOTER***************************************************/
/* .copyright-text {
    font-size: 15px !important;
    color: rgb(255 255 255, .1);
    margin-top: 10px
} */

.copyright-text .developer,
.copyright-text .developer a {
    color: rgb(255 255 255 / .4);
    font-weight: 600
}

.copyright-links a {
    color: rgb(255 255 255 / .5)
}

.copyright-links a:hover,
.copyright-text .developer a:hover {
    color: #fff;
    transition: all .3s ease-in-out
}

.page-copyright .container {
    margin-top: -100px
}

.page-copyright h1,
.page-copyright h2 {
    color: #444;
    margin-top: 50px
}

.page-copyright p {
    margin-top: -10px;
    margin-bottom: 15px;
    text-align: justify;
    width: 80%
}

.page-copyright ul {
    margin-left: 20px
}

@media (max-width:768px) {
    .page-copyright p {
        width: 100%;
        font-size: 15px
    }

    .page-copyright ul {
        font-size: 14px
    }
}

.footer-stick {
    width: 100%;
    margin-bottom: -70px !important;
    z-index: 2 !important;
    background: transparent !important;
}

.sticky-top {
    z-index: 2 !important;
}

@media (max-width: 1200px) {
    .footer-stick img {
        margin-top: 0px !important;
    }

    .footer-stick {
        margin-bottom: -60px !important;
    }

    .sticky-top {
        /* margin: 10px 0 10px 0 !important; */
        font-size: 22px !important;
    }
}

@media (max-width: 991px) {
    .footer-stick img {
        margin-top: 25px !important;
    }

    .footer-stick {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .sticky-top {
        font-size: 22px !important;
    }
}

/****************************************************OTHER***************************************************/
.shape-divider-fill {
    fill: rgb(255, 255, 255) !important;
}

.page-about .shape-divider-fill,
.page-reference .shape-divider-fill,
.page-faq .shape-divider-fill {
    fill: rgb(248, 249, 250) !important;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center
}

#preloader .css3-spinner {
    --cnvs-loader-color: var(--cnvs-themecolor)
}

/********************************************* SERVİCE BOX ***************************************************/
.service-box .card {
    transition: all 0.3s ease-in-out;
}

.service-box:hover .card {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .service-box .card {
        height: 420px !important;
    }
}

@media (max-width: 768px) {
    .service-box .card {
        height: auto !important;
    }
}

/********************************************* CSS PAGE CLEAR ***************************************************/

/* GLOBAL */
.clients-grid li {
    display: grid;
    place-items: center;
    padding: 35px 20px;
}

.clients-grid li img {
    /* max-height: 60px; */
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}

.clients-grid li:hover img {
    /* max-height: 60px; */
    filter: grayscale(0%);
}

.top-links-sub-menu {
    width: 200px !important;
}

@media (max-width: 415px) {
    .top-links-sub-menu {
        width: 180px !important;
    }
}

@media (max-width: 372px) {
    .top-links-sub-menu {
        width: 100% !important;
    }
}

.sticky-top {
    font-size: 26px !important;
}

.sticky-top .uil-angle-right-b {
    top: 3px !important;
}

/* HOME PAGE */
.header-stick .bg-overlay-content {
    padding: 20px !important;
}

.header-stick .overlay-trigger-icon {
    --signal: #ff9933;
    position: relative;
    display: grid;
    place-items: center;
    /* width: 77px;
    height: 77px; */
    border-radius: 9999px;
    background: rgba(0, 0, 0, .75);
    transition: transform .25s ease, box-shadow .25s ease;
}

.header-stick .overlay-trigger-icon i {
    z-index: 2;
}

.header-stick .overlay-trigger-icon::before,
.header-stick .overlay-trigger-icon::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px solid var(--signal);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: scale(.6);
    animation: radar2 2.2s ease-out infinite;
}

.header-stick .overlay-trigger-icon::after {
    animation-delay: 1.1s;
}

*,
*::before,
*,
*::after {
    box-sizing: border-box !important;
}

@keyframes radar2 {
    0% {
        transform: scale(.6);
        opacity: .8;
    }

    60% {
        opacity: .35;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.header-stick .overlay-trigger-icon:hover {
    transform: scale(1);
    box-shadow:
        0 0 0 3px rgba(255, 153, 51, .15),
        0 0 20px rgba(255, 153, 51, .6);
}

.home-parallax-section2 {
    padding: 125px 0;
}

.home-parallax-section2 .overlay-trigger-icon {
    --signal: #ff9933;
    position: relative;
    display: grid;
    place-items: center;
    /* width: 77px;
    height: 77px; */
    border-radius: 9999px;
    background: rgba(0, 0, 0, .75);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-parallax-section2 .overlay-trigger-icon i {
    z-index: 2;
}

.home-parallax-section2 .overlay-trigger-icon::before,
.home-parallax-section2 .overlay-trigger-icon::after {
    content: "";
    position: absolute;
    inset: 0px;
    border: 2px solid var(--signal);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: scale(.6);
    animation: radar 2.2s ease-out infinite;
}

.home-parallax-section2 .overlay-trigger-icon::after {
    animation-delay: 1.1s;
}

@keyframes radar {
    0% {
        transform: scale(.6);
        opacity: .8;
    }

    60% {
        opacity: .35;
    }

    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.overlay-trigger-icon:hover {
    transform: scale(1.08);
    box-shadow:
        0 0 0 6px rgba(255, 153, 51, .15),
        0 0 40px rgba(255, 153, 51, .6);
}

@media (prefers-reduced-motion: reduce) {

    .overlay-trigger-icon,
    .overlay-trigger-icon::before,
    .overlay-trigger-icon::after {
        animation: none;
        transition: none;
    }
}

.features-section1 .feature-box img {
    object-fit: cover;
    height: 250px;
}

.home-page-shape-divider-features2 {
    position: absolute !important;
    bottom: -40px !important;
}

/*style 2*/
.overlay-trigger-icon .wave {
    position: absolute;
    inset: -8px;
    border: 2px solid var(--signal);
    border-radius: 50%;
    pointer-events: none;
    opacity: .8;
    transform: scale(.6);
    animation: radar 2.2s ease-out infinite;
    animation-delay: .55s;
    /* üçüncü halka */
}

/*style 3*/
.parallax .video-wrap {
    z-index: 1;
}

.parallax .video-wrap .video-overlay {
    display: grid;
    place-items: center;
    height: 100%;
}

.home-parallax-text {
    z-index: 2;
}

#construction-tabs {
    --bs-nav-link-font-weight: 500;
}

#canvas-TabContent .counter {
    color: #D2D2D2;
}

#canvas-TabContent #tab-4 iframe {
    border: 0;
}

.home-references-section {
    background: #eee !important;
}

.posts-carousel .entry-image img {
    object-fit: cover;
    height: 160px;
}

/*style 4*/
@media (min-width: 768px) {
    .img-thumbnail {
        float: left;
        margin-right: 10px;
    }
}

/*HOME PAGE SLİDER */
.rev_slider_wrapper {
    margin: 0px auto;
    background-color: #ffffff;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.rev_slider {
    display: none;
}

.tp-shape {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 1.00);
}

.Newspaper-Title {
    z-index: 6;
    min-width: 600px;
    max-width: 600px;
    white-space: normal;
}

.Newspaper-Subtitle {
    z-index: 7;
    white-space: nowrap;
}

.Newspaper-Button {
    z-index: 8;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* HOME BG OVERLAY */
.bg-overlay .bg-overlay-content a {
    animation-duration: 600ms;
}

.bg-overlay i {
    left: 1px;
}

/* GALLERY */
.page-gallery .slider-caption-bg {
    left: 20px;
    bottom: 20px;
}

/* PAGE ABOUT */
.page-about .main-header {
    margin-bottom: 34px;
}

.page-about .fslider img {
    height: 270px !important;
    object-fit: cover !important;
}

.page-about .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
    height: 70px !important;
}

.page-about .promo {
    padding: 30px 10px !important;
}

/* SERVİCE PAGE */
/* .button-change */
.page-service .button-change {
    --height: 2.375rem;
    height: var(--height);
    line-height: calc(var(--height) - 2px) !important;
    /* border-bottom: 1px solid #222 !important; */
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column-reverse;
}

.page-service .button-change.btn-sm {
    --height: 2rem;
}

.page-service .button-change.btn-lg {
    --height: 3rem;
}

.page-service .button-change span {
    position: relative;
    display: block;
    transition: transform .35s ease;
    transform: translate3d(0px, 0%, 0px);
    transform-style: preserve-3d;
}

.page-service .button-change:hover span {
    transform: translate3d(0px, 100%, 0px);
}

/* CONTACT PAGE */
.page-contact .contact-widget {
    margin-top: 69px;
}

@media (max-width: 1000px) {
    .page-contact .contact-widget {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

/* BLOG PAGE */
.page-blog .entry-image img {
    object-fit: cover;
    object-position: center;
}

.page-blog .main-image img {
    height: 600px;
}

.page-blog .font-size-minus {
    font-size: 12px;
}

.page-blog .font-size-plus {
    font-size: 20px;
}

/* CONTACT PAGE */
.page-contact-banner {
    height: 70vh !important;
    padding-top: 48px !important;
}

.page-contact-banner .shape-divider {
    z-index: 2 !important;
}

.page-contact-banner iframe {
    opacity: .7 !important;
    z-index: 1 !important;
}

.page-contact-banner .page-title-row {
    bottom: 50% !important;
    transform: translateY(50%) !important;
    z-index: 2 !important;
}

@media (max-width: 768px) {
    .page-contact-banner {
        height: 60vh !important;
        padding-top: 0px !important;
    }

    .page-contact-banner .page-title-row {
        transform: translateY(0%) !important;
    }
}

/*************************************************STİCKY CONTACT BUTTON*************************************************/
.sticky-bottom-bar {
    position: fixed;
    bottom: 5px;
    left: 35px;
    transform: translateX(-50%);
    /* width: 15%; */
    /* max-width: 250px; */
    /* background: white; */
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-radius: 50px;
    /* background-color: #f9f9f9; */
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    z-index: 1000;
}

.sticky-bottom-bar a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-top: 6px;
    /* margin-left: 12px; */
    padding: 9px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
    /* opacity: .7; */
}

.whatsapp-btn {
    background: #25D366;
}

.mail-btn {
    background: #007bff;
}

.phone-btn {
    background: #28a745;
}

.sticky-bottom-bar i {
    font-size: 23px;
}

.whatsapp-btn i {
    /* font-size: 22px; */
}

.sticky-bottom-bar a:hover {
    transform: scale(1.1);
    /* Buton %10 büyür */
    opacity: 0.9;
    /* Hafif parlama efekti */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 500px) {
    .sticky-bottom-bar {
        /* width: 50% !important; */
        left: 25px;
        /* bottom: 5px; */
    }

    .sticky-bottom-bar a {
        font-size: 12px;
        padding: 8px 12px;
    }

    .sticky-bottom-bar i {
        font-size: 17px;
    }

    /* .sticky-bottom-bar span {
			display: none;
		} */
}