@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;}
.space{height: 70px;}
.yan-btn {
    position: fixed;
    z-index: 100;
    width: 0%;
    display: flex;
    height: 100vh;
    top: 0;
    right: 0;
    align-items: center;
}
.btn-1 {
    position: absolute;
    right: -45px;
    background-image: linear-gradient(#e80102, #d60909);
    transform: rotate(-90deg);
    border-top-right-radius: 20px;
    margin-top: -126px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    height: 30px;
    width: 125px;
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center;
    animation: btn 1.5s ease;
}
.btn-2 {
    position: absolute;
    right: -45px;
    background-image: linear-gradient(#5e5e5e, #4f4f4f);
    transform: rotate(-90deg);
    border-top-left-radius: 20px;
    margin-top: 126px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    height: 30px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: btn 2.5s ease;
    cursor: pointer;
}
.btn-1 a {
    color: white;
}
.btn-2 a {
    color: white;
}
.yan-menu{
    top: 0;
    right: -230vh;
    width: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    height: 100vh;
    transition: 0.5s cubic-bezier(
            .04,-0.03,.83,.67
    );
    display: flex;
    justify-content: end;
    overflow: hidden;
}
.yan-menu-bg{
    width: 30%;
    background: #ed1b24;
    text-align: center;
    font-size: 1.3em;
    height: 100vh;
}
.yan-nav-mobil a img{width: 100%}
.yan-menu-open{right: 0;}
#menu-btn-second{cursor: pointer;}
#menu-btn-second2{cursor: pointer;}
.yan-nav{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 25px;
    position: relative;
}
.yan-nav a#menu-btn-second2{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed1b24;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -50px;
    border: 4px solid #fff;
}
.yan-nav h1{font-size: 18px;font-weight: 500;color: #B50B10;margin-left: 40px;}
.yan-nav img{width: 35px;margin: 10px;}
.yan-nav i{color: #f4f4f4;font-size: 30px;}
.yan-menu ul{
    display: flex;
    padding: 20px 0px;
    height: 65vh;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    overflow: scroll;
}
.yan-menu ul::-webkit-scrollbar {
    display: none;
}
.yan-menu ul li{
    width: 100%;
    margin: 5px 0;
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 17px;
}
.yan-menu ul li a{color: #fff;}

.yan-nav-contact a{margin: 5px;}
.yan-nav-contact .number{
    margin: 0;
}
.yan-menu-hr{
    width: 100%;
    margin: 7px 0;
    height: 0;
    border-bottom: 2px solid #333;
}
.yan-nav-contact h1{
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin:0;
}
.yan-nav-social a{margin: 2px; background-color: white; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.yan-nav-social a i{color: #c8161d;}
.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: 30px;
}
.button-flex a{
    background: #2b3357;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 0;
    font-size: 15px;
    width: 50%;
}
.navbar-right ul .button-flex a{
    margin: 0 5px;
}
.merkez{ display: flex; position: fixed; bottom: 10px; right: 10px;cursor: pointer}
.merkez img{width: 100px; height: 100px; object-fit: contain;}

#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;
}
/*navbar*/
.navbar{margin-top: 0;}
.mobil-app{width: 100%; height: 40px; position: relative;}
.mobil-app-container{
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 10%;
}
.mobil-app-container.uye{right: 23%;}
.mobil-app-container .mobil-image{
    background-color: #ed1b24;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-text{background-color: #c0c0c0; height: 40px; display: flex; padding: 0 20px; align-items: center; justify-content: center;}
.top-text h1{font-size: 15px; color: white; margin: 0 5px;}
.mobil-app-container img{width: 22px; height: 22px;}
.navbar-container{display: flex; top: 0; position: fixed; z-index: 1000; width: 100%; align-items: center; transition: 0.5s ease-in-out;box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px 2px}
.navbar.sticky-nav .navbar-container{top: 0; transition: 0.5s ease-in-out;}
.navbar-left{
    background-color: #ed1b24;
    height: 70px;
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    transition: 0.5s ease-in-out;
}
.navbar-right{background: #4f4f4f; height: 70px; width: 75%;transition: 0.5s ease-in-out;}
.navbar-right .navbar-list{display: flex; justify-content: center; align-items: center; height: 70px; width: 100%;}
.navbar-right ul a{margin: 0 20px;color: white}
.navbar-right li{
    color: white;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
.navbar-list li ul li h1{font-size: 15px;margin: 0;font-weight: 400}
.navbar-list li ul li{
    width: 200px;
    padding: 0 10px;
    margin: 0;
    height: auto;
    color: white;
    border-bottom: 1px solid #5f5f5f;
    font-weight: 400;
}
.navbar-list li ul li:hover{
    background: #5f5f5f;
}
.navbar-list li ul{
    width: auto;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    position: absolute;
    top: 44px;
    padding: 0;
    background: #4f4f4f;
    transition: .5s ease;
}
.navbar-list li:hover ul{
    visibility: initial;
    opacity: 1;
    transition: .5s ease;

}
.nav-hr{height: 20px; width: 0; border-right: 1px solid white;}
.navbar-logo{width: 200px; height: 80px; transition: 0.5s ease-in-out;}
.navbar-logo img{width: 100%; height: 100%; object-fit: contain;}
.polygon{height:100%; transform: translateX(90%);}
.polygon img{height: 100%;}


.navbar-right .menu{display: flex; align-items: center; justify-content: center; height: 100%;flex-wrap: wrap;width: 140px}
.navbar-right .menu img{width: 45px; height: 25px; object-fit: contain; transition: 0.5s ease-in-out;}
.navbar-right .menu a{color: white; font-size: 15px; transition: 0.5s ease-in-out;text-align: center;margin-top: -15px;width: 100%}


.buton-list{

    width: 120px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#e66465, #ec1b24);
}
.buton-list h1{font-size: 14px;margin: 0;color: white;font-weight: 500}
.navbar-right ul .buton-list a{margin: 0;display: flex;justify-content: center;align-items: center;padding: 10px 0}
.navbar-right ul .buton-list i{color: white;margin: 0 5px 0 0;font-size: 14px}


/*navbar*/

/*main*/

.slider{width: 100%; height: 75vh}
.slider-container{
    overflow: hidden;
    position: relative;
    height: 75vh;
    width: 100%;
    background-image: url(../images/slider-bg.png);
    background-size: cover;
}
.slider-card{
    width: 100%;
    height: 75vh;
    display: flex;

}
.slider-card .slider-content{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.slider-card .slider-content h1{
    width: 65%;
    font-size: 50px;
    color: white;
    font-weight: 400;
    margin-left: 50px;
}
.slider-card .slider-images{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.slider-card .slider-images img{
    width: 100%;
    height: 55vh;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.slider-content h1 {
    opacity: 0;
    transition: opacity 2.5s ease;
}

.slider-card.is-selected .slider-content h1{
    opacity: 1;
}

.slider-btn{
    width: 150px;
    height: 35px;
    border-radius: 15px;
    background: white;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 2.5s ease;
}

.slider-card.is-selected .slider-content .slider-btn{
    opacity: 1;
}

.red-hr{width: 100%; border-bottom: 5px solid #c8161d; height: 0;}


.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: #eee;
    padding: 50px 0;
}
.kampanya{text-align: center}
.kampanya h1{
    font-weight: 500;
    font-size: 35px;
    color: #ed1b24;
}

.circle{margin: 25px 0;}

.circle-image{
    border: 2px solid #ed1b24;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 20px;
}
.circle-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.circle-grey{margin: 25px 0;}
.circle-container{display: flex; overflow: scroll; justify-content: start; align-items: center;}
.circle-container::-webkit-scrollbar{
    display: none;
}
.circle-grey-image{
    border-radius: 20px;
    width: 240px;
    height: 120px;
    background: #737373;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 20px 20px 0;
    padding: 6px 4px;
}
.circle-grey-line{
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.circle-grey-image h1{
    color: white;
    font-size: 20px;
    font-weight: 400;
}
.circle-grey i{
    color: white;
}
.choise-container{
    margin: 20px 0;
    padding: 0 50px;
}
.choise-card{
    width: 275px;
    padding: 30px 15px;
    border-radius: 20px;
    margin: 0 5px;
    border: 2px solid white;
    transition: 300ms;
    height: 375px;
}
.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;
}
.choise-card:hover{
    border: 2px solid #ed1b24;
    transition: 300ms;
}
.choise-card.active{
    border: 2px solid #ed1b24;
    transition: 300ms;
    background: #ccc3;
}
.paket-content a{
    color: black;
    font-size: 17px;
    font-weight: 500;
    display: block;
}
.paket-content p{
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #00000080;
    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: #ed1b24;
    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: 375px;
    width: 100%;
}
.choise-content h2{color: #000; margin: 0; font-size: 32px; padding: 0 10px; font-weight: 500;}

.paket-randevu .randevu-btn{
    width: 90px;
    padding: 12px 15px;
    font-size: 14px;
    color: #fff;
    background: #ec1b24;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 20px 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: 12px 5px;
}

.paket-randevu .check-btn i{
    margin: 0 7px;
}

.paket-randevu .randevu-btn:hover{
    background: #ed1b24;
    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: #ddd;
}

.paket-feature .feature-btn:hover{
    background: #d0d0d0;
}

.paket-feature i{
    float: right;
}

.rapor{margin: 70px 0; padding: 30px}
.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{
    background-color: #ed1c24;
    width: 1120px;
    margin-right: 10px;
    height: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rapor-card-border{
    width: 99%;
    height: 96%;
    border-radius: 20px;
    border: 4px solid white;
    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: #fff; margin: 0px 0 0; border-bottom: 2px solid white;}
.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 #B50B10;
}
.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: #fff;
    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-image: url(../images/slider-bg.png);
    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: #4f4f4f;}
.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;
    text-align: center;
    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;border-bottom-left-radius: 20px}
.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;
}
.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{
    position: absolute;
    top: -25px;
    width: 80px;
    cursor: pointer;
    transition: 0.2s;
}
.online-randevu-body .close-image:hover{
    width: 90px;
    transition: 0.2s;
}

.online-randevu-btn{
    width: 150px;
    background: #c81b22;
    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: #c81b22;
    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%;
    }
    .navbar-right ul .button-flex a{
        margin: 0 5px;
    }
    .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;
    }
    .navbar-right .menu{
        width: 92%;
    }
    .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;
    }
    .navbar{
        border-bottom: 2px solid white;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        margin-top: 0;
    }
    .navbar-container{
        top: 0px;
    }
    .space{height: 70px}
    .navbar.sticky-nav .navbar-left{height: 60px; transition: 0.5s ease-in-out;}
    .navbar.sticky-nav .navbar-right{height: 60px; transition: 0.5s ease-in-out;}
    .navbar.sticky-nav .navbar-right .menu a{opacity: 0; transition: 0.5s ease-in-out;}
    .navbar.sticky-nav .navbar-logo{height: 60px; margin-left: 50px; transition: 0.5s ease-in-out;}
    .navbar-left{width: 30%;}
    .navbar-logo{margin-left: 20px;}
    .navbar-right .navbar-list .list-nav{display: none;}
    .navbar-right .navbar-list .nav-hr{display: none;}
    .slider{height: 65vh}
    .slider-container{height: 65vh;}
    .slider-container .slider-card{flex-wrap: wrap; height: 65vh}
    .slider-container .slider-card .slider-content{width: 100%; height: 25vh}
    .slider-container .slider-card .slider-images{width: 100%; height: 35vh; display: flex; justify-content: center}
    .slider-card .slider-images img{height: 30vh; width: 92%; box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;}

    .circle-container{margin-top: 10px;}
    .choise-border{width: 275px;}
    .pixel{width: 96%;}
    .rapor .col-1{width: 30%;}
    .rapor .col-2{width: 68%;}
    .select-card .form-control{width: 250px;}
    .rapor-card-border{width: 98%;}
    .navbar-right .menu{display: flex; align-items: center; justify-content: end; height: 100%;}
    .navbar-right .menu img{width: 55px; height: 25px; object-fit: contain; transition: 0.5s ease-in-out;}
    .navbar-right .menu a{color: white; font-size: 15px; transition: 0.5s ease-in-out;margin-top: 0;width: auto}
    .yan-menu{
        top: 0;
        right: -130vh;
        width: 100%;
        position: fixed;
        background: rgba(0,0,0,0.7);
        z-index: 100;
        height: 100vh;
        transition: 0.5s cubic-bezier(
                .04,-0.03,.83,.67
        );
        display: flex;
        justify-content: end;
        overflow: hidden;
    }
    .yan-nav-mobil a{margin: 5px; width: 30%;}
    .yan-nav-mobil a img{width: 100%;}
    .yan-menu-bg{
        width: 50%;
        background: #ed1b24;
        text-align: center;
        font-size: 1.3em;
        height: 100vh;
    }
    .yan-menu-open{right: 0;}
    #menu-btn-second{cursor: pointer;}
    #menu-btn-second2{cursor: pointer;}
    .yan-nav{
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: start;
        margin-top: 25px;
        position: relative;
    }
    .yan-nav a#menu-btn-second2{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ed1b24;
        border-radius: 100%;
        width: 55px;
        height: 55px;
        position: absolute;
        left: -50px;
        border: 4px solid #fff;
    }
    .yan-nav h1{font-size: 18px;font-weight: 500;color: #B50B10;margin-left: 40px;}
    .yan-nav img{width: 35px;margin: 10px;}
    .yan-nav i{color: #f4f4f4;font-size: 30px;}
    .yan-menu ul{
        display: flex;
        padding: 20px 0px;
        height: 65vh;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        overflow: scroll;
    }
    .yan-menu ul li{
        width: 100%;
        margin: 5px 0;
        font-weight: 400;
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 0 10px;
        text-transform: uppercase;
        font-size: 17px;
    }
    .yan-menu ul li a{color: #fff;}

    .yan-nav-contact a{margin: 5px;}
    .yan-nav-contact .number{
        margin: 0;
    }
    .yan-menu-hr{
        width: 100%;
        margin: 7px 0;
        height: 0;
        border-bottom: 2px solid #333;
    }
    .yan-nav-contact h1{
        color: white;
        font-size: 20px;
        font-weight: 500;
        margin:0;
    }
    .yan-nav-social a{margin: 2px; background-color: white; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 50%;}
    .yan-nav-social a i{color: #c8161d;}
    .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: 30px;
    }
    /*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){
    .slider-card .slider-images img{
        border-radius: 20px;
    }
    .contact-btn{
        height: 40px;
    }
    .single-content h1{
        font-size: 35px;
    }
    .single-content h2{
        font-size: 22px;
    }
    .single-up img{
        width: 310px;
    }
    .bayi-card{
        margin: 7px;
    }
}

@media (max-width:500px){
    .pop-contact{right: 90px}
    .yan-btn{display: none}
    .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}
    .slider-container .slider-card .slider-content{height: 200px}
    .slider-card .slider-content h1{font-size: 30px; width: 80%; margin-left: 35px}
    .slider-container .slider-card .slider-images{height: 300px}
    .slider-card .slider-images img{height: 200px}
    .slider-btn{width: 135px; font-size: 13px}
    .slider-container .slider-card{height: 500px; background-size: cover}
    .merkez{ display: flex; position: fixed; bottom: 60px; right: 10px;}
    .merkez img{width: 90px; height: 90px; object-fit: contain;}
    .navbar-right .navbar-list .list-nav{display: none;}
    .navbar-logo{display: flex;justify-content: center;}
    .navbar-container{top: 0}
    .mobil-app{height: 30px}
    .top-text{padding: 0 10px}
    .mobil-app-container .mobil-image{height: 30px}
    .mobil-app-container{right: 0}
    .top-text{height: 30px}
    .navbar-left{width: 50%; }
    .navbar-right{width: 50%;}
    .navbar-logo img{width:150px;}
    .navbar-logo{margin-left: 70px;}
    .polygon{transform: translateX(0%);}
    .slider{height: 500px}
    .slider-container{height: 500px;}
    .circle-image{margin: 10px 10px 10px 0;width: 80px;height: 80px;}
    .circle-image h1{font-size: 18px;}
    .choise-container{margin: 15px 0; padding: 20px}
    .choise-card{width: 260px; }
    .paket-content .fiyat{width: 65%}
    .choise-border{width: 272px;}
    .rapor{margin-top: 20px; margin-bottom: 20px;}
    .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: 90%;}
    .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}
    .navbar-right .menu{flex-wrap: wrap;  align-items: center; justify-content: end; height: 100%; padding: 0;width:150px;}
    .navbar-right .menu img{width: 100px;transform: translateY(6px);}
    .navbar-right .menu a{width: 66%;margin: -10px 0 0 0;}
    .yan-menu-bg{width: 80%;}
    .yan-nav h1{margin-left: 15px;}
    .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;}
    .nav-container{background: #ed1b24;border-radius: 15px;}
    .nav-list{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-list a{text-align: center;}
    .nav-list h2{
        color: white;
        font-size: 11px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .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;}
    .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){
    .slider-card .slider-images img{
        height: 175px;
    }
    .online-randevu-body{
        width: 96%;
    }
}
