@import "../webfonts/GothamSSm/stylesheet.css";
*{}

.sec-type {font-size: 15px;line-height: 19px;font-weight: 300;font-family: GothamThin;padding-bottom: 130px;}

.sec-type b {
    font-weight: 500;
    font-family: 'GothamSemiBold';
}

.sec-type b {}

.sec-type p {
    font-size: unset;
    line-height: unset;
    font-weight: unset;
}

.sec-type a {
    font-size: unset;
    color: #333;
    text-decoration: underline;
    transition: all ease 300ms;
}

.sec-type a:hover {}

.sec-type.type2 {
    padding: 40px;
    padding-bottom: 130px;
}

section.sec-type.type2 .text .baslik {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'GothamBold';
}

section.sec-type.type2 .text .sub {
    font-weight: 400;
}

.sec-type.type1 {
    display: flex;
}

.sec-type.type1 .col-text {
    flex: auto;
    padding: 40px;
}

.sec-type.type1.-right .col-text {
    order: 2;
}

.sec-type.type1.-left .col-text {
    order: unset;
}

.sec-type.type1 .col-text .baslik {
    font-size: 19px;
    line-height: 20px;
    font-weight: bold;
    font-family: GothamBold;
}

.sec-type.type1 .col-text .sub {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    margin: 20px 0px;
    font-family: 'GothamSemiBold';
}

.sec-type.type1 .col-text p {
}

.sec-type.type1 .col-media {
    flex: 1;
    min-width: 70%;
}

.sec-type.type1 .col-media img {vertical-align: unset;width: 100%;height: 100%;object-fit: contain;object-position: top;}

.header-type1 .menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.header-type1 .menu ul li {list-style: none;}

.header-type1 .menu ul li a {
    display: block;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'GothamSemiBold';
}

.header-type1 .menu ul li a.active {
    background: #393c41;
}

.header-type1 {
    display: flex;
    position: fixed;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: rgba(45,45,45,.4);
    padding: 10px 30px;
    color: #fff;
    font-family: 'GothamBold';
    z-index: 9999;
}

.header-type1 .logo {
    font-weight: bold;
}

.header-type1 .logo a {
    color: #fff;
    text-decoration: none;
}
.footer-type1{background: #000;text-align: center;display: flex;justify-content: center;align-items: center;padding: 30px 0px;font-family: 'GothamSemiBold';}

.footer-type1 .menu {
    display: flex;
    margin-left: 10px;
}

.footer-type1 .menu a {
    margin: 0px 5px;
}

.footer-type1 a {
    color: #d0d1d2;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    display: block;
}

@media (max-width: 992px) {
    *{

    }

    .sec-type.type2 {
        padding: 10px;
    }

    .sec-type.type1 .col-text .baslik {
        text-align: left !important;
    }

    .sec-type.type1 .col-text .baslik {
        font-size: 16px;
    }

    .sec-type.type1 .col-text .sub {
        margin-bottom: 0;
        font-size: 14px;
    }

    .footer-type1 .menu {
        margin-top: 20px;
    }

    .footer-type1 {
        flex-wrap: wrap;
    }

    .sec-type.type1 .col-text {
        padding: 20px;
        text-align: left !important;
        padding: 10px 0px;
    }

    .sec-type.type1.-left .col-text {}

    .sec-type.type1 {
        flex-wrap: wrap;
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 15px;
        padding: 10px !important;
    }
}
