@font-face {font-family: 'Metropolis Normal'; src: url('/fonts/Metropolis-Medium.otf') format('woff'); font-display: swap;}
@font-face {font-family: 'Metropolis Bold'; src: url('/fonts/Metropolis-ExtraBold.otf') format('woff'); font-display: swap;}
a{text-decoration: none; color: #163341;}
a:hover{color: #163341;}
ol,ul{padding: 0;}
li{list-style: none;}

.boldFontBlack{
    font-family: Metropolis Bold;
    color: #163341;
}
.boldFontWhite{
    font-family: Metropolis Bold;
    color: #ffffff;
}
.standartFontBlack{
    font-family: Metropolis Normal;
    color: #163341;
}
.standartFontWhite{
    font-family: Metropolis Normal;
    color: #ffffff;
}

.yirmilikStandartFontBlack{font-family: Metropolis Normal; font-size: 20px !important; color: #000000;}
.yirmilikStandartFontWhite{font-family: Metropolis Normal; font-size: 20px !important; color: #ffffff;}
.yirmilikBoldFontBlack{font-family: Metropolis Bold; font-size: 20px !important; color: #000000;}
.yirmilikBoldFontWhite{font-family: Metropolis Bold; font-size: 20px !important; color: #ffffff;}
.onSekizlikStandartFontBlack{font-family: Metropolis Normal; font-size: 18px !important; color: #000000;}
.onSekizlikStandartFontWhite{font-family: Metropolis Normal; font-size: 18px !important; color: #ffffff;}
.onSekizlikBoldFontBlack{font-family: Metropolis Bold; font-size: 18px !important; color: #000000;}
.onSekizlikBoldFontWhite{font-family: Metropolis Bold; font-size: 18px !important; color: #ffffff;}

.web{display: block;}
.mob{display: none;}

input,textarea{
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    border: 0;
    margin: 5px 0 10px 0;
}

textarea{
    height: 100px;
}

.submitForm input{
    display: block;
    width: auto;
    height: auto;
    border: 0;
}

.submitForm .mBtn {
    padding: 12px 30px;
}

.submitForm:before {
    top: 14px !important;
}

.submitForm:after {
    bottom: 13px !important;
}

.mBtn{
    background-color: #cca664;
    padding: 18px 30px;
    letter-spacing: 3px;
    margin: 0 7px;
    font-size: 18px;
}

.mBtnDis{
    width: fit-content;
    margin: 0 auto;
}

.mBtnLeft{
    margin:20px 0 0 0;
}

.mBtnRight{
    margin:20px 0 0 0;
    float: right;
}

.mBtnDis:before {
    content: "";
    display: block;
    position: relative;
    height: 21px;
}

.mBtnDis:after{
    content: "";
    display: block;
    position: relative;
    height: 20px;
}

.mBtnDis:before {
    top: 0;
}

.mBtnDis:after {
    bottom: 0;
}

.mBtnDis:after, .mBtnDis:before {
    border: 1px solid rgb(195 195 195);
}

.mBtnDis:after, .mBtnDis:before {
    left: 0;
}

.mBtnDis:before {
    border-bottom: 0;
}

.mBtnDis:after {
    border-top: 0;
}

h2{
    font-size: 60px;
    margin-bottom: 40px;
    padding-top: 35px;
}

.title{
    font-size: 24px;
    margin-bottom: 10px;
}

.area{
    padding-top: 50px;
    padding-bottom: 50px;
}

.area label{
    font-size: 16px;
}

.line{
    border-top: 1px solid #cccccc;
}

.pageBanner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.pageBanner h2{
    margin-bottom: 10px;
    margin-right: 20px;
}

.dil{
    cursor: pointer;
    color: #ffffff;
}

.dil a{
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1.7px;
    padding: 0 10px;
    font-weight: 600;
}

/* MENU */
    .menu{
        background-color:#163341;
    }

    .menu label{
        font-size: 20px;
        padding-left: 10px;
        letter-spacing: 3px;
        margin: 17px 0 0 45px;
    }

    .logo img{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mMiddle-left{
        display: flex;
        justify-content: left;
        align-items: center;
        height: 110px;
    }

    .mMiddle-right{
        display: flex;
        justify-content: right;
        align-items: center;
        height: 110px;
    }

    .mMiddle-left img{
        width:30px;
        height:30px;
        margin-left: 20px;
    }

    .mMiddle-right img{
        width:30px;
        height:30px;
        margin-right: 20px;
    }

    .icon-1, .icon-2, .icon-3 {
        position: absolute;
        left: 25%;
        top: 50%;
        width: 30px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
    }

    .icon-1 {
        transform: translateY(-8px);
        animation-delay: 100ms;
    }
      
    .icon-3 {
        transform: translateY(8px);
        animation-delay: 250ms;
    }

    .hamburger-icon {
        position: absolute;
        height: 60px;
        width: 60px;
        top: 26px;
        left: 15px;
        z-index: 1000;
        cursor: pointer;
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
    }
    
    .hamburger-icon label{
        cursor: pointer;
    }

    .icon-1.a {
        transform: rotate(40deg);
        background-color: rgb(22 51 65);
    }
    
    .icon-3.b {
        transform: rotate(-40deg);
        background-color: rgb(22 51 65);
    }

    .icon-2.c {
        opacity: 0;
    }
    
    .d{
        color: #163341;
    }

    .clear {
        clear: both;
    }

    @keyframes slideIn {
        0% {
            width: 0%;
            transform: scale(.3);
            opacity: 0;
        }
        
        100% {
            width: 50%;
            transform:scale(1);
            opacity: 1;
        }
    }

    nav {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        z-index: 10;
        opacity: 0;
        transition: all 600ms cubic-bezier(.62,.04,.3,1.56);
        transition-delay: 100ms;
    }

    nav > ul {
        margin: 0;
        position: absolute;
        top: 30%;
        left: 70px;
    }

    nav > ul > li {
        list-style: none;
        font-size: 22px;
        color: #163341;
        line-height: 2.2;
        text-transform: uppercase;
        letter-spacing: 1.7px;
    }
      
    nav.show {
        opacity: 0;
        animation-fill-mode: forwards;
        width: 45%;
        transform:scale(1);
        opacity: 1;
    }
      
      
    .dark-blue {
        position: absolute;
        top: 0;
        left: 0;
        background: #163341;
        height: 100%;
        width: 0%;
        transition: all 500ms cubic-bezier(.62,.04,.3,1.8);
        transition-delay: 50ms;
        z-index: 5;
        opacity: 1;
    }
      
    .dark-blue.slide {
        width: 45%;
        opacity: 1;
    }
      
    @keyframes shotup {
        0% {
            transform: translateY(300%) ;
            opacity: 0;
        }
        90% {
            transform: translateY(-50px);
        }
        100% {
            transform: translateY(0%) ;
            opacity: 1;
        }
    }
/* MENU */

/* BANNER */
    .banner{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 450px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .banner label{
        font-size: 20px;
    }
    
    .banner h1{
        font-size: 60px;
        margin: 10px 0 40px 0;
    }
/* BANNER */

/* OUR */
    .ourImg{
        padding-right: 0;
    }

    .ourImg img{
        width: 100%;
    }
/* OUR */

/* SERVICES */
    .services{
        background-color: #163341;
    }

    .servicesImg img{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .servicesImg label{
        font-size: 24px;
        line-height: 26px;
    }

    .servicesBorder{
        border: 1px solid #cca664;
        padding: 20px;
        height: 100%;
    }

    .servicesImg .col-6{
        margin-top: 25px;
    }

    .servicesPage .servicesBorder img{
        width: 60px;
        margin: 0;
    }

    .servicesPage .servicesBorder {
        padding: 5px 20px;
        width: fit-content;
        float: left;
    }

    .servicesPage label {
        margin: 22px 0 0 20px;
    }

    .servicesPage p {
        margin: 10px 0 30px 0;
    }
/* SERVICES */

/* PUBLICATIONS */
    .publications img{
        width: 100%;
        margin: 0 0 10px 0;
    }

    .goPage{
        float: right;
        margin: -75px 0 0 0;
    }

    .goPage img{
        width: 35px;
        margin: 0;
    }

    .kutu{
        width: 15px;
        height: 15px;
        background-color: #cca664;
        float: right;
        margin: 5px 0 0 0;
    }

    .publications .title{
        font-size: 18px;
    }
/* PUBLICATIONS */

/* FOOTER */
    .footer{
        background-color: #1b1b1b;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .copyRight{
        color: #4c4c4c;
        font-size: 14px;
        margin-top: 100px;
    }

    .fLogo{
        text-align: right;
    }
/* FOOTER */

@media (max-width:768px){
    .hamburger-icon {
        left: 10px;
    }

    nav.show {
        width: 65%;
    }

    .dark-blue.slide {
        width: 65%;
    }

    .mMiddle-right img{
        margin-right: 10px;
    }

    .mMiddle-left img{
        margin-left: 10px;
    }

    .banner h1 {
        font-size: 45px;
        margin: 10px 0 30px 0;
    }

    .banner label {
        font-size: 18px;
    }

    .mBtn {
        font-size: 16px;
    }

    .mBtnDis:before {
        height: 19px;
    }

    h2 {
        font-size: 45px;
        text-align: left;
    }

    .ourImg {
        padding: 30px 0 0 0;
    }

    .services label{
        text-align: left !important;
    }

    .title {
        text-align: left;
    }

    .mBtnRight {
        float: left;
    }

    .servicesBorder label{
        text-align: center !important;
    }

    .servicesPage label {
        width: 450px;
    }
}

@media (max-width:576px){
    .hamburger-icon {
        top: 15px;
        left: 0;
    }

    nav.show {
        width: 100%;
    }

    .dark-blue.slide {
        width: 100%;
    }

    .mMiddle-right img, .mMiddle-left img{
        margin-right: 0;
        margin-left: 0;
    }

    .mMiddle-right, .mMiddle-left {
        height: 90px;
    }

    .menu label{
        display: none;
    }

    .logo img {
        width: 160px;
    }

    .banner {
        height: 280px;
    }

    .banner label {
        font-size: 16px;
    }

    .banner h1 {
        font-size: 28px;
        margin: 10px 0 20px 0;
    }

    .mBtn {
        font-size: 12px;
        padding: 15px 20px;
    }

    .mBtnDis:before {
        height: 13px;
    }

    .mBtnDis:after {
        height: 17px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .servicesImg img {
        width: 50px;
    }

    .servicesImg label {
        font-size: 16px;
        line-height: 20px;
        margin: 22px 0 0 0;
        width: auto;
    }

    .goPage {
        float: inherit;
        margin: -25px 0 10px 0;
    }

    .publicationsArea{
        padding: 0;
    }

    .publicationsArea label{
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }

    .publicationsArea .title{
        padding-left: calc(var(--bs-gutter-x)/ 2);
    }

    .publicationsArea .kutu{
        margin-right: calc(var(--bs-gutter-x)/ 2);
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .copyRight {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fLogo{
        text-align: left;
    }

    .servicesPage .servicesBorder img {
        margin: 0 auto;
    }

    .servicesPage .servicesBorder {
        width: 100%;
        height: auto;
    }

    .dil a {
        padding: 0 5px;
        font-size: 18px;
        letter-spacing: 0;
    }
}