@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}

body {
    margin: 0;
}

.page-left {
    background-color: #fff;
    width: 25rem;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: row;
    box-shadow: 0 0 30px rgb(0 0 0 / 4%);
}

.left-fix {
    position: fixed;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .left-fix {
        position: relative;
        display: flex;
        height: 100%;
        display: none;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }
    .page-right-top-image {
        height: 500px;
        background-image: url("images/aylin.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
    .page-right-top-image img {
        display: none;
    }
    .page-right-iletisim {
        bottom: -110px !important;
        right: 0 !important;
        margin-bottom: 50px;
        width: 307px;
        right: 50px !important;
        box-shadow: 0 0 30px rgb(0 0 0 / 4%);
    }
}

.page-left-image {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    width: 160px;
    height: 160px;
    margin: auto;
    overflow: hidden;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
}

.page-left-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-left-link a {
    padding: 5px;
    text-decoration: none;
    color: #717178;
}

.imza {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #c07f50;
    font-weight: normal;
    font-size: 36px;
    margin-top: -20px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.main {
    display: flex;
}

.page-right-top-image {
    position: relative;
}

.page-right-iletisim {
    position: absolute;
    bottom: 100px;
    right: 100px;
    padding: 40px;
}

.box-2 i {
    color: #c07f50;
}

.box-2 {
    background-color: #fff;
    padding: 20px;
}

.page-right-2-text-1 {}

.page-3 {
    background-color: #F8F2ED;
}

.page-4 {
    background-image: url(/images/slider.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-4-text {
    position: relative;
    z-index: 9999;
    text-align: center;
}

.page-4::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #c07f50;
    opacity: 0.8;
}

.page-4-text button:hover span {
    position: relative;
    z-index: ;
    color: #fff;
}

.page-4-text button {
    font-family: 'Jost', sans-serif;
    background: #fff;
    color: #1e1e22;
    padding: 16px 30px 12px 30px;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}

.page-4-text button:hover {
    color: #fff !important;
}

.page-4-text button:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #1e1e22;
}

.page-4-text button::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #1e1e22;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input {
    border: none;
    border-bottom: 1px solid #c07f50;
    width: 100%;
}

button {
    border: none;
    padding: 10px 30px;
}

.button-gonder {
    background-color: #c07f50;
}

@media only screen and (max-width: 992px) {
    .main {
        flex-direction: column;
    }
}

.renk-1 {
    color: #717178 !important;
}

.renk-2 {
    color: #1e1e22 !important;
}

.page-end {
    background-color: #cf7f50;
}


/* font-size */

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-36 {
    font-size: 36px;
}

.fs-50 {
    font-size: 50px;
}


/* font-size */


/* font-custom */

.fw-1 {
    font-weight: 300 !important;
}

.fw-low {
    font-weight: 200 !important;
}

.fw-2 {
    font-weight: 400 !important;
}

.fw-3 {
    font-weight: 500 !important;
}

.fw-4 {
    font-weight: 600 !important;
}

.fw-5 {
    font-weight: 700 !important;
}


/* font-custom */

ul {
    list-style-type: none;
}

ul li {
    display: inline-block;
}

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