body {
    background-color: #FBFBFB;
}

main {
    height: calc(100vh - 250px);
    min-height: 550px;
}

.adminPanelFullscreen {
    width: 100%;
    height: 100vh;
    min-height: 660px;
}

.adminPanelView {
    max-height: 400px;
    overflow-y: scroll;
}

.adminPanelView::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffe4e2;
    border-radius: 5px;
}

.adminPanelView::-webkit-scrollbar-thumb {
    background-color: #E96A5F;
    border-radius: 5px;
}

.admin .offcanvas {
    z-index: 1;
}

.sliderCustomer .slide {
    padding: 70px 0;
}

.sliderCustomer .slide {
    opacity: 0.4;
    transform: scale(0.8);
}

.sliderCustomer .slick-current {
    opacity: 1;
    min-width: 100px;
    transform: scale(1);
    transition: 1s;
}

.slick-arrow {
    background-color: #E96A5F;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white;
    z-index: 1;
}

.next-arrow-left-center {
    position: absolute;
    top: 40%;
    right: 7%;
}

.next-arrow-right-center {
    position: absolute;
    top: 40%;
    left: 7%;
}


/**Navbar  Dropdown */

.navDropdown .dropdown {
    position: static;
}

.navDropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #0e020183;
}

.navbarSeminer {
    height: 320px;
    overflow-y: scroll;
}

.navbarSeminer::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffe4e2;
    border-radius: 5px;
}

.navbarSeminer::-webkit-scrollbar-thumb {
    background-color: #E96A5F;
    border-radius: 5px;
}

.DropdownLanguage .dropdown-item:active {
    background-color: transparent;
    color: #E96A5F;
}

.overflow-200::-webkit-scrollbar-thumb {
    background-color: #E96A5F;
    border-radius: 5px;
}

.overflow-200::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffe4e2;
    border-radius: 5px;
}


/** Image Responsive*/

.blogSlider img {
    height: 356px !important;
}

.huzurphoto img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.standartImage {
    object-fit: cover;
}

.fullscreen-image {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.fullscreen-height-image {
    height: 100vh;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.splide__pagination {
    top: 15%;
}

.splide__arrow {
    top: 33%;
}

.splide .splide__pagination__page.is-active {
    opacity: 100%;
    background-color: #ffffff;
}

.splide .splide__arrow {
    opacity: 100%;
    background-color: white;
}

.splide svg {
    width: 12px;
    height: 24px;
    fill: #E96A5F;
}

.blogPagination .page-link {
    color: #E96A5F;
    box-shadow: none;
}

.blogPagination .page-linkÇ:focus {
    color: #E96A5F;
}

.blogPagination .active .page-link {
    border: 0;
    background-color: #E96A5F;
    color: white;
}