@import url("https://db.onlinewebfonts.com/c/b2932945dbc71a0a2a4c03dd305cfe3a?family=Bauhaus");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {

    overflow-y: scroll;
}

.section {
    width: 100vw;
    height: 0;
    display: flex;
    align-items: center;
}


.page-detail {
    padding: 2% 15%;
    text-align: center;
    font-size: 18px;
}


@media screen and (max-width:500px) {
    .footer-container {
        display: block;
    }
}








.subpage-header {

    padding: 3%;
    background-image: url("/img/subpage-background-image.jpg");
    text-align: center;
    min-height: 23vh;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-top: 14vh;
}

.subpage-text {
    font-size: 33px;
    font-weight: bold;
    color: white;
    z-index: 4;
}

.section-adress {

    padding: 5% 10%;
    display: block;

}

.section-adress-title {

    font-size: 50px;

}

.text-area {
    padding: 2% 5%;
    text-align: center;
    color: rgba(0, 136, 169, 1);
    display: block;
    background-color: #13616e17;
}


.text-area h2 {
    font-size: 35px;
}

.section-adress-title-line {

    height: 100px;
    width: 2px;
    margin: 2% 50% -3% 50%;
    border-width: 0;
    background-color: rgba(0, 136, 169, 1);
}

.adress-list li {
    display: block;
    list-style-type: none;
    margin-top: 5%;
}

.adress-list li h2 {
    color: rgba(0, 136, 169, 1);
    margin-bottom: 1.5%;
}

.map {
    width: 80%;
    margin: 3% auto;

}





/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/


button {

    padding: 9px 25px;
    background-color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;


}

button:hover {

    background-color: rgba(0, 136, 169, 0.8);
}

.navbar {
    transition: all 0.4s;
    background-color: white;
}

.navbar .nav-link {
    color: black;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;

}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: rgba(0, 136, 169, 1);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.navbar .navbar-brand {
    font-family: "Bauhaus";
    color: rgba(0, 136, 169, 1);
    font-size: 45px;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}


.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: rgba(0, 136, 169, 1);
    text-decoration: none;
}




/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }


}

/*Belirtilen görüntü alanında logo küçülür. */
@media (max-width: 480px) {
    .navbar .navbar-brand {
        font-size: 40px;
    }

}
/*Belirtilen görüntü alanında logo küçülür. */

@media (max-width: 437px) {
    .navbar .navbar-brand {
        font-size: 35px;
    }

}
/*Belirtilen görüntü alanında logo küçülür. */

@media (max-width: 393px) {
    .navbar .navbar-brand {
        font-size: 30px;
    }

}
/*Belirtilen görüntü alanında logo küçülür. */

@media (max-width: 350px) {
    .navbar .navbar-brand {
        font-size: 25px;
    }

}





.footer {
    background: rgba(0, 136, 169, 1);
    color: white;
}

.footer .links ul {
    list-style-type: none;
}

.footer .links li a {
    color: white;
    transition: color 0.2s;
}

.footer .links li a:hover {
    text-decoration: none;
    color: #4180cb;
}

.footer .about-company i {
    font-size: 25px;
}

.footer .about-company a {
    color: white;
    transition: color 0.2s;
}

.footer .about-company a:hover {
    color: #4180cb;
}

.footer .location i {
    font-size: 18px;
}

.footer .copyright p {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .location {
    margin-top: 10px;
}



.main-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-text {
    padding: 5% 20%;
    
}

.text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.text h3 {
    color:blue;
}

.carousel  {
    margin-top: 15vh;   
}



.section-product {
    margin: 2% 8%;
    padding: 2%;
}



.product-area {
    display: flex;  
    justify-content: space-between;
    border: solid 0.8px #d2d2d2;
}

.left-column {
    width: 50%;
    padding: 2%;
    
    
} 
.left-column img {
    width: 100%;
}

.right-column {
    width: 50%;
    padding: 2%;
    font-size: 15px;
    
}

.right-column h1 {
    font-size: 25px;
}

.right-column td, th {

    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.right-column tr:nth-child(even) {
    background-color: #07899e17;
  }



.products {

    display: grid;
    margin: 2% 15% 2% 15%;
    grid-template-columns: 33% 33% 33%;
    
}

.product {
    padding: 3%;
    margin: 3%;
    border: solid 0.5px lightgray;
    border-radius: 3%;
    
}

.product:hover {
    border: solid 1px black;
    box-shadow: 0px 0px 3px 3px lightgray;
}

.product img {
    width: 100%;
}

.product-info {
    padding: 3%;
    text-align: center;
    width: 100%;
}

.product-info p {
    margin-bottom: 0;
    margin-top: 2%;
    font-size: 20px;

    
}

.link {
    text-decoration: none !important;
    color: black;
}

.link:hover{
    color: black;
}








.categories {

    display: grid;
    margin: 2% 15% 2% 15%;
    grid-template-columns: 50% 50%;
    
}

.category {
    padding: 3%;
    margin: 3%;
    border: solid 0.5px lightgray;
    border-radius: 3%;
    display: flex;
    
}

.category:hover {
    border: solid 1px black;
    box-shadow: 0px 0px 3px 3px lightgray;
}

.category img {
    width: 100%;
}

.category-info {
    padding: 3%;
    text-align: center;
    width: 100%;
}

.category-info p {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 500;
    
}


.category .link-description {

    width: 60%;
    height: 100%;
}

.category .link-img {
    
    width: 40%;
    
}


.link-description {
    text-decoration: none !important;
    color: black;
    display: flex;
    align-items: center;
    
}

.link-description:hover{
    color: black;
}

