@font-face {
    font-family: Spartan-Bold;
    src: url("../fonts/spartan-bold.ttf");
}
@font-face {
    font-family: Spartan-Medium;
    src: url("../fonts/spartan-medium.ttf");
}
@font-face {
    font-family: Spartan-Regular;
    src: url("../fonts/spartan-regular.ttf");
}
@font-face {
    font-family: Spartan-SemiBold;
    src: url("../fonts/spartan-semibold.ttf");
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Opera and Firefox */
}

/*BEGIN :: BUTTON*/
.k-btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    border: none;
    margin: 10px 10px 10px 10px;
    font-family: Spartan-Bold;
    font-size: 15px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}

.k-btn-lg {
    font-size: 25px;
    border-radius: 30px;
    height: 60px;
    width: 300px;
    padding: 10px;
}

.k-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    /*margin: 8px 10px 12px;*/
    margin: 10px 10px 10px 10px;
    background-position: right center;
}

.k-btn:focus {
    outline-style: none;
}

.k-btn:active {
    box-shadow: none;
}

.k-btn-amber-gradient {
    color: #FFF !important;
    background-image: linear-gradient(
        to right,
        #EE8200 0%,
        #FFC504 51%,
        #EE8200 100%);
}

.k-btn-amber-green {
    color: #FFF !important;
    background-image: linear-gradient(
        to right,
        #03AA52 0%,
        #00FF43 51%,
        #03AA52 100%);
}

.k-btn-amber-blue {
    color: #FFF;
    background-image: linear-gradient(
        to right,
        #0D1865 0%,
        #034A98 51%,
        #0D1865 100%);
}

.frimi-line{
    background-image: linear-gradient(to right, #FE5000 , #FF844C); 
    min-height: 1.75vh;
}

.k-btn-frimi-orange {
    color: #FFF;
    background-image: linear-gradient(
        to right,
        #FE5000 0%,
        #FF844C 50%);
}

/*END :: BUTTON*/
/*BEGIN :: CARD*/
.k-card {
    margin: 10px 10px 10px 10px;
    background-size: 200% auto;
    width: 350px;
    height: 300px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    /*cursor: pointer;*/
    display: inline-block;
    border-radius: 30px;
    padding: 25px 25px 25px 25px;
    background-color: white;
    position: relative;
}

.k-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin: 8px 10px 12px;
}

.round-img {
    border-radius: 50%;
}

.round-img-card {
    width: 90px;
    height: 90px;
    left: 0px;
    position: relative;
}

.k-card-hero-section {
    width: 100%;
    height: 100px;
    position: relative;
}

.k-card-header-left {
    width: 25%;
    height: 100%;
    float: left;
}

.k-card-header-right {
    width: calc(75% - 20px);
    height: calc(100% - 20px);
    float: left;
    padding: 10px;
}

.k-card-social-button-section {
    padding-top: 12px;
    text-align: center;
    width: 50px;
    height: 100px;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: calc(100% - 50px - 5px);
}

.k-card-header {
    position: relative;
    top: 20%;
    font-family: Spartan-Regular;
    font-size: 23px;
    color: #8F939B;
}

.k-card-sub-header {
    text-decoration: none;
    position: relative;
    top: 20%;
    font-family: Spartan-Regular;
    font-size: 15px;
    color: #619AF0;
}

.k-card-body {
    border: 1px solid black;
    margin-top: 20px;
    text-align: justify;
    font-family: Spartan-Medium;
    font-size: 14px;
    color: #8F939B;
    line-height: 20px;
    word-wrap: break-word;

}

/*END :: CARD*/

/*BEGIN :: SLIDER*/

.k-slider-container {
    width: 100%;
    padding: 0px;
}

.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 12px;
    border-radius: 10px;
    background: white;
    outline: none;
    /*opacity: 0.7;*/
    -webkit-transition: .2s;
    transition: opacity .2s;

    border-color: #B7B7B7;
    border-width: 1px 0;
    border-style: solid;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2C85EF;
    cursor: pointer;
    border-color: #B7B7B7;
    border-width: 1px 0;
    border-style: solid;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2C85EF;
    cursor: pointer;
}

/*END :: SLIDER*/

/*BEGIN :: FORM FIELD*/

.k-form-field {
    border: #D2D2D2 solid thin;
    font-family: Spartan-Regular;
    font-size: 15px;
    color: #757575;
    background-color: #FFFFFF;
    padding: 10px 20px;
    height: 25px;
    border-radius: 25px;
    outline: none;
    width: 300px;
}

.k-form-field::placeholder{
    color: #DBDBDB;
    font-family: Spartan-Regular;
}

.k-form-field-lg {
    font-size: 20px;
    height: 40px;
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
}

/*END :: FORM FIELD*/

/*BEGIN :: HEADERS*/

h1{
    font-family: Spartan-SemiBold;
    font-size: 42px;
}
h2{
    font-family: Spartan-SemiBold;
    font-size: 35px;
}


@media (max-width:768px){
    .k-btn-nav{
        width: 22vw !important;
        border-radius: 25px;
        font-size: 1.8vw;
        padding: 5px;
        /*margin: 0px;*/
        margin-left: 10px;
    }

    .k-btn:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        background-position: right center;
    }
}

/*END :: HEADERS*/