﻿@media (max-width:576px) {
    .baslik {
        font-size: 1.5rem !important;
    }

    .icerik {
        font-size: 1rem !important;
        width: 100% !important;
    }

    .AboutUsContent {
        width: 100% !important;
        font-size: .5rem;
    }

        .AboutUsContent h2 {
            font-size: 1rem;
        }
}

@media (min-width:577px) {
    .baslik {
        font-size: 2.5rem !important;
    }

    .icerik {
        font-size: 1.25rem !important;
    }

    .AboutUsContent {
        width: 100% !important;
    }

        .AboutUsContent h2 {
            font-size: 1.25rem;
        }
}

@media (min-width:768px) {
    .baslik {
        font-size: 3rem !important;
    }

    .icerik {
        font-size: 1.5rem !important;
    }

    .AboutUsContent {
        width: 80% !important;
    }

        .AboutUsContent h2 {
            font-size: 1.5rem;
        }
}

@media (min-width:992px) {
    .baslik {
        font-size: 4rem !important;
    }

    .icerik {
        font-size: 1.75rem !important;
    }

    .AboutUsContent {
        width:55% !important;
    }

        .AboutUsContent h2 {
            font-size: 2rem;
        }

    .modal-header {
        padding-left: 7rem !important;
    }

    .modal-body {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
}

@media (min-width:1920px) {
    .baslik {
        font-size: 3.5rem !important;
    }

    .icerik {
        font-size: 2rem !important;
    }

    .carousel-control-next {
        right: 40% !important;
        margin-right: 3rem !important;
    }

    .carousel-control-prev {
        left: 40% !important;
    }

    .AboutUsContent h2 {
        font-size: 3rem;
    }
}

#HomeTopCarousel {
    position: relative;
}

.card-img-overlay {
    background-color: black;
    opacity: 28%;
}

.BlueOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #003065;
    opacity: 65%;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

.BlueOverlayShadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 57%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #003065;
    opacity: 30%;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

.RightSlickOverlay {
    position: absolute;
    background-color: #003065;
    opacity: 65%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(30% 100%, 100% 55%, 100% 100%, 30% 100%);
    transition: all .3s ease;
}

.RightSlickOverlayShadow {
    position: absolute;
    background-color: #003065;
    opacity: 30%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(25% 100%, 100% 50%, 100% 100%, 25% 100%);
    transition: all .3s ease;
}

.slickOverlayText {
    position: absolute;
    width: 70%;
    top: 50%;
    right: 0;
    text-align: right;
    opacity: 0;
    transition: all .3s ease;
}

.sol:hover .RightSlickOverlay {
    position: absolute;
    background-color: #003065;
    opacity: 65%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0% 100%);
}

.sol:hover .RightSlickOverlayShadow {
    position: absolute;
    background-color: #003065;
    opacity: 30%;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 75%, 100% 15%, 100% 100%, 0% 100%);
}

.sol:hover .slickOverlayText {
    opacity: 1;
}

.baslik {
    font-weight: 500;
    font-style: italic;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    color: white;
    font-family: 'Roboto',sans-serif;
}

.icerik {
    width: 40%;
    color: white;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    line-height: 1.2;
    font-style: normal;
    font-weight: normal;
    font-family: 'Roboto',sans-serif;
}

.carousel-control-next, .carousel-control-prev {
    top: auto !important;
    bottom: 1.5rem !important;
    width: 1rem !important;
    opacity: 1 !important;
}

.carousel-indicators li {
    width: 6.5rem !important;
    height: 2px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    opacity: 1 !important;
}

    .carousel-indicators li::after {
        content: "";
        width: .875rem;
        height: .875rem;
        border-radius: 50%;
        display: block !important;
        background-color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) scale(1.2);
    }

.carousel-indicators {
    left: 48.5%;
    transform: translateX(-50%);
    right: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    bottom: .5rem !important;
}

    .carousel-indicators .active::after {
        background-color: #003065 !important;
        transform: translateY(-50%) scale(2);
    }

.carousel-caption {
    padding-bottom: 0 !important;
    bottom: 3.25rem !important;
    left: 13% !important
}

.AboutUsImgOverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 45%;
}

.AboutUsText {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
}

.AboutUsContent a {
    color: white;
}

    .AboutUsContent a:hover {
        color: #d44c0c !important;
        transition: .3s;
    }

.BlueTriangleOne {
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 60%;
    width: 25%;
    bottom: 0;
    right: 0;
    background-color: #003065;
    opacity: 70%;
}

.BlueTriangleTwo {
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 65%;
    width: 27%;
    bottom: 0;
    right: 0;
    background-color: #003065;
    opacity: 30%;
}

.BlueTriangleThree {
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    width: 29%;
    bottom: 0;
    right: 0;
    background-color: #003065;
    opacity: .2;
}

.sendMailButton {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    width: 4rem;
}

.modalBlueColor {
    color: #003065;
}

/*MODAL AYARLARI*/

.modal-content {
    background-clip: border-box;
    border: none;
    border-radius: 1rem;
}

.modal-header {
    border: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: #003065;
}

.close {
    opacity: 1;
}

.SendBtn {
    background-color: #003065;
    color: white;
    padding: .5rem 2rem;
}

    .SendBtn:hover {
        color: white;
        background-color: #06478F;
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    background: none;
    height: 26px !important;
}

    .carousel-control-prev-icon .fa-chevron-left, .carousel-control-next-icon .fa-chevron-right {
        font-size: 30px;
    }

.slider-p {
    font-family: 'Roboot',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(255,255,255,1);
    margin-bottom: 1rem !important;
}

.slick-dots li button:before {
    font-size: 8px !important;
}

.AboutUsContent {
    position: absolute;
    top: 20%;
    padding: 1rem;
    padding-left: 0;
}

.modal-title {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    color: rgba(255,255,255,1);
}

.modal label {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: rgba(0,48,101,1);
}

.modal-body .form-control::placeholder, .modal-body .form-control {
    font-size: 14px;
    color: rgba(112,112,112,.5);
}

.modal-body .form-control {
    border: .5px solid rgba(112,112,112,.5);
}

.slick-prev {
    left:0;
}

.slick-next {
    right:0;
}


#HomeTopCarousel .carousel-indicators li:last-child {
    background-color: transparent !important;
    width: 0 !important;
}

@media only screen and (max-width:768px) {
    .carousel-indicators {
        left: 48%;
        transform: translateX(-50%);
        right: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        bottom: .5rem !important;
    }
}

@media only screen and (max-width:998px) {

    .carousel-control-next {
        right: 10% !important;
    }

    .carousel-control-prev {
        left: 10% !important;
    }
}


@media only screen and (min-width:998px) {

    .carousel-control-next {
        right: 35% !important;
    }

    .carousel-control-prev {
        left: 33% !important;
    }
}

