@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('header-footer.css');


:root {
    font-family: "Inter", sans-serif;
    font-size: 1em;
}
body {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    margin: 0;
    color: #FFFFFF;
}

.top-block {
    font-size: 22px;
    /*padding-top: 66px;*/
    background: linear-gradient(180deg, #204E99 0%, #1E3C77 100%);
}

.main-content {
    padding-bottom: 80px;
    background-color: #232425;

}
/*loader*/
#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(35, 36, 37, 0.78);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loader .spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*----------- loader end ----------*/
.title_h1 {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 40px;
    border-bottom: 1px solid white;
    margin-top: 0;
    margin-bottom: 40px;
    color: white;
}

.description_short p {
    /*font-size: 22px;*/
    font-weight: 500;
    color: #A4A4A4;
    margin: 0;
}

.description_short p:first-child {
    margin-bottom: 40px;
}

.info-wrap {
    margin-top: 40px;
    padding-bottom: 40px;
}
.reading-time {
    /*font-size: 22px;*/
    font-weight: 700;
    color: #53A845;
}

.published-data {
    font-weight: 400;
    color: #53A845;
}


/*------------------articles-slider styles start------------*/
.articles-slider__wrap {
    padding-top: 40px;
    background: linear-gradient(180deg, #204E99 0%, #1E3C77 100%);
}
.articles-slider {
    margin-top: 40px;
    padding-bottom: 40px;

    margin-left: -50px;
    margin-right: -50px;
    padding-left: 70px;
    padding-right: 70px;
}
.slider__title {
    font-size: 36px;
    font-weight: 600;
    color: #53A845;
    margin: 0;
}
.slider-item {
    border-radius: 20px;
    margin: 40px 15px;
    box-shadow: 4px 8px 8px 2px #00000040;
}


.slick-arrow {
    width: 50px;
    height: 90px;
}
.slick-arrow:before {
    display: block;
    width: 50px;
    height: 90px;
    margin-top: -40px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-arrow.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-arrow.slick-prev:before {
    content: '';
    background-image: url("/wp-content/themes/applab/articles/assets/arrow_left.svg");
}
.slick-arrow.slick-next {
    right: 0;
}
.slick-arrow.slick-next:before {
    content: '';
    background-image: url("/wp-content/themes/applab/articles/assets/arrow_right.svg");
}



@media (max-width: 1199.98px) {
    .articles-slider {
        margin-left: 0;
        margin-right: 0;
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 991.98px) {

    .slick-arrow {
        width: 30px;
        height: 60px;
    }
    .slick-arrow:before {
        width: 30px;
        height: 60px;
    }
}


@media (max-width: 767.98px) {
    .articles-slider {
        margin-top: 20px;
        padding-bottom: 20px;

    }
    .slider-item {
        margin: 40px;
    }
    .slider__title {
        font-size: 24px;
    }

}
/*------------------articles-slider styles end------------*/



/*------------------templates styles------------*/
.section {
    background-color: #232425;
    color: #FFFFFF;
    margin: 60px 0;
}
.section.paragraph,
.section.list {
    margin: 2rem 0;
}
.list strong,
.paragraph p strong {
    color: #53A845;
}
.section.img a {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.main-img img,
.img img {
    max-width: 100%;
    /*width: 100%;*/
    height: unset;
}

.paragraph p {
    margin-bottom: 20px;
    /*margin: 0;*/
}

.paragraph p b {
    color: #53A845;
}

.list .list-title {
    margin: 0;
}
.list {
    margin: 20px 0;
}

.list ul,
.list ol {
    margin: 0;
    padding-top: 20px;
    padding-left: 20px;
}

.list ul {
    list-style-type: disc;
}



.section-title, h2, h3 {
    font-size: 36px;
    font-weight: 700;
    color: #53A845;
    /*margin: 0;*/
    /*padding-top: 60px;*/
    margin-top: 0;
    margin-bottom: 40px;
}

.link {
    color: #417EF7;
    text-decoration: unset;
    border-bottom: 1px solid #417EF7;
}

.my-custom-class {
    font-size: 56px;
    background-color: red;
}


@media (max-width: 767.98px) {
    .section-title {
        font-size: 24px;
    }

}

/*------------------video-frame styles------------*/
.video {
    margin: 1rem 0;
}

.video__inner {
    position: relative;
    height: 0;
    border: none;
    padding-top: 56%;
}
.video__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video__video-frame {
    width: 100%;
    height: 100%;
}


/*------------------custom-table styles------------*/

.table {
    margin: 3rem 0;
}
.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    color: white;
    border: 1px solid #ddd;
    padding: 8px;
}
.custom-table td {
    background-color: #232425;

}

.custom-table th {
    background-color: #A4A4A4;
}

.custom-table td img {
    display: block;
    margin: auto;
}

.text-center {
}

.text-left {
}

.text-right {
}

.button {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px;
    background-color: #007bff;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
}

.button-green {
    background-color: #28a745;
}

.button-blue {
    background-color: #007bff;
}




@media (max-width: 1199.98px) {
    .top-block {
        /*font-size: 22px;*/
        /*padding-top: 66px;*/
        /*background: linear-gradient(180deg, #204E99 0%, #1E3C77 100%);*/

    }




}

@media (max-width: 991.98px) {
    .top-block {
        font-size: 18px;
        line-height: 1.4;
    }
    .title_h1 {
        font-size: 42px
    }
    .description_short p:first-child {
        margin-bottom: 2rem;
    }

}

@media (max-width: 767.98px) {
    .top-block {
        font-size: 18px;
        line-height: 1.4;
    }
    .title_h1 {
        font-size: 36px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }
    .section {
        margin: 2rem 0;
    }
    .section.paragraph,
    .section.list {
        margin: 1.5rem 0;
    }
    .section-title {
        font-size: 26px;
        margin: 3rem 0;
    }
    .main-content {
        padding-bottom: 3rem;
    }
    .description_short p:first-child {
        margin-bottom: 1.5rem;
    }

}


@media (max-width: 575.98px) {
    .title_h1 {
        font-size: 28px;
    }
    .section-title {
        font-size: 24px;
    }
    .custom-table th,
    .custom-table td {
        padding: 4px;
    }
}
