@charset "utf-8";

/* CSS Document */

body {
    /* background: url(../images/body.png); */
    font-family: 'Montserrat', sans-serif;
    color: #666;
}

* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

ul,
ol {
    list-style-type: square;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

ol {
    list-style-type: auto;
}

li {
    margin-bottom: 5px;
}

h1 {
    color: #1f368d;
    /* font-size: 32px; */
    font-size: 40px;
    margin-bottom: 10px;
}

h2 {
    font-size: 34px;
    margin: 10px 0;
    color: #1f368d;
}

h3 {
    color: #1f368d;
    font-size: 20px;
    padding: 3px 0px;
    font-weight: normal;
    line-height: 25px;
}

h4 {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
}

h5 {
    color: #414fa8;
    font-size: 26px;
    display: inline-block;
}

h6 {
    color: #1f368d;
    font-size: 14px;
    padding: 3px 0px;
    font-weight: bold;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
div {
    cursor: default;
}

/* Generic styles & example one */

header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #F2F4F6;
    border-bottom: 2px solid #ebebeb;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.main-menu .pull-left,
.main-menu .pull-right {
    width: unset;
}

.main-menu .pull-right {
    display: flex;
    align-items: center;
    width: unset;
}

header .anchor-item {
    display: inline-flex;
}

header .anchor-item a,
footer .anchor-item a {
    text-decoration: none;
    cursor: pointer;
}

header .anchor-item a {
    color: #414fa8;
    padding: 5px 10px;
}

header .anchor-item a:hover {
    color: #1e286c;
}

.main-logo a {
    display: flex;
    align-items: center;
}

.logo {
    height: 3.5rem;
    margin-right: 10px;
}

.main-logo small {
    color: #1f368d;
    font-size: 25px;
    position: relative;
}

.offer::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0px 8px 8px 9px;
    border-color: transparent transparent red transparent;
    transform: translateX(252%) rotate(43deg);
    z-index: -999;
}

.offer:hover::before {
    border-width: 0px 10px 10px 10px;
    transform: translateX(204%) rotate(44deg);
}

.selected-page {
    border-radius: 15px;
    background-color: #00c2cb45;
    font-weight: bold;
}

section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.container {
    padding: 40px 0px;
    background-color: white;
}

.background-unset {
    background-color: unset;
}

.area {
    max-width: 1024px;
    padding: 0 10px;
    margin: auto;
}

/* .special {
    background-color: antiquewhite;
} */

.dummy-travels {
    color: #1f368d;
    background-color: #BBDEFB;
}

.promo {
    display: block;
}

.main-pic {
    width: 95%;
    margin: auto;
}

.promo_mobile,
.main-pic_mobile {
    display: none;
}

.googleplay-btn {
    margin: auto;
    position: absolute;
    top: -100px;
    transform: translate(-50%, -50%);
}

.googleplay-btn img {
    width: 180px;
}

.getnow-btn {
    width: 180px;
    background-color: #1c2a56;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    display: block;
    margin: auto;
}

.getnow-btn:hover {
    box-shadow: 0px 4px 4px rgb(172 172 172);
    background-color: #3498db;
}

.banner-btn {
    position: relative;
    top: -40px;
    padding: 10px;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: 220px;
}

.box-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.box {
    width: 23%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    color: #1f368d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box:hover {
    background-color: rgb(229 255 252);
}

.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.icon-img {
    width: 50px;
}

.box h6 {
    margin-top: 30px;
}

.box p {
    margin-top: 10px;
    font-size: 14px;
}

.row {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pull-left,
.pull-middle,
.pull-right {
    padding: 10px;
    width: 50%;
}

.pull-middle {
    margin: auto;
}

.pull-left-nopadding,
.pull-right-nopadding {
    padding: 0px;
    width: 50%;
}

.pull-left-custom {
    width: 16%;
    font-weight: bold;
    font-size: 70px;
    display: flex;
}

.pull-right-custom {
    width: 84%;
    line-height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 27px;
}

.dummy-ticket {
    height: 8rem;
    margin: auto;
    margin-top: 20px;
    display: block;
}

.divider {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    /* padding-bottom: 32px;
    padding-top: 16px; */
}

.divider hr {
    background-color: lightgray;
    border: none;
    height: 1px;
    width: 100%;
}

.divider-text {
    left: 50%;
    padding: 0 8px;
    position: absolute;
    background-color: white;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    cursor: default;
}

hr {
    border: 0px solid lightgray;
    border-top-width: 1px;
    margin: 20px 0px;
}

.price-box {
    /* background-color: #F2F4F6; */
    border-radius: 5px;
    backdrop-filter: blur(3px);
    background-color: #f2f4f63b;
    border: 1px solid rgba(0, 10, 51, .2);
}

.price-box-header {
    padding: 20px;
    align-items: center;
    background: rgba(0, 10, 51, .2);
    border-radius: 4px 4px 0px 0px;
}

.price-box-header h3 {
    padding: 0px;
    margin-bottom: 0px;
}

.price-box-body {
    padding: 0px 20px;
    margin-top: 30px;
    height: 300px;
}

.price-box-footer {
    padding-bottom: 20px;
}

.trustpilot {
    height: 14rem;
    margin: auto;
    /* margin-top: 50px; */
    display: block;
}

.secure_payments {
    height: 15rem;
    margin: auto;
    /* margin-top: 50px; */
    display: block;
}

.pay_securely {
    height: 7rem;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

.contact-us-img {
    height: 13rem;
}

.center_btn {
    position: relative;
    margin-top: 20px;
    display: grid;
    place-items: center;
}


.btn-small {
    width: 120px;
    font-size: unset;
    padding: 8px 20px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 110%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.payment-loader {
    position: relative;
    margin: auto;
    left: auto;
}

.big-loader {
    border: 20px solid #f3f3f3;
    border-top: 20px solid #3498db;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

footer {
    background-color: #1c2a56;
    color: #fff;
}

footer .last-menu {
    max-width: 1024px;
    padding: 20px 0px;
    margin: auto;
}

.last-menu .pull-left,
.last-menu .pull-right {
    width: unset;
}

footer .anchor-item a {
    color: #fff;
    padding: 0px;
}

footer .anchor-item a:hover {
    color: #ccd0e4;
}

footer .pull-left .anchor-item {
    padding: 5px 0px;
    text-align: left;
}

footer .pull-right .anchor-item {
    text-align: right;
}

footer .main-logo small {
    color: white;
}

@media screen and (max-width: 1000px) {}

@media (max-width: 800px) {

    .area {
        max-width: 800px;
        padding: 0 10px;
        margin: auto;
    }

    .banner-btn {
        top: -20px;
    }

    .box {
        width: 100%;
    }
}

@media screen and (min-width: 401px) and (max-width: 600px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    .main-menu {
        max-width: unset;
    }

    .main-menu .row {
        display: block !important;
    }

    .main-menu .pull-left {
        padding-bottom: 0px;
    }

    .main-menu .pull-right {
        display: block;
    }

    section {
        padding-top: 130px;
    }

    .container {
        padding: 20px 20px;
    }

    /* .row:not(.row .row) {
        display: inline-block;
        justify-content: unset;
        margin-bottom: 0px;
    } */

    /* section .pull-left,
    section .pull-left-nowidth {
        margin-bottom: 70px;
    } */

    .row {
        flex-direction: column;
        text-align: center;
    }

    .promo,
    .main-pic {
        display: none;
    }

    .promo_mobile {
        display: block;
    }

    .main-pic_mobile {
        display: block;
        height: 13rem;
        margin: auto;
    }

    .googleplay-btn {
        top: 12px;
        position: relative;
    }

    .banner-btn {
        top: 0px;
        margin: auto;
        margin-top: 30px;
    }

    section .pull-left,
    section .pull-middle,
    section .pull-right,
    section .pull-left-nopadding,
    section .pull-right-nopadding {
        width: 100% !important;
        margin: auto;
        padding: 0px;
    }

    section .pull-left-nopadding {
        margin-bottom: 20px;
    }

    /* .price-sec .pull-left,
    .price-sec .pull-middle,
    .price-sec .pull-right {
        width: 100%;
    } */

    .pull-left-custom {
        width: 20%;
    }

    .pull-right-custom {
        width: 80%;
        font-size: 35px;
    }

    /* 
    .special {
        background-color: unset;
    } */

    .dummy-ticket {
        height: 10rem;
        margin: 0px auto 30px auto;
    }

    .box-container {
        gap: 50px;
        flex-direction: column;
    }

    .price-box-body {
        height: unset;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .trustpilot {
        height: 12rem;
        margin-top: 0px;
    }

    .secure_payments {
        width: 95%;
        height: unset;
        margin-top: 0px;
    }

    footer .anchor-item {
        text-align: center !important;
    }
}

@media screen and (max-width: 400px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 26px;
    }

    .main-menu {
        max-width: unset;
    }

    .main-menu .row {
        display: block !important;
        /* padding: 20px 0px; */
    }

    .main-menu .pull-right {
        display: block;
    }

    .main-menu .anchor-item a:nth-child(3) {
        display: none;
    }

    section {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .container {
        padding: 20px 20px;
    }

    /* .row:not(.row .row) {
        display: inline-block;
        margin-bottom: 0px;
    } */

    /* 
    section .pull-left,
    section .pull-left-nowidth {
        margin-bottom: 70px;
    } */

    .row {
        flex-direction: column;
        text-align: center;
    }

    .promo,
    .main-pic {
        display: none;
    }

    .promo_mobile {
        display: block;
    }

    .main-pic_mobile {
        display: block;
        height: 11rem;
        margin: auto;
    }

    .googleplay-btn {
        top: 12px;
        position: relative;
    }

    .banner-btn {
        top: 0px;
        margin: auto;
        margin-top: 20px;
    }

    section .pull-left,
    section .pull-middle,
    section .pull-right,
    section .pull-left-nopadding,
    section .pull-right-nopadding {
        width: 100% !important;
        padding: 0px;
        margin: auto;
    }

    section .pull-left-nopadding {
        margin-bottom: 20px;
    }

    .pull-left-custom {
        width: 20%;
        align-items: center;
    }

    .pull-right-custom {
        width: 80%;
        font-size: 35px;
    }

    /* .special {
        background-color: unset;
    } */

    .box-container {
        flex-direction: column;
    }

    .dummy-ticket {
        height: 10rem;
        margin: 0px auto 30px auto;
    }

    .box-container {
        gap: 40px;
    }

    .price-box-body {
        height: unset;
        margin-bottom: 30px;
    }

    .trustpilot {
        height: 10rem;
        margin-top: 0px;
    }

    .secure_payments {
        width: 100%;
        height: unset;
        margin-top: 0px;
    }

    footer .anchor-item {
        text-align: center !important;
    }

}