@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    overflow-x: hidden;
}

.container{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0px;
}
a{
    text-decoration: none;
}
header.main-header .navbar-nav li.nav-item a {
    color: #1c0000;
    font-size: 16px;
    line-height: 25px;
}
header.main-header .navbar-nav li.nav-item a.active {
    color: #1666d9;
    border-bottom: 2px solid #1666d9;
}

.call-btn .call-box {
    height: 30px;
    width: 30px;
    background: #1666d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.call-btn .call-box i {
    color: #fff;
    font-size: 14px;
    display: flex;
}
.call-btn a.icon-link .call-btn-text {
    font-size: 12px;
    color: #1666d9;
}
.call-btn a.icon-link .call-btn-text span {
    color: #000;
    font-size: 15px;
}



section.hero-section {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px 40px 0px;
    position: relative;
}
section.hero-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
}

.banner-main .banner-left {
    max-width: 700px;
    width: 100%;
    position: relative;
}
.banner-main .banner-left span {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.banner-main .banner-left h1 {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    margin: 20px 0px;
}
.banner-main .banner-left p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}
.banner-main .banner-left a {
    color: #ffff;
    background: #1666d9;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s all 
ease-in-out;
border: 1px solid #1666d9;
}
.banner-main .banner-left a:hover{
    background-color: #000;

}
.banner-main .banner-right .swiper {
    max-width: 400px;
    width: 100%;
    height: 520px;
  }
  
  .banner-right .swiper-slide .abtar {
    display: flex;
    gap: 20px;
    background: rgb(255 255 255 / 15%);
    padding: 20px;
    border-radius: 6px;
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 20%);
}
.banner-right .swiper-slide .abtar .pic-area {
    height: 42px;
    width: 42px;
    border-radius: 50px;
    overflow: hidden;
}
.banner-right .swiper-slide .abtar .text-area {
    width: calc(100% - 62px);
}
.abtar .text-area .conrats-text p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
}
.abtar .text-area .conrats-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.hero-banner-botm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 0px 40px;
    position: relative;
}

.hero-banner-botm .box {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    border-right: 1px solid rgb(255 255 255 / 30%);
}
.hero-banner-botm .box .icon svg {
    width: 40px;
    height: 40px;
}
.hero-banner-botm .box .icon svg path {
    fill: #fff;
}
.hero-banner-botm .box .rev-txt h2 {
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
.hero-banner-botm .box .rev-txt p {
    color: #fff;
    font-size: 12px;
}
.hero-banner-botm .box:first-child {
    justify-content: left;
}
.hero-banner-botm .box:last-child {
    justify-content: end;
    border-right: 0px;
}


section.group-package {
    padding: 100px 0px 100px 0px;
}
.title-package {
    text-align: center;
}
.title-package h2 {
    color: #1666d9;
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
}
.title-package p {
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.title-package .botm-line {
    max-width: 120px;
    height: 2px;
    background: #1666d9;
    margin: auto;
    margin-top: 10px;
}
.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
}
.top-section .left-box {
    display: flex;
    gap: 10px;
}
.top-section .left-box a{
    background: #fff;
    color: #1666d9;
    border: 1px solid #1666d9;
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 20px;
    border-radius: 6px;
}
.top-section .left-box a.active {
    background: #1666d9;
    color: #fff;
    border: 1px solid #1666d9;
    
}

.package-block .pack-img {
    position: relative;
    padding-bottom: 120%;
    border-radius: 6px;
    overflow: hidden;
}
.package-block .pack-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,.8) 10%,transparent 100%);
    display: block;
    z-index: 1;
}
.package-block .pack-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.package-block {
    position: relative;
}
.package-block .pack-txt {
    position: absolute;
    left: 10px;
    bottom: 15px;
    right: 10px;
    z-index: 2;
}
.pack-txt .top-txt h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.pack-txt .jaikt {
    display: flex;
    gap: 10px;
    background: #000;
    border-radius: 6px;
    padding: 2px 5px;
    color: #fff;
    font-size: 11px;
    width: fit-content;
    margin-top: 8px;
}
.pack-txt .top-txt {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
}
.pack-txt .botm-section .botm-top {
    display: flex;
    gap: 10px;
    color: #fff;
}
.pack-txt .botm-section .botm-top-one {
    gap: 10px;
    display: flex;
}
.botm-section .botm-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.botm-section .botm-down .left-side {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.botm-section .botm-down .right-side {
    display: flex;
    gap: 10px;
    align-items: center;
}
.botm-section .botm-down .right-side .reviews {
    color: #fff;
    font-size: 11px;
}

.view-more {
    display: flex;
    justify-content: center;
    background: #1666d9;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
}
.view-more a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.package-slider {
    position: relative;
}
.right-box .slid-btn {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 90px;
    margin-left: auto;
    gap: 30px;
    display: flex;
    top: 50px;
}
.right-box .slid-btn .swiper-button-next {
    background: #fff;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.right-box .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 11px;
    color: #000;
}
.right-box .slid-btn .swiper-button-prev{
    background: #fff;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.right-box .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 11px;
    color: #000;
}

.desti-block {
    position: relative;
}
.desti-block .pack-img {
    position: relative;
    padding-bottom: 120%;
    border-radius: 6px;
    overflow: hidden;
}
.desti-block .pack-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.desti-block .pack-txt {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
}
.desti-block .pack-txt .top-txt {
    padding-bottom: 00px;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.desti-block  .pack-txt .top-txt h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}


section.top-destination {
    padding: 100px 0px;
    background-image: url('../images/package-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.desti-slider {
    position: relative;
    padding: 30px 0px 0px;
}


.desti-slider .slid-btn {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    right: -60px;
    z-index: 9;
   
}
.desti-slider .swiper{
    position: initial;
}
.desti-slider .slid-btn .swiper-button-next {
    background: #fff;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.desti-slider .slid-btn .swiper-button-prev {
    background: #fff;
    border: 1px solid #000;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.desti-slider  .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 11px;
    color: #000;
}
.desti-slider  .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 11px;
    color: #000;
}
.pack-txt.honey {
    background: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 6px;
}


section.why-choose {
    padding-bottom: 70px;
}
.choose-main {
    padding-left: calc((100vw - 1280px) / 2);
}
.choose-main .choose-left h2 {
    font-size: 33px;
    font-weight: 700;
    color: #1666d9;
    padding-bottom: 20px;
}
.choose-main .choose-left p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.choose-box {
    padding-top: 20px;
}
.choose-box .outer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.choose-box .outer .icon-box {
    height: 40px;
    width: 40px;
}
.choose-box .outer .icon-box img {
    width: 100%;
}
.choose-box .outer .text-box h3 {
    color: #134ca3;
    font-size: 16px;
}
.choose-box .outer .text-box p {
    color: #000;
    font-size: 14px;
}


section.support {
    background: #fdf8f4;
    padding: 80px 0px 0;
}
.support-text h2 {
    color: #134ca3;
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 20px;
}
.support-text ul {
    padding-left: 0px;
    list-style-type: none;
}
.support-text ul li+li {
    margin-top: 20px;
}
.support-text ul li .list-main {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 2px 8px #0000000a;
    border: 2px solid #f6efff;
}
.support-text ul li .list-main .list-pic {
    height: 54px;
    width: 54px;
    border-radius: 8px;
    background-color: #f370221a;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-text ul li .list-main .list-text h3 {
    font-size: 18px;
    color: #000;
}
.support-text ul li .list-main .list-text p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

section.latest-blog {
    padding: 100px 0px;
    background: #fff;
}
.blogs-main {
    padding-top: 30px;
}
.blogs-main .blog-posts .pict {
    position: relative;
    padding-bottom: 90%;
    border-radius: 10px;
    overflow: hidden;
}
.blogs-main .blog-posts .pict img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.blogs-main .blog-posts .blog-text {
    text-align: center;
    padding: 30px;
}
.blogs-main .blog-posts .blog-text h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.blogs-main .blog-posts .blog-text p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}


.reco-slider {
    position: relative;
    padding: 30px 60px 30px;
}


.reco-slider .slid-btn {
    position: absolute;
    left: -10px;
    top: 10px;
    bottom: 0;
    right: -10px;
    z-index: 9;
}
.reco-slider .swiper{
    position: initial;
}
.reco-slider .slid-btn .swiper-button-next {
    background: #fff;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.reco-slider .slid-btn .swiper-button-prev {
    background: #fff;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.reco-slider  .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
    color: #000;
}
.reco-slider .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px;
    color: #000;
   
}


footer.footer{
    padding: 50px 0px;
    background-image: url('../images/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer.footer ul {
    padding-left: 0px;
    list-style-type: none;
}
.footer-view h2 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
}
.footer-view p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.footer-view ul li a {
    display: flex;
    gap: 15px;
}
.footer-view ul li a {
    display: flex;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.footer-view ul li+li {
    margin-top: 6px;
}
.social-icon ul {
    display: flex;
    gap: 15px;
    align-items: center;
}
.social-icon ul li{
    margin-top: 0 !important;
}
.choose-main .right-pic img {
    width: 100%;
}
.copy-right {
    padding: 20px;
    background: #000;
    text-align: center;
    color: #fff;
}
.support-pic img {
    max-width: 400px;
    height: auto;
    display: block;
}
.cs-top-bar {
    display: flex;
    gap: 20px;
}
section{
    overflow: hidden;
}
@media (max-width: 1399.98px) { 
    
}
@media (max-width: 1199.98px) { 
    header.main-header nav.navbar {
        padding: 10px 15px;
    }
    header.main-header .navbar-nav li.nav-item a {
        font-size: 12px;
    }
    .call-btn a.icon-link .call-btn-text span {
        font-size: 12px;
    }
    .banner-main .banner-left p {
        font-size: 16px;
        line-height: 25px;
    }    
    section.hero-section {
        padding: 40px 15px 40px 15px;
    
    }
    .banner-main .banner-left h1 {
        font-size: 35px;
        width: 100%;
        margin: 20px 0px;
    }
    section.group-package {
        padding: 50px 0;
    }
    .desti-slider .slid-btn {
        left: 0px;
        right: 0px;
    }
    section.top-destination {
        padding: 50px 15px;
    }
    section.why-choose {
        padding: 50px 15px;
    }
    section.support {
        background: #fdf8f4;
        padding: 50px 15px 0px;
    }
    section.latest-blog {
        padding: 50px 15px;
        background: #fff;
    }
    .blogs-main .blog-posts .blog-text {
        text-align: center;
        padding: 15px;
    }
    .reco-slider .slid-btn {
        left: 0px;
        top: 10px;
        right: 0px;

    }
    footer.footer {
        padding: 50px 15px;
    }
    .blogs-main .blog-posts .blog-text h3 {
        font-size: 20px;
    }
    .blogs-main .blog-posts .blog-text p {
        font-size: 14px;
        line-height: 21px;
    }
    .view-more {
        margin-top: 20px;
    }
    .cs-top-bar {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .cs-top-bar ul.navbar-nav {
        margin: 0 !important;
    }
    .cs-top-bar ul.navbar-nav a.nav-link {
        width: auto;
        display: table;
    }
 }


@media (max-width: 991.98px) { 
    .title-package h2 {
        font-size: 25px;
        line-height: 38px;
    }
    section.group-package {
        padding: 30px 15px 29px 15px;
    }
    .choose-main .choose-left h2 {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .support-text h2 {
        font-size: 25px;
        padding-bottom: 15px;
        text-align: center;
    }
    section.top-destination {
        padding: 30px 15px;
    }
    section.why-choose {
        padding: 30px 15px;
    }
    section.support {
        background: #fdf8f4;
        padding: 30px 15px 0px;
    }
    section.latest-blog {
        padding: 30px 15px;
        background: #fff;
    }
    header.main-header .navbar-nav li.nav-item a {
        font-size: 16px;
    }
    .support-text ul li .list-main{
        margin-left: auto;
        margin-right: auto;
    }

 }



@media (max-width: 767.98px) { 
    .top-section {
        padding: 30px 10px;
    }
    .right-box .slid-btn {
       position: initial;
        right: -20px;
        max-width: 100px;
        gap: 20px;
        top: 59px;
    }
    .right-box .slid-btn .swiper-button-next {
        height: 30px;
        width: 30px;
    }
    .right-box .slid-btn .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .support-pic img {
        width: 100%;
    }
    .title-package h2 {
        font-size: 20px;
        line-height: 38px;
    }
    .reco-slider .slid-btn .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .reco-slider .slid-btn .swiper-button-next {
        height: 30px;
        width: 30px;

    }
    .desti-slider .slid-btn .swiper-button-prev {
        height: 30px;
        width: 30px;
    }
    .desti-slider .slid-btn .swiper-button-next {
        height: 30px;
        width: 30px;
    }
    .desti-slider .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 14px;

    }
    .desti-slider .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 14px;
    }
    .right-box .slid-btn .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 14px;

    }
    .right-box .slid-btn .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 14px;
    }
    .banner-main .banner-right .swiper {
        height: 380px;
    }
    .hero-banner-botm {
        padding: 40px 10px 0px 10px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .hero-banner-botm .box {
        width: 48%;
    }
    .hero-banner-botm .box:first-child {
        justify-content: center;
    }
    .hero-banner-botm .box:last-child {
        justify-content: center;
        border-right: 1px solid rgb(255 255 255 / 30%);
    }
    
}


@media (max-width: 575.98px) { 
    .hero-banner-botm .box {
        width: 100%;
        gap: 7px;
        justify-content: left;
    }
    .hero-banner-botm .box:first-child {
        justify-content: flex-start;
    }
    .hero-banner-botm .box:last-child {
        justify-content: left;
        border-right: 1px solid rgb(255 255 255 / 30%);
    }
    .hero-banner-botm .box .rev-txt h2 {
        font-size: 15px;

    }
    .hero-banner-botm .box .icon svg {
        width: 30px;
        height: 30px;
    }
    .banner-main .banner-left h1 {
        font-size: 25px;
        width: 100%;
        margin: 10px 0px;
    }
    .banner-main .banner-right .swiper {
        height: 200px;
    }
 }






