@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap);

body,
html {
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 300
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0
}

a {
    color: #f0c;
    transition: all .3s ease-in-out
}

a:focus,
button:focus {
    outline: 0
}

.btn:hover,
a:hover {
    text-decoration: none;
    color: #339
}

img {
    max-width: 100%
}

.bg-fixed {
    background-size: cover
}

.bg-grey {
    background-color: #f7f8f9
}

.fs-40 {
    font-size: 40px
}

section {
    position: relative
}

.section-content {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-title,
.title-wrap {
    text-align: center
}

.shadow {
    box-shadow: 0 10px 30px 0 rgba(67, 80, 98, .24), 0 2px 4px 0 rgba(67, 80, 98, .1) !important
}

#header-navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    transition: all .3s cubic-bezier(.785, .135, .15, .86)
}

.navbar-brand {
    font-size: 40px;
    color: #000
}

.navbar-nav .nav-link {
    color: #fff;
    transition: .3s ease
}

.navbar-nav:hover li a {
    opacity: .5
}

.navbar-nav:hover li a:hover {
    opacity: 1
}

.navbar-toggler {
    font-size: 2rem;
    color: #fff
}

.jumbotron {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 100vh
}

.jumbotron2 {
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 50vh
}


@media (max-width:767px) and (orientation:landscape) {
    .jumbotron {
        min-height: 500px
    }    
}

.jumbotron .container {
    position: relative;
    z-index: 1
}

.jumbotron2 .container {
    position: relative;
    z-index: 1
}


.jumbotron:before {
    position: absolute;
    display: block;
    content: "";
    opacity: .8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0c;
    background: -webkit-linear-gradient(to right, #339, #f0c);
    background: linear-gradient(to right, #339, #f0c)
}

.jumbotron h1 {
    line-height: .9;
    font-weight: 700;
    display: inline-block;
    border: 15px solid #fff;
    padding: 30px;
    font-size: 9rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(.785, .135, .15, .86) 1s forwards;
    animation-delay: .8s
}

.jumbotron-single h1 {
    font-size: 3rem !important
}

.jumbotron2:before {
    position: absolute;
    display: block;
    content: "";
    opacity: .8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0c;
    background: -webkit-linear-gradient(to right, #339, #f0c);
    background: linear-gradient(to right, #339, #f0c)
}

.jumbotron2 h1 {
    line-height: .9;
    font-weight: 700;
    display: inline-block;
    border: 15px solid #fff;
    padding: 30px;
    font-size: 5rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(.785, .135, .15, .86) 1s forwards;
    animation-delay: .8s
}

.jumbotron-single h1 {
    font-size: 2rem !important
}

@media (max-width:995px) {
    .jumbotron2 h1 {
        line-height: .9;
        font-weight: 700;
        display: inline-block;
        border: 10px solid #fff;
        padding: 20px;
        font-size: 1.5rem;
        opacity: 0;
        animation: 1s fadeInFromTop cubic-bezier(.785, .135, .15, .86) 1s forwards;
        animation-delay: .8s
    }

    .jumbotron h1 {
        line-height: .9;
        font-weight: 700;
        display: inline-block;
        border: 10px solid #fff;
        padding: 20px;
        font-size: 1.5rem;
        opacity: 0;
        animation: 1s fadeInFromTop cubic-bezier(.785, .135, .15, .86) 1s forwards;
        animation-delay: .8s
    }

    }

.overlay {
    color: #fff
}

.overlay:before {
    position: absolute;
    display: block;
    content: "";
    opacity: .9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0c;
    background: -webkit-linear-gradient(to right, #339, #f0c);
    background: linear-gradient(to right, #339, #f0c)
}

.overlay.bg-white {
    color: #000
}

.overlay.bg-white:before {
    background: #fff;
    opacity: .85
}

.text-white {
    color: #fff
}

.btn {
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 9px 25px;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.btn-primary {
    display: inline-block;
    background-color: #f0c;
    border-color: #f0c;
    color: #fff
}

.btn-primary:hover {
    background-color: #339;
    border-color: #339;
    color: #fff
}

.btn-outline-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-primary:hover {
    background-color: #339;
    border-color: #339;
    color: #fff
}

.btn-shadow {
    box-shadow: -5px 8px 20px 0 rgba(229, 16, 2, .15)
}

.btn-icon {
    color: #000
}

.btn-link {
    color: #f0c
}

.rectangle-1 {
    width: 2000px;
    height: 400px;
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    transform-origin: 50% 150% 0;
    position: absolute;
    left: 0;
    z-index: 0;
    transform: scale(1) rotate(-10deg)
}

.rectangle-2 {
    width: 2000px;
    height: 400px;
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    transform-origin: 65% 100% 0;
    position: absolute;
    right: 0;
    z-index: 0;
    transform: scale(1) rotate(50deg)
}

@keyframes fade-in-right {
    from {
        opacity: 0;
        transform: translateX(-100vw) rotate(-15deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(-15deg)
    }
}

@keyframes grow1 {
    from {
        opacity: 0;
        transform: scale(2) rotate(-10deg)
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(-10deg)
    }
}

@keyframes grow2 {
    from {
        opacity: 0;
        transform: scale(2) rotate(50deg)
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(50deg)
    }
}

@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.rectangle-1 {
    opacity: 0;
    animation: grow1 ease 1s forwards;
    box-shadow: 0 20px 30px 0 rgba(9, 21, 54, .25) !important
}

.rectangle-2 {
    opacity: 0;
    animation: grow2 ease 1s forwards;
    box-shadow: 0 20px 30px 0 rgba(9, 21, 54, .25) !important
}

.rectangle-transparent-1 {
    width: 500px;
    height: 500px;
    border: 15px solid rgba(255, 255, 255, .08);
    position: absolute;
    left: -5%;
    bottom: -10%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite
}

.rectangle-transparent-2 {
    width: 600px;
    height: 600px;
    border: 15px solid rgba(255, 255, 255, .08);
    position: absolute;
    right: -10%;
    top: 5%;
    display: block;
    animation: floating-slow ease-in-out 12s infinite
}

.circle-1 {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    transform-origin: 50% 50%;
    left: 5%;
    top: 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite
}

.circle-2 {
    width: 70px;
    height: 70px;
    top: 20%;
    left: 83%;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    transform-origin: 50% 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite
}

.circle-3 {
    top: 80%;
    right: 25%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(25deg)
    }

    25% {
        transform: translate(5%, 15%) rotate(25deg)
    }

    50% {
        transform: translate(10%, 5%) rotate(25deg)
    }

    75% {
        transform: translate(0, 15%) rotate(25deg)
    }

    100% {
        transform: translate(0, 0) rotate(25deg)
    }
}

@keyframes floating-slow {
    0% {
        transform: translate(0, 0) rotate(25deg)
    }

    25% {
        transform: translate(1%, 3%) rotate(25deg)
    }

    50% {
        transform: translate(2%, 1%) rotate(25deg)
    }

    75% {
        transform: translate(0, 3%) rotate(25deg)
    }

    100% {
        transform: translate(0, 0) rotate(25deg)
    }
}

.triangle {
    position: absolute
}

.triangle-1 {
    right: 0;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite
}

.triangle-1 img {
    height: 50px;
    width: 50px;
    transform: rotate(30deg)
}

.triangle-2 {
    top: 30%;
    left: 20%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite
}

.triangle-2 img {
    width: 75px;
    height: 75px;
    transform: rotate(15deg)
}

.triangle-3 {
    top: 80%;
    left: 15%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite
}

.triangle-3 img {
    width: 45px;
    height: 45px;
    transform: rotate(40deg)
}

.triangle-4 {
    top: 60%;
    right: 15%;
    animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite
}

.triangle-4 img {
    width: 45px;
    height: 45px;
    transform: rotate(-40deg)
}

.feature-item {
    transition: all .2s ease-in-out 0s !important
}

.feature-item:hover {
    transform: translateY(-13px)
}

.progress-bar {
    background-color: #000
}

.testi-img img {
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    display: inline-block !important
}

.testi-details {
    text-align: left
}

.testi-text {
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px
}

.testi-icon {
    color: #f0c
}

.testi-content {
    margin-top: 80px;
    padding-bottom: 80px
}

.testi-item {
    margin-left: 15px;
    margin-right: 15px
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    background-color: rgba(255, 0, 204, .3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow .3s ease, background-color .3s ease;
    transition: box-shadow .3s ease, background-color .3s ease
}

.owl-dot.active>span {
    background-color: transparent;
    box-shadow: 0 0 0 2px #f0c
}

.owl-dots {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    clear: both;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.heading-section {
    position: relative
}

.filter-button-group {
    margin-bottom: 15px
}

.filter-button-group a {
    margin: 5px;
    cursor: pointer
}

.grid-link a {
    margin: 5px;
    font-size: 20px;
    color: #000
}

.grid-portfolio {
    overflow: hidden
}

.gutter-sizer {
    width: 2%
}

.grid-item,
.grid-sizer {
    width: 32%
}

.grid-item {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden
}

.grid-item:hover .grid-info {
    top: 50%;
    opacity: 1
}

.grid-item-wrapper:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    opacity: 0
}

.grid-item-wrapper:hover:before {
    opacity: 1
}

.grid-info {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease
}

.lightcase-icon-close:before {
    content: '\e870';
    font-family: Linearicons-Free
}

.grid-title {
    text-align: center
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
    color: #fff
}

.sidenav-content {
    padding: 8px 32px;
    transform: translateY(20px);
    opacity: 0;
    transition: transform .5s cubic-bezier(.785, .135, .15, .86), opacity .5s cubic-bezier(.785, .135, .15, .86)
}

.in .sidenav-content {
    transform: translateY(0);
    opacity: 1;
    transition: transform .5s cubic-bezier(.785, .135, .15, .86) .5s, opacity .5s .5s
}

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

#side-search .form-control {
    background-color: transparent
}

#side-search .input-group-text {
    background: 0 0;
    color: #fff
}

.skill-item {
    width: 100%;
    position: relative;
    padding: 10px 0
}

.skill-item p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500
}

.skill-item .text-muted {
    color: #939393
}

.progress,
.progress-bar {
    transition: all 4s
}

.blog-item {
    transition: all .3s ease-in-out;
    background-color: #f7f8f9;
    border-radius: 3px;
    overflow: hidden
}

.blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 7px 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, .15)
}

.bg-grey .blog-item {
    background-color: #fff
}

.blog-item-wrapper {
    margin-bottom: 30px
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover
}

.blog-title h4 {
    color: #000
}

.blog-text {
    padding: 15px
}

.blog-tag {
    color: #000;
    letter-spacing: 1.1px;
    text-transform: uppercase
}

.blog-meta {
    color: #939393
}

.blog-meta p {
    display: inline-block;
    font-size: 14px
}

.blog-meta a {
    color: #939393
}

.blog-author {
    display: inline-block;
    color: #939393
}

.blog-author p {
    font-size: 14px;
    margin-bottom: 0
}

.blog-share-wrapper {
    float: right;
    display: inline-block;
    margin: 0 -5px
}

.blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer
}

.blog-content img.float-left {
    margin: 15px 15px 15px 0
}

.blog-content .img.float-right {
    margin: 15px 0 15px 15px
}

.form-control:focus {
    border-color: #f0c;
    box-shadow: 0 0 0 .2rem rgba(253, 101, 90, .25)
}

.form-control::-webkit-input-placeholder {
    opacity: .5
}

.form-control::-moz-placeholder {
    opacity: .5
}

.form-control:-ms-input-placeholder {
    opacity: .5
}

.form-control::-ms-input-placeholder {
    opacity: .5
}

.form-control::placeholder {
    opacity: .5
}

.client-slider .owl-nav {
    display: none
}

.client-slider .client-item {
    padding: 0 0
}

@media (max-width:992px) {
    .not-on-top #header-navbar {
        position: fixed;
        top: 0;
        height: auto;
        width: 100%;
        background: #f0c;
        background: -webkit-linear-gradient(to right, #339, #f0c);
        background: linear-gradient(to right, #339, #f0c);
        z-index: 11
    }

    #header-navbar {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .navbar-transparent .navbar-collapse {
        background: #f0c;
        background: -webkit-linear-gradient(to right, #339, #f0c);
        background: linear-gradient(to right, #339, #f0c);
        padding: 10px
    }
}

@media (max-width:767px) {
    .jumbotron h1 {
        font-size: 5rem
    }

    .grid-item {
        width: 100%
    }

    .progress {
        height: 30px;
        font-size: 16px
    }
}

@media only screen and (max-width:1000px) {
    .container {
        border-radius: 0
    }
}

.slider {
    display: flex;
    width: 500%;
    height: 55rem;
    transition: all .25s ease-in;
    transform: translateX(0)
}

.slider .box {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    overflow: visible;
    position: relative
}

@media only screen and (max-width:650px) {
    .slider .box {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr)
    }
}

.slider .box .bg {
    padding: 2rem;
    background-color: rgba(0, 0, 0, .2);
    width: 55%;
    transform: skewX(7deg);
    position: absolute;
    height: 100%;
    left: -10%;
    padding-left: 20rem;
    transform-origin: 0 100%
}

@media only screen and (max-width:800px) {
    .slider .box .bg {
        width: 65%
    }
}

@media only screen and (max-width:650px) {
    .slider .box .bg {
        width: 100%;
        left: 0;
        bottom: 0;
        height: 54%;
        transform: skewX(0)
    }
}

.slider .box .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: inherit;
    pointer-events: none;
    transform: skewX(10deg)
}

@media only screen and (max-width:650px) {
    .slider .box .bg::before {
        width: 120%;
        bottom: 0;
        transform: skewX(0)
    }
}

.slider .box .details {
    padding: 5rem;
    padding-left: 10rem;
    z-index: 100;
    grid-column: 1/span 1;
    grid-row: -1
}

@media only screen and (max-width:650px) {
    .slider .box .details {
        grid-row: 2/span 1;
        padding: 0;
        padding-left: 0;
        z-index: 100;
        transform: translateY(-9rem)
    }
}

.slider .box .details h1 {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: .5rem
}

.slider .box .details p {
    display: inline-block;
    font-size: 1.3rem;
    color: #b5b4b4;
    margin-bottom: 2rem;
    margin-right: 5rem
}

@media only screen and (max-width:800px) {
    .slider .box .details p {
        margin-right: 0
    }
}

.slider .box .details button {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 2rem;
    outline: 0;
    border: none;
    cursor: pointer;
    transition: all .3s ease
}

.slider .box .details button:hover {
    opacity: .8
}

.slider .box .details button:focus {
    outline: 0;
    border: none
}

.slider .box1 {
    background-color: rgb(150, 0, 30)
}

.slider .box1 .illustration .inner {
    background-image: url(/img/solarhero.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgb(228, 2, 46) 30px -30px 0 10px, rgb(100, 0, 20) 50px -10px 0 10px
}

.slider .box1 button {
    background-color: rgb(228, 2, 46)
}

.slider .box2 {
    background-color: #3333a7
}

.slider .box2 .illustration .inner {
    background-image: url(/img/otth.webp);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(79, 114, 255, .4) 30px -30px 0 10px, rgba(79, 114, 255, .4) 50px -10px 0 10px
}

.slider .box2 button {
    background-color: #03f
}

.slider .box3 {
    background-color: #1a1a1a
}

.slider .box3 .illustration .inner {
    background-image: url(/img/heropv.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(27, 27, 27, 0.473) 30px -30px 0 10px, rgba(59, 59, 59, 0.4) 50px -10px 0 10px
}

.slider .box3 button {
    background-color: rgb(27, 27, 27)
}

.slider .box4 {
    background-color: #554d00
}

.slider .box4 .illustration .inner {
    background-image: url(/img/hajas.webp);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: #ffb7006e 30px -30px 0 10px, #ffb7006e 50px -10px 0 10px
}

.slider .box4 button {
    background-color: #ffb600
}

.slider .box5 {
    background-color: #88552b
}

.slider .box5 .illustration .inner {
    background-image: url(/img/ecq.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: #41281483 30px -30px 0 10px, #ca7d3ea1 50px -10px 0 10px
}

.slider .box5 button {
    background-color: #a36634
}

.slider .illustration {
    grid-column: -2;
    grid-row: -1;
    justify-self: center
}

@media only screen and (max-width:650px) {
    .slider .illustration {
        grid-row: 1/span 1;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.slider .illustration div {
    height: 25rem;
    width: 18rem;
    border-radius: 0.5rem;
    position: relative;
    transform: skewX(-10deg)
}

@media only screen and (max-width:800px) {
    .slider .illustration div {
        height: 20rem;
        width: 15rem
    }
}

.slider .illustration div::after,
.slider .illustration div::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    top: 0;
    left: 0
}

.slider .illustration div::after {
    transform: translate(4rem, -1rem)
}

.slider .illustration div::before {
    transform: translate(2rem, -2rem)
}

.next,
.prev,
.trail {
    z-index: 10000;
    position: absolute
}

.next,
.prev {
    width: 4rem;
    cursor: pointer;
    opacity: .2;
    transition: all .3s ease
}

@media only screen and (max-width:650px) {

    .next,
    .prev {
        display: none
    }
}

.next:hover,
.prev:hover {
    opacity: 1
}

.prev {
    top: 50%;
    left: 2%;
    transform: translateY(-50%)
}

.next {
    top: 50%;
    right: 2%;
    transform: translateY(-50%)
}

.trail {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    text-align: center;
    font-size: 1.5rem
}

@media only screen and (max-width:650px) {
    .trail {
        width: 90%;
        bottom: 13%
    }
}

.trail div {
    padding: 2rem;
    border-top: 3px solid #fff;
    cursor: pointer;
    opacity: .3;
    transition: all .3s ease
}

.trail div:hover {
    opacity: .6
}

@media only screen and (max-width:650px) {
    .trail div {
        padding: 1rem
    }
}

.active {
    opacity: 1 !important
}

.container-fluid .card {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    justify-content: space-between
}

.container-fluid .card .face {
    height: 200px;
    transition: .5s
}

.container-fluid .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(50px)
}

.container-fluid .card:hover .face.face1 {
    background: #f0c;
    transform: translateY(0)
}

.container-fluid .card .face.face1 .content {
    opacity: .2;
    transition: .5s
}

.container-fluid .card:hover .face.face1 .content {
    opacity: 1
}

.container-fluid .card .face.face1 .content img {
    max-width: 100px
}

.container-fluid .card .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em
}

.container-fluid .card .face.face2 {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .8);
    transform: translateY(50px)
}

.container .card:hover .face.face2 {
    transform: translateY(0)
}

.container .card .face.face2 .content p {
    margin: 0;
    padding: 0
}

.container .card .face.face2 .content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333
}

.container .card .face.face2 .content a:hover {
    background: #333;
    color: #fff
}

.mb-10 {
    margin-bottom: 100px
}

.inner {
    width: 500px !important;
    height: 250px !important
}

@media (min-width:768px) {
    .container-card .d-flexm {
        display: flex !important
    }

    .section-title {
        font-size: 50px
    }
}

@media (max-width:768px) {
    .inner {
        width: 300px !important;
        height: 150px !important
    }

    .featurettes {
        justify-content: center !important;
        display: flex !important;
        align-items: center !important
    }
}

.static-layout {
    overflow: hidden
}

@media (min-width:768px) and (max-width:960px) {
    .container-fluid .card .face {
        height: 300px
    }
}

h4:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 15px;
    width: 60px;
    height: 5px;
    background-image: -webkit-linear-gradient(45deg, #ed32cf 15%, #751de1 65%);
    background-image: linear-gradient(45deg, #ed32cf 15%, #751de1 65%);
    border-radius: 5px;
}

h4:before {
    left: 3%;
}


/* End basic CSS override */
.price-table {
    border-radius: 16px;
    max-width: 375px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 45px 0 #5205e080;
    position: relative;
}
.price-table:after {
    content: "";
    display: block;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    background-image: linear-gradient(135deg, #360099, #5205e0 40%, rgb(126, 50, 161) 100%);
}
.price-table .price {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    display: inline-flex;
    align-self: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #fff;
}
.price-table .price small {
    font-size: 1.25rem;
    font-weight: 400;
    position: absolute;
    left: -1.5ch;
}
.price-table .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    margin-top: 16px;
    color: #fff;
}
.price-table .description {
    font-size: 1rem;
    text-align: center;
    margin-top: 4px;
}
.features {
    margin-top: 32px;
}
.feature {
    position: relative;
}
.feature + .feature {
    margin-top: 16px;
}
.feature summary {
    display: inline-flex;
    align-items: center;
    list-style: none;
}
.feature summary::-webkit-details-marker {
    display: none;
}
.feature[open] summary:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 50;
}
.feature[open] div {
    animation: scale 0.15s ease;
}
.feature .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f0c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.feature .checkmark svg {
    width: 18px;
    height: 18px;
    color: #fff;
}
.feature .question-icon {
    display: flex;
    align-items: center;
    margin-left: 6px;
    cursor: pointer;
}
.feature .answer {
    padding: 12px;
    background-color: #f0c;
    border-radius: 6px;
    position: absolute;
    top: -12px;
    z-index: 100;
    transform: translatey(-100%) translatex(-50%);
    transform-origin: bottom center;
    width: 80%;
    left: 50%;
    border: 1px solid #f0c;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
@keyframes scale {
    0% {
        transform: translatey(-100%) translatex(-50%) scale(0);
   }
    100% {
        transform: translatey(-100%) translatex(-50%) scale(1);
   }
}


@media (min-width:992px) and (max-width:1201px) {
    .price {
        font-size: 27px !important;
        font-weight: 700 !important;
    }

    .price-table {
        height: 735px;
    }
}

@media (min-width:0px) and (max-width:390px) {
    .price {
        font-size: 27px !important;
        font-weight: 700 !important;
    }

    .price-table {
        padding: 15px !important;
    }
}

