/* Reservation Modal */
#otherservicesmodal .modal-title {
    font-family: 'Gilroy';
    font-size:18px;

}

#otherservicesmodal .btn-primary {
    background-color: #f5f5f7;
    border: none;
    font-size: 16px;
    font-weight: 500;
    /* border: 1px solid #A7A7A7; */
    color: #000;
    margin-bottom: 10px;
}

#otherservicesmodal .modal-content {
    border-radius:0.45rem;
}
/* Reservation Modal */

/* Create a reservation with scroll up */
#scroll-button-03 {
    position: fixed;
    left: 9.5vw;
    width: 65vw;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 4.25rem;
    background-color: #000;
    z-index: 60;
    bottom: 35px;
    display: block;
    color: #fff;
    transition: top 0.3s;
}
/* Create a reservation with scroll up */

/* Create a reservation with scroll up */
#scroll-button-04 {
    position: fixed;
    right: 35px;
    width: 48px;
    height:48px;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 14px 15px;
    border-radius: 4.25rem;
    background-color: #000;
    z-index: 60;
    bottom: 35px;
    display: block;
    color: #fff;
    transition: top 0.3s;
}

#scroll-button-04 i {
    position: relative;
    display: table-cell;
}
/* Create a reservation with scroll up */

/* Colorful Text 2 */
:root {
    --purple: rgb(123, 31, 162);
    --violet: rgb(103, 58, 183);
    --pink: rgb(244, 143, 177);
}

@keyframes background-pan {
    from {
        background-position: 0% center;
    }

    to {
        background-position: -200% center;
    }
}

@keyframes scale {
    from, to {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}



.magic {
    display: inline-block;
    position: relative;
}

.magic .magic-star {
    --size: clamp(20px, 1.5vw, 30px);

    animation: scale 700ms ease forwards;
    display: block;
    height: var(--size);
    left: var(--star-left);
    position: absolute;
    top: var(--star-top);
    width: var(--size);
}

.magic > .magic-star > svg {
    animation: rotate 1000ms linear infinite;
    display: block;
    opacity: 0.7;
}

.magic > .magic-text {
    animation: background-pan 3s linear infinite;
    background: linear-gradient(
            to right,
            rgb(9 88 34),
            rgb(23 220 93),
            rgb(0 0 0),
            rgb(28 73 16)
    );
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

/* Gelinlik Kiralama Hizmeti */
.magic > .magic-text-2 {
    animation: background-pan 3s linear infinite;
    background: linear-gradient(
            to right,
            rgb(215 218 218),
            rgb(154 154 154),
            rgb(0 0 0),
            rgb(46 45 45)
    );
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
/* Gelinlik Kiralama Hizmeti */

/* Saç & Makyaj Hizmeti */
.magic > .magic-text-3  {
    animation: background-pan 3s linear infinite;
    background: linear-gradient(
            to right,
            rgb(113 31 146),
            rgb(186 23 220),
            rgb(68 13 83),
            rgb(133 42 157)
    );
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
/* Saç & Makyaj Hizmeti */

/* Fotoğraf Çekimi */
.magic > .magic-text-4  {
    animation: background-pan 3s linear infinite;
    background: linear-gradient(
            to right,
            rgb(145 171 18),
            rgb(163 184 24),
            rgb(136 149 22),
            rgb(97 109 24)
    );
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
/* Fotoğraf Çekimi */

/* Colorful Text 2 */

/* Subpage Style 02 */
.subpage-style-02 {
    background-color: #f5f5f7;
    border-top: 1px solid rgba(134,134,139,.4);
    bottom: 1px solid rgba(134,134,139,.4);
    height: 50px;
    display: grid;
    align-items: center;
}

.subpage-style-02 h1 {
    font-weight:600;
    letter-spacing: -0.038em;
    font-size: 1.3rem;
    margin-bottom: 0;
}
.subpage-style-02 p {
    color:#000000b8;
    font-size:21px;
    font-weight:400;
}

.subpage-style-02 .breadcrumbarea {
    padding-right: 50px;
}

.subpage-style-02 ol {
    margin-bottom:0;justify-content: right;
}
.subpage-style-02 .breadcrumb-item.active
{
    color:#000000b8;
}
.subpage-style-02 .breadcrumb .breadcrumb-item a {
    color:#000;
}
.subpage-style-02 .subpage-style-01 .coverimage {
    padding-bottom:20px;
    padding-top:20px;
    width:100%;
}
/* Subpage Style 02 */

/* Owl Carousel - Beginning */
#beginning .specialcenter {
    display: grid;
    align-items: center;
    min-height:150px;
}

#beginning .item {
    background-color: #fff;
    padding: 50px 20px 50px 20px;
    border-radius: 15px;
    padding-right: 1px;
    margin-right: 1px;
    margin-bottom: 15px;
}

#beginning .item img {
    width: 84px !important;
    height: auto;
    position: relative;
    right: 0px;
    border-radius: 0.45rem;
}

#beginning .item h4{
    color: #212529;
    font-size: 18px;
    font-weight: 600;
    font-family: Gilroy, sans-serif;
    text-align: left;
    padding-right: 75px;
}

#beginning .item p{
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
    text-align: left;
}
/* Owl Carousel - Beginning */

/* Box Style 13 */
.box-style-13 {

    font-family:Gilroy, sans-serif;
}

.box-style-13 .box {
    width: 100%;
    background-color: #fff;
    border-radius: 0.45rem;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.box-style-13 .box img {
    width: 100%;
    border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
    object-fit: cover;
}

.box-style-13 .box h4 {
    color:#212529;
    font-size:16px;
    font-weight: 700;
    font-family:Gilroy, sans-serif;
}

.box-style-13 .box h1 {
    font-family:Gilroy, sans-serif;
    font-weight: 700;
    font-size: 57px;
    margin-bottom: 15px;
    text-align: left;
}

.box-style-13 .box .details {
    color:#212529;
    font-family:Gilroy, sans-serif;

}

.box-style-13 .icon {
    font-size:14px;
    position:absolute;
    right:0;
    margin-top: -10px;
    background-color:#D4A95D;
    border-radius:50%;
    color:#fff;
    width:24px;
    height:24px;
    text-align:center;
}

.box-style-13  i {
    margin-top:5px;
}

.box-style-13 .box p {
    font-weight: 600;
    color: #666;
    /* margin-bottom: 30px; */
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 15px;
}
/* Box Style 13 */

@media only screen and (min-width: 767px) {
    #scroll-button-03 {
        display:none;
    }
}
@media only screen and (max-width: 767px) {

    /* Create a reservation with scroll up */
    #scroll-button-04 {
        position: fixed;
        left: 76.5vw;
        width: 12vw;
        text-align: center;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        font-size: 1.2rem;
        font-weight: 600;
        padding: 14px 15px;
        border-radius: 4.25rem;
        background-color: #000;
        z-index: 60;
        bottom: 35px;
        display: block;
        color: #fff;
        transition: top 0.3s;
    }
    /* Create a reservation with scroll up */

    .owl-carousel-influencers .owl-dots {
        margin-top: -3px;
    }

    #beginning .item p {
        font-size:16px;
    }

    #beginning .item h4 {
        padding-right:0px;
    }

    #otherservicesmodal .modal-title {
        font-size: 16px;
        font-weight: 600;
    }

    #otherservicesmodal .btn-primary {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        font-family: Gilroy;
    }

    #otherservicesmodal a {
        color: #000;
        font-family: 'Gilroy';
        font-size: 16px;
        font-weight: 500;
        /* margin-bottom: 15px; */
    }

    #beginning .item {
        padding: 35px 20px 35px 20px;
    }

}