:root {
    --secondary-color: #457b9d;
    --danger-color: #c9252c;
    --soft-color: #a8dadc;
    --light-color: #f1faee;
    --dark-color: #1d3557;
    --button-bg: #05a;
    --button-bg-hover: #0f80f0;

    --title-color: #15141a;
    --gray-color: #909090;
    --link-color: #404040;
    --p-color: #6c757d;

    --h2-font-size: 42px;

    --border-radius-medium: 1rem;
}

html {
    scroll-behavior: smooth;
}

body {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    background-image: url("../images/body-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}

h2 {
    font-size: var(--h2-font-size);
    font-family: "Dancing Script", cursive;
}

section {
    margin-top: 8rem;
}

::selection {
    background-color: var(--danger-color);
    color: white;
}

a {
    transition: ease-in-out 0.3s;
}

a:hover {
    color: var(--danger-color);
    text-decoration: none;
    text-shadow: 0 0 30px;
}

li {
    font-size: 18px;
}

.rds-rem {
    border-radius: var(--border-radius-medium);
}

.color-red {
    color: var(--danger-color);
}

.loader {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    z-index: 5;
}

.loader-img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.loader-img img {
    margin-top: 50%;
}

.loader31:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    -webkit-animation: loader31g 1.5s ease-in-out infinite;
    animation: loader31g 1.5s ease-in-out infinite;
}

.loader31 {
    position: relative;
    width: 15px;
    height: 15px;
    top: 5%;
    left: 50%;
    border-radius: 12px;
    background-color: rgb(237, 29, 36);
}

.loader31:after {
    content: "";
    position: absolute;
    top: 0px;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    -webkit-animation: loader31d 1.5s ease-in-out infinite;
    animation: loader31d 1.5s ease-in-out infinite;
}

@-webkit-keyframes loader31g {
    0% {
        left: -25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
    50% {
        left: 0px;
        background-color: rgba(237, 29, 36, 0.1);
    }
    100% {
        left: -25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
}

@keyframes loader31g {
    0% {
        left: -25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
    50% {
        left: 0px;
        background-color: rgba(237, 29, 36, 0.1);
    }
    100% {
        left: -25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
}

@-webkit-keyframes loader31d {
    0% {
        left: 25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
    50% {
        left: 0px;
        background-color: rgba(237, 29, 36, 0.1);
    }
    100% {
        left: 25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
}

@keyframes loader31d {
    0% {
        left: 25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
    50% {
        left: 0px;
        background-color: rgba(237, 29, 36, 0.1);
    }
    100% {
        left: 25px;
        background-color: rgba(237, 29, 36, 0.8);
    }
}

.iletisim-mail {
    border-radius: 7px;
    color: #ca3434;
}

.iletisim-mail a {
    text-decoration: none;
}

.iletisim-form {
    margin-bottom: 1.9rem;
    border-radius: 0.5rem;
    transition: all 0.7s;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
}

.iletisim-form:focus {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(201, 37, 44, 0.25);
}

.iletisim-form-btn {
    margin-bottom: 1.9rem;
    border-radius: 0.5rem;
    background-color: var(--danger-color);
    height: 50px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
    transition: ease-in-out 0.3s;
}

.iletisim-form-btn:hover {
    background-color: var(--danger-color);
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.baslık {
    font-family: "Poppins", sans-serif;
}

.btn {
    border-radius: 0.75rem;
    transition: all 0.7s;
}

.logo {
    width: 200px;
}

.navigation {
    color: #fff !important;
    transition: all 0.4s;
    border-radius: 0.5rem;
}

.navigation:hover {
    color: #000 !important;
    background-color: lightcoral;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.fork {
    height: auto;
    width: 75%;
}

.onecıkanurun {
    cursor: pointer;
    border-radius: 0.5rem;
    transition: cubic-bezier(0.17, 0.34, 0, 2.56) 0.5s;
    transform: scale(1);
}

.onecıkanurun:hover {
    transform: scale(1.01);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.rgba-black-light,
.rgba-black-light::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.page-h-box {
    border-radius: var(--border-radius-medium);
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgb(230, 57, 70) 40%,
            rgb(230, 57, 70) 60%,
            rgba(255, 255, 255, 0) 100%
    );
}

.map-container {
    height: 230px;
    position: relative;
    bottom: -25px;
    height: 25em;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.modal-content {
    border-radius: 0.8rem;
}

.hakkimizda-img {
    filter: gray;
    filter: grayscale(1);
    transition: all 0.7s !important;
    border-radius: 0.25rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transform: scale(1) !important;
}

.hakkimizda-img:hover {
    filter: none;
    filter: grayscale(0);
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.575) !important;
    transform: scale(1.005) !important;
}

.btn-linkedin {
    background: #0177b5;
    color: #ffffff
}

.btn-instagram {
    background: #dc4a38;
    color: #ffffff
}

.btn-linkedin:hover,
.btn-linkedin:focus {
    background: #015682;
    color: #ffffff
}

.btn-instagram:hover,
.btn-instagram:focus {
    background: #bf3322;
    color: #ffffff
}

#ana-resim {
    animation: rotation 3s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@keyframes rotation {
    0%,
    100% {
        -webkit-transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

@media (max-width: 768px) {
    body {
        background-size: auto;
    }

    .navbar-nav {
        margin-top: 3rem;
    }

    .logo {
        background-color: #f0f0f0;
        border-radius: 1rem;
        padding-left: 1rem;
    }

    .fork {
        width: 100%;
    }

    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
