/* ===================================
    Crafto - Marketing
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/* variable */
:root {
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --base-color: #f96f4a;
    --dark-gray: #1f242e;
    --yellow: #ffeb7d;
    --medium-gray: #717580;
    --aluminium-grey: #6e727c;
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 10px;
        height: 10px;
        background: #1f242e;
    }
}
body{
    line-height: 30px;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 16px;
}
header .navbar-brand img {
    max-height: 45px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 260px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 360px;
}
.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 23px;
}
/* bg color */
.bg-light-red-grey {
    background-color: #fff1ee;
}
.bg-base-color-transparent {
    background-color: rgba(255, 122, 86,.9);
}
/* bg gradient */
.bg-gradient-black-green {
    background-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,242,239,1) 80%, rgba(255,242,239,1) 100%);
}
.bg-jungle-green {
    background-color: #2ebb79;
}
/* slider shadow */
.slider-shadow-left-right {
    mask-image:linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%);
    -webkit-mask-image:linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%);
}
/* text color */
.text-jungle-green {
    color: #2ebb79;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0px;
}
.btn.btn-very-small {
    padding: 9px 18px;
}
.btn.btn-small {
    padding: 11px 22px;
}
.btn.btn-medium {
    padding: 12px 22px 13px;
}
.btn.btn-large {
    padding: 13px 26px 15px;
}
.btn.btn-extra-large {
    padding: 16px 32px 18px;
    word-break: normal;
}
.btn.btn-extra-large .btn-icon i {
    top: 0;
}
.btn-icon i {
    top: 1px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* portfolio filter */
.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: 1;
}
/* footer */
footer .elements-social li {
    margin: 0 10px 0 0;
}
footer .footer-logo img {
    max-height: 27px;
}
footer {
    padding-bottom: 30px;
}
footer {
    font-size: 15px;
    line-height: 30px;
}
/* newsletter style 02  */
.newsletter-style-02 input {
   padding-right: 90px !important;
}
/* tabs style 08 */
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
/* team style 01 */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* process step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* select */
.select:after {
    right: 25px;
}

#demo-corporate-slider {border-radius: 6px;}
.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }
/* media query responsive */
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 13px;
    }
    .newsletter-style-02 input {
        padding-left: 15px;
        padding-right: 100px;
    }
    .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .lg-overflow-hidden {
        overflow: hidden;
    }
    .lg-mt-45 {
        margin-top: 45% !important;
    }
}
@media (max-width: 991px) {
    .header-icon .icon {
        top: -2px;
    }
    .elements-social.social-icon-style-04 .large-icon a {
        font-size: 21px;
        width: 50px;
        height: 50px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .md-right-minus-250px{
        margin-right: -100px !important;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 25px 25px;
    }
}
@media (max-width: 767px) {
    .elements-social ul li {
        margin-bottom: 0;
    }

}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent {
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #173263;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #173c80;
}

.video-popup-wrap video {
    width: 100%;
    height: auto;
}

.video-popup-wrap {
    width: 50%;
    margin: 0 auto;
}

.custom-container{
    max-width: 1550px;
    margin: 0 auto;
}

.cover-background {
    position: relative;
}

.cover-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); /* Beyaza yakın bir overlay */
    z-index: 1;
}

.cover-background .container,
.cover-background .row,
.cover-background .col-9 {
    position: relative;
    z-index: 2;
}

.fullscreen-container {
    max-height: 70vh!important;
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Siyah yarı saydam arka plan */
    border-radius: 6px;
    z-index: 1; /* Overlay'in z-index değeri */
}

.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Video butonunun z-index değeri, overlay'den yüksek olmalı */
}

.btn-circle {
    width: 60px;
    height: 60px;
    background-color: #ff0000; /* Buton rengi */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

.btn-video i {
    font-size: 24px; /* İkon boyutu */
}

.custom-btn {
    background-color: #123162!important;
    border-radius: 4px!important;
    color: #ffffff!important;
}

.custom-btn:hover {
    background-color: #ffffff!important;
    color: #123162!important;
    border: 2px solid #123162!important;
}

.btn-success:hover {
    background-color: #123162!important;
    color: #ffffff!important;
}

.custom-btn-outline {
    border: 2px solid #123162!important;
    border-radius: 4px!important;
    color: #123162!important;
}

.custom-btn-outline:hover {
    background-color: #123162!important;
    color: #ffffff!important;
}

.header-section {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.header-section-index {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80vh;
    position: relative;
}

.header-section-index .text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 150px;
    text-align: center;
}

.header-section .text-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0 150px;
    text-align: center;
}

.text-container span{
    font-size: 32px;
}

.subtexts span{
    font-size: 12px;
}

.service-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.brand-img {
    transition: all 0.3s ease-in-out;
    filter: grayscale(100%);
}

.brand-img:hover {
    filter: grayscale(0%);
}

.partner-img {
    transition: all 0.3s ease-in-out;
}

.partner-img:hover {
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.7));
}

.typewriter {
    /* Metni içeren div'i sabit boyutlarda tutun */
    height: 70px;
    overflow: hidden; /* Metin dışına taşma önleme */
}

.typewriter h2 {
    display: inline-block;
    border-right: 2px solid;
    white-space: nowrap;
    overflow: hidden;
    animation: caret 1s steps(1) infinite;
    padding-right: 3px;
    min-height: 50px;
    vertical-align: bottom;
}

.carousel-item {
    height: 80vh;
    position: relative;
}

.carousel-item img {
    height: 100%;
    object-fit: cover; /* Resmi düzgün şekilde yerleştirir */
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: white; /* Başlık rengini görünür hale getirir */
    background-color: rgba(0, 0, 0, 0.5); /* Başlık için hafif bir arka plan rengi */
    padding: 10px 20px;
    border-radius: 5px;
}


@keyframes caret {
    50% {
        border-color: transparent;
    }
}

@media screen and (max-width: 768px) {

    .header-section{
        background-size: 700px;
        height: 75vh;
    }

    .header-section-index{
        background-size: 700px;
        height: 60vh;
    }

    .header-section-index .text-container{
        display: flex;
        align-items: center;
        justify-content: center;
        height: -webkit-fill-available;
        padding: 0 40px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .header-section .text-container{
        display: flex;
        align-items: center;
        justify-content: center;
        height: -webkit-fill-available;
        padding: 0 40px;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }


    .text-container span{
        font-size: 18px;
        text-align: center;
    }
    .header-section .subtexts{
        display: none!important;
    }

    .header-section-index .subtexts{
        display: none!important;
    }
}


