h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppins';
}

body {
    overflow-y: hidden;
    /* overflow: hidden; */

    background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
}

.logo img {
    width: 23%;
}

.mobile_cheap {
    display: none;
}

.logo_main img {
    width: 73%;
}

.statistic_set {
    background-size: cover;
    width: 164px;
    margin-left: 0px;
    padding: 1px 29px;
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
}

/* head */
.header_wrpper {
    position: relative;
    z-index: 9;
}

.header_wrpp {
    background-color: #e6eef5;
    padding: 13px 0 11px;
    position: relative;
}

.social_content p {
    font-family: 'Poppins';
    margin-bottom: 0;
    font-size: 15px;
}

.header_social {
    float: right;
    text-align: left;
}

.header_social>a>span {
    width: 55px;
    float: left;
}

.whatsapp_icon>a>span {
    margin-top: 3px;
}

.header_social>a>span>img {
    filter: invert(1);
}

.social_content {
    display: inline-block;
    color: #092a49;
    letter-spacing: 0.1px;
    font-weight: 500;
}

.social_content h6 {
    color: #0795fe;
    /*text-transform: uppercase;*/
    margin-bottom: 0;
}

.social_content h6 span {
    color: #092a49;
    margin-left: 3px;
}

.social_content p a {
    color: #092a49;
    font-family: 'Satoshi-Medium';
}

.header_main {
    background-color: #fff;
    box-shadow: 0 6px 40px rgb(12 12 12 / 14%);
    border-radius: 10px;
    text-align: center;
    margin-top: -32px;
}

.header_main .nav_bar li {
    display: inline-block;
    position: relative;
}

.header_main .nav_bar li a {
    padding: 19px 15px;
    display: inline-block;
    font-size: 18px;
    color: #161b39;
    font-family: 'Satoshi-Bold';
    font-weight: 600;
}

.header_main .nav_bar li a .menu_icon {
    display: inline-block;
    vertical-align: middle;
}

.main_head span {
    width: 14%;
    background-color: #2196f3;
    height: 3px;
    display: block;
    margin: auto;
}

.main_head h6 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 46px;
    font-weight: 600;
}

.main_head {
    margin-bottom: 30px;
}

/* head */
header {
    background: #e6edf5;
}

.banner-image img {
    width: 90%;
    margin-bottom: 0;
}

.banner-image {
    text-align: center;

}

.banner_image_person .banner-image {
    position: absolute;
    width: 90%;
    bottom: 0;
    border-bottom: 2px solid white;
    padding: 0px 9px;
}
.banner_image_person {
    position: relative;
}

.banner .col-md-4 {
    align-items: end;
    justify-content: center;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.wave_shape img {
    width: 100%;
}



.banner:before {
    position: absolute;
    background: #2196F3;
    width: 41%;
    height: 609px;
    content: '';
    right: 1%;
    border-radius: 50%;
    box-shadow: 1px 1px 0px 20px rgb(255 255 255);
    animation: bounce-hero 3s infinite;
}

/* .counter {
    background: #092a49;
    margin-top: 10px;
    padding: 34px 14px;
    text-align: center;
    border-radius: 5px;
} */

.counter_heading {
    display: flex;
    justify-content: center;
}

/* .counter {
    color: white;
} */

.counter h6 {
    margin-bottom: 0;
    font-size: 15px;
}

.virtual_price {
    position: relative;
    margin-top: 15px;
}

.virtual_price h5 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 3px;
}

.virtual_price h6 {
    position: absolute;
    left: 22px;
    top: -11px;
}

.last_left {
    left: 6% !important;
    top: -9px;
}

.pack_height {
    transition: 0.5s;
}

.pay_adjust {
    left: 18% !important;
}

.revies_image img {
    width: 100%;
}

.revies_image img {
    width: 45%;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tx_right {
    text-align: center;
}

.tx_left {
    text-align: center;
}

.pack_height:hover {
    transform: scale(1.1);
    background: #2f74f3;
}

.virtual_packages {
    text-align: center;
    margin-top: 0px;
    padding: 0 10px;
    color: white;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}

.cheapest_price img {
    width: 100%;
}

/* .counter h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
} */

.counter_heading span {
    font-size: 60px;
    margin-top: -19px;
}

.right_set {
    position: absolute;
    right: 0;
    bottom: -9px;
}

/* .last_left {
    left: 70px !important;
    top: -9px;
} */

.virtual_packages h6 {
    font-size: 15px;
    line-height: 29px;
}

.pack_height {
    height: 170px;
    background: #073050;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 5px solid white;
    /* animation-duration: 2s !important; */
    /* animation: beat 1.50s infinite alternate; */
    margin: 0 1px;
    box-shadow: 6px 3px 10px 0px rgb(0 0 0 / 16%);
}

.main_hide {
    visibility: hidden;
}

/* .bounce1{
    animation: bounce 1s ease infinite !important;
}
.bounce2{
    animation: bounce 3s ease infinite !important;
}
.bounce3{
    animation: bounce 6s ease infinite !important;
} */

/* @keyframes beat{
	to { transform: scale(1.1); }
} */

/* .pulse {
	font-size: 150px;
	color: #e00;
	animation: beat .25s infinite alternate;
	transform-origin: center;
} */

.package_head {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 25px;
    padding: 0 15px;
}

.right_imagr {
    text-align: center;
}

.right_imagr img {
    width: 100%;
    z-index: 1111;
    position: relative;
    bottom: -25px;
}

.last_for_space {
    margin-bottom: 20px;
}

.col6 {
    align-items: center;
}

/* counter */

.counter-section:before {
    position: absolute;
    content: '';
    background: url(../../assets/images/stars.png);
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
}

.counter-section {
    position: relative;
    overflow: hidden;
}

.counter_icon img {
    width: 35%;
    border-radius: 50%;
    border: 2px solid #0091d1;
}

.statistic_set {
    /* background: white; */
    background-image: url(../images/asdfasd.png);
    text-align: center;
    border-radius: 14px;
    padding: 15px 17px;
    height: 160px;
    background-size: contain;
    position: relative;
    display: flex;
    /* align-items: center; */
    width: 85%;
    background-repeat: no-repeat;
    justify-content: center;
}

.main_counter {}

.counter-content h6 {
    font-size: 20px;
    color: black;
    margin-top: 13px;
}

.main_counter h4,
.main_counter span {
    color: black;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: -10px;
}

.day {
    font-size: 25px !important;
    margin-top: -6px !important;
    margin-bottom: -7px !important;
    margin-left: 3px !important;
}

.main_counter h6 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 0 0px;
    font-weight: 600;
}

.stat-col {
    margin-top: 0px;
    padding-left: 27px;
}

.cheap_Price {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 6px;
}

.cheap_Price img {
    width: 90%;
}

.counter_number {
    display: flex;
    justify-content: center;
}

.counter_number span {
    margin-top: -8px;
    margin-left: 0;
}

/* animations */
@keyframes bounce-hero {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

.bounce-effect {
    position: relative;
    -webkit-animation: bounce-hero 3s infinite;
    -moz-animation: bounce-hero 3s infinite;
    animation: bounce-hero 3s infinite;
}

/* review */
.review_image img {
    width: 100%;
}

.review_image {
    width: 100%;
}

.review_top {
    display: flex;
    align-items: center;
}

.review_name {
    margin-left: 0;
    padding-left: 10px;
}

.review_name h6 {
    margin-bottom: 0;
    font-family: 'poppins';
    font-size: 17px;
    font-weight: 500;
    display: flex;
}

.review_content {
    margin-top: 6px;
}

.rating img {
    width: 5% !important;
    /* opacity: 0.6; */
    margin-left: 3px !important;
}

.rating {
    margin-top: 3px;
    display: flex;
    margin-left: -3px;
}

.review_adjustment {
    background: white;
    padding: 25px 25px;
    height: 285px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 6px solid #03A9F4;
    box-shadow: 6px 3px 10px 0px rgb(0 0 0 / 16%);
}

.review_content p {
    color: #767676;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    font-family: 'Poppins';
}

.review_head {
    text-align: center;
}

.review_head h4 {
    color: white;
    font-weight: 600;
    font-size: 30px;
}

.review_name span {
    font-size: 16px;
}

.review_name h6 img {
    width: 9% !important;
    margin-top: -4px;
    display: none;
}

.our_review .owl-dots {
    text-align: center;
}

.our_review .owl-dots .active span {
    background: #004886 !important;
}

.our_review .owl-dots button span {
    background: #979797 !important;
    width: 10px;
    height: 10px;
    display: block;
    margin: 4px 4px;
    border-radius: 50%;
    margin-top: 15px;
}

/* icon bar */


/* footer */
footer {
    background: #092a49;
}

.footer-head h1 {
    color: white;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 200;
    text-align: left;
}

.social_icon ul li a img {
    width: 3%;
}

.social_icon ul li a img {
    width: 7%;
    background: #03A9F4;
    border-radius: 50%;
    padding: 7px 7px;
}

.social_icon ul {
    margin-bottom: 0;
}

.social_icon ul li {
    display: inline;
    margin-right: 20px;
}

.social_icon ul {
    margin-bottom: 0;
    text-align: right;
}

.fisrt_col {
    display: flex;
    align-items: center;
}

/* owl carousel */
.our_review .owl-dots {
    text-align: center;
}

.our_review .owl-dots .active span {
    background: #004886 !important;
}

.our_review .owl-dots button span {
    background: #979797 !important;
    width: 10px;
    height: 10px;
    display: block;
    margin: 4px 4px;
    border-radius: 50%;
    margin-top: 15px;
}

.trust_review_Setting .item {
    padding: 7px;
}

.banner:before {
    display: none;
}

/* .banner {
    background-color: white;
} */

.banner_head {
    text-align: left;
}

.banner_head h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    z-index: 11111111111111;
    position: relative;
    color: white;
}

.banner_head h2:before {
    content: '';
    position: absolute;
    width: 10%;
    height: 100px;
    background-color: #0086ff;
    border-radius: 50%;
    top: -12px;
    left: -14px;
    z-index: -1;
}

.banner_head h2 span {
    color: white;
}

.banner_head p {
    font-family: 'Poppins';
    font-size: 22px;
    color: white;
    font-weight: 300;
    line-height: 37px;
}

.virtual_packages h6 {
    font-size: 16px !important;
    line-height: 29px !important;
}

.virtual_packages h4 {
    font-size: 15px;
    padding: 0 0;
}

.girl1 {
    position: absolute;
    bottom: 0;
    width: 22%;
    right: 11%;
}

.chat_with_us img {
    border: 0px solid white;
    border-radius: 10px;
}

.chat_with_us {
    position: fixed;
    bottom: 0%;
    right: 30px;
    z-index: 1;
}

.our_review a {
    text-decoration: none;
    color: black;
}

.banner a {
    text-decoration: none;
}

.image-head h4 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    text-align: center;
}

.reveiew_col {
    align-items: center !important;
}

.trustpilot_image img {
    width: 65%;
    margin-top: 11px;
}

.google_review_image img {
    margin-top: 7px;
}

.last_right {
    position: absolute;
    right: 10%;
    bottom: 0px;
}

.main-section {
    padding: 12px 0;
    height: 100%;
}
