﻿iframe
{
   height: 375px!important
}

.iletisim-bas {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    top: -3.2rem;
}

.banner-text-area {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    margin-top: 1.7rem;
}

/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #00000040;
    border-radius: 6px;
    padding: 4px 2px 7px 2px;
}

.input-group-icon {
    display: flex;
    align-items: center;
    padding: 5px 17px 1px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
}

input {
    font-size: 13px;
    padding: 0.5rem 0.4rem;
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: .8rem;
}

.form-control {
    border: none;
    padding: .4rem .4rem;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.78px;
    color: #212121;
}


input:focus {
    outline: none;
}

/* LABEL ======================================= */
label {
    color: #7E7E7E;
    font-size: 13px;
    line-height: 21.78px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 24px;
    top: 14px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #FFCE13;
    outline: 0;
    box-shadow: none !important;
}



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.iletisim-button {
    background-color: #FFCE13;
    color: black;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    width: 165px;
    display: flex;
    height: 48px;
    padding: 5px 5px;
    font-weight: 600;
    line-height: 24px;
    justify-content: space-around;
    align-items: center;
}

.resadress {
    left: 59px;
    position: relative;
    top: -40px;
}

.resnumara {
    left: 59px;
    position: relative;
    top: -62px;
    width: 200px;
}

.resbilgi {
    left: 59px;
    position: relative;
    top: -53px;
    width:200px;
}

img.icon-contact {
    width: 18px;
}

.page-small-tittle {
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #212121;
    margin-bottom: 46px !important;
}

iframe {
    border-radius: 16px;
}

img.ils-icon {
    width: 33px;
    /* border: 1px solid #0000001c; */
}

.col-lg-2.ils-col {
    width: 62px;
}

.ils-border {
    border: 1px solid #00000038;
    padding: 8px 7px;
    width: 49px;
    border-radius: 30px;
}

img.ils-icon2 {
    width: 29px;
    padding: 0px 0px 0px 4px;
}

.row.mt-5.ils-row {
    align-items: center;
}

.page-small-tittle2 {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    color: #1D2939;
    margin-bottom: 3.4rem;
}


.contact-list-item, .contact-list-item a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #101828;
    text-decoration: none;
}

.contact-lists {
    display: flex;
    align-items: center;
    word-break: break-word;
    width: 99%;
}

.contact-lists-icon {
    margin-right: 12px;
}

.contactUsForm .input-group input {
    border: none !important;
    line-height: 30px !important;
}

.contactUsForm .input-group label {
    top: 16px;
}

input:focus ~ label, input:valid ~ label {
    top: -13px!important;
    left: 13px;
    font-size: 14px;
    color: #5264AE;
    padding: 0px 10px 0px 10px;
    z-index: 99999;
    background-color: white;
}

.contactUsForm input , .contactUsForm input:focus {
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}

/*İletişim Start*/


@media only screen and (max-width: 991px)
{
    .page-small-tittle {
        margin-bottom: 10px !important;
    }

    .iletisim-button {
        margin: auto;
    }

    .page-small-tittle {
        text-align: start!important;
    }
}

@media screen and (max-width: 768px) {
    .ils-row .col-lg-10 {
        margin-top: 1rem;
    }

    .row.mt-5.ils-row {
        margin-top: 1rem !important;
    }

    .col-12.col-lg-6.col-md-6.m-auto.py-5 {
        padding-top: 8rem !important;
    }
}


@media screen and (max-width: 425px) {
    .col-lg-10.col-sm-10.ils-sm-ayar {
        width: 22rem;
    }

    .ils-row .col-lg-10 {
        margin-top: 0rem;
    }

    iframe {
        margin-top: 3rem;
    }

    .page-small-tittle {
        margin-bottom: 0.4rem;
    }
    .page-small-tittle2 {
        font-family: 'Inter',sans-serif;
        font-weight: 600;
        font-size: 19px;
        line-height: 27px;
        color: #1D2939;
        margin-top: 1.4rem;
        margin-bottom: 1.4rem;
    }

    .col-12.col-lg-6.col-md-6.m-auto.py-5 {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    .col-lg-10.col-sm-10.ils-sm-ayar {
        width: 20rem;
    }
}

@media screen and (max-width: 375px) {
    .col-lg-10.col-sm-10.ils-sm-ayar {
        width: 19rem;
    }

    label {
        color: #7E7E7E;
        font-size: 14px;
        line-height: 16.94px;
        font-weight: 400;
        left: 24px;
        top: 18px;
    }



    .contact-list-item, .contact-list-item a {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 360px) {
    .col-lg-10.col-sm-10.ils-sm-ayar {
        width: 18rem;
    }
}

@media screen and (max-width: 320px) {
    .col-lg-10.col-sm-10.ils-sm-ayar {
        width: 16rem;
    }
}

@media screen and (max-width: 280px) {
    .col-lg-10.col-sm-10.ils-sm-ayar {
        width: 13rem;
    }
}