.lang-div img {
    height: 24.5px;
    border-radius: 11px;
}

.pagination .page-link {
    color: #0D3D51 !important;
    background-color: #fff !important;
    border-color: #0D3D51 !important;
}

.pagination .active span {
    background-color: #0D3D51 !important;
    border-color: #0D3D51 !important;
    color: #fff !important;
}

.active-lang {
    border-bottom: 1px solid #134270;
    border-radius: 0;
}

.active-lang:hover {
    border-bottom: 1px solid #134270;
    border-radius: 0;
}

.header-top {
    background: #3D86BE12;
    height: 45px;
}

.header-top-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-left: -10px;
}

/* Language */
.language .dropdown-menu {
    background-color: #fff;
    min-width: 5rem;
    border: none;
}

.language span {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.language .dropdown-toggle:active,
.language .dropdown-toggle:hover {
    border-color: transparent;
}

.language .dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    vertical-align: 0.155em;
    color: #347BB3;
}

/*Social icons*/
.social-icons {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.social-icons .social-icon-item:not(:last-child) {
    margin-right: 28px;
}

.social-icons .social-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons .social-icon-item .fa-facebook-f {
    color: #545454;
}

.social-icons .social-icon-item .fa-linkedin-in {
    color: #545454;
}

.social-icons .social-icon-item .fa-whatsapp {

}

.social-icons .social-icon-item .fa-instagram {

}

/*header-bottom*/
.header-bottom {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
}

.header-bottom .container {
    /*height: 100%;*/
}

.header-bottom-left {
    width: 100px;
    height: 75px;
}

.header-bottom-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-bottom-item {
    display: flex;
    align-items: center;
}

.header-bottom-item:not(:last-child) {
    margin-right: 35px;
}

.header-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom-item-icon {
    background-color: var(--main-color);
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 35px;
}

.header-bottom-item-icon img {
    width: 17px;
    height: 17px;
    object-fit: cover;
}

.header-bottom-right {
    display: flex;
    align-items: center;
}

.header-bottom-item-text h4 {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.header-bottom-item-text a, .header-bottom-item-text span {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .header-bottom-item-text a, .header-bottom-item-text span {
        color: #fff;
    }
    .header-bottom-item-text h4 {
        color: #fff;
    }
    .header-bottom-item-icon {
        background-color: #fff;
    }

    .header-bottom-item-icon img {
        filter: brightness(.5);
    }
}


/*Carousel Header*/
header .carousel-item {
    height: 450px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-slider .carousel-item {
    position: relative;
    overflow: hidden;
}

.background-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 10s ease-in-out;
    z-index: -1; /* Metnin arka planında kalması için */
}

.carousel-item.active .background-zoom {
    animation: zoomInAnimation 10s ease forwards;
}

@keyframes zoomInAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}




#secure-text {
    font-size: 30px;
    font-weight: 400;
}

.header-info-left #secure-text {
    text-align: left;
    font-size: 30px;
    background-image: linear-gradient(-225deg,
    #fff 0%,
    #fff 29%,
    #fff 67%,
    #fff 100%);
    background-clip: border-box;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.header-info-left h1 {
    margin: 10px 0 40px 0;
    line-height: 64px;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--white-color);
}

.header-info-left h1 span {
    color: var(--white-color);
    background-color: var(--orange-color);
    padding: 10px;
    border-radius: 15px;
}

.read-more img {
    width: 16px;
    height: 20px;
    margin-left: 16px;
}

.search-item img {
    width: 30px;
    height: 30px;
    margin-right: 30px;
}

header .navbar-nav {
    align-items: center;
}

header .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    justify-content: flex-end;
}

header .menu {
    margin-top: 13px;
}

header .read-more {
    margin-right: 0;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.search-btn {*/
/*    color: white;*/
/*    float: right;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*    background: black;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: 2s;*/
/*}*/

/*.fa-search {*/
/*    background: black;*/
/*    font-size: 24px;*/
/*}*/

.search-input {
    border: none;
    background: #fff;
    border-radius: 10px;
    outline: none;
    color: var(--main-color);
    font-size: 16px;
    transition: 0.4s;
    margin-right: 5px;
    /*width: 200px;*/
    padding: 0 7px;
    height: 40px;
}

.search-box:hover > .search-input {
    /*width: 200px;*/
    /*margin-right: 20px;*/
}

header .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFFFFFB2;
}

header .carousel-indicators [data-bs-target].active {
    background-color: #347BB3 !important;
}

/*header .carousel .container{*/
/*    position: relative;*/
/*}*/
header .carousel .menu {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 99;
}

.mobile-icons {
    display: none;
}

.mobile-right {
    display: none;
}

.mobile-menu {
    display: none;
}

.mobile-sidebar {
    display: none;
}

.menu-svg {
    filter: brightness(100);
}

@media only screen and (max-width: 991px) {
    header .carousel-item {
        height: 300px;
    }

    .social-icons {
        display: none;
    }

    .mobile-sidebar {
        display: block;
    }

    .language {
        display: none;
    }

    .mobile-icons {
        display: flex;
    }

    .header-top {
        height: auto;
    }

    .header-top-container {
        justify-content: center;
        flex-direction: column-reverse;
    }

    .header-bottom-right {
        display: none;
    }

    .mobile-right {
        display: flex;
        margin-bottom: 10px;
    }

    .mobile-right .header-bottom-item-icon {
        background-color: transparent;
    }

    .mobile-right .header-bottom-item-icon img {
        filter: brightness(0);
    }

    .carousel .menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        margin-top: 0 !important;
    }

    .sidebar-nav .language {
        display: inline-block;
        margin-top: 20px;
    }

    .sidebar-nav .navbar-nav .dropdown-menu {
        width: auto;
        padding: 17px 1px;
    }

    .header-top-container {
        padding: 15px 0;
    }

    .header-info-left {
        width: 500px;
    }
}

.secure-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    line-height: 58px;
    color: #fff;
}

.affairs-tab-left .nav-pills .nav-link.active {
    color: #3D86BE !important;
}

.affairs-tab-left .tab-text {
    color: #6F7EA1;
}


@media only screen and (max-width: 568px) {
    header .carousel-item {
        height: 200px;
    }
}

/* Header info left */
.header-info-left {
    position: absolute;
    left: 6%;
    bottom: 20px;
    z-index: 2;

}

.header-info-left a {
    background-color: #fff;
    color: #134270;
}
