@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: #F5FAFA;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.theme-btn {
    color: #FFFFFF;
    background: #005fff;
    font-weight: 500;
    padding: 12px 30px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.theme-btn:hover {
    color: #FFFFFF;
    background: #426279;
}

.theme-primary-color {
    color: #005fff;
}

.bold-text {
    font-weight: bolder;
}

.save-up-text {
    font-size: 18px !important;
    margin-top: 15px;
}

/*=============================================
                  Header Style
===============================================*/

header {
    position: fixed;
    top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 5px 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    z-index: 999;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-light {
    background-color: rgb(255, 255, 255) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-down {
    top: 0;
}

.nav-up {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar-nav .nav-item {
    padding-top: 5px !important;
    padding-right: 1rem !important;
    padding-bottom: 5px !important;
    padding-left: 1rem !important;
}

.navbar-nav li:last-child {
    padding-right: 0 !important;
}

.navbar-nav .nav-link {
    font-size: 17px;
    color: #444444 !important;
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 10px 0px;
        text-align: center;
        background: #ffffff;
        border-radius: 20px;
    }

    .navbar-nav li:last-child {
        padding-right: 1rem !important;
    }
}

@media (max-width: 750px) {
    .navbar {
        padding: 0;
    }
}

@media (max-width: 500px) {
    header {
        top: 5px;
    }
    .navbar-brand img {
        height: 40px;
    }
}

/*=============================================
                  Intro Style
===============================================*/
.intro {
    padding: 170px 0px 0px 0px;
    background: url('../img/bg01.jpg') no-repeat 100%;
    background-size: cover;
}

.intro .text {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 100px 0px;
}

.intro .text h1 {
    color: #1C2437;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05px;
    margin-bottom: 20px;
}

.intro .text p {
    color: #444444;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.intro .theme-btn {
    font-size: 16px;
    padding: 14px 38px 12px 38px;
    text-transform: uppercase;
}

.intro p.info {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}

.glow {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 250, 250, 0)), color-stop(80%, #F5FAFA));
    background-image: linear-gradient(rgba(245, 250, 250, 0) 0%, #F5FAFA 80%);
}


@media (max-width: 1200px) {
    .intro .text h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .intro {
        padding: 180px 0px 0px 0px;
    }
    .intro .text {
        padding: 50px 0px 50px;
        text-align: center;
    }
}

@media (max-width: 750px) {
    .intro {
        padding: 150px 0px 0px 0px;
    }
    .intro .text h1 {
        font-size: 1.8rem;
    }
    .intro .text p {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .glow, .glow-up {
        height: 50px!important;
    }
    .intro .theme-btn {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .intro .text h1 {
        font-size: 1.6rem;
    }
}

/*=============================================
                Process Style
===============================================*/
.process {
    padding: 100px 0px 20px;
}

.process .title {
    color: #1c2437;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.process .item {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

.process .item img {
    margin-bottom: 20px;
}

.process .item h3 {
    color: #1C2437;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.process .item p {
    color: #444444;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 750px) {
    .process {
        padding: 30px 0px;
    }
    .process .title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .process .title {
        font-size: 1.6rem;
    }
    .process .item h3 {
        font-size: 1rem;
    }
}

/*=============================================
                Roundtrip Style
===============================================*/
.roundtrip {
    background: url('../img/bg02.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.glow-up {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5FAFA), color-stop(80%, rgba(245, 250, 250, 0)));
    background-image: linear-gradient(#F5FAFA 0%, rgba(245, 250, 250, 0) 80%);
}

.roundtrip .title {
    color: #1c2437;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.roundtrip .item {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 8%) !important;
    box-shadow: 0 5px 25px rgb(0 0 0 / 8%) !important;
    margin-bottom: 30px;
}

.roundtrip .image {
    position: relative;
}

.roundtrip .image img {
    border-radius: 8px;
    margin-bottom: 20px;
}

.roundtrip a {
    text-decoration: none;
}

.roundtrip .image .label {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.75px;
}

.roundtrip .item h3 {
    color: #1c2437;
    font-size: 1.2rem;
}

.roundtrip .item h3 i {
    color: #005fff;
    font-size: 1rem;
    margin: 0px 5px;
}

.roundtrip .item p {
    color: #1c2437;
    font-size: 1rem;
    margin-bottom: 0;
}

.roundtrip .item strong {
    color: #005fff;
}

@media (max-width: 1199.98px) {
    .roundtrip .item h3 {
        font-size: 1rem;
    }
}

@media (max-width: 750px) {
    .roundtrip .title {
        font-size: 2rem;
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .roundtrip .title {
        font-size: 1.6rem;
    }
}

/*=============================================
                CTA Style
===============================================*/
.cta {
    padding: 0px 0px 60px 0px;
    background: #F5FAFA;
}

.cta-area {
    padding: 80px;
    background: url('/assets/img/cta-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    text-align: center;
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 8%) !important;
    box-shadow: 0 5px 25px rgb(0 0 0 / 8%) !important;
}

.cta-area .title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
}

.cta-area .theme-btn {
    background: transparent;
    border: 2px solid #ffffff;
    margin: 0px 4px;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .cta {
        padding: 20px 0px 50px;
    }
    .cta .title {
        font-size: 2rem;
    }
    .cta .sm-none {
        display: none;
    }
}

@media (max-width: 500px) {
    .cta .title {
        font-size: 1.5rem;
    }
    .cta .item h3 {
        font-size: 1.8rem;
    }
    .cta a.theme-btn {
        margin: 5px;
    }
    .cta-area {
        padding: 30px 20px;
    }
}

/*=============================================
                Footer Style
===============================================*/

footer {
    background: #F5FAFA;
    padding: 0px 0px 30px;
}

footer p {
    color: #426279;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

footer ul li:first-child {
    margin-left: 0;
}

footer ul li:last-child {
    margin-right: 0;
}


footer ul li a {
    color: #426279;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

footer ul li a:hover {
    color: #005fff;
}

.footer-menu {
    padding-top: 60px;
    background: #e9f1ff;
}

.footer-menu h4 {
    color: #1c2437;
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-menu ul.menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-menu ul.menu li {
    margin: 0;
    padding: 0;
}

.footer-menu ul.menu li a {
    color: #444444;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-menu ul.menu li a:hover {
    color: #0160ff;
    transition: all 0.3s;
}

@media (max-width: 767.98px) {
    footer .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        text-align: center;
    }
}


/*=============================================
                Features Style
===============================================*/

.features {
    background: url(/assets/img/bg02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0px;
}

.features .item {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 40px;
}

/*=============================================
                Main Page Dropdown
===============================================*/
.bootstrap-dropdown-style .select2-container--bootstrap .select2-selection--single {
    border-radius: 0;
    padding: 0.625rem 0.75rem;
    height: 47px;
    color: #999;
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: 0 !important;
    height: 47px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 0.3em 0.3em 0 !important;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0 0.3em 0.3em !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field:focus {
    border-color: #86b7fe;
}

/*=============================================
                Ajax Loading
===============================================*/
#loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ajax.gif") center center no-repeat rgba(0,0,0,0.8);
    z-index: 999999;
    display: none;
}

/*=============================================
                Toast Message
===============================================*/
.jq-toast-wrap {
    z-index: 99999!important;
}

/* ==================================================
            Alert Message (Success Message)
===================================================== */
.alert {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    padding: 0.8rem 1rem;
    background-color: #005fff;
    border: none;
    border-radius: 0;
    text-align: center;
    margin: 0;
    position: fixed;
    z-index: 9999;
}

.alert-dismissible .btn-close {
    position: absolute;
    right: 0;
    padding: 1rem;
    background: transparent url(../img/times-icon.svg) center/1em auto no-repeat;
    opacity: 0.75;
}
