:root {
    --gradient-red: #ff6d4f;
    --gradient-red-rgb: rgb(255, 171, 101);
    --gradient-red-rgba:rgba(255, 171, 101, 1);
    --gradient-red-rgba-4: rgba(255, 171, 101, .4);
    --gradient-red-rgba-2: rgba(255, 171, 101, .2);
    --gradient-red-1:  #ffa667;
    --gradient-red-1-rgba-4: rgb(255, 166, 103, .4);
    --gradient-red-1-rgba-2: rgb(255, 166, 103, .2);
    --gradient-red-1-rgba-1: rgb(255, 166, 103, .1);
    --red-1: #f5507c;
    --red-2: #fa646e;
    --red-3: #ff707f;
    --drop-shadow-red: #980040;
    --drop-shadow-red-rgba-4: rgba(152, 0, 64, .4);
    --drop-shadow-red-1: #c52989;
    --drop-shadow-red-1-rgba-2: rgba(197, 41, 137, .2);
    --gradient-purple: #ff5c39;
    --gradient-purple-rgba: rgba(255, 92, 57, 1);
    --gradient-purple-rgba-4: rgba(255, 92, 57, .4);
    --gradient-purple-rgba-2: rgba(255, 92, 57, .2);
    --purple-1: #881188;
    --purple-2: #831f8f;
    --purple-3: #db4295;
    --purple-4: #77339e;
    --gradient-purple-1: #ff5c39;
    --gradient-purple-1-rgba: rgba(255, 92, 57, 1);
    --gradient-purple-1-rgba-4: rgba(255, 92, 57, .4);
    --gradient-purple-1-rgba-2: rgba(255, 92, 57, .2);
    --purple-drop-shadow: #531d95;
    --purple-drop-shadow-rgba-1: rgba(83, 29, 149, .1);
    --blue: #0072ff;
    --blue-rgba-4: rgba(0, 114, 255, .4);
    --blue-rgba-2: rgba(0, 114, 255, .2);
    --gradient-orange: #ff6d4f;
    --gradient-orange-rgba: rgba(255, 227, 153, 1);
    --gradient-orange-rgba-4: rgba(255, 227, 153, .4);
    --gradient-orange-rgba-2: rgba(255, 227, 153, .2);
    --orange-1: #ff7560;
    --orange-2: #ffa667;
    --orange-drop-shadow: #ff6d4f;
    --orange-drop-shadow-rgba-2: rgba(255, 154, 71, .2);
    --orange-drop-shadow-1: #ff6d4f;
    --orange-drop-shadow-1-rgba-2: rgba(255, 91, 115, .2);
    --gradient-orange-1: #ff93f2;
    --gradient-orange-1-rgba: rgba(255, 147, 242, 1);
    --gradient-orange-1-rgba-4: rgba(255, 147, 242, .4);
    --gradient-orange-1-rgba-2: rgba(255, 147, 242, .2);
    --pink: #ff56ea;
    --pink-rgba-1: rgba(255, 86, 234, .1);
    --pink-1: #ff92f2;
    --border-width: .3rem
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

a:hover {
    color: #ff5c39;
}

ul {
    padding-left: 2rem;
}

ul li::marker {
    color: #0f4eff;
}

.footer-wrapper ul {
    padding: 0;
}

h1 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 8rem;
    /* letter-spacing: -0.2rem */
}

.no-margin {
    margin: 0;
}

.features h1 
{
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
 
}

.features-first h1 
{
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
 
}

@media(max-width: 991px) {
    h1 {
        font-size: 5rem;
        line-height: 7rem
    }
}

h2 {
    font-size: 4rem;
    font-weight: 600;
    /* letter-spacing: -0.2rem */
}

.agenda{
    font-size: 2rem!important;
}

@media(max-width: 991px) {
    h2 {
        font-size: 4rem
    }
}

h3 {
    font-size: 3rem;
    font-weight: 600
}

h4 {
    font-size: 2rem;
    font-weight: 600
}

h5 {
    font-size: 1.8rem;
    font-weight: 600
}

h6 {
    font-size: 1.4rem;
    font-weight: 500
}

@media(max-width: 991px) {
    h6 {
        font-size: 1.6rem
    }
}

p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    margin: 0
}

ul li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem
}

p.large {
    font-size: 1.8rem
}

p.medium{
    font-size: 3rem!important;
    font-weight: 400!important;
}

.c-dark {
    color: #2b2d30;
    fill: #2b2d30
}

.c-grey {
    color: #3d3d3d;
    fill: #3d3d3d
}

.c-grey-1 {
    color: #666b6d;
    fill: #3d3d3d
}

.c-red {
    color: var(--gradient-red);
    fill: var(--gradient-red)
}

.c-orange {
    color: var(--gradient-orange);
    fill: var(--gradient-orange)
}

.c-blue {
    color: #0072bc;
    fill: #0072bc;
}

.c-purple {
    color: var(--purple-1);
    fill: var(--purple-1)
}

.c-white,
.c-white-p {
    color: #fff;
    fill: #fff
} 

.main-heading p{
    font-size: 1.5rem;
}

.upper {
    text-transform: uppercase
}

.ls-1 {
    letter-spacing: .1rem
}

.ls-2 {
    letter-spacing: -0.1rem
}

.paragraph-big {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem
}

.paragraph-small {
    font-size: 1.4rem
}

@media(max-width: 991px) {
    .paragraph-small {
        font-size: 1.6rem
    }
}

.f-w-700 {
    font-weight: 700
}

.pattern-image {
    padding: 5rem 0
}

.pattern-image-wrapper {
    position: relative
}

.pattern-image img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.pattern-image .background-pattern {
    width: 95%;
    height: calc(100% + 10rem);
    left: initial;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.pattern-image-1 {
    text-align: right
}

.pattern-image-1 .background-pattern {
    width: 82.5%;
    right: -7rem
}

@media(min-width: 992px)and (max-width: 1199px) {
    .pattern-image:not(.pattern-image-1) .background-pattern {
        right: -6rem
    }
}

@media(max-width: 991px) {
    .pattern-image:not(.pattern-image-1) .background-pattern {
        right: -3rem
    }

    .pattern-image-1 {
        text-align: left
    }

    .pattern-image-1 img {
        max-width: 90%
    }

    .pattern-image-1 .background-pattern {
        width: 90%;
        right: -2rem
    }
}

@media(max-width: 575px) {
    .pattern-image-1 .background-pattern {
        right: -1rem
    }
}

.link-underline>span {
    position: relative;
    transition: all .25s ease-out 0s
}

.link-underline>span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0rem;
    bottom: -0.25rem;
    height: .1rem;
    background-color: #fff;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease
}

.link-underline:hover {
    color: unset
}

.link-underline:hover>span {
    text-decoration: none
}

.link-underline:hover>span::before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.link-underline-1>span::before {
    background-color: #3d3d3d
}

.slider-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%
}

.slider-navigation>div {
    cursor: pointer
}

.slider-navigation>div:not(:last-child) {
    margin-right: 2rem
}

.slider-navigation i {
    font-size: 6rem;
    color: #cad1d4;
    transition: all .25s ease-out 0s
}

.slider-navigation i:hover {
    color: var(--orange-drop-shadow-1)
}

@media(max-width: 991px) {
    .slider-navigation {
        justify-content: center;
        align-items: center
    }
}

.form-floating .input {
    height: 6.3rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666b6d;
    padding: 0 1rem;
    border: none;
    border-bottom: .2rem solid #e1e1ec
}

.form-floating .input:focus,
.form-floating .input:active {
    border-color: var(--purple-drop-shadow);
    outline: none;
    box-shadow: none
}

.form-floating label {
    padding: 1.9rem 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666b6d
}

.form-floating:nth-child(n+2) {
    margin-top: 2.7rem
}

.form-floating .textarea {
    height: 100%;
    padding: 2.3rem 1rem !important;
    resize: none
}

.form-floating.textarea-form {
    height: 100%
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    transform: scale(0.85) translateY(-2rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    transform: scale(0.85) translateY(-2rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(0.85) translateY(-2rem) translateX(0.15rem)
}

.drop-shadow {
    filter: drop-shadow(0px 35px 25px var(--gradient-purple-rgba-2));
    -webkit-filter: drop-shadow(0px 35px 25px var(--gradient-purple-rgba-2));
    -moz-filter: drop-shadow(0px 35px 25px var(--gradient-purple-rgba-2))
}

.drop-shadow-1 {
    filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -webkit-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -moz-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4))
}

.drop-shadow-2 {
    filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1))
}

.drop-shadow-3 {
    filter: drop-shadow(0px 35px 25px var(--gradient-red-1-rgba-2));
    -webkit-filter: drop-shadow(0px 35px 25px var(--gradient-red-1-rgba-2));
    -moz-filter: drop-shadow(0px 35px 25px var(--gradient-red-1-rgba-2))
}

.drop-shadow-team-1 {
    filter: drop-shadow(0px 15px 10px var(--gradient-orange-rgba-2));
    -webkit-filter: drop-shadow(0px 15px 10px var(--gradient-orange-rgba-2));
    -moz-filter: drop-shadow(0px 15px 10px var(--gradient-orange-rgba-2))
}

.drop-shadow-team-2 {
    filter: drop-shadow(0px 15px 10px var(--gradient-red-rgba-2));
    -webkit-filter: drop-shadow(0px 15px 10px var(--gradient-red-rgba-2));
    -moz-filter: drop-shadow(0px 15px 10px var(--gradient-red-rgba-2))
}

.drop-shadow-team-3 {
    filter: drop-shadow(0px 15px 10px var(--gradient-purple-rgba-2));
    -webkit-filter: drop-shadow(0px 15px 10px var(--gradient-purple-rgba-2));
    -moz-filter: drop-shadow(0px 15px 10px var(--gradient-purple-rgba-2))
}


.gprev,
.gnext {
    display: none
}

.social-gradient .twitter i {
    color: var(--orange-2)
}

/* .social-gradient .instagram i {
    color: var(--orange-2)
}

.social-gradient .facebook i {
    color: var(--red-3)
}

.social-gradient .linkedin i {
    color: var(--purple-3)
}

.social-gradient .youtube i {
    color: var(--purple-4)
}

.social-gradient .tiktok i {
    color: var(--red-1)
} */

ul.icon-list {
    list-style: none;
    margin-left: 3rem
}

@media(max-width: 991px) {
    ul.icon-list {
        margin-left: 1rem
    }
}

ul.icon-list li {
    display: flex;
    align-items: flex-start
}

ul.icon-list li span {
    display: inline-block;
    width: calc(100% - 2.5rem)
}

ul.icon-list li::before {
    content: "";
    font-family: "Line Awesome Free";
    font-size: 2rem;
    font-weight: 900;
    width: 1.8rem;
    display: inline-block;
    position: relative;
    margin-right: .7rem
}

ul.icon-list-1 li::before {
    color: var(--gradient-orange)
}

ul.icon-list-2 li::before {
    color: var(--gradient-red)
}

.navigation-wrapper {
    width: 100%;
    position: fixed;
    top: 3.6rem;
    left: 0;
    z-index: 500;
    filter: drop-shadow(0px 35px 25px #0f4eff5b);
    -webkit-filter: drop-shadow(0px 35px 25px #0f4eff5b);
    -moz-filter: drop-shadow(0px 35px 25px #0f3eff5b);
    transition: all .25s ease-out 0s
}

.navigation-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    transition: all .25s ease-out 0s
}

.navigation .social {
    display: none;
    align-items: center;
    position: absolute;
    bottom: 27px;
    z-index: 2;
    padding: 0 30px 0 40px
}

.navigation .social h6 {
    font-weight: 700;
    color: #fff
}

.navigation .social ul {
    list-style: none;
    margin-left: 3rem
}

.navigation .social ul li {
    display: inline-block
}

.navigation .social ul li:not(:last-child) {
    margin-right: 1rem
}

.navigation .social ul li a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    transition: all .25s ease-out 0s
}

.navigation .social ul li a i {
    font-size: 2rem;
    color: var(--gradient-purple-1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.navigation .social ul li a:hover {
    background-color: var(--gradient-red)
}

.navigation .social ul li a:hover i {
    color: #fff
}

@media(max-width: 350px) {
    .navigation .social {
        width: 100%;
        flex-direction: column;
        justify-content: center
    }

    .navigation .social ul {
        margin: 2rem 0 0 0
    }
}

.navigation-menu .parent {
    margin: 0
}

.navigation-menu .parent>li {
    list-style: none;
    display: inline-block;
    position: relative
}

.navigation-menu .parent>li>a {
    position: relative;
    z-index: 50
}

.navigation-menu .parent>li>a>span {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
}

.navigation.scrolled .navigation-menu .parent>li>a>span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f4efe;
}

.navigation-menu .parent>li+li {
    margin-left: 4.5rem
}

.navigation-menu .parent>li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    z-index: 1
}

.navigation-menu .parent>li .child {
    position: absolute;
    top: 8rem;
    opacity: 0;
    visibility: hidden;
    min-width: 25rem;
    background-color: #fff;
    filter: drop-shadow(0px 35px 25px var(--gradient-red-1-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--gradient-red-1-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--gradient-red-1-rgba-1));
    background: var(--gradient-red-rgb);
    background: linear-gradient(0deg, var(--gradient-purple-rgba) 20%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 80%);
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem; */
    transition: all .25s ease-out 0s;
    padding: .3rem
}

.navigation-menu .parent>li .child ul {
    background-color: #fff;
    padding: 1rem 4rem 1rem 2rem;
    border-top-left-radius: 1.7rem;
    border-top-right-radius: 1.7rem;
    border-bottom-right-radius: 1.7rem;
    border-bottom-left-radius: 1.7rem
}

.navigation-menu .parent>li .child li {
    list-style: none
}

.navigation-menu .parent>li .child li a {
    display: block;
    padding: 1.5rem 0 1.5rem 2rem;
    transition: all .25s ease-out 0s
}

.navigation-menu .parent>li .child li a span {
    font-size: 1.5rem;
    color: #3d3d3d;
    transition: all .25s ease-out 0s
}

.navigation-menu .parent>li .child li a span::before {
    background-color: #0f4efe
}

.navigation-menu .parent>li .child li a:hover {
    background-color: #fff
}

.navigation-menu .parent>li .child li a:hover span {
    color: #0f4efe
}

.navigation-menu .parent>li:hover .child {
    top: 4rem;
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px){
    .navigation-menu .parent .has-child .child {
        position: absolute;
        right: 0;
    }
}



.navigation-menu .mobile-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 40px;
    margin: 21px 0 24px 0
}

.navigation-menu .mobile-header ul {
    list-style: none;
    margin: 0
}

.navigation-menu .mobile-header ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%
}

.navigation-menu .mobile-header ul li i {
    font-size: 14px
}

.navigation-menu .mobile-header ul li:nth-child(n+2) {
    margin-left: .5rem
}

.navigation-menu .search {
    display: none;
    position: relative
}

.navigation-menu .search input {
    width: 100%;
    height: 5.5rem;
    border: none;
    outline-color: rgba(0, 0, 0, 0);
    font-size: 1.6rem;
    color: #3d3d3d;
    padding: 0 5rem 0 2.8rem
}

.navigation-menu .search button {
    background: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    top: 50%;
    right: 2.8rem;
    transform: translateY(-50%)
}

.navigation-menu .search button i {
    font-size: 1.6rem
}

.navigation-menu .tagline {
    width: 35%;
    font-size: 14px;
    font-weight: 500;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.3rem;
    display: none
}

.navigation-menu .background-pattern {
    display: none
}

@media(max-width: 991px) {
    .navigation-menu {
        position: absolute;
        top: -3.6rem;
        left: -100%;
        width: 100%;
        height: 100vh;
        transition: all .25s ease-out 0s
    }


    .navigation-menu .close-button {
        display: none;
        position: relative;
        z-index: 2
    }

    .navigation-menu .mobile-header {
        display: flex;
        position: relative;
        z-index: 2
    }

    .navigation-menu .tagline {
        display: block
    }

    .navigation-menu .background-pattern {
        display: block;
        top: 0;
        left: 0;
        width: 100%
    }

    .navigation-menu .parent li {
        display: block
    }

    .navigation-menu .parent li::after {
        display: none
    }

    .navigation-menu .parent li>a {
        display: block
    }

    .navigation-menu .parent li>a>span {
        display: block;
        color: #fff;
        width: 100%;
        padding: 15px 40px;
        font-size: 20px;
        font-weight: 500
    }

    .navigation-menu .parent li span::before {
        display: none
    }

    .navigation-menu .parent li.main-search {
        display: none
    }

    .navigation-menu .parent li.has-child a {
        position: relative
    }

    .navigation-menu .parent li.has-child a::after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        transition: all .25s ease-out 0s
    }

    .navigation-menu .parent li.has-child .courses::after {
        content: none !important;
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        transition: all .25s ease-out 0s
    }

    .navigation-menu .parent li.has-child .child {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        border-radius: 0;
        z-index: 2
    }

    .navigation-menu .parent li.has-child .child ul {
        border-radius: 0
    }

    /* .navigation-menu .parent li.has-child .child a::after {
        content: ""
    } */

    .navigation-menu .parent li .child {
        position: relative;
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible;
        display: none;
        padding: 0;
        background-color: #fff
    }

    .navigation-menu .parent li .child li a {
        padding: 0
    }

    .navigation-menu .parent li .child li a span {
        display: inline-block;
        color: #0f4efe;
        font-size: 16px;
        font-weight: 500;
        padding: 11.5px 10px
    }

    .navigation-menu .parent li .child li:first-child {
        padding-top: 19.75px
    }

    .navigation-menu .parent li .child li:last-child {
        padding-bottom: 19.75px
    }

    .navigation-menu .parent li+li {
        margin-left: 0
    }

    .navigation-menu .parent li.has-child.dropped>a::after {
        transform: translateY(-50%) rotate(180deg)
    }
}

@media(max-width: 350px) {
    .navigation-menu .mobile-header {
        flex-direction: column
    }

    .navigation-menu .mobile-header ul {
        margin-top: 3rem
    }
}

@media(min-width: 992px) {
    .navigation-menu .has-child .child {
        position: absolute !important;
        max-height: initial !important;
        transition: all .25s ease !important
    }
}

.navigation.scrolled .navigation-wrapper {
    top: 0;
    background-color: #fff
}


.navigation.scrolled .navigation-menu .parent li:hover .child {
    top: 5.7rem
}



.navigation-bar {
    width: 4rem;
    height: 16px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all .25s ease-out 0s
}

.navigation-bar div {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white
}

/* .navigation-bar.scrolled div {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0f4efe
} */

@media(max-width: 991px) {
    .navigation-bar {
        display: flex
    }
}

.navigation-1:not(.scrolled) .navigation-logo {
    position: relative;
    height: 3.3rem
}

.navigation-1:not(.scrolled) .navigation-logo a {
    position: absolute;
    transition: all .25s ease-out 0s
}

.navigation-1:not(.scrolled) .navigation-logo .logo {
    opacity: 0;
    visibility: none
}

.navigation-1:not(.scrolled) span::before {
    background-color: #fff
}

.navigation-1:not(.scrolled) .navigation-menu .parent>li>a>span {
    color: #fff
}

.navigation-1:not(.scrolled) .navigation-bar div {
    background-color: #fff
}

.navigation-1.scrolled .navigation-logo .logo {
    opacity: 1;
    visibility: visible
}

.navigation-1.scrolled .navigation-logo .logo-white {
    opacity: 0;
    visibility: hidden
}

.navigation.shown .navigation-menu {
    top: -3.6rem;
    left: 0
}

@media(max-width: 991px) {
    .navigation.shown.scrolled .navigation-menu {
        top: 0
    }
}

@media(max-width: 991px) {
    .navigation-inner {
        top: 8rem;
        align-items: center;
        padding: 0 2rem 0 2rem
    }

    .navigation-inner .search {
        display: block
    }

    .navigation .social {
        display: flex
    }
}

@media(max-width: 730px) {
    .navigation-inner {
        top: 5rem
    }
}

.top-menu-wrapper {
    position: relative;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: .8rem 5rem .8rem 5rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 991px) {
    .top-menu-wrapper {
        padding: .8rem 2rem .8rem 2rem
    }
}

.top-menu .tagline p {
    font-size: 1.3rem;
    font-weight: 500;
    color: #3d3d3d;
    margin: 0
}

.top-menu .menu ul {
    list-style: none;
    margin: 0
}

.top-menu .menu ul li {
    display: inline-block
}

.top-menu .menu ul li+li {
    margin-left: 3.3rem
}

.top-menu .menu ul li.phone {
    font-size: 1.2rem;
    font-weight: 500;
    transition: all .25s ease-out 0s
}

.top-menu .menu ul li.phone:hover {
    color: #3d3d3d
}

@media(max-width: 730px) {
    .top-menu {
        display: none
    }
}

.main-search {
    cursor: pointer
}

.main-search-lightbox .gprev,
.main-search-lightbox .gnext {
    display: none
}

.main-search-content {
    position: relative
}

.main-search-content input:not([type=checkbox]):not([type=radio]):not([type=range]) {
    padding-right: 6rem
}

.main-search-content button {
    background: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    top: 50%;
    right: 2.8rem;
    transform: translateY(-50%)
}

.main-search-content button i {
    font-size: 1.6rem
}

.hero {
    height: 850px;
}


.hero .container {
    position: relative;
    top: 200px;
}


.hero .container .row {
    align-items: center
}

.hero-image {
    width: 100%;
    height: 100%;
    padding: 17.8rem 0;
    position: relative
}

.hero-image>img {
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    .hero .container {
        top: 10rem;
    } 


 
    .hero-image {
        justify-content: center;
        padding: 17.8rem 0 5rem 0
    }
}

@media(max-width: 575px) {
    .hero-image {
        position: static;
        padding: 15rem 0 5rem 0
    }

    .hero-image>img {
        transform: scale(0.7)
    }

    .hero-image .hero-absolute-image img {
        transform-origin: top center;
        transform: scale(0.7)
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 16rem 0 8rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hero-content p {
    margin: 2rem 0 2rem 0;
    font-size: 24px;

}

.hero-content .c-white-p {
    font-size: 50px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
}

.hero-content h1 {
    font-size: 70px;
    letter-spacing: 1px;
}

@media(max-width: 991px) {
    .hero-content {
        /* padding-left: 14rem; */
        text-align: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: left;

    }

    .hero-content p {
        margin: 0 0 1rem 0
    }

    .pricing-section-wrapper .background-pattern {
        width: 100%;
        height: 115% !important;
    }

    .pricing-section {
        height: 30rem !important;
        margin: 3rem 0;
    }

    .hero-content .c-white-p {
        font-size: 43px;
        font-weight: 600;
        line-height: 38px;
    }

    .no-margin {
        margin: 0;
        padding-bottom: 3rem;
    }

    .features-first {
        margin-top: -16rem;
    }

    .cta-section h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .cta-section .section-heading.center {
        text-align: center;
        margin: 5rem auto;
    }

    .cta-section {
        margin-bottom: 5rem;
    }

    .navigation-menu .parent li .child li:first-child {
        padding-top: 0
    }
}
@media(max-width: 768px) {

    .hero-content{
        display: flex;
        align-items: center;
    }

    .border-r {
        border-right: none!important;
    }

    .features-first {
        margin-top: -18rem;
    }
    .hero-content h1 {
        font-size: 54px;
        text-align: center!important;
    }
    
}
@media(max-width:770px) {
    .hero{
        height: 725px;
    }

    .pricing-section-wrapper .background-pattern {
        width: 100%;
        height: 115% !important;
    }

    .pricing-section {
        height: 30rem !important;
    }
}

@media(max-width: 575px) {
    .hero{
        height: 765px;
    }


    .mobile-padding-text{
        padding: 0 2rem;
    }
}

@media(max-width: 530px) {
    .hero{
        height: 500px;
    }


    .features-first {
        margin-top: 14rem;
    }

    .hero .container {
        top: 60px;
    }

}

@media (min-width: 321px) and (max-width: 424px) {
    .features-first {
        margin-top: 46rem!important;
    }
}

@media (min-width: 500px) and (max-width: 530px) {
    .hero .container {
        top: 14rem;
    }
}

@media (min-width: 770px) and (max-width: 990px) {
    .hero .container {
        top: 10rem;
    }
    .features-first {
        margin-top: -30rem;
    }
}

@media (min-width: 530px) and (max-width: 574px) {
    .features-first {
        margin-top: -22rem!important;
    }
}


@media(max-width: 500px) {
    .hero{
        height: 250px;
    }
    .hero-content{
        top: 0;
    }

    .hero-content {
        /* padding: 0 0 10rem 10rem; */

    }

    .hero-content p {
        font-size: 20px;
    }

    .hero-content h1 {
        font-size: 36px!important;
        line-height: 41px;
        text-align: center!important;
    }

    .background-pattern {
        height: 80%!important;
    }


    

    .features-first {
        margin-top: 34rem;
    }
}


@media(max-width: 991px) {
    .hero-1 .hero-absolute-image {
        right: -19%
    }
    .background-pattern {
        height: 100%;
    }
}

@media(max-width: 425px) {
    .hero{
        height: 150px;
    }

    .hero-content {
        padding: 2rem 3rem;

    }

    .hero-content .c-white-p {
        font-size: 35px;
        font-weight: 600;
        line-height: 35px;
    }

    

    .features-first {
        margin-top: 30rem;
    }

    .app-feature-single-1 .app-feature-single-wrapper {
        padding: 2.4rem 2rem 4.6rem 2rem !important;
    }
}

@media(max-width: 375px) {
    

    .features-first {
        margin-top: 35rem;
    }


}

@media(max-width: 320px) {
    

    .features-first {
        margin-top: 45rem;
    }
}


.hero-1 .hero-absolute-image {
    position: absolute;
    top: -0.1rem;
    right: -41%;
    z-index: 1
}

@media(max-width: 1199px) {
    .hero-1 .hero-absolute-image {
        right: -51%
    }
}


@media(max-width: 767px) {
    .hero-1 .hero-absolute-image {
        right: -42%
    }

    .pad-how{
        padding: 0rem 0rem 3rem 0rem;
    }
}

@media(max-width: 575px) {
    .hero-1 .hero-absolute-image {
        right: initial;
        left: 50%;
        transform: translateX(-50%)
    }
}

.download-button {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    border-radius: 4px;
    width: -webkit-fill-available;
    /* border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem */
}

.main-color{
    color: var(--gradient-purple);
}

.download-button-group .download-button:not(:last-child) {
    margin-right: 1.8rem
}

@media(max-width: 991px) {
    .download-button-group:not(.download-button-group-1) {
        margin-top: -1rem
    }

    .download-button-group:not(.download-button-group-1) .download-button {
        margin-top: 1rem
    }
}



.download-button-inner {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    /* border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem */
}

.download-button-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    transition: all .4s ease-in-out 0s
}

.download-button-icon {
    position: relative;
    z-index: 2
}

.download-button-icon i {
    transition: all .25s ease-out .1s
}

.download-button-content {
    position: relative;
    z-index: 2;
    /* margin-left: 1.2rem */
}

.download-button-content h5 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    transition: all .25s ease-out .1s
}

.download-button-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    transition: all .25s ease-out .1s
}

.download-button-google {
        color: white!important;
    background: #0f4eff;
    background: #0f4eff;
    filter: drop-shadow(0px 2px 4px #929bb4);
    -webkit-filter: drop-shadow(0px 2px 4px #929bb4);
    -moz-filter: drop-shadow(0px 2px 4px #929bb4)
}

.download-button-google .download-button-inner::after {
    background-color: #0f4eff
}

.download-button-google .download-button-icon i {
    font-size: 3.4rem
}

.read-more-btn{
    padding: 4px 40px;
    border-radius: 20px;
    background-color: #0f4eff;
    color: white;
    font-size: 20px;
}

.read-more-btn:hover{
    padding: 4px 40px;
    border-radius: 20px;
    background-color: white;
    color: #ff6d4f!important;
    font-size: 20px;
}

.download-button-agenda {
        color: white!important;
    background: #ff6d4f;
    background: #ff6d4f;
    filter: drop-shadow(0px 10px 10px var(--gradient-purple-1-rgba-2));
    -webkit-filter: drop-shadow(0px 10px 10px var(--gradient-purple-1-rgba-2));
    -moz-filter: drop-shadow(0px 10px 10px var(--gradient-purple-1-rgba-2))
}

.download-button-agenda .download-button-inner::after {
    background-color: #ff6d4f
}

.download-button-agenda .download-button-icon i {
    font-size: 3.4rem
}

.download-button-apple {
    background: var(--gradient-red);
    background: linear-gradient(270deg, var(--orange-drop-shadow) 0%, var(--gradient-purple-1) 100%);
    filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-rgba-2));
    -webkit-filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-rgba-2));
    -moz-filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-rgba-2))
}

.download-button-apple .download-button-inner::after {
    background-color: var(--orange-drop-shadow)
}

.download-button-apple .download-button-icon i {
    font-size: 4rem
}

.download-button:hover .download-button-inner::after {
    left: 100%
}

.download-button:hover .download-button-icon i {
    color: #fff
}

.download-button:hover .download-button-content h3,
.download-button:hover .download-button-content h5 {
    color: #fff
}

.download-button-1 {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px var(--border-width) #fff
}

.download-button-1 .download-button-inner {
    padding: calc(1.8rem + var(--border-width)) calc(3rem + var(--border-width)) calc(1.6rem + var(--border-width)) calc(3.4rem + var(--border-width))
}

.download-button-1 .download-button-inner::after {
    left: 100%;
    background-color: #fff
}

.download-button-1 .download-button-icon i {
    color: #fff
}

.download-button-1 .download-button-content h3,
.download-button-1 .download-button-content h5 {
    color: #fff
}

.download-button-1:hover .download-button-inner::after {
    left: 0
}

.download-button-1:hover .download-button-icon i {
    color: unset
}

.download-button-1:hover .download-button-content h3 {
    color: #0f4efe
}

.download-button-1:hover .download-button-content h5 {
    color: #3d3d3d
}

.download-button-1:not(:last-child) {
    margin: 0 0 1rem 0 !important
}

.download-button-1-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%
}

@media(max-width: 991px) {
    .download-button-1-group {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 0 0 -2rem
    }

    .download-button-1,
    .download-button-1:not(:last-child) {
        margin: 0 0 0 2rem !important
    }
}

.download-button-2 {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px var(--border-width) #fff
}

.download-button-2 .download-button-inner {
    padding: calc(1.8rem + var(--border-width)) calc(3rem + var(--border-width)) calc(1.6rem + var(--border-width)) calc(3.4rem + var(--border-width))
}

.download-button-2 .download-button-inner::after {
    left: 100%;
    background-color: #fff
}

.download-button-2 .download-button-icon i {
    color: #fff
}

.download-button-2 .download-button-content h3,
.download-button-2 .download-button-content h5 {
    color: #fff
}

.download-button-2:hover .download-button-inner::after {
    left: 0
}

.download-button-2:hover .download-button-icon i {
    color: unset
}

.download-button-2:hover .download-button-content h3 {
    color: #0f4efe
}

.download-button-2:hover .download-button-content h5 {
    color: #3d3d3d
}

.button {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #000;
    border: none;
    overflow: hidden;
    border-radius: 4rem;
    /* border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem */
}

.border-r{
    border-right: .1rem solid #e3e3ed;
}

.border-t{
    border-top: .1rem solid #e3e3ed;
}

.button-inner {
    display: flex;
    align-items: center;
    padding: 1.9rem 5.6rem;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    border-radius: 4rem;
    /* border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem */
}

.button-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    transition: all .4s ease-in-out 0s
}

.button-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

.button-content i {
    font-size: 1.5rem;
    margin-right: .4rem
}

.button-content h4,
.button-content .text {
    font-size: 1.4rem;
    font-weight: 700;
    margin: .3rem 0 0 0;
    transition: all .25s ease-out .1s
}

@media(max-width: 991px) {

    .button-content h4,
    .button-content .text {
        font-size: 1.6rem
    }
}

.button:hover .button-inner::after {
    left: 100%
}

.button:hover .button-content {
    color: #fff
}

.button-1 {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px .3rem #fff
}

.button-1 .button-inner::after {
    left: 100%
}

.button-1 .button-content {
    color: #fff
}

.button-1:hover .button-inner::after {
    left: 0
}

.button-1:hover .button-content {
    color: var(--gradient-purple)
}

.button-2,
.button-premium {
    color: #fff;
    background: var(--gradient-red);
    background: linear-gradient(270deg, var(--orange-drop-shadow) 0%, var(--gradient-purple-1) 100%);
    filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-rgba-2));
    -webkit-filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-rgba-2));
    -moz-filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-rgba-2))
}

.button-2 .button-inner::after,
.button-premium .button-inner::after {
    background-color: var(--gradient-orange)
}

.button-3,
.button-basic {
    color: #fff;
    background: var(--orange-drop-shadow-1);
    background: linear-gradient(270deg, var(--orange-drop-shadow-1) 0%, var(--gradient-purple-1) 100%);
    filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-1-rgba-2));
    -webkit-filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-1-rgba-2));
    -moz-filter: drop-shadow(0px 10px 10px var(--orange-drop-shadow-1-rgba-2))
}

.button-3 .button-inner::after,
.button-basic .button-inner::after {
    background-color: var(--gradient-red)
}

.button-standard {
    color: #fff;
    background: var(--gradient-purple-1);
    background: linear-gradient(90deg, var(--red-2) 0%, var(--gradient-purple-1) 100%);
    filter: drop-shadow(0px 10px 10px var(--gradient-purple-1-rgba-2));
    -webkit-filter: drop-shadow(0px 10px 10px var(--gradient-purple-1-rgba-2));
    -moz-filter: drop-shadow(0px 10px 10px var(--gradient-purple-1-rgba-2))
}

.button-standard .button-inner::after {
    background-color: var(--gradient-purple-1)
}

.section-heading {
    position: relative;
    z-index: 2
}

.section-heading .sub-heading {
    display: flex;
    align-items: center;
    margin: 0 auto 2.8rem 0
}

.section-heading .sub-heading p {
    margin: 5rem 0;
}

.section-heading .sub-heading i {
    font-size: 2.4rem;
    margin: 0 .8rem 0 0
}

.section-heading .sub-heading h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: -4.7rem 0 0 0;
}

@media(max-width: 991px) {
    .section-heading .sub-heading h5 {
        font-size: 1.6rem
    }
}

.section-heading.center {
    text-align: center;
    margin: 0 auto;
}

.pad-how-bottom{
    padding-bottom: 5rem;
}

.section-heading.center .sub-heading {
    justify-content: center;
}

@media(max-width: 991px) {
    .section-heading.center-responsive {
        text-align: center;
        margin: 0 auto
    }

    .section-heading.center-responsive .sub-heading {
        justify-content: center
    }
}

.section-heading.width-71 {
    width: 71%
}

.section-heading.width-64 {
    width: 69%
}

.section-heading.width-55 {
    width: 55%
}

.section-heading-1 .sub-heading {
    margin: 0 auto 0 0
}

.section-heading-1 h1 {
    font-size: 4rem;
    line-height: 6rem
}

.section-heading-2 h1 {
    font-size: 4rem;
    line-height: 6rem
}

@media(max-width: 991px) {

    .section-heading.width-71,
    .section-heading.width-64,
    .section-heading.width-55 {
        width: 100%
    }

    .features .section-heading{
    margin-top: 0!important;
}

}


.app-feature-1 .app-feature-wrapper {
    padding: 8rem 0 4rem 0;
    
}


.app-feature-2 .app-feature-wrapper {
    padding: 0 0 5rem 0
}

@media(max-width: 991px) {
    .app-feature-2 .app-feature-wrapper {
        padding: 0
    }
}

.app-feature .section-heading {
    margin-bottom: 9.5rem
}

@media(max-width: 991px) {
    .app-feature .section-heading {
        margin-bottom: 3rem
    }

    .hero-content h1{
        font-size: 54px;
    }

    .hero-content{
        padding: 15rem 0 0rem 0;
    }
}

.app-feature-row {
    margin-top: 9rem
}

@media(max-width: 991px) {
    .app-feature-row {
        margin-top: 0
    }
}

.app-feature-single {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: .4rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    filter: drop-shadow(0px 35px 25px transparent);
    -webkit-filter: drop-shadow(0px 35px 25px transparent);
    -moz-filter: drop-shadow(0px 35px 25px transparent);
    transition: all .25s ease-out 0s
}

.app-feature-single::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-orange-rgba);
    background: linear-gradient(0deg, var(--gradient-red-rgba) 0%, var(--gradient-orange-rgba) 50%);
    transition: all .4s ease-out 0s
}

.app-feature-single::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-purple-rgba);
    background: linear-gradient(0deg, var(--gradient-purple-rgba) 50%, var(--gradient-red-rgba) 100%);
    transition: all .4s ease-out 0s
}

.app-feature-single-wrapper {
    padding: 3.5rem 3rem ;
    background-color: #fff;
    border-top-left-radius: 1.7rem;
    border-top-right-radius: 1.7rem;
    border-bottom-right-radius: 1.7rem;
    border-bottom-left-radius: 1.7rem;
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    .app-feature-single-wrapper {
        padding: 1.5rem 3rem 3rem 3rem
    }
}

.app-feature-single .icon {
    font-size: 8rem;
    
}

.app-feature-single .icon i {
    /* font-size: 10rem */
}

/* .app-feature-single .icon img {
    justify-content: center;
    align-items: center;
} */

.app-feature-single .icon i::before {
    background: var(--gradient-orange);
    background: linear-gradient(to top right, var(--gradient-purple) 30%, var(--gradient-red) 50%, var(--gradient-orange) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.app-feature-single h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 2.3rem 0
}

.app-feature-single .circle {
    position: relative;
    overflow: hidden;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    background-color: var(--gradient-purple);
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    bottom: -20%;
    right: -20%;
    z-index: 2;
    transition: all .25s ease-out 0s
}

.app-feature-single .circle i {
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out 0s
}

.app-feature-single .circle .hover {
    top: 125%
}

.app-feature-single .circle:hover .hover,
.app-feature-single .circle.hover .hover {
    top: 50%
}

.app-feature-single .circle:hover i:not(.hover),
.app-feature-single .circle.hover i:not(.hover) {
    top: -125%
}

.app-feature-single:hover {
    filter: drop-shadow(0px 35px 25px var(--pink-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--pink-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--pink-rgba-1))
}

.app-feature-single:hover .circle {
    bottom: 1rem;
    right: 1rem
}

.app-feature-single:hover::before {
    bottom: 50%;
    left: 0
}

.app-feature-single:hover::after {
    top: 50%;
    left: 0%
}

.app-feature-single-1 {
    filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1))
}

.app-feature-single-1 .app-feature-single-wrapper {
    padding: 2.4rem 4rem 4.6rem 4rem
}

.app-feature-single-1::before {
    bottom: 50%;
    left: 0
}

.app-feature-single-1::after {
    top: 50%;
    left: 0%
}

.app-feature-single-2 {
    filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1))
}

.app-feature-single-2 .icon i::before {
    background: var(--gradient-orange);
    background: linear-gradient(45deg, var(--gradient-purple) 10%, var(--gradient-red) 25%, var(--gradient-orange) 40%, #fff 55%, #fff 100%);
    background-size: 300%;
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.app-feature-single-2 .icon i::before,
.app-feature-single-2 h3,
.app-feature-single-2 p {
    transition: all .25s ease-out 0s
}

.app-feature-single-2 .circle {
    background-color: #fff
}

.app-feature-single-2 .circle i {
    color: var(--gradient-purple)
}

.app-feature-single-2 .app-feature-single-wrapper::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--gradient-red-rgb);
    background: linear-gradient(0deg, var(--gradient-purple-rgba) 0%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 100%);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    transition: all .25s ease-out 0s
}

.app-feature-single-2:hover .icon i::before {
    background-position: top right
}

.app-feature-single-2:hover h3,
.app-feature-single-2:hover p {
    color: #fff
}

.app-feature-single-2:hover .app-feature-single-wrapper::after {
    top: 0;
    opacity: 1;
    visibility: visible
}

.app-feature-single-2::before {
    bottom: 50%;
    left: 0
}

.app-feature-single-2::after {
    top: 50%;
    left: 0%
}

.feature-section-content>p {
    padding-right: 12rem;
    margin-top: 3rem
}

.feature-section-content .icon-text-group {
    margin-top: 3.5rem
}

.feature-section-content .button {
    margin-top: 0
}

@media(max-width: 991px) {
    .feature-section-content>p {
        padding-right: 0
    }
}

.feature-section-image {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.feature-section-image .phone {
    position: relative;
    z-index: 3;
    filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -webkit-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -moz-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    max-width: 100%
}

.feature-section-image .image {
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    z-index: 2;
    filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -webkit-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    -moz-filter: drop-shadow(0px 35px 25px var(--blue-rgba-4));
    max-width: 100%
}

.feature-section-image .background-pattern {
    width: 100%;
    height: 90%;
    left: initial;
    top: 50%;
    transform: translateY(-50%);
    right: -7rem
}

.feature-section-spacing-1 .feature-section-wrapper {
    padding: 0 0 12rem 0
}

@media(max-width: 991px) {
    .feature-section-spacing-1 .feature-section-wrapper {
        padding: 5rem 0
    }
}

.feature-section-spacing-2 .feature-section-wrapper {
    padding: 15rem 0 20rem 0
}

@media(max-width: 991px) {
    .feature-section-spacing-2 .feature-section-wrapper {
        padding: 5rem 0
    }
}

.feature-section-spacing-3 .feature-section-wrapper {
    padding: 5rem 0 15rem 0
}

@media(max-width: 991px) {
    .feature-section-spacing-3 .feature-section-wrapper {
        padding: 5rem 0
    }
}

@media(max-width: 992px) {
    .feature-section .feature-section-image {
        justify-content: center;
        margin-bottom: 5rem
    }

    .feature-section .feature-section-image .background-pattern {
        left: 50%;
        right: initial;
        transform: translate(-50%, -50%)
    }
}

.feature-section-0 .feature-section-image .image {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

@media(max-width: 992px) {
    .feature-section-0 .feature-section-image .image {
        left: -15%
    }
}

@media(max-width: 575px) {
    .feature-section-0 .feature-section-image {
        justify-content: flex-end
    }

    .feature-section-0 .feature-section-image .phone {
        max-width: 60%
    }

    .feature-section-0 .feature-section-image .image {
        left: -5%;
        max-width: 50%
    }
}

.feature-section-1 .feature-section-content>p {
    padding-right: 0
}

.feature-section-1 .feature-section-content .icon-text-1-group {
    margin-top: -0.8rem
}

.feature-section-1 .feature-section-image {
    justify-content: flex-start
}

.feature-section-1 .feature-section-image .image {
    left: initial;
    right: -10%;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

@media(max-width: 992px) {
    .feature-section-1 .feature-section-image .image {
        right: -10%
    }
}

.feature-section-1 .feature-section-image .background-pattern {
    right: initial;
    left: -7rem
}

@media(max-width: 991px) {
    .feature-section-1 .feature-section-image {
        justify-content: center
    }

    .feature-section-1 .feature-section-image .background-pattern {
        left: 50%;
        right: initial;
        transform: translate(-50%, -50%)
    }
}

@media(max-width: 575px) {
    .feature-section-1 .feature-section-image {
        justify-content: flex-start
    }

    .feature-section-1 .feature-section-image .phone {
        max-width: 60%
    }

    .feature-section-1 .feature-section-image .image {
        right: -5%;
        max-width: 50%
    }
}

.features .section-heading {
    margin-top: 4rem;
}

.features-first .section-heading {
    margin-bottom: 3rem;
    margin-top: 4rem;
}

@media(max-width: 991px) {
    .features .section-heading {
        margin-bottom: 0
    }

    .features-first .section-heading {
        margin-bottom: 0
    }
}

.features-row {
    padding-bottom: 4.9rem
}


@media(max-width: 991px) {
    .features-row {
        padding-bottom: 0
    }
}

/* .features-row div[class*=col]:nth-child(odd) {
    border-right: .1rem solid #e3e3ed
} */

.features-row div[class*=col]:nth-child(-n+2) .features-single {
    padding: 0rem 6rem 0rem 6rem
}

.features-row div[class*=col]:nth-last-child(-n+2) .features-single {
    padding: 4rem 6rem 4rem 6rem
}

/* .features-row div[class*=col]:nth-child(n+3) {
    border-top: .1rem solid #e3e3ed
} */



@media(max-width: 991px) {

    .features-row div[class*=col]:nth-child(-n+2) .features-single,
    .features-row div[class*=col]:nth-last-child(-n+2) .features-single {
        padding: 5rem 3rem 5rem 3rem
    }
}



@media(max-width: 767px) {
    .features-row div[class*=col]:nth-child(n+2) {
        border-top: .1rem solid #e3e3ed
    }

    .features-row div[class*=col]:nth-child(odd) {
        border-right: none
    }

    .features-row div[class*=col]:nth-child(-n+2) .features-single,
    .features-row div[class*=col]:nth-last-child(-n+2) .features-single {
        padding: 0rem 2rem 0rem 2rem
    }
    .hero-slika{
        background-position: center!important;
    }
    h1 span {
        font-size: 24px!important;
    }
    .hero-content{
        padding: 4rem 0.5rem 0 0.5rem!important;
    }
}

.features-single {
    text-align: center;
    padding: 0rem 6rem 0rem 6rem
}

.features-single .icon {
    font-size: 8rem
}

.features-single .icon i::before {
    background: #0f4eff;
    background: linear-gradient(to top right, #0f4efe 30%, #0f4eff 50%, #00eb85 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.features-single h3 {
    font-size: 2rem;
    margin: 1rem 0 2.3rem 0;
    min-height: 4.7rem;
}

@media(max-width: 991px) {
    .features-single {
        padding: 5rem 3rem 5rem 3rem
    }
}

@media(max-width: 767px) {
    .features-single {
        padding: 0rem 2rem 0rem 2rem
    }

    .pad-how-bottom{
        padding: 0!important;
    }
}

.video-section-wrapper {
    margin: 10rem 0
}

.red{
    color: var(--red-1);
    background-color: var(--red-1);
    border-radius: 50px;
}

.blue{
    color: #0f4eff;
    background-color: #0f4eff;
    border-radius: 50px;
}

.green{
    color: #00eb85;
    background-color: #00eb85;
    border-radius: 50px;
}

.orange{
    color: #ff6d4f;
    background-color: #ff6d4f;
    border-radius: 50px;
}

.round-border{
    border-radius: 12px;
}

.video-section .container {
    position: relative;
    padding-top: 1rem
}

.video-section .container .row {
    position: relative;
    z-index: 3;
    padding: 4rem 0;
    display: flex;
    align-items: center
}

@media(max-width: 991px) {
    .video-section .container {
        padding: 0 10rem
    }
}

.video-section .button {
    margin-top: 3.3rem
}

.video-section-video {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

@media(max-width: 991px) {
    .video-section-video {
        justify-content: center
    }
}

.video-section-video figure {
    position: relative;
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.video-section-video figure img {
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.video-section-video figure .play {
    position: absolute;
    top: 50%;
    left: -4.9rem;
    transform: translateY(-50%);
    width: 9.8rem;
    height: 9.8rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--red-1);
    background: linear-gradient(225deg, var(--red-1) 0%, var(--red-2) 100%)
}

.video-section-video figure .play a {
    border-radius: 50%;
    background-color: #fff;
    width: 7.2rem;
    height: 7.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-out 0s
}

.video-section-video figure .play a i {
    font-size: 4rem;
    color: var(--orange-1);
    transition: all .25s ease-out 0s
}

.video-section-video figure .play:hover a {
    width: 100%;
    height: 100%
}

.video-section-video figure .play:hover a i {
    font-size: 3rem
}

@media(min-width: 991px)and (max-width: 1200px) {
    .video-section-video figure {
        width: 95%
    }

    .video-section-video figure img {
        width: 100%
    }
}

@media(max-width: 991px) {
    .video-section-video {
        margin-bottom: 10rem
    }

    .video-section-video figure {
        width: 100%
    }

    .video-section-video figure img {
        width: 100%
    }

    .video-section-video figure .play {
        top: initial;
        bottom: -4.9rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width: 991px) {
    .video-section-content {
        margin-bottom: 5rem;
        text-align: center
    }
}

.video-section .background-pattern {
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

@media(max-width: 991px) {
    .video-section .background-pattern {
        top: initial;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 83.3333333333%;
        height: 75%
    }
}

.icon-text {
    width: 41%
}

.icon-text-group {
    display: flex
}

.icon-text-group>*:nth-child(n+2) {
    margin-left: 2.7rem
}

.icon-text i {
    font-size: 8rem
}

.icon-text i::before {
    background: var(--gradient-orange);
    background: linear-gradient(to top right, var(--gradient-purple) 30%, var(--gradient-red) 50%, var(--gradient-orange) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.icon-text h4 {
    margin: 3.3rem 0 2.5rem 0
}

@media(max-width: 991px) {
    .icon-text {
        width: 50%
    }
}

.icon-text-1 {
    display: flex;
    align-items: center
}

.icon-text-1>*:nth-child(n+2) {
    margin-top: 3.2rem
}

.icon-text-1 i {
    font-size: 8rem;
    margin-right: 2.6rem
}

.icon-text-1 i::before {
    background: var(--gradient-orange);
    background: linear-gradient(to top right, var(--gradient-purple) 30%, var(--gradient-red) 50%, var(--gradient-orange) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 991px) {
    .navigation-logo a img{
        width: 100%;
    }
}

.color-red{
    color: #0072bc;
}

.color-blue{
    color: #f41ca6;
}

.icon-text-1 svg {
    width: 7.5rem
}

.icon-text-1 p {
    margin: 1.2rem 0 0 0
}

.pricing .switch {
    margin: 4rem auto 5rem auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.pricing .switch .form-switch {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.pricing .switch label {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff
}

.pricing .switch input {
    width: 3.2rem;
    height: 2.1rem;
    float: none;
    margin: 0 1.1rem;
    border: none;
    box-shadow: none;
    border: .2rem solid #fff
}

.pricing .switch input,
.pricing .switch input:focus,
.pricing .switch input:active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.pricing .switch input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fe3a7e'/%3e%3c/svg%3e");
    background-color: #fff
}

.pricing .swiper-container {
    overflow: visible
}

.pricing-single {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.8rem 4rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

.pricing-single .plan {
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

.pricing-single .price {
    font-size: 3rem;
    font-weight: 500;
    color: #3d3d3d;
    text-align: center;
    margin: 2.2rem 0 6rem 0;
    overflow: hidden;
    position: relative
}

.pricing-single .price .month {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s ease-out 0s
}

.pricing-single .price .year {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .25s ease-out 0s
}

.pricing-single .price sup {
    font-size: 1.4rem
}

@media(max-width: 991px) {
    .pricing-single .price sup {
        font-size: 1.6rem
    }
}

.pricing-single .price-month .month {
    top: 0
}

.pricing-single .price-month .year {
    top: 100%
}

.pricing-single .button {
    width: 100%
}

.pricing-single .button-content {
    margin: 0 auto
}

.pricing-single ul {
    list-style: none;
    margin: 6rem 0 7.5rem 0
}

.pricing-single ul li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #3d3d3d
}

.pricing-single ul li:nth-child(n+2) {
    margin-top: 1.5rem
}

.pricing-single ul li::before {
    content: "";
    font-family: "Line Awesome Free";
    font-size: 1.4rem;
    color: #ff3759;
    display: inline-block;
    font-weight: 900;
    width: auto;
    height: auto;
    position: relative;
    margin-right: 1rem
}

@media(max-width: 991px) {
    .pricing-single ul li::before {
        font-size: 1.6rem
    }
}

.pricing-single ul li.available::before {
    content: "";
    color: #4defa1
}

.pricing-single h6 {
    font-size: 1.2rem;
    text-align: center;
    color: #3d3d3d
}

.pricing-single.basic {
    filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1))
}

.pricing-single.basic .plan {
    color: var(--orange-drop-shadow-1)
}

.pricing-single.standard {
    filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1))
}

.pricing-single.standard .plan {
    color: var(--gradient-purple-1)
}

.pricing-single.premium {
    filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 20px 25px var(--purple-drop-shadow-rgba-1))
}

.pricing-single.premium .plan {
    color: var(--orange-drop-shadow)
}


.pricing-section {
    height: 50rem;
}

.pricing-section-wrapper {
    position: relative;
    padding: 15rem 0;
}

.pricing-section-wrapper .background-pattern {
    width: 100%;
    height: 60%
}

@media(max-width: 991px) {
    .pricing-section-wrapper {
        padding: 5rem 0 0 0
    }
}

.pricing-section .section-heading {
    position: relative;
    z-index: 2
}

.pricing-section .section-heading h1 {
    font-size: 3rem; 
    line-height: 4rem;
    margin-top: -10rem;
    margin-bottom: 30rem;
}

.pricing-section .pricing {
    position: relative;
    z-index: 2
}

.testimonial-slide {
    display: flex;
    align-items: center;
    width: 100%
}

@media(max-width: 991px) {
    .testimonial-slide {
        flex-direction: column
    }
}

.testimonial-slide .image {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    padding: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-out 0s
}

@media(min-width: 992px) {
    .testimonial-slide .image {
        margin-right: 8rem
    }
}

.testimonial-slide .image-wrapper {
    background-color: #fff;
    border-radius: 50%;
    padding: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-out 0s
}

@media(max-width: 991px) {
    .testimonial-slide .image-wrapper {
        font-size: 1.6rem
    }
}

.testimonial-slide .image-inner {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-origin: center center;
    transform: scale(0.61);
    transition: all .25s ease-out 0s;
    position: relative;
    overflow: hidden
}

.testimonial-slide .image-inner img {
    width: 100%;
    height: 100%;
    border: .1rem solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%
}

.testimonial-slide .image-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 50%;
    transition: all .25s ease-out 0s;
    opacity: 1;
    visibility: visible
}

.testimonial-slide .content {
    width: 55%;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out 0s
}

.testimonial-slide .content p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 4rem;
    color: #3d3d3d
}

.testimonial-slide .content h5 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 4rem;
    color: #0f4efe;
    margin-top: 3rem
}

@media(max-width: 991px) {
    .testimonial-slide .content {
        width: 150%;
        margin-top: 5rem;
        text-align: center
    }
}

@media(max-width: 991px) {
    .testimonial-slider {
        margin-top: 1rem
    }
}

@media(min-width: 992px) {
    .testimonial-slider .swiper-container {
        height: 55rem
    }
}

.testimonial-slider .swiper-slide {
    display: flex
}

.testimonial-slider .swiper-slide-active .image {
    z-index: 10;
    padding: .4rem;
    background: var(--gradient-red-rgb);
    background: linear-gradient(45deg, var(--gradient-purple-rgba) 20%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 80%)
}

.testimonial-slider .swiper-slide-active .image-inner {
    transform: scale(1)
}

.testimonial-slider .swiper-slide-active .image-inner::after {
    opacity: 0;
    visibility: hidden
}

.testimonial-slider .swiper-slide-active .content {
    opacity: 1;
    visibility: visible
}

.testimonial-slider .swiper-slide-prev .image {
    z-index: 1;
    margin-top: 17.5%;
    cursor: pointer
}

.testimonial-slider .swiper-slide-prev .image-inner::after {
    background: #fff;
    background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0) 100%)
}

@media(max-width: 991px) {
    .testimonial-slider .swiper-slide-prev .image {
        margin: 0 -50.5% 0 0
    }

    .testimonial-slider .swiper-slide-prev .image-inner::after {
        background: #fff;
        background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0) 100%)
    }
}

.testimonial-slider .swiper-slide-next .image {
    z-index: 1;
    margin-top: -17.5%;
    cursor: pointer
}

.testimonial-slider .swiper-slide-next .image-inner::after {
    background: #fff;
    background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0) 100%)
}

@media(max-width: 991px) {
    .testimonial-slider .swiper-slide-next .image {
        margin: 0 0 0 -50.5%
    }

    .testimonial-slider .swiper-slide-next .image-inner::after {
        background: #fff;
        background: linear-gradient(-90deg, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0) 100%)
    }
}

.testimonial-section-wrapper {
    padding: 15rem 0 14rem 0
}

@media(max-width: 991px) {
    .testimonial-section-wrapper {
        padding: 6rem 0 5rem 0
    }
}




@media(max-width: 991px) {
    .faq-wrapper {
        margin: 0
    }
}

.faq .accordion-item {
    border: none
}

.faq .accordion-item:not(:first-child) {
    margin-top: .7rem
}
.link-mic{
   color: #ff5c39;
}

.faq .accordion-button1 {
    padding: 1rem 1.5rem ;
    border: none;
    box-shadow: none;
    background-color: initial;
    font-size: 14px;
    font-weight: bold;
    color:#2b2d30;
    line-height: 3rem;
    position: relative
}

.faq .accordion-button {
    border: none;
    box-shadow: none;
    background-color: initial;
    font-size: 14px;
    font-weight: bold;
    color:#2b2d30;
    line-height: 3rem;
    position: relative
}
.faq .accordion-button1 span {
    padding-right: 3rem
}

.faq .accordion-button span {
    padding-right: 3rem
}

.faq .accordion-button::after {
    content: "";
    font-family: "Line Awesome Free";
    color: #00eb85;
    font-size: 3.2rem;
    display: block;
    background: none;
    width: auto;
    height: auto;
    transition: all .25s ease-out 0s
}

.faq .accordion-button:not(.collapsed)::after {
    content: "";
    color: var(--orange-drop-shadow)
}

.faq .accordion-body {
    padding: 2rem 3rem 1rem 1.25rem
}

.faq .accordion-body p,
.faq .accordion-body ul li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    color: #3d3d3d
}

.reserve-button{
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    border-radius: 4px;
    margin-top: 4px;
}

.faq-section-1 .faq-section-wrapper {
    padding-bottom: 5rem
}

.card-body{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 991px) {
    .faq-section-1 .faq-section-wrapper {
        padding-bottom: 5rem
    }
}

.faq-section-2 .faq-section-wrapper {
    padding: 15rem 0
}

@media(max-width: 991px) {
    .faq-section-2 .faq-section-wrapper {
        padding: 5rem 0
    }
}

.faq-section-3 .faq-section-wrapper {
    padding: 5rem 0 15rem 0
}

@media(max-width: 991px) {
    .faq-section-3 .faq-section-wrapper {
        padding: 5rem 0
    }
}

.faq-section .section-heading {
    margin-bottom: 4.4rem
}

@media(max-width: 991px) {
    .faq-section .section-heading {
        margin-bottom: 2rem
    }
}

.blog-section .blog-section-wrapper {
    padding-bottom: 15rem
}

@media(max-width: 991px) {
    .blog-section .blog-section-wrapper {
        padding-bottom: 5rem
    }
}

.blog-section .section-heading {
    margin-bottom: 4rem
}

.blog-section .button {
    margin: 5rem auto 0 auto;
    display: block
}

@media(min-width: 992px) {
    .blog-section div[class*=col]:nth-child(n+4) {
        margin-top: 5rem
    }
}

@media(max-width: 991px) {
    .blog-section div[class*=col]:nth-child(n+2) {
        margin-top: 3rem
    }
}

@media(max-width: 991px) {
    .blog-section-1 div[class*=col]:nth-child(-n+2) {
        margin-top: 0
    }

    .blog-section-1 div[class*=col]:nth-child(n+3) {
        margin-top: 3rem
    }
}

@media(max-width: 767px) {
    .blog-section-1 div[class*=col]:nth-child(n+2) {
        margin-top: 3rem
    }
}

.blog-single {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    background: var(--gradient-red-rgb);
    background: linear-gradient(0deg, var(--gradient-purple-rgba) 0, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 100%);
    filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 35px 25px var(--purple-drop-shadow-rgba-1));
    background-color: #fff;
    padding: .4rem;
    text-align: center
}

.blog-single-wrapper {
    position: relative;
    padding: 2.6rem 2.6rem 5.6rem 2.6rem;
    background-color: #fff;
    border-top-right-radius: 2.7rem;
    border-bottom-right-radius: 2.7rem;
    border-bottom-left-radius: 2.7rem
}

.blog-single .figure {
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0px 35px 25px var(--drop-shadow-red-1-rgba-2));
    -webkit-filter: drop-shadow(0px 35px 25px var(--drop-shadow-red-1-rgba-2));
    -moz-filter: drop-shadow(0px 35px 25px var(--drop-shadow-red-1-rgba-2));
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    display: block;
    width: 100%;
    height: 24rem
}

.blog-single .figure img {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-single .figure .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all .25s ease-out 0s;
    background: var(--gradient-red-rgb-4);
    background: linear-gradient(90deg, var(--gradient-purple-rgba-4) 20%, var(--gradient-red-rgba-4) 50%, var(--gradient-orange-rgba-4) 80%)
}

.blog-single .figure .img-hover .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #fff;
    top: 100%;
    transition: all .25s ease-out .1s
}

.blog-single .figure .img-hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem
}

.blog-single .figure .img-hover i::before {
    background: var(--gradient-orange);
    background: linear-gradient(to top right, var(--gradient-purple) 30%, var(--gradient-red) 50%, var(--gradient-orange) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.blog-single .figure:hover .img-hover,
.blog-single .figure.hover .img-hover {
    opacity: 1;
    visibility: visible
}

.blog-single .figure:hover .img-hover .icon,
.blog-single .figure.hover .img-hover .icon {
    top: 50%
}

.blog-single .circle {
    position: relative;
    overflow: hidden;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 50%;
    background-color: var(--purple-2);
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    transition: all .25s ease-out 0s
}

.blog-single .circle i {
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out 0s
}

.blog-single .circle .hover {
    top: 125%
}

.blog-single .circle:hover .hover,
.blog-single .circle.hover .hover {
    top: 50%
}

.blog-single .circle:hover i:not(.hover),
.blog-single .circle.hover i:not(.hover) {
    top: -125%
}

.blog-single-details {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666b6d
}

.blog-single-details i {
    font-size: 1.8rem;
    color: var(--purple-2)
}

.blog-single-details .separator {
    width: .2rem;
    height: 1.2rem;
    background-color: #cad1d4;
    margin: 0 1.3rem 0 1.7rem
}

@media(max-width: 991px) {
    .blog-single-details {
        font-size: 1.6rem
    }
}

.blog-single h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    color: #0f4efe;
    margin-top: 3rem
}

.blog-single p {
    color: #666b6d
}

.blog-single-1 .blog-single-wrapper {
    overflow: hidden
}

.blog-single-1 .blog-single-wrapper .blog-single-content {
    position: relative;
    z-index: 1
}

.blog-single-1 .blog-single-wrapper h3,
.blog-single-1 .blog-single-wrapper .blog-single-details,
.blog-single-1 .blog-single-wrapper .blog-single-details i,
.blog-single-1 .blog-single-wrapper p {
    transition: all .25s ease-out 0s
}

.blog-single-1 .blog-single-wrapper::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-red-rgb);
    background: linear-gradient(0deg, var(--gradient-purple-rgba) 0%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 100%);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    transition: all .25s ease-out 0s
}

.blog-single-1:hover .blog-single-wrapper::after {
    top: 0;
    opacity: 1;
    visibility: visible
}

.blog-single-1:hover h3,
.blog-single-1:hover .blog-single-details,
.blog-single-1:hover .blog-single-details i,
.blog-single-1:hover p {
    color: #fff
}

.blog-single-1:hover .circle {
    background-color: #fff
}

.blog-single-1:hover .circle i {
    color: var(--purple-2)
}

.blog-detail-thumbnail img {
    width: 100%;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem
}

.blog-detail-content {
    margin-top: 9.4rem;
    padding-bottom: 15rem
}

@media(max-width: 991px) {
    .blog-detail-content {
        margin-top: 5rem;
        padding-bottom: 5rem
    }
}

.blog-detail-content .blog-single-details {
    margin: 1.2rem 0 0rem 0
}

.blog-detail-content>p {
    margin-top: 3rem
}

.blog-detail-content h3 {
    margin-top: 2.3rem
}

.blog-detail-content .social {
    margin-top: 3.1rem
}

.blog-detail-content .social ul {
    margin-top: 1.5rem
}

.blog-detail-content .social ul li {
    list-style: none;
    display: inline-block
}

.blog-detail-content .social ul li i {
    transition: all .25s ease-out 0s
}

.blog-detail-content .social ul li:not(:last-child) {
    margin-right: 1.9rem
}

.blog-detail-content .social ul li a {
    font-size: 3rem
}

.blog-detail-content .social ul li:hover i {
    color: #0f4efe
}

.blog-detail-1 .blog-detail-content {
    padding-bottom: 0
}

.related-posts-wrapper {
    position: relative;
    padding-top: 9.8rem
}

.related-posts-inner {
    position: relative;
    z-index: 2
}

.related-posts-slider {
    margin-top: 3.8rem
}

.related-posts-slider-navigation i {
    color: rgba(255, 255, 255, .4)
}

.related-posts-slider-navigation i:hover {
    color: #fff
}

@media(max-width: 991px) {
    .related-posts-slider-container {
        max-width: 100%;
        padding: 0
    }
}

.related-posts-slider .blog-single {
    margin-bottom: 5rem;
    filter: drop-shadow(0px 10px 25px var(--purple-drop-shadow-rgba-1));
    -webkit-filter: drop-shadow(0px 10px 25px var(--purple-drop-shadow-rgba-1));
    -moz-filter: drop-shadow(0px 10px 25px var(--purple-drop-shadow-rgba-1))
}

.related-posts .background-pattern {
    width: 100%;
    height: 74%
}

.comments-list {
    padding: 15rem 0 12rem 0
}

.comments-heading {
    margin-bottom: 1.4rem
}

.comments-single {
    padding-top: 4rem
}

.comments-single-wrapper {
    display: flex;
    position: relative
}

.comments-single-content {
    padding-bottom: 3.4rem
}

.comments-single.has-reply .comments-single-content,
.comments-single:not(:last-child) .comments-single-content {
    border-bottom: .1rem solid #e1e1ec
}

.comments-single h5 {
    color: #0f4efe;
    font-weight: 700
}

.comments-single-image {
    margin-right: 3.5rem
}

.comments-single .date {
    font-size: 1.2rem;
    font-weight: 500;
    color: #666b6d
}

.comments-single .comment {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3rem;
    color: #666b6d;
    margin-top: .8rem
}

.comments-single .reply-button {
    font-size: 1.4rem;
    color: #666b6d;
    position: absolute;
    top: 0;
    right: 0
}

.comments-single .reply-button span::before {
    background-color: #666b6d
}

.comments-single .comments-single {
    padding-left: 13%
}

@media(max-width: 767px) {
    .comments-single .comments-single {
        padding-left: 5%
    }
}

@media(max-width: 575px) {
    .comments-single-wrapper {
        flex-direction: column
    }

    .comments-single-content {
        margin-top: 3rem
    }
}

@media(max-width: 991px) {
    .comments-list {
        padding: 5rem 0
    }
}

.comments-form-wrapper {
    padding-bottom: 15rem
}

.comments-form-heading {
    margin-bottom: 5.9rem
}

.comments-form .button {
    display: block;
    margin: 5rem auto 0 auto
}

@media(max-width: 991px) {
    .comments-form-wrapper {
        padding-bottom: 5rem
    }

    .comments-form-heading {
        margin-bottom: 3rem
    }

    .comments-form .textarea-form {
        margin-top: 2.3rem;
        height: 20rem
    }
}

.cta-section .download-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4.4rem auto 
}

@media(min-width: 992px) {
    .cta-section {
        margin-bottom: 7rem
    }
}

@media(max-width: 991px) {
    .cta-section .download-button-group .download-button {
        margin-top: 2rem
    }
}

@media(max-width: 991px) {
    .cta-section-wrapper {
        padding: 2rem 0 2rem 0
    }

    .cta-section .download-button-group {
        margin: -1rem auto 4rem auto
    }
}

.tab-content {
    position: relative;
    transition: all .5s ease-out 0s
}

.tab-content .tab-pane {
    display: block;
    position: absolute
}

.tab-content .tab-pane-wrapper-1 >*:not(:first-child),
.tab-content .tab-pane-wrapper-2 >*:not(:first-child),
.tab-content .tab-pane-wrapper-3 >*:not(:first-child),
.tab-content .tab-pane-wrapper-4 >*:not(:first-child),
.tab-content .tab-pane-wrapper-5 >*:not(:first-child) {
    margin-top: 2.5rem
}

.tab-content .tab-pane-wrapper-1 .paragraph-big,
.tab-content .tab-pane-wrapper-2 .paragraph-big,
.tab-content .tab-pane-wrapper-3 .paragraph-big,
.tab-content .tab-pane-wrapper-4 .paragraph-big,
.tab-content .tab-pane-wrapper-5 .paragraph-big {
    margin-top: 3rem
}

.tab-content .tab-pane-wrapper-1 .pattern-image, 
.tab-content .tab-pane-wrapper-2 .pattern-image,
.tab-content .tab-pane-wrapper-3 .pattern-image,
.tab-content .tab-pane-wrapper-4 .pattern-image,
.tab-content .tab-pane-wrapper-5 .pattern-image {
    margin: 5rem 0 8rem 0
}

@media(min-width: 992px) {
    .tab-nav {
        transform: translate3d(0, 0, 0) !important
    }
}

@media(max-width: 991px) {
    .tab-nav {
        margin-bottom: 3rem
    }
}

.tab-nav .nav-link {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    padding: 1.4rem 0 1.4rem 0;
    min-width: 100% !important;
    transition: all .25s ease-out 0s;
    text-align: left;
}

.tab-nav .nav-link>span {
    display: flex;
    align-items: center
}

.tab-nav .nav-link i {
    font-size: 5rem;
    margin-right: 1.5rem;
    color: #3d3d3d;
    transition: all .25s ease-out 0s
}

.tab-nav .nav-link i::before {
    background: #fff;
    transition: all .25s ease-out 0s
}

.tab-nav .nav-link .text {
    font-size: 2rem;
    /* line-height: 3.6rem; */
    font-weight: 600;
    color: #3d3d3d;
    transition: all .25s ease-out 0s;
    font-size: 16px;
    line-height: 20px;
}

.tab-nav .nav-link.active,
.show>.tab-nav .nav-link {
    background-color: #fff;
    color: initial
}

.tab-nav .nav-link.active i::before {
    background: var(--gradient-orange);
    background: linear-gradient(to top right, var(--gradient-purple) 30%, var(--gradient-red) 50%, var(--gradient-orange) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.tab-nav .nav-link.active span {
    color: #0f4efe;
    font-size: 16px;
    line-height: 20px;
}

.tab-nav .nav-link:not(:first-child) {
    border-top: .1rem solid #e1e1ec
}

.tab-nav .nav-link-placeholder {
    opacity: 0
}

.tab-section .sub-heading {
    display: flex;
    align-items: center;
    margin: 0 auto 1.8rem 0
}

.tab-section .sub-heading i {
    font-size: 2.4rem;
    margin: 0 .8rem 0 0
}

.tab-section .sub-heading h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: .3rem 0 0 0
}

@media(max-width: 991px) {
    .tab-section .sub-heading h5 {
        font-size: 1.6rem
    }
}

.tab-section-1 .tab-section-wrapper {
    padding-bottom: 15rem
}

@media(max-width: 991px) {
    .tab-section-1 .tab-section-wrapper {
        padding-bottom: 5rem
    }
}

.page-header {
    margin-bottom: 15.5rem
}

@media(max-width: 991px) {
    .page-header {
        margin-bottom: 10rem
    }
}

.page-header-wrapper {
    position: relative;
    padding: 21.2rem 0 6.7rem 0
}

@media(max-width: 991px) {
    .page-header-wrapper {
        padding: 13.5rem 0 5rem 0
    }
}

.page-header-inner {
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    .page-header-content {
        text-align: center
    }
}

.page-header-content ul {
    margin: -1.5rem 0 0 0
}

.page-header-content ul li {
    list-style: none;
    display: inline-block
}

.page-header-content ul li i {
    font-size: 1.6rem
}

.page-header-content ul li a {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 500
}

.page-header-search {
    margin-bottom: 1.3rem
}

@media(max-width: 991px) {
    .page-header-search {
        margin-top: 3rem
    }
}

.page-header-search form {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto
}

@media(max-width: 991px) {
    .page-header-search form {
        margin: 0 auto
    }
}

.page-header-search input {
    width: 30.8rem;
    height: 6rem;
    border: none;
    background-color: rgba(18, 55, 105, .1);
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding: 0 5.5rem 0 2.8rem;
    border-radius: 4rem;
    /* border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem */
}

.page-header-search input::-moz-placeholder {
    color: #fff
}

.page-header-search input:-ms-input-placeholder {
    color: #fff
}

.page-header-search input::placeholder {
    color: #fff
}

.page-header-search input:focus,
.page-header-search input:active {
    outline: none
}

@media(max-width: 991px) {
    .page-header-search input {
        font-size: 1.6rem
    }
}

.page-header-search button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem
}

.page-header .background-pattern {
    width: 100%
}

@media(max-width: 991px) {
    .page-header .background-pattern-bottom {
        height: 5rem;
        bottom: -5rem
    }

    .page-header .background-pattern-bottom .image {
        height: 15rem;
        bottom: -5rem
    }
}

.page-header .background-pattern-gradient {
    background: var(--gradient-red-rgb);
    background: linear-gradient(90deg, var(--gradient-purple-rgba) 0, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 100%)
}

.about-section {
    margin-top: 15rem;
}

.about-section-wrapper {
    padding-bottom: 5rem
}

.about-section-content>*:nth-child(n+2) {
    margin-top: 3.5rem
}

.about-section-content .paragraph-big {
    margin-top: 2rem
}

.about-section .second-half-heading {
    margin: 4.3rem 0 5.7rem 0
}

@media(max-width: 991px) {
    .about-section-wrapper {
        padding-bottom: 5rem
    }

    .about-section-content {
        margin-top: 5rem
    }

    .about-section .second-half-heading {
        margin: 3rem 0 3rem 0
    }

    .about-section .about-row div[class*=col]:nth-child(n+2) {
        margin-top: 3rem
    }
}

@media(max-width: 600px) {
    .about-section p {
        padding: 0 1rem;
    }
}

.team-wrapper {
    position: relative;
    padding-top: 15rem
}

.team-inner {
    position: relative;
    z-index: 2
}

.team .section-heading {
    margin-bottom: 7.9rem
}

.team-single {
    margin: 0 1rem 3.5rem 1rem
}

.team-single-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.8rem 0 3.5rem 0;
    background-color: #fff;
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.team-single .image {
    max-width: 90%;
    background: #fff;
    border-radius: 50%;
    position: relative;
    padding: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-out 0s
}

.team-single .image-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    padding: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 991px) {
    .team-single .image-wrapper {
        font-size: 1.6rem
    }
}

.team-single .image-inner {
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-origin: center center;
    transition: all .25s ease-out 0s;
    position: relative;
    overflow: hidden
}

.team-single .image-inner img {
    width: 100%;
    height: 100%;
    border: .1rem solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%
}

.team-single .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--gradient-red-rgb);
    background: linear-gradient(45deg, var(--gradient-purple-rgba) 20%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 80%);
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-out 0s;
    z-index: 1
}

.team-single h3 {
    font-size: 2.6rem;
    color: #0f4efe;
    margin-top: 3.7rem
}

.team-single p {
    color: #3d3d3d
}

.team-single .social {
    margin-top: 3rem
}

.team-single .social li {
    list-style: none;
    display: inline-block
}

.team-single .social li a {
    font-size: 2.4rem;
    color: #aab0b8;
    transition: all .25s ease-out 0s
}

.team-single .social li:not(:last-child) {
    margin-right: 1.6rem
}

.team-single .social-1 li a:hover {
    color: var(--gradient-orange)
}

.team-single .social-2 li a:hover {
    color: var(--gradient-red)
}

.team-single .social-3 li a:hover {
    color: var(--gradient-purple)
}

.team-single:hover .image::before {
    opacity: 1;
    visibility: visible
}

.team-slider-navigation {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%
}

.team .background-pattern {
    width: 100%;
    height: 68%
}

@media(max-width: 991px) {
    .team-wrapper {
        padding-top: 6rem
    }

    .team .section-heading {
        margin-bottom: 3rem
    }

    .team-slider-container {
        max-width: 100%;
        padding: 0
    }
}

.instagram-wrapper {
    position: relative
}

.instagram-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.instagram .button-wrapper {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.instagram .button-content {
    z-index: 3
}

.instagram .button-inner::after {
    z-index: 2
}

.contact-form {
    background: var(--gradient-red-rgb);
    background: linear-gradient(0deg, var(--gradient-purple-rgba) 20%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 80%);
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem; */
    padding: .4rem
}

.contact-form-wrapper {
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem; */
    background-color: #fff;
    padding: 5.4rem 7.8rem 7.6rem 7.8rem
}

@media(max-width: 991px) {
    .contact-form-wrapper {
        padding: 5.4rem 5rem 5rem 5rem
    }
}

.contact-form .section-heading {
    margin-bottom: 6.2rem
}

@media(max-width: 991px) {
    .contact-form .section-heading {
        margin-bottom: 3rem
    }
}

.contact-form-icon {
    text-align: center
}

.contact-form-icon i {
    font-size: 20rem
}

.contact-form-icon i::before {
    background: var(--gradient-orange);
    background: linear-gradient(to top right, var(--gradient-purple) 30%, var(--gradient-red) 50%, var(--gradient-orange) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.contact-form .button {
    width: 100%;
    margin-top: 5rem
}

.contact-form .button-inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-form-1 .section-heading {
    margin-bottom: 4.2rem
}

@media(max-width: 991px) {
    .contact-form-1 .section-heading {
        margin-bottom: 1rem
    }
}

.contact-form-section-wrapper {
    position: relative;
    padding: 15rem 0
}

.contact-form-section-wrapper .container {
    position: relative;
    z-index: 2
}

.contact-form-section-1 .contact-form-section-wrapper {
    padding: 15rem 0 0 0
}

.contact-form-section-pattern .left {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    width: 23.5%;
    height: 27.9rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.contact-form-section-pattern .right {
    position: absolute;
    bottom: 20%;
    right: 0;
    z-index: 1;
    width: 22.5%;
    height: 27.9rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

@media(max-width: 991px) {
    .contact-form-section-pattern .left {
        width: 26%
    }

    .contact-form-section-pattern .right {
        width: 26%
    }
}

@media(max-width: 991px) {
    .contact-form-section-wrapper {
        padding: 3rem 0 5rem 0
    }

    .contact-form-section-1 .contact-form-section-wrapper {
        padding: 3rem 0 5rem 0
    }

    .contact-form-section-row div[class*=col]:nth-child(n+2) {
        margin-top: 3rem
    }
}

.contact-details .section-heading {
    margin-bottom: 4.5rem
}

@media(max-width: 991px) {
    .contact-details .details-row div[class*=col]:nth-child(n+2) {
        margin-top: 3rem
    }
}

@media(max-width: 355px) {
    .contact-details span {
        font-size: small;
    }
}

.footer-wrapper {
    position: relative;
    padding: 20rem 0 4rem 0
}

.footer-wrapper .links {
    padding: 5rem 0;
}

@media(max-width: 991px) {
    .footer-wrapper {
        padding: 5rem 0
    }
}

.footer-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

@media(max-width: 991px) {
    .footer-row {
        flex-direction: column
    }

    .footer-row>div:nth-child(n+2) {
        margin-top: 3rem
    }
}

.footer-detail {
    flex: .5
}

.footer-detail p {
    margin: 4rem 0
}

@media(max-width: 991px) {
    .footer-detail p {
        margin: 2rem 0
    }
}

.footer-detail .link-underline {
    font-size: 1.6rem;
    font-weight: 600;
    color: #666b6d;
    display: block
}

.footer-detail .link-underline span::before {
    background-color: #666b6d
}

.footer-detail .link-underline:nth-child(n+2) {
    margin-top: .9rem
}

.footer-list h6 {
    font-weight: bold;
    color: #0f4efe;
    margin-bottom: 5rem
}

.footer-list .info a {
    
    font-weight: bold;
   
}

.footer-list li {
    list-style: none
}

.footer-list li a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4rem;
    color: #666b6d
}

.footer-list li a i {
    margin-right: .4rem
}

.footer-list li a span::before {
    background-color: #666b6d
}

.courses-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.courses-list ul li {
    padding-right: 1rem;
}

@media(max-width: 991px) {
    .footer-list h6 {
        margin-bottom: 1.5rem
    }
}

.footer-social li i {
    font-size: 2rem
}

.footer-copyright {
    position: relative;
    z-index: 2
}

.footer-copyright h6 {
    font-size: 1rem
}

@media(max-width: 991px) {
    .footer-copyright {
        margin-top: 5rem
    }
}

.footer-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 15rem;
    background-position: bottom center;
    transform: rotate(180deg)
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    background: var(--gradient-red-rgb);
    background: linear-gradient(90deg, var(--gradient-purple-rgba) 20%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 80%);
    transition: all .25s ease-out 0s
}

.preloader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.preloader svg {
    width: 10%
}

@media(max-width: 991px) {
    .preloader svg {
        width: 25%
    }
}

.preloader path {
    transform-origin: center;
    transform-box: fill-box;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    fill: #fff
}

.preloader path:nth-of-type(1) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(2) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(3) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(4) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(5) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(6) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(7) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader path:nth-of-type(8) {
    -webkit-animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: spin_single 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.preloader.loaded {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes spin_single {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes spin_single {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    margin-top: 0;
    padding: 0
}

@media(max-width: 991px) {
    html {
        font-size: 58.5%
    }
}

@media(max-width: 800px) {
    html {
        font-size: 56.5%
    }
}

@media(max-width: 767px) {
    html {
        font-size: 53.5%
    }
}

@media(max-width: 600px) {
    html {
        font-size: 51.5%
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden
}

.background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}
.hero-section {
    position: relative;
    background-image: url(assets/images/patterns/pattern.jpg);
    background-size: cover;
    background-position: right;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white; /* Или друга боја ако треба */
    z-index: 1000; /* Осигурај се дека е над другите елементи */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Лесна сенка за видливост */
}


.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 227, 153, 1) 20%, rgba(255, 92, 57, 1) 80%);
    opacity: 0.8; /* Можеш да ја менуваш провидноста */
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1; /* Ова ја поставува содржината над градиентот */
}



.background-pattern-img {

    width: 100%;
    opacity: 1;
    z-index: 2;
    mix-blend-mode: color-burn;
    background-position: 0 right;
    transform: translateZ(0)
}

.hero-section{
    background-image: url(assets/images/patterns/pattern-01.jpg);
}




.background-pattern-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--gradient-red-rgb);
    background: linear-gradient(45deg, rgba(255, 227, 153, 1) 20%, rgba(255, 92, 57, 1) 80%);
    z-index: 1
}

.background-pattern-bottom {
    width: 100%;
    height: 15rem;
    position: absolute;
    bottom: -15rem
}

.background-pattern-bottom .image {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media(max-width: 991px) {
    .background-pattern-bottom {
        height: 5rem;
        bottom: -5rem
    }

    .background-pattern-bottom .image {
        height: 15rem;
        bottom: -5rem
    }
}

.portfolio #portfolio-flters li,
.job-positions #job-positions-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active,
.job-positions #job-positions-filters li:hover,
.job-positions #job-positions-filters li.filter-active {
  color: #fff;
  background: #0774bb;
}

.apply-btn {
    background: #0774bb;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    border-radius: 4px;
  }

  .apply-btn:hover {
    background: #1f1f1f;
    color: #fff;
  }
  .portfolio .portfolio-wrap,
  .job-positions .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }
  
  .portfolio .portfolio-wrap {
    background: rgba(17, 17, 17, 0.6);
  }
  
  .portfolio .portfolio-wrap::before
  /*.job-positions .portfolio-wrap::before*/ {
    content: "";
    background: rgba(17, 17, 17, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  
  .portfolio .portfolio-wrap img,
  .job-positions .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
  }
  
  html,
body,
.intro {
  padding: 0 0 80px 0;
}

table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

thead th {
  color: #fff;
}

.table>:not(caption)>*>*{
    padding: 1rem;
}

.card {
  border-radius: .5rem;
  min-height: 274px;
}

.card-contact {
    border-radius: .5rem;
    min-height: 100px;
  }

.table-responsive {
    overflow-x: auto; /* Овозможи хоризонтален скрол */
    overflow-y: hidden; /* Не дозволува вертикално скролирање */
    white-space: nowrap; /* Содржината не ќе се преклопува */
    cursor: grab; /* Прикажи курсорот за влечење */
    user-select: none; /* Онеспособи селектирање текст */
}

.table-responsive:active {
    cursor: grabbing; /* Курсор кога се влече */
}


.table-responsive:active {
    cursor: grabbing; /* Курсор кога се влече */
}

.table-fixed {
    width: 1500px; /* Доволно голема за да има скрол */
}
  .table-scroll table {
    table-layout: fixed;
    width: 100%;
  }
 
  .table-scroll th,
  .table-scroll td {
    margin-right: 30px;
    font-size: 14px;
    text-align: center;
    align-content: center;
    width: 200px;
    white-space: normal; 
    word-wrap: break-word; 
  }

  th, td {
    border-right: 1px solid #ddd; 
  }

.table-scroll {
  border-radius: .5rem;
}

.table-scroll table thead th {
  font-size: 1.25rem;
}
thead {
  top: 0;
  position: sticky;
}
  
  .job-positions .portfolio-wrap .portfolio-info {
    margin-top: 1rem;
  }
  
  .job-positions .portfolio-wrap .portfolio-info {
    background: white;
    min-height: 19rem;
    padding: 10px 20px;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
  }
  .job-positions .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    min-height: 3rem;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-style: italic;
  }
  
  .job-positions .portfolio-wrap .portfolio-info p {
    color: black;
    font-size: 15px;
  }
  
  .job-positions-container .job-position-item {
    margin-top: 1rem;
  }
  
  .portfolio .portfolio-wrap .portfolio-links,
  .job-positions .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a,
  .job-positions .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover,
  .job-positions .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
  }
  
  .portfolio .portfolio-wrap:hover::before,
  .job-positions .portfolio-wrap:hover::before {
    opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover img,
  .job-positions .portfolio-wrap:hover img {
    transform: scale(1.2);
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info,
  .job-positions .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }
  
.background-pattern-1 .background-pattern-gradient {
    filter: drop-shadow(0px 50px 50px var(--gradient-purple-1-rgba-2));
    -webkit-filter: drop-shadow(0px 50px 50px var(--gradient-purple-1-rgba-2));
    -moz-filter: drop-shadow(0px 50px 50px var(--gradient-purple-1-rgba-2))
}

.background-pattern-2 .background-pattern-gradient {
    filter: drop-shadow(0px 50px 50px var(--gradient-orange-1-rgba-2));
    -webkit-filter: drop-shadow(0px 50px 50px var(--gradient-orange-1-rgba-2));
    -moz-filter: drop-shadow(0px 50px 50px var(--gradient-orange-1-rgba-2))
}

.background-pattern-radius {
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.background-pattern-radius .background-pattern-img,
.background-pattern-radius .background-pattern-gradient {
    border-radius: 2rem;
    /* border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.background-pattern-radius-reverse {
    border-radius: 2rem;
    /* border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

.background-pattern-radius-reverse .background-pattern-img,
.background-pattern-radius-reverse .background-pattern-gradient {
    border-radius: 2rem;
    /* border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem */
}

@media(min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: unset
    }
}

@media(min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

.screen-section {
    position: relative
}

.screen-section-wrapper {
    position: relative;
    z-index: 2;
    padding-top: 15rem;
    margin-bottom: 15rem
}

@media(max-width: 991px) {
    .screen-section-wrapper {
        padding-top: 5rem;
        margin-bottom: 6rem
    }
}

.screen-section .background-pattern {
    width: 100%;
    height: 50%;
    top: initial;
    bottom: 0
}

.screen-section .background-pattern-gradient {
    background: var(--gradient-red-rgb);
    background: linear-gradient(45deg, var(--gradient-purple-rgba) 20%, var(--gradient-red-rgba) 50%, var(--gradient-orange-rgba) 80%)
}

.screen-section-bottom-wrapper {
    padding: 2rem 0 15rem 0
}

.screen-section-bottom h4 {
    margin-top: 4rem
}

.screen-section-bottom h4 i {
    font-size: 2.4rem
}

@media(max-width: 991px) {
    .screen-section-bottom {
        text-align: center
    }

    .screen-section-bottom h4 {
        margin-top: 2rem
    }

    .screen-section-bottom-wrapper {
        padding: 0 0 6.5rem 0
    }

    .screen-section-bottom .download-button-group {
        margin-top: 2rem
    }
}

.screen-slider {
    overflow: visible;
    margin-top: 9rem
}

@media(max-width: 991px) {
    .screen-slider {
        margin-top: 3rem
    }
}

.screen-slide {
    padding-bottom: 5rem
}

.screen-slide figure {
    filter: drop-shadow(0px 30px 15px var(--drop-shadow-red-rgba-4));
    -webkit-filter: drop-shadow(0px 30px 15px var(--drop-shadow-red-rgba-4));
    -moz-filter: drop-shadow(0px 30px 15px var(--drop-shadow-red-rgba-4))
}

.screen-slide img {
    width: 100%
}

/* .partner-logo {
    width: 50%;
    height: 50%;
} */

/* .app-feature-single-wrapper:hover img {
    content: url('assets/images/partner-logos/microsoft-white.png');
  } */
  

.app-feature-single-wrapper .hover-image {
    display: none;
}

.app-feature-single-wrapper:hover .original-image {
    display: none;
}

.app-feature-single-wrapper:hover .hover-image {
    display: inline-block;
}

.app-feature .row {
    justify-content: center;
}

.korespodencii {
    display: flex; 
    justify-content: space-between; 
    margin-top: 8rem;
}

.korespodencii img {
    max-width: 180px;
}

@media (max-width: 991px) {
    .korespodencii {
        flex-direction: column;
        align-items: center;
    }
    .korespodencii img {
        max-width: 250px !important;
    }
}

@media (min-width:1200px) {
    .korespodencii img {
        max-width: 250px !important;
    }
}

.prijavi {
    display: none;
}

.mb-15{
    margin-bottom: 15px;
}

.agenda-heading{
    color: var(--gradient-purple);
}

.agenda-section{
    border-left: var(--gradient-purple) 5px solid;
    padding-left: 15px;
}

.agenda-bg{
    width: 100%;
    background-image: url('../../assets/images/AI Skills Fest Style Guide - Partner-01.png');
    background-size: cover; 
    background-position: right center; 
    background-repeat: no-repeat; 
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay; 
}
.agenda-30-bg{
    width: 100%;
    background-image: url('../../assets/images/agenda-bg.png');
    background-size: cover; 
    background-position: right center; 
    background-repeat: no-repeat; 
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay; 
}

.first-image {
    width: 100%;
    height: 80vh;
    background-image: url('../../assets/images/vizual.png');
    background-size: cover; 
    background-position: right center; 
    background-repeat: no-repeat; 
    border-radius: 10px;
}

.second-image{
    width: 100%;
    height: 40vh;
    background-image: url('../../assets/images/crystal-ball-high-angle.jpg');
    background-size: cover; 
    background-position: right center; 
    background-repeat: no-repeat; 
    border-radius: 10px;
}

.table-scroll {
    overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap; 
    max-width: 100%; 
}

/* .clicked {
    background-color: red !important; 
    color: white;
} */

.download-button-google .download-button-inner.clicked-button::after {
    background: #0f4eff !important; /* Green */
}


.countdown {
    font-size: 5rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.countdown div {
    background: var(--gradient-red-1-rgba-2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 14rem;
}
.label {
    font-size: 1.5rem;
    margin-top: 5px;
    display: block;
}

   .calendar {
      max-width: 80%;
      margin: 20px auto;
      border: 1px solid #dee2e6;
      border-radius: 0.5rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .calendar-header {
      background-color: #f8f9faa8;
      padding: 1rem;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      font-weight: bold;
      font-size: 1.5rem;
    }

    .calendar-days {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      background-color: #f1f1f1;
      padding: 0.5rem;
      font-size: 1.25rem;
      text-align: center;
      font-weight: 500;
    }

    .calendar-dates {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      padding: 1rem;
      text-align: center;
      background-color: #f8f9fae8;
    }

    .calendar-dates div {
      padding: 1rem 1rem;
      border: 1px solid #eee;
      font-size: 0.95rem;
      min-height: 5rem;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .calendar-dates div .event-text{
  border: none !important;
  align-items: center;
  padding: 0;
  margin: 0.25rem 0 0 0;
  font-size: 1.25rem;
  background: none;
  box-shadow: none;
}
.calendar-dates div a.btn {
    border: none !important;
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
}

    /* Mobile view: list layout */
    @media (max-width: 575.98px) {
      .calendar-days {
        display: none;
      }
      .calendar-dates {
        display: flex;
        flex-direction: column;
        padding: 0.5rem 1rem;
      }
      .calendar-dates div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #dee2e6;
        padding: 0.75rem 1rem;
        margin-bottom: 5px;
        font-size: 1rem;
        border-radius: 5px;
        text-align: center;
      }
    }

    /* Стил за текстот со настан */
    .event-text {
      font-size: 0.75rem;
      color: #0d6efd; /* Bootstrap primary blue */
      margin-top: 0.25rem;
    }

/* .fixed-column {
    position: sticky;
    top: 0;
    height: 100vh; 
    overflow: auto;
  }
   */
  /* .scrollable-column {
    overflow: auto;
    height: 100vh; 
  } */
  
  /* @media (max-width: 991px) {
    .fixed-column,
    .scrollable-column {
      position: static;
      height: auto;
      overflow: visible;
    }
  }
   */



/*# sourceMappingURL=style.css.map */

.slider-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.slider-container .slider {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0
}

.slider-container .slider__slide {
    height: 100px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    -moz-filter: grayscale(100);
    filter: grayscale(100)
}

.slider-container .slider__slide:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
    cursor: pointer
}

.slider-container .slider__slide .slider__content img {
    transition: all .3s ease-in-out;
    -moz-filter: grayscale(100);
    filter: grayscale(100)
}

.slider {
    --slider-inner-width: 2000px;
    --slider-speed: 12s
}

.slider-container .slider__slide .slider__content img {
    transition: all .3s ease-in-out;
    -moz-filter: grayscale(100);
    filter: grayscale(100)
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(-5%)
    }

    100% {
        transform: translateX(calc(0px - var(--slider-inner-width) - 5%))
    }
}

@keyframes scroll {
    0% {
        transform: translateX(-5%)
    }

    100% {
        transform: translateX(calc(0px - var(--slider-inner-width) - 5%))
    }
}

.slider {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: scroll linear infinite var(--slider-speed);
    animation: scroll linear infinite var(--slider-speed);
    width: calc(2*var(--slider-inner-width));
    transition: -webkit-animation-play-state ease .3s;
    transition: animation-play-state ease .3s;
    transition: animation-play-state ease .3s, -webkit-animation-play-state ease .3s
}

.slider:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
  -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 100%;
	height: 200px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  	background: rgb(15, 78, 255);
    /* background: linear-gradient(to top right, #00eb85 10%, #0f4eff 50%, #00a7ff 100%); */
    border-radius: 4px;
    box-shadow: 4px 4px 8px 1px rgba(0, 235, 133, 0.355);
-webkit-box-shadow: 4px 4px 8px 1px rgba(0, 235, 133, 0.355);
-moz-box-shadow: 4px 4px 8px 1px rgba(0, 235, 133, 0.355);
color: #fcfcfc;
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  background-color: #4defa1;
  color: white;
    border-radius: 4px;
    box-shadow: 4px 4px 8px 1px rgba(15, 78, 255,0.75);
-webkit-box-shadow: 4px 4px 8px 1px rgba(15, 78, 255,0.75);
-moz-box-shadow: 4px 4px 8px 1px rgba(15, 78, 255,0.75);
    padding-left: 32px;
    padding-right: 32px;
    
}
.back p{
  font-weight: 500;
  font-size: 1.75rem;
}
.thumbnail{
background: none;
  border: none;
  padding-left: 40px;
  padding-right: 40px;

}
.mb{margin-bottom: 20px;}