nav.navbar {
    font-family: var(--font-poppins) ;
    background-color: #fff;
}

.navbar .offcanvas {
    padding-right: 30px;
}

.navbar .offcanvas-body ul{
    margin-right: 20px;
}

.offcanvas-body ul.nav-menu {
    gap: 20px;
}

.offcanvas-body ul.social-icons {
    gap: 10px;
}

.offcanvas-body ul.social-icons img {
    width: 20px;
}

ul.navbar-nav li a {
    color: #7D7D7D;
    font-family: var(--font-poppins) ;
    font-size: 16px;
    line-height: 24px;
}

ul.navbar-nav li.active a {
    color: #FF6D2F;
}

.navbar .wtsp-container button p {
    font-family: var(--font-poppins) ;
}

.navbar .wtsp-container button {
    font-size: 16px;
    background-color: #FE8C00;
    padding: 6px 12px 6px 34px;
    color: #fff;
    border-radius: 18px;
    border: none;
    width: max-content;
    box-sizing: content-box;
    position: relative;
}


.navbar .wtsp-container button img {
    width: 20px;
    height: auto;
    position: absolute;
    left: 10px;
    padding-top: 2px;
}


.header-menu .wtsp-container button p {
    margin-left: 40px;
}

.header-menu .navbar .navbar-toggler {
    border: none;
}

/* ----home section----- */

section.home {
    height: 671px;
    position: relative;
    font-family: var(--font-poppins);
    top: 120px;
    margin-bottom: 50px;
}

section.home #slider-item {
    height: 671px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home .slogan-vector {
    width: 78.36px;
    margin-top: 140px;
    z-index: 2;
    position: relative;
}

.home .intersection-lg
{
    height: 671px;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home .intersection-container {
    overflow: hidden;
}

.home .home-slogans {
    margin-top: 20px;
    z-index: 2;
    position: relative;
}

.home .slogan {
    font-family: inherit;
    font-size: 58.51px;
    font-weight: 700;
    color: #fff;
    line-height: 67.91px;
}

.home .explore-btn {
    position: relative;
    z-index: 2;
    top: 50px;
}

.explore-btn {
    color: black;
    background-color: #fff;
    font-family: inherit;
    font-size: 16px;
    padding: 10px 25px 10px 25px; 
    border-radius: 25px;
}

.home-slider-2 .explore-btn , .home-slider-3 .explore-btn{
    top: 430px !important;
}

#carouselExampleSlidesOnly .carousel-control-prev {
    margin-left: -50px;
}

#carouselExampleSlidesOnly .carousel-control-next {
    margin-right: -50px;
}



/* ---------holidays-section--------- */

.holidays-section {
    font-family: var(--font-poppins);
    height: 750px;
    padding-top: 100px;
    margin-top: 100px;
}

.holidays-section .hoidays-subhead {
    font-size: 25px;
    color: #767676;
    font-weight: 700;
    font-family: inherit;
    line-height: 21.5px;
}

.holidays-section .hoidays-head {
    font-size: 180px;
    text-shadow: -1px 1px 0 #FF6626,
                1px 1px 0 #FF6626,
                1px -1px 0 #FF6626,
                -1px -1px 0 #FF6626;
    color: white;
    font-weight: 700;
    font-family: inherit;
    line-height: 149.4px;
    letter-spacing: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.holidays-section .holidays-images {
    display: flex;
    justify-content: center;
}

.holidays-section .holidays-images img {
    height: 425px;
    width: auto
}

.holidays-images .tours {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.holidays-images .tours .tour-heading {
    position: absolute;
    left: 50px;
    top: 40px;
}

.holidays-images .tours h1 {
    font-size: 48px;
    font-weight: 800;
    font-family: inherit;
    color: #fff;
    line-height: 46.08px;
}

.holidays-images .tours a {
    position: absolute;
    right: 50px;
    bottom: 40px;  
}

/* -------upc-packages-------- */

section.upc-packages {
    height: 390px;
    margin-top: 30px;
    font-family: var(--font-poppins);
}

.upc-packages .wrapper {
    background-color: #FFEDD7;
    border-radius: 54px;
    height: fit-content;
    display: flex;
    position: relative;
}

.upc-packages .upc_image {
    height: 370px;
    width: auto;
    position: relative;
    left: -13px;
}

.upc-packages .upc-heading {
    font-size: 36px;
    font-weight: 800;
    font-family: inherit;
    line-height: 34.56px;
    padding-top: 30px;
    color: #666666;
}

.upc-packages .upc-heading span {
    color: #F47A46;
}

.upc-packages .destinations-box {
    width: 50%;
    overflow: hidden;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.upc-packages .destinations {
    margin-top: 40px;
    padding-left: 16px;
    display: grid;
    grid-template-columns: 27% 27% 27%;
    justify-content: left; 
    gap: 25px;
    width: 100%;
}

.upc-packages .destinations img {
    width: 100%;
}

.destinations .destination {
    position: relative;
    display: none;
}

.destinations > div:nth-child(-n+3) {
    display: block !important;
} 

.destinations .destination h2{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 22.56px;
    font-family: inherit;
    bottom: 40px;
    color: #fff;
    text-align: center;
}

.destinations-box {
    position: relative;
}

.destinations-box .explore-btn {
    position: absolute;
    right: 60px;
    bottom: 25px;
    padding: 12px 30px 12px 30px;
}


/* -----------national-tours------------- */

.national-tours {
    height: 900px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    font-family: var(--font-poppins);
}


.national-tours .national-tours-head h1 {
    font-family: inherit;
    font-weight: 700;
    font-size: 48px;
    color: #484848;
    line-height: 41.28px;
    width: 250px;
    flex: .3;
}

.national-tours .national-tours-head {
    display: flex;
    align-items: center;
}

.national-tours-head .national_tours_vector {
    width: 50%;
    flex: .54;
    margin-left: auto;
}

.national-tours-head .flight-vector {
    height: 36px;
    width: auto;
    color:#F47A46;
    flex: .03;
    padding-left: 5px;
}

.national-tours .national-tours-packages {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 60px;
}

.national-tours-packages .national-tours-arrows {
    position: absolute;
    z-index: 2;
    border: none;
    border-radius: 50%;
}

.national-tours-packages .national-tours-arrows.left {
    left: -14px;
} 

.national-tours-packages .national-tours-arrows.right {
    right: -14px;
} 

.national-tours-packages .tours-packages {
    width: 100%;
    justify-content: center;
}

.tours-packages .tours-package {
    display: flex !important;
    justify-content: space-evenly;
}

.tours-packages .tours-package img {
    width: 95%;
}

.tours-packages .tours-package h3 {
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 22.56px;
    color: #fff;
    position: absolute;
    margin-top: 30px;
    text-align: center;
}

.tours-package .package-details {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.tours-package .package-details a {
    background-color: #FF6D2F;
    color: #fff;
    font-family: inherit;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.package-details .pck-detls-days {
    justify-content: center;
    display: flex;
    margin-bottom: 5px;
    background: rgba(255,255,255,.32);
    width: 97px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #ccc;
    opacity: .7;
}

.package-details .pck-detls-days p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    align-items: center;
    padding-top: 5px;
}

.package-details .pck-detls-price {
    font-size: 24px;
    font-family: inherit;
    font-weight: 700;
    color: #fff;
}

.package-details .pck-detls-price span {
    color: #FE8C00;
}

.package-details .pck-detls-reversal {
    font-size: 10px;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 8%;
    color: #FE8C00;
    margin-bottom: 5px;
}

.national-tours .national-tours-para {
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 45px;
    width: 800px;
}

.national-tours .national-tours-btn {
    border: 2px solid #FF6D2F;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    color: #000;
    height: 54px;
    width: 195px;
    border-radius: 27px;
    padding-top: 12px;
    margin-top: 25px;
}



/* -----------international-tours------------- */

.international-tours {
    height: 900px;
    margin-bottom: 50px;
    padding-top: 50px;
    font-family: var(--font-poppins);
}


.international-tours .national-tours-head h1 {
    font-family: inherit;
    font-weight: 700;
    font-size: 48px;
    color: #484848;
    line-height: 41.28px;
    width: 250px;
    flex: .3;
}

.international-tours .national-tours-head {
    display: flex;
    align-items: center;
}

.international-tours .international-tours-packages {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 60px;
}

.international-tours-packages .international-tours-arrows {
    position: absolute;
    z-index: 2;
    border: none;
    border-radius: 50%;
}

.international-tours-packages .international-tours-arrows.left {
    left: -14px;
} 

.international-tours-packages .international-tours-arrows.right {
    right: -14px;
} 

.international-tours-packages .tours-packages {
    width: 100%;
    justify-content: center;
}

.tours-packages .inter-tours-package {
    display: flex !important;
    justify-content: space-evenly;
}

.tours-packages .inter-tours-package img {
    width: 95%;
}

.tours-packages .inter-tours-package h3 {
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 22.56px;
    color: #fff;
    position: absolute;
    margin-top: 30px;
    text-align: center;
}

.inter-tours-package .package-details {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 20px;
    color: #fff;
    text-align: center;
    justify-content: center;
}

.inter-tours-package .package-details a {
    background-color: #FF6D2F;
    color: #fff;
    font-family: inherit;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.tours-packages .pck-detls-nego {
    color: #FE8C00;
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    line-height: 20.64px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.international-tours .international-tours-para {
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 45px;
    width: 800px;
}

.international-tours .international-tours-btn {
    border: 2px solid #FF6D2F;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    color: #000;
    height: 54px;
    width: 195px;
    border-radius: 27px;
    padding-top: 12px;
    margin-top: 25px;
}

/* ---------our-experience---------- */

section.our-experience {
    font-family: var(--font-poppins);
    height: max-content;
    background-color: #FFF7EC;
    margin-top: 20px;
}

.our-experience .exp-image {
    width: 95%;
    height: auto;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;;
}

.our-experience .exp-image-wrapper {
    overflow: hidden;
}

.experience-content .exp-content-subhead {
    font-size: 18px;
    font-family: inherit;
    line-height: 27px;
    color: #FE8C00;
    margin-top: 80px;
    font-weight: 400;
}

.experience-content .exp-content-head {
    font-size: 48px;
    font-family: inherit;
    line-height: 57.6px;
    color: #000;
    margin-top: 15px;
    font-weight: 700;
}

.experience-content .exp-content-para {
    font-size: 18px;
    font-family: inherit;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 15px;
    text-align: left;
}

.experience-content .exp-content-button {
    border-radius: 6px;
    background-color: #FE8C00;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 35px;
}

.experience-content .experience-stats {
    display: flex;
    gap: 40px;
}

.experience-stats h2 {
    font-size: 48px;
    font-family: var(--heading-h2);
    font-weight: 700;
    color: #FE8C00;
}

.experience-stats p {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    width: 130px;
    margin-top: 5px;
}

/* ---------destinations-section--------- */

.destinations-section {
    height: max-content;
    font-family: var(--font-poppins);
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 70px;
}

.destinations-section .destinations-head {
    position: relative;
}

.destinations-section .destinations-head h3{
    font-family: inherit;
    color: #FE9515;
    font-size: 18px;
}

.destinations-section .destinations-head h1{
    font-family: inherit;
    color: #000;
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    width: 550px;
    margin-top: 15px;
}

.destinations-section .destinations-head p{
    font-family: inherit;
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    width: 575px;
    margin-top: 15px;
}

.destinations-section .destinations-head .view-all-btn {
    font-family: var(--heading-h2);
    border: 1px solid #FE8C00;
    color: #FE8C00;
    box-sizing: content-box;
    border-radius: 6px;
    padding: 10px 15px;
}

.destinations-head .destntions-btn {
    display: flex;
}

.destinations-head .destntions-btn > div {
    position: absolute;
    right: 0;
    bottom: 0;
}

.destinations-section .destinations-imgs {
    margin-top: 35px;
}

.destinations-imgs img {
    width: 100%;
}

.destinations-imgs-des {
    margin: 15px 25px;
}

.destinations-imgs-des .rting .checked {
    color: #FE8C00;
    height: 16px;
    width: 16px;
}

.destinations-imgs-des .rting p {
    font-family: var(--heading-h2);
    font-size: 14px;
}

.destinations-imgs-des .rting {
    gap: 30px;
    align-items: center;
}

.destinations-imgs-des .rting>p {
    color: #FE8C00;
    font-weight: 700;
}

.destinations-imgs-des > h2 {
    font-family: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    color: #000;
    width: 300px;
    margin-top: 10px;
}

.destinations-imgs-des .lction > svg {
    height: 16px;
    width: 16px;
}

.destinations-imgs-des .lction > p {
    font-family: inherit;
    font-size: 16px;
    margin-left: 5px;
}

/* ----------video-ply-section--------- */

.video-ply-section {
    margin-bottom: 100px;
    height: 554px;
    background-repeat: none;
    background-size: cover;
    background-image: url('../public/images/asian-woman@1x.png');
    color: #fff;
    text-align: center;
    font-family: var(--font-poppins);
    overflow-y:visible ;
}

.video-ply-section .ply-section-head {
    padding-top: 79px;
}

.video-ply-section .ply-section-head h1 {
    font-size: 96px;
    font-family: inherit;
    font-weight: 700;
    line-height: 89.28px;
}

.video-ply-section > p {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    line-height: 27px;
    font-size: 18px;
    margin-top: 50px;
}

.video-ply-section > h6 {
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    margin-top: 35px;
}

.video-ply-section > button {
    border: none;
    border-radius: 50%;
    height: 127px;
    width: 127px;
    overflow: hidden;
    background-color: transparent;
    justify-content: center;
    display: flex;
    align-items: center;
    bottom: -80px;
    position: relative;
    transition: all 0.3s ease;
}

.video-ply-section > button:hover {
    height: 182px;
    width: 182px;
    bottom: -53.2px;
} 

.video-ply-section img {
    height: 182px;
    width: 182px;
}

/* ----------happy-travellers---------- */

.happy-travellers {
    height: fit-content;
    margin-bottom: 20px;
}

.happy-travellers h1 {
    text-align: center;
    color: #000;
    font-family: var(--font-poppins);
    font-size: 36px;
    font-weight: 700;
    padding-top: 50px;
    margin-bottom: 40px;
}
 
.happy-travellers img {
    width: 100%;
    height: auto;
}

/* ----------- */

/* ----------section-amaze--------- */

section.section-amaze {
    height: 334px;
    margin-bottom: 20px;
    background-image: url('../public/images/amazing@1x.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-amaze .amaze-head {
    width: 670px;
    position: relative;
    padding-left: 70px;
    padding-top: 110px;
}

.section-amaze .amaze-head img {
    width: 328px;
    height: auto;
    position: absolute;
    right: -65px;
    bottom: -47px;
}

.section-amaze .amaze-head h1 {
    font-family: var(--font-poppins);
    font-size: 50px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
}

/* -----------getin-touch-section----------- */

.getin-touch-section {
    height: 780px;
    background-color: #fff;
    padding-top: 30px;
    font-family: var(--font-poppins);
}

.getin-touch-section .getin-touch-box {
    box-shadow: 0px 4px 40px 0px rgba(43, 89, 255, 0.08);
    padding-top: 80px;
    height: 700px;
}

.getin-touch-section .getin-touch-box > h3 {
    font-family: inherit;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #F47A46;
}

.getin-touch-section .getin-touch-box > h1 {
    font-family: inherit;
    font-size: 40px;
    line-height: 48px;
    color: #000;
}

.getin-touch-box .message-box {
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.message-box .bhoomika-info {
    flex:.5;
    order: 1;
}

.message-box .bhoomika-info .bhoomika-info-icon{
    width: 65px;
    height: auto;
}

.message-box .bhoomika-info .bhoomika-info-detais {
    margin-left: 15px;
}

.message-box .bhoomika-info .bhoomika-info-detais > p {
    font-family: PT Sans;
    font-size: 16px;
    line-height: 22.4px;
}

.message-box .form-box {
    flex:.7;
    border-left: 1px solid #E6E6E6;
    padding-left: 40px;
    height: 400px;
    order: 2;
}

.message-box .form-box input {
    width: 100%;
    height: 60px;
    padding: 20px 16px 20px 16px;
    border-radius: 5px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
}

.message-box .form-box textarea {
    width: 100%;
    height: 110px;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    border: 1px 0px 0px 0px;
    box-shadow: none;
    opacity: 0px;
    resize: none;
}

.message-box .form-box button {
    width: 110px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #F47A46;
    opacity: 0px;
    box-shadow: none;
    background-color: #F47A46;
    color: #fff;
    font-family: PT Sans;
    font-size: 16px;
}

.message-box .form-box form .row:not(:first-child) {
    margin-top: 30px;  
}

/* ---------footer-section--------- */

footer.footer-section {
    height: 233px;
    background: #FE8C00;
    padding-top: 90px;
    font-family: var(--font-poppins);
    color: #fff;
}

.footer-section .footer-links {
    width: 450px;
    justify-content: center;
    font-family: inherit;
    font-size: 16px;
    gap: 30px;
    margin-bottom: 40px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.footer-section hr {
    width: 86%;
    height: 1px;
    border-width: 0;
    background-color: #fff;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.footer-section .footer-bottom {
    margin-top: 30px;
}

.footer-section .footer-bottom ul {
    display: flex;
    margin-left: auto; 
    gap: 20px;
}

.footer-section  ul, a, p {
    font-family: inherit;
}


/* ---------testimonials-section----------- */

.testimonials-section {
    height: fit-content;
    font-family: var(--font-poppins);
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials-section .testimonials-head > h5 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #FE8C00;
}

.testimonials-section .testimonials-head > h1 {
    font-family: inherit;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #000;
    margin-top: 30px;
}

.testimonials-section .testimonials-head > p {
    font-family: inherit;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000;
    width: 470px;
    margin-top: 25px;
}

.testimonials-section .testimonials-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonials-section button {
    position: absolute;
    z-index: 2;
    border:none;
    background-color: #fff;
}


.testimonials-section button.left {
    left: -20px;
}

.testimonials-section button.right {
    right: -20px;
}

.testimonials-section .testimonials-contents {
    padding-top: 40px;
    width: 100%;
} 

.testimonials-contents .testimonials-content {
    border: 1px solid #FF6D2F;
    border-radius: 25px;
    padding: 28px;
    width: 33.33%;
    margin: 0 10px;
}

.testimonials-content > p {
    font-family: inherit;
    font-size: 18px;
    line-height: 27px;
    color: #383838;
}

.testimonials-content .cust-pro {
    margin-top: 30px;
    margin-bottom: 5px;
}

.testimonials-content .cust-pro img {
    width: 56px;
    height: 56px;
}

.testimonials-content .cust-pro .cust-name {
    padding-left: 10px;
    padding-top: 10px;
}

.testimonials-content .cust-pro .cust-name > h4{
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
}

.testimonials-content .cust-pro .cust-name > p {
    font-family: inherit;
    font-size: 16px;
    color: #A5A5A5;
}

.testimonials-section  .slider-dots {
    display: flex;
    width: 72px;
    justify-content: space-evenly;
    margin-top: 55px;
}

.slider-dots .slider-dot {
    background-color: #8D8D8D;
    height: 8px;
    width: 8px;
    border-radius: 4px;
}

.slider-dots .slider-dot.active {
    background-color: #FE8C00;
}

/* ---------hover effects and other styles--------- */

.navbar .offcanvas-body .nav-menu li a:hover{
    color: #F47A46; 
}

.explore-btn:hover {
    color: gray;
}

.national-tours .national-tours-btn:hover {
    opacity: .8;
}

.tours-package .package-details a:hover {
    color: #000;
}


.international-tours .international-tours-btn:hover {
    opacity: .8;
}

.inter-tours-package .package-details a:hover {
    color: #000;
}

.experience-content .exp-content-button:hover {
    opacity: .9;
}

.destinations-section .destinations-head .view-all-btn:hover {
    color: #cc7d1d;
    border: 1px solid #cc7d1d;
}


.message-box .form-box button:hover {
    opacity: .8;
}


.footer-section a:hover {
    color: #ddd;
}