:root {
    --first-font: "Figtree", sans-serif;
}

body {
    font-family: var(--first-font);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.w-90 {
    width: 90%;
}

header {
    padding: 30px 50px;
    background: #F6F8F9;
    box-shadow: 0px 40px 87px 0px #0000001A, 0px 158px 158px 0px #00000017, 0px 356px 214px 0px #0000000D, 0px 634px 250px 0px #00000003, 0px 990px 250px 0px #00000000;
    display: flex;
    align-items: center;
    justify-content: space-between;

    nav {

        a {
            font-weight: 400;
            font-size: 14px;
            color: #1F5CAA;
            text-transform: uppercase;
            margin: 0 15px;
        }
    }

    &.inner-head {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        box-shadow: none;
    }
}

.home-slider {
    position: relative;

    .h-slide {
        position: relative;

        .info {
            position: absolute;
            top: 50%;
            left: 100px;
            transform: translate(0, -50%);
            width: 40%;

            .title {
                font-weight: 900;
                font-size: 48px;
                color: #fff;
            }

            .desc {
                font-weight: 400;
                font-size: 16px;
                color: #fff;
            }
        }


    }

    .slide-btn {
        background: #CAAD78;
        display: inline-block;
        position: absolute;
        bottom: 50px;
        right: 50px;
        padding: 12px 32px;
        display: flex;
        align-items: center;
        border-radius: 4px;

        .title {

            span {
                font-weight: 400;
                font-size: 16px;
                color: #fff;
                display: block;

                &:last-of-type {
                    font-weight: 900;
                    font-size: 28px;
                }
            }
        }

        img {
            margin-left: 50px;
        }
    }
}
.blogBox, .blogDetayBox {
    display: none;
}
.home-about {
    padding: 100px 0;

    .title {
        font-weight: 900;
        font-size: 48px;
        color: #1A4072;
        line-height: 48px;
    }

    .desc {
        margin-top: 30px;
        font-weight: 400;
        font-size: 16px;
    }

    .about-btn {
        padding: 15px 32px;
        background: #CAAD78;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 30px;
        border-radius: 4px;
    }
}

.home-services {
    background: linear-gradient(0deg, #E4ECFA, #E4ECFA), linear-gradient(0deg, #EFF4FC, #EFF4FC);
    padding: 100px 0;


    .title {
        font-weight: 900;
        font-size: 48px;
        color: #1A4072;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .box {
        display: block;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        margin: 15px 0;

        .uzmanHomeImg {
            height: 240px;
            object-fit: cover;
        }

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(84, 148, 220, 0) 0%, rgba(84, 148, 220, 0.8) 100%);
        }

        .info {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            padding: 0 15px;
            font-weight: 700;
            font-size: 20px;
            z-index: 2;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }

}

.detail-btn {
    padding: 15px 32px;
    background: #CAAD78;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    border-radius: 4px;
}


.dilekceBox {
    min-height: 350px;
}

.home-team {
    padding: 100px 0;

    .title {
        font-weight: 900;
        font-size: 48px;
        color: #1A4072;
        line-height: normal;
        margin-bottom: 50px;
    }

    .desc {
        font-weight: 400;
        font-size: 16px;
        color: #1A4072;
    }

    .team-slider {
        margin-left: 50px;
        margin-right: -300px;

        .box {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            margin: 0 15px;
            transition: all .3s ease;

            .name {
                position: absolute;
                bottom: 15px;
                left: 30px;
                right: 15px;
                z-index: 2;

                span {
                    display: block;

                    &:first-of-type {
                        font-weight: 400;
                        font-size: 17px;
                        color: #EBEFF3;
                    }

                    &:last-of-type {
                        font-weight: 400;
                        font-size: 27px;
                        color: #EBEFF3;
                    }
                }
            }

            &:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.64%, rgba(0, 0, 0, 0.5) 100%);
            }
        }

        .t-slide {
            position: relative;

            .team-hover {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
                display: none;
            }
        }

        .slick-current {

            .box {
                transform: translate(0, -30px);
            }

            .team-hover {
                display: block;
            }
        }

        .slick-list {
            padding-top: 30px;
        }
    }

    .t-prev,
    .t-next {
        position: absolute;
        top: 50%;
        left: 0;
        background: #CAAD78;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .t-next {
        right: 5%;
        left: auto;
        transform: rotate(180deg);
    }
}

.home-dilekce {
    padding: 100px 0;

    .title {
        font-weight: 900;
        font-size: 48px;
        color: #1A365E;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 50px;
    }

    .desc {
        font-weight: 400;
        font-size: 16px;
        color: #1A4072;
        text-align: center;

        b {
            font-weight: 600;
            font-size: 18px;
            text-align: center;
            color: #1A365E;
        }
    }

    .box {
        display: block;
        background: #F2F7FD;
        padding: 20px 24px;
        border-radius: 8px;
        margin-bottom: 30px;
        min-height:175px;

        .icon {
            width: 72px;
            height: 72px;
            background: #E4ECFA;
            border-radius: 50%;
            padding: 15px;
            margin: auto;
        }

        .name {
            font-weight: 700;
            font-size: 16px;
            color: #1A365E;
            text-align: center;
            margin-top: 15px;
        }
    }
}

.home-blog {
    padding: 100px 0;

    .title {
        font-weight: 900;
        font-size: 48px;
        color: #1A4072;
        line-height: normal;
        text-transform: uppercase;
    }

    .desc {
        margin-top: 30px;
        font-weight: 400;
        font-size: 16px;
        color: #1A4072;

        b {
            font-weight: 600;
            font-size: 18px;
            color: #1A4072;
        }
    }

    .h-blogs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;

        .s-blog {
            position: relative;
            display: block;
            border-radius: 8px;
            overflow: hidden;

            .info {
                position: absolute;
                bottom: 15px;
                left: 15px;
                right: 15px;
                z-index: 2;
                display: flex;
                align-items: center;
                justify-content: space-between;

                span {
                    font-weight: 700;
                    font-size: 24px;
                    color: #EBEFF3;
                    line-height: normal;
                }
            }

            &::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.6) 100%);
            }
        }
    }
}

.home-contact {
    padding: 100px 0;

    .title {
        font-weight: 900;
        font-size: 48px;
        color: #1A4072;
    }

    .desc {
        font-weight: 400;
        font-size: 16px;
        color: #1A4072;
    }

    .cont-info {
        margin-top: 30px;

        a {
            display: flex;
            margin-bottom: 15px;
            font-weight: 400;
            font-size: 16px;
            color: #1A4072;
            align-items: center;

            b {
                display: block;
            }

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

    .social {

        b {
            margin-bottom: 15px;
            font-size: 16px;
            color: #1A4072;
            display: block;
            margin-bottom: 15px;
        }

        a {
            margin-right: 10px;
        }
    }

    .map {
        border-radius: 8px;
        overflow: hidden;
    }

    .sizi-arayalim {
        padding: 20px 32px;
        background: #FFFFFF;
        box-shadow: 0px 10px 22px 0px #0000000A, 0px 40px 40px 0px #00000008, 0px 90px 54px 0px #00000005, 0px 159px 64px 0px #00000003, 0px 249px 70px 0px #00000000;
        border-radius: 8px;

        .title {
            font-weight: 900;
            font-size: 32px;
            color: #1A4072;
            margin-bottom: 30px;
        }

        label {
            font-weight: 700;
            font-size: 14px;
            color: #364656;
            display: block;
        }

        input,
        select,
        textarea {
            background: #F2F7FD;
            border: 1px solid #F2F7FD;
            font-weight: 300;
            font-size: 16px;
            padding: 12px 16px;
            border-radius: 8px;
            width: 100%;
            display: block;
            margin-top: 10px;
            margin-bottom: 30px;

            &::placeholder {
                font-weight: 400;
                font-size: 16px;
                color: #90B8E9;
            }
        }

        textarea {
            height: 150px;
        }

        button {
            border: none;
            background: #CAAD78;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            padding: 12px 32px;
            border-radius: 4px;
        }
    }
}

footer {
    background: #12233F;
    padding: 100px 0 0 0;

    .foot-cont {
        margin-top: 30px;

        a {
            color: #fff;
            display: block;
            margin-bottom: 15px;

            b {
                display: block;
            }
        }
    }

    .foot-menu {

        a {
            color: #fff;
            margin-bottom: 15px;
            display: block;
            
        }

        .title {
            font-weight: 700;
            font-size: 16px;

        }
    }

    hr {
        border-top: 1px solid #ffffff62;
    }

    .copy {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-bottom: 15px;
    }

    .brandygo {
        margin-bottom: 15px;
        display: block
    }
}

.contracts {
    padding: 10px 0;
    background: #1A365E;
    display: flex;
    align-items: center;
    justify-content: center;

    a {
        font-weight: 400;
        font-size: 14px;
        color: #EBEFF3;
        padding: 0 10px;
    }
}

.about {
    padding: 200px 0 100px 0;
    position: relative;

    .title {
        font-weight: 300;
        font-size: 54px;
        color: #1A4072;
        margin-bottom: 30px;
    }

    .mini-title {
        font-weight: 400;
        font-size: 17px;
        color: #1A4072;
        margin-bottom: 30px;
    }

    .desc {
        font-weight: 300;
        font-size: 16px;
        color: #1A4072;
    }

    b {
        font-weight: 700;
        font-size: 16px;
    }

    a {
        padding: 15px 32px;
        background: #CAAD78;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 30px;
        border-radius: 4px;
    }

    .amblem {
        position: absolute;
        top: 0;
        left: 3%;
        bottom: 100px;
        border-bottom-left-radius: 200px;
        border-bottom-right-radius: 200px;
        width: 27%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 60px;
        background: linear-gradient(180deg, #1A365E 0%, #1A4072 100%);
    }
}

.about-slider {
    background-image: url(../img/about-slider-bg.png);
    background-color: #1A365E;
    background-size: cover;
    padding: 150px 0;

    .company {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        margin-top: -72px;

        b {
            font-weight: 700;
            font-size: 24px;
            display: block;
        }
    }

    .title {
        font-weight: 700;
        font-size: 64px;
        color: #fff;
    }

    .swiper {
        width: 100%;
        height: 400px;
    }

    .swiper-slide {
        font-weight: 400;
        font-size: 40px;
        color: #F8F5F2;
        display: flex;
        align-items: center;
        transition: all .5s ease;
        opacity: .25;
    }

    .swiper-slide-active {
        font-weight: 700;
        font-size: 64px;
        color: #F8F5F2;
        opacity: 1;
    }
}

.about-gallery {
    padding: 100px 0;

    .title {
        font-weight: 300;
        font-size: 54px;
        color: #1A4072;
        margin-bottom: 30px;
    }

    .gallery-img {
        border-radius: 4px;
        overflow: hidden;
        display: block;
        margin: 15px 0;

        img {
            height: 300px;
            object-fit: cover;
        }
    }
}

.teams {
    padding: 100px 0;

    .title {
        font-weight: 400;
        font-size: 54px;
        color: #1A4072;
        margin-bottom: 50px;
    }

    .s-team {
        display: block;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        color: #fff;
        margin-bottom: 30px;

        .info {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            padding: 0 20px;

            .t-title {
                font-weight: 400;
                font-size: 15px;
                line-height: 15px;
            }

            .t-name {
                font-weight: 400;
                font-size: 25px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
        }
    }


}

.team-detail {
    padding: 0 0 100px 0;

    .detail-img {
        background: linear-gradient(180deg, #1A365E 0%, #1A4072 100%);
        padding: 150px 70px 0 70px;
        border-bottom-right-radius: 120px;
        position: relative;
        overflow: hidden;
    }

    .t-img {
        position: relative;
        z-index: 2;
        height: 620px;
        object-fit: contain;
        object-position: bottom;
    }

    .amblem {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .t-info {
        padding: 150px 100px 0 0;
        text-align: justify;

        .title {
            font-weight: 400;
            font-size: 25px;
            color: #1A4072;
        }

        .name {
            font-weight: 400;
            font-size: 54px;
            color: #1A4072;
            margin-bottom: 15px;
        }

        .t-social {
            margin-bottom: 30px;

            img {
                height: 35px;
            }
        }

        .desc {
            font-weight: 400;
            font-size: 16px;
            color: #1A4072;

            ul {
                margin: 0 0 1rem 1rem;
                padding: 0;
            }
        }
    }
}

.blog {
    padding: 100px 0;

    .title {
        font-weight: 400;
        font-size: 54px;
        color: #1A4072;
        margin-bottom: 50px;
    }

    .cat-sidebar {
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        position: sticky;
        top: 30px;
        box-shadow: 0px 10px 22px 0px #0000000A, 0px 40px 40px 0px #00000008, 0px 90px 54px 0px #00000005, 0px 159px 64px 0px #00000003, 0px 249px 70px 0px #00000000;

        .title {
            font-weight: 500;
            font-size: 25px;
            color: #1A4072;
            margin-bottom: 15px;
        }

        a {
            display: block;
            padding: 5px 0;
            color: #1a4072;
            transition: all .3s ease;

            &.active,
            &:hover {
                color: #ac8b74;
                padding-left: 10px;
            }
        }
    }

    .s-blog {
        position: relative;
        display: block;
        border-radius: 8px;
        margin-bottom: 30px;
        overflow: hidden;

        .info {
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;

            span {
                font-weight: 700;
                font-size: 24px;
                color: #EBEFF3;
                line-height: normal;
            }

            img {
                margin-left: 30px;
            }
        }

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.6) 100%);
        }

    }
}

.dilekce {
    padding: 100px 0;

    .title {
        font-weight: 400;
        font-size: 54px;
        color: #1A4072;
    }

    .desc {
        margin-bottom: 50px;
    }

    .box {
        display: block;
        background: #F2F7FD;
        padding: 20px 24px;
        border-radius: 8px;
        margin-bottom: 30px;
        min-height: 200px;

        .icon {
            width: 72px;
            height: 72px;
            background: #E4ECFA;
            border-radius: 50%;
            padding: 15px;
            margin: auto;
        }

        .name {
            font-weight: 700;
            font-size: 16px;
            color: #1A365E;
            text-align: center;
            margin-top: 15px;
        }
    }
}

.sticky-form {
    position: sticky;
    top: 30px;
    left: 0;
}

.blog-detail {
    padding: 100px 0;

    .navigation {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .prev,
        .next {
            font-weight: 300;
            font-size: 14px;
            color: #1A4072;
            display: flex;
            align-items: center;
        }

        .prev {
            float: left;

            img {
                margin-right: 10px;
                transform: rotateY(180deg);
            }
        }

        .next {
            float: right;

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

    .title {
        font-weight: 400;
        font-size: 32px;
        color: #1A4072;
        margin: 30px 0;
        line-height: 32px;
    }

    .desc {
        margin-top: 30px;
        font-weight: 400;
        font-size: 16px;
        color: #1A4072;
    }

    .sizi-arayalim {
        padding: 20px 32px;
        background: #FFFFFF;
        box-shadow: 0px 10px 22px 0px #0000000A, 0px 40px 40px 0px #00000008, 0px 90px 54px 0px #00000005, 0px 159px 64px 0px #00000003, 0px 249px 70px 0px #00000000;
        border-radius: 8px;

        .title {
            font-weight: 900;
            font-size: 32px;
            color: #1A4072;
            margin-bottom: 30px;
        }

        label {
            font-weight: 700;
            font-size: 14px;
            color: #364656;
            display: block;
        }

        input,
        select,
        textarea {
            background: #F2F7FD;
            border: 1px solid #F2F7FD;
            font-weight: 300;
            font-size: 16px;
            padding: 12px 16px;
            border-radius: 8px;
            width: 100%;
            display: block;
            margin-top: 10px;
            margin-bottom: 30px;

            &::placeholder {
                font-weight: 400;
                font-size: 16px;
                color: #90B8E9;
            }
        }

        textarea {
            height: 150px;
        }

        button {
            border: none;
            background: #CAAD78;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 16px;
            padding: 12px 32px;
            border-radius: 4px;
        }
    }

    .s-blog {
        position: relative;
        display: block;
        border-radius: 8px;
        margin-bottom: 30px;
        overflow: hidden;

        .info {
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;

            span {
                font-weight: 700;
                font-size: 24px;
                color: #EBEFF3;
                line-height: normal;
            }

            img {
                margin-left: 30px;
            }
        }

        &::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0.6) 100%);
        }

    }
}

.mobile-btn {
    display: none;
}

.mobile-menu {
    display: none;
}

@media(max-width:969px) {
    .h-slide {
        height: 70vh;

        .slide-img {
            height: 70vh;
            object-fit: cover;
        }

        .info {
            bottom: auto !important;
            left: 0 !important;
            width: 100% !important;
            padding: 30px;

            .title {
                line-height: 48px;
            }

            .desc {
                line-height: 16px;
                margin-top: 15px;
            }
        }
    }

    .home-slider {
        .slide-btn {
            .title {
                span {
                    &:last-of-type {
                        font-weight: 900;
                        font-size: 28px;
                        line-height: 28px;
                    }
                }
            }
        }
    }

    .home-about {
        padding: 50px 30px;

        .about-img {
            width: 100%;
        }

        .row {
            flex-direction: column-reverse;
        }
    }

    .home-services {
        padding: 50px 30px;

        .title {
            margin-bottom: 30px;
            font-size: 32px;
        }
    }

    .home-team {
        padding: 50px 30px;

        .detail-btn {
            margin-bottom: 50px;
        }

        .team-slider {
            margin-left: 0;
            margin-right: 0;
        }

        .t-next {
            right: -15px;
        }

        .t-prev {
            left: -15px;
        }

        .t-prev,
        .t-next {
            top: 40%;
        }
    }

    .home-dilekce {
        padding: 50px 30px;

        .title {
            line-height: 48px;
        }
    }

    .home-blog {
        padding: 50px 30px;

        .h-blogs {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .home-contact {
        padding: 50px 30px;

        .sizi-arayalim {
            padding: 0;
            background: none;
            box-shadow: none;
            border-radius: 0;
            margin-top: 50px;
        }
    }

    footer {
        padding: 50px 30px;

        .foot-menu {
            margin: 10px 0;
            padding: 0;
            list-style: none;
        }
    }

    .brandygo {
        text-align: left;
    }

    .mobile-btn {
        display: block;
        width: 45px;
        position: relative;

        span {
            width: 100%;
            height: 3px;
            background: #1b3b67;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 5px 0;
        }

        &.active {

            span {
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);

                &:first-of-type {
                    transform: translate(0, -50%) rotate(-45deg);
                }

                &:nth-child(2) {
                    display: none;
                }

                &:last-of-type {
                    transform: translate(0, -50%) rotate(45deg);
                }
            }

        }

    }

    .inner-head {

        .mobile-btn {

            span {
                background: #fff;
            }

        }
    }

    header {
        padding: 30px;

        nav {
            display: none;
        }
    }

    .about {
        padding: 0 0 100px 0;

        .amblem {
            position: relative;
            top: 0;
            left: 0;
            bottom: auto;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            width: 100%;
            padding: 250px 100px 100px 100px;
            margin-bottom: 50px;
        }

        .title,
        .desc {
            padding: 0 30px;
        }
    }

    .about-slider {
        padding: 50px;

        .company {
            margin-top: 0;
        }

        .title,
        .s-title {
            font-size: 44px;
            text-align: center;
            line-height: 44px;
            width: 100%;
            display: block;
        }

        .swiper {
            height: auto;
            margin-left: -50px;
            margin-right: -50px;
            width: 140%;
        }
    }

    .about-gallery {
        padding: 50px 30px;
    }

    .teams {
        padding: 50px 30px;
    }

    .team-detail {
        .t-img {
            height: auto;
        }

        .amblem {
            width: 80%;
        }

        .t-info {
            padding: 50px;

            .name {
                line-height: 54px;
            }
        }
    }

    .blog {
        padding: 50px 30px;

        .title {
            font-size: 40px;
        }
    }

    .blog-detail {
        padding: 50px 30px;

        .sizi-arayalim {
            padding: 0;
            background: none;
            box-shadow: none;
            border-radius: 0;
        }
    }

    .dilekce {
        padding: 50px 30px;

        .title {
            line-height: 54px;
            margin-bottom: 30px;
        }
    }

    .mobile-menu {
        background: #f6f8f9;
        padding: 30px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        position: absolute;
        top: 120px;
        left: 0;
        z-index: 99;
        right: 0;

        a {
            font-weight: 600;
            display: block;
            text-transform: uppercase;
            margin-bottom: 10px;
            color: #092340;
        }
    }
    .cat-sidebar{
        margin-bottom: 30px;
    }
}

table {
    margin-bottom: 30px;

    td:first-of-type,
    th:first-of-type {
        padding-right: 30px;
    }

    td:nth-child(3),
    th:nth-child(3) {
        padding-left: 30px;
    }
}