@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", serif;
    font-weight: bolder;
    scroll-behavior: smooth;

}
*::-webkit-scrollbar{
    display: none;
 }


.navbar {
    margin-top: 0px;
    padding-top: 20px;
    height: 150px;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.219);
    padding-left: 5px;
    padding-right: 5px;
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: 0.7s;
    background-color: rgb(119, 44, 39);
    /* background-color: #a32727; */
    
}

.navbuton{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    border: none;
    background:rgba(247, 247, 247);
    transition: 0.3s;

    
}
.navbuton:hover{
    background: #ebdcdc;
}



.navbuton ion-icon{
        color: black;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        overflow: hidden;
        font-size: 40px;
        transition: 0.3s;
}

.navbuton ion-icon:hover{
    transform: scale(1.05);
    color: #ce250e;
}


.navlogo{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); 
    transition: 0.3s;
    width: 15vw;
    background:rgba(247, 247, 247);

}
.navlogo:hover{
    background: #ebdcdc;
}
.navlogo a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.navlogo:hover{
    transform: scale(1.09);
}

.navlogo img{
    width: 70%;

}

.navlogo2{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    width: 45vw;
    display: none;
    overflow: hidden;
    background:rgba(247, 247, 247);
    
}

.navlogo2 img{
    height: 70%;
    padding-left: 200px;
    padding-right: 200px;

}
.navlogo2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

}



.navtel{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    min-width: 75px;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;  
    width: 15vw; 
    background:rgba(247, 247, 247);
    transition: 0.3s;
}

.navtel:hover{
    background: #ebdcdc;
}

.navtel2{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    border-radius: 150px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center; 
    display: none; 
    background:rgba(247, 247, 247);
}

.navwp{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    border-radius: 150px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    border: none;
    background:rgba(247, 247, 247);
    
}

.navwp:hover{
    background: #ebdcdc;
}

.mobilwp{
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    display: none;
    position: sticky;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 150px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    border: none;
    bottom: 5px;
    left: 10px;
    z-index: 9998;
    background:rgba(247, 247, 247);
}
.mobilwp a{
    color: green;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 23px;
    overflow: hidden;
    font-size: 40px;
    transition: 0.3s;
}
.navwp a{
    color: green;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 23px;
    overflow: hidden;
    font-size: 40px;
    transition: 0.3s;
    
}
.navwp a:hover{
    color: #ce250e;
    transform: scale(1.05);
}

.navtel a{
    color: black;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    text-decoration: none;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 0.8vw;
    font-weight: 700;
    
}

.navtel a:hover{
    color: #ce250e;
}
.navtel:hover{
    animation: 0.4s normal tel;
}

.navtel2 a{
    color: black;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 27px;
    overflow: hidden;
    text-decoration: none;
    padding-left: 2vw;
    padding-right: 2vw;

    
}

.navtel2 a:hover{
    color: #ce250e;
}
.navtel2:hover{
    animation: 0.4s normal tel;
}

@keyframes tel{
    16%{transform: translateX(5px);}
    33%{transform: translateX(-5px);}
    47%{transform: translateX(5px);}
    66%{transform: translateX(-5px);}
    72%{transform: translateX(5px);}
    100%{translate:0 ;}
    
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 4vw;   
    /* background: linear-gradient(to left,#bbc1f7,#c1dae9,#c1dae9,#bbc1f7); */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);  
    border-radius:20px;
    height: 75px;
    padding-left: 2vw;
    padding-right: 2vw;
    background:rgba(247, 247, 247);
    transition: 0.3s;
}

.main-menu:hover{
    background: #ebdcdc;
}


.nav-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    color: #000000;
    position: relative;
    transition: all 0.2s;
    
}

.nav-item:hover {
    color: #ce250e;
    font-weight: 100px;
}

.nav-item .icon {
    transition: transform 0.2s;
}

.nav-item:hover .icon {
    transform: scale(1.1);
}

.nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ce250e;
    transform: scaleX(0);
    transition: transform 0.2s;
}

.nav-item:hover::after {
    transform: scaleX(1);
}

.nav-text {
    font-weight: 600;
    font-size: 1vw;
    
}





#ftr{
    
    display: flex;
    align-items: center;
    height: 400px;
    background-color: rgb(119, 44, 39);
    justify-content: center;
    /* background: linear-gradient(to left,#dd2b1c,#ff4040,#ff4040,#dd2b1c); */
}
#addrs{
    display: flex;
    flex-direction: column;
    text-align: center;
    
    min-width: 185px;
}
#cont-ttl{
    color: white;
    font-size: 22px;  
}
 
#cont{
    color: white;
}
#ftr img{
    display: flex;
    width: 150px;
    min-height: 150px;
    
}

#ilp{
    color: white;
}

#fmail{
    color: #d49292;
    text-decoration: none;
    font-size: large;
}



#yan{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    
   
}

#social{
   min-width: 150px;
   height: 150px;
   justify-content: space-evenly;
   align-items: center;
   display: flex;
   flex-direction: column;
}

#social ion-icon{
    color: #ffffff;
    font-size: 25px;
    transition: 0.5s;
}

#social ion-icon:hover{
    scale: 1.2;
    
}



#deep{
    text-align: center;
    color: #ffffff;
    background-color: #38362c;
    bottom: 0;
    width: 100%;
    height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

#deep a{
    color: #3c39f8;
    text-decoration: none;
    transition: 0.3s;
}

#deep a:hover{
    text-decoration: underline 2px solid;
}
#sidelogo{
    width: 100%;
    display: flex;
}

#sidea{
    display: flex;
    width: 70%;
    margin: 0 auto;
}
.side-menu {
    position: fixed;
    border-radius: 10px;
    left: -250px; /* Başlangıçta gizli */
    width: 250px;
    height: 70%;
    top: 160px;
    /* background: linear-gradient(to top,#6776f7,#bbc1f7,#bbc1f7,#6776f7); */
    background-color: #ebdcdc;
    padding-top: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease; /* Kayma animasyonu */
    z-index: 10000;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    padding-top: 50px;
    width: 90%;
}

.side-menu ul li {
    margin: 20px 0;
}

.side-menu ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    display: block;
    padding: 10px 30px;
    transition:  0.3s, color 0.3s;
    background-color: rgb(119, 44, 39);
    border-radius: 10px;
    
}

.side-menu ul li a:hover {
    background-color: #575757;
    color: #ffffff;
    border-radius: 5px;
    transform: scaley(1.1);
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: -40px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(247, 247, 247);
    transition: 500ms;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.scroll-to-top ion-icon{
    color: rgb(119, 44, 39);
    font-size: 1.5rem;
    margin: 0 auto;
    
}

.scroll-to-top:hover {
    background-color: #fcc6c6;
    transform: translateY(-5px);
    
}

.mobtn{
    display: none;
    font-size: 12PX;
    flex-direction: column;
    text-align: center;
    color: white;
    font-weight: 250;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
}

#mouil{
    width: 100%;
    height: 45px;
    top: 0;
    position: sticky;
    background-color: #ffffff00;
    z-index: 999999;
    text-decoration: none;
    flex-direction: row;
    display: none;
    justify-content: space-around;
    align-items: center;
    padding:0 10px;
    gap: 10px;
    
}

.uwp{
    background-color:green;
}

.utel{
    background-color: rgb(119, 44, 39);
}
.u{
    width: 80%;
    text-align: center;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;  
    color: white;
    font-size: larger;
}




@media screen and (max-width: 888px){


    .navlogo{
        display: none;
    }
    .navlogo2{
        display: flex;
        padding-left: 60px;
        padding-right:60px;
    }
    .navwp{
        display: none;
    }
    .main-menu{
        display: none;
    }
    .navbuton{
        display: none;
    }

    .navbar{
        justify-content: space-around;
        top:auto;
        position: fixed;
        bottom: 0;
        box-shadow: none;
        height: 65px;
        background-color: #351515;
        padding-top: 0;
    
    }
    body{
        padding-bottom: 65px;
    }

    .scroll-to-top{
        bottom: 72px;
    }
    .slider{
        width: 90vw;
        height: 51vw;
    }
    .navtel{
        display: none;
    }
    .navtel2{
        display: flex;
    }

    .mobilwp{
        display: flex;
    }
   
    #yan{
        flex-direction: column;
        width: 80%;
    }
    
    #ftr{
        height: auto;
    }

    #social{
        flex-direction: row;
    }

    .mobtn{
        display: flex;
    }
    #mouil{
        display: flex;
    }
}




















