@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Inter', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 85px 0 0;
}

.container{
    max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background:#fff;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0.06rem 20px 10px rgba(44, 43, 63, 0.2);
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 45px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #ff0000;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #ff0000;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff0000;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 50px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */



/* **** Hero **** */
.hero-wrp {
    background-image: url("../images/hero-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 177px 0;
}
.hero-wrp:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #0b3980;
    opacity: 0.5;
}
.hero-wrp .description {
    position: relative;
    z-index: 5;
    max-width: 540px;
}
.hero-wrp .description h6 {
    display: table;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 16px;
    padding: 5px;
    background-color: #000000c9;
}
.hero-wrp .description h2 {
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-size: 55px;
    font-weight: 900;
    margin: 0 0 20px;
}
.hero-wrp .description p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
/* **** End Hero **** */

.titlebar {
    margin: 0 0 30px;
}
.titlebar h2 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 45px;
    font-weight: 900;
    margin: 0 0 15px;
}
.titlebar h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px;
}
.titlebar p {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* **** Booking Flights **** */
.booking-flights-wrp {
    padding: 60px 0;
}
.booking-flights-wrp .flight-box {
    height: 100%;
    border: 1px solid #062551;
    border-radius: 15px;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.booking-flights-wrp .flight-box:hover {
    transform: translate(0, -20px);
}
.booking-flights-wrp .flight-box img {
    max-width: 100%;
    margin: 0 auto 15px;
}
.booking-flights-wrp .flight-box h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 15px;
}
.booking-flights-wrp .flight-box p {
    text-align: center;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.booking-flights-wrp .flight-box p span {
    font-weight: bold;
    color: #062551;
}
.booking-flights-wrp .booking-block {
    margin: 40px 0 0;
}
.booking-flights-wrp .booking-block h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 23px;
    font-weight: 800;
    margin: 0 0 25px;
}
.booking-flights-wrp .booking-block ul li {
    text-align: left;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.booking-flights-wrp .booking-block ul li:before {
    position: absolute;
    content: "";
    background-image: url("../images/check-icon.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    top: 5px;
    left: 0;
}
/* **** End Booking Flights **** */

/* **** Booking **** */
.booking-wrp {
    padding: 60px 0;
    background: #133872;
}
.booking-wrp .titlebar h2 {
    color: #fff;
}
.booking-wrp .titlebar p {
    color: #fff;
}
.booking-wrp .row {
    margin: 0 -7px;
}
.booking-wrp .col-md-3 {
    padding: 0 7px;
}
.booking-wrp .booking-box {
    background: #ffffff1f;
    padding: 30px;
    border-radius: 15px;
    cursor: pointer;
    height: calc(100% - 14px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.booking-wrp .booking-box:hover{
    background: #2424243D;    
}
.booking-wrp .booking-box img {
    max-width: 100%;
    margin: 0 auto 15px;
}
.booking-wrp .booking-box h4 {
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
}
.booking-wrp .booking-box p {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    margin: 0;
}
.booking-wrp .booking-box p span {
    font-weight: bold;
    color: #b4ff99;
}
.booking-wrp .booking-box ul li {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    margin: 0;
}
.booking-wrp .booking-box ul li span {
    font-weight: bold;
    color: #b4ff99;
}
/* **** End Booking **** */

/* **** Preferences **** */
.preferences-wrp {
    padding: 60px 0 30px;
}
.preferences-wrp .preferences-box {
    margin: 0 0 30px;
}
.preferences-wrp .preferences-box h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 15px;
}
.preferences-wrp .preferences-box p {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}
.preferences-wrp .preferences-box p span {
    font-weight: 700;
    color: #062551;
}
.preferences-wrp .preferences-box .preferences-img{
    position: relative;
}
.preferences-wrp .preferences-box .preferences-img:before{
    position: absolute;
    content: "";
    width: 100%;
    border-radius: 15px;
    top: 0;
    left: 0;
    background: #062551;
    bottom: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.preferences-wrp .preferences-box .preferences-img:hover:before{
    opacity: 0.2;
}
.preferences-wrp .preferences-box img {
    max-width: 100%;
    border-radius: 15px;
}
/* **** End Preferences **** */

/* **** Payment **** */
.payment-wrp {
    padding: 0 0 60px;
}
.payment-wrp .titlebar h2 {
    margin: 0;
}
.payment-wrp .payment-box {
    margin: 0 0 30px;
}
.payment-wrp .payment-box h3 {
    color: #1d7100;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 15px;
}
.payment-wrp .payment-box p {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.payment-wrp .payment-box p span {
    font-weight: bold;
    color: #062551;
}
.payment-wrp .payment-box ul li {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
}
.payment-wrp .payment-box ul li:last-child {
    margin: 0;
}
.payment-wrp .payment-box ul li span {
    font-weight: bold;
    color: #062551;
}
.payment-wrp .payment-box ul li b {
    font-weight: 600;
    color: #000;
}
.payment-wrp .payment-img img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.payment-wrp .payment-img img:hover{
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
/* **** End Payment **** */

/* **** Reviews **** */
.reviews-wrp {
    background: #f3f8ff;
    padding: 60px 0 30px;
}
.reviews-wrp .titlebar h2 {
    margin: 0;
}
.reviews-wrp .review-box {
    margin: 0 0 30px;
  -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.reviews-wrp .review-box:hover{
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.reviews-wrp .review-box img {
    max-width: 100%;
    margin: 0 auto 25px;
}
.reviews-wrp .review-box h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 20px;
    text-align: center;
}
.reviews-wrp .review-box p {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.reviews-wrp .review-box p span {
    font-weight: bold;
    color: #062551;
}
/* **** End Reviews **** */

/* **** Events **** */
.events-wrp {
    padding: 60px 0;
}
.events-wrp .titlebar h2{
    margin: 0;
    font-size: 40px;
}
.events-wrp .covid-img{
    border-radius: 20px;
    overflow: hidden;
    display: table;
    margin: 0 auto 30px;
}
.events-wrp .covid-img img {
    max-width: 100%;
    display: table;
    border-radius: 20px;
    transition: all 0.3s linear;
}
.events-wrp .covid-img:hover img{
    transform: scale(1.1);
}
.events-wrp .description h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
}
.events-wrp .description ul li {
    margin: 0 0 15px;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.events-wrp .description ul li span {
    font-weight: bold;
    color: #062551;
}
.events-wrp .description ul li:last-child {
    margin: 0;
}
/* **** End Events **** */

/* **** Conclusion **** */
.conclusion-wrp {
    padding: 60px 0;
    background-image: url("../images/conclusion-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.conclusion-wrp h2 {
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 20px;
}
.conclusion-wrp h4 {
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
}
.conclusion-wrp ul li {
    color: #ffffff;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
/* **** End Conclusion **** */

/* **** Satisfaction **** */
.satisfaction-wrp {
    padding: 60px 0 0;
}
.satisfaction-wrp .titlebar h2 {
    margin: 0;
}
.satisfaction-wrp h3 {
    color: #062551;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 20px;
}
.satisfaction-wrp .satisfaction-influencing ul li {
    text-align: left;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.satisfaction-wrp .satisfaction-influencing ul li:before {
    position: absolute;
    content: "";
    background-image: url("../images/check-icon.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    top: 5px;
    left: 0;
}
.satisfaction-wrp .satisfaction-detail ul li {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
}
.satisfaction-wrp .satisfaction-detail ul li:last-child {
    margin: 0;
}
.satisfaction-wrp .satisfaction-detail ul li span {
    color: #062551;
}
/* **** End Satisfaction **** */

.rankings-wrp{
    padding: 20px 0 0;
}
.rankings-wrp .titlebar p {
    font-size: 16px;
}

.ranking-block ul li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.ranking-block ul li:last-child {
    margin: 0;
}
.ranking-block ul li span {
    font-family: "Inter", Sans-serif;
    color: #062551;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    min-width: 185px;
}
.ranking-block ul li .progress {
    width: 100%;
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 30px;
    border-radius: 0;
}
.ranking-block ul li .progress .progress-bar {
    background: #062551;
    text-align: right;
    padding: 0 10px;
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.2s;
}
@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/* **** Footer **** */
footer {
    padding: 60px 0 0;
    background-color: #252525;
    background-image: linear-gradient(180deg, #414141 0, #363535 90px);
}
footer .foot-logo img {
    max-width: 100%;
    margin: 0 auto 40px;
}
footer .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}
footer .form-group label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
footer .form-group .form-control {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: none;
    margin: 0 20px;
    border-radius: 4px;
    max-width: 450px;
}
footer .form-group button {
    font-size: 15px;
    color: #000;
    background-color: #aaa;
    border-radius: 4px;
    color: #ffffff;
    padding: 6px 20px;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
footer .form-group button:hover {
    background: #000;
    color: #fff;
}
footer .description {
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #fff;
}
footer .description h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
}
footer .description p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
}
footer .footer-block {
    padding: 0 0 30px;
}
footer .quicklinks h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
}
footer .quicklinks ul li {
    margin: 0 0 5px;
}
footer .quicklinks ul li:last-child {
    margin: 0;
}
footer .quicklinks ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: table;
    margin: 0 auto;
}
footer .quicklinks ul li a:hover{
    text-decoration: unset;
    color: #c82f2f;
}

footer .copyright {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.2);
}
footer .copyright p {
    margin: 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
footer .copyright p a {
    color: #fff;
    text-decoration: underline;
}


.percentage{
    opacity:0;
    width: 100%;
}
.animation{
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 30px;
}

.animation-bar{
    height:30px;
    width:0;
    padding: 0 15px;
    background:#062551;
    position:relative;
    -webkit-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.percentage.show{
  opacity:1;
  animation: come-in 0.8s ease forwards;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0px);
    }
}
.p81 {
    width: 81%;
}
.p78 {
    width: 78%;
}
.p76 {
    width: 76%;
}
.p78 {
    width: 78%;
}
.p67 {
    width: 67%;
}
.p64 {
    width: 64%;
}