@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{font-family: 'Rubik', sans-serif; scroll-behavior: smooth}
body{box-sizing: border-box; margin: 0; padding: 0;}
ul{list-style: none; margin: 0;; padding: 0;}
a{text-decoration: none;}
.flex{display: flex; justify-content: center;}
.pixel{width: 1400px;}

.contact-container .row .col-1{
    font-size: 17px;
    font-weight: 300;
}
.contact-container .row .col-2 img{width: 100%;}
.icon-container{flex-wrap: wrap;}
.icon-card{width: 45%;}
.pc{display: none;}
.kurumsal-title h1{
    font-size: 30px;
}
.button-flex a{
    background: #2b3357;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 0;
    font-size: 15px;
    width: 50%;
}
#compareButton{padding: 10px}
#compareButton2{padding: 10px;background: red;color: white;}

.pop-contact{
    background: linear-gradient(#ffffff, #fff);
    position: absolute;
    bottom: 20px;
    right: 110px;
    width: 250px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: none;
}
.pop-contact-card{
    padding: 20px;
}
.pop-contact-card h1{margin: 5px 0;font-size: 16px;color: #4f4f4f}
.pop-contact-card span{color: #6c757d;font-size: 15px;font-weight: 300}
.pop-contact-hr{width: 100%;height: 0;margin: 7px 0 ;border-bottom: 1px solid #cdcdcd;}
.pop-contact-close {
    width: 35px;
    height: 35px;
    border: 2px solid #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

/*main*/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup-image {
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.paket{
    background: #f4f4f4;
    padding: 100px 0;
}
.kampanya{text-align: center}
.kampanya h1{
    font-weight: 500;
    font-size: 35px;
    color: #1d1f46;
}

.choise-container{
    margin: 20px 0;
    padding: 0 50px;
}
.choise-card{
    width: 275px;
    padding: 30px 15px;
    border-radius: 20px;
    margin: 0 5px;
    transition: 300ms;
    height: 275px;
    background: #ebedec;
}
.yol{
    position: absolute;
    top: -20px;
    left: -10px;
    background: #ed1b24;
    padding: 0 10px;
    border-radius: 20px;
}
.back-btn{margin-top: -20px}
.back-btn a{
    padding: 10px;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 400;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.yol-card h1{
    font-size: 12px;
    color: white;
    font-weight: 400;
}
.paket-content a{
    color: #293274;
    font-size: 20px;
    font-weight: 500;
    display: block;
}
.paket-content p{
    margin: 10px 0 20px 0;
    font-size: 16px;
    color: #293274;
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.paket .all-btn{
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.paket-all-btn{
    background: #273072;
    color: white;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: 500ms;
    border: 0;
    cursor: pointer;
}

.paket-all-btn:hover{
    background: #a12525;
}

.choise-border{
    width: 100%;
    height: 375px;

    border-radius: 20px;
}
.choise-content{
    display: inline-grid;
    height: 275px;
    width: 100%;
}
.choise-content h2{color: #2d8056; margin: 0; font-size: 32px; padding: 10px 0; font-weight: 500;}

.paket-randevu .randevu-btn{
    width: 90px;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: #262d74;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
}

.paket-randevu .check-btn{
    width: 95px;
    font-size: 14px;
    color: #fff;
    background: #4f4f4f;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    padding: 10px 5px;
}

.paket-randevu .check-btn i{
    margin: 0 7px;
}
.paket-content{margin-bottom: 20px}
.paket-randevu .randevu-btn:hover{
    background: #1d2467;
    transition: 0.5s;
}

.paket-content i{
    margin: 5px;
    color: #ed1b24;
}

.paket-content ul li{
    color: #5d5d5d;
    font-weight: 400;
    margin: 5px;
    font-size: 16px;
}

.paket-feature .feature-btn{
    width: 195px;
    padding: 12px 20px;
    font-size: 14px;
    color: #898989;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    background: #d3d2d2;
}

.paket-feature .feature-btn:hover{
    background: #d0d0d0;
}

.paket-feature i{
    float: right;
}

.rapor{
    background: #de2a1b;
    padding: 50px 0;
    background-image: url(../images/brkzemin.png);
    background-size: 100%;
    background-position: bottom;
    background-blend-mode: luminosity;
}
.rapors{padding: 70px 0;}
.rapors h2{
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 300;
    font-style: italic;
}
.rapor-container{display: flex;}
.rapor .col-1{
    background-color: #efefef;
    width: 275px;
    margin-right: 10px;
    height: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.rapor .col-1-container{
    width: 90%;
    height: 95%;
}
.rapor .col-1-container h1{
    font-size: 50px;
    font-weight: 900;
    color: #6f6f6f;
    margin: 0;
    margin-top: 20px;
    text-align: center;
}
.rapor .col-1-container h2{
    margin: 0;
    color: #757575;
    font-weight: 300;
    font-size: 25px;
}
.rapor .col-1-container:hover .col-1-image img{
    width: 320px;
    height: 320px;
    transition: 300ms;
}
.rapor .col-1-container .col-1-image{
    width: 100%;
    height: 55%;
    margin-top: 25px;
    position: relative;
}
.rapor .col-1-container .col-1-image img{
    width: 300px;
    height: 300px;
    position: absolute;
    right: -105px;
    bottom: -100px;
    transform: rotate(-35deg);
    transition: 300ms;
}

.rapor .col-2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rapor-card-border{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.rapor-card-border h1{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}
.select-card{display: flex; justify-content: center;}
.select-card .form-control{
    width: 400px;
    margin: 10px;
    height: 40px;
    border-radius: 10px;
    font-size: 22px;
    color: #333;
    font-weight: 300;
    font-style: italic;
    font-family: 'Rubik', sans-serif;
    outline: none;
    border: none;
    padding: 2px;
}
.select-card .form-control option{
    font-size: 22px;
    color: #333;
    font-weight: 300;
    font-style: italic;
    font-family: 'Rubik', sans-serif;
}
.form-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-plaka{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -55px;
}
.form-plaka .tr{
    background-color: #0d82ab;
    width: 30px;
    height: 43px;
    display: flex;
    align-items: end;
}
.form-plaka .tr h1{margin: 0;font-size: 10px;}
.form-plaka .form-control{
    width: 200px;
    margin: 0;
    height: 40px;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    outline: none;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-button{width: 200px;}
.form-button button{
    width: 200px;
    height: 40px;
    color: #ed1c24;
    background-color:
            white; border-radius: 5px;
    border: none;
    outline: none;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    margin-right: 20px;
    margin-left: 20px;
}

/*İLETİŞİM*/

.contact{background-color: #131829; margin: 0px 0 0; border-bottom: 2px solid white;overflow: hidden}
.col h2{
    color: #4f4f4f;
    font-size: 8vh;
    font-weight: 300;
    margin: 0;
    margin-top: 60px;
}
.col-in{display: flex;}
.col-in h1{
    font-size: 12vh;
    margin: 0;
    color: #4f4f4f;
    font-weight: 900;
}
.col-in h3{
    color: #4f4f4f;
    font-size: 3vh;
    margin: 0;
    transform: rotate(-90deg);
    width: fit-content;
    height: fit-content;
    margin-left: -5vh;
    margin-top: 2vh;
}
.col-in span{
    color: #4f4f4f;
    font-size: 20vh;
    font-weight: 900;
    margin-top: -7vh;
    margin-left: -4vh;
}
.contact-container .row{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.contact-container .row .col-1{
    color: #4f4f4f;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    width: 45%;
}

.contact-container .row .col-2{
    width: 50%;
}
.contact-btn{
    width: 200px;
    height: 50px;
    background-color: #4f4f4f;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    margin-bottom: 15px;
}
.contact-btn a{color: white; font-style: normal;}

/*İLETİŞİM*/


/*İKON*/
.icon-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-card{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-card a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-card img{width: 80px; margin: 0 5px; display: none;}
.icon-hr{
    width: 0;
    height: 80px;
    border-right: 3px solid #fff;
}
.icon-card h1{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    width: min-content;
    font-style: italic;
    text-align: center;
}
#icon{

    background-blend-mode: exclusion;
    background-color: #131829;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
/*İKON*/

/*KURUMSAL*/

.single-wrapper{
    display: flex;
    justify-content: center;
    padding: 20px 0px;
}
.single-up{
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
}
.single-up img{
    width: 370px;
    position: absolute;
    bottom: 0;
    left: 70px;
    opacity: 1;
    animation: move 1s ease-in-out;
}
.single-up .bayi-title h2{
    width: 35%;
    position: absolute;
    font-weight: 800;
    bottom: 90px;
    font-style: italic;
    color: white;
    left: 70px;
    font-size: 40px;
    opacity: 1;
    animation: move 1s ease-in-out;
}
.single-content{
    position: absolute;
    text-align: end;
    right: 70px;
    opacity: 1;
    animation: content 1s ease-in-out;
}
.single-content h1{
    color: #f4f4f4;
    font-weight: 400;
    font-size: 50px;
    margin: 0;
    font-style: italic;
}
.single-content h1 span{
    text-transform: uppercase;
    font-weight: 600;
}
.single-content h2{
    color: #f4f4f4;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    font-size: 35px;
    font-style: italic;
    margin-bottom: 20px;
}
.single-content .alt-btn{
    color: #f4f4f4;
    font-size: 25px;
    font-style: italic;
    background: #4f4f4f;
    padding: 8px 30px;
    font-weight: 500;
    cursor: pointer;
}

@keyframes content {
    0%{
        right: -100px;
        opacity: 0;
    }
    100%{
        right: 70px;
        opacity: 1;
    }
}

@keyframes move {
    0%{
        left: -100px;
        opacity: 0;
    }
    100%{
        left: 70px;
        opacity: 1;
    }
}

.kurumsal{
    margin-bottom: 50px;
    padding: 50px 0px;
    opacity: 1;
    bottom: 0;
    position: relative;
    animation: up 1s ease-in-out;
}
@keyframes up {
    0%{
        bottom: -30px;
        opacity: 0;
    }
    100%{
        bottom: 0;
        opacity: 1;
    }
}
.kurumsal-hr{
    width: 300px;
    margin-bottom: 40px;
    border-bottom: 3px solid #ed1b24;
}
.kurumsal-title h1{
    color: #898989;
    margin: 5px;
    font-size: 40px;
    font-weight: 500;
}
.kurumsal-description{
    font-size: 19px;
    color: #898989;
    padding: 10px;
    line-height: 1.5;
}
/*main*/

/*KURUMSAL*/

.kurums{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kurumsal-col{
    margin: 10px 0;
    color: #898989;
    font-size: 18px;
    font-style: italic;
    width: 48%;
}
.kurumsal-col li{
    margin: 20px 0;
}
.kurumsal-col img{
    width: 100%;
}

.socials{padding:20px 0; background-color: #1d1f46;}
.social{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon{
    width: 45px;
    height: 45px;
    background-color: white;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon i{
    font-size: 20px;
    color: #4f4f4f;
}
footer{
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4f4f4f;
}

footer .col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
}

footer .col-1{
    width: 23%;
    padding: 20px 15px;
    margin: 5px;
    border-right: 1px solid #e4e4e4;
}
footer .col-1 img{
    width: 200px;
}
footer h1{
    margin: 0;
    color: #e4e4e4;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}
footer .col-1 p{
    text-align: justify;
    color: white;
    font-weight: 300;
    font-style: normal;
}
footer .col-2{
    width: 22%;
    padding: 20px 0;
    margin: 5px;
}
footer .col-2 i{
    color: #e4e4e4;
    font-size: 18px;
}
footer .col-2 h2{
    font-size: 18px;
    color: #e4e4e4;
    margin: 0 10px;
}

footer .col-2 li{
    margin: 10px 5px;

}
footer .col-2 li a{
    color: #b0b0b0;
}
/*KURUMSAL*/


/*BAYİLER*/

.bayiform .form-group{
    display: grid;
    width: 300px;
    margin: 10px 0;
}
.bayiform .form-group label{
    color: white;
    font-size: 20px;
    margin: 5px;
}
.bayiform .form-group .form-control{
    font-size: 17px;
    height: 35px;
}
.bayi-btn{
    padding: 10px;
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    background: #4f4f4f;
}

.bayi-list{
    display: flex;
    flex-wrap: wrap;
}
.bayi-card{
    width: 300px;
    background: linear-gradient(to right top, #831c1f, #ed1b24);
    padding: 3px;
    border-radius: 20px;
    margin: 20px;
}
.bayi-card .bayi-image{width: 100%; position: relative}
.bayi-card .bayi-image img{width: 100%; border-radius: 20px}
.bayi-card .bayi-image .bayi-title{
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2px;
    border: 3px solid #ed1b24;
}
.bayi-card .bayi-image .bayi-title h1{color: #ed1b24; font-size: 20px; font-weight: 600; margin: 0; padding: 5px}
.bayi-card .bayi-content{
    margin: 20px 0;
}
.bayi-card .bayi-content h1{margin: 10px; color: white; font-size: 20px; font-weight: 500;}

.alt-content{
    background: #4f4f4f;
    padding: 15px;
    margin-top: 30px;
}
.alt-content p{
    color: white;
    margin: 7px;
    font-weight: 300;
    font-style: italic;
}
.bayi-content i{
    color: white;
}
.bayi-card ul{
    border-radius: 20px;
    background: #4f4f4f;
}
.bayi-card ul li{
    color: white;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.paket-drop{
    opacity: 0;
    height: 0;
    visibility: hidden;

}
.paket-drop.open{
    opacity: 1;
    overflow: scroll;
    height: 300px;
    visibility: initial;
    transition: 0.5s ease-in-out;
    overflow-x: hidden;
    margin-top: 2px;
}
/*BAYİLER*/


/*BAŞVURU FORMU*/

.haber-list-title h1{
    font-size: 30px;
    font-weight: 300;
    color: #606261;
    margin: 5px 0;
}
.habers-hr{width: 250px; height: 0; border-bottom: 3px solid #B50B10}
.form-container{margin: 40px}
.form-about{padding: 20px 0}
.form-about-container p{font-size: 18px;font-weight: 400;color: #60616f;line-height: 1.4}
.form-title h1{font-size: 22px; color:#606261;font-weight: 300}
.form-hr{width: 250px;height: 0;border-bottom: 2px solid #60616f}
.form{margin: 35px 0; display: flex; flex-wrap: wrap}
.form .form-group{width: 30%; margin: 10px 20px;}
.textarea-group{width: 50%; margin: 10px 20px;}
.form .form-control{
    width: 100%;
    height: 35px;
    font-size: 18px;
    padding: 2px 5px;
    color: #60616f;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.form-group input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.form-group select{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.form-group select option{color: #60616f;}
.form-button .btn{width: 200px; display: flex; justify-content: center;align-items: center;height: 35px;background: #ed1b24;color: white;border: none;outline: none;font-size: 16px;cursor: pointer;}
.form label{font-size: 20px; color: #60616f;font-weight: 300}
.form textarea{width: 100%; padding: 0 5px;font-family: 'Rubik', sans-serif; font-size: 20px; color: #898989}
/*FORM*/


.alert{
    padding: 10px;
    background: red;
}
.alert li{
    color: white;
    font-size: 18px;
}
.message{
    padding: 10px;
    background: #52e352;
    color: white;
    font-size: 18px;
}
.plus-ilan{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus-ilan h1{
    width: 100%;
}

/*BAŞVURU FORMU*/

/*İLETİŞİM*/

.contact-wrapper{
    padding: 100px 0;
}
.contact-title{
    text-align: center;
}
.contact-title span{
    color: #898989;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: 300;
}
.contact-info{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}
.contact-card{
    padding: 10px;
    background: #EBECEC;
    width: 21%;
    margin:15px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.card-icon{
    width: 50px;
    height: 50px;
    object-fit: cover;
    position: absolute;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    top: -23px;
    border: 5px solid #ebecec;
    left: -20px;
}
.contact-card .card-icon img{
    width: 100%;
    opacity: 0.7;
    filter: grayscale(1);
    transition: 0.5s ease;
}
.contact-card .contact-image{
    width: 275px;
    filter: grayscale(1);
}
.contact-card h1 a{
    font-size: 20px;
    color: #898989;
    font-weight: 500;
}
.contact-card-a{
    color: #1fbfd1;
    position: relative;
    z-index: 0;
}

.contact-card p{
    font-size: 17px;
    font-weight: 400;
    color: #898989;
    line-height: 1.7;
    z-index: 0;
    position: relative;
    width: 80%;
    right: -60px;
}
.contact-map{
    height: 500px;
    padding: 0px 50px 50px;
}
.contact-map iframe{
    width: 100%;
    height: 500px;
}
/*İLETİŞİM*/

.online-container{
    display: flex;
    flex-wrap: wrap;
}
.bayi-contact-single{
    width: 300px;
    margin-right: 30px;
}
.bayi-contact-single .choise-content{
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
}
.online-card{
    width: 1000px;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
}
.online-card h1{
    font-size: 25px;
}
.online-card span{
    font-size: 17px;
}
.online-card form{
    margin: 10px 0;
}
.colon{
    display: flex;
    flex-wrap: wrap;
}
.colon .form-control{
    width: 30%;
    margin: 5px;
}
.colon-2 .online-select{
    width: 61%;
    margin: 5px;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.online-button{
    width: 30%;
    background: #ee1911;
    color: white;
    font-size: 15px;
    height: 30px;
    border-radius: 10px;
    border: none;
}

.bottom-nav{display: none;}
.online-randevu{width: 100%; display:none; height: 100vh;position: fixed; top: 0; left: 0;z-index: 1000}
.online-randevu-bg{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.online-randevu-body{
    width: 400px;
    height: 550px;
    border: 2px solid black;
    background: white;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 40px;
}
.online-randevu-body .close-image{
    width: 50px;
    cursor: pointer;
}

.online-randevu-btn{
    width: 150px;
    background: #272d73;
    border-radius: 35px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.online-randevu-btn img{
    width: 30px;
    cursor: pointer;
}
.online-randevu-btn button{
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.online-randevu .form-control{
    width: 100%;
    height: 38px;
    font-size: 18px;
    font-weight: 400;
    color: #5f5e5e;
}
.online-randevu .randevu-select{
    width: 98%;
    height: 40px;
    margin: 5px 4px;
    font-size: 18px;
    font-weight: 400;
    color: #5f5e5e;
}
.online-randevu form{
    padding: 10px 20px;
    overflow-y: auto;
}
.online-randevu form h1{
    color: #232b74;
    font-weight: 500;
    font-size: 20px;
}
.online-randevu form::-webkit-scrollbar {
    display: none;
}
.right-online{
    width: 45%;
}
.right-content{
    padding: 20px;
    margin-top: 40px;
}
.right-content p{
    font-size: 17px;
    font-style: italic;
    text-align: justify;
    line-height: 1.7;
}

/*galeri*/

.kolaj-card{
    display: flex;
    flex-wrap: wrap;
}
.kolaj-card .col-g-1{
    display: block;
    width: 31%;
    margin: 15px;
}
.kolaj-card .col{
    width: 100%;
    height: 300px;
    margin: 15px 0;
    border-radius: 20px;
}
.kolaj-card .col img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.kolaj-card .col-2,
.kolaj-card .col-2 img{
    height: 200px;
}
.kolaj-card .col-3 img{
    height: 500px;
}
.kolaj-card .col-4 img{
    height: 400px;
}
.contact-container{
    padding: 50px 0;
}
.consept-title{
    margin: 20px 0;
}

.consept-title h1{
    font-size: 40px;
    font-style: italic;
    color: #4f4f4f;
    padding: 0 20px;
    margin: 0;
}
.consept-line{
    width: 300px;
    border-bottom: 3px solid #4f4f4f;
    height: 0;
}
/*galeri*/


/* USTAMIZ OL */

.kaynak-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.kaynak-container{
    position: relative;
    bottom: 0;
    opacity: 1;
    animation: up 1s ease-in-out;
}
.flex-form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
}
.flex-form .form-group{
    display: grid;
    width: 440px;
    margin: 12px;
}
.flex-form .form-textarea{
    display: grid;
    width: 100%;
    margin: 12px;
}
.form-image{
    width: 100%;
    display: grid;
}
.form-image label{
    font-style: italic;
    font-size: 22px;
    color: #898989;
    padding: 10px 20px;
    text-transform: uppercase;
}
.form-image input{
    height: 30px;
    padding: 0 20px;
}
.flex-form .form-group label{
    font-style: italic;
    font-size: 22px;
    color: #898989;
    padding: 10px 0px;
    text-transform: uppercase;
}
.flex-form .form-group2{
    display: grid;
    width: 255px;
    margin: 12px;
}
.flex-form .form-group2 input{
    width: 100%;
    height: 25px;
    padding: 7px;
    border: none;
    outline: none;
    color: #898989;
    background: #EBECEC;
    font-size: 18px;
}
.flex-form .form-group2 label{
    font-style: italic;
    font-size: 22px;
    color: #898989;
    padding: 10px 0px;
    text-transform: uppercase;
}
.flex-form .form-group input{
    width: 100%;
    height: 25px;
    padding: 7px;
    border: none;
    outline: none;
    color: #898989;
    background: #EBECEC;
    font-size: 18px;
}
.flex-form .form-textarea textarea{
    width: 100%;
    padding: 7px;
    border: none;
    outline: none;
    color: #898989;
    background: #EBECEC;
    font-size: 18px;
}
.flex-form .form-group select{
    width: 100%;
    height: 37px;
    border: none;
    outline: none;
    color: #898989;
    background: #EBECEC;
    font-size: 18px;
}
.egitim{
    width: 100%;
}
.egitim h1{
    text-align: center;
    color: #898989;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
}
.egitim h2{
    text-align: center;
    color: #898989;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.single-content{
    right: 70px;
    opacity: 1;
    animation: content 1s ease-in-out;
}
/* USTAMIZ OL */



@media (min-width:1600px){
    .polygon{
        position: absolute;
        right: 0;
    }

}

@media (max-width:900px){
    .buton-list{display: none}
    .button-flex a{
        background: #2b3357;
        padding: 15px 10px;
        border-radius: 10px;
        margin: 0;
        font-size: 15px;
        width: 50%;
    }

    .rapor .col-1-container .col-1-image img{
        width: 285px;
        height: 285px;
    }
    .select-card{
        flex-wrap: wrap;
    }
    .rapor{
        padding: 0;
    }
    .select-car .form-group{
        width: 50%;
    }
    .contact-map iframe{
        height: 375px;
    }
    .contact-map{
        height: 375px;
    }
    .contact-card{
        width: 42%;
    }
    .mobil-app{
        height: 35px;
    }
    .mobil-app-container{
        right: 0;
    }
    .mobil-app-container .mobil-image{
        height: 35px;
    }
    .top-text{
        height: 35px;
    }
    .top-text h1{
        font-size: 12px;
    }

    .contact-card{
        width: 42%;
    }
    .single-wrapper{
        padding: 10px 0;
    }
    .single-content{
        right: 30px;
        animation: content 1s ease-in-out;
    }
    @keyframes content {
        0%{
            right: -40px;
            opacity: 0;
        }
        100%{
            right: 30px;
            opacity: 1;
        }
    }
    .single-up{
        height: 250px;
    }
    .single-up img{
        left: 30px;
        width: 320px;
        animation: move 1s ease-in-out;
    }
    @keyframes move {
        0%{
            left: -40px;
            opacity: 0;
        }
        100%{
            left: 30px;
            opacity: 1;
        }
    }
    .single-content h1{
        font-size: 40px;
    }
    .single-content h2{
        font-size: 25px;
    }

    .space{height: 70px}

    .choise-border{width: 275px;}
    .pixel{width: 96%;}
    .rapor .col-1{width: 30%;}
    .rapor .col-2{width: 100%;}
    .select-card .form-control{width: 250px;}
    .rapor-card-border{width: 98%;}

    .col h2{font-size: 4vh;}
    .col-in h1{font-size: 5vh;}
    .col-in h3{
        font-size: 2vh;
        margin-left: -3vh;
        margin-top: -1vh;
    }
    .col-in span{
        font-size: 13vh;
        margin-top: -7vh;
        margin-left: -3vh;
    }
    .contact-container .row .col-1{
        font-size: 17px;
        font-weight: 300;
    }
    .contact{
        overflow: hidden;
    }
    .contact-container .row .col-2 img{width: 100%;}
    .icon-container{flex-wrap: wrap;}
    .icon-card{width: 45%;}
    .pc{display: none;}
    .kurumsal-title h1{
        font-size: 25px;
    }
    /*bayiler*/
    .bayi-card{
        width: 30%;
        margin: 10px;
    }
    .bayi-card .bayi-image .bayi-title h1{
        font-size: 16px;
    }
    .bayi-card .bayi-content h1{
        font-size: 16px;
    }
    /*bayiler*/
}



@media (max-width:825px){

    .bayi-card{
        margin: 7px;
    }
}

@media (max-width:500px){
    .pop-contact{right: 90px}
    .kampanya h1{font-size: 25px}
    .kurumsal-col{
        width: 100%;
    }
    .kurumsal-col ul{
        padding-inline-start: 30px;
    }
    .kurumsal-col h1{
        font-size: 18px;
    }

    .flex-form .form-group input{
        padding: 7px 0;
    }
    .flex-form .form-group{
        width: 90%;
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }
    .info-kaynak span{
        font-size: 18px;
    }
    .accordian .card .card-header h3{
        font-size: 17px;
        padding: 15px 5px;
    }
    .gorus-content img{
        display: none;
    }
    .gorus-content h1{
        margin: 0;
        font-size: 27px;
    }

    .form .form-group{
        width: 100%;
    }
    .kolaj-card .col-g-1{
        width: 100%;
        margin: 0;
    }
    .kolaj-card .col{
        margin: 15px 0 0 0;
    }
    .yol-card h1{
        font-size: 12px;
    }
    .yol{
        left: 0;
    }
    .contact-card{
        width: 90%;
    }
    .contact-map iframe{
        height: 300px;
    }
    .contact-map{
        height: 300px;
        padding: 0;
    }
    .textarea-group{
        width: 85%;
    }
    .form-container{
        margin: 40px 5px;
    }
    .bayi-card .bayi-image .bayi-title h1{
        font-size: 14px;
    }
    .bayi-card{
        width: 46%;
        margin: 5px;
    }
    .bayi-card .bayi-content h1{
        font-size: 12px;
    }
    .single-content{
        right: 10px;
        top: 15px;
        z-index: 1;
    }
    .single-up img{
        left: 0;
        width: 230px;
        animation: move 1s ease-in-out;
    }
    .single-content .alt-btn{
        font-size: 20px;
    }
    .single-content h2{
        font-size: 20px;
    }
    @keyframes move {
        0%{
            left: -30px;
            opacity: 0;
        }
        100%{
            left: 0;
            opacity: 1;
        }
    }
    @keyframes content {
        0%{
            right: -40px;
            opacity: 0;
        }
        100%{
            right: 10px;
            opacity: 1;
        }
    }
    .single-content h1{
        font-size: 35px;
    }
    .space{height: 70px}
    .paket{padding: 20px 0}
    .choise-container{margin: 15px 0; padding: 20px}
    .choise-card{width: 260px; }
    .paket-content .fiyat{width: 65%}
    .choise-border{width: 272px;}
    .rapor{background-size: cover;background-repeat: no-repeat}
    .rapor-container{flex-wrap: wrap;}
    .rapor .col-1{width: 100%; height: 250px; margin-right: 0;overflow: initial}
    .rapor .col-1-container{width: 90%; height: 100%;}
    .rapor .col-1-container .col-1-image{width: 100%; height: 55%; margin-top: 0; text-align: end;}
    .rapor .col-1-container .col-1-image img{width: 250px; height: 250px; object-fit: contain; right: 0; bottom: -100px; transform: rotate(0deg)}
    .rapor .col-1-container:hover .col-1-image img{
        width: 250px;
        height: 250px;
        transition: 300ms;
    }
    .rapor .col-2{width: 100%; margin-top: 20px; margin-right: 0; position: relative}
    .rapor-card-border h1{font-size: 25px;}
    .select-card{flex-wrap: wrap; width: 100%;}
    .form-group{width: 100%;display: flex;justify-content: center;}
    .select-card .form-control{width: 100%;margin: 10px 0;padding: 0 10px;border-radius: 4px}
    .form-card{flex-wrap: wrap;}
    .form-plaka{width: 100%; margin-left: 0; margin: 10px 0;}
    .form-button button{margin-left: 0; margin-right: 0; margin:10px}

    .bottom-nav{
        display: flex;
        position: fixed;
        bottom: 5px;
        left: 0;
        z-index: 10;
        height: 55px;
        width: 100%;
    }
    .bottom-list{width: 20%; height: 100%; display: flex; justify-content: center; align-items: center;}

    .red{background: #b50b10;}
    .gray{background: #4f4f4f; border-top-right-radius: 15px; border-bottom-right-radius: 15px;}
    .col h2{font-size: 4vh;}
    .col-in{flex-wrap: wrap;}
    .col-in h3{
        font-size: 3vh;
        margin-left: 0;
        margin-top: 0;
        transform: rotate(0deg);
    }
    .col-in span{
        font-size: 4vh;
        margin-top: -7px;
        margin-left: 3px;
    }
    .contact-container .row{flex-wrap: wrap;}
    .contact-container .row .col-1{width: 100%;}
    .contact-container .row .col-2{width: 100%;}
    .contact-container .row .col-2 img{
        margin-top: 30px;
        width: 100%;
    }
    .icon-hr{display: none;visibility: hidden}
    .icon-card{margin: 15px 0; width: 45%;}
    .icon-card h1{font-size: 20px; border-bottom: 2px solid;}
    .icon-card img{width: 50px;}
    .contact{margin: 0 0 0;}
    #icon{
        padding: 50px 0;
    }
    footer img{
        margin-bottom: 20px;
    }
    footer .col-1{
        width: 100%;
        border-right: none;
    }
    footer .col-2{
        display: none;
    }
}
@media (max-width:380px){

    .online-randevu-body{
        width: 96%;
    }
}
