@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: var(--body-color);
    font-weight: 400;
}

:root {
    --primary-color: #DE7313;
    --secondary-color: #000000;
    --body-color: #8E8E8E;
    --background-color: #FFF0E3;
}

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

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

.body-color {
    color: var(--body-color);
}

.fs-14 {
    font-size: 14px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}

.fs-50 {
    font-size: 50px;
}

.fs-66 {
    font-size: 66px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.py-92 {
    padding: 92px 0;
}

.py-50 {
    padding: 50px 0;
}

/* header css start here */


header .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--body-color);
    padding: 0 40px;
}

header .navbar-expand-lg .navbar-nav .nav-link.active,
header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: var(--primary-color);
}


/* banner css start here */

.banner {
    background: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 46px;
    /* padding: 180px 0; */
    position: relative;
    display: flex;
    align-items: center;
    height: 750px;

}

.banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 33%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner_wrapper {
    position: relative;
    z-index: 1;
}

.banner_main_text {
    width: fit-content;
    margin: auto;
}

.banner_main_text:after {
    content: '';
    background: url(../img/banner_shape.png);
    background-size: 174px;
    background-repeat: no-repeat;
    display: block;
    width: 184px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: -1;
}

.banner_input input,
.banner_input select {
    height: 69px;
    padding: 0 60px 0 50px;
    /* border-right: 1px solid #eee !important; */
    width: 290px;
    position: relative;
}

.name_input img {
    position: absolute;
    left: 20px;
    top: 25px;
}

.submit_buttn {
    height: 69px;
    background-color: var(--primary-color);
    width: 160px;
}

.name_input::after {
    content: '';
    background-color: #9C9C9C;
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    top: 20px;
    /* bottom: 0;
    margin: auto; */
    right: 0;
}

.name_input:nth-child(3)::after {
    display: none;
}

/* banner css end here */

/* activity css start here */

.activity_img img {
    width: 100%;
    height: 257px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgb(142, 142, 142, 30%);
}

.activity_icon {
    width: 72px;
    height: 72px;
    text-align: center;
    box-shadow: 0 0 5px rgb(142, 142, 142, 30%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: #fff;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
}


.activity_wrapper {
    /* box-shadow: 0 0 5px rgb(142, 142, 142, 30%); */
    border-radius: 20px;
    margin-top: -80px;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 50px 30px 30px;
}

.activity_common {
    height: 100%;
    box-shadow: 0 0 5px rgb(142, 142, 142, 30%);
    background: #fff;
    border-radius: 20px;
}

.activity {
    background: url(../img/bacground_about.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/* activity css end here */

/* about css start here */

.about_sec {
    background: url(../img/bacground_about.png);
    background-size: cover;
    padding-bottom: 90px;
    background-repeat: no-repeat;
}

.about_ul {
    width: 90%;
}

.sub_head_about {
    background-color: var(--background-color);
    padding: 20px;
    border-radius: 10px;
}

.head_about {
    line-height: 36px;
}

.about_image_one {
    text-align: center;
}

.about_image_one img {
    width: 80%;
    height: 500px;
    object-fit: contain;
    border-radius: 20px;
}

.support_about {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 50px 30px 30px;
    width: 289px;
    position: relative;
    margin-top: -100px;
    margin-left: -90px;
}

.support_about_img {
    width: 71px;
    height: 71px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -34px;
}

.about_image_two {
    margin-top: -250px;
    text-align: end;
}

.about_image_two img {
    width: 400px;
}

.discover_more {
    background-color: var(--primary-color);
    padding: 15px 30px;
}

/* about css end here */

/* popular_tour css start here */

.popular_tour::after {
    content: '';
    background-color: var(--background-color);
    width: 100%;
    height: 350px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.popular_tour_box {
    box-shadow: 0 0 5px rgb(142, 142, 142, 30%);
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    height: 100%;
}

.tour_img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
}

.tour_details {
    background-color: var(--background-color);
    border-radius: 10px;
    padding: 10px;
}

.tour_package_price {
    border-top: 1px solid #D9D9D9;
    padding-top: 8px;
}

.tour_slide {
    padding: 10px;
}

.tour_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary-color);
}

.tour_slider .slick-dots li button:before {
    opacity: 1;
    font-size: 53px;
    color: var(--background-color);
}

.tour_slider .slick-dots li {
    margin: 0;
}

.tour_slider .slick-dots {
    bottom: -40px;
}

/* popular_tour css end here */

/* why choose css start here */

.certified_side_img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 10px;
}

.choose_sec::after {
    content: '';
    width: 40%;
    height: calc(100% - 188px);
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px 0 0 20px;
    z-index: -1;
    bottom: 0;
    margin: auto;
}

/* .choose_image {
    transform: translateX(130px);
} */

.choose_image img {
    width: 100%;
    /* transform: scaleX(1.4); */
    height: 600px;
    object-fit: cover;
    border-radius: 20px 0 20px 20px;
}

.smile_img {
    width: 75px;
    height: 75px;
    background: var(--primary-color);
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_head_choose::after {
    content: '';
    height: 100%;
    width: 120px;
    display: block;
    background: #fff0e3;
    position: absolute;
    top: 0;
    right: -110px;
    z-index: 9;
    border-radius: 0 10px 10px 0;
}

/* why choose css end here */

/* testinomial css start here */

.testiomial_slide_box {
    box-shadow: 0 0 5px rgb(142, 142, 142, 30%);
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

.testiomial_slide {
    padding: 10px;
}

.testiomial_slider .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 5px rgb(142, 142, 142, 30%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.testiomial_slider .slick-arrow img {
    width: 12px;
}

.testiomial_slider .slick-prev:before,
.testiomial_slider .slick-next:before {
    display: none;
}

/* testinomial css end here */

/* plans css start here */

.plans_sec {
    background-color: var(--background-color);
    margin: 92px 0;
    padding: 50px 0;
}

.plans_box {
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    height: 100%;
}

.plans_img img {
    width: 100%;
    height: 280px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 10px;
}

.price_trip span {
    color: var(--body-color);
}

.input_form input {
    height: 53px;
    border-color: #CCD7E6;
}

.input_form textarea {
    border-color: #CCD7E6;
}

.submit_button {
    background-color: var(--primary-color);
    padding: 6px 30px;
}

/* .form_main {
    width: 70%;
    margin: auto;
} */

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: var(--primary-color);
}

/* plans css end here */

/* footer css start here */

.footer {
    background: url(../img/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 93px;
    padding: 40px 0;
    position: relative;
}

.footer::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 80%);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.footer_links a {
    padding: 28px 50px;
}

.footer_links_social a {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.footer_wrapper {
    position: relative;
    z-index: 1;
}

/* footer css end here */

.shape_head img {
    max-width: 100%;
}

.address_info_box {
    background-color: var(--background-color);
    border-radius: 15px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.address_info_img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.address_info_img svg {
    width: 24px;
    height: 24px;
}

.address_info_txt {
    flex: 1;
    word-break: break-all;
}


.servie_img {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: .3s linear;
}

.servie_img:hover::after {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgb(0, 0, 0, 33%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.servie_img:hover img {
    transform: scale(1.1);
}

.servie_img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.service_section_txt {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
}

.banner_submit {
    width: 80%;
    margin: auto;
}

.slide {
    height: 100%;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

section {
    scroll-margin-top: 94px;
}

.testinomial .slick-track,
.popular_tour .slick-track {
    display: flex !important;
}

.testinomial .slick-slide,
.popular_tour .slick-slide {
    height: inherit !important;
}

.grecaptcha-badge{
    z-index: 999 !important;
}