/* Global */
/* @font-face {
    font-family: "Campton Light";
    src: url("../fonts/campton-light.eot?v=2");
    src: url("../fonts/campton-light.eot?#iefix2") format("embedded-opentype"),
      url("../fonts/campton-light.woff?v=2") format("woff"), url("../fonts/campton-light.ttf?v=2") format("truetype"),
      url("../fonts/campton-light.svg#Campton Light?v=2") format("svg");
    font-style: normal;
    font-weight: normal;
  }
  @font-face {
    font-family: "Campton Book";
    src: url("../fonts/campton-book.eot?v=2");
    src: url("../fonts/campton-book.eot?#iefix2") format("embedded-opentype"),
      url("../fonts/campton-book.woff?v=2") format("woff"), url("../fonts/campton-book.ttf?v=2") format("truetype"),
      url("../fonts/campton-book.svg#Campton Book?v=2") format("svg");
    font-style: normal;
    font-weight: normal;
  }
  @font-face {
    font-family: "Campton SemiBold";
    src: url("../fonts/campton-semibold.eot?v=2");
    src: url("../fonts/campton-semibold.eot?#iefix2") format("embedded-opentype"),
      url("../fonts/campton-semibold.woff?v=2") format("woff"),
      url("../fonts/campton-semibold.ttf?v=2") format("truetype"),
      url("../fonts/campton-semibold.svg#Campton SemiBold?v=2") format("svg");
    font-style: normal;
    font-weight: normal;
  }
  @font-face {
    font-family: "Campton Bold";
    src: url("../fonts/campton-bold.eot?v=2");
    src: url("../fonts/campton-bold.eot?#iefix2") format("embedded-opentype"),
      url("../fonts/campton-bold.woff?v=2") format("woff"), url("../fonts/campton-bold.ttf?v=2") format("truetype"),
      url("../fonts/campton-bold.svg#Campton Bold?v=2") format("svg");
    font-style: normal;
    font-weight: normal;
  } */
  
body {
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000000;
}

p,
input,
a {
    font-family: 'Nunito Sans', sans-serif;
}

a {
    color: black;
    font-weight: bold;
}

main {
    display: block;
}

.o-section {
    padding: 100px 0 100px 0;
}

.container {
    width: 100%;
    max-width: 1170px;
    /* margin-right: auto;
    margin-left: auto; */
}

.btn {
    width: 299px;
    height: 50px;
    background-color: #d5d5d5;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    border-radius: 5px;
    border: none;
    border-radius: 7px;
    transition: all .6s;
    cursor: pointer;
}

.btn--full {
    width: 100%;
}

.c-header {
    /* position: fixed; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    z-index: 9999;
    background-color: #f5f5f5;
}

.c-header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-header__logo,
.c-footer__logo {
    text-decoration: none;
}

.c-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    z-index: 9999;
    background-color: #383838;
    bottom: 0;
}

.c-footer--littlepage {
    position: fixed;
}

.c-footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-footer__logo-social img{
    height: 25px;
}

.c-footer__logo-social img{
    height: 25px;
}

.c-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.c-main__row {
    display: flex;
    justify-content: center;
}

.c-main__text-sec {
    text-align: center;
    max-width: 720px;
}

.c-main__text-sec h1 {
    font-size: 20px;
    line-height: 20px;
    color: #ed1d24;
    font-weight: 500;
}

.c-main__text-sec p {
    font-size: 15px;
    line-height: 22px;
}

.c-main__text-sec a {
    color: black;
    font-weight: bold;
}

.c-form {
    display: flex;
    justify-content: space-evenly;
    margin-top: 70px;
}

.c-form--ie {
    justify-content: flex-start !important;
}

.c-form__row {
    display: flex;
    justify-content: center;
}

.c-form__box {
    max-width: 635px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #bcbcbc;
    /* display: flex;
    justify-content: center;
    padding: 60px; */
}

.c-form__box-sec {
    position: relative;
    padding: 40px 165px;
}

.c-form__text {
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
}

.c-form__text p {
    font-size: 15px;
    line-height: 22px;
}



.c-form__group {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.c-form__group:last-child {
    margin-bottom: 0px;
}

.c-form__group input {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: rgba(36, 36, 36, 0);
    border: 1px solid #242424;
    padding: 5px 0 5px 20px;
}

.c-form__group input::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.c-info-card {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.c-info-card__box {
    width: 914px;
    height: 250px;
    border-radius: 5px;
    background-color: #fafafa;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
}

.c-info-card__left p {
    max-width: 452px;
    font-size: 15px;
}

.c-info-card__left h2 {
    font-size: 20px;
    color: #242424;
    font-weight: bold;
}


/*Homepage Responsive Code*/
@media screen and (max-width: 1200px) and (min-width: 100px) {
    .c-header__row {
        padding: 0 20px;
    }

    .c-footer__row {
        padding: 0 20px;
    }

    .c-main__text-sec {
        padding: 0 20px;
    }

    .c-form__row {
        padding: 10px;
    }

    .c-info-card__box {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 100px) {

    .c-info-card__containter {
        width: 100% !important;
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }

    .c-info-card__row {
        display: flex;
        justify-content: center;
        padding: 10px;

    }

    .c-info-card__box {
        max-width: 635px;
        width: 100%;
        height: auto;
        flex-direction: column;
    }
}


@media screen and (max-width: 768px) {
    .c-form__box {
        /* width: auto; */
        padding: 60px 20px;
    }

    .c-form__box-sec {
        padding: 30px 10px;
    }

    .c-info-card__box {
        padding: 60px 20px;
    }

    .c-info-card__right img {
        width: 100%;
    }

    .c-success .container {
        padding: 20px;
    }

    .c-success__box {
        padding: 40px 20px !important;
    }
    
    
}

@media screen and (max-width: 374px) {
    .c-form__box {
        /* width: auto; */
        padding: 60px 5px;
    }

    .c-header,
    .c-footer {
        /* position: fixed; */
        height: 120px;
    }

    .c-header__row {
        margin-top: 20px;
        flex-direction: column;
    }

    .c-footer__row {
        flex-direction: column;
    }

    .c-header__left {
        margin-bottom: 15px;
    }

    .c-footer__left {
        margin-bottom: 15px;
    }
}

/** Succes UnSuccess Alanı*/

.c-success {
    display: flex;
    justify-content: center;
}

.c-success .container {
    display: flex;
    justify-content: center;
}

.c-success__box {
    max-width: 576px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    padding: 130px 60px 50px 60px;
    display: flex;
    justify-content: center;
}

.c-success__img {
    display: flex;
    justify-content: center;
}

.c-success__text h2 {
    font-size: 28px;
    line-height: 32px;
    color: #25b049;
    font-weight: bold;
    text-align: center;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}

.c-success__text--red h2 {
    font-size: 28px;
    line-height: 32px;
    color: #dc1f25;
    font-weight: bold;
    text-align: center;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
}

.c-success__text p {
    font-size: 15px;
    line-height: 22px;
    color: #323232;
    text-align: center;
}

.c-success__link {
    text-align: center;
}


.c-success__link a{
    font-size: 18px;
    line-height: 32px;
    color: #303030;
    font-weight: 500;
    text-align: center;
}

.c-footer__logo-social {
    text-decoration: none;
    margin-right: 4px;
}

.c-footer__logo-social:last-child {
    text-decoration: none;
    margin-right: 0;
}


/* Form Error Kısmı*/

.error-block {
    position: relative;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 5px 0 5px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: white;
    background-color: red;
    border-radius: 4px;
}

.error-block::before {
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    left: calc(50% - 7px);
    content: '';
    background: red;
    border: 1px solid red;
    border-right: 0;
    border-bottom: 0;
    border-radius: 3px 0 0 0;
    transform: rotate(45deg);
}

.error-input {
    margin-bottom: 15px;
}

.error-input input{
    border: 1px solid red !important;
}

.recapctca-error {
    display: none;
}

.js-active {
    display: block !important;
}
