.birim-box,
.dew-box {
    overflow: hidden;
    cursor: pointer;
    background-position: left -250px bottom -120px
}

.birim-box:hover,
.dew-box:hover,
.menu-box:hover {
    box-shadow: rgba(50, 50, 93, .25) 0 30px 60px -12px, rgba(0, 0, 0, .3) 0 18px 36px -18px;
    background-position: left -70px bottom -60px
}

.birim-box,
.birim-box:hover,
.dew-box,
.dew-box:hover {
    background-repeat: no-repeat;
    background-size: auto 100%
}

.dew-box {
    width: 100%;
    height: 150px;
    position: relative;
    transition: .1s ease-in-out;
    border-radius: 20px;
    border: 1px solid transparent
}

.dew-box-ico,
.dew-box-text {
    color: #fff;
    position: absolute;
    transition: .1s ease-in-out;
    margin: auto;
    bottom: 0
}

.dew-box:hover {
    background-color: rgba(0, 0, 0, .02) !important;
    transition: .1s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .01)
}

.dew-box:hover .evlenenler {
    color: #bd287a !important
}

.dew-box:hover .vefat {
    color: #000 !important
}

.dew-box:hover .eczane {
    color: #f22 !important
}

.dew-box:hover .haber {
    color: #1d1da3 !important
}

.dew-box-text {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    left: 30px;
    top: 0;
    display: flex;
    align-items: center
}

.dew-box:hover .dew-box-text {
    left: 50px;
    color: #111e3c;
    transition: .1s ease-in-out
}

.dew-box-ico {
    right: -30px;
    top: 30% !important;
    width: 90px;
    height: 90px
}

.dew-box:hover .dew-box-ico {
    right: -50px;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    color: #f4ba14
}

.center-cta-whitebg {
    border-radius: 15px;
    background-color: #fff;
    padding: 12px 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    font-weight: 500;
    font-size: 15px;
    color: #06314a;
    transition: .2s;
    cursor: pointer
}

.birim-box,
.birim-box-text {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    display: flex
}

.birim-box,
.birim-box-text,
.birim-box:hover {
    transition: .1s ease-in-out
}

.center-cta-whitebg:hover {
    background-color: #06314a;
    color: #fff
}

.center-cta-whitebg:hover .cta-left-white-ico {
    color: #ffc500
}

.birim-box {
    width: 100%;
    height: 125px;
    position: relative;
    border-radius: 20px;
    border: 1px solid transparent;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px
}

.birim-box:hover {
    background-color: rgba(0, 0, 0, .02) !important;
    border: 1px solid rgba(0, 0, 0, .01);
    color: #b18700
}

.birim-box-text {
    color: #fff;
    position: absolute;
    margin: auto;
    left: 20px;
    top: 0;
    bottom: 0;
    align-items: center
}

.birim-box:hover .birim-box-text {
    left: 30px;
    color: #111e3c;
    transition: .1s ease-in-out
}

.main-menu ul.sub-menu li a:before {
    content: "\2192"
}


.dropdown-content {
    /* display: none; */
    visibility: hidden;
    position: fixed;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-top:3px solid var(--theme-color);
    opacity: 0;
}


.menuKurumsal:hover .dropdown-content {
    /* display: block; */
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}


.menuKutu {
    height: 100px;
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    cursor: pointer;
    padding: 12px;
}



.menu-box {
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 20px;
    border: 1px solid transparent;
    text-align: center;
    color: #8d6800;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    background-color: #dedede;
    display: flex;
    cursor: pointer;    
}

.menu-box:hover {
    background-color: rgba(0, 0, 0, .02) !important;
    border: 1px solid rgba(0, 0, 0, .01);
    color: #0a293f;
}

.menu-box-text {
    color: #456b7f;
    position: absolute;
    margin: auto;
    left: 20px;
    top: 0;
    bottom: 0;
    align-items: center
}

.menu-box:hover .menu-box-text {
    left: 30px;
    color: white;
    transition: .1s ease-in-out
}


