* {
    box-sizing: border-box;
}

body {
    background-color: darkslategray;
}

.container {
    background-color:aliceblue;
    margin: auto;
}

/* ************BOX BÖLÜMÜ CSSS****** */
.box {
    height: 60px;
    line-height: 60px;
    
}

.box ul {
    display: flex;
    /* border: 1px solid red; */
}

.box ul li {
    list-style: none;
    margin-right: 25px;
}

.box ul li a {
    text-decoration: none;
    color: aliceblue;
    font-weight: bold;
}

.box .sag {
    margin-left: auto;
}

@media(max-width:482px) {
    .box a {
        font-size: 0.7rem;
    } 
  

}

/* *************************************** */

/* BURADAN İTİBAREN NAVBAR BÖLÜMÜ*************START */
.navbar {
    margin-bottom: 5px;
    padding-bottom: 15px;
    background-color:#00809D;

}

.navbar .nav-link {
    margin-right: 20px;
    color: aliceblue;
}
.navbar .nav-link:hover{
    background-color:gray;
}
.hh:hover{
    background-color: aquamarine;
    opacity: 85%;
}

.navbar-nav {
    /* border: 1px solid red; */
    width: 100%;
}
.navbar-nav a{
    font-weight: bold;
}

.navbar_right {
    margin-left: auto;
    border-radius: 10px;
}

.show_hide {
    display: none;
}

@media(max-width:768px) {
    .hide {
        display: none;
    }

    .box ul {
        display: flex;
        justify-content: center;
        /* border: 1px solid red; */
    }

    .offcanvas.offcanvas-end {
        background-color: #00809D;
        width: 280px;

    }

    h2,
    button {
        color: yellow;
    }

    .show_hide {
        display: block;
    }

}
.products {
    background-color:#00809D;
    text-align: center;
    padding: 7px;
    color: aliceblue;
}


/* MAİN BÖLÜMÜ BURDAN İTİBAREN ************START */
.card:hover {
    cursor: pointer;
    opacity: 85%;

}
.card{
    background-color: #FF7601;
    height: 600px;
    
    
}
.card-title{
    background-color: aliceblue;
    text-align: center;
    font-size: 1.4rem;
    padding: 5px 3px;
}
.card-body{
    overflow:inherit;
}
.card p{
    font-weight: bold;
    font-size: 0.9rem;
    /* color: aliceblue; */
}

.img {
    background-color: #252433;
    height: 400px;
    margin-bottom: 5px;
}
.slider img{
    height: 400px;
}

@media(max-width:1200px) {
    .col-12 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {

.cards-container {
    text-align: center;

}
/* .card{
    width: 200px;
}
.card img{
    width: 200px;
} */
}
.card img{
    height: 400px;
}


/* BURADAN SONRA FOOTER*********************** */
/* FOOTER ROW BÖLÜMÜ**************START */
footer h2{
    color: dodgerblue;
    text-align: center;
    font-size: 20px;
}

.footer-row{
    background-color: #252433;
}
.footer-row .col{
    border-right:1px solid gray;
    /* border-bottom:1px solid gray; */
}
.footer-row .col{
    height: 200px;
     color: aliceblue;
    padding-top:80px;   
}
@media(max-width:768px){
    .br{
        border-bottom: 1px solid gray;
    }
}


/* FOOTER ROW2 BÖLÜMÜ**************START */

.footer-row2{
    margin-top: 10px;
    overflow: auto;
    padding: 5px;
}
.footer-row2 .col{
  border-bottom: 1px solid gray;  
  text-align: left; 
  padding-top: 15px;
  overflow:auto;
}
footer p , i{
    font-size: 16px;
}



/*  ROW SOSYAL MEDYA BÖLÜMÜ START***************** */
.footer-row .col{
    padding-top: 10px;
    /* border: 1px solid red; */
}
.social_media h2{
    font-size: 35px;
}
.social_media p{
    text-align: center;
    margin-top: 50px;
    /* font-size: 50px; */
    
}
.social_media  i{
    margin-right: 25px;
    font-size: 30px;
}
.social_media i:hover{
    cursor: pointer;
    opacity: 85%;
    box-shadow: 3px 3px 5px aliceblue;
    border-radius: 50%;
}