:root {
    --font-text: "Arsenal";
    --color-bg: #bd9889;
}

body {
    color: #fff;
    background-color: #000;
}

body {
    font-family: var(--font-text), sans-serif;
}

.hero .bg-img {
    height: 100vh;
}

section#contact {
    background-color: #d19780;
}

.contact-wrapper {
    background: #fff;
    margin-bottom: -150px;
    position: relative;
}

.contact-box {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}


.contact-icon {
    position: absolute;
    left: 15px;
    top: 15px;
}

.contact-icon i {
    font-size: 80px;
    color: #dadada;
    line-height: 1;
}

.contact-title {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 30px;
    color: #999999;
    letter-spacing: 1px;
}

.contact-box a:hover {
    background-color: #858585;
    color: #fff;
}

.instagram-text {
    /*background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #fff;
}

.hero-btn-wrapper {
    position: absolute;
    bottom: 85px;
    left: 18%;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 10px;
}

.randevu-btn {
    background-color: rgb(255, 255, 255, .85);
    color: #000000;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    width: 200px;
    letter-spacing: 2px;
}

.service-btn {
    background-color: #b1b1b1;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
}

[x-cloak] {
    display: none;
}

.tb_mc_post_wrap_in {
    border: none !important;
}

.contact-box p {
    line-height: 1.2;
}

footer {
    background-color: var(--color-bg);
    color: #000;
}

body.services-bg {
    background-image: url("/static/img/bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.service-item {
    overflow: hidden;
}

.service-item img {
    transition: .5s ease-in-out;
}

.service-item:hover img {
    transform: scale(1.04);
    opacity: .75;
}

.service-body {
    color: #ddd;
    padding-inline: 1rem;
}

.service-body strong {
    font-size: 20px;
}

.service-body p, .service-body ul, .service-body ol {
    margin-bottom: 1rem;
}

.service-body ul, .service-body ol {
    padding-left: 2.25rem;
}

.service-body ul li {
    list-style: disc;
}

.service-detail .service-item {
    margin-bottom: 2rem;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 2rem;
}

.service-item:last-of-type {
    border-bottom: none;
}

.service-body h1 {
    font-size: 26px;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.service-body ol li {
    list-style: decimal;
}

.sidebar {
    background-color: var(--color-bg);
    color: #000;
    padding: 2rem;
}

.sidebar .sidebar-item {
    border: 1px solid #a97a67;
    padding: 5px 0 5px 10px;
    display: block;
    transition: .5s ease-in-out;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 17px;
}

.sidebar .sidebar-item:hover {
    background-color: #eeb4a1;
}

.sidebar .sidebar-item:last-of-type {
    margin-bottom: 0;
}

.acc-body {
    color: #000;
    background-color: var(--color-bg);
    border: 2px solid #d1b5aa;
}

.acc-body button {
    cursor: pointer;
    background-color: var(--color-bg);
    transition: .5s ease-in-out;
}

.acc-body button:hover {
    background-color: #b9b2af;
}


