@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
:root {
    --renk1: #1351D8;
    --renk2: #051a46;
    --renk: #084d96;
}


body{
    background-color: rgb(245, 245, 245);
    font-family: "Manrope", sans-serif;
    user-select: none;
}

.faaliyetContent .tab-pane{
    display: flex;
    
}

nav {
    position: fixed;
    right: 5rem;
    height: 64px;
   
    width: 380px;
    background-color: #fefefe;
    z-index: 999;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
    transition: .3s;
}

.navPdx{
    position: relative; z-index: 5; background-color: white; height: 100%;width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 12px 28px;
}



nav img{
    height: 100%;
}

.banner {
    height: 90vh;
    width: 100%;
    border-bottom: 1.2rem solid #1351D8;
    position: relative;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
}

.banner::after{
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    content: attr(data-text);
    background-color: #051a46;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: lighter;
    font-style: italic;
}

.banner::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, #05163a 2%, rgba(255, 0, 0, 0) 111%);
    z-index: 1;
}

.wave {
    position: absolute;
    bottom: -46px;
    left: 14rem;
    z-index: 5;
    color: #696767;
}

.wave path{
    fill: #05163a;
}

.logo {
    height: 85px;
    position: absolute;
    bottom: -5px;
    left: 19rem;
    z-index: 3;
}

.bannerText{

    display: flex;

    height: 100vh;
    position: relative;
    flex-direction: column;
    justify-content: center;
    z-index: 4;
    color: white;

    font-weight: lighter;

}

.bannerText h1{
    font-size: 5rem;
    font-weight: 500;
}

.bannerText p{
    font-size: 22px;
    width: 60%;
}

.bannerButon{
    border: 1px solid white;
    width: max-content;
    color: white;
    padding: 5px 45px;
    text-decoration: none;
    margin-top: 1rem;
    transition: .25s;
}

.bannerButon:hover{
    background-color: white;
    color: #1351D8 ;
}
.firstSlogan{
    font-style: italic;
    font-size: 22px;
    line-height: 1.8;
}

.hamb {
    position: absolute;
    right: 30px;
    display: flex;
    flex-direction: column;
    transition: .2s;
    gap: 7px;
    top: 24px;
    color: var(--renk1);
    cursor: pointer;
}

.hambtext {
    position: absolute;
    left: -3.2rem;
    top: -6px;
    
    font-weight: 600;
    color: var(--renk1);
}

.hamb span {
    height: 2px;
    width: 46px;
    background-color: var(--renk2);
    display: block;
   
}

.navMenu{
    position: absolute;
    top: 64px;
    background-color: var(--renk1);
    border-bottom-left-radius: 9px;
    padding: 10px 20px;
    border-bottom-right-radius: 9px;
    width: 80%;
    right: 10%;
    transform: translateY(-100%);
    z-index: 0;
    transition: .3s;
    border-bottom: 5px solid #113992;
   
   
}



nav ul li{
    list-style: none;
    
}

nav ul{
    padding: 0;
    margin: 0;
}

.navMenu ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navMenu ul li{
    color: white;
    font-weight: lighter;
    transition: .25s;
    
}

.navMenu ul li:hover{
    transform: translateX(6px);
    cursor: pointer;
    opacity: .5;
}

    .navMenu ul li a{
        color: white;
        font-weight: lighter;
        transition: .25s;
        text-decoration:none;
    }


.navMenu.navMenuAcildi{
    transform: translateY(0%);
}

.hambtext{
    transition: .25s;
}

.hamb.hambBasildi .hambtext{
    top: -2px;
}

.hamb.hambBasildi{
    gap: 14px;
}

.rs1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rs1{
    height: 45rem;
    width: 45rem;
    border-radius: 50%;
    overflow: hidden;
}

footer{
    background-color: var(--renk2);
    border-top: 1.2rem solid #1351D8;
    position: relative;
}

.footerWave {
    position: absolute;
    top: -46px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.wave2{
    transform: rotate(180deg);
}

.wave2 path{
    fill: var(--renk2);
}

.footerWave img {
    height: 74px;
    position: absolute;
    z-index: 2;
    top: 30px;
}

.footerItems{
    display: flex;
    align-items: center;
    padding-top: 5rem;
    flex-direction: column;
}

.footerButons{
    margin-bottom: 10px;
}

.footerButons span{
    color: white;
    font-weight: lighter;
    font-size: 14px;
}

.footerButons span a{
    font-weight: 500;
    color: white;
    text-decoration: none;
    margin-left: 7px;
}

.adres{
    width: 200px;
    text-align: center;
    color: white;
    padding: 20px 0;
}

.colbNS{
    position: relative;
}

.colBns::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to left, #05163a 2%, rgba(255, 0, 0, 0) 111%);
    z-index: 1;
}

.colbNS::before{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #1351d84d;
    content: "";
    top: 0;
    left: 0;
}

.frstLinks {
    height: 100%;
    width: 105%;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 65px;
    padding-left: 50px;
    padding-right: 160px;
    justify-content: space-between;
    position: relative;
    left: -5%;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    z-index: 2;
}

.kurumsalFlex{
    display: flex;
    flex-direction: column;
    color: var(--renk2);
    border-top: 1px solid rgba(128, 128, 128, 0.27);
    padding-top: 2rem;
}

.kurumsalFlex a{
    border: 1px solid var(--renk2) !important;
    background-color: var(--renk2);
}



.kurumsalFlex:first-child{
    border: none;
}


.kurumsalFlex h2{
    font-weight: 550;
}
.kurumsalFlex p{
    font-weight: lighter;
    line-height: 1.8;
}

.biziTaniyin {
    position: absolute;
    left: 2rem;
    bottom: 0;
    font-weight: bold;
    color: white;
    font-size: 9rem;
    -webkit-text-stroke: 0.5px rgb(255 255 255 / 39%);
    color: transparent;
    z-index: 2;
}

.faaliyetlerBg{

    border-left: 2px solid var(--renk2);

    position: relative;

    border-top-right-radius: 30px;
    padding: 0 4rem;

   
}

.faaliyetlerBg::after {
    position: absolute;
    left: -2px;
    width: 2px;
    height: 250px;
    content: "";
    top: -7rem;
    background: var(--renk2);
}

.spanFlyt{

    font-size: 40px;

    font-weight: bold;
    color: var(--renk2);
    position: relative;
    top: -2rem;
    background-color:  rgb(245, 245, 245);
    padding-right: 4rem;
}

.faaliyetNav {
    border-top: 2px solid var(--renk2);
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
}

.faaliyetBasliklar{
    width: 100%;
}

.faaliyetBasliklar ul{
    display: flex;
    height: 100%;
    gap: 40px;
    align-items: center;
    width: 100%;
    justify-content: end;
}

.faaliyetBasliklar ul li{
    list-style: none;
    font-weight: 600;
    border-bottom: 2px solid rgb(189, 189, 189);
    padding-bottom: 10px;
    cursor: pointer;
}

.faaliyetBasliklar ul li.active{
    border-bottom: 2px solid var(--renk2);
}

.faaliyetContent {
    display: flex;
    height: 32rem;
}

.flText{
    width: 35%;
    border-bottom: 2px solid var(--renk2);
    margin-right: 4rem;
}

.flimage{
    width: 60%;
}

.flText h1 {
    font-weight: 500;
    color: var(--renk2);
}

.flText p{
    font-family: "Cormorant", serif;
    padding-right: 2rem;
    font-size: 24px;
    font-weight: 500;
    margin-top: 1.3rem;
}

.bannerButon.black{
    border: 1px solid var(--renk2);
    color: var(--renk2);
    border-radius: 5px;
    margin-top: 2rem;
    display: block;
    font-weight: 600;
}

.bannerButon.black:hover{
    background-color: var(--renk2);
    color: white;
}

.hepsi{
    border: none !important;
    font-size: 14px;
    position: relative;
    top: 16px;
}

.flimage img{
    object-fit: cover;
}

.hbr h1 {
    font-weight: 500;
    margin-top: 13px;
    color: var(--renk2);
    transition: .2s;
    font-size: 29px;
}

.hbr p{
    font-family: "Cormorant", serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(95, 92, 92);
    transition: .2s;
    padding-right: 4rem;
}

.hbr{
    margin-top: 30px;
    
}

.hbrX{
    cursor: pointer;
    background-color: white;
    padding: 20px;
}

    .hbrX .hbrimgx
    {
        width:100%;
        height:400px;
        background-position:bottom;
        background-repeat:no-repeat;
        background-size:cover;
    }


    .hbrX:hover {
        background-color: rgb(233, 233, 233);
    }
.hbrX:hover h1{
    transform: translateX(10px);
}

.hbrX:hover p{
    transform: translateX(10px);
}


/*Ýç sayfa yazýlarý*/


.banner1Margin {
    padding-top: 130px;
}

.icSayfaKat {
    min-height: 70vh;
}

.icSayfaBanner span {
    color: white;
    font-weight: lighter;
    opacity: .6;
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.arrowScs {
    background-color: var(--renk);
    cursor: pointer;
}

.contactArrow {
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 2px solid white;
    top: 1rem;
    cursor: pointer;
    transition: .2s;
}

    .contactArrow svg {
        height: 4rem;
        width: auto;
        color: white;
    }

.arrowScs:hover .contactArrow {
    background-color: white;
}

    .arrowScs:hover .contactArrow svg {
        color: var(--renk2);
    }

.footerContact b {
    color: white;
    font-size: 30px;
}

.posts:hover .arrowPost svg {
    background-color: white;
    color: black;
    transform: translateX(-6px);
}

.footerContact p {
    color: white;
    font-family: 'Baskerville BT', sans-serif;
    font-style: italic;
    font-size: 25px;
}

.posts:hover .postContent {
    transform: translateY(-6px);
}

.icSayfaKoyu h1 {
    color: white;
}

.icSayfaKoyu {
    background: #02172d;
}

.icSayfaBanner {
    /* height: 8rem; */
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-bottom: 1rem;
}

.projectBanner {
    height: 34rem;
}


.posts::before {
    position: absolute;
    height: 100%;
    background: #1f1f3582 !important;
    width: 100%;
    content: "";
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.projeDetayDiv {
    padding: 2rem 3rem;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    opacity: 1 !important;
}

.mySwiper2 {
    height: 32rem;
    width: 100%;
}

.mySwiper {
    height: 10rem;
    box-sizing: border-box;
    padding: 4px 0;
}

    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        transition: .35s !important;
        margin-right: 6px !important;
        position: relative;
    }

.docLinks {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
}

    .docLinks a {
        background: #2f71e7;
        color: white;
        padding: 10px 46px;
        border-radius: 3px;
    }

.prjTitl {
    height: 5rem;
    padding: 1rem 0;
    font-weight: 600;
    font-size: 26px;
    background: #092e56;
    color: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 17px;
    background: #0c1732a1;
    padding: 15px 8px;
    border-radius: 3px;
}

.mySwiper .swiper-slide::before {
    position: absolute;
    right: 0;
    top: 0;
    background: #140b2582;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s !important;
}

.mySwiper .swiper-slide-thumb-active::before {
    opacity: 0;
}

.swiperDiv {
    background: #e9e9e9;
    user-select: none;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.tumProjects {
    background: #084d96;
    padding: 8px 20px;
    color: white;
    margin-right: 10px;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 20rem;
    position: relative;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.postContent {
    position: absolute;
    bottom: 1rem;
    padding-left: 2rem;
    z-index: 2;
    padding-right: 5rem;
    width: 100%;
    transition: .3s;
}

.arrowPost {
    position: absolute;
    right: 1rem;
    color: white;
    bottom: 1rem;
}

.postContent b {
    color: white;
    font-size: 25px;
    display: block;
}

.arrowPost svg {
    height: 35px;
    transition: .3s;
    width: auto;
    border: 2px solid white;
    border-radius: 50%;
}

.copyright {
    position: absolute;
    bottom: -1.3rem;
    font-size: 17.5px;
    color: #c4c4c4;
    font-weight: 200;
}

.copyrightSag {
    position: absolute;
    bottom: -1.3rem;
    gap: 30px;
    margin-bottom: 1rem;
    display: flex;
    z-index: 2;
}

    .copyrightSag p {
        color: #c4c4c4;
        font-size: 14px;
    }

    .copyrightSag a {
        font-size: 14px;
        text-decoration: none;
        color: #c4c4c4;
        cursor: pointer;
        font-weight: 200;
    }

.socials {
    display: flex;
    gap: 20px;
}

    .socials i {
        /* background-color: rgb(197, 197, 197); */
        padding: 15px;
        cursor: pointer;
        margin-top: 1rem;
        height: max-content;
        transition: .2s;
        border-radius: 50%;
        color: white;
        font-size: 19px;
        border: 1px solid white;
    }


        .socials i:hover {
            background-color: white;
            color: rgb(7, 2, 37);
        }

.statBox.farkli {
    transition: .2s;
    cursor: pointer;
}

    .statBox.farkli:hover {
        padding-left: 2.5rem;
        background-color: gray;
    }


.dropdown {
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.333);
    cursor: auto;
    display: none;
}

    .dropdown.active {
        display: block;
    }

.dropdownBg {
    height: 20rem;
    width: 100%;
    background-color: #fcfcfc;
    display: flex;
}

.dropdownAc.active {
    opacity: 1 !important;
}

.navbar.scrollBg .logo {
    padding: 0;
    top: 0;
}



.navbar.scrollBg {
    background-color: #dadbdc;
    height: 56px;
}

    .navbar.scrollBg ul li {
        color: black;
    }

.dropdownAc span {
    transition: .2s;
    display: block;
}

.dropdownAc.active span {
    transform: scale(1.10);
    font-weight: 500;
    color: black;
}

.dropdownImg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.dropdownImgSide {
    position: relative;
    width: 30%;
    height: 100%;
}

    .dropdownImgSide::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.700);
        content: "";
    }

.navbar.scrollBg ul li a {
    color: black;
}

.dropdownImgSide b {
    color: white;
    font-size: 40px;
    font-weight: 300;
    width: 250px;
}

.dropdownBtnContent {
    position: absolute;
    bottom: 2rem;
    /* left: 3rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 3rem;
}

    .dropdownBtnContent a {
        position: absolute;
        bottom: 0;
        right: 2.5rem;
    }

    .dropdownBtnContent .daireButon {
        margin: 0;
    }

.dropdownLinks {
    padding: 3rem;
    width: 70%;
}

    .dropdownLinks a {
        text-decoration: none;
        color: black !important;
        font-weight: 400;
        border-bottom: 1px solid rgba(128, 128, 128, 0.418);
        display: block;
        padding-bottom: 11px;
        position: relative;
    }

        .dropdownLinks a i {
            position: absolute;
            right: 0;
            font-size: 10px;
            top: 12px;
            transition: .2s;
            color: var(--renk);
        }

    .dropdownLinks ul {
        align-items: start;
        width: 100%;
        flex-wrap: wrap;
        gap: 0px;
        column-gap: 35px;
        justify-content: flex-start;
    }

        .dropdownLinks ul li {
            width: 320px;
            opacity: 1 !important;
        }

            .dropdownLinks ul li:hover a {
                border-bottom: 1px solid var(--renk);
            }

                .dropdownLinks ul li:hover a i {
                    right: 5px;
                }

.dropdownAc span i {
    font-size: 8.5px;
    margin-left: 6px;
    position: relative;
    bottom: 2px;
    transition: .2s;
}

.banner1BreadCrumb {
    min-height: 42px;
    font-weight: 400;
    width: 100%;
    background: #f1f1f1;
    color: #8a8a8a;
    display: flex;
    font-size: 15px;
    align-items: center;
    padding: 8px 10px;
}

    .banner1BreadCrumb span {
        display: flex;
        gap: 13px;
    }

.banner1Img.iki {
    height: 25rem !important;
}

.bannerBefor {
    position: relative;
    min-height: 25rem;
}

    .bannerBefor::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #07072f82;
        content: "";
        z-index: 1;
    }

.langs a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    margin-right:10px;
}

.langs a:hover {
    color: #fff;
    text-decoration: none;
    transition:.5s;
    opacity:.8;
}

.pageBannerTitle {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    height: 5rem;
    padding-left: 3rem;
    display: flex;
    align-items: center;
    z-index: 2;
}

    .pageBannerTitle h3 {
        color: white;
        margin: 0;
        display: flex;
        height: 100%;
        align-items: center;
        width: max-content;
        padding-left: 4rem;
        font-size: 3rem;
    }


.otherPages.active {
    height: max-content;
}

.icSayfaDis {
    background: white;
    position: relative;
    top: -3rem;
    z-index: 5;
    padding: 30px 40px;
    border-radius: 20px;
}

.otherPages {
    background: var(--renk);
    padding: 10px 0px;
    color: white;
    cursor: pointer;
    height: 45px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    transition: .35s;
}

    .otherPages.active i {
        padding: 8px 30px;
        font-size: 17px;
        font-style: normal;
        /* height: 100%; */
        display: block;
        width: 100%;
        background: #ffffff40;
    }

    .otherPages i {
        padding: 0 30px;
        font-size: 17px;
        font-style: normal;
    }

    .otherPages .bx {
        position: absolute;
        right: 13px;
        top: 18px;
        opacity: .6;
        font-size: 10px;
        padding: 0 !important;
        background: transparent !important;
        width: max-content !important;
        display: inherit !important;
        font-size: 10px !important;
    }

    .otherPages.active .bx {
        transform: rotate(180deg);
        top: 26px;
    }

.ýcSayfaMin {
    min-height: 30vh;
}

.otherPages ul {
    margin-top: 16px;
    padding-left: 0;
    margin-left: 0;
    padding: 0 20px;
    background: var(--renk);
    color: white;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .otherPages ul li {
        height: 28px;
        font-size: 15px;
        transition: .25s;
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        list-style: none;
    }



        .otherPages ul li a {
            color: white;
            text-decoration: none !important;
        }


.contactBykBaslk {
    font-size: 40px;
    color: var(--renk);
    font-weight: 300;
}

.adresBgContact {
    padding: 50px;
    background: white;
}

    .adresBgContact b {
        font-weight: 400;
        color: #002855;
        font-size: 26px;
    }

    .adresBgContact p {
        color: gray;
        font-size: 19px;
        font-weight: 300;
    }


.iletisimUstYazi {
    text-align: center;
    margin-bottom: 51px;
    font-size: 20px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 500;
    min-width: 54rem;
}

.bmksForm {
    width: 100%;
}

.arrowScs a {
    text-decoration: none;
}

.bmksForm div {
    width: 100%;
}

.tumUrunlerBtn {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    text-decoration: none;
    color: white;
    display: block;
    width: max-content;
    text-decoration: none;
    padding: 6px 40px;
    font-weight: 400;
    font-size: 16px !important;
    border-radius: 20px;
    margin-top: 35px;
    border: 2px solid transparent;
    transition: .25s;
}

.bmksForm label {
    margin-bottom: 6.5px;
    color: gray;
}

.bmksForm textarea {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    height: 12rem;
    border-radius: 6px;
    outline: none;
}


.bmksForm input {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    border-radius: 6px;
    outline: none;
}

.iletisimBasarili {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffbf;
    z-index: 99999999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-100%);
    transition: opacity 1s;
    opacity: 0;
}

    .iletisimBasarili a {
        text-decoration: none !important;
    }

    .iletisimBasarili span {
        font-size: 40px;
        font-weight: 700;
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400;
    }

    .iletisimBasarili a {
        background: var(--renk);
        padding: 7px 20px;
        color: white;
        margin-top: 16px;
    }

.searchbox {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.form-search {
    position: relative;
    width: 73%;
    margin: 15px 0;
    padding: 0;
}

    .form-search label {
        text-align: center;
        width: 100%;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .form-search .form-control {
        padding: 15px;
        border-radius: 30px;
        position: relative;
    }

    .form-search .buttonn-search {
        position: absolute;
        right: 20px;
        top: 80px;
        border: 0;
        background-color: transparent;
    }

.aramalar {
    background-color: #fafbfb;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.aramaBaslik {
    color: #03438f;
    font-weight: bold;
}

.arama-col a {
    text-decoration: none !important;
}