    /*!
 * Yunus Emre VERGÜL */
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
    /*Genel Ayarlar*/
    
    body {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        color: #606060;
        font-weight: 300;
        font-size: 15px;
        background: #f4f5fb;
    }
    .container {
        width: 80%;
    }
    a {
        text-decoration: none;
        transition: 0.4s all ease;
        cursor: pointer;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        border: none;
    }
    
    input {
        box-shadow: none;
        outline: 0;
        box-shadow: none;
    }
    
    textarea {
        box-shadow: none;
        outline: 0;
        box-shadow: none;
    }
    
    select {
        box-shadow: none;
        outline: 0;
        box-shadow: none;
    }
    .b-l-r-4 {
        border-bottom-left-radius: 4px;
    }
    .b-t-r-4 {
        border-top-right-radius: 4px;
    }
    .b-r-25 {
        border-radius: 25px;
    }
    
    .p-0-30 {
        padding: 0 30px;
    }
    
    .p-20 {
        padding: 15px 0 25px 0;
    }
    
    .p-15 {
        padding: 15px;
    }
    
    .p-b-30 {
        padding-bottom: 30px;
    }
    
    .m-auto {
        margin: 0 auto!important;
    }
    
    .m-15 {
        margin: 15px;
    }
    
    .m-0 {
        margin: 0!important;
        padding: 0;
    }
    
    .m--00 {
        margin: 50px 0 30px 0!important;
        padding: 0;
    }
    
    .m-t-30 {
        margin-top: 30px;
    }
    
    .m-t-b-30 {
        margin: 30px 0;
    }

    .m-t-b-60 {
        margin: 60px 0;
    }
    
    .m-b-30 {
        margin-bottom: 30px;
    }
    
    .m-l-5 {
        margin-left: 5px;
    }
    
    .m-r-5 {
        margin-right: 5px;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .m-w-100 {
        max-width: 100%;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .m-w-60 {
        max-width: 60%;
    }
    
    .m-r-10 {
        margin-right: 10px!important;
    }
    
    .m-t-15 {
        margin-top: 15px!important;
    }
    
    .text-center {
        text-align: center;
    }
    
    .text-right {
        text-align: right;
    }
    
    .c-blue {
        color: #3ea7f8!important;
    }
    .b-blue {
        border:1px solid #3ea7f8!important;
    }
    
    .relative {
        position: relative;
    }
    
    .p-30 {
        padding: 30px;
    }
    
    .p-100 {
        padding: 100px 0;
    }
    
    .vh100 {
        height: 100vh!important;
    }
    
    .p-t-30 {
        padding-top: 30px;
    }
    
    .border-bottom {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .d-block {
        display: block;
    }
    
    .back-gray {
        background: #f1f1f1;
    }
    
    .fw600 {
        font-weight: 600;
    }
    
    .fw200 {
        font-weight: 200;
    }
    
    .flex-rows {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    header {
        margin: 0;
        padding: 15px 0;
        position: sticky;
        z-index: 999;
        height: auto;
        top: 0px;
        left: 0;
        background-color: white;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .logo {
        width: 200px;
        height: 40px;
        /*background: url(/assets/img/logo.svg) top center no-repeat;*/
        display: block;
        margin: 42px 0 0 50px;
        float: left;
    }
    .head-right {
        float: right;
    }
    .dropdown-langue{
        position: relative;
    }
    .dropdown-langue:hover .position-menu{
        display: block;
    }
    .dropdown-langue:hover .button-3{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius:0px;
    }
    .position-menu{
        display: none;
        background-color: #eee;
        text-align: center;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
        height: 45px;
        width: 37px;
        border-bottom-left-radius:30px;
        border-bottom-right-radius:30px;
        position:absolute;
        top: 24px;
    }
    .position-menu a{
        color: #666;
        font-weight: bold;
    }
    .position-menu a:hover{
        color: #FEC055;
    }

    .head-buttons {
        margin: 10px 50px 0 0;
        text-align: right;
    }
    
    .button-1 {
        display: inline-block;
        background: #9fc448;
        color: #fff !important;
        text-decoration: none !important;
        padding: 5px 10px;
        text-align: center;
        border-radius: 4px;
        font-size:13px;
    }
    
    .button-1:hover {
        opacity: 0.9;
        color: #fff
    }
    
    .button-2 {
        display: inline-block;
        border:1px solid #9fc448;
        color: #9fc448;
        padding: 5px 10px;
        text-align: center;
        border-radius: 4px;
        margin-right: 5px;
        font-size:13px;
    }
    
    .button-2:hover {
        opacity: 0.9;
        color: #9fc448;
    }
    
    .button-3 {
        display: inline-block;
        background: #eee;
        color: #666;
        text-align: center;
        border-radius: 100%;
        margin-right: 5px;
        font-size: 20px;
        width: 37px;
        height: 37px;
        line-height: 1.8;
    }
    
    .videos {
        background: #fff;
    }
    .videos video {
        margin: 0;
        padding:0;
        width: 100%;
    }
    
    .caption {
        padding:150px 100px;
    }
    .caption2 {
        padding:75px 50px;
    }
    
    .tit-2 {
        font-size: 1.1em;
        line-height: 1.3;
        margin: 30px 0;
        font-weight: 200;
        color: #999;
        display: block;
    }
    
    .tit-1 {
        font-size: 1.9em;
        line-height: 1;
        font-weight: 400;
        color: #000;
        display: block;
    }
    
    .tit-1 strong {
        color: #9fc448;
        font-weight: 500;
    }
    
    .slide-btn {
        display: inline-block;
        background: #FEC055;
        color: #fff;
        padding: 8px 16px;
        text-align: center;
        border-radius: 25px;
        margin-top: 25px;
    }
    
    .slide-btn:hover {
        color: #0b517d;
        background: #fff;
    }
    
    .slide-btn i {
        margin-left: 10px;
    }
    
    .types {
        background: #f7fcea;
        padding: 50px;
    }
    
    .types .title {
        color: #fff;
        text-align: center;
    }
    .types img {
        max-width: 100%;
        margin: 15px 0;
    }
    
    .types .title h1 {
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
        color: #9fc448;
    }
    
    .types .title span {
        display: block;
        font-weight: 200;
        font-size: 16px;
        color: #666;
    }
    
    .setup-grid-text {
        font-size: 14px;
        text-align: center;
      }
    
      .setup-grid-container {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
      }
    
      .setup-grid-image {
        margin-bottom: 0px;
      }
    
      .setup-grid-image:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
    
      .setup-grid-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
      }
    
      .setup-grid-arrow-container {
        padding-top: 0px;
      }
    
      .section---app-switcher {
        padding-bottom: 40px;
      }
      .text-block-70 {
          background:#9fc448;
          border-radius: 100%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          color:#fff;
          text-align: center;
          display: inline-block;
          margin-bottom: 15px;
      }
    .section-two {
        width: 100%;
        padding: 100px;
    }
    
    .content {
        background:#fff;
    }
    
    .section-two .title {
        text-align: center;
    }
    
    .section-two .title h3 {
        font-size: 36px;
        display: block;
        margin-bottom: 10px;
        color: #9fc448;
    }
    
    .section-two .box {
        margin: 30px auto;
        display: block;
        transition: 0.4s all ease;
    }
    .section-two .box img{
       border-radius: 4px;
       width: 100%;
    }
    
    
    .section-two .box span {
        display: block;
        font-size: 20px;
        color: #646464;
        font-weight: 200;
        margin-top: 30px;
        text-align: center;
    }
    
    .ref-img {
        padding: 35px;
    }

    /*Form ElemanlarÄ±*/
    
    .txt {
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #f1f1f1;
        color: #999;
        font-size: 13px;
        width: 100%;
        
    }
    
    .txt2 {
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: none;
        color: #999;
        font-size: 13px;
        width: 100%;
    }
    
    select {
        height: 40px;
    }
    /* Footer Stiller */
    
    footer {
        margin:0;
        padding: 30px 100px;
        background-color: white;
        border-top: 1px solid #f1f1f1;
    }
    
    footer h2 {
        color: #9fc448;
        font-size: 16px;
        font-size: 600;
        display: block;
        margin-bottom: 15px;
    }
    
    footer a {
        display: block;
        color: #484646;
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    footer a:hover {
        color: #9fc448;
    }
    
    footer span {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
    }
    
    footer i {
        margin: 0 5px;
    }
    /*İç Sayfa Stilleri*/
    
    .page-head {
        width: 100%;
        background-color: #f7fcea;
        padding: 30px 50px;
    }
    
    .page-head h1 {
        color: #9fc448;
        font-weight: 600;
        font-size: 2em;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    
    .page-links {
        background: none;
        border: none;
        margin-top: 5px;
    }
    
    .page-links ul {
        margin: 0;
        padding: 0;
    }
    
    .page-links ul li {
        float: left;
        list-style-type: none;
        color: #fff;
    }
    
    .page-links ul li a {
        display: block;
        margin-right: 10px;
        color: #9fc448;
        font-size: 13px;
    }
    
    .page-links ul li a:hover {
        color: #8db432;
    }
    .prices {
        width: 100%;
        background-color:#f1f1f1;
        padding: 30px 50px;
        text-align: center;
    }
    .prices .box {
        background: #fff;
        border:1px solid #e1e1e1;
        border-radius: 4px;
        padding: 30px 30px;
        display: block;
        transition: 0.4s all ease;
    }
    
    .prices .box .icon {
        display: block;
        color: #b4e443;
        font-size: 40px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        text-align: center;
        margin: 0 auto;
        border:1px solid #b4e443;
        border-radius: 100%;
    }
    
    .prices .box span {
        display: block;
        font-size: 20px;
        color: #9fc448;
        font-weight: 300;
        margin: 15px 0;
        text-align: center;
    }
    .prices .box p {
        font-weight: 200;
        color:#999;
        font-size: 13px;
    }
    .prices .price {
        font-size:20px;
        color:#9fc448;
        display: block;
        margin-top: 15px;
    }
    .contact {
        padding: 30px 40px;
        background: #fff;
    }
    
    .contact-social a {
        margin-right: 10px;
        color: #9fc448;
        font-size: 20px;
        text-decoration: none;
        display: inline-block;
    }
    
    .contact span {
        display: inline-block;
    }
    
    .contact-title {
        color: #9fc448;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        display: block;
    }
    
    .cinput {
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px solid #f1f1f1;
        color: #999;
        font-size: 13px;
        width: 100%;
    }
    
    .cinput::placeholder {
        color: #999;
    }
    
    .contact-btn {
        background: #6e6e6e;
        color: #fff;
        text-align: center;
        padding: 10px 15px;
        display: block;
        border: none;
        font-size: 13px;
        font-weight: 500;
        border-radius: 4px;
    }
    
    .contact-btn:hover {
        opacity: 0.8;
        color: #fff;
    }
    
   
    .menuAc {
        display: none;
    }
    
    .menu {
        width: auto;
        margin: 5px 50px 0 0;
        float: right;
    }
    
    .menu ul {
        margin: 0;
        padding: 0;
    }
    
    .menu ul li {
        float: left;
        list-style-type: none;
    }
    
    .menu ul li a {
        transition: 0.4s all ease;
        padding: 13px 0;
        font-size: 13px;
        display: inline-block;
        font-weight: 400;
        margin-left: 25px;
        color: #646464;
    }
    
    .menu ul li a:hover {
        color: #999;
    }
    
    
    .menu ul li a i {
        margin-left: 4px;
    }
    .menu ul li ul {
        position: absolute;
        background: #f1f1f1;
        border-radius: 4px;
        padding: 15px;
        top: 40px;
        left: 0;
        display: none;
        z-index: 15;
        width: 200px;
    }

    .menu ul li:hover {
        position: relative;
    }

        .menu ul li:hover ul {
            display: block;
        }

    .menu ul li ul li {
        float: none;
        list-style-type: none;
        width: 100% !important;
    }

        .menu ul li ul li a {
            display: block;
            padding: 5px 10px !important;
            margin-left: 0;
            height: auto;
            color: #6e6e6e;
            text-align: left;
        }

            .menu ul li ul li a:hover {
                color:#fff;
                background: #9fc448;
            }
    .creative {
        margin: 30px 0;
    }
    
    .creative .box-1 {
        background: #f2e7fa;
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .creative .box-1 .title {
        display: block;
        color: #644B9B;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    .creative .box-1 .price {
        display: inline-block;
        font-size: 40px;
        margin: 30px 0 0 0;
        text-align: right;
        width: 80%;
        color: #644B9B;
    }
    
    .creative .box-2 {
        background: #fbebdb;
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .creative .box-2 .title {
        display: block;
        color: #f89646;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    .creative .box-2 .price {
        display: inline-block;
        font-size: 40px;
        margin: 30px 0 0 0;
        text-align: right;
        width: 80%;
        color: #f89646;
    }
    
    .creative .box-3 {
        background: #defad8;
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .creative .box-3 .title {
        display: block;
        color: #9fc448;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    .creative .box-3 .price {
        display: inline-block;
        font-size: 40px;
        margin: 30px 0 0 0;
        text-align: right;
        width: 80%;
        color: #9fc448;
    }
    .modal-title {display: inline-block;}
    @media (max-width: 1200px) {
        .container {
            width: 100%;
        }
        .caption {
            padding:50px;
        }
        .hidden-1200{
            display: none;
        }
        .logo {
            margin: 15px 0 0 20px;
        }
        
        .menuAc {
            display: inline-block;
            margin: 0;
            text-align: center;
            color: #fff !important;
            background: #717171;
            width: auto;
            position: absolute;
            top: 32px;
            padding: 0 10px;
            right: 20px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }
        .menu ul {
            display: none;
            position: absolute;
            top: 80px;
            width: 100%;
            right: 0;
            background: #fff;
            z-index: 9999;
        }
        .menu ul li {
            float: none;
            list-style-type: none;
        }
        .menu ul li a {
            margin-left: 0;
            display: block;
            padding: 10px 20px;
            border-bottom: 1px #e1e1e1 solid;
            width: auto;
            text-align: right;
            color: #444 !important;
        }
        .menu ul li ul {
            position: relative;
            display: none;
            width: 100%;
            top: 0;
            margin: 0;
        }

            .menu ul li ul li {
                float: none;
                list-style-type: none;
                width: 100% !important;
            }

                .menu ul li ul li a {
                    display: block;
                    padding: 5px 10px;
                    height: auto;
                    background: #fff !important;
                    color: #9fc448 !important;
                    border-bottom: 1px solid #ccc;
                }

                    .menu ul li ul li a:hover {
                        color: #000;
                    }
        
        .tit-1 {
            font-size: 18px;
        }
        .tit-2 {
            font-size: 14px;
        }
        .slide-btn {
            font-size: 13px;
        }
        .types .title h1 {
            font-size: 18px;
            display: block;
            margin-bottom: 10px;
            color: #9fc448;
        }
        
        .types .title span {
            display: block;
            font-weight: 200;
            font-size: 14px;
            color: #666;
        }
        .caption {
            padding:50px 20px;
        }
        .caption2 {
            padding:50px 20px;
        }
        .section-two {
            padding: 30px;
        }

        footer {
            padding:30px 0;
        }
    }
    
    @media (max-width: 677px) {
        .ref-img{
            padding: 7px;
        }
    }
    
    @media (max-width: 990px) {}