@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

.entry-share {
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms
}

.entry-share a,
.entry-share a:visited {
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    height: 38px;
    margin: 0 8px 0 0;
    padding: 0 13px;
    -webkit-backface-visibility: hidden
}

.entry-share a img,
.entry-share a:visited img {
    display: block;
    float: left;
    width: 14px;
    height: auto;
    margin: 12px 0 0 0
}

.entry-share a span,
.entry-share a:visited span {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 12px
}

.entry-share a.twitter span,
.entry-share a.facebook span,
.entry-share a:visited.twitter span,
.entry-share a:visited.social-vk span,
.entry-share a:visited.social-ok span,
.entry-share a:visited.social-in span,
.entry-share a:visited.facebook span {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    padding-left: 10px
}

.entry-share a.google-plus span,
.entry-share a.pinterest span,
.entry-share a:visited.google-plus span,
.entry-share a:visited.social-vk span,
.entry-share a:visited.social-ok span,
.entry-share a:visited.social-in span,
.entry-share a:visited.pinterest span {
    text-indent: -9999em !important
}

.entry-share a:hover {
    color: #fff;
    opacity: 0.85
}

.social-twitter {
    background-color: #29c5f6
}

.social-facebook {
    background-color: #516eab
}

.social-google-plus {
    background-color: #eb4026
}

.social-vk {
    background-color: #5b74c3
}

.social-ok {
    background-color: #f59c36
}

.social-in {
    background-color: #ea106b
}


body {
    background-color: #fafbff;
    font-family: 'Montserrat';
}

::-webkit-scrollbar {
    height: 3px;
    width: 6px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #7377f1;

}

::-webkit-scrollbar-thumb {
    border: 1px solid transparent;
    background-clip: content-box;
    background-color: #272dce;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: white;
}

.text-tform {
    text-transform: uppercase;
}

.pr-0 {
    padding-right: 0;
}

.pr--1 {
    padding-right: 0.4rem;
}

.mr--2 {
    margin-left: 0.8rem;
}

.ml--2 {
    margin-left: 0.8rem;
}

.navbar-light .navbar-brand {
    width: 130px;
}

/*** ADS ***/
.ads-300_300 {
    text-align: center;
}

.ads-m-m {
    margin: 0.8rem;
}

.header::-webkit-scrollbar {
    height: 3px;
}

.header::-webkit-scrollbar-track {
    background-color: #b885e7;
}

.header::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #45319b;
}

a:hover {
    color: #90e1ff;
}

.header {
    padding: .5rem;
}

.bg-header {
    background: linear-gradient(42deg, #d9005a 50%, #ce277a 65%);
}

.txt-color {
    color: white;
}

.social-box a:nth-last-child(2),
.social-box a:nth-last-child(1) {
    margin-left: 0.4rem;
}

.social-box a {
    width: 24px;
    height: 24px;
    clear: both;
    box-sizing: unset;
    max-width: 24px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.social_icon {
    height: 22px;
}

.social-box a svg {
    fill: rgba(255, 255, 255, 1);
}

.social-box a svg:hover {
    fill: #7af8ff;
}

.ul- {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.ul- li {
    padding: 0 .4rem;
    font-size: .8rem;
    font-weight: 500;
}

.search {
    background-color: white;
    border-radius: 20px;
    padding: 0 .7rem;
    overflow: hidden;
}

.search-input {
    border: none;
    padding: 0.3rem 0.4rem;
    width: 220px;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}

.search-icon {
    height: 24px;
    align-self: center;
    fill: #ce277a;
}

.nav- {
    background-color: white;
    box-shadow: 0px 2px 11px 1px #0000001f;
    padding: 1rem 0;
}

.navbar-toggler {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: none;
}

.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-toggler div {
    border-left-width: 3px;
    border-left-color: #d90008;
    border-left-style: solid;
    width: 3px;
    height: 29px;
    border-radius: 20px;
    position: absolute;
}

.navbar-toggler div:nth-child(1) {
    transform: rotate(90deg);
    transition: all 0.5s;
    top: -7px;
    right: 14px;
}

.navbar-toggler div:nth-child(2) {
    transform: rotate(90deg);
    transition: all 0.5s;
    top: 2px;
    right: 14px;
}

.navbar-toggler div:nth-child(3) {
    transform: rotate(90deg);
    transition: all 0.5s;
    top: 2px;
    right: 14px;
}

.navbar-toggler div:nth-child(4) {
    transform: rotate(90deg);
    transition: all 0.5s;
    top: 12px;
    right: 14px;
}

.navbar-toggler[aria-expanded="true"] div:nth-child(1),
.navbar-toggler[aria-expanded="true"] div:nth-child(4) {
    visibility: hidden;
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] div:nth-child(2) {
    transform: rotate(47deg);
    transition: all 0.5s;
    top: 2px;
    right: 14px;
}

.navbar-toggler[aria-expanded="true"] div:nth-child(3) {
    transform: rotate(312deg);
    transition: all 0.5s;
    top: 2px;
    right: 14px;
}

.navbar-nav {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(13 90 132);
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(76 142 186);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(12 158 255 / 90%);
}

.nav-item.dropdown .nav-link::after {
    transition: all .4s;
}

.nav-item.dropdown .nav-link[aria-expanded="true"]::after {
    transition: all .4s;
    transform: rotate(180deg);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 2px 4px #00000026;
}

.dropdown-item {
    font-size: .9rem;
    color: #0d5a84;
    font-weight: 500;
}

/*** carousel  ***/
.carousel {
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000024;
    border-radius: 10px;
}

.carousel-inner img {
    height: 425px;
    border-radius: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    transition: opacity .5s;
    opacity: 0;
}

.carousel-fade:hover .carousel-control-prev-icon,
.carousel-fade:hover .carousel-control-next-icon {
    opacity: 1;
    transition: opacity 1s;
}

.carousel-title {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: .04rem;
    background: linear-gradient(360deg, #01135a36 65%, transparent 90%);
    border-radius: 9px;
}

.carousel-title h3 {
    font-weight: 400;
}

.carousel-par {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 9px #7e79794f;
    position: relative;
    z-index: 2;
    padding: 2px;
    background: linear-gradient(to left, #a0002e, #58012c);
    margin-top: .4rem;
}

.carousel-par>div {
    padding: 2px;
    border-radius: 10px;
    overflow: hidden;
}

.carousel-par img {
    cursor: pointer;
    opacity: .9;
    transition: opacity 1s;
    height: 100%;
}

.carousel-par img:hover {
    opacity: 1;
    transition: opacity 1s;
}

.carousel-par .active_par img {
    opacity: 1;
}

.carousel-minileft {
    padding-left: 0;
}

.carousel-miniright {
    padding-right: 0;
}

.carousel-indicators {
    top: 0;
    right: 0;
    bottom: auto;
    margin: 2%;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.carousel-indicators li {
    border-radius: 50px;
    width: 22px !important;
    height: 5px !important;
    background-clip: border-box !important;
    border: none !important;
    margin-top: 0.3rem;
}

/* */
.len {
    background-color: white;
    padding: .4rem;
    box-shadow: 0px 2px 9px #7e79792b;
    border-radius: 10px;
}

.len .title-box {
    padding: 0.2rem 0.8rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.len .title-box::before {
    content: "";
    width: 100%;
    height: 7px;
    background-color: #e8ecfe;
    z-index: 3;
    position: absolute;
    bottom: 2px;
    left: 0;
    border-radius: 50px;
}

.len .title-box::after {
    content: "";
    width: 98%;
    height: 3px;
    background-color: #e8768d;
    z-index: 3;
    position: absolute;
    bottom: 4px;
    left: 1%;
    border-radius: 50px;
}

.len .txt {
    border-bottom: 1px solid #d4d4d4;
    padding: 0.4rem;
    color: #303030;
    font-size: .9rem;
    cursor: pointer;
    transition: color, border .5s;
}

.len .body .txt:hover {
    color: #45319b;
    border-color: #45319b;
    transition: color, border .5s;
}

.len .body-mini h6 {
    font-size: .9rem;
}

.len .body-mini .txt:hover {
    color: #ff2500;
    border-color: #ff2500;
    transition: color, border .5s;
}

.len .right- .txt:hover {
    color: #2f96e0;
    border-color: #2f96e0;
}

.len h5 {
    color: #8f013f;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.len .body {
    height: 484px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0.5rem 0 0;
}

.len .body::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border-radius: 4px;
}

.len .body::-webkit-scrollbar-track {
    background-color: #b885e7;
    border-radius: 4px;
}

.len .body::-webkit-scrollbar-thumb {
    background-clip: content-box;
    background-color: #45319b;
    border-radius: 4px;
}

.len-mini img {
    border-radius: 8px;
}

.len-mini .body::-webkit-scrollbar-track {
    background-color: #f39898;
}

.len-mini .body::-webkit-scrollbar-thumb {
    background-color: #e74a4a;
}

.len-mini .title-box::after {
    background-color: #e87676;
}

.len-mini .body-mini {
    height: 362px;
}

.len-mini- .title-box::after {
    background-color: #e87676;
}

.len-mini- .body::-webkit-scrollbar-track {
    background-color: #95caf0;
}

.len-mini- .body::-webkit-scrollbar-thumb {
    background-color: #2f96e0;
}

.sosial--box a {
    margin-left: .7rem;
    fill: #ce277a;
    transition: all .5s;
}

.sosial--box a:hover:nth-child(1) {
    fill: #006dd6;
}

.sosial--box a:nth-child(2) {
    margin-left: .5rem;
}

.sosial--box a:hover:nth-child(2) {
    fill: #239fdb;
}

.sosial--box a:hover:nth-child(3) {
    fill: #ff0000;
}

.sosial--box a:hover:nth-child(4) {
    fill: #1d9bf0;
}

.len .col-auto svg {
    fill: #7e7e7e;
}

.right-- {
    margin-right: 0;
}

.left-- {
    margin-left: 0;
}

/*** CARD ***/
.new--btn {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 2px solid white;
    text-align: center;
    color: #01468f;
    font-weight: 600;
    font-size: .83rem;
    text-decoration: none;
    background-color: white;
    box-shadow: 0px 0px 0px 1px #396ce154;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.btn-blue::after {
    background-color: #e2efff;
    z-index: -1;
    content: "";
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: width 0.5s ease-out;
}

.btn-blue:hover:after {
    width: 100%;
}

a.new--btn:hover {
    color: #01658f;
}

.new-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #8f017b;
    background-color: white;
    box-shadow: 0 0 3px 0px #0524472b;
    padding-left: 1rem;
    border-radius: 5px;
}

.cart_box {
    padding-left: 0;
}

.card {
    border: none;
    box-shadow: 0px 0px 11px #01010124;
    border-radius: 10px;
    border-bottom: 2px solid #45319b30;
    transition: border 1s;
}

.card:hover {
    cursor: pointer;
    border-bottom: 2px solid #9b3131bf;
    transition: border 1s;
}

.card img {
    height: 180px;
    border-radius: 10px 10px 0 0;
}

.card-titles {
    color: #3d3d3d;
    margin: 0;
    font-size: .9rem;
    font-weight: 600;
}

.card-icon {
    width: 16px;
    height: 16px;
    background-image: url(../icon/calendar.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.card-icon-show {
    width: 16px;
    height: 16px;
    background-image: url(../icon/show.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.card-footers {
    padding: 0 1rem .5rem 1rem;
}

.card-footers>.row {
    align-items: center;
}

.card-footers .row>.col-auto {
    display: flex;
}

.text-muteds {
    color: #0d0f4ea1;
    font-size: .720em;
}

.text__ img,
.text__ iframe {
    max-width: 100% !important;
    min-height: auto !important;
}

/*** FOOTER ***/
footer {
    background: linear-gradient(42deg, #d90048 50%, #ce2734 65%);
    box-shadow: 0px -1px 5px #00000066;
}

.cop {
    background: linear-gradient(42deg, #900903 50%, #ce2727 65%);
    padding: 0.2rem;
    color: white;
    font-weight: 100;
    font-size: small;
}

.a-menu,
.b-menu {
    color: white;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.a-menu li {
    padding: .3rem 0;
    margin-right: 2rem;
    font-size: .9rem;
}

.b-menu li {
    padding: 0.6rem 1rem 0.6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b-menu,
.b-menu svg {
    fill: white;
    color: white;
}

.footer-title {
    font-weight: 700;
    color: #780000;
}

.footer-s {
    color: #cfe1ff;
    font-weight: 500;
    font-size: .9rem;
}

.footer_menu {
    font-size: .9rem;
}

/*** NEWS CONTAINER ***/
.news-container {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 2px 9px #7e79792b;
    font-size: 1.1rem;
}

.text-size {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.text-size:nth-last-child(1) {
    width: 20px;
    height: 20px;
    background-image: url(../icon/text-size.png);
}

.text-size:nth-last-child(2) {
    background-image: url(../icon/text-size.png);
}

.news--img {
    border-radius: 5px;
}

.new--par>.col-xl-12 .row {
    margin: 0;
}

/* */

.ads-right {
    right: 1%;
}

.ads-left {
    left: 1%;
}

@media (max-width: 1330px) {

    .ads-right,
    .ads-left {
        display: none;
    }
}

@media (max-width: 1640px) {
    .ads-right {
        right: 0;
    }

    .ads-left {
        left: 0;
    }
}

.ads-left,
.ads-right {
    width: 168px;
    height: 669px;
    position: absolute;
    overflow-x: hidden;
    z-index: 8;
    font-size: 1.2rem;
    text-align: center;
    line-height: 150%;
}

.sticky {
    position: fixed;
    top: 0;
}


@media (max-width: 1330px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1640px) {
    .container {
        max-width: 1000px;
    }
}

@media (max-width: 1399px) {
    .carousel-inner img {
        height: 364px;
    }

    .len .body {
        height: 408px;
    }
}

@media (max-width: 1200px) {
    .header {
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
    }

    .header-col {
        flex-direction: revert;
        flex-wrap: nowrap;
    }

    .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
    }

    /***  ***/
    .carousel-minileft,
    .carousel-miniright {
        padding: 0;
    }

    .carousel-inner img {
        height: 664px;
    }

    /*** BOX ***/
    .box-1 {
        order: 5;
        padding-right: 1rem;
    }

    .box-2 {
        order: 1;
        padding: 0;
    }

    .box-3 {
        order: 6;
        padding-left: 1rem;
    }

    .box-4 {
        order: 2;
        padding: 0;
    }

    .box-5 {
        order: 9;
    }

    .box-6 {
        order: 3;
    }

    .box-7 {
        order: 4;
    }

    .box-8 {
        order: 7;
    }

    .box-9 {
        order: 8;
    }

    .right-- {
        margin-right: calc(-.5 * var(--bs-gutter-x));
    }

    .left-- {
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: .9rem;
    }

    .ads-m-m {
        margin: 0.8rem;
    }

    .new--par>.p-0 {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

.ads_no_mobil_post {
display: block;
}
.ads_mobil_post1 {
    display: none;
}

@media (max-width: 991px) {
    .carousel-inner img {
        height: 480px;
    }
}

@media (max-width: 916px){
.ads_no_mobil_post {
    display: none;
}
.ads_mobil_post1 {
    display: block;
}
}

@media (max-width: 767px) {

    .pa-899,
    .pa-777,
    .pa-455,
    .pa-565 {
        display: none;
    }

    .carousel-inner img {
        height: 339px;
    }

    .box-1,
    .box-3,
    .box-6,
    .box-5,
    .box-7 {
        padding: 1rem 1.5rem 0 1.5rem
    }

    .box-4,
    .box-2 {
        padding: 1rem;
    }

    .new-title {
        font-size: 1rem;
    }

    .card-titles {
        font-size: .8rem;
    }

    .right-- {
        margin: 0;
    }

    .left-- {
        margin: 0;
    }

    .card-icon {
        width: 15px;
        height: 15px;
    }

    .text-muteds,
    .text-muted {
        font-size: .645em;
    }

    .news-container>h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {

    .carousel-inner img {
        height: 300px;
    }

    .header-col {
        width: 100vh;
    }

    .ul- li {
        font-size: .7rem;
    }

    .card img {
        height: 280px;
    }

    .text-muteds {
        font-size: .70em;
    }

    .len h5 {
        font-size: 1.1rem;
    }

    .len .txt {
        font-size: .84rem;
    }

    .a-menu li,
    .footer-s,
    .footer-title,
    .footer_menu {
        font-size: .8rem;
    }

    .card-icon-show~.col {
        font-size: .8rem;
    }
}

@media (max-width: 540px) {
    .carousel-inner img {
        height: 220px;
    }
}

@media (max-width: 351px) {
    .carousel-inner img {
        height: 150px;
    }

    .carousel-title h3 {
        font-size: 1.2rem;
    }

    .new-title {
        font-size: .9rem;
    }

    .new--btn {
        font-size: .7rem;
    }

    .new-->.col {
        flex: 0 0 auto;
        width: 100%;
    }

    .card img {
        height: 175px;
    }

    .ads-300_300 {
        display: none;
    }

    .news-container>h3 {
        font-size: 1.3rem;
    }

    .new-title>.row .col-auto {
        padding-top: 0.5rem;
    }
}