@font-face {
    font-family: Khula;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Khula-Light.ttf) format("truetype"), url('../fonts/Khula-Light.svg#str-replace("Khula", " ", "_")') format("svg")
}

@font-face {
    font-family: Khula;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Khula-Regular.ttf) format("truetype"), url('../fonts/Khula-Regular.svg#str-replace("Khula", " ", "_")') format("svg")
}

@font-face {
    font-family: Khula;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Khula-SemiBold.ttf) format("truetype"), url('../fonts/Khula-SemiBold.svg#str-replace("Khula", " ", "_")') format("svg")
}

@font-face {
    font-family: Khula;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Khula-Bold.ttf) format("truetype"), url('../fonts/Khula-Bold.svg#str-replace("Khula", " ", "_")') format("svg")
}

@font-face {
    font-family: Khula;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Khula-ExtraBold.ttf) format("truetype"), url('../fonts/Khula-ExtraBold.svg#str-replace("Khula", " ", "_")') format("svg")
}

.slick-loading .slick-list {
    background: url(sass/tools/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

/********** CSS variables **********/
:root {
    --index: calc(1vw + 1vh);
    --color-1: #f3f3fb;
    --color-1-darken: #e4e4ff;
    --color-2: #2444c2;
    --color-2-darken: #2408c2;
    --transition: all .5s;
    --transition2: all .2s;
}
/********** CSS variables **********/

body {
    font-family: "Khula", sans-serif;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    font-weight: 400;
}

.section {
    padding: 95px 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .section {
        padding: 80px 0;
    }
}

h2 {
    font-size: 40px;
    line-height: 59px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
    line-height: 39px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    body {
        font-size: 16px;
        line-height: 32px;
    }

    h2 {
        font-size: 36px;
        line-height: 51px;
    }

    h3 {
        font-size: 27px;
        line-height: 35px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 34px;
        line-height: 48px;
    }
}

/*@media (max-width: 375px) {*/
/*    h2 {*/
/*        font-size: 34px;*/
/*        line-height: 48px;*/
/*    }*/
/*}*/

@media (max-width: 300px) {
    h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

/********** Btn start **********/
.btn-primary-1,
.btn-primary-2 {
    width: auto;
    min-width: 245px;
    min-height: 67px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 33px;
    padding: 10px 20px 7px 20px;
    transition: var(--transition);
}

.btn-primary-1 {
    color: var(--color-2);
    background-color: var(--color-1);
}

.btn-primary-2 {
    color: #ffffff;
    background-color: var(--color-2);
}

.btn-primary-1:hover,
.btn-primary-1:focus,
.btn-primary-2:hover,
.btn-primary-2:focus {
    text-decoration: none;
    box-shadow: 0 8px 20px 0 rgb(36 68 194 / 60%);
    transform: translate(0px, -2px);
}

.btn-primary-3 {
    position: relative;
    transition: var(--transition);
}

.btn-primary-3:after {
    content: '>';
    position: relative;
    margin-left: 5px;
    top: 1px;
}

.btn-primary-3:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.btn-primary-3:hover,
.btn-primary-3:focus {
    text-decoration: none;
    color: var(--color-2-darken);
}

.btn-primary-3:hover:before,
.btn-primary-3:focus:before {
    background-color: var(--color-2-darken);
}

@media (max-width: 1440px) {
    .btn-primary-1,
    .btn-primary-2 {
        min-width: 205px;
        min-height: 63px;
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .btn-primary-1,
    .btn-primary-2 {
        min-width: 200px;
        min-height: 60px;
        font-size: 16px;
    }
}
/********** Btn end **********/

/********** 404 start **********/
.section-404{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 95px;
    padding-top: 120px;
}

.text-404{
    text-align: center;
}

.text-404 h1 {
    font-size: 193px;
    letter-spacing: -1px;
    line-height: 193px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.section-404 p {
    font-size: 48px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 55px;
}

.section-404 .btn {
    min-height: 60px;
}

.section-404-list {
    background-color: #fbfbff;
}

.section-404-list-block {
    margin: auto;
}

.section-404-list h2 {
    text-align: center;
    font-size: 32px;
    line-height: 51px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 58px;
}

.section-404-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-404-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.section-404-menu ul p {
    text-align: center;
    font-size: 23px;
    line-height: 48px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 27px;
}

.section-404-menu ul li:not(:last-child) {
    margin-bottom: 20px;
}

.section-404-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    color: var(--color-2);
}

html[lang="tl-TL"] .section-404-menu ul li a,
html[lang="ms-MY"] .section-404-menu ul li a,
html[lang="ru-RU"] .section-404-menu ul li a {
    font-size: 15px;
}

.ion-ios-arrow-right:before, .ion-ios-arrow-left:before{
    font-weight: 700!important;
    color: #000000;
}

.section-404-list .ion-ios-arrow-right {
    margin-left: 6px;
    margin-top: 2px;
    top: auto;
    right: auto;
    font-size: 17px;
}

html[lang="ar"] .section-404-list .ion-ios-arrow-right {
    margin-left: 0;
    margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1375px) {
    html[lang="de-DE"] .section-404-menu ul p, html[lang="ms-MY"] .section-404-menu ul p, html[lang="tl-TL"] .section-404-menu ul p{
        min-height: 96px;
    }
}

@media (max-width: 1200px) {
    .text-404 h1 {
        font-size: 150px;
        line-height: 150px;
        margin-bottom: 20px;
    }

    .section-404 p {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .error404 {
        text-align: center;
    }

    .section-404 h1 {
        font-size: 120px;
        line-height: 120px;
    }

    .section-404 p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .section-404-list {
        padding-bottom: 0;
    }

    .section-404-list h2 {
        font-size: 25px;
        line-height: 39px;
        margin-bottom: 30px;
    }

    .section-404-menu ul {
        margin-bottom: 36px;
    }

    .section-404-menu ul p {
        font-size: 19px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .section-404-menu ul li a {
        font-size: 13px;
    }

    .section-404-menu ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media (max-width: 420px) {
    .section-404 h1 {
        font-size: 100px;
    }

    .section-404 p, .section-404-list h2 {
        font-size: 23px;
    }

    .section-404-menu {
        width: 80%;
        margin: auto;
    }
}

/********** 404 end **********/

/********** Cookie policy start **********/
.cookie-policy {
    position: fixed;
    bottom: 5%;
    left: 2%;
    max-width: 270px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 600;
    color: #000000;
    background-color: #fefefe;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.36));
    border-radius: 4px;
    padding: 20px;
    z-index: 998;
}

@media (max-width: 768px) {
    .cookie-policy {
        bottom: 2%;
    }
}

@media (max-width: 576px) {
    .cookie-policy {
        bottom: 10%;
    }
}

.cookie-policy_btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}

.cookie-policy_btn .btn {
    color: var(--color-2);
    cursor: pointer;
}

.cookie-policy_btn .btn:hover {
    text-decoration: underline;
}

.cookie-policy_btn .line {
    border: 1px solid var(--color-2);
    margin: 0 10px 4px 10px;
}

.cookie-policy.closed {
    display: none;
}
/********** Cookie policy end **********/

/********** Footer start **********/
.footer {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    background-color: var(--color-2);
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-top aside {
    width: 100%;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.footer-address {
    justify-content: center;
    padding-top: 15px;
}

.footer-menu {
    border-right: 1px solid #ffffff;
    padding-right: 25px;
}

.footer-bottom aside {
    padding-left: 25px;
}

.footer a {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .footer {
        line-height: 27px;
    }

    .footer-bottom {
        flex-direction: column;
        padding-top: 10px;
    }

    .footer-address {
        text-align: center;
        padding-top: 10px;
    }

    .footer-menu {
        border-right: 1px solid transparent;
        padding: 0;
    }

    .footer-bottom aside {
        padding: 0;
    }
}

.readmore .readmore--content {
    display: none;
    font-size: 13px;
    line-height: 25px;
}

.readmore button {
    background: transparent;
    color: #000000;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

.none {
    display: none;
}

@media (min-width: 576px) {
    .readmore.sm .readmore--content {
        display: block;
    }

    .readmore.sm .readmore--btn {
        display: none;
    }
}

@media (min-width: 768px) {
    .readmore.md .readmore--content {
        display: block;
    }

    .readmore.md .readmore--btn {
        display: none;
    }
}

@media (min-width: 992px) {
    .readmore.lg .readmore--content {
        display: block;
    }

    .readmore.lg .readmore--btn {
        display: none;
    }
}

@media (min-width: 1200px) {
    .readmore.xl .readmore--content {
        display: block;
    }

    .readmore.xl .readmore--btn {
        display: none;
    }
}
/********** Footer end **********/
