@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;900&display=swap");
.btn-hover:focus {
    outline: none;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-150 {
    padding-top: 150px !important;
}

.padding-top-200 {
    padding-top: 200px !important;
}

.padding-top-250 {
    padding-top: 250px !important;
}

.padding-top-300 {
    padding-top: 300px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-150 {
    padding-bottom: 150px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-150 {
    margin-top: 150px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px !important;
}

.font-bold {
    font-weight: 600;
}

.font-20 {
    font-size: 20px !important;
}

.font-40 {
    font-size: 40px;
}

.main-nav {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
}

.main-nav .navbar-nav {
    padding: 50px 0;
}

.main-nav .navbar-nav .nav-link {
    color: white;
    font-weight: 400;
    font-family: poppins;
    font-size: 16px;
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
}

.main-nav .navbar-nav .nav-item.active .nav-link::after {
    position: absolute;
    content: "";
    width: 23px;
    color: white;
    border-radius: 9px;
    height: 3px;
    background: white;
    /* top: 71%; */
    bottom: 3px;
    left: 6px;
}

.main-nav .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
    font-weight: 600;
}

.main-nav .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    font-weight: 600;
}

.btn-theme {
    color: #29abe2 !important;
    padding: 8px 18px !important;
    background: white !important;
    border-radius: 7px !important;
    font-family: poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out;
}

.btn-theme:hover {
    color: white !important;
    background: #29abe2 !important;
}

.focus-0 {
    outline: none;
}

.footer-main {
    background-color: #29abe2;
    padding: 70px 0px 20px;
}

.footer-main .footer-inner h4 {
    color: white;
    margin-bottom: 40px;
    font-family: "Poppins";
    font-weight: 600;
}

.footer-main .footer-inner ul li {
    margin-bottom: 12px;
}

.footer-main .footer-inner ul li a {
    font-size: 14px;
    font-family: poppins;
    font-weight: 300;
    margin-bottom: 20px;
    color: white;
    text-decoration: none;
}

.footer-main .footer-inner ul li p {
    font-size: 14px;
    font-family: poppins;
    font-weight: 300;
    margin-bottom: 20px;
    color: white;
    text-decoration: none;
}

.footer-main .copyright a {
    font-size: 12px;
    color: #303030;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.footer-main .copyright a:hover {
    background-color: #ff9800;
    color: white;
}

.input-icon-wrap {
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    background: transparent;
    border-radius: 5px;
}

.input-icon {
    background: transparent;
}

.input-icon .fa {
    color: white;
}

.input-with-icon {
    border: none;
    flex: 1;
}

.input-icon,
.input-with-icon {
    padding: 10px;
    background: transparent;
}

::placeholder {
    color: white;
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
}

.icon-check-main .icon-check {
    background-color: transparent;
}

.hero-main {
    background: url(../imgs/blue-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 65% 100%;
}

.hero-main .hero-inner {
    padding: 200px 0 0;
}

.hero-main .hero-inner h1 {
    font-weight: 600;
    line-height: 1.3;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.hero-main .hero-inner p {
    font-size: 21px;
    font-weight: 300;
    font-family: "Poppins";
}

.feature-main {
    padding: 120px 0px 70px;
}

.feature-main .feature-header h1 {
    font-weight: 800;
    line-height: 1.3;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.feature-main .feature-header p {
    font-size: 21px;
    font-weight: 300;
    font-family: "Poppins";
}

.feature-main .feature-inner {
    margin-top: 30px;
}

.feature-main .feature-inner .card {
    padding: 20px 30px;
    border: 0;
    transition: all 0.2s ease-in-out;
}

.feature-main .feature-inner .card:hover {
    box-shadow: 0 0 7px 0px #00000040;
}

.box-shadow {
    box-shadow: 0 0 7px 0px #00000040;
}

.feature-main .feature-inner .card .card-img {
    margin-bottom: 30px;
}

.feature-main .feature-inner .card h4 {
    font-weight: 800;
    line-height: 1.3;
    font-family: "Poppins";
    margin-bottom: 20px;
    text-align: center;
}

.feature-main .feature-inner .card p {
    font-weight: 400;
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 0;
    font-family: "Poppins";
    text-align: center;
}

.service-main {
    padding: 70px 0px;
}

.service-main .service-header h1 {
    font-weight: 900;
    line-height: 1.3;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.service-main .serivce-inner ul li {
    border-radius: 7px;
    padding: 20px 10px;
    transition: all 0.2s ease-in-out;
}

.service-main .serivce-inner ul li:hover {
    box-shadow: 0 0 5px #00000040;
}

.service-main .serivce-inner ul li h5 {
    font-weight: 800;
    font-family: "Poppins";
    margin-bottom: 15px;
}

.service-main .serivce-inner ul li p {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.dot-orange {
    height: 15px;
    width: 15px;
    background-color: #ec7a21;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.dot-blue {
    height: 15px;
    width: 15px;
    background-color: #1a95d4;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.dot-pink {
    height: 15px;
    width: 15px;
    background-color: #de2da2;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.testimonial-main .testimonial-content h1 {
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.testimonial-main .testimonial-content p {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
}

.testimonial-main .testimonial-content a {
    font-family: "Poppins";
    font-size: 16px;
    color: #de2da2;
    text-decoration-line: underline;
    font-weight: 600;
}

.testimonial-main .testimonial-inner .card {
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 0.1);
    border: 0;
}

.testimonial-main .testimonial-inner .card .card-body p {
    font-size: 14px;
    color: black;
    margin-top: 24px;
    font-style: italic;
}

.testimonial-main .testimonial-inner .card .card-body h5 {
    font-size: 14px;
    color: black;
    font-family: poppins;
    font-weight: 700;
}

.testimonial-main .testimonial-inner .card .card-body .card-img img {
    width: 135px;
}

.owl-testimonial .owl-stage-outer {
    padding: 20px 10px;
}

.owl-testimonial .owl-stage-outer .item {
    width: 100%;
}

.testimonial-main .testimonial-inner .card .card-body {
    padding: 2.25rem 1.25rem;
}

.screenshots-main .shape-voucher-blue {
    bottom: 50px;
    top: auto;
    right: 250px;
    opacity: 0.6;
}

.screenshots-main .screenshots-header h1 {
    font-weight: 900;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.screenshots-main {
    padding: 70px 0px;
}

.screenshots-main .screenshots-header p {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
}

.section-padding {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    margin: 50px 0;
    /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.screenshot_slider .owl-nav {
    text-align: center;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.screenshot_slider .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}


/* .screenshot_slider .owl-item.active.center {
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-size: cover;
    background-position: center center;
} */

.screenshot_slider .owl-stage-outer {
    background: url(../imgs/mobile_2.png) no-repeat;
    background-position: 51% 22%;
    background-repeat: no-repeat;
    background-size: 46% 105%;
}

.device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-size: cover;
    background-position: center center;
}

.events-main .shape-voucher-blue {
    bottom: 50px;
    top: auto;
    right: 250px;
}

.events-main .shape-yellow {
    top: -35px;
    left: 75%;
}

.events-main .events-header h1 {
    font-weight: 900;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.events-main .events-header h1 span {
    color: #f49346;
}

.events-main .events-header p {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
}

.events-main .card .card-img img {
    width: 100%;
}

.events-main .card .card-body h4 {
    font-weight: 600;
    font-family: poppins;
    font-size: 23px;
}

.events-main .card .card-body p {
    font-weight: 400;
    font-family: poppins;
    font-size: 14px;
    color: #878788;
}

.events-main {
    background-color: #f9f9ff;
    padding: 70px 0px;
}

.events-main .card {
    border: 0;
    background-color: transparent;
}

.events-main .card .card-body {
    margin-top: 30px;
}

.events-main .card .card-body a {
    font-family: "Poppins";
    font-size: 16px;
    color: #de2da2;
    text-decoration-line: underline;
    font-weight: 600;
}

.events-main .card .card-img {
    position: relative;
}

.events-main .card .card-img .time-box {
    background-color: white;
    box-shadow: 0 0 7px 0px #00000040;
    padding: 14px 20px;
    border-radius: 10px;
    position: absolute;
    right: 50%;
    bottom: -30px;
    transform: translateX(50%);
    width: fit-content;
    justify-content: center;
    align-items: center;
    max-width: 260px;
}

.events-main .card .card-img .time-box p {
    font-family: poppins;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.social-main {
    padding: 70px 0px 10px;
    background: url(../imgs/yellow-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-main .social-inner h1 {
    font-weight: 900;
    font-family: "Poppins";
    margin-bottom: 25px;
}

.social-main .social-inner h3 {
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.social-main .social-inner span {
    color: #f49346;
}

.social-main .social-inner p {
    font-size: 19px;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 10px;
}

.social-main .social-inner .laptop-img img {
    width: 100%;
}

button:focus {
    outline: 0;
}

.event-carousel .owl-dots .owl-dot {
    transition: all 0.2s ease-in-out;
}

.event-carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #29abe2;
    transform: scale(1.5);
}

.btn-pink {
    background: #de2da2;
    font-size: 19px;
    font-family: "Poppins";
    padding: 10px 25px;
    font-weight: 600;
    color: white;
    box-shadow: 1px 7px 8px 3px #de2da240;
    transition: all 0.3s ease-in-out;
}

.btn-pink:hover {
    background: white;
    color: #de2da2;
}

.btn-pink-nav {
    font-size: 18px !important;
    transition: all 0.3s ease-in-out;
    color: white !important;
    padding: 8px 30px !important;
    background: #de2da2 !important;
    border-radius: 7px !important;
    font-family: poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-left: 10px;
}

.btn-pink-nav:hover {
    background: white !important;
    color: #de2da2 !important;
}

section {
    position: relative;
}

.shape-1 {
    position: absolute;
    left: 10%;
    top: 10%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}

.shape-2 {
    position: absolute;
    right: 10%;
    top: 30%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}

.shape-3 {
    position: absolute;
    left: 12%;
    top: 0%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}

.shape-yellow {
    position: absolute;
    left: 42%;
    bottom: 10%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}

.bg-circle {
    position: absolute;
    left: 26%;
    bottom: 19%;
    z-index: -1;
}

.dots-1 {
    position: absolute;
    left: 0;
    top: -119px;
}

.dots-hero {
    position: absolute;
    left: 0;
    top: 70%;
}

.dots-2 {
    position: absolute;
    left: -11%;
    bottom: 0;
    filter: grayscale(1);
    opacity: 0.09;
    width: 400px;
}

.bigshape {
    position: absolute;
    right: 0;
    top: 0%;
}

.bigshape-blue {
    position: absolute;
    right: 0;
    top: 0%;
    width: 56%;
}

.shape-voucher-blue {
    position: absolute;
    right: 404px;
    top: 73px;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}

.dots-voucher {
    position: absolute;
    right: 21%;
    top: 70px;
}


/* width: 863px;
filter: grayscale(1);
opacity: 0.2; */

@keyframes upndown {
    0% {
        -ms-transform: translateY(0px);
        /* IE 9 */
        -webkit-transform: translateY(0px);
        /* Chrome, Safari, Opera */
        transform: translateY(0px);
    }
    50% {
        -ms-transform: translateY(100px);
        /* IE 9 */
        -webkit-transform: translateY(100px);
        /* Chrome, Safari, Opera */
        transform: translateY(100px);
    }
    100% {
        -ms-transform: translateY(0px);
        /* IE 9 */
        -webkit-transform: translateY(0px);
        /* Chrome, Safari, Opera */
        transform: translateY(0px);
    }
}

.voucher-main {
    padding: 100px 0px 70px;
    background: url(../imgs/voucher-bg-1.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.voucher-main .voucher-inner .voucher-inner-h1 {
    padding: 20px 75px 20px 0px;
}

.voucher-main .voucher-inner h1 {
    font-weight: 900;
    font-family: "Poppins";
    margin-bottom: 25px;
}

.voucher-main .voucher-inner h3 {
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.voucher-main .voucher-inner span {
    color: #f49346;
}

.voucher-main .voucher-inner p {
    font-size: 19px;
    font-weight: 400;
    font-family: "Poppins";
    margin-top: 10px;
}

@media screen and (max-width: 450px) {
    .hero-main {
        background: none !important;
    }
    .navbar-collapse {
        background: #33afe3;
        padding: 0 10px;
    }
    .main-nav .navbar-nav .nav-item.active .nav-link::after {
        display: none;
    }
    .feature-main .feature-inner .card {
        padding: 20px 0px;
    }
    .social-main .social-inner .social-inner-h1 {
        padding: 0;
    }
    .social-main {
        background: 0;
    }
    .voucher-main .voucher-inner .voucher-inner-h1 {
        padding: 0;
    }
    .hero-main .hero-inner {
        padding: 100px 0px;
    }
    .screenshot_slider .owl-stage-outer {
        background-position: 48% 50% !important;
        background-size: 240% 108% !important;
    }
    .screenshot_slider .owl-stage-outer {
        background-position: 48% 38% !important;
        background-size: 234% 113% !important;
    }
    .btn-pink-nav {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .modal-backdrop.show{
        opacity: 0.5 ;
        display: block;
    }
    .form-search-wrap .form-control {
        height: 44px !important;
    }
}

@media screen and (max-width: 900px) {
    .main-nav .navbar-nav {
        text-align: center;
    }
    .main-nav .navbar-nav .nav-link {
        padding: 10px 0px;
    }
    .screenshot_slider .owl-stage-outer {
        background-position: 55% 30%;
        background-size: 80% 105%;
    }
    .events-main .card .card-img .time-box p {
        font-size: 12px;
    }
    .events-main .card .card-img .time-box {
        background-color: white;
        box-shadow: 0 0 7px 0px #00000040;
        padding: 10px 10px;
        border-radius: 10px;
        position: absolute;
    }
    .feature-main .feature-inner .card {
        padding: 0;
    }
    .navbar-collapse {
        background: #33afe3;
        padding: 0 10px;
    }
    .main-nav .navbar-nav .nav-item.active .nav-link::after {
        display: none;
    }
}


/* back to top button */

#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top i {
    font-size: 1.5rem;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #de2da2;
}

#back-to-top:active {
    background-color: #de2da2;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.form-search-wrap {
    background: white;
    border-radius: 7px;
    padding: 20px;
    box-shadow: 0 3px 10px -3px rgb(0 0 0 / 0.2);
}

.form-search-wrap .form-control {
    padding-left: 40px;
}

@media (max-width: 1199.98px) {
    .form-search-wrap .form-control {
        height: 55px;
    }
}

.form-search-wrap .btn {
    padding: 10px 30px;
}

@media (max-width: 1199.98px) {
    .form-search-wrap .btn {
        width: 100% !important;
        display: block;
    }
}

.select-wrap,
.wrap-icon {
    position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #29abe2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.caption {
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-theme-alt {
    color: white !important;
    padding: 8px 18px !important;
    background: #29abe2 !important;
    border-radius: 7px !important;
    font-family: poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.btn-theme-alt:hover {
    color: #29abe2!important;
    background: white !important;
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #fafafa !important 
}


.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}
.btn-close{
    font-size: 18px;
    font-weight: 400;
    color: black;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
}
.modal-header{
    background-color: white;
}
.icon-main{
    position: absolute;
    left: 0;
    margin-left: 7px;
    margin-top: 13px;
}
.form-control-option{
    padding: 0.375rem 1.4rem;
    line-height: 1.5;
}
.modal-body input[type="text"]::placeholder {
    font-size: 16px;
  }
  .modal-backdrop.show{
      opacity: 0;
  }


  .modal{

  }