@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter" !important;
    font-weight: 200 !important;
}

h4 {
    font-weight: 400 !important;
}

#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background-color: #53E0D0;
    padding: 0 !important;
}

.navbar-brand img {
    height: 40px;
    padding-left: 20px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.fa-bars {
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
}

/*-------------------banner section-------------------*/

#banner {
    background-image: linear-gradient(to right, #53E0D0, #53E0D0);
    color: #fff;
    padding-top: 5%;
}


@keyframes appearFromLeft {
    0% {
        display: none;
        color: transparent;
        transform: translateX(-100px);
        left: 0px;
        top: 0px;
    }

    100% {
        transform: translateX(0px);
        left: 0px;
        top: 0px;
    }
}

.promo-title {
    font-size: 36px;
    font-weight: 600 !important;
    margin-top: 120px;
    animation-name: appearFromLeft;
    animation-duration: 2s;
}

.subtitle {
    animation-name: appearFromLeft;
    animation-duration: 2.5s;
}


.play-btn {
    width: 40px;
    margin: 20px;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

.ismall {
    width: 90%;
}

.bottom-img {
    width: 100vw;
}

/*-------------------services section-------------------*/

#services {
    padding: 80px 0;
}

.sponsor-img-wrapper {
    position: relative;
    height: 120px;
}

.service-img {
    width: 100px;
    margin-top: 20px;

}

.sponsor-img {
    width: 110px;
    margin-top: 20px;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services {
    padding: 20px;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

.title::before {
    content: '';
    background: #53E0D0;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background: #53E0D0;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #53E0D0, #53E0D0);
}



/*-------------------about-us section-------------------*/

#about-us {
    background: #f8f9fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.about-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}

#about-us ul li {
    margin: 10px 0;
}

#about-us ul {
    margin-left: 20px;
}

/*-------------------testimonials section-------------------*/

#testimonials {
    margin: 100px 0;
}

.testimonials {
    border-left: 4px solid #368752;
    margin-top: 50px;
    margin-bottom: 50px;
}

.testimonials img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 10px;
}

.user-details {
    display: inline-block;
    font-size: 12px;
}

/*-------------------social media section-------------------*/

#demo {
    background: #f8f9fa;
    padding: 100px 0;
}

#demo p {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img {
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img {
    transform: translateY(-10px);
}

/*-------------------footer section-------------------*/

#footer {
    background-image: linear-gradient(to right, #53E0D0, #53E0D0);
    color: #fff;
}

.footer-img {
    width: 100%;
    margin-bottom: 80px;
}

.footer-box {
    padding: 20px;
}

.footer-box img {
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa {
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #53E0D0, #53E0D0);
}

.footer-box .form-control {
    box-shadow: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary {
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #53E0D0, #53E0D0);

}

hr {
    background-color: #fff;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

.img-mockup {
    width: 650px !important;
}


ul.social-icons li {
    display: inline-block;
    margin: 5px;
    font-size: 35px;
}

ul.social-icons li a i {
    color: white;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 9px;
    display: block;
}

.footer-logo h1 {
    color: #fff;
}

.facebook a:hover i {
    color: #fff;
    background-color: #3B5998;
}

.twitter a:hover i {
    color: #fff;
    background-color: #2A80BA;
}

.linkedin a:hover i {
    color: #fff;
    background-color: #007bb6;
}

.github a:hover i {
    color: #fff;
    background-color: #444;
}


/* NEW MERGE WITH OLD WEBSITE  */

li {
    list-style-type: none
}

#bigfeatures li i {
    color: #999;
    font-size: 24px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #999;
    border-radius: 100%;
    padding-top: 12px;
}

.item-list-right li {
    padding: 0 70px 20px 0;
    position: relative;
    text-align: right;
}

.item-list-right li i {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.item-list-left li {
    padding: 0 0px 20px 60px;
    position: relative;
    text-align: left;
}

.item-list-left li i {
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
}

.item-list-right h3,
.item-list-left h3 {
    margin: 60px 0px 25px 0;
    font-weight: 300;
}

.item-list-left.item-list-big li {
    padding: 0 0px 20px 70px;
}

.item-list-big li i {
    font-size: 48px;
}

.item-list-right li:last-child,
.item-list-left li:last-child {
    padding-bottom: 0;
}

#bigfeatures .screen {
    width: 400px;
    max-width: 110%;
    height: auto;
}

#bigfeatures i {
    color: #51ffb6;
}

@media (max-width:1200px) and (min-width:767px) {
    #bigfeatures i {
        display: none;
    }

    .item-list-right.item-list-big li,
    .item-list-left.item-list-big li {
        padding: 0 0px 40px 0px;
    }
}

@media (max-width:992px) and (min-width:767px) {

    .item-list-right.item-list-big li,
    .item-list-left.item-list-big li {
        font-size: 14px;
    }

    .item-list-right h3,
    .item-list-left h3 {
        font-size: 22px;
    }

    .item-list-right li:last-child,
    .item-list-left li:last-child {
        padding-bottom: 0;
    }
}

@media all and (max-width:767px) {
    .item-list-right li i {
        right: auto;
        left: 0;
    }

    .item-list-left li:last-child {
        margin-bottom: 60px;
    }
}

.animation-box {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0);
    }
}

@keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        transform: scale(0);
    }

    70% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        top: 0;
        transform: scale(0);
    }
}

.highlight-left {
    position: absolute;
    animation: highlight-left 2s ease-in 0s infinite;
    -webkit-animation: highlight-left 2s ease-in 0s infinite;
    left: -5px;
    margin-top: -100px;
}

@-webkit-keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0)
    }
}

@keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        transform: scale(0)
    }

    70% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        top: 100%;
        transform: scale(0)
    }
}

.highlight-right {
    position: absolute;
    animation: highlight-right 2s ease-in 0s infinite;
    -webkit-animation: highlight-right 2s ease-in 0s infinite;
    right: -5px;
    margin-top: -100px;
}

.freebirdFormviewerViewFormContentWrapper {
    background: white !important;
}

.freebirdCustomFont {
    color: red !important;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #BDFFF7;
    opacity: 0.9;
    filter: alpha(opacity=30);
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 5px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 10px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 12px;
    line-height: 18px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 120px;
    padding: 6px 6px;
    border-radius: 2px;
    background-color: #53E0D0;

    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular",
        sans-serif,
        arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    background-color: transparent;
    color: #53E0D0;
}

.cookie-consent-banner__cta:hover {
    background-color: #53E0D0;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #F2F9FF;
    background-color: transparent;
    color: #53E0D0;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}