@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
html{scroll-behavior: smooth;font-family: 'Outfit', sans-serif;}
*{box-sizing: border-box;margin: 0;padding: 0;}
ul{list-style: none}
a{text-decoration: none}
.flex{display: flex;justify-content: center; align-items: center}
.pixel{
    width: 1450px;
}
.navbar{position: fixed;width: 100%; display: flex;justify-content: center;background: #0d8449;align-items: center;height: 95px;top: 0; z-index: 100; transition: 0.5s ease}
.navbar .logo{width: 110px; transition: 0.5s ease;display: flex;align-items: center}
.navbar-container{display: flex;width: 88%; transition: 0.5s ease; justify-content: space-between;padding: 0;margin-top: 50px;}
.navbar .navbar-container{margin-top: 0; transition: 0.5s ease;}

.logo{width: 135px; transition: 0.5s ease;}
.logo img{width: 100%}
.wht{display: none}
.navbar .lac{display: none}
.navbar .wht{display: initial}
.navbar-list{display: flex;justify-content: center;align-items: center}
.navbar-list ul.navbar-list-ul{display: flex;justify-content: center;align-items: center}
.navbar-list ul.navbar-list-ul li a{font-size: 18px; font-weight: 400; color: #140666; transition: 0.5s ease; display: flex;align-items: center}
.navbar-list ul li a{color: white}
.navbar-list ul li{cursor: pointer; height: 70px;display: flex;align-items: center;}
.navbar-list ul.navbar-list-ul li{position: relative}
.navbar .navbar-list ul li a{color: white; transition: 0.5s ease;}
.navbar-list ul li .navbar-hr{width: 0;height: 20px;border-right: 2px solid #140666;margin: 0 20px}
.navbar .navbar-list ul li .navbar-hr{border-right: 2px solid #fff;}
#menu-btn-second{margin: 0 25px; cursor: pointer}
.navbar-list ul.navbar-list-ul li ul li{
    width: 175px;
    padding: 12px 10px;
    margin: 0;
    height: auto;
    color: white;
    border-bottom: 1px solid #5f5f5f;
    font-weight: 400;
}
.navbar-list ul.navbar-list-ul li ul{
    width: auto;
    display: none;
    border-left: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    position: absolute;
    top: 65px;
    padding: 0;
    background: #0d8449;
}
.navbar-list ul.navbar-list-ul li:hover ul{
    display: block;
}
.left-nav{
    position: absolute;
    left: 0;
    width: 80px;
    z-index: 1;
    opacity: 0.5;
}
.right-nav{
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 1;
    opacity: 0.5;
}
.navbar.nav .navbar-list ul.navbar-list-ul li ul li{
    color: #fff;
}

.ok{
    position: relative;
    top: 90px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.ok i{
    color: #565655;
    font-size: 30px;
}
.ok h1{
    color: white;
    font-size: 30px;
    margin-top: 25px;
    font-weight: 400;
}
.ok i.hand{
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -10px;
    left: -20px;
    transform: rotateZ(45deg);
    animation: 2s top-down infinite;
}

@keyframes top-down {
    0%{
        top: -10px;
    }
    50%{
        top: 0px;
    }
    100%{
        top: -10px;
    }
}

/*YANMENU*/

.yan-menu{
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}
.yan-menu-open{
    opacity: 1;
    visibility: initial;
    transition: 0.5s ease;
}
.yan-menu-bg{
    background: #4d4d4d;
    height: 70vh;
    border-radius: 50px;
    position: relative;
    width: 80%;
}
.yan-menu-bg img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.yan-menu-text{
    width: 50%;
    position: relative;
    left: -125px;
    top: 0;
}
.yan-menu-text ul{
    display: block;
}
.yan-menu ul li{
    height: 40px;
}
.yan-menu ul li ul{
    display: none;
    top: 0;
    background: #4d4d4d;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -65px;
    padding: 10px 0;
    height: 45vh;
}

.yan-menu ul li ul li{
    width: max-content;
}
.yan-menu-text ul li a{
    color: #c4c4c4;
    font-weight: 300;
    line-height: 1.3;
    font-size: 22px;
}
.yan-menu-text ul li:hover a{
    color: #fff;
}
#menu-btn-second2{
    position: absolute;
    right: 40px;
    top: 70px;
}
#menu-btn-second2 img{
    width: 60px;
    cursor: pointer;
}
/*YANMENU*/

/*Anasayfa*/

.slider{
    background-color: #ebebeb;
    height: auto;
    margin-top: 95px;
}
.slider-line{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.slider img{width: 100%;height: 100%;object-fit: cover}
.line{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.line img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.notice{
    position: relative;
    margin: 0;
    margin-top: 95px;
    overflow: hidden;
    background-color: #161616 !important;
    padding: 100px 0;
}
.section-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: skewY(-3deg) translate3d(0, -50%, 0) !important;
    background-color: #ebebeb !important;
    padding: 4.5rem 0 !important;
}
.section-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: skewY(3deg) translate3d(0, 50%, 0) !important;
    padding: 4.5rem 0 !important;
    background-color: #eaeaea !important;
}
.notice-content{
    margin-top: 40px;
    padding: 50px 0;
    margin-bottom: 40px;
}

.notice video {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 200%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.5;
}
.marka-slider{width: 100%}
.marka-slider img{
    width: 100px;
    margin: 0 20px;
    height: 40px;
    object-fit: contain;
}
.marka-slider img.bur{
    margin-left: -10px;
}
.notice-title{text-align: center; margin-top: 100px; position: relative; z-index: 10}
.notice-title h1{color: #ebebeb; transition: 1s ease; font-size: 45px; margin: 20px 0; line-height: 1.5; font-weight: 400}
.notice-title h1 strong{background: #555555e0;padding: 10px; transition: 1s ease; margin: 10px; color: #ffffff;font-size: 60px }
.notice-title h3{color: #9AB4DB;font-size: 20px;}
.solid{
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: 1s ease;
    position: relative;
}
.active{
    visibility: initial;
    opacity: 1;
    display: initial;
    transition: 1s ease;
    animation: fadeInOut 5s ease;
}
@keyframes fadeInOut {
    0% { opacity: 0; top: -20px }
    10%, 90% { opacity: 1; top: 0 }
    100%  {opacity: 0; top: 20px}
}
.notice-title .notice-buton{
    margin-top: 50px;
}
.notice-buton a{
    padding: 20px 50px;
    background: #183f72;
    color: #ebebeb;
    font-weight: 600;
    font-size: 15px;
}
.about{
    position: relative;
    margin: 0;
    background-color: #ebebeb !important;
    padding: 0 0;
    flex-wrap: wrap;
}
.about .mon{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.about-content.pd{
    padding: 90px 0;
}
.about-content{
    margin-top: 40px;
    padding: 50px 0;
    margin-bottom: 40px;
    position: relative;
}
.about-title{
    text-align: center;
}
.about-hr{
    width: 100px;
    height: 0;
    border-bottom: 5px solid #534795;
    border-radius: 20px;
    margin: 20px;
}
.about-title h3{
    color: #9AB4DB;
    margin: 10px;
}
.about-title h1{
    color: #2e2e2e;
    font-size: 26px;
    font-weight: 600;
    width: 70%;
    line-height: 1.4;
}
.about-info{
    margin: 70px 0;
}
.about-image{
    width: 50%;
}
.about-text{
    width: 50%;
}
.about-image img{
    width: 90%;
}
.about-text p {
    margin: 25px 0;
    font-size: 20px;
    color: #777777;
    line-height: 1.5;
}
.about-text ul li{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.about-text ul{
    margin: 15px;
}
.about-text ul li .about-list-icon{
    margin: 0 20px;
    width: 35px;
    height: 35px;
    border: 2px solid #0d8449;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.about-list-icon i{
    color: #0d8449;
}
.about-text span{
    color: #777777;
    font-size: 18px;
    font-weight: 400;
}
.about-btn{
    padding: 12px 5px;
    background: #0d8449;
    width: 185px;
    border-radius: 10px;
    transform: translateY(35px);
}
.about-btn a{
    color: white;
    font-size: 18px;
    font-weight: 400;
}
.about-btn a i{
    margin: 0 5px;
}

.about-text .bulut1{
    position: absolute;
    z-index: 10;
    top: 150px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.buluts .bulut2{
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
}
.buluts .bulut3{
    position: absolute;
    z-index: 10;
    top: 270px;
    left: 0;
    visibility: hidden;
}
.otostore{
    position: relative;
    margin: 0;
    overflow: hidden;
    background: linear-gradient(to right, #f5600a, #f5600a);
    padding: 50px 0;
}
.otostore-content{
    margin-top: 40px;
    padding: 50px 0;
    margin-bottom: 40px;
    position: relative;
}
.dot{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.otostore-title{text-align: center; margin: 50px}
.otostore-title h1{color: #ebebeb; transition: 1s ease; font-size: 45px; margin: 20px 0; line-height: 1.5; font-weight: 400}
.otostore-title h1 strong{background: #00a1cd;padding: 10px; transition: 1s ease; margin: 10px; color: #ffffff;font-size: 50px }
.otostore-title h2{color: #fff;font-size: 20px;font-weight: 400}
.otostore-title img{
    width: 375px;
}
.oto{
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: 1s ease;
    position: relative;
}
.oto.active{
    visibility: initial;
    opacity: 1;
    display: initial;
    transition: 1s ease;
    animation: fadeInOut 5s ease;
}
.otostore-wrapper{
    padding: 13px;
}
@keyframes fadeInOut {
    0% { opacity: 0; top: -20px }
    10%, 90% { opacity: 1; top: 0 }
    100%  {opacity: 0; top: 20px}
}
.otostore-title .notice-buton{
    margin-top: 50px;
}
.otostore-buton a{
    padding: 20px 50px;
    background: #183f72;
    color: #ebebeb;
    font-weight: 600;
    font-size: 15px;
}
.otostore-text{
    width: 50%;
    padding: 5rem;
}
.otostore-image{
    width: 50%;
}
.otostore-image img{
    width: 760px;
    position: absolute;
    top: 0;
    right: 0;
}
.otostore-image img.left{
    width: 700px;
    position: absolute;
    top: 100px;
    left: 0;
}
.otostore-text h1{
    color: #ebebeb;
    font-size: 30px;
    font-weight: 400;
    margin: 20px 10px;
}
.otostore-text p{
    color: #bfbdbd;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 1.4;
}
.o{
    position: absolute;
    left: -20px;
    top: 175px;
    width: 500px;
    opacity: 0.1;
    z-index: 1;
}
.b{
    position: absolute;
    right: 20px;
    top: 150px;
    width: 500px;
    opacity: 0.1;
    z-index: 1;
}
.p{
    position: absolute;
    left: 20px;
    top: 50px;
    width: 500px;
    opacity: 0.1;
    z-index: 1;
}
.burgerking{
    width: 250px;
}
.about-burger #burger{
    left: -600px;
    width: 300px;
}
.about-burger.slip #burger{
    left: 0;
    width: 700px;
    transition: 2s ease-in-out;
}
.about-burger #burger-bg{
    left: -600px;
    width: 300px;
    transition: 1s ease-in-out;
}
.about-burger.slip #burger-bg{
    left: 0;
    width: 700px;
    transition: 1.5s ease-in-out;
}
.about-burger .otostore-text{
    opacity: 0;
}
.about-burger.slip .otostore-text{
    opacity: 1;
    transition: 2s ease-in-out;
}

.about-otostore #car{
    right: -600px;
    width: 300px;
    transition: 1s ease-in-out;
}
.about-otostore.slip #car{
    right: 0;
    width: 700px;
    transition: 1s ease-in-out;
}
.about-otostore #car-bg{
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.about-otostore.slip #car-bg{
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.about-otostore .otostore-text{
    opacity: 0;
    transition: 1s ease-in-out;
}
.about-otostore.slip .otostore-text{
    opacity: 1;
    transition: 2s ease-in-out;
}


.about-popeyes #popeyes{
    right: -600px;
    width: 300px;
}
.about-popeyes.slip #popeyes{
    right: 0;
    width: 700px;
    transition: 2s ease-in-out;
}
.about-popeyes #popeyes-bg{
    right: -600px;
    width: 300px;
    transition: 1s ease-in-out;
}
.about-popeyes.slip #popeyes-bg{
    right: 0;
    width: 700px;
    transition: 1.5s ease-in-out;
}
.about-popeyes .otostore-text{
    opacity: 0;
}
.about-popeyes.slip .otostore-text{
    opacity: 1;
    transition: 2s ease-in-out;
}


.about-burger .otostore-wrapper{
    padding: 150px 0;
}
.about-popeyes .otostore-wrapper{
    padding: 150px 0;
}
.home-news{
    background-image: url(../images/world.jpg);
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 50px 0;
}

.home-news-container{
    margin-top: 40px;
    padding: 50px 0;
}
.home-news-container .news-hr{
    width: 0;
    height: 80px;
    border-right: 4px solid #0d8449;
}
.home-news-container h3{
    font-size: 20px;
    color: #6c757d;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.home-news-container h1{
    color: #565655;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}
.home-news-container h4{
    color: #6c757d;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
}
.maps{
    width: 100%;
    background: linear-gradient(to right, #140666, #0e0736);
    flex-wrap: wrap;
}
.social-card{
    background: linear-gradient(to right, #0d8449, #565655);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 15px 10px;
    cursor: pointer;
}
.social-card i{
    color: #ebebeb;
    font-size: 22px;
}
.maps iframe{
    width: 100%;
    height: 300px;
    opacity:1;
}
.maps-container{
    width: 100%;
    display: none;
}
.maps-container.open{
    display: initial;
}
footer{
    padding: 50px 0 50px 0;
    background: #0d8449;
    position: relative;
}
.footer-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.footer-map{
    position: absolute;
    top: -450px;
    left: 10%;
    width: 400px;
    height: auto;
}
.footer-image{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.footer-image img{
    width: 200px;
}
.footer-container{
    display: flex;
    justify-content: center;
    width: 88%;
    margin-top: 20px;
    position: relative;
}
.footer-container .adres{
    width: 300px;
}
.footer-container .marka-slider img{
    width: 80px;
}
.footer-container .marka-slider img.brg{
    height: 40px;
    object-fit: contain;
}
.adres-container{
    display: flex;
    justify-content: center;
}
.adres-container i{
    margin: 0 10px;
    color: #ebebeb;
    font-size: 20px;
}
.adres-container span{
    color: #ebebeb;
    font-weight: 300;
}
.adres-container span a{
    color: #ebebeb;
}
.footer-hr{
    width: 0;
    height: 50px;
    border-right: 2px solid #ebebeb;
}
.padding-2{
    padding: 1.5rem 0 !important;
    transform: translateY(-45px);
}
/*Anasayfa*/

.mobil{
    display: none;
}
.web{
    display: initial;
}
.bottom-footer{
    padding: 10px 0;
}
.bottom-footer h1{
    color: #140665;
    font-size: 17px;
    font-weight: 400;
}

/*kurumsal*/

.space{
    height: 140px;
}

.top-nav{
    background: linear-gradient(to right, #140666, #3b307e);
    position: relative;
    z-index: 10;
    height: 100px;
}

.top-nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    padding: 0 20px;
}

.sitemap{
    display: flex;
    align-items: center;
}

.sitemap i{
    margin: 0 10px;
    color: #ebebeb;
    font-size: 15px;
}

.sitemap h2{
    color: #ebebeb;
    font-size: 16px;
    font-weight: 400;
}

.top-nav-container h1{
    color: #ebebeb;
    font-size: 25px;
    font-weight: 500;
}

.sitemap a{
    color: #ebebeb;
}

.kurumsal{position: relative; padding: 50px 0}
.kurumsal-container{
    padding: 50px 0;
}
.kurumsal-image{

    position: relative;
    width: 55%;
}
.kurumsal-image img{
    width: 100%;
}
.image-pop{
    position: absolute;
    right: -340px;
    bottom: -100px;
    background: linear-gradient(to right, #1e3622, #3a887b);
    padding: 0 20px;
    width: 600px;
}
.pop-pad{
    padding: 20px;
    text-align: end;
}
.pop-pad i{
    color: #ebebeb;
    margin: 10px 0;
    font-size: 35px;
}
.pop-pad h2{
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0;
}
.pop-pad h1{
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin: 10px 0;
}
.kurumsal-container{
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 50px 0;
    flex-wrap: wrap;
    width: 900px;
}
.kurumsal-container .content p{
    font-size: 18px;
    color: #4e4e4e;
    text-align: justify;
    line-height: 1.4;
}
.kurumsal-container h1{
    width: 100%;
    text-align: center;
    margin: 50px 0;
    font-size: 30px;
    color: #565655;
    letter-spacing: 2px;
}
.title-bg{
    position: absolute;
    opacity: 0.03;
    filter: grayscale(1);
}

.companies-container{
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.companies .company-card{
    width: 200px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border: 1px solid #ebebeb;
    padding: 10px;
}
.companies .company-card img{
    width: 100%;
}
.counter{
    position: relative;
    z-index: 10;
}
.counter-container{
    display: flex;
    justify-content: space-between;
    height: 300px;
    align-items: center;
    width: 900px;
    margin: 30px 0 50px;
}
.counter-card{
    text-align: center;
    background: #a3a3a3;
    width: 24%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}
.counter-card h1{
    color:  #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    width: 100%;
}
.counter-card h2{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.iletisim{
    position: relative;
    background: #ebebeb;
}
.iletisim-container{
    padding: 150px 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.iletisim-left{
    width: 50%;
}
.iletisim-right{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iletisim-right a{
    border: 3px solid #fff;
    color: #fff;
    padding: 20px 35px;
    font-size: 20px;
    font-weight: 400;
}
.iletisim-right a:hover{
    background: #fff;
    color: #140665;
}
.iletisim-right a i{
    margin: 0 10px;
}
.sektor{
    padding: 50px 0;
}
.sektor-card{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 100px 0;
}
.sektor-image{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sektor-image img{
    width: 90%;
}
.sektor-content{
    width: 45%;
    padding: 20px;
    height: auto;
    position: relative;
}
.sektor-content h2{
    font-size: 30px;
    width: 100%;
    font-weight: 600;
    color: #140665;
    text-align: center;
}
.sektor-content p{
    font-size: 18px;
    width: 100%;
    font-weight: 400;
    color: #140665;
    margin: 15px 0;
    line-height: 1.5;
    letter-spacing: .5px;
    text-align: center;
}
.enerji-bg{
    position: absolute;
    top: -50px;
    left: 170px;
    width: 270px;
    opacity: 0.3;
}

.person-card{
    margin: 20px 15px;
    cursor: pointer;
    width: 270px;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 25px 5px;
    background: #F6F5F3;
    border-radius: 10px;
    transition: ease-in-out all .3s;
    text-align: center;
}
.person-card:hover{
    background: #d7d7d7;
    transition: ease-in-out all .3s;
}
.person-image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: darkgray;
}
.person-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.person-title h1{
    margin: 16px 0 0.65px;
    font-size: 20px;
    line-height: 1.4;
    transition: ease-in-out all .3s;
}

.person-title h2{
    margin: 16px 0 20px;
    font-size: 18px;
    color: #140665;
    font-weight: 400;
    transition: ease-in-out all .3s;
}
/*kurumsal*/



/*KARİYER*/


.kaynak-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.kaynak-container{
    width: 1400px;
    position: relative;
    bottom: 0;
    opacity: 1;
    animation: up 1s ease-in-out;
}
.info-kaynak span{
    color: #898989;
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
}
.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: 20px;
    color: #898989;
    padding: 10px 20px;
    text-transform: uppercase;
}
.form-image input{
    height: 45px;
    padding: 0 20px;
}

.alert{
    padding: 10px;
    background: red;
}
.alert li{
    color: white;
    font-size: 18px;
}
.message{
    padding: 10px;
    background: #52e352;
    color: white;
    font-size: 18px;
}

.flex-form input::-webkit-outer-spin-button,
.flex-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.flex-form .form-group label{
    font-style: italic;
    font-size: 20px;
    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: 45px;
    padding: 7px;
    border: none;
    outline: none;
    color: #898989;
    background: #EBECEC;
    font-size: 18px;
}
.flex-form .form-group2 label{
    font-style: italic;
    font-size: 20px;
    color: #898989;
    padding: 10px 0px;
    text-transform: uppercase;
}
.flex-form .form-group input{
    width: 100%;
    height: 45px;
    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;
    font-family: 'Outfit', sans-serif;
}
.flex-form .form-group select{
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    color: #898989;
    background: #EBECEC;
    font-size: 18px;
}
.egitim{
    width: 100%;
    margin: 40px 0;
}
.egitim h1{
    text-align: center;
    color: #898989;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
}
.egitim h2{
    text-align: center;
    color: #898989;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}




/*KARİYER*/




/*İLETİŞİM*/


.contactUs{
    position: relative;
    width: 100%;
    padding: 20px 0 100px;
    display: flex;
    justify-content: center;
}
.contactUs .title h2{color: #140666;font-weight: 600;}
.box{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas:
        "form info"
        "form map";
    grid-gap: 20px;
    margin-top: 20px;
    width: 1300px;
}
.contact{
    padding: 40px;
    background: rgba(0,0,0,0.0);
    border: 1px solid #565655;
    border-radius: 10px;
}
.contact h3{
    color: #565655;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}
.formBox{position: relative;width: 100%;}
.formBox .row50{display: flex;gap: 20px;}
.inputBox{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}
.formBox .row100 .inputBox{width: 100%;}
.inputBox span{
    color: #565655;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
}
.inputBox input{
    padding: 10px;
    font-size: 18px;
    outline: none;
    text-transform: none;
    border: 1px solid #333;
}
.inputBox textarea{
    padding: 10px;
    font-size: 18px;
    outline: none;
    border: 1px solid #333;
    resize: none;
    margin-bottom: 10px;
    text-transform: none;
    min-height: 220px;
    font-family: 'Outfit', sans-serif;
}
.inputBox input[type="submit"] {background: #565655;color: #fff;border: none;font-size: 18px;text-transform: none;max-width: 120px;cursor: pointer;padding: 14px 15px;}
.inputBox ::placeholder{color: rgba(0,0,0,0.4);}
.info{}
.info h3{color: #565655;}
.info .infoBox div{display: flex;align-items: center;margin-bottom: 10px;}
.info .infoBox{display: flex;align-items: center;flex-wrap: wrap;width: 100%;height: 100%;}
.info .infoBox div span{min-width: 45px;height: 45px;color: #fff;background: #565655;display: flex;justify-content: center;align-items: center;font-size: 18px;border-radius: 50%;margin-right: 15px;}
.info .infoBox div p{color: rgba(0,0,0,0.5);font-size: 18px;}
.info .infoBox div a{color: rgba(0,0,0,0.5);text-decoration: none;text-transform: none;font-size: 18px;}
.sci{margin: 0 0;display: flex;justify-content: center;width: 100%;}
.sci li{list-style: none;margin-right: 15px;}
.sci li a{font-size: 25px;color: #ccc;}
.sci li a:hover{color: #565655;}
.map{padding: 0;}
.map iframe{height: 100%;width: 100%; border-radius: 10px}
.contact.form{grid-area: form;}
.contact.form.ilk{display: none;}
.contact.info{grid-area: info;}
.contact.map{display: flex;justify-content: center;align-items: center;background: black;}
.contact.map img{width: 300px;}

/*İLETİŞİM*/



@media (max-width: 1150px) {
    .pixel{
        width: 98%;
    }
    .marka-slider{
        justify-content: center;
    }
    .slider{
        height: 600px;
    }
    .slider-line{
        height: 650px;
    }
    .about-image img{
        width: 300px;
    }
    .about-content{
        padding: 10px 0;
    }
    .about-otostore.slip #car{
        width: 500px;
    }
    .otostore-image img{
        width: 500px;
        top: 0;
    }
    .otostore-image img.left{
        top: 40px;
    }
    .otostore-text{
        padding: 2rem 1rem;
    }
    .about-burger.slip #burger-bg{
        width: 500px;
    }
    .about-burger.slip #burger{
        width: 500px;
    }
    .b{
        width: 350px;
    }
    .about-popeyes.slip #popeyes{
        width: 500px;
    }
    .about-popeyes.slip #popeyes-bg{
        width: 500px;
    }
    .p{
        width: 300px;
    }
    .about-burger .otostore-wrapper{
        padding: 70px 0;
    }
    .navbar-list ul li .navbar-hr{
        margin: 0 15px;
    }
    .navbar-list ul li a{
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .info .infoBox div{
        margin: 10px;
    }
    .box{
        width: 90%;
        flex-wrap: wrap;
        display: flex;
    }
    .contact{
        width: 100%;
    }
    .contact.map{
        height: 400px;
    }
    .navbar-list ul li{
        height: 40px;
    }
    .enerji-bg{
        top: 0;
        left: 100px;
        width: 190px;
        opacity: 0.1;
    }
    .counter-container{
        width: 85%;
    }
    .counter-card{
        width: 24%;
        height: 115px;
    }
    .counter-card h1{
        font-size: 37px;
    }
    .kurumsal{
        padding: 0;
    }
    .logo{
        width: 115px;
    }
    .navbar-container{
        margin-top: 0;
    }
    .about{
        overflow-x: revert;
    }
    .about-burger.slip #burger-bg{
        width: 450px;
    }
    .about-burger.slip #burger{
        width: 450px;
    }
    .navbar-list ul.navbar-list-ul{
        display: none;
    }
    .slider{
        height: 500px;
    }
    .slider-line{
        height: 500px;
    }
    .notice{
        padding: 50px 0;
    }
    .notice-content{
        margin-top: 0;
        padding: 10px 0;
        margin-bottom: 70px;
    }
    .section-top{
        padding: 2rem 0 !important;
    }
    .padding-2{
        padding: 1.5rem 0 !important;
        width: 100%;
    }
    .about-title h1{
        width: 80%;
    }
    .about .mon{
        width: 500px;
        bottom: -45px;
    }
    .about-info{
        margin: 20px 0;
    }
    .about-text p{
        font-size: 18px;
    }
    .otostore-content{
        margin-top: 15px;
        padding: 0;
        margin-bottom: 15px;
    }
    .otostore-title img{
        width: 300px;
    }
    .otostore-title h1{
        font-size: 30px;
    }
    .otostore-title h1 strong{
        font-size: 30px;
    }
    .otostore-title .notice-buton{
        margin-top: 35px;
    }
    .about-title h1{
        font-size: 20px;
    }
    .o{
        width: 350px;
    }
    .otostore-text h1{
        font-size: 25px;
        font-weight: 600;
    }
    .notice-title h1 strong{
        font-size: 30px;
    }
    .notice-title h1{
        font-size: 30px;
    }
    .notice-buton a{
        font-size: 13px;
    }
    .marka-slider{
        overflow: scroll;
    }
    .marka-slider::-webkit-scrollbar {
        display: none;
    }
    .yan-menu-bg{
        height: 45vh;
        width: 98%;
    }
    .kurumsal-container{
        width: 85%;
    }
    .title-bg{
        width: 250px;
    }
    .kurumsal-container h1{
        font-size: 30px;
    }
    .companies-container{
        width: 85%;
    }
    .companies .company-card{
        width: 150px;
        height: 110px;
    }
    .footer-bg{
        top: -2px;
    }
    .footer-map{
        top: -330px;
        left: 0%;
        width: 343px;
    }
    footer{
        padding: 50px 0 50px 0;
    }
}
@media (max-width: 800px) {
    .pixel{
        width: 95%;
    }
    .about-info{
        flex-wrap: wrap;
    }
    .about-image{
        width: 100%;
    }
    .about-text{
        width: 100%;
    }
    .buluts{
        opacity: 0.5;
    }
    .bulut1{
        opacity: 0.5;
    }
    .about-text p{
        color: #161616;
    }
    .notice-buton a{
        padding: 15px 50px;
    }
    .otostore-title h1 strong{
        font-size: 25px;
    }
    .otostore-title h1{
        font-size: 25px;
    }
    .otostore-title img{
        width: 200px;
    }
    .otostore-content{
        margin-top: 0;
    }
    .otostore{
        padding: 30px 0;
    }
    .notice-title h1{
        font-size: 23px;
        line-height: 2;
        margin: 10px 0;
    }
    .notice-title h1 strong{
        font-size: 35px;
    }
    .notice-title h3{
        font-size: 18px;
    }
    .otostore-text{
        margin-top: 400px;
        width: 100%;
    }
    .otostore-info{
        flex-wrap: wrap;
    }
    .footer-image img{
        width: 170px;
        margin: 50px 0;
    }
    .footer-container{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .about-text ul{margin: 15px;transform: translateY(-60px)}
    .navbar{height: 80px}
    .notice{margin-top: 80px}
    .buluts .bulut3{display: none}
    .about-content.pd{padding: 90px 0}
    .contactUs{
        padding: 20px 0 100px;
    }
    .contact{
        padding: 20px;
    }
    .formBox .row50{
        flex-wrap: wrap;
    }
    .inputBox{
        width: 100%;
    }
    .sci{
        margin: 20px;
        width: 100%;
    }
    .contact.map{
        padding: 0;
    }
    .sektor-card{
        margin: 25px 0;
    }
    .sektor-image{
        width: 100%;
    }
    .sektor-content{
        width: 100%;
        margin: 20px 0;
    }
    .marka-slider{
        justify-content: start;
    }
    .line img{
        height: 100%;
        width: auto;
    }
    .kurumsal-container{
        padding: 30px 0;
        width: 90%;
    }
    .companies-container{
        width: 96%;
    }
    .kurumsal-content{
        flex-wrap: wrap;
    }

    .top-nav-container{
        width: 100%;
        padding: 0 15px;
    }
    .counter-card{
        margin: 8px 0;
        width: 48%;
        border-radius: 0;
    }
    .counter-card h1{
        font-size: 30px;
    }
    .gry{
        background: #717171;
    }
    .counter-container{
        height: auto;
        flex-wrap: wrap;
        width: 96%;
        margin: 50px 0 80px;
    }
    .top-nav-container h1{
        font-size: 20px;
    }
    .sitemap h2{
        font-size: 12px;
    }
    .sitemap i{
        font-size: 12px;
    }
    .space{
        height: 100px;
    }
    .top-nav{
        height: 70px;
    }
    .marka-slider img.bur{
        margin-left: 10px;
    }
    .otostore-image img.left{
        top: 50px;
    }
    .otostore-title h3{
        font-size: 15px;
    }
    .yan-menu-text{left: 0;}
    .yan-menu-text ul li a{
        font-size: 18px;
        line-height: 1.5;
    }
    .yan-menu-bg{
        position: relative;
        overflow: hidden;
        height: 98vh;
        background: #4d4d4d;
        top: 0;
        border-radius: 30px;
    }
    #menu-btn-second2{
        right: 20px;
        top: 60px;
    }
    #menu-btn-second2 img{
        width: 45px;
    }
    .yan-menu-text{
        width: 70%;
        z-index: 1;
    }
    #menu-btn-second{
        margin: 0;
    }
    .navbar-container{
        margin-top: 0;
        padding: 0;
    }
    .lac{
        width: 40px;
    }
    .wht{
        width: 40px;
    }
    .logo img{
        width: 75%;
    }
    .marka-slider img{
        width: 100px;
    }
    .notice-title .notice-buton{
        margin-top: 30px;
    }
    .home-news{
        background-position: center;
    }
    .slider{
        height: auto;
    }
    .slider-line{
        height: auto;
        width: auto;
    }
    .mobil{
        display: initial;
    }
    .web{
        display: none;
    }
    .notice-content{
        padding: 0;
    }
    .about-title h1{
        width: 100%;
    }
    .about-image img{
        display: none;
        width: 275px;
        margin: 50px 0;
    }
    .about-text p{
        text-align: justify;
    }
    .about-text span{
        width: 80%;
    }
    .about-content{
        margin-bottom: 60px;
        overflow: hidden;
    }
    .about-btn{
        opacity: 0;
        visibility: hidden;
    }
    .about-btn a{
        font-size: 12px;
    }
    .about .mon{
        bottom: 0;
    }
    .otostore-title h1{
        margin: 10px 0;
    }
    .otostore-title{
        margin: 35px 0 50px;
    }
    .about-otostore.slip #car{
        width: 92%;
    }
    .otostore-image img{
        width: 92%;
        top: 100px;
    }
    .padding-2{
        padding: 0.5rem 0 !important;
    }
    .marka-slider img{
        width: 70px;
    }
    .otostore-text{
        width: 100%;
        padding: 2rem 0;
        margin-top: 300px;
    }
    .otostore-text.ates{
        margin-top: 370px;
    }
    .about-title h1{
        font-size: 17px;
    }
    .about-burger.slip #burger-bg{
        width: 92%;
    }
    .about-burger.slip #burger{
        width: 92%;
    }
    .otostore-text h1{
        margin: 10px;
    }
    .about-popeyes.slip #popeyes-bg{
        width: 92%;
    }
    .about-popeyes.slip #popeyes{
        width: 92%;
    }
    .about-popeyes .otostore-image img{
        top: 20px;
    }
    .about-popeyes .otostore-wrapper{
        padding: 60px 0;
    }
    .footer-container .marka-slider{
        display: none;
    }
    .dot{
        width: 300%;
    }
    .footer-image img {
        width: 150px;
        margin: 0;
    }
    .footer-map{
        top: -320px;
        width: 250px;
    }
    .adres-container{
        display: none;
    }
    .buluts{
        opacity: 0.3;
    }
    .bulut1{
        opacity: 0.3;
    }
    .notice-buton a{
        padding: 15px 30px;
    }
    .b{
        width: 250px;
        top: 0;
    }
    .p{
        top: 0;
    }
    .maps-content img{
        width: 100%;
    }
    .kurumsal-container .content p{
        font-size: 18px;
        line-height: 1.5;
    }
    .kurumsal-container h1{
        font-size: 30px;
    }
    .title-bg{
        width: 210px;
    }
    .companies .company-card{
        width: 46%;
        margin: 6px;
    }
    .sektor{
        padding: 10px 0;
    }
    .ok h1{
        margin-top: -60px;
    }
}
@media (max-width: 400px){
    .notice-title h1{
        font-size: 20px;
    }
    .notice-title h1 strong{
        font-size: 35px;
    }
    .otostore-text{
        width: 100%;
        padding: 2rem 0;
        margin-top: 270px;
    }
    .otostore-text.ates{
        margin-top: 300px;
    }
}
