body {
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

p {
    font-size: 18px;
}

.social-links {
    display: flex;
    gap: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-decoration: none;
    color: black;
}
.modal-dialog {
    max-width: 1024px!important;
}
.social-links a {
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.section-title {
    font-size: clamp(52px, 5vw, 80px);
    font-weight: 800;
    color: #8a4d41;
    margin-bottom: 30px;
}

.main-btn {
    background-color: #8a4d41;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.main-btn:hover {
    background-color: #703934;
    color: white;
}

.carousel-indicators button {
    background-color: #8a4d41;
}

.video-button {
    background-color: #8a4d41;
    border-radius: 50%;
    padding: 10px 20px;
    color: white;
    font-size: 18px;
}

.scroll-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 50px;
    top: 50%;
    font-weight: 800;
}

.content-left img {
    width: 100%;
    border-radius: 10px;
}

.content-left {
    margin-bottom: 20px;
}

/* .content-right {
    margin-top: 30px;
} */

.see-video {
    margin-top: 50px;
}
.see-box{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.see-box a{
    transition: all 0.1s;
}
.see-box a:hover{
    transform: scale(1.1);
}

.hobut{
    transition: all 0.1s;
}
.hobut:hover{
    opacity: 0.7;
    transform: scale(1.010);
}
.nav-link:hover{
    opacity: 0.7;
}

p {
    font-weight: 700;
}

.nav-link {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    padding-right: 2rem !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.default-button {
    background: #8a4d41;
    text-decoration: none;
    color: white;
    border-radius: 30px;
    padding: .7rem 1.5rem;
    text-align: center;
}

.custom-backg {
    background: #955250;
    width: 100%;
    min-height: 400px;
}

.stats {
    font-weight: bold;
    text-align: center;
}

.stats .number {
    font-size: 74px;
    color: #CECECE;
}


.second {
    background-color: #955250;
    color: white;
    padding: 90px 0 0 0;
}

.second .title {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.second .description {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
}

.second .lead {
    line-height: 34px;

}


.service {
    color: #955250;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 359px;
    justify-content: center;
    border: 1px solid rgb(149 82 80 / 12%);
}

.service .title {
    gap: 15px;
    justify-content: start;
    align-items: start;
    flex-direction: column;

}

.service .title h3 {
    font-size: 34px;
    font-weight: 800;
}

.service p {
    font-size: 16px;
    font-weight: 500;
}

.bg-1 {
    background-color: #EFEFEF;
}

.bg-2 {
    background-color: #ECE8E8;
}

.bg-3 {
    background-color: #F3EFEF;
}

.bg-4 {
    background-color: #EFE5E5;
}

.learn-more-btn {
    color: #955250;
    font-size: 14px;
    text-decoration: none;
}

.third {
    padding: 90px 0;
}

.sample-question img {
    margin-bottom: 30px;
}

.third h2 {
    color: #955250;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
}

.third .sub-title {
    color: #955250;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.question {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 30px;
    border-radius: 5px;
    gap: 15px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.question .question-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #955250;
    background-color: #EADCDC;
    border-radius: 100%;
    font-weight: bold;
    font-size: 18px;
}

.question-title {
    font-size: 20px;
    color: #955250;
    font-weight: 900;
    text-align: left;
}

.answer {
    font-size: 14px;
}

.fourth {
    padding: 90px 0;
    background-color: #F4EDED;
    color: #955250;
    position: relative;
}

.fourt-bg-white {
    width: 100%;
    height: 550px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.office-bg {
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    margin-top: 90px;
}

.kitchen {
    padding: 30px;
    border-radius: 5px;
    height: 100%;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.kitchen p {
    font-size: 37px;
    font-weight: 900;
}

.office-detail {
    font-size: 48px;
    font-weight: 900;
}

.office-image-2 {
    height: 100%;
    object-fit: cover;
}

.works {
    padding: 90px 0;

}

.works h2 {
    color: #955250;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.work-detail {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.work-detail h3 {
    font-weight: 900;
    color: #955250;
}

.footer-top {
    background-color: #F4EDED;
    padding: 30px 0;
}

.footer-bottom {
    background-color: #EADDDD;
    padding: 60px 0;
}

.black {
    background-color: #303030;
}

.social-media {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.social-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #fff;
}

.subscribe {
    font-size: 28px;
    color: #955250;
    font-weight: 700;
}

::placeholder {
    color: #955250 !important;
    opacity: 1
}

.py-6 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.custom-office-title{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6rem;
}
.dropdown-menu li {
    margin-bottom: 0.7rem;
}.dropdown-menu li:last-child {
    margin-bottom: 0;
}
.line{
    width: 100px;
    display: block;
    height: 2px;
    background: black;
}

/*form*/
.form-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50px;

}

h2 {
    font-weight: 700;
    color: #955250;
    margin-bottom: 25px;
    text-align: left;
}

.form-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #955250;
    margin-bottom: 15px;
}

.form-step {
    display: none;
}

.form-step.active {
    display: flex;
    flex-direction: column;
    padding: 35px;
    text-align: center;
}

.btn-group {
    flex-direction: column;
}

button {
    display: inline-block;
    margin: 10px 5px;
    padding: 10px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    border: none;
    text-align: start;
    padding-left: 25px;
    color: #955250;
    margin: 5px 5px;
}

input {
    height: 60px;
    border-radius: 60px;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    border: none;
    font-size: 14px;
    color: #955250;
    padding-left: 20px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);

}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #955250;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #955250;
    cursor: pointer;
    border-radius: 50%;
}
.next, .submit{
    background: none;
    box-shadow: none;
    text-align: right;
    padding: 0rem 1rem;
    margin: 0;
    transition:  0.1s all;
}
.back{
    background: none;
    box-shadow: none;
    text-align: left;
    padding: 0rem 1rem;
    margin: 0;
    transition:  0.3s all;

}
.back:hover, .next:hover, .submit{
    transform: scale(1.010);
}
option{
    transition:  0.3s all;

}
/* Seçili olan butonun arka planı */
.option.selected {
    background-color: #955250;
    color: white;
}

/* Diğer butonlar */
.option {
    background-color: white;
    color: #955250;
}

.option:hover{
    transform: scale(1.010);
}
/*form*/
.dreamImg{
    height: 750px;
    object-fit: cover;
}
.slider-img{
    height: 500px;
    border-radius: 40px;
    object-fit: cover;
}

@media (max-width: 991px) and (min-width:577px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .question {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        margin-bottom: 30px;
    }

    .py-6 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .office-bg img {
        margin-bottom: 25px;
        height: 100%;
        object-fit: cover;
    }

    .office-bg .office-image-2 {
        margin-top: 25px;
    }
    .work {
        margin-top: 25px;
    }
}