@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: Saira;
    color: #3F313A;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

li {

    font-size: 18px;
    font-weight: 400;
}


p {
    font-size: 18px;
    font-weight: 400;
}

.page h3 {
    font-size: 60px;
    font-weight: 800;
}

.page p {
    font-size: 24px;
}

.header-top {
    background-color: #816476;
    width: 100%;
    padding: 10px 0;
}

.header-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;

}

a {
    color: #fff;
    text-decoration: none;
}

.header-top-nav a {
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

.header-top-nav a:last-child {
    border-right: none;
}

.social-btns img {
    width: 32px;
}

.social-btns a {
    margin-left: 20px;
}

.navbar-brand img {
    width: 200px;
}

.nav-item {
    padding: 0 10px;
}

header .nav-link {
    font-size: 18px;
}

.btn-primary {
    background: linear-gradient(to bottom right, #9A728C, #A5809F);
    border: none;
    border-radius: 50px;
    transform: scale(1);
    transition: all 0.3s;

}

.btn-primary:hover {
    transform: scale(1.1);
}

.header-btn {
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 600;
}

.scene-2-item {
    text-align: center;


}

.scene-2-content {
    border-radius: 37px;
    border: 1px solid #816476;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}


.slider-item {
    height: calc(100vh - 148px);
    overflow: hidden;
    position: relative;
}

.slider-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    object-fit: cover;
}

.slider-content {
    position: absolute;
    bottom: 10px;
    z-index: 3;
}

.slider-content-subtitle {
    font-size: 51px !important;
    font-weight: 600 !important;
    color: #fff;
}

.slider-filt {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
}

.slider-content-title {
    font-size: 88px !important;
    font-weight: 600;
    color: #fff;

}

.home-page-about-section {
    background-color: #3F313A;
    color: #fff;
    padding: 100px 0 250px 0;
}

.home-page-about-section h2 {
    font-size: 100px;
    font-weight: 800;
}

.home-page-about-section p {
    font-size: 24px;
}

.scene-1 {
    background: linear-gradient(to bottom right, #FFFFFF, #D6D6D6);

    padding: 20px 40px;
    border-radius: 49px;
    position: relative;
    bottom: 100px;
}

.scene-1-img {
    position: relative;
}

.scene-1-img img {
    position: absolute;
    top: -250px;
}

.scene-1 p {
    font-size: 60px;
}

.scene-1 p b {
    font-size: 45px;
    font-weight: 800;
}


.scene-2-item p {
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 0 68px;
}

.scene-3 {
    background: linear-gradient(to bottom right, #FFFFFF, #D6D6D6);
    padding: 100px 0 50px 0;
    margin-bottom: 200px;
}

.scene-3-img img {
    width: 100%;
    border-radius: 60px;
    padding-right: 20px;
    position: absolute;
    top: 50px;
}

.scene-3-content-item {
    margin-bottom: 20px;
}

.scene-3-content-item-number {
    width: 62px;
    min-width: 62px;
    min-height: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    background-color: #816476;
}

.scene-3-content-item-text h6 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}

.scene-3-content-item-text p {
    font-size: 24px;
    font-weight: 400;
    max-width: 570px;
}

.scene-3-content-item-text {
    margin-left: 20px;
}

.scene-3-content a {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 40px;
    background-color: #816476;
    margin-top: 50px;
}

.scene-3-content a img {
    margin-left: 10px;
}

footer {
    background: linear-gradient(to bottom right, #816476, #737373);
    /* margin-top: 200px; */
    padding: 50px 0;
    color: #fff;
}

.footer-top-left p {
    font-size: 22px;
    font-weight: 600;
    margin-top: 80px;
}

.footer-top-center a {
    font-size: 30px;
    font-weight: 600;
}

.footer-top-center li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.footer-bottom-left p {
    font-size: 22px;
}

.footer-top-right img {
    width: 40px;
}

.tab-item-text {
    padding: 40px;
    background: linear-gradient(to top right, #FFFFFF, #E8E8E8);

}

.tab-item-text h2 {
    font-size: 54px;

}

.tab-item-text p {
    font-size: 18px;

}

.page-title {
    height: 231px;
    text-align: center;
    background: linear-gradient(to bottom right, #816476, #737373);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 100px
}

.page-title h1 {
    font-size: 70px;
    font-weight: 600;
}


.tab-section {
    margin-top: 50px;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.tab-btn {
    padding: 10px 20px;

    border: 1px solid #816476 !important;
    cursor: pointer;
    width: calc(100% / 3);
    color: #816476;
    background-color: transparent !important;
    font-size: 22px;
    font-weight: bold;
}

.tab-btn.active {
    background-color: #816476 !important;
    color: white;
}

.tab-content {
    margin-top: 20px;
}

.tab-item {
    display: none;
}

.tab-item.active {
    display: block;
}

.filo-item {
    position: relative;
    background-color: red;
}

.filo-item h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.filo-item-content {
    text-align: end;
}

.filo-item img {
    width: 500px;
}

.carousel-control-next {
    background: linear-gradient(to bottom, #3F313A, #A58098);
    opacity: 1;
    height: 100px;
    width: 100px;
    top: calc(100% - 100px);
    position: absolute;
    z-index: 999999;
    right: 190px;
}

.carousel-control-prev {
    background: linear-gradient(to bottom, #3F313A, #A58098);
    opacity: 1;
    height: 100px;
    width: 100px;
    top: calc(100% - 100px);
    position: absolute;
    z-index: 999999;
    left: calc(100% - 400px);
}

.mini-contact-form {
    background: linear-gradient(to bottom right, #5D4856, #937388);
    padding: 40px;
    color: #fff;
    margin-bottom: 50px;
}

.mini-contact-form-title {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.mini-contact-form,
.sales-form label {
    font-size: 17px;
    font-weight: 600;
}

.sales-form input,
.mini-contact-form input {
    width: 100%;
    display: block;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;

}

.sales-form input::placeholder,
.mini-contact-form input::placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.sales-form textarea,
.mini-contact-form textarea {
    width: 100%;
    display: block;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    height: 161px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #fff;
}

.sales-form textarea::placeholder,
.mini-contact-form textarea::placeholder {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.sales-form input[type="radio"],
.mini-contact-form input[type="radio"] {
    width: 25px;
    min-width: 25px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.sales-form button,
.mini-contact-form button {
    height: 46px;
    background-color: #D9D9D9;
    color: #3F313A;
    border: none;
    padding: 0 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
}

.sales-form button img,
.mini-contact-form button img {
    margin-left: 10px;
}

.white-bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;

}

.white-bar::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 0;
}

.white-bar::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 0;
}

.mini-contact-form p {
    font-size: 18px;
    font-weight: 600;
}

.right-section-img img {
    width: 100%;
}

.right-section {
    padding-left: 100px;
}

.sales-form {
    background: linear-gradient(to bottom right, #5D4856, #937388);
    padding: 200px 100px 50px 100px;
    position: relative;
    margin-top: 200px;
}

.sales-form-images {
    display: flex;
    position: absolute;
    top: 0px;
    width: 100%;
}

.sales-form-images-3 img {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: -200px;
}

.sales-form-images-2 img {
    position: absolute;
    right: calc(50% - 200px);
    z-index: 2;
    bottom: -120px;

}

.sales-form-images-1 img {
    position: absolute;
    left: -120px;
    z-index: 2;
    bottom: -170px;

}

.information-item {
    height: 378px;
    background: linear-gradient(to bottom right, #5D4856, #937388);
    color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding: 0 40px 40px 40px;
}

.information-item h3 {
    font-size: 35px;
    font-weight: 600;
}

.information-item p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0px;
}

.information-item-top {
    position: absolute;
    top: 15px;
}

.information-item-top-2 {
    top: -20px;
    right: calc(50% - 140px);

}

.contact-information {
    margin-top: 100px;
    margin-bottom: 100px;
}

#about img {
    width: 100%;
}

.sahibinden-section p {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 100px;
}

.sahibinden-section span {
    color: #A58098;
}

.sahibinden-section img {
    width: 100%;
    max-width: 600px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #7A6C74 !important;
}

.dropdown-item {
    padding: 10px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}