@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');

* {
    font-family: 'Comfortaa', cursive;
}

body {
    overflow-x: hidden;
    background-color: rgb(240, 240, 240);
    color: #5c5c5c;
}

#bg_sl {
    background-image: url('./faucet-g1f64fdbbe_1920.jpg');
    background-size: 100%;
    background-position: fixed;
    overflow-x: hidden;
    background-repeat: no-repeat;
    height: auto;
}
.d-flex-{
    display: flex;
}
#logo {
    width: 192px;
    height: 192px;
    margin-top: 2.5vw;
}

.kucuk {
    margin-left: 20%;
    width: 60%;
}

#h_b {
    font-size: 3.5rem;
    color: #E9BA80;
    margin-top: 100px;
}

h4 {
    color: #E9BA80;
    text-shadow: 0px 0px 1px rgb(153, 153, 153);
}

#bosluk {
    height: 100vh;
}

.yuvarlak {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: rgb(240, 240, 240);
    border: 2px solid #E9BA80;
    position: absolute;
    left: calc(100% - 150px);
    top: calc(50vh - 150px)
}

#icons>a {
    padding: 10px 15px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: white;
    color: #E9BA80;
    transition: all 500ms;
}

#icons>a:hover {
    transform: scale(1.08);
}

#icons>a>i {
    margin: 5px;
    font-weight: bold;
}

.vec {
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin: 10px;
    background-repeat: no-repeat;
}

.clr {
    color: #E9BA80;
    text-shadow: 0px 0px 1px rgb(160, 160, 160);
    font-size: 20px;
    transition: all 500ms;
    cursor: pointer;
    padding: 10px;
    background-color: transparent;
    border-radius: 20px;
    margin: 10px;
    margin-bottom: 25px;
}

#p- {
    margin-left: 25%;
    width: 50% !important;
}

.clr:hover {
    transform: scale(1.08);
}

.vector img {
    background-image: url('./bath-4911674_1920.jpg');
    width: 100%;
    background-size: 100%;
    background-position: fixed;
    background-repeat: no-repeat;
}

#ustbosluk {
    height: 18vh;
}

#examples {
    width: 75%;
    margin-left: 12.5%;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    padding-top: 50px;
    flex-wrap: wrap;
}

#examples>.box {
    width: 400px;
    height: 400px;
    position: relative;
    cursor: pointer;
    margin: 5px;
    border-radius: 20px;
    overflow: hidden;
}

#examples>.box .card-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* 3D dönüşümü etkinleştir */
    border-radius: 20px;
    position: relative;
}

#examples>.box .card-front,
#examples>.box .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
}

#examples>.box .card-front {
    background-color: transparent;
}

#examples>.box .card-back {
    background-color: #E9BA80;
    transform: rotateY(180deg);
}

#examples>.box:hover .card-inner {
    transform: rotateY(180deg);
}

#examples>.box img {
    width: 400px;
    height: 400px;
    filter: brightness(0.5);
}

#examples>.box span {
    width: 200px;
    /* border:1px solid white; */
    color: White;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute;
    text-shadow: 0px 0px 5px black;
}

#examples>.box p {
    width: 80%;
    font-size: 13px;
}

#menu {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #E9BA80;
    color: white;
    position: relative;
    left: 25px;
    top: 25px;
    display: none;
    z-index: 9999;
}

#mobile_navbar {
    display: flex;
    justify-content: center;
}

#footer_h3{
    color:white;
}
@media (max-width:2561px) {
    #ustbosluk {
        height: 8vh;
    }
}

@media (max-width:1920px) {
    #ustbosluk {
        height: 10vh;
    }
}

@media (max-width:1830px) {
    #ustbosluk {
        height: 5vh;
    }
}
@media(min-width:1200px){
    .kutu img{
        max-width: 480px;
    }
}
@media (max-width:1620px) {
    .kutu .pd p {
        font-size: 1rem;
    }

    .kutu h2 {
        font-size: 1.7rem;
    }

    .yuvarlak {
        width: 225px;
        height: 225px;
        border-radius: 50%;
        background-color: rgb(240, 240, 240);
        border: 2px solid #E9BA80;
        position: absolute;
        left: calc(100% - 112.5px);
        top: calc(50vh - 112.5px)
    }

    #logo {
        width: 142px;
        height: 142px;
        margin-top: 2.5vw;
    }  #map{
        width:75vw !important;
        height: 45vw !important;
    }
    #infos {
        margin-left: 0px !important;
    }
     #infos .info{
        margin-left: 0px !important;
        padding-left: 0px !important;
     }
    .kutu{
        height: auto !important;
    }
}

@media (max-width:1450px) {
    .vec {
        width: 150px;
        height: 150px;
    }

    #h_b {
        font-size: 2.8rem;
        color: #E9BA80;
    }

    .mb-5 {
        margin-bottom: 10px !important;
    }
  
}

@media (max-width:1199px) {
    .kutu .pl-5 {
        padding-left: 20px !important;
    }

    .img_hizmet {
        width: 100% !important;
        height: 400px !important;
    }

    .kutu h2 {
        width: 95%;
        margin-left: 2.5%;
    }

    .kutu .pd p {
        width: 90% !important;
        margin-left: 2.5% !important;
    }

    #icons>a {
        padding: 10px 15px;
        border-radius: 20px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #E9BA80;
        color: rgb(240, 240, 240);
        transition: all 500ms;
        font-size: 16px;
    }

    #h_b {
        font-size: 2.5rem;
        color: #E9BA80;
    }

    #ustbosluk {
        height: 5vh;
    }

    .vec {
        width: 125px;
        height: 125px;
    }

    #bg_sl {
        position: absolute;
        filter: brightness(0.8);
        background-size: cover;

    }
    #h_b{
        margin-top: 15px;
    }
    .kucuk{
        color:White;
    }


    .yuvarlak {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgb(240, 240, 240);
        border: 2px solid #E9BA80;
        position: relative;
        left: calc(50% - 37.5px) !important;
        top: 20px;
        opacity: 1;
    }

    #p- {
        margin-left: 10% !important;
        width: 80% !important;
    }
    .yuvarlak {
        width: 75px;
        height: 75px;
        
    }

    #logo {
        width: 60px;
        height: 60px;
        margin-top: 7.5px;
    }
    #bas{
        margin-bottom: 50px;
    }
}

#br {
    display: none;
}

@media (max-width:700px) {
    .img_hizmet {
        width: 100% !important;
        height: 300px !important;
    }

    .kutu h2 {
        font-size: 1.5rem !important;
    }

    .kutu .pd p {
        font-size: 16px;
    }

}

@media (max-width:500px) {
    #bas{
        margin-bottom: 0px;
    }
    #mobile_navbar {
        display: none;
    }

    #mobile_navbar.show {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: start;
    }

    #menu {
        display: block;
    }

    .kutu .pl-5 {
        padding-left: 30px !important;
    }

    .kutu h2 {
        width: 95%;
        margin-left: 0%;
    }

    .kutu .pd p {
        width: 95% !important;
        margin-left: 0% !important;
    }

    .t-pl {
        padding-left: 30px;
    }

    .kutu {
        width: 100% !important;
        margin-left: 0% !important;
    }

    .img_hizmet {
        width: 100% !important;
        height: 250px !important;
    }

    #p- {
        margin-top: 20px;
    }

   

    #h_b {
        font-size: 2.2rem;
        color: #E9BA80;
        margin-top: 15px;
    }

    .d-flex {
        display: block !important;
    }

    .clr {
        color: white;
        text-shadow: 0px 0px 1px rgb(160, 160, 160);
        font-size: 17px;
        transition: all 500ms;
        cursor: pointer;
        padding: 10px;
        background-color: #E9BA80;
        border-radius: 20px;
        margin-bottom: 25px;
        width: 50% !important;
        margin: 5px 5px !important;
    }

    .vec {
        margin-left: calc(50% - 37.5px) !important;
        width: 75px !important;
        height: 75px !important;
    }

    #icons>a {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;

    }

    .kucuk {
        margin-left: 10%;
        width: 80%;        color: white;

    }

    footer {
        font-size: 14px;
        padding-bottom: 10px;
    }

    #br {
        display: block;
        margin-bottom: 30px;
    }

    .kutu>img {
        width: 200px !important;
        height: 200px !important;
        margin-left: 0px !important;
    }
    #examples>.box {
        width: 75vw;
        height: 75vw;
    }
    #examples>.box img {
        width: 75vw;
        height: 75vw;
        filter: brightness(0.5);
    }
    .footer_h3{
        font-size: 1.25rem;
    }   
}
@media(max-width:350px){
    .kucuk {
        margin-left: 5%;
        width: 90%;
        color: white;
    }
}
@media (max-width:300px) {
    .kutu>img {
        width: 100px !important;
        height: 100px !important;
        margin-left: 0px !important;
    }
}