/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 56px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin: auto auto 15px auto !important;
        padding-bottom: 20px;
        background: #F2F5F9;
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        width: 49px;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F2F5F9;
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: #F2F5F9;
        transition: .5s;
        opacity: 1;
    }
}

/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}



/*** Carousel Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}

.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(201 1 1 / 10%);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}

/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(201, 1, 1, 0.8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}

/*** FAQs End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact {
    position: relative;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}

/*** copyright end ***/

#comment-i:hover{
    color: white !important;
}


/* Overlay Başlangıcı */


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(167, 63, 63, 0.62);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.overlay-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.sz_arylm {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 2px solid #d9534f;
    /* Kırmızı tonunda kenar */
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Hafif gölge */
}

.sz_arylm:focus {
    border-color: #c9302c;
    /* Daha koyu bir kırmızı */
    box-shadow: 0 0 8px rgba(201, 48, 44, 0.5);
    /* Vurgu efekti */
}




button {
    background-color: #d9534f;
    /* Kırmızı arka plan */
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Buton için gölge */
}

button:hover {
    background-color: #c9302c;
    /* Hover rengi */
    transform: scale(1.05);
    /* Büyütme efekti */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Hover durumunda gölgeyi artır */
}

button:active {
    transform: scale(0.95);
    /* Tıklandığında küçülme efekti */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Tıklandığında gölgeyi azalt */
}


/* Overlay bitişi */



/***  RedPD Start **/


.redpd-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    /* background-color: #fff;*/
    margin: 0;
    padding-top: 71px;

}

.container-redpd {
    position: relative;
    width: 300px;
    height: 300px;
}

.main-logo-redpd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.main-logo-redpd-yazi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -400%);
    z-index: 2;
}



.menu-redpd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.menu-redpd-item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 400ms ease;
    /* Geçiş efekti */

}

.menu-redpd-item:hover {
    background-color: #e21e24;
    /* Hover sırasında arka plan rengi */
    /*box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Gölge efekti */
    /*border: 2px solid #fff; /* Hover sırasında kenarlık */
}




.menu-redpd-item i {
    font-size: 2vw;
    color: #e21e24;
    margin-right: 6px;
}



.menu-redpd-item:hover i {
    color: #fff;
    /* İstediğiniz renge değiştirin */
}

.menu-redpd-item span {
    font-size: 1rem;
    color: #333;
}


.menu-redpd-item:hover span {
    color: #fff;
}


/* Circle positioning */
.redpd-item-1 {
    min-width: max-content;
    top: 50%;
    left: 13rem !important;
    transform: translate(-190%, -240%) rotate(0deg) translate(0px) rotate(0deg);
}

.redpd-item-2 {
    min-width: max-content;
    top: 50%;
    left: 18rem !important;
    transform: translate(-220%, -70%) rotate(0deg) translate(0px) rotate(0deg);
}

.redpd-item-3 {
    min-width: max-content;
    top: 50%;
    left: 12rem !important;
    transform: translate(-170%, 90%) rotate(0deg) translate(0px) rotate(0deg);
}

.redpd-item-4 {
    min-width: max-content;
    top: 50%;
    left: 9rem !important;
    transform: translate(90%, -240%) rotate(0deg) translate(0px) rotate(0deg);
}

.redpd-item-5 {
    min-width: max-content;
    top: 50%;
    left: 0.5rem !important;
    transform: translate(130%, -70%) rotate(0deg) translate(0px) rotate(0deg);
}

.redpd-item-6 {
    min-width: max-content;
    top: 50%;
    left: 10rem !important;
    transform: translate(80%, 90%) rotate(0deg) translate(0px) rotate(0deg);
}

.redpd-item-7 {
    min-width: max-content;
    top: 50%;
    left: 10rem !important;
    transform: translate(-140%, 230%) rotate(0deg) translate(0px) rotate(0deg);
}





.main-logo-redpd-yazi img {
    width: 15vw;
}

.main-logo-redpd img {
    width: 15vw;
}


/* MOBILE EDIT */

@media (min-width: 768px) {}


@media (max-width: 767px) {

    .pt-6 {
        padding-top: 7rem !important;
    }

    .navbar {
        margin: 20px 0;
        padding: 0 15px;
        border-radius: 15px;
        transition: background-color 0.3s ease;
    }


    .navbar-toggler span {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .fa-times {
        transform: rotate(180deg);
    }

    .nav-bar {
        transition: opacity 0.3s ease, background-color 0.3s ease;
        position: fixed;
        z-index: 999;
        top: 0 !important;
        background: unset !important;
    }


    .navbar-toggler {
        background-color: white;
    }


    .mobilehide {
        display: none;
    }


    .nav-bar.hidden {
        opacity: 0;
    }




    .main-logo-redpd-yazi img {
        width: 25vw;
    }


    .main-logo-redpd img {
        width: 25vw;
    }


    .menu-redpd-item span {
        font-size: 0.8rem;
    }

    .menu-redpd-item i {
        font-size: 1rem;
    }

    .redpd-item-1 {
        transform: translate(-160%, -240%) rotate(0deg) translate(0px) rotate(0deg);
    }

    .redpd-item-2 {
        transform: translate(-190%, -70%) rotate(0deg) translate(0px) rotate(0deg);
    }

    .redpd-item-3 {
        transform: translate(-140%, 90%) rotate(0deg) translate(0px) rotate(0deg);
    }

    .redpd-item-4 {
        transform: translate(55%, -240%) rotate(0deg) translate(0px) rotate(0deg);
    }

    .redpd-item-5 {
        transform: translate(90%, -70%) rotate(0deg) translate(0px) rotate(0deg);
    }

    .redpd-item-6 {
        transform: translate(50%, 90%) rotate(0deg) translate(0px) rotate(0deg);
    }

    .redpd-item-7 {
        transform: translate(-50%, 230%) rotate(0deg) translate(0px) rotate(0deg);
    }


    .row {
        margin-top: calc(var(--bs-gutter-y)* -0.5);
    }





    .dropdown-menu {
        background-color: unset;
        border: unset;
        border-radius: unset;
    }

    .dropdown-item {
        color: rgba(0, 0, 0, .55);
    }

    .mobile {
        margin-top: 0;
    }



    .service-content-inner {
        text-align: center;
    }

    .about-item-content {
        text-align: center;
    }


    .mobile.mt-5 {
        margin-top: unset !important;
    }

    .mobile.mb-5 {
        margin-bottom: 1rem !important;
    }



    .reverse-on-mobile {
        flex-direction: column-reverse;
    }


    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 0px;
    }

    .mobile .mobileortala {
        display: flex;
        justify-content: center;
    }

    .mobilbtnfs {
        margin-bottom: 0.7rem !important;
    }

    .mobile .slider4 {
        width: 70% !important;
    }

    .mobile .fa-play-circle {
        margin-right: 0 !important;
    }

    .mobile .carousel-caption h4 {
        margin-bottom: 0 !important;
        font-size: calc(1rem + 0.2vw) !important;
    }

    .mobile .pb-5 {
        padding-bottom: unset !important;
    }

    .mobile .fs-5 {
        font-size: 1rem !important;
    }

    .mobile .py-3 {
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }

    .mobile.py-5 {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }

    .mobile .px-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mobile .g-4 {
        --bs-gutter-y: 1rem !important;
    }

    .row.mobile.g-4 {
        --bs-gutter-y: unset !important;
    }

    .mobile .mb-5 {
        margin-bottom: 2rem !important;
    }

    .mobile .w-100 {
        width: 100% !important;
    }

    /*
    .mobile .carousel-img {
        display: flex;
        justify-content: center;
    }
*/

    .header-carousel .header-carousel-item {
        height: 100vh;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: 7vh;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: 7vh;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }

    .mobile.footer-item {
        text-align: center;
    }


}