/** FONTS **/


.info {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: -5px;
    z-index: 111;
    transform: translateY(-40%);

    width: auto;
    height: 17%;
    cursor: pointer;

    transition: all 300ms ease-in-out;
}
.info.active {
    right: -90px;
}
.right {
    position: fixed;
    top: 0;
    right: -35vw;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
    height: 100%;
    max-width: 25vw;
    background: rgba(255,255,255,0.7);
    transition-delay: 300ms;
    transition: all 300ms ease-in-out;
}

.right.active {
    right: 0;
}

.page-wrapper{
    margin: 0;
    padding: 0;
}

.h55{
    display: block;
    text-align: center;
    margin: 20px 0;
}
@media only screen and (min-width: 300px) and (max-width: 1024px) and (orientation: portrait) {
    .h55{
        font-size: 1.75vh;
    }
}

/*
##################################################
FORM AREA
##################################################
*/
.mandatory {
    -webkit-box-shadow: 0px 0px 0px 1px rgb(255 0 0);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 0px 1px rgb(255 0 0);
	border: 3px solid red!important;
}
.empty-input {
    border: 3px solid #ff0000!important;
}

.inner {
    position: relative;
}

.close {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    left: 1vw;
}
.close img{
    max-width: 30px;
    width: 100vw;
}
.form-logo{
    display: block;
    margin: 0 auto;
    max-width: 180px;
    width: 8vw;
}
@media only screen and (min-width: 300px) and (max-width: 1024px) and (orientation: portrait) {
    .form-logo{
        width: 22vw;
    }
}
/*.right form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    margin: 18px 0;

    width: 100%;
}*/

.right .form-group {
    display: block;
    width: 100%;
}

/*form*/
 .form-wrapper{
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    border-bottom-left-radius:  20px ;
    border-bottom-right-radius:  20px ;
    /* For browsers that do not support gradients */
   /* background: -webkit-linear-gradient(#fdd9e0, #fdede0); !* For Safari 5.1 to 6.0 *!
    background: -o-linear-gradient(#fdd9e0, #fdede0); !* For Opera 11.1 to 12.0 *!
    background: -moz-linear-gradient(#fdd9e0, #fdede0); !* For Firefox 3.6 to 15 *!
    background: linear-gradient(#fdd9e0, #fdede0); !* Standard syntax *!*/
}
.form-wrapper .form-title{
    width: 100%;
    color: #035595;
    margin: 4vh 0;
    margin-bottom: 1vh;
    font-size: 1.25em;
    text-align: center;
    font-family: 'InteloAlt-ExtraBold';
}
.form-wrapper .form-subtext{
    width: 100%;
    color: #035595;
    font-size: 1.75vh;
    text-align: center;
    font-family: 'Montserrat-Medium';
    margin-bottom: 1vh;
}

 .form-wrapper #user-from{
    margin: 0 auto;
}
/*#name{
    background:url("../images/icon-1.png") 10px center no-repeat!important;
}
#phone{
    background:url("../images/icon-2.png") 10px center no-repeat!important;
}
#mail{
    background:url("../images/icon-3.png") 10px center no-repeat!important;
}*/
.form-control::placeholder{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    padding-left: 15px;
}
.footer-top .iti{
    width: auto;
}
.iti{
    width: 101%;
}
.iti__arrow{
    border-top: 4px solid #ef7e0d!important;
}
 .form-wrapper #user-from #name,
 .form-wrapper #user-from #surname,
 .form-wrapper #user-from #mail,
 .form-wrapper #user-from #phone{
    width: 100%;
    height: 3.5vh;

    color: #fff;
    border: 1px;
    border-radius: 15px;
    background: rgba(3,85,149,.7);
    margin-bottom: 15px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-size: 14px;
}

 .form-wrapper #user-from .checkbox label p{
    background: #000000;
    color: #243060;
    border-radius: 15px;
    padding: 8px;
    font-size: 12px;
}


.bilgilendirme-check .checkbox {
  --border-default: #035595;
  --border-hover: #6e7bf2;
  --active: #000;
  --active-tick: #ffffff;
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.bilgilendirme-check .checkbox svg {
  display: block;
  position: absolute;
}
.bilgilendirme-check .checkbox input {
  display: block;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 36%/36%;
  box-shadow: inset 0 0 0 1.5px var(--border, var(--border-default));
  background: var(--background, transparent);
  transition: background 0.25s linear, box-shadow 0.25s linear;
}
.bilgilendirme-check .checkbox input + svg {
  width: 21px;
  height: 18px;
  left: 0;
  top: 0;
  color: var(--active);
}
.bilgilendirme-check .checkbox input + svg .tick {
  stroke-dasharray: 20;
  stroke-dashoffset: var(--stroke-dashoffset, 20);
  transition: stroke-dashoffset 0.2s;
}
.bilgilendirme-check .checkbox input + svg .tick.mask {
  stroke: var(--active-tick);
}
.bilgilendirme-check .checkbox input + svg + svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: var(--active);
  stroke-width: 1.25;
  stroke-linecap: round;
  top: -6px;
  right: 0;
  stroke-dasharray: 4.5px;
  stroke-dashoffset: 13.5px;
  pointer-events: none;
  -webkit-animation: var(--animation, none) 0.2s ease 0.175s;
          animation: var(--animation, none) 0.2s ease 0.175s;
}
.bilgilendirme-check .checkbox input:checked {
  --background: var(--active);
  --border: var(--active);
}
.bilgilendirme-check .checkbox input:checked + svg {
  --stroke-dashoffset: 0;
}
.bilgilendirme-check .checkbox input:checked + svg + svg {
  --animation: check;
}
.bilgilendirme-check .checkbox:hover input:not(:checked) {
  --border: var(--border-hover);
}


@-webkit-keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}

@keyframes check {
  100% {
    stroke-dashoffset: 4.5px;
  }
}

.kvkk-text{
    font-family: 'Montserrat-Medium';
    color: #243060;
    font-size: .75vw;
    margin-bottom: 1vw;
}
@media only screen and (min-width: 300px) and (max-width: 1024px) and (orientation: portrait) {
    .kvkk-text{
        font-size: 1.5vh;
        margin-bottom: 2vh;
    }
}
.aremas-btn{
    font-weight: bold;
    cursor: pointer;
}
.halkgyo-btn{
    font-weight: bold;
    cursor: pointer;
}
#bilgilendirme{
    float: left;
    margin: 0 10px 10px 0;
}
.bilgilendirme-text{
    text-align: left;
    color: #243060;
    font-size: .75vw;
    font-family: FuturaMaxiBook;
    display: block;
}
.form-wrapper .line {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.form-wrapper .line .colon:first-child {
    margin-right: 25px;
}
.form-wrapper .line .colon {
    display: inline-block;
}
.form-wrapper .line .check {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    top: 5px;
    display: inline-block;
}
.form-wrapper .line p {
    display: inline-block;
    margin-bottom: 0;
    color: #243060;
    font-family: FuturaMaxiBook;
    font-weight: 14px;
    font-size: 18px;
}
.form-wrapper .btn-default{
    width: 60%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    background: #E66425;
    border: none;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
    font-family: FuturaMaxiBook;
    outline: 14px;
    font-weight: bold;
    cursor: pointer;
}
@media only screen and (min-width: 300px) and (max-width: 1024px) and (orientation: portrait) {
    .bilgilendirme-text{
        font-size: 1.55vh;
        line-height: 1.2;
    }
}


/* .alert-wrapper {*/
    /*height: 40px;*/
/*}*/

.deficient-data-message{
    display: none;
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
    color: #ff0000;
    font-family: FuturaMaxi;
    font-weight: bold;
}

.sending-message{
    display: none;
    color: #ff0000;
    font-family: FuturaMaxi;
    font-weight: 14px;
}

.thanks-message{
    display: none;
    color: #ff0000;
    font-family: FuturaMaxi;
    font-weight: 14px;
    font-size: 1.5em;
}

.alert-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    text-align: center;
}

 .alert-wrapper .just-thanks-message{
    display: none;

}

 .alert-wrapper .just-thanks-message .title{
    font-size: 36px;
    color: #243060;
    font-family: sans-serif;
    font-family: FuturaStd-Light;
    font-weight: 14px;
}

 .alert-wrapper .just-thanks-message .text{
    font-size: 18px;
    color: #243060;
    font-family: FuturaStd-Light;
    font-weight: 14px;
}


/*phone*/
 .phone-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
 .phone-wrapper a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: FuturaStd-Light;
    font-weight: 600;
    text-decoration: none;
}
 .phone-wrapper a:hover, .phone-wrapper a:focus{
    text-decoration: underline;
}
.phone-2 {
    letter-spacing: 1px;
    margin-top: 10px;
}
.phone-2 a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 21px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-14px
}
.fa-whatsapp {
    color: #243060;
    background: #fff;
    width: 27px;
    height: 25px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 19px;
}
.form-telephone{
    color: #243060;
    font-family: FuturaStd-Light;
    font-size: 20px;
    padding-left: 30px;
    display: block;
    text-align: center;
}
.form-whatsapp{
    color: #243060;
    font-family: FuturaStd-Light;
    display: block;
    text-align: center;
	font-size: 14px;
}




@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.load-image,
.load-image img{
    display: none;
}

@media (max-width: 992px) {
    
     .form-wrapper{
        width: 100% !important;
    }

     .alert-wrapper .just-thanks-message .title{
        font-size: 20px;
    }

     .alert-wrapper .just-thanks-message .text{
        font-size: 14px;
    }

     .phone-wrapper{
        position: initial ;
        margin-top: 35px !important;
        margin-botom: 35px !important;
    }

     .form-wrapper #user-from{
        width: 90%;
    }

}
@media (max-width: 1000px){
    .section-1 .header-banner img{
        height: auto!important;
    }
}
@media (max-width: 1200px) {

     img{

    }

     .form-wrapper{
        padding-top: 10px;
    }

     /*.form-wrapper .form-title{
        font-size: 15px;
    }*/

     .form-wrapper #user-form-send{
        margin-top: 0;
    }
    .form-wrapper .btn-default{
        margin-top: 0;
    }

     .phone-wrapper{
        font-size: 34px;
        margin-top: 9px;
    }

     .alert-wrapper .just-thanks-message .title{
        font-size: 20px;
    }

     .alert-wrapper .just-thanks-message .text{
        font-size: 14px;
    }
    .phone-2-wrapper{
        margin: 15px auto;
        margin-bottom: 35px;
    }
}

@media ( max-height: 705px){

    

     /* img{
        width: 70% !important;
    } */

     .form-wrapper{
        margin-top: 0 !important;
        padding-top: 5px !important;
    }

     /*.form-wrapper .form-title{
        font-size: 15px !important;
    }*/

     .phone-wrapper{
        font-size: 21px !important;
        bottom: 0 !important;
        position: relative;
        margin-top: 0 !important;
    }

     .form-wrapper{
        padding-bottom: 15px !important;
    }


     .form-wrapper #user-form-send{
        margin-top: 2px !important;
        font-size: 15px;
    }
    .form-wrapper .btn-default{
        margin-top: 2px !important;
        font-size: 15px;
    }

}







/*
##################################################
FORM AREA MOBILE
##################################################
*/

-mobile{
    position: fixed;
    right: 0;
    padding: 20px 0;
    height: 100vh;
    background: #e0dfdf;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*logo*/
-mobile .form-page-logo{
    text-align: center;

}

-mobile img{
    width: 80%;
    margin: 0 auto ;

}

/*form*/
-mobile .form-wrapper{
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 17px;
    border-bottom-left-radius:  20px ;
    border-bottom-right-radius:  20px ;
    background: #e0dfdf; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(#fdd9e0, #fdede0); !* For Safari 5.1 to 6.0 *!
     background: -o-linear-gradient(#fdd9e0, #fdede0); !* For Opera 11.1 to 12.0 *!
     background: -moz-linear-gradient(#fdd9e0, #fdede0); !* For Firefox 3.6 to 15 *!
     background: linear-gradient(#fdd9e0, #fdede0); !* Standard syntax *!*/
}
-mobile .form-wrapper .form-title{
    width: 80%;
    /*background: #000000;*/
    color: #004485;
    font-weight: bold;
    font-size: 26px;
    margin: 20px auto;
    /*border-radius: 20px;*/
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid #004485;
}

-mobile .form-wrapper #user-from{
    width: 80%;
    margin: 0 auto;
}

-mobile .form-wrapper #user-from #name,
-mobile .form-wrapper #user-from #mail,
-mobile .form-wrapper #user-from #phone{
    border: none;
    outline: none;
    /*border-radius: 10px;*/
    height:40px;
    background: #ffffff;
}

-mobile .form-wrapper #user-from .checkbox label p{
    background: #000000;
    color: #ffffff;
    border-radius: 15px;
    padding: 8px;
    font-size: 12px;
}

/*checkbox*/
/* The container */
.checkbox-container {

    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-container p{
    /*background: #000000;*/
    color: #8da8c2;
    border-radius: 15px;
    font-size: 12px;
    padding: 8px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #b9ced6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*checkbox*/

-mobile .form-wrapper #user-form-send{
    background: #003f7b;
    color: #ffffff;
    border-radius: 15px;
    padding: 8px;
    font-weight: bold;
    font-size: 25px;
    outline: none;
    width: 150px;
    display: block;
    margin: 5px auto 10px auto;
}
-mobile .form-wrapper .btn-default{
    background: #003f7b;
    color: #ffffff;
    border-radius: 15px;
    padding: 8px;
    font-weight: bold;
    font-size: 25px;
    outline: none;
    width: 150px;
    display: block;
    margin: 5px auto 10px auto;
}

/*-mobile .alert-wrapper {*/
/*height: 40px;*/
/*}*/

-mobile .deficient-data-message{
    display: none;
    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
}

-mobile .sending-message{
    display: none;
}

-mobile .thanks-message{
    display: none;
}

-mobile .alert-wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    text-align: center;
}

-mobile .alert-wrapper .just-thanks-message{
    display: none;

}

-mobile .alert-wrapper .just-thanks-message .title{
    font-size: 30px;
    color: #1e1545;
    font-family: sans-serif;
    font-weight: bold;
}

-mobile .alert-wrapper .just-thanks-message .text{
    font-size: 16px;
    color: #1e1545;
}


/*phone*/
-mobile .phone-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #003f7b;
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
}
-mobile .phone-wrapper a{
    color: inherit;
    text-decoration: none;
}


@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.load-image,
.load-image img{
    display: none;
}
@media only screen and (max-width: 1024px){
.right {
    right: -103vw;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
}

@media (max-width: 992px) {
    -mobile{
        position: relative;
        right: 0;
        overflow-y: visible !important;
    }

    -mobile .form-wrapper{
        width: 100% !important;
    }

    -mobile .alert-wrapper .just-thanks-message .title{
        font-size: 20px;
    }

    -mobile .alert-wrapper .just-thanks-message .text{
        font-size: 14px;
    }

    -mobile .phone-wrapper{
        position: initial ;
        margin-top: 35px !important;
        margin-botom: 35px !important;
    }

    -mobile .form-wrapper #user-from{
        width: 90%;
    }

}

@media (max-width: 1200px) {

    -mobile img{
        width: 70%;
    }

    -mobile .form-wrapper{
        padding-top: 10px;
    }

    -mobile .form-wrapper .form-title{
        font-size: 15px;
    }

    -mobile .form-wrapper #user-form-send{
         margin-top: 0;
     }
    -mobile .form-wrapper .btn-default{
        margin-top: 0;
    }

    -mobile .phone-wrapper{
        font-size: 34px;
        margin-top: 9px;
    }

    -mobile .alert-wrapper .just-thanks-message .title{
        font-size: 20px;
    }

    -mobile .alert-wrapper .just-thanks-message .text{
        font-size: 14px;
    }
}

@media ( max-height: 705px){

    -mobile{
        overflow-y: scroll;
    }

    -mobile img{
        width: 70% !important;
    }

    -mobile .form-wrapper{
        margin-top: 0 !important;
        padding-top: 5px !important;
    }

    -mobile .form-wrapper .form-title{
        font-size: 15px !important;
    }

    -mobile .phone-wrapper{
        font-size: 21px !important;
        bottom: 0 !important;
        position: relative;
        margin-top: 0 !important;
    }

    -mobile .form-wrapper{
        padding-bottom: 15px !important;
    }


    -mobile .form-wrapper #user-form-send{
        margin-top: 2px !important;
        font-size: 15px;
        padding: 4px;
        width: 119px;
    }
    -mobile .form-wrapper .btn-default{
        margin-top: 2px !important;
        font-size: 15px;
        padding: 4px;
        width: 119px;
    }

}



