body{
    overflow-x: hidden;
}
body a {
    text-decoration: none;
    color: inherit;
}

/* NAVBAR BAŞLADI */
.main-navbar{
    background-color: #272728 !important;
    font-weight: 500;
}
.btn-navbar{
    color: white !important;
    background-color: #ec5e27;
    border-radius: 25px;
    width: 150px;
    font-weight: 500;
}
.btn-navbar:hover{
    border: 2px solid #ec5e27;
}

/* Hover ile açılmasını sağlar */
.dropdown:hover .dropdown-menu {
    margin-left: -30px;
  display: block;
  margin-top: 0;
}

/* Dropdown içindeki yazıları ortala ve font weight 500 yap */
.dropdown-menu .dropdown-item {
  text-align: center;
  font-weight: 500;
}

/* Hover rengi biraz yumuşat */
.dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

/* Hover olduğunda ok simgesi dönsün */
.dropdown-toggle::after {
  transition: transform 0.3s;
}
.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
/* NAVBAR BİTTİ */


/* ANA SAYFA BAŞLADI */
.main{
    position: relative;
}
.main img{
    width: 100%;
}
.welcome-text{
    width: 700px;
    position: absolute;
    top: 10%;
    left: 18%;
    color: white;
    font-weight: 500;
    font-size: 40px;
}
.welcome-text-under{
    width: 60%;
    position: absolute;
    top: 42%;
    left: 18%;
    color: white;
    font-weight: 500;
}
.btn-main{
    color: white;
    background-color: #ec5e27;
    border-radius: 25px;
    font-weight: 500;
    width: 16%;
    position: absolute;
    top: 70%;
    left: 18%;

}
.btn-main:hover{
    border: 2px solid #ec5e27;
    color: white;
}

/* MAİN SECOND */
.main-second{
    position: relative;
    height: 350px;
    background-color: #d9d9d9;
}
.ms-head-text{
    color: #2a2d30;
    padding: 4px;
    position: absolute;
    top: 10%;
    left: 5%;
    font-weight: 500;
    font-size: 25px;
    border-left: 4px solid #2a2d30;
}
.ms-card{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top: 30%;
    
}
.ms-card-in{
    display: flex;
    justify-content: center;
    width: 17%;
    height: 200px;
    background-color: white;
    border-radius: 30px;
}
.ms-card-in-text{
    font-weight: 500;
    position: absolute;
    top: 140px;
}
.ms-card-in-text-under{
    font-weight: 500;
    position: absolute;
    font-size: 12px;
    top: 163px;
}
.thm{
    position: absolute;
    top: 25px;
    color: #ec5e27;
    font-size: 75px;
}
.ypr{
    transform: rotate(90deg);
    position: absolute;
    left: 220px;
    top: 25px;
    color: #ec5e27;
    font-size: 30px;
}
.trc{
    position: absolute;
    top: 25px;
    color: #ec5e27;
    font-size: 85px;
}
.set{
    position: absolute;
    top: 40px;
    color: #ec5e27;
    font-size: 65px;
}
.check{
    position: absolute;
    top: 25px;
    color: #ec5e27;
    font-size: 85px;
}
/* MAİN SECOND BİTTİ */

/* MAİN THREE */
.main-three{
    position: relative;
}
.mt-head-text{
    color: #2a2d30;
    padding: 4px;
    position: absolute;
    top: 30px;
    left: 5%;
    font-weight: 500;
    font-size: 25px;
    border-left: 4px solid #2a2d30;
}
.mt-card{
    position: relative;
    top: 110px;
    margin-bottom: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}
.mt-card-in{
    height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}
.mt-card-in-text{
    width: 180px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
}
.mt-card-in-text-under{
    color: gray;
    width: 300px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.btn-incele{
    position: relative;
    bottom: 0%;
    margin-top: 10px;
    letter-spacing: 1px;
    color: white;
    background-color: #ec5e27;
    border-radius: 25px;
    font-weight: 600;
}
.btn-incele:hover{
    color: #ec5e27;
    border: 1px solid #ec5e27;
}

/* MAİN THREE BİTTİ */
/* REFERANSLAR BAŞLADI */
.referanslar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
    background-color:#d9d9d9 ;
}
.referanslar-head-text{
    color: #2a2d30;
    padding: 4px;
    position: absolute;
    top: 30px;
    left: 5%;
    font-weight: 500;
    font-size: 25px;
    border-left: 4px solid #2a2d30;
}
.referanslar-in{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    border-radius: 20px;
    background-color: white;
    width: 90%;
    padding: 30px;
}
.logo{
    width: 45%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
/* REFERANSLAR BİTTİ */
/* COMMENTS BAŞLADI */
.comment{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.comment-in{
    margin-top: 120px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
}
.comment-in-case{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.comment-profile{
    width: 300px;
    display: flex;

}
.comment-profile img{
    border: 2px solid;
    border-radius: 50%;
}
.name{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-left: 20px;
}
.stars{
    margin-left: 20px;
    gap: 10px;
    margin-top: 15px;
    font-size: 12px;
    color: #FFD700;
}
.comment-text{
    margin-top: 5px;
    display: flex;
    position: relative;
    font-weight: 500;
    color: #737373;
    width: 300px;
}
/* COMMENTS BİTTİ */

/* FOOTER BAŞLADI */

.footer{
    width: 90%;
    border-radius: 30px;
    background-color: #272728;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;

}
.footer-one{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
    padding: 40px;
}
.footer-two{
    padding: 10px;
    margin-top: -20px;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 10px;
}
.footer-nav{
    color: white;
    font-weight: 500;
    width: 300px;
    justify-content: space-between;
}
.footer-media{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-m-btn a{
    margin-right: 15px;
    border-radius: 25px;
    font-weight: 500;
    width: 170px;
    color: white;
}
.btn-f-f{
    background-color: #6d5a49;
}
.btn-f-f:hover{
    color: white;
    border:1px solid #6d5a49;
}
.btn-f-s , .btn-i-s{
    background-color: #ec5e27;
}
.btn-f-s:hover{
    color: white;
    border: 1px solid #ec5e27;
}
.btn-i{
    margin-top: 60px;
}
.btn-i a{
    color: white;
    font-weight: 500;
    border-radius: 25px;
}
.btn-i a:hover{
    color: black;
    border: 1px solid #ec5e27;
}

.footer-m-text{
    margin-top: 40px;
    font-weight: 500;
    color: white;

}
.footer-m-icon{
    width: 200px;
    height: 50px;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 35px;
    margin-top: 20px;
}
.f:hover,.i:hover,.w:hover{
    color: #ec5e27;
}
/* FOOTER BİTTİ */
/* ÜRÜNLER BAŞLADI */
.ürünler-welcome-text{
    position: absolute;
    top: 35%;
    left:12%;
    font-weight: 500;
    color: white;
    font-size: 35px;
    border-left: 4px solid #ec5e27;
    padding: 4px;
}
.kalite{
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px;
    background-color: #272728;
}
.kalite-in{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content:space-evenly;
    width: 200px;
    height: 200px;
    border-radius: 25px;
    background-color: #59585a;
    font-weight: 500;
    color: #ec5e27;
    font-size: 20px;
    letter-spacing: 1px;
}
.h{
    font-size: 60px;
}
.kalite-head-text{
    width: 100px;
    margin-bottom: 40px;
    color: #2a2d30;
    padding: 4px;
    position: relative;
    top: 30px;
    left: 5%;
    font-weight: 500;
    font-size: 25px;
    border-left: 4px solid #2a2d30;
}
.sss{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.question{
    width: 80%;
    font-weight: 500;
    font-size: 20px;
}
/* ÜRÜNLER BİTTİ */

/* HAKKIMIZDA BAŞLADI*/

.hakkımızda-img{
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    align-items: center;
    justify-content: center;
}
.hakkımızda-img img{
    width: 45%;
    height: 45%;
    border-radius: 40px;
}
.m-v{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/* HAKKIMIZDA BİTTİ */

/* İLETİŞİM BAŞLADI */

.iletişim{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px;
}
.iletişim-card{
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 400px;
    height: 230px;
}









@media (max-width:990px){
/* NAVBAR BAŞLADI */
.list-case{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-case li{
    margin: 0% !important;
}
/* NAVBAR BİTTİ */
/* MAİN SECOND BAŞLADI */
.ms-head-text{
    top: 2%;
}

.logo img{
    width: 100px;
    height: auto;
}
    .welcome-text{
        top: 5%;
        width: 70%;
        font-weight: bold;
        font-size: 35px;
    }
    .welcome-text-under{
        top: 50%;
        width: 70%;
        font-size: 13px;
    }
}
@media (max-width:768px){
    .main img{
        height: 300px;
    }
    .welcome-text{
        top: 5%;
        width: 70%;
        font-size: 22px;
    }
    .welcome-text-under{
        top: 50%;
        width: 70%;
        font-size: 13px;
    }
    .btn-main{
        width: 150px;
    }
    .main-second{
        height: 1000px;
    }
    .ms-card{
        top: 10%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .ms-card-in{
        margin-bottom: 20px;
        width: 200px;
        height: 200px;
    }
    .trc{
        top: 245px;

    }
    .set{
        top: 480px;
    }
    .check{
        top: 685px;
    }
    .f{
        top: 360px;
    }
    .fu{
        top: 385px;
    }
    .s{
        top: 585px;
    }
    .su{
        top: 610px;
    }
    .ch{
        top: 805px;
    }
    .chu{
        top: 830px;
    }


    .referanslar-in{
        padding: 0%;
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .logo-two{
        margin-top: 30px;
    }
    .hakkımızda-img img{
    width: 100%;
    height: 100%;
}
    .hakkımızda-img{
        gap: 40px;
    }
}
@media (max-width:500px){
    .mt-head-text{
        font-size: 21px;
    }
    .footer-m-btn a{
        margin-right: 0%;
        width: 110px;
    }
    .footer-nav{
        font-size: 13px;
    }
    .konum{
        height: 290px;
    }
    .logo{
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}