@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: none !important;
}

*:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

.row>* {
    /* width: auto; */
}


.text-primary {
    color: #ce0f0f !important
}

textarea:focus,
input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h4,
a.title {
    font-weight: 500 !important;

}

h4 a,
h2 a {
    font-weight: 500 !important;

}

.rightSidebar {
    text-align: right;

}

.header-right-menu>ul>li {
    padding: 0 0 0 20px;
    text-transform: none;
    font-size: 14px;
}


.custom-navbar {
    background: inherit !important;
}



.header-mid {
    background-color: #ce0f0f;
    border: none;
    padding: 6px 0;
    box-shadow: 0px 1px 2px 0px #7c7c7c;
    width: 100%;
}

.navbar-nav .nav-item,
.nav-item a {
    border: none !important;
    color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 10px !important;
    letter-spacing: 0.1px !important;
}


.faata {
    color: #ce0f0f;
    /* font-size: 16px; */
}


.nav-item a:hover {
    /* background-color: white !important; */
}

.dropdown-menu {
    background-color: #ce0f0f;
    color: white;
}

.shadowlo {
    padding: 0px;
    z-index: 99;
    position: sticky;
    top: 0;
    /* box-shadow: 0px 2px 2px 0px #828282; */
    /* border-bottom: 5px solid #fff; */

}

.shadowlo.sticked {
    margin-bottom: 74px;
}



.post-category,
.btn-news {
    background-color: #1895e9;
    border-color: #1895e9;
}

.header-top {
    background-color: #606060;

    /* background-color: #2d2d2d; */
    padding: 8px 6px 8px 8px;
}

.post-head {
    border-color: var(--bs-border-color) !important;
    border-width: 1px !important;
}

.grid-item:hover h5 a {
    color: #1895e9 !important;
}

.searchTop span,
.searchTop input {
    background: inherit;
    color: #fff;
    border: none;
    border-radius: 10px;
    border: 1px solid #fff;
    outline: none;
}

.searchTop input::placeholder {
    /* color: #fff; */
}

.searchTop input:focus {
    color: #fff;
    background-color: #ce0f0f;
    border: 1px solid #fff;
}

.style_icon {
    font-size: 16px;
    margin: 3px;
}

.main-footer {
    background-color: #292a2c !important;
    color: #fff !important;
    padding: 20px;

}

.main-footer p {
    border-bottom: 1px solid #ccc;
    font-size: 16px;

}


.main-footer ul {
    padding-left: 0;
    list-style: none;
}

.main-footer li a {
    font-size: 12px;
    color: #fff !important;
    line-height: 32px;

}

.btn-filter {
    font-size: 15px;
    color: #555;

}

#searchForm {
    cursor: pointer;
}

.copy {
    font-size: 12px;
}

.comment-form .form-control {
    height: 38px;
}

.comment-form .form-group {
    margin-bottom: 10px;
}

.header-right-menu>ul>li>a,
.top-left-menu>ul>li>a {
    font-weight: 200;
}

.nav-link:hover {
    background-color: #fff !important;
}

.skin-dark .header-top {
    background-color: #2d2d2d;
}

.skin-dark .dropdown-item:hover {
    background-color: #fff !important;

}

.skin-dark .search-form:hover,
.skin-dark .search-form {
    background-color: inherit !important;

}


/* ************** */

.skin-dark .header-mid {
    background-color: #292a2c !important;
    box-shadow: none;
}


.skin-dark .sticked .navbar-nav .nav-item,
.skin-dark .sticked .nav-item a {
    border: none !important;
    color: #eee;
}

.skin-dark .sticked .submenu {
    color: #eee !important;
}

.skin-dark .sticked .submenu:hover {
    color: #292a2c !important;
}

.skin-dark .sticked .dropdown-item a {
    color: #eee;
}


.skin-dark .sticked .dropdown-item:hover {
    background-color: #fff !important;
    color: #222;

}

.skin-dark .sticked .search-form:hover,
.skin-dark .sticked .search-form {
    background-color: inherit !important;

}

.skin-dark .sticked .searchTop * {
    border-color: #fff;
    color: #fff;
}

.skin-dark .sticked .searchTop input:focus {
    color: #fff;
    border: 1px solid #fff;


}


.skin-dark .sticked .nav-link {
    color: #eee;

}


.skin-dark .sticked .dropdown-menu {
    background-color: #292a2c;
}

/* ********** */



.navbar-nav {
    /* background-color: transparent;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1); */
}





.sticked .navbar-nav .nav-item,
.sticked .nav-item a {
    border: none !important;
    color: #ce0f0f;
}

.sticked .submenu {
    color: #2d2d2d !important;
}

.sticked .submenu:hover {
    color: #fff !important;
}

.sticked .dropdown-item a {
    color: #2d2d2d;
}


.sticked .dropdown-item:hover {
    background-color: #2d2d2d !important;
    color: #fff;

}

.sticked .search-form:hover,
.sticked .search-form {
    background-color: inherit !important;

}

.sticked .searchTop * {
    border-color: #ce0f0f;
    color: #ce0f0f;
}

.sticked .searchTop input:focus {
    color: #ce0f0f;
    border: 1px solid #ce0f0f;


}


.sticked .nav-link {
    color: #2b2b2b;

}


.sticked .dropdown-menu {
    background-color: #fff;
}



.post_details_block .authar-info {
    margin: 0 0 8px;
}

.post_details_block h1,
.post_details_block h2,
.post_details_block h3,
.post_details_block h4,
.post_details_block h5,
.post_details_block h6,
.post_details_block p {
    margin-bottom: 8px;
}

.articles-list .post-info-2 h4 {
    margin-top: 0px;
    line-height: 22px;
    font-size: 18px
}

.post_details_block p {
    font-size: 14px;
}

.pagination .active span a {
    color: #fff;
    background-color: #ce0f0f;
}



.grid-item .grid-item-img {
    overflow: hidden;
    max-height: 170px;
    height: 180px;
}

.grid-item .grid-item-img-dergi {
    overflow: hidden;
}

.dergiTitle {
    font-size: 14px;
    padding: 10px 10px 0px 6px;
}

.swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.slider-post {
    /* margin: 2px; */
    /* border: 4px solid #fff; */
}

.slider-post {
    margin: 0 0 4px 4px;
}

.slider-post img {
    /* zoom: 1.5; */
    overflow: hidden;
}

.swal2-popup,
.swal2-modal,
.swal2-show {
    width: 22em;
    padding: 0 0 .7em;
}

.swal2-title {
    font-size: 16px !important;
}


.profileNavLink {
    color: #333 !important;
    padding: 2px 8px;
    margin: 0 4px;
    /* font-size: 10px !important; */
}

.nav-link.active.profileNavLink {
    background-color: #1895e9 !important;
    border: none;
    border-radius: 0px;
    color: #fff !important;
    /* font-size: 10px !important; */

}


#nav-icon span {
    background-color: #fff;
    font-weight: 800;
}


#sidebar {
    font-size: 14px;
}

#sidebar .nav-link:hover {
    background-color: transparent !important;
    color: #ddd;
}

#sidebar .nav-link {
    font-size: 16px;
    font-family: 'Poppins';
}

.wiget-title {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.addressbar i {
    margin-right: 10px;
}

.thm-margin-28 {
    margin: 0 0 28px 28px !important;
}

.post-height-5 {
    height: 190px !important;
    padding-bottom: 28px;
    overflow: hidden;
}

.panel_body {
    padding: 0px !important;
}

.sliderh {
    height: 500px !important;
    overflow: hidden;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px
}

.post-text {

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, .9) 100%);
}

.post-inline {
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
    background-color: #ce0f0f !important;
}

.post-text h5 {}



.slider-inner {
    margin-bottom: 18px;
}


._df_thumb {
    border: none;
    width: 192px;
    height: 276px;
    margin: 0;
    box-shadow: none;
    border: none;
    background-color: #fff !important;
    background: #fff !important;
    padding: 0;
    position: inherit;
    display: block !important;
}

._df_thumb:hover ._df_book-cover {
    border: none;
    -webkit-transform: none;
    transform: none;
    box-shadow: none !important;
}

._df_thumb ._df_book-title {
    border: none;
    background-color: #fff !important;
    background: #fff !important;
    padding: 0 !important;
    position: inherit;
    display: inline !important;
}

._df_book-cover {
    border: none;
    background-color: #fff !important;
    box-shadow: none !important;
}

.grid-item .grid-item-img img {
    height: 100% !important;
    /* height: 180px; */

}


.post-text h2 {
    width: 80%;
    font-size: 26px;
    font-weight: 800;
}

.authar-info li {
    font-size: 12px;
}

.invalid-feedback {
    background-color: #ce0f0f;
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #ce0f0f;
}

.post_details_block {
    padding: 0;
}

.thm-select {
    height: 38px;
    border-radius: 0;
    border-color: #dc3545 !important;
    border-style: dotted;
}

small {
    font-size: 12px !important;
}



.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pagination>li>a,
.pagination>li>span {
    width: auto;
    padding: 0 10px;

}


@media only screen and (max-width: 767px) {
    .page_main_wrapper {
        padding-bottom: 10px;
    }

    .authar-info li{
        padding: 0;
    }

    .grid-item .grid-item-img {
        overflow: hidden;
        height: auto;
        max-height: fit-content;
    }

    .grid-item .grid-item-img-dergi {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        border: none !important;
    }

    .edergi {
        height: auto !important;
    }

    .post-category {
        font-size: 10px;
        font-weight: 400;
        padding: 0px 3px;
    }

    .navbar-nav .nav-item,
    .nav-item a {
        border: none !important;
        color: #000;
    }

    .swiper {
        height: 300px
    }

    .post-text h2 {
        font-size: 16px;
        width: 94%;
    }

    .grid-item .grid-item-img img {
        height: 80px !important;
    }

    .post-head .title,
    .panel_header h4 {
        font-size: 14px !important;
    }

    .btn-filter {
        font-size: 12px;
    }


    .news-list-item.articles-list img {
        width: 120px !important;
        height: 100px !important;
    }

    .grid-item h5 {
        font-size: 12px;
    }

    .articles-list .post-info-2 h4 {
        font-size: 14px;
    }




    .main-footer {
        padding: 20px 0;
    }

    .footer_title {
        font-size: 12px !important;
        min-height: 44px;
    }

    .copy {
        text-align: center;
    }


    .main-footer li a {
        font-size: 10px;
        line-height: 21px;


    }
}





@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
    --baseColor: #656c7c;
    --baseSize: 16px;
    --baseLineHeight: 1.5;
    --fontFamily: Inter, sans-serif;
    --pink: #ea4c89;
    --pinkLight: #ffecf0;
    --blue: #1769ff;
    --redTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23EA455F'/%3E%3C/svg%3E%0A");
    --whiteTick: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    --close: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1.414 16.586 0 9 7.586 1.414 0 0 1.414 7.586 9 0 16.586 1.414 18 9 10.414 16.586 18 18 16.586 10.414 9 18 1.414Z' fill='%23B1B8C9'/%3E%3C/svg%3E");
    --entpIcon: url("data:image/svg+xml,%3Csvg width='42' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.813 11.077 21 1.155l17.187 9.922v19.846L21 40.845 3.813 30.923V11.077Z' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='21' cy='21' r='8' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

* {
    box-sizing: border-box;
}

html {
    color: var(--baseColor);
    font-family: var(--fontFamily);
    font-size: var(--baseSize);
    line-height: var(--baseLineHeight);
}

body {
    margin: 0;
}

.plans {
    width: 96%;
    max-width: 1128px;
    margin: 0 auto;
}

.plans__container {
    padding: 1rem 0 2rem;
}

.plansHero {
    text-align: center;
    padding: 5rem 0 4.5rem;
    line-height: 1.21;
}

.plansHero__title {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #000;
}

.plansHero__subtitle {
    margin: 0;
}

.planItem {
    --border: 1px solid #e6e6e6;
    --bgColor: #fff;
    --boxShadow: none;
    background-color: var(--bgColor);
    border: var(--border);
    border-radius: 1rem;
    box-shadow: var(--boxShadow);
    padding: 2rem 1.5rem;
    display: inline-flex;
    flex-direction: column;
    --boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);

}

.planItem__container {
    --direction: column;
    display: grid;
    grid-auto-flow: var(--direction);
    grid-auto-columns: 1fr;
    gap: 1.5rem;
}

.planItem .price {
    --priceMargin: 2rem 0;
}

.planItem--pro {
    /* --border: 0; */
    --boxShadow: 0px 14px 30px rgba(204, 204, 204, 0.32);
}

.planItem--pro .label {
    --labelBg: #fdb72e;
    --labelColor: #fff;
}

.planItem--entp {
    --bgColor: var(--blue);
}

.planItem--entp .card {
    --titleColor: #fff;
    --descColor: rgb(255 255 255 / 80%);
}

.planItem--entp .card__icon {
    background-image: var(--entpIcon);
    background-size: cover;
}

.planItem--entp .price,
.planItem--entp .featureList {
    --color: #fff;
}

.planItem--entp .featureList {
    --icon: var(--whiteTick);
}

.planItem .button {
    margin-top: auto;
}

.button {
    --bgColor: var(--pinkLight);
    --color: var(--pink);
    --shadowColor: rgb(234 76 137 / 30%);
    --outline: var(--pink);
    border-radius: 0.5rem;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    line-height: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--bgColor);
    color: var(--color);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button--pink {
    --bgColor: var(--pink);
    --color: #fff;
    --shadowColor: rgb(234 76 137 / 50%);
}

.button--white {
    --bgColor: #fff;
    --shadowColor: rgb(255 255 255 / 30%);
    --outline: #fff;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 10px var(--shadowColor);
}

.button:focus-visible {
    outline-offset: 2px;
    outline: 2px solid var(--outline);
}

.card {
    --titleColor: #000;
    --descColor: var(--baseColor);
    border: none;
    background: inherit;
}

.card__header {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.card__icon {
    width: 2.625rem;
    height: 2.625rem;
}

.card h2 {
    color: var(--titleColor);
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    flex-grow: 1;
}

.card__desc {
    margin: 1.5rem 0 0;
    color: var(--descColor);
}

.label {
    --labelColor: var(--baseColor);
    --labelBg: #e5e5e5;
    font-weight: 600;
    line-height: 1.25;
    font-size: 1rem;
    text-align: center;
    padding: 0.625rem 1.125rem;
    border-radius: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--labelBg);
    color: var(--labelColor);
}

.price {
    --color: #000;
    --priceMargin: 0;
    display: flex;
    color: var(--color);
    align-items: center;
    gap: 0.5625rem;
    font-weight: 600;
    font-size: 2rem;
    margin: var(--priceMargin);
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--baseColor);
}

.featureList {
    --color: #000;
    --icon: var(--redTick);
    --height: 0.875rem;
    margin: 0 0 2.75rem;
    padding: 0;
    font-weight: 500;
}

.featureList li {
    color: var(--color);
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.featureList li:before {
    content: "";
    background-image: var(--icon);
    background-size: cover;
    display: block;
    width: 1rem;
    height: var(--height);
}

.featureList li:last-child {
    margin-bottom: 0;
}

.featureList li span {
    font-size: .8rem;
}

.featureList li.disabled {
    --color: #b1b8c9;
    --height: 1.125rem;
    --icon: var(--close);
}

.symbol {
    --big: 2.625rem;
    --small: 1.5rem;
    --radius: 0.25rem;
    border: 2px solid var(--blue);
    width: var(--big);
    height: var(--big);
    border-radius: var(--radius);
    position: relative;
}

.symbol--rounded {
    --radius: 2rem;
}

.symbol:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 2px solid var(--pink);
    width: var(--small);
    height: var(--small);
    border-radius: var(--radius);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
    .plans {
        max-width: 480px;
        width: 90%;
    }

    .planItem__container {
        --direction: row;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    :root {
        --baseSize: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    :root {
        --baseSize: 14px;
    }
}




.custom-select {
    position: relative;
    position: relative;
    display: block;
    max-width: 400px;
    min-width: 180px;
    margin: 0px;
    border: 1px solid #8c8794;
    background-color: #606060;
    z-index: 10;
    padding: 0px 8px;
    color: #fff;
    font-size: 12px;
    height: 23px;
    text-align: center;
    border-radius: 10px;
    font-family: 'Poppins';
}

.custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 12px 55px 15px 15px;
    font-size: 14px;
    color: #714BB9;
}

.custom-select:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 38px;
    content: "∨";
    text-align: center;
    color: #714BB9;
    font-size: 24px;
    border-left: 1px solid #3C1C78;
    z-index: -1;
}