@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

* {
    margin: 0;
    font-family: 'Mulish', sans-serif;
}

:root {
    --body-bg: #fff;
    --bg-color: #c3e7b7;
    --tt-color: #373a39;
    --nl-color: #182211;
    --bt-bg: #739c1c;
}

body {
    background-color: var(--body-bg);
}

a {
    text-decoration: none;
    color: var(--tt-color);
}

li {
    list-style: none;
}

.btn {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.top-0 {
    top: 0;
}

/* Whatsapp */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 12px;
    }

    .whatsapp_float {
        width: 50px;
        height: 50px;
        bottom: 80px;
        right: 10px;
        font-size: 27px;
    }
}

.whatsapp-destek {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: var(--bg-color);
    font-size: 20px;
    font-weight: 800;
    color: var(--tt-color);
}

/* Navbar */
nav {
    width: 100%;
    height: 3.5em;
    position: fixed;
    top: 30px;
    background-color: var(--body-bg);
    z-index: 1;
    transition-duration: 0.5s;
}

.nav-container {
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.nav-title-container {
    flex: 1;
}

.nav-title {
    font-size: 1.5em;
    font-weight: bold;
    color: var(--tt-color);
}

#check {
    display: none;
}

.nav-icon {
    display: none;
}

.nav-menu {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.nav-item {
    max-width: max-content;
}

.nav-link {
    font-size: 1.12em;
    opacity: 0.7;
    color: var(--nl-color);
    transition: 0.3s ease;
}

.nav-link:hover {
    font-weight: bold;
    opacity: 1;
}

/* Hero Section */
.hero-section {
    margin-top: 10em;
}

.hero-container {
    width: 80%;
    margin: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.hero-text-container {
    width: 28.4em;
}

.hero-title {
    font-size: 3em;
    font-weight: bold;
}

.hero-description {
    width: 100%;
    color: #7d7987;
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 1.3em;
}

.hero-button {
    width: 12.5em;
    height: 3.5em;
    cursor: pointer;
    border: 1px solid var(--bt-bg);
    border-radius: 2em;
    color: #000;
    background-color: var(--bt-bg);
    transition-duration: 0.3s;
    box-shadow: 0 0 15px rgb(6, 13, 20);
    margin-top: 2.5em;
    font-weight: 700;
    font-size: 16px;
}

.hero-button:hover {
    box-shadow: 30px 30px 30px rgb(34, 39, 34);
    transform: scale(1.04);
}

.hero-img-container {
    display: flex;
    justify-content: flex-end;
}

.hero-img {
    width: 40em;
    height: 30em;
    border-radius: 10px;
    box-shadow: 30px 30px 30px rgb(29, 31, 29);
}

/* Service */
.service {
    margin-top: 13.43em;
}

.service-container {
    width: 80%;
    margin: auto;
}

.service-title {
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 2rem;
}

.service-desc {
    font-size: 1.12em;
    line-height: 1.87rem;
    text-align: center;
    margin-top: 1.6rem;
}

.service-desc i {
    color: var(--bt-bg);
    font-weight: bold;
}

.service-desc-last {
    font-size: 1.6em;
    font-weight: 700;
    margin-top: 40px;
}

.service-line {
    width: 3.5em;
    border: 2px solid #000;
    margin: auto;
}

.service-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 5em;
}

.service-list {
    width: 21.5em;
    height: 20em;
}

.service-list-img {
    height: 90px;
    margin-top: 1.3em;
}

.service-list-title {
    font-size: 1.5em;
    line-height: 3.5rem;
}

.service-list-desc {
    font-size: 1em;
    line-height: 1.75rem;
}

.service-button {
    display: block;
    margin: auto;
    width: 12.5em;
    height: 3.5em;
    cursor: pointer;
    border: 1px solid var(--bt-bg);
    border-radius: 2em;
    color: #000;
    background-color: var(--bt-bg);
    transition-duration: 0.3s;
    box-shadow: 0 0 15px rgb(6, 13, 20);
    font-weight: 700;
    font-size: 16px;
}

.service-button:hover {
    box-shadow: 30px 30px 30px rgb(34, 39, 34);
    transform: scale(1.04);
}

.service-cont-an {
    display: flex;
}

.img-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-img-left {
    width: 80%;
    height: 20rem;
}

.img-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-img-right {
    width: 80%;
    height: 20rem;
}

/* Description */
.desc {
    margin-top: 12.8em;
}

.desc-container {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.desc-container-mgtop {
    margin-top: 14.3em;
}

.desc-img {
    width: 30em;
}

.desc-text-container {
    width: 30em;
}

.desc-title {
    font-size: 3em;
    line-height: 4rem;
}

.desc-line {
    width: 3.5em;
    margin-top: 1.6em;
    border: 2px solid #000;
}

.desc-text {
    font-size: 1.3em;
    line-height: 2rem;
    color: #7d7987;
    margin-top: 1.5rem;
}

.desc-button {
    margin: auto;
    width: 12.5em;
    height: 3.5em;
    cursor: pointer;
    border: 1px solid var(--bt-bg);
    border-radius: 2em;
    color: #000;
    background-color: var(--bt-bg);
    transition-duration: 0.3s;
    box-shadow: 0 0 15px rgb(6, 13, 20);
    margin-top: 2.5em;
    font-weight: 700;
    font-size: 16px;
}

.desc-button:hover {
    box-shadow: 30px 30px 30px rgb(34, 39, 34);
    transform: scale(1.04);
}

/* Testimonial */
.testimonial {
    width: 80%;
    margin: auto;
    margin-top: 6em;
}

.testimonial-container {
    width: 100%;
    height: auto;
    border-radius: 1.5em;
    position: relative;
    background: linear-gradient(208.18deg, #c3e7b7 9.05%, #739c1c 76.74%);
}

.testimonial-title {
    font-size: 2.5em;
    color: #000;
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 1.6rem;
}

.testimonial-line {
    display: block;
    width: 3.5em;
    border: 2px solid #000;
    margin: auto;
}

.testimonial-content {
    display: flex;
    align-items: center;
    margin: 5.6em auto 0 auto;
    width: 80%;
}

.testimonial-avatar-container {
    display: flex;
    width: 8.8em;
    height: 8.8em;
    background-color: #fff;
    border-radius: 100%;
}

.testimonial-avatar {
    width: 90%;
    height: 90%;
    border-radius: 100%;
    margin: auto;
}

.testimonial-text-container {
    flex: 1;
    margin-left: 1.8em;
}

.testimonial-name {
    font-size: 1.37em;
    color: #000;
    line-height: 3rem;
}

.testimonial-position {
    font-size: 1.12em;
    color: rgba(0, 0, 0, 0.8);
    line-height: 3rem;
}

.testimonial-desc {
    width: 26.2em;
    flex: 1.2;
    font-size: 1.18em;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.87rem;
    text-align: justify;
}

/* Siparis */
.form-container {
    width: auto;
    display: flex;
    justify-content: center;
}

.adet-secim {
    text-align: center;
    padding-top: 21px;
}

.adet-secim .adet-col {
    display: inline-block;
    width: 247px;
    margin: 0 10px;
}

.adet-secim .adet-col input {
    display: none;
}

.adet-secim .adet-col input:checked+.adet-label {
    background: #ffea00;
}

.adet-secim .adet-col input:checked+.adet-label .adet-dot::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.adet-secim .adet-col .adet-label {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding-top: 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    padding-bottom: 1px;
    cursor: pointer;
    background: #f7f7f7;
    display: block;
}

.adet-secim .adet-col .adet-label:hover {
    background: #ffea00;
}

.adet-secim .adet-col .adet-label:hover .adet-dot::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.adet-secim .adet-col .adet-label {
    height: 350px;
}

.adet-secim .adet-col .adet-label .adet-text {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 20px;
    display: block;
}

.adet-secim .adet-col .adet-label .adet-img {
    display: block;
    text-align: center;
}

.adet-secim .adet-col .adet-label .adet-img img {
    max-width: 100%;
    max-height: 230px;
}

.adet-secim .adet-col .adet-label .adet-text {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-size: 20px;
    display: block;
}

.adet-secim .adet-col input:checked+.adet-label .adet-dot::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.adet-secim .adet-col .adet-label:hover .adet-dot::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


.adet-secim .adet-col .adet-label .adet-dot {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #626262;
    background: #ffffff;
}

.adet-secim .adet-col .adet-label .adet-dot {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #626262;
    background: #ffffff;
}

.adet-secim .adet-col .adet-label .adet-dot {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #626262;
    background: #ffffff;
}

.adet-secim .adet-col .adet-label .adet-dot::after {
    opacity: 0;
    content: "";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #aaaaaa;
    margin: 0 auto;
    margin-top: 3px;
    display: block;
}

.form-secim {
    height: auto;
}

.first-form {
    padding-top: 20px;
}

.form-row {
    margin: 0 7%;
    padding: 5px 0;
    width: 80%;
}

.form-row::after {
    content: "";
    clear: both;
    display: block;
}

.form-row .form-col span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}

.form-row .form-col input {
    height: 40px;
}

.form-row .form-col textarea {
    height: 50px;
    padding: 10px 30px !important;
    resize: none;
}


.form-row .form-col input,
.form-row .form-col textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;

    display: block;
    padding: 0 30px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: #f4f4f4;
}

.form-row .form-col {
    width: 46%;
}

.form-row .form-col:nth-child(1) {
    float: left;
}

.form-row .form-col:nth-child(2) {
    float: right;
}

.od-se-row {
    margin: 0 5.5%;
    margin-top: 20px;
}

.od-se-row::after {
    content: "";
    display: block;
    clear: both;
}

.od-se-row .od-se-col {
    float: left;
}

.od-se-row .od-se-col {
    width: 32%;
    margin-right: 10px;
}

.od-se-row .od-se-col input {
    display: none;
}

.od-se-row .od-se-col input:checked+.paymod-bg {
    background: #ffea00;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.od-se-row .od-se-col input:checked+.paymod-bg .pmd-bg-col:nth-child(2) span::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.banka-red {
    color: #ff0000;
    font-size: 13px;
    font-weight: 300;
}

.od-se-row .od-se-col .paymod-bg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: -webkit-flex;
    cursor: pointer;
    display: flex;
    padding: 0 20px;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background: #f4f4f4;
    min-height: 7em;
}


.od-se-row .od-se-col .paymod-bg:hover {
    background: #ffea00;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.od-se-row .od-se-col .paymod-bg:hover .pmd-bg-col:nth-child(2) span::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.od-se-row .od-se-col .paymod-bg .pmd-bg-col:nth-child(1) {
    width: 25%;
    padding: 10px 0;
    text-align: Center;
}

.od-se-row .od-se-col .paymod-bg .pmd-bg-col:nth-child(1) img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.od-se-row .od-se-col .paymod-bg .pmd-bg-col:nth-child(2) {
    width: 75%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    padding-left: 30px;
    text-align: left !important;
}

.od-se-row .od-se-col .paymod-bg .pmd-bg-col:nth-child(2) span {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #626262;
    background: #ffffff;
}

.od-se-row .od-se-col .paymod-bg .pmd-bg-col:nth-child(2) span::after {
    opacity: 0;
    content: "";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #aaaaaa;
    margin: 0 auto;
    margin-top: 3px;
    display: block;
}

.od-se-row .od-se-col:nth-child(4) {
    float: right;
    margin-right: 0;
}

.pay-buttons {
    text-align: center;
    padding: 10px 0 30px 0;
}

.pay-buttons input {
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    border: 1px solid #fff;
    background: #17e135;
    color: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.51);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.51);
    padding: 20px 70px;
    margin-top: 40px;
}




/* Article */
article {
    width: 80%;
    margin: auto;
    margin-top: 13.5em;
}

.article-mgtop {
    margin-top: 13.5em;
}

.article-container {
    width: 100%;
    /* height: 50.6em; */
}

.article-title {
    font-size: 2.25em;
    text-align: center;
    margin-bottom: 1.6em;
}

.article-line {
    width: 3.5em;
    border: 2px solid #000;
    margin: auto;
}

.article-content-container {
    display: flex;
    justify-content: space-between;
    margin-top: 4.9em;
}

.article-content {
    display: flex;
    flex-direction: column;
    width: 21.8em;
}

.article-content-title {
    font-size: 1.3em;
    line-height: 2rem;
}

.article-content-desc {
    font-size: 1em;
    line-height: 1.75rem;
    color: #7d7987;
    margin-top: 0.75em;
}

.article-button {
    display: block;
    margin: auto;
    width: 12.5em;
    height: 3.5em;
    cursor: pointer;
    border: 1px solid var(--bt-bg);
    border-radius: 2em;
    color: #000;
    background-color: var(--bt-bg);
    transition-duration: 0.3s;
    box-shadow: 0 0 15px rgb(6, 13, 20);
    margin-top: 2.5em;
    font-weight: 700;
    font-size: 16px;
}

.article-button:hover {
    box-shadow: 30px 30px 30px rgb(34, 39, 34);
    transform: scale(1.04);
}

/* Footer */
footer {
    margin-top: 5em;
    display: flex;
    align-items: center;
    width: 100%;
    height: 4em;
    background: linear-gradient(208.18deg, var(--bg-color) -8.57%, #6ab290 82.96%);
}

.footer-container {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.footer-copyright {
    font-size: 1em;
    color: var(--nl-color);
    line-height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copy-link {
    text-decoration: none;
    color: var(--tt-color);
    transition-duration: 0.3s;
}

.footer-copy-link:hover {
    font-weight: bold;
}

.footer-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-list span {
    margin-left: 3rem;
    
}

.footer-link {
    opacity: .9;
    transition-duration: .3s;
}

.footer-link:hover {
    opacity: 1;
    font-weight: bold;
}


/* On Scroll */
.nav-scroll {
    background-color: var(--bg-color);
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        overflow: hidden;
    }

    /* Navbar */
    .nav-menu {
        display: none;
    }

    .nav-icon {
        display: block;
        margin: auto 0;
    }

    label .active,
    label .cancel {
        cursor: pointer;
        font-size: 20px;
    }

    label .cancel {
        display: none;
    }

    #check:checked~label .cancel {
        display: block;
    }

    #check:checked~label .active {
        display: none;
    }

    #check:checked~.nav-menu {
        display: flex;
        flex-direction: column;
        background-color: var(--body-bg);
        position: absolute;
        width: 40%;
        right: 0;
        top: 50px;
        align-items: center;
        border: 6px solid var(--bg-color);
        border-radius: 10px;
    }

    .nav-item {
        display: block;
        text-align: center;
        min-width: 130%;
    }

    .nav-link {
        display: block;
        color: var(--tt-color);
        opacity: 1;
        padding: 1em 0;
    }

    .nav-link:hover {
        background-color: var(--bg-color);
        border-radius: 10px;
    }

    /* Hero Section */
    .hero-section {
        margin-top: 7em;
    }

    .hero-container {
        flex-direction: column;
    }

    .hero-title {
        text-align: center;
    }

    .hero-description {
        text-align: center;
    }

    .hero-button {
        margin-bottom: 40px;
        margin-left: 25%;
    }

    .hero-img {
        width: 100%;
        height: auto;
    }

    /* Service */
    .service {
        margin-top: 7em;
    }

    .service-list {
        text-align: center;
        height: auto;
        margin: 2em auto;
    }

    .service-cont-an {
        display: block;
    }

    .service-img-left {
        width: 15rem;
        height: 10rem;
        margin-top: 20px;
    }

    .service-img-right {
        width: 15rem;
        height: 10rem;
        margin-top: 20px; 
    }

    /* Description */
    .desc {
        margin-top: 7em;
    }

    .desc-container {
        flex-direction: column;
    }

    .desc-container-mgtop {
        margin-top: 4em;
    }

    .desc-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .desc-img {
        width: 100%;
    }

    .desc-button {
        margin-bottom: 2.5em;
    }

    /* Article */
    .article-mgtop {
        margin-top: 7em;
    }

    .article-container {
        font-size: 14px;
        height: auto;
        margin: auto;
    }

    .article-line {
        margin: 1em auto;
    }

    .article-content-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: auto;
    }

    .article-content {
        height: auto;
        margin-bottom: 2em;
    }

    .article-button {
        margin-top: 0;
    }

    /* Testimonial */
    .testimonial {
        margin-top: 3em;
    }

    .testimonial-container {
        font-size: 14px;
        height: auto;
    }

    .testimonial-content {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-desc {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 590px) {
    .footer-list span {
        margin-left: 1rem;
    } 
    .footer-link {
        font-size: 9px;
    }
}

@media screen and (max-width: 460px) {
    .whatsapp-destek {
        font-size: 14px;
    }

    .hero-text-container {
        width: auto;
    }

    .hero-title {
        font-size: 1.9em;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-button {
        margin-left: 8%;
    }

    .service-title {
        font-size: 1.9em;
    }

    .service-desc {
        font-size: 16px;
    }

    .desc-title {
        font-size: 1.9em;
    }

    .desc-text {
        font-size: 18px;
    }

    .article-content {
        width: auto;
    }

    .article-title {
        font-size: 1.9em;
    }

    .article-content-title {
        font-size: 18px;
    }

    .article-content-desc {
        font-size: 14px;
    }

    .article-img {
        width: 100%;
    }

    footer {
        height: 8em;
    }

    .footer-copyright {
        font-size: 14px;
    }
}

@media screen and (max-width: 300px) {
    footer {
        padding-bottom: 10px;
    }

    .footer-copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* Form Responsive */
@media screen and (max-width: 1390px) {
    .testimonial {
        width: 90%;
    }

    .adet-secim .adet-col {
        width: 220px;
    }

    .form-row .form-col {
        margin-right: -20px;
    }
}

@media screen and (max-width: 1105px) {
    .testimonial {
        width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .adet-secim .adet-col {
        width: 31%;
        margin-top: 30px;
    }

    .form-row {
        display: flex;
        flex-direction: column;
        width: 70%;
        justify-content: center;
        align-items: center;
    }

    .form-row .form-col {
        width: 100%;
    }

    .od-se-row {
        display: flex;
        justify-content: center;
    }

    .od-se-row .od-se-col {
        width: 25%;
    }
}

@media screen and (max-width: 630px) {

    .adet-secim .adet-col {
        margin-top: 0;
    }

    .adet-secim .adet-col .adet-label {
        height: 200px;

    }

    .adet-secim .adet-col .adet-label .adet-img img {
        max-height: 125px;
    }

    .adet-secim .adet-col .adet-label .adet-text {
        font-size: 16px;
    }

    .od-se-row {
        flex-direction: column;
        align-items: center;
    }

    .od-se-row .od-se-col {
        width: 95%;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 463px) {
    .adet-secim .adet-col {
        width: 40%;
    }

    .form-row {
        margin: 0;
    }

    .form-row .form-col {
        width: 95%;
    }

    .pay-buttons input {
        font-size: 20px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 370px) {
    .adet-secim .adet-col {
        width: 42%;
        margin: 0 5px;
    }
}

@media screen and (max-width: 350px) {
    .testimonial-title {
        font-size: 1.7em;
    }

    .adet-secim .adet-col {
        width: auto;
    }

    .form-row {
        width: 60%;
    }

    .form-row .form-col span {
        font-size: 14px;
    }

    .pay-buttons input {
        font-size: 16px;
        padding: 10px 20px;
    }
}