/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,500,500i,700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,500,600,700,800,900&display=swap&subset=devanagari,latin-ext');

:root {
    --UbuntuFont: 'Ubuntu', sans-serif;
    --PopinsFont: 'Poppins', sans-serif;;
    --MainColor: #8224e3;
    --greenColor: #2fd333;
    --lightOrange: #E0B252;
}

body {
    font-family: var(--PopinsFont);
    font-size: 14px;
    line-height: 20px;
}

.p-t-100 {
    padding-top: 100px !important;
}

.min-100vh {
    min-height: 100vh !important;
}

a:hover {
    color: var(--MainColor);
    text-decoration: none;
}

.btn {
    padding: 7px 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    border: 1px solid var(--MainColor);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    font-weight: 600;
}
.btn:hover {
    color: #fff;
    background-color: var(--MainColor);
    border-color: var(--MainColor)
}

.btn-border {
    background-color: transparent;
    border: 1px solid var(--MainColor);
    color: #000;
    -webkit-transform: all .5s;
    -ms-transform: all .5s;
    transform: all .5s;
}

.btn-border:hover {
    background-color: var(--MainColor);
    color: #fff;
}

.section {
    padding: 50px 0;
}

.title {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.title h2 {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid var(--MainColor);
    display: inline-block;
    padding-bottom: 10px;
    margin: 0;
}

.title::before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
    height: 1px;
    background-color: #ddd;
    padding: 0 15px;
}

.section .title::before {
    top: 34px !important;
}

.title p {
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #777;
}

.title.border p {
    border-bottom: 1px solid #ddd;
}

.bg-green {
    background: var(--greenColor);
    color: #fff;
}

.bg-orange {
    background: var(--lightOrange);
    color: #fff;
}

.bg-green a,
.bg-green b {
    color: #fff !important;
}

.font-bold {
    font-weight: bold;
}

.color-dark {
    color: #000 !important;
}

.price-color {
    color: var(--MainColor) !important;
}

.animateStar {
    -webkit-animation: animateStar 3s infinite;
    animation: animateStar 3s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    height: 200px;
    width: 200px;
    background-color: #fff;
}
.animateStar span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    line-height: 20px;
}

@-webkit-keyframes animateStar {
    0% { -webkit-clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%); clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%) }
    50% { -webkit-clip-path: polygon(50% 0%, 65% 30%, 98% 35%, 72% 60%, 79% 91%, 50% 75%, 21% 91%, 28% 60%, 2% 35%, 35% 30%); clip-path: polygon(50% 0%, 65% 30%, 98% 35%, 72% 60%, 79% 91%, 50% 75%, 21% 91%, 28% 60%, 2% 35%, 35% 30%) }
    100% { -webkit-clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%); clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%) }
}

@keyframes animateStar {
    0% { -webkit-clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%); clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%) }
    50% { -webkit-clip-path: polygon(50% 0%, 65% 30%, 98% 35%, 72% 60%, 79% 91%, 50% 75%, 21% 91%, 28% 60%, 2% 35%, 35% 30%); clip-path: polygon(50% 0%, 65% 30%, 98% 35%, 72% 60%, 79% 91%, 50% 75%, 21% 91%, 28% 60%, 2% 35%, 35% 30%) }
    100% { -webkit-clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%); clip-path: polygon(50% 0%, 61% 35%, 100% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 0% 35%, 39% 35%) }
}

@media only screen and (max-width: 768px) {
    .animateStar {
        width: 150px;
        height: 150px;
    }

    .animateStar span {
        font-size: 14px;
    }
}
