    /*menu text-link*/
    
    @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');
    /*title fonts*/
    
    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');
     ::-webkit-scrollbar {
        width: 2px;
        height: 8px;
        transition: 0.6s;
        background: #212529;
    }
    
    header#header {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/bg-shape.png);
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #f8f9fa;
        border-radius: 50px;
        transition: .5s all;
    }
    
    .navbar {
        z-index: 9999999999999999;
    }

    
    .navbar-toggler {
        padding: 4px 6px;
        font-size: 2rem;
        color: #ffc107;
        border: 1px solid #ffc107;
    }
    
    .navbar-toggler:focus {
        box-shadow: 1px 1px 2px black;
    }
    
    .navbar-brand span {
        font-family: 'Mulish', sans-serif;
        color: #ffffff!important;
        font-size: 1.8rem;
    }
    
    .nav-link {
        font-family: 'Mulish', sans-serif;
        color: #ffffff!important;
        padding: 5px 15px!important;
        margin: 0 5px;
        border-radius: 4px;
        transition: 0.5s all;
        font-size: 1.06rem;
    }
    
    .nav-link:hover {
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px black;
    }
    
    .dropdown span {
        font-family: 'Mulish', sans-serif;
    }
    
    .dropdown-menu a {
        cursor: pointer;
        transition: .5s all;
    }
    
    form .form-label,
    input,
    button,
    label,
    p,
    a,
    textarea {
        font-family: 'Mulish', sans-serif;
    }
    
    .modal {
        z-index: 99999999999999999;
    }
    
    .modal-title {
        font-family: "Mulish", sans-serif;
    }
    
    .form-focus {
        position: relative;
    }
    
    .form-focus input {
        position: relative;
        padding: 10px 20px;
    }
    
    .form-focus .focus-span {
        position: absolute;
        display: inline-block;
        top: 8px;
        left: 12px;
        transition: 0.3s all;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
    }
    
    .form-focus .form-control:focus {
        outline: none!important;
        border-color: black;
        box-shadow: none!important;
    }
    
    .form-focus input:focus+span {
        top: -9px;
        font-size: 12px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        color: black;
        opacity: 1;
    }
    
    header#header {
        display: flex;
        flex-direction: column;
        padding: 5px;
        align-items: center;
        justify-content: center;
        font-family: 'Mulish', sans-serif;
    }
    
    header#header h1 {
        font-size: 3.5rem;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }
    
    .paragraf {
        font-size: 1.2rem!important;
        text-align: justify;
    }
    
    .loopscards {
        right: 50px;
        top: 140px;
        transition: 0.5s all;
        z-index: -1;
        animation: loopscards 1.5s;
        animation-iteration-count: 3;
    }
    
    @keyframes loopscards {
        0%,
        100% {
            margin-top: 0;
        }
        50% {
            margin-top: 20px;
        }
    }
    
    .loopscards .front,
    .back {
        width: 450px;
        height: 250px;
        border-radius: 24px;
        box-shadow: 0 0 5px black;
        position: absolute;
        color: white;
        transition: 0.5s all;
        transform: perspective(800px);
        background-color: black;
        backface-visibility: hidden;
        cursor: pointer;
    }
    
    .loopscards .front {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotateY(0deg);
        font-size: 40px;
    }
    
    .loopscards .back {
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotateY(-180deg);
    }
    
    .loopscards:hover .front {
        background-color: black;
        /* transform: rotateY(-180deg); */
    }
    
    .loopscards:hover .back {
        color: red;
        /* transform: rotateY(0deg); */
    }
    
    .front .card-title {
        width: 400px;
        position: absolute;
        top: 48px;
    }
    
    .front .card-p {
        width: 180px;
        position: absolute;
        top: calc(54%);
    }
    
    .front .card-logo {
        right: 18px;
        top: 100px;
        width: 40px;
        transform: rotateY(180deg);
    }
    
    .back .card-back {
        width: 200px;
    }
    
    .back .card-logo2 {
        width: 40px;
        right: 14px;
        transform: rotate(180deg);
    }
    /*telefon*/
    
    .phone {
        margin-bottom: 100px;
        width: 310px;
        height: 600px;
        border-radius: 40px;
        background-color: black;
        border: 8px solid #1e272e;
        padding: 8px;
        position: relative;
    }
    
    .phone .screen {
        background-color: black;
        /* background-color: white; */
    }
    
    .phone:hover .screen {
        background-color: white;
    }
    
    .phone .screen .touch {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 24px);
        font-size: 50px;
        color: white;
    }
    
    .quiet {
        top: 70px;
        left: -13px;
        width: 5px;
        height: 25px;
        position: absolute;
        border-radius: 3px 0 0 3px;
        background-color: #1e272e;
    }
    
    .vol1 {
        top: 130px;
        left: -13px;
        width: 5px;
        height: 45px;
        position: absolute;
        border-radius: 3px 0 0 3px;
        background-color: #1e272e;
    }
    
    .vol2 {
        top: 190px;
        left: -13px;
        width: 5px;
        height: 45px;
        position: absolute;
        border-radius: 3px 0 0 3px;
        background-color: #1e272e;
    }
    
    .power {
        top: 150px;
        right: -13px;
        width: 5px;
        height: 70px;
        position: absolute;
        border-radius: 0 3px 3px 0;
        background-color: #1e272e;
    }
    
    .screen {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        background-color: white;
        transition: 0.6s all ease-in-out;
        cursor: pointer;
        overflow: hidden;
        padding: 0 10px;
    }
    
    .notch {
        width: 150px;
        height: 20px;
        border-radius: 0 0 15px 15px;
        background-color: #000;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: calc(50% - 75px);
    }
    
    .camera {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #1e272e;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: calc(100% - 50px);
        position: absolute;
    }
    
    .camera span {
        margin-top: 0.2px;
        border-top: 1px dotted #000;
        width: 100%;
    }
    
    .handset {
        width: 60px;
        height: 8px;
        display: flex;
        flex-direction: column;
        position: absolute;
        border-radius: 10px;
        overflow: hidden;
        background-color: #1e272e;
    }
    
    .handset span:first-child {
        margin-top: 0;
    }
    
    .handset span {
        width: 100%;
        margin-top: 0.2px;
        border-top: 1px dotted #000;
    }
    
    .phone:hover .loopscards {
        right: 200px;
        transform: rotate(15deg);
    }
    
    .phone .screen:hover .user-panel {
        opacity: 1;
        /* left: 2px; */
        top: 10px;
        visibility: visible;
    }
    
    .screen .user-panel {
        opacity: 0;
        visibility: hidden;
        position: relative;
        transition: .7s all;
        left: 2px;
        top: -100px;
        height: 536px;
    }
    
    .user-panel h2,
    h5 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }
    
    .user-panel .img-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .user-panel .img-btn img {
        margin-top: 30px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    
    .contact-info-container {
        display: flex;
        justify-content: space-between;
    }
    
    .contact-info-container .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .item span {
        font-size: 13px;
        font-family: 'Mulish', sans-serif;
    }
    
    .contact-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 12px;
        color: white;
    }
    
    .social-item {
        display: flex;
        align-items: center;
    }
    
    .social-item a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }
    
    .social-item a i {
        color: #f8f9fa;
        font-size: 19px;
    }
    
    .social-item .text {
        display: flex;
        align-items: flex-start;
        justify-content: start;
        flex-direction: column;
        margin-left: 8px;
    }
    
    .social-item .text p {
        margin: 0;
        font-size: 14px;
    }
    
    section#about {
        padding-top: 50px;
    }
    
    section#about h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        text-align: center;
    }
    
    section#about .about {
        transition: .5s all;
    }
    
    section#about .about:hover {
        transform: scale(1.1);
    }
    
    section#card-properties h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }
    
    .swiper {
        height: 450px;
        width: auto;
    }
    
    .swiper .swiper-wrapper .swiper-slide {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 8px;
        width: 320px!important;
        background-color: #212529;
        color: white;
        border-radius: 15px!important;
        position: relative;
        text-align: justify;
        filter: blur(2px);
        padding: 0 15px;
    }
    
    .swiper .swiper-wrapper .swiper-slide-active {
        /* border: 2px solid blue; */
        opacity: 1;
        filter: blur(0);
        transition: .8s all;
        z-index: 50;
    }
    
    .swiper-pagination-bullet {
        background-color: #ffc107!important;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        color: white!important;
        text-shadow: 3px 3px 0 black;
    }
    
    .swiper-pagination-bullet-active-prev,
    .swiper-pagination-bullet-active-next {
        opacity: 1;
        background-color: white!important;
    }
    
    .swiper .icon {
        background-color: black;
        width: 60px;
        height: 60px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 50%;
        border-right: 2px solid #ffc107;
        border-bottom: 2px solid #ffc107;
        top: 0;
        left: 0;
        font-size: 24px;
        overflow: hidden;
    }
    
    .swiper .icon i {
        transition: 1s all;
        transition-delay: .2s;
        font-size: 28px;
    }
    
    .swiper .icon:hover i {
        transform: rotate(360deg) rotateX(360deg);
    }
    
    .swiper-wrapper .swiper-slide-active .icon {
        transition: .5s all;
        transition-delay: .2s;
        width: 80px;
        height: 80px;
        font-size: 32px;
    }
    
    .swiper-wrapper .swiper-slide-active .icon i {
        transform: rotate(360deg) rotateX(360deg);
        font-size: 32px;
        color: #ffc107;
    }
    
    .swiper h3 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        line-height: 50px;
    }
    
    .swiper p {
        font-size: 18px;
        font-family: 'Mulish', sans-serif;
    }
    
    section#detail {
        padding-top: 40px;
        margin-bottom: 30px;
    }
    
    .detail {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        border-radius: 5px;
        flex-direction: column;
        position: relative;
        transition: .6s all;
        cursor: pointer;
        padding: 10px 5px;
        overflow: hidden;
    }
    
    .detail .frontt,
    .backk {
        width: 100%;
        height: 280px;
        backface-visibility: hidden;
        transition: .6s all;
        perspective: 800px;
        border-radius: 8px;
        padding: 15px;
    }
    
    .detail:hover .frontt {
        /* transform: rotateY(180deg); */
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transform: translateY(110%);
    }
    
    .detail:hover .backk {
        /* transform: rotateY(0deg); */
        transform: translateY(0);
        z-index: 99;
        opacity: 1;
        visibility: visible;
    }
    
    .detail .frontt {
        z-index: 100;
        background-color: #f8f9fa;
        box-shadow: 0 .3rem .7rem rgba(0, 0, 0, .15)!important;
    }
    
    .detail .backk {
        position: absolute;
        transform: translateY(-110%) scale(1.3);
        perspective: 800px;
        opacity: 0;
        visibility: hidden;
        background-color: #212529;
        /* transform: rotateY(180deg); */
    }
    
    .detail .backk .icon {
        width: 60px;
        height: 60px;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .detail .frontt .icon {
        width: 60px;
        height: 60px;
        background-color: rgba(255, 255, 255, .7);
        box-shadow: 0 .3rem .7rem rgba(0, 0, 0, .15)!important;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .detail h5 {
        font-family: 'Raleway', sans-serif;
        font-size: 1.4rem;
        color: #212529;
    }
    
    .detail p {
        font-family: 'Mulish', sans-serif;
        font-size: 1.1rem;
        color: #212529;
    }
    
    .detail .backk p {
        color: #f8f9fa;
    }
    
    .detail .backk h5 {
        color: #f8f9fa;
    }
    
    .detail .frontt .icon i {
        font-size: 30px;
        color: #ffc107;
    }
    
    .detail .backk .icon i {
        font-size: 30px;
        color: white;
    }
    
    section#question {
        padding-top: 80px;
        margin: 40px 0;
    }
    
    .frontt button {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    
    section#question h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        text-align: center;
    }
    
    section#question .accordion-button:not(.collapsed) {
        color: #000;
    }
    
    section#question .accordion-button:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none!important;
    }
    
    .wawes-contact h5 {
        color: #f8f9fa;
        font-family: 'Raleway', sans-serif;
    }
    
    .wawes-contact h1 {
        color: #f8f9fa;
        font-family: 'Raleway', sans-serif;
    }
    
    .wawes-contact p {
        color: #f8f9fa;
        font-family: 'Mulish', sans-serif;
    }
    
    .wawes-contact label {
        color: #f8f9fa;
        font-family: 'Mulish', sans-serif;
    }
    
    section#giris h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }
    
    .fast-link {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .fast-link h4 {
        text-align: center;
        border-left: 3px solid white;
        padding-left: 20px;
        color: orangered;
        cursor: pointer;
        transition: .5s all;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }
    
    .fast-link h4:hover {
        border-left: 3px solid orangered;
    }
    
    .fast-link a {
        text-decoration: none;
        color: white;
        line-height: 40px;
        font-size: 18px;
        font-family: 'Mulish', sans-serif;
    }
    
    .fast-link a span {
        padding: 5px 15px;
        transition: .5s all;
        border-radius: 4px;
    }
    
    .fast-link a:hover span {
        background-color: black;
    }
    
    .contact {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .contact h4 {
        text-align: center;
        border-left: 3px solid white;
        padding-left: 20px;
        color: orangered;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        transition: .5s all;
        font-weight: bold;
    }
    
    .contact h4:hover {
        border-left: 3px solid orangered;
    }
    
    .contact a {
        text-decoration: none;
        color: white;
        line-height: 40px;
        font-size: 18px;
        font-family: 'Mulish', sans-serif;
    }
    
    .contact a span {
        padding: 5px 15px;
        transition: .5s all;
        border-radius: 4px;
    }
    
    .contact a:hover span {
        background-color: black;
    }
    
    .top-to {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
        cursor: pointer;
        color: black;
        transition: 0.7s all;
    }
    
    .top-to:hover {
        box-shadow: 0 0 5px #000000;
    }
    
    .top-to i {
        transition: 0.7s all;
    }
    
    .top-to:hover i {
        transform: rotate(360deg) rotateY(180deg);
        color: orangered;
    }
    
    .social {
        display: flex;
        justify-content: center;
    }
    
    .social a {
        width: 50px;
        height: 50px;
        padding: 15px;
        border: 1px solid black;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        transition: .5s all;
    }
    
    .social a:hover {
        border-color: white;
    }
    
    .social a i {
        transition: .5s all;
    }
    
    .social a:hover i {
        transform: scale(1.3);
    }