@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500');

:root {
    --primary: #6A65E7;
    --secondary: #3A7BD5;
    --tertiary: #ECE9FC;
    --dark: #363636;
    --darker: #1d1c1d;
    --darkerer: #1C1A1B;
    --muted: #525252;
    --gradient: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
}


body,
html {
    font-family: 'Montserrat', sans-serif !important;
}

a:hover {
    text-decoration: none;
}

.navbar-brand img {
    height: 50px;
}

.navbar li a {
    font-family: 'Thin';
    color: #FFF !important;
    text-transform: uppercase;
    margin: auto 10px;
}

.navbar li a:hover {
    color: #A9D5FA !important;
}

header {
    height: auto;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    color: #FFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 170px;
}

header h1 {
    font-size: 3em;
    margin: 30px 0px;
}

header h1 span {
    font-weight: 200;
}

header p {
    font-size: 1.2em;
    opacity: 0.7;
}








/*FEATURES*/

.features {
    margin-top: -140px;
}

.features .feature-cont {
    padding: 20px;
}

.features .feature-item {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.22);
    text-align: center;
    padding: 0px 10px 1px 10px;
    border-radius: 10px;
    /*    padding: 20px 0px 20px 0px;*/
}

.features .feature-item img {
    width: 100px;
    padding: 20px 0px;
}

.features .feature-item h1 {
    color: #363636;
    font-size: 17px;
}

.features .feature-item p {
    color: #363636;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 200;
}



/*PRODUCTS*/

.products {
    /*    margin-top: -140px;*/
}

.products .product-cont {
    padding: 20px;
}

.products .product-item {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.22);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 5px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}

.products .product-item:hover {
    border-color: var(--primary);
    margin-top: -5px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.42);
}

.products .product-item img {
    width: 100px;
    padding: 20px 0px;
}

.products .product-item h1 {
    color: #363636;
    font-size: 17px;
    margin-bottom: 20px;
}

.products .product-item p {
    color: #363636;
    font-size: 14px;
    opacity: 1;
    font-weight: 200;
    margin: 0px;
    margin-bottom: 4px;
}

.products .product-item p span {
    color: #363636;
    font-size: 14px;
    opacity: 1;
    font-weight: 400;
    margin-bottom: 4px;
}

.products .product-item p.price span {
    font-size: 20px;
    color: var(--primary);

}

.products .product-item p.price {
    margin-top: 20px;
    font-size: 14px;
    color: var(--primary);

}

.products .product-item a.btn {
    margin-top: 20px;
    background-color: var(--tertiary) !important;
    border-width: 0px !important;
    color: var(--primary) !important;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 50em;
}

/*PRODUCTS*/
.months .month-cont {
    padding: 10px;
}

.months .month-item {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.22);
    text-align: center;
    border-radius: 5px;
    border-width: 1px;
    margin-top: 5px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}

.months .month-item:hover {
    border-color: var(--primary);
    margin-top: -5px;
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.42);
}

.months .month-item img {
    width: 100px;
    padding: 20px 0px;
}

.months .month-item h1 {
    color: #363636;
    font-size: 17px;
}

.months .month-item p {
    color: #363636;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 200;
}

.months .card-header {
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
    font-size: 10px;
    padding: 2px;
    color: #FFF;
}


.months .card-body h1 {
    font-size: 10px;
    opacity: 0.6;
}

.months .card-body h2 {
    color: var(--primary);
    font-size: 18px;
}

.months .card-body h3 {
    color: var(--dark);
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 0px;
}

.months .card-footer {
    padding: 2px;
    font-size: 10px;
}

.modal-content {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.22);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 5px;
}

.modal-body {
    text-align: center;
}

.modal-footer {
    text-align: center;
    display: block;
    padding-bottom: 0px !important;
}

.modal-body .sub-total {
    margin-top: 60px;
    font-size: 14px;
    font-weight: 300;
}

.modal-body .fees {
    color: var(--dark);

    color: var(--dark);
    opacity: 0.6;
    font-size: 14px;
    font-weight: 300;
}

.modal-body .total {
    color: var(--primary);
    font-size: 17px;
    font-weight: 500;
}

.modal-footer a.btn {
    margin-top: 20px;
    background-color: var(--tertiary) !important;
    border-width: 0px !important;
    color: var(--primary) !important;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 50em;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin-left: auto;
    margin-right: auto;
}

.modal-footer a.btn:hover {
    opacity: 0.7
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px !important;
    }
}


/*BUYCRAFT*/

.buycraft {
/*    margin-top: -140px;*/
}

.buycraft .buycraft-cont {
    padding: 20px;
}

.buycraft .buycraft-item {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.22);
    text-align: center;
    padding: 0px 10px 1px 10px;
    border-radius: 10px;
    /*    padding: 20px 0px 20px 0px;*/
}

.buycraft .buycraft-item img {
    width: 100px;
    padding: 20px 0px;
}

.buycraft .buycraft-item h1 {
    color: #363636;
    font-size: 17px;
}

.buycraft .buycraft-item p {
    color: #363636;
    font-size: 12px;
    opacity: 0.7;
    font-weight: 200;
}
.buycraft .buycraft-item a.btn {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: var(--tertiary) !important;
    border-width: 0px !important;
    color: var(--primary) !important;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 50em;
}




.box {
    position: relative;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 8px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(90deg, #4776E6 0%, #8E54E9 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8E54E9;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8E54E9;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8E54E9;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8E54E9;
}

/*REVIEWS*/
.reviews {
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(150, 150, 150, 0.22);
    text-align: center;
    padding: 0px 10px 1px 10px;
    border-radius: 10px;
    /*    padding: 20px 0px 20px 0px;*/
}

.carousel-inner .carousel-item .img-box {
    width: 135px;
    height: 135px;
}

.carousel-control-prev {
    color: #363636;
    /*	left: -100px;*/
}

.carousel-control-next {
    color: #363636;
    /*	right: -100px;*/
}

.carousel-indicators {
    top: 320px;
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-inner .carousel-item p {
        font-size: 14px;
    }

    .carousel-control-prev {
        left: -40px;
    }

    .carousel-control-next {
        right: -40px;
    }

    .carousel-indicators {
        top: 400px;
    }
}




footer {
    padding: 60px 0px 50px 0px;
}


footer p {
    font-size: 14px;
    font-weight: 300;
    color: var(--dark);
    opacity: 0.5;
    margin-bottom: 10px;
}

footer p.discord {
    font-weight: 400;
}
