@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
}

a {
    text-decoration: none !important;
}

.btn-turuncu {
    background-color: #F2A68D;
    color:#fff;
}
.btn-turuncu:hover {
    background-color: #000;
    color:#fff;
    transition: .7s;
}
.text-turuncu, #aboutUs i{color: #F2A68D}
.bg-turuncu {background-color: #F2A68D;}
.bg-acikTuruncu {background-color: rgba(242, 166, 141, 0.1);}
#footer a {color: #393939;}

.py-10{padding:100px 0px;}
.py-17{padding:170px 0px;}

#mainBanner{
    background-image: url(../img/masaj-salonu-banner-1920x1080.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color:#fff;
}

#mainBanner h1, .banner h1{font-size: 80px;}

#aboutUs ul{list-style: none;}
#aboutUs li{margin-bottom: 10px;}

#mainGalery .col-md-3{
    min-height: 500px;
}

#mainGalery .fotoDiv{
    min-height: 238px;
}

#cta{
    background-image: url(../img/cikolata-spa-masaj-cta-1920x799.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* #aboutBanner, #galleryBanner, #servicesBanner, #contactBanner{background-image: url(../img/cikolata-spa-masaj-hakkimizda-banner-1920x800.webp);} */
#counter{background-image: url(../img/cikolata-spa-masaj-counter-1920x500.webp);}

.banner{
    background-image: url(../img/cikolata-spa-masaj-hakkimizda-banner-1920x800.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#video .col-842{width: 842.68px; height:468.15px;}

#testimonials{background-image: url(../img/testimonials-background-1920x666.webp);}
#testimonials img{width: 80px;}

#testimonials .carousel-inner{
    min-height: 228.8px !important;
}

#otherServices img{width: 69px; height: 69px;}

.hizmet, .info{
    display: flex;
    gap:10px;
    align-items: center;
}

/* #gallery a{
    border:1px solid #d2d2d2;
    padding:10px;
    display: inline-block;
}

#gallery img{
    width: 190px;
} */

#gallery .col-12{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}

#gallery img{
    width: 300px;
}

@media(max-width:768px){
    .mobilCard{
        margin: 20px;
    }
    .fotoCenter{
        text-align: center;
    }

    #counter .col-md-4{
        width: 33%;
    }

    #gallery img{
        margin-bottom: 10px;
    }

    #servicesBanner h1{
        font-size:70px;
    }

    #contactInfo .col-md-5{
        margin-top:20px;
    }

    .navbar-toggler-icon{
        background-color: #f2f2f2;
    }
}