﻿body {
    margin: 0 0 0 0;
}

@font-face {
    font-family: 'coveredbyyourgrace';
    src: url('../../font/coveredbyyourgrace.ttf') format('truetype');
}

@font-face {
    font-family: 'kaushanscript-regular';
    src: url('../../font/kaushanscript-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../../font/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('../../font/montserrat-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'signika-variable-light';
    src: url('../../font/signika-variable-light.ttf') format('truetype');
}

@font-face {
    font-family: 'signika-variable';
    src: url('../../font/signika-variable.ttf') format('truetype');
}

a {
    text-decoration: none;
}

.cen {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}


#hdTp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 35px;
    padding: 0 50px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
}

.hdTpRg {
    display: flex;
}

.hdTpTx {
    margin-left: 15px;
    font-family: signika-variable;
    font-size: 12px;
    color: #444444;
}

    .hdTpTx a {
        color: #444444;
    }

#hd {
    background: transparent url("../../images/slider-bg.svg") no-repeat scroll center center;
    background-size: cover;
    z-index: 999;
}

#hdCen {
    max-width: 1360px;
    height: 124px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lg {
    width: 200px;
    padding: 5px 0;
}

    #lg img {
        display: block;
        width: 100%;
        transition: ease .3s;
    }

.hdAllRg {
    display: flex;
    align-items: center;
}

#lnkCon {
    display: flex;
    align-items: center;
}

#lgMbl {
    display: none;
}

#mbPh {
    display: none;
}

.lnk {
    position: relative;
    margin: 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    font-family: montserrat-regular;
    font-size: 13px;
    color: #182025;
}

    .lnk:hover {
        opacity: .5;
        transition: .3s ease;
    }

.lnkIco {
    width: 13px;
    display: none;
}

.hdMblBtnMobil {
    display: none;
    margin-top: 30px;
}

.hdMblBtnA {
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 1px;
    background-color: #E3A520;
    overflow: hidden;
}

    .hdMblBtnA:hover {
        background: linear-gradient(48deg, rgba(255,66,0,1) 0%, rgba(252,187,45,1) 100%);
    }

.hdMblBtnA_1 {
    background-color: #E3A520;
    background: none;
}

.hdMblBtn {
    position: relative;
    border: 1px solid #ffffff1f;
    border-radius: 50px;
    overflow: hidden;
    background-color: #ffae00;
    transition: ease .3s;
}

.hdMblBtn_1 {
    background-color: #fff;
}

.hdMblBtnCnt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 30px;
    z-index: 1;
    font-family: montserrat-semibold;
    font-size: 13px;
    color: #fff;
}

.hdMblBtnIcn {
    display: block;
    height: 8px;
    margin-left: 10px;
}

.hdMblBtnCnt_1 {
    color: #1b112f;
}

.hdMblBtnA_1:hover .hdBtnCnt_1 {
    color: #fff;
}

.hdMblBtnHvr {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    transition: ease .2s;
    background: rgb(255,55,219);
    background: linear-gradient(48deg, rgba(255,66,0,1) 0%, rgba(252,187,45,1) 100%);
}

.hdMblBtn:hover .hdMblBtnHvr {
    width: 100%;
    transition: ease .2s;
}

.mnSmCon {
    display: none;
    margin-top: 20px;
}

.mnSm {
    height: 15px;
    margin: 0 8px
}

#cls {
    display: none;
}

.hdRg {
    display: flex;
    margin-left: 15px;
}

.hdBtnA {
    border-radius: 50px;
    padding: 1px;
    background: #E3A520;
    overflow: hidden;
}

    .hdBtnA:hover {
        background: #E3A520;
    }

.hdBtnA_1 {
    margin-left: 15px;
    background-color: #fff;
    background: none;
}

.hdBtn {
    position: relative;
    border: 1px solid #ffffff1f;
    border-radius: 50px;
    overflow: hidden;
    background-color: #ffae00;
    transition: ease .3s;
}

.hdBtn_1 {
    background-color: #fff;
}

.hdBtnCnt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 30px;
    z-index: 1;
    font-family: montserrat-semibold;
    font-size: 13px;
    color: #fff;
}

.hdBtnIcn {
    display: block;
    height: 8px;
    margin-left: 10px;
}

.hdBtnCnt_1 {
    color: #182025;
}

.hdBtnA_1:hover .hdBtnCnt_1 {
    color: #fff;
}

.hdBtnHvr {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    transition: ease .2s;
    background: rgb(255,55,219);
    background: linear-gradient(48deg, rgba(255,66,0,1) 0%, rgba(252,187,45,1) 100%);
}

.hdBtn:hover .hdBtnHvr {
    width: 100%;
    transition: ease .2s;
}

#mbBtn {
    display: none;
}

.hdLn {
    width: 100%;
    height: 1px;
    background: rgb(27,17,47);
    background-color: #1B112F;
    background-image: linear-gradient(to right, #FEEEBD, #EDAB1D, #EDAB1D, #EDAB1D, #EDAB1D, #EDAB1D, #FCBB2D);
}

#ft {
    width: 100%;
    background-color: #f4f4f4;
}

#ftTp {
    display: flex;
    justify-content: space-around;
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

.ftTpItm {
    width: 40%;
}

.ftTpBs {
    font-family: signika-variable;
    font-size: 20px;
    font-weight: 700;
    color: #182025;
}

.ftTpTx {
    margin-top: 20px;
    font-family: signika-variable;
    font-size: 16px;
    line-height: 1.5;
    color: #182025;
}

    .ftTpTx a {
        color: #182025;
    }

#ftSmCon {
    display: flex;
    margin: 15px 0 25px 0;
}

.ftSm {
    height: 18px;
    margin-right: 15px;
}

#ftCen {
    display: flex;
    justify-content: space-around;
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

.ftLnkBs {
    margin-bottom: 10px;
    font-family: signika-variable;
    font-size: 20px;
    font-weight: 700;
    color: #182025;
}

.ftLnk {
    margin: 10px 0;
    font-family: signika-variable;
    font-size: 16px;
    color: #182025;
}


#ftBt {
    background-color: #fff;
}

#ftBtCen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

#cp {
    font-family: signika-variable;
    font-size: 16px;
    text-align: center;
    color: #272320;
}

    #cp a {
        font-weight: 700;
        color: #272320;
    }

.cpBt {
    margin-top: 15px;
    font-family: signika-variable;
    font-size: 16px;
    text-align: center;
    color: #272320;
}


#cntMst {
    display: flex;
    background-color: #fbf5ee;
}

#cntLnkCon {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    background-color: #bb1e32;
    transition: ease .3s;
}

.cntLnkHd {
    display: flex;
    justify-content: flex-end;
    background-color: #a11a2c;
}

.cntLnkHdCnt {
    display: flex;
    align-items: center;
    width: 200px;
    height: 55px;
    font-family: BlockBertholdBold;
    font-size: 16px;
    color: #182025;
}

    .cntLnkHdCnt img {
        height: 25px;
        margin-right: 10px;
    }

.cntLnk {
    display: flex;
    justify-content: flex-end;
}

    .cntLnk:hover {
        background-color: #a11a2c;
    }

.cntLnkCnt {
    display: flex;
    align-items: center;
    width: 200px;
    height: 55px;
    font-family: BlockBertholdBold;
    font-size: 16px;
    color: #182025;
}

    .cntLnkCnt img {
        height: 25px;
        margin-right: 10px;
    }

.btnSpch {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    right: 25px;
    bottom: 20px;
    border: 3px solid #ff4200;
    border-radius: 50%;
    background: linear-gradient(48deg, rgba(255,66,0,1) 0%, rgba(252,187,45,1) 100%);
    transition: ease .3s;
    cursor: pointer;
    z-index: 1;
}

    .btnSpch:hover {
        background: linear-gradient(90deg, rgba(255,66,0,1) 0%, rgba(252,187,45,1) 100%);
        transition: ease .3s;
    }

.btnSpchIcn {
    width: 26px;
}

@media (max-width: 1200px) {
    #mbBtn {
        display: flex;
        margin-left: 15px;
        cursor: pointer;
    }

    .mbBtnImg {
        display: block;
        width: 28px;
    }

    #hdTp {
        display: none;
    }

    #lg {
        width: 180px;
    }

    #mbMn::-webkit-scrollbar {
        display: none;
    }

    #mbMn {
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 280px;
        height: 100vh;
        top: 0;
        left: -280px;
        padding: 30px 30px;
        box-sizing: border-box;
        z-index: 2;
        background: linear-gradient(48deg, rgba(255,66,0,1) 0%, rgba(252,187,45,1) 100%);
        overflow: auto;
    }

    #lnkCon {
        flex-direction: column;
        align-items: normal;
        height: auto;
    }


    #lgMbl {
        display: block;
        margin-bottom: 20px;
    }

        #lgMbl img {
            display: block;
            width: 150px;
        }

    #mbPh {
        display: block;
        margin: 30px 0;
        font-family: montserrat-semibold;
        font-size: 16px;
        color: #fff9ea;
    }

    .lnk {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        box-sizing: border-box;
        justify-content: space-between;
        flex-direction: row;
    }

    .lnkIco {
        display: block;
        width: 20px;
    }


    .hdMblBtnMobil {
        display: flex;
        flex-direction: column;
    }

    .mnSmCon {
        display: flex;
    }

    #cls {
        position: absolute;
        display: block;
        width: 15px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .hdRg {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    #ftTp {
        flex-direction: column;
    }

    .ftTpItm {
        width: 100%;
    }

    .ftTpBs {
        font-size: 14px;
        text-align: center;
    }

    .ftTpTx {
        font-size: 14px;
        text-align: center;
    }

    #ftSmCon {
        justify-content: center;
    }

    .ftSm {
        margin: 0 7px;
    }

    .ftTpTsbLg {
        display: flex;
        justify-content: center;
        margin: 25px auto;
    }

    #ftCen {
        flex-direction: column;
        align-items: center;
        padding: 30px 15px;
    }

    .ftCenItm {
        margin: 5px 0;
    }

    .ftLnkBs {
        font-size: 20px;
        text-align: center;
    }

    .ftLnk {
        text-align: center;
    }

    #cp {
        font-size: 12px;
    }

    .cpBt {
        font-size: 11px;
    }
}


@media (max-width: 700px) {
    #hdCen {
        height: 80px;
    }

    #lg {
        width: 120px;
    }

    .hdBtnCnt {
        padding: 9px 20px;
        font-size: 10px;
    }

    .hdBtnIcn {
        margin-left: 8px;
    }
}


@media (max-width: 550px) {
    #lg {
        width: 100px;
    }

    .hdBtnCnt {
        padding: 7px 8px;
        font-size: 8px;
    }

    .mbBtnImg {
        width: 25px;
    }

    .hdBtnA_1 {
        margin-left: 8px;
    }
}

@media (max-width: 400px) {
    #lg {
        width: 90px;
    }

    .hdBtnCnt {
        padding: 7px 4px;
        font-size: 7px;
    }

    .hdBtnIcn {
        height: 7px;
        margin-left: 5px;
    }

    #mbBtn {
        margin-left: 5px;
    }

    .mbBtnImg {
        width: 20px;
    }
}
