* {
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #8B3EEA;
    --primary-color-rgba: rgb(139, 62, 234);
    --secondary-color: #2b2540c4;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --bg-color: #F3F6FD;
    --bs-nav-link-color: var(--white-color);
    --fonts: 'Poppins';
    --transition: .7s all ease-in-out;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8b3eea;
    --bs-btn-border-color: #8b3eea;
    --bs-btn-hover-bg: #8b3eea;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8b3eea;
    --bs-btn-active-border-color: #8b3eea;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(139, 62, 234);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8b3eea;
    --bs-btn-disabled-border-color: #8b3eea;

}

body {
    font-family: var(--fonts);
    cursor: pointer;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    padding-left: 0px;
}

li {
    list-style: none;
}

.i-c {
    color: #DDDDDD;
}

.bg-color {
    background-color: var(--bg-color);
}

.p-bg {
    background-color: var(--primary-color);
}

.p-c {
    color: var(--primary-color);
}

.s-bg {
    background-color: var(--secondary-color);
}

.s-c {
    color: var(--secondary-color);
}

.b-bg {
    background-color: var(--black-color);
}

.b-color {
    color: var(--black-color);
}

.pa-bg {
    background-color: var(--paragraph-color);
}

.pa-c {
    color: var(--paragraph-color);
}

.bg-b {
    background-color: var(--bg-color);
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_bottom {
    margin-top: -100px;
}

/* home-page-start */
header {
    position: absolute;
    width: 100%;
    padding: 10px;
}

header .fixed-header {
    color: white;
}

header.fixed-header .btn {
    --bs-body-color: white;
}

header.fixed-header .nav-link {
    --bs-nav-link-color: var(--white-color);
}

header.fixed-header .btn-primary {
    border: 1px solid white;
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: var(--transition);
    color: white;
    display: flex;
    background-color: var(--primary-color);

}

nav {
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-item {
    padding: 10px;
    border: none;
    width: 230px;
    display: block;
    border-radius: 8px;
    background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-color);
    background-color: transparent;
}

.bg {
    background-image: url('../img/banner/banner-five-bg.png');
    width: 100%;
    height: 850px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-contant h1 {
    font-size: 100px;
}

.button a {
    border: 1px solid var(--primary-color);
    padding: 15px 15px;
    color: var(--black-color);
    transition: all 0.2s linear;
    text-align: center;

}

.button svg {
    color: black;
}

.button a:hover {
    color: white;
    background-color: var(--black-color);
    border: 1px solid var(--primary-color);
}

.from-bg {
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link {
    background: none;
    border: 1px solid var(--primary-color);
    color: var(--black-color);
    padding: 8px 16px;
    margin-left: 30px;
    transition: all 0.3s linear;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    color: white;
    background-color: var(--primary-color);
}

.flight-serchbox input {
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0;
}

.flight-serchbox {
    background: #8b3eea17;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
}

.button-3 a {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 10px 10px;
    transition: var(--transition);
}

.button-3 a:hover {
    color: white;
    background-color: var(--black-color);
    border: 1px solid var(--primary-color);
}

.Destination-bg {
    background-image: url('../img/Destination/destination-bg.png');
    width: 100%;
    height: 907px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 236px;
}

.section-heading h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: var(--primary-color);
    height: 2px;
    width: 80px;

}

.de-img-2 {
    margin-top: 40px;
    overflow: hidden;
}

.de-img-2 img {
    transition: .4s all ease-in-out;
}

.de-img-2 img:hover {
    transform: scale(1.2);
}

.de-img img {
    transition: .4s all ease-in-out;
}

.de-img img:hover {
    transform: scale(1.2);

}

.destination_ratings {
    top: 12px;
    right: 20px;
    padding: 1px 5px;
    border-radius: 4px;
}

.popular_destination_text {
    bottom: 12px;
    left: 16px;
    width: 90%;
    padding: 16px 18px;
    opacity: 0;
    transition: var(--transition);
}

.popular_destination_text a {
    color: var(--black-color);
    transition: var(--transition);
    font-size: 18px;
}

.popular_destination_text a:hover {
    color: var(--primary-color);
}

.popular-destination-area:hover .popular_destination_text {
    opacity: 1;
}

.about-bg {
    background-image: url('../img/about/about-five-bg.png');
    width: 100%;
    background-size: cover;
    height: 909px;
}

.section-heading .p-h2 h2::after {
    position: absolute;
}

.about_item_one {
    margin-bottom: 70px;
}

.about_item_one::after {
    position: absolute;
    top: 71px;
    left: 33px;
    content: url(../img/about/about_dote_img.png);
}

.common_card_five_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.text-items {
    padding: 20px 10px;
}

.tour-items {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.5);
    margin-top: 30px;
}

.tour-items img {
    transition: var(--transition);
}

.tour-items a {
    transition: var(--transition);
}

.tour-items img:hover {
    transform: scale(1.1);
}

.card {
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 20px;

}

.card-body {
    padding: 12px 20px;
}

.hover-a a {
    transition: var(--transition);
}

.choose-bg {
    background-image: url('../choose/best_travel_bg.png');
    height: 909px;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefit_list {
    border-bottom: 1px dashed #DDDDDD;
}

.our-contant h3 a {
    transition: var(--transition);
}

/* .our-contant h3 a:hover{
    color: red;
} */
.footer-handing-area h5 {
    border-bottom: 1px solid var(--primary-color);
}

.footer_inquery_area {
    border-left: 2px solid var(--primary-color);
    padding-left: 9px;
}

.link-h {
    color: var(--black-color);
    transition: var(--transition);
}

.link-h:hover {
    color: var(--primary-color);
}

/* home-page-end */

/* Contact - page-start */

.contact-bg {
    background-image: url('../img/Contact/common-banner.png');
    background-size: cover;
    height: 400px;

}

.section-heading h3::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: var(--primary-color);
    width: 250px;
    height: 1px;

}

.card-body {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.contact_form {
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.form-group input {
    background-color: #F3F6FD;
    outline: none;
    border: none;
    padding: 15px 22px;
}

.form-group textarea {
    background-color: #F3F6FD;
    outline: none;
    border: none;
}

.input-group input {
    background-color: white;
    outline: none;
    border: none;
    padding: 10px;
}

.about_offer_text {
    top: 60%;
    left: 67%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card-body h5 a {
    transition: var(--transition);

}

.card-body h5 a:hover {
    color: var(--black-color);
}

.counter-bg {
    background-image: url('../img/counter-bg.png');
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-wrapper {
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.counter-item {
    border-right: 1px solid #e9e9e9;
}

.all-review-box {
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.review {
    top: -40px;
    left: 40%;
}

/* Top Destinations - Andtourtravel */
.left-side-serch-area-items {
    border: 1px solid #00000030;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.hover-img-d img {
    transition: var(--transition);
}

.hover-img-d img:hover {
    transform: scale(1.2);
}

.pargation-area .page-link {
    transition: var(--transition);
}

.pargation-area .page-link:hover {
    z-index: 2;
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.news-contant a {
    color: var(--black-color);
    transition: var(--transition);
}

.news-contant a:hover {
    color: var(--primary-color);
}

.form-group input {
    border: 2px dashed #dddddd75;
    border-radius: 15px;
}

.news_sidebar_category li a {
    background-color: #F3F6FD;
    color: var(--black-color);
    transition: var(--transition);
    border-left: 5px solid var(--primary-color);
    padding-left: 20px;
}

.news_sidebar_category li {
    padding-top: 10px;
}

.news_sidebar_category li a:hover {
    color: var(--primary-color);
    transform: translateX(10px);
}

.news_sidebar_tags {
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 10px;
}

.news_sidebar_tags li a {
    background-color: #F3F6FD;
    color: var(--black-color);
    transition: var(--transition);
}

.news_sidebar_tags li a:hover {
    background-color: var(--primary-color);
    color: white;
}

.dashboard-sidebar {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}

.dashboard_menu_area ul li {
    margin-bottom: 30px;
    font-size: 18px;
}

.dashboard_menu_area ul li a {
    color: var(--black-color);
    transition: var(--transition);
}

.dashboard_menu_area ul li a.active {
    color: var(--primary-color);
}

.dashboard_menu_area ul li a:hover {
    color: var(--primary-color);
}

.dashboard_top_boxed {
    box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08), 8px 8px 20px rgba(0, 0, 0, 0.08);
}

.table_common_area table {
    border: 1px solid #d5d5d5;
}

.table>thead {
    vertical-align: bottom;
}

.table>tbody {
    vertical-align: inherit;
}

.table>:not(caption)>*>* {
    padding: .8rem .8rem;
    background-color: var(--bs-);
}

#button {
    background-color: var(--primary-color);
    bottom: 30px;
    right: 30px;
    transition: var(--transition);

}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: var(--black-color);
}

.loading-area {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 99999;
}

.hidden {
    overflow: hidden;
}

.loader {
    width: 80px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
        linear-gradient(0deg, #8B3EEA 30%, rgb(139, 62, 234) 0 0%, rgb(139, 62, 234) 0) 50%/8% 100%,
        linear-gradient(90deg, #8B3EEA 30%, rgb(139, 62, 234) 0 0%, rgb(139, 62, 234) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}