body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

.primaryColor {
    color: #002248;
}

.padding30 {
    padding: 0 30px;
}

.headerTopMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primaryBackgroundColor {
    color: #002248;
}

.headerTopWrapper {
    background: #002248;
    padding: 5px 20px;
}

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

.headerTopMenu i,
.headerTopMenu a {
    color: #fff;
}

.headerTopLeft a,
.headerTopRight a {
    margin-left: 10px;
}

.headerTopRightMenu a {
    margin-right: 7px;
}

.headerSap {
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}

.headerTopMenu .inquaryBtn {
    background: #fff;
    color: #002248;
    padding: 5px 20px;
    border-radius: 30px;
}

.headerMenuWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerMenuList {
    margin: 0;
}

.headerMenuList li {
    padding: 0 20px;
}

.headerMenuList .headerMenuLinks {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    transition: all .3s ease;
    padding: 15px 0;
    display: inline-block;
}

.headerMenuLinks:after {
    content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    background: #002248;
    transition: all .3s ease;
    left: 0;
    bottom: 0;
}

.bannerTextWrapper {
    position: absolute;
    top: 36%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}

.bannerTextWrapper h1,
.bannerTextWrapper p {
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
}

.bannerTextWrapper h1 {
    font-size: 3rem;
    font-weight: 600;
}

.mainHeaderWrapper.stickyadd {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: slideInDown 1s 1;
    animation: slideInDown 1s 1;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.headerMenuLinks:hover {
    color: #002248;
}

.headerMenuLinks:hover:after {
    width: 100%;
}

.mainContentWrapper {
    margin-top: 15px;
}

.bannerBox {
    /* margin: 10px 20px; */
    position: relative;
}

.bannerBox .bannerHome {
    width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: cover;
}

.bannerBox:after {
    content: '';
    background-color: #00224899;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bannerFormInputsWrapper .input-group .form-select {
    color: #6c757d;
}
.bannerFormWrapper {
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.BannerFormInput:focus {
    box-shadow: unset;
}

.bannerFormInputsWrapper {
    width: 20%;
    max-width: 20%;
    flex: 0 0 auto;
}

.BannerFormInput {
    border: none;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999;
    border-radius: 0;
}
.BannerFormInput span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;    
    line-height: 21px;
    font-size: 16px;
}
.dropMenuInner {
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 100%;
    box-shadow: 0 0 10px -6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    padding: 15px 0;
    height: 0;
    overflow: hidden;
    min-width: 160px;
}
.shape-mockup {
    position: absolute;
    z-index: 99;
    pointer-events: none;
}
.shape-mockup img{
    width: 60%;
}
.movingCar {
    -webkit-animation: movingCar 25s linear infinite;
    animation: movingCar 25s linear infinite;
}
@keyframes movingCar {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }
    
    50% {
        -webkit-transform: translateX(calc(100vw* -1 + 108%));
        transform: translateX(calc(100vw* -1 + 108%));
    }
    51% {
        -webkit-transform: translateX(calc(100vw* -1 + 108%)) rotateY(180deg);
        transform: translateX(calc(100vw* -1 + 108%)) rotateY(180deg);
    }
    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}
.destinationHever{
    position: relative;
}
.dropMenuInner li a {
    color: #002248;
    margin-bottom: 10px;
    display: inline-block;
}

.destinationHever .openMenuHover.dropMenuInner{
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: auto;
}

.nice-select:after {
    content: unset;
}

.themeBtn,
.themeBtn:hover {
    display: flex;
    background: #002248;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
}

.destinationsCard span {
    display: inline-block;
    padding: 6px 15px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%);
    background: #002248;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
    z-index: 99;
}

.topDestinationMainWrapper {
    padding: 40px 30px;
}

.destinationsCard {
    text-align: center;
    position: relative;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.destinationsCard p {
    color: #002248;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.destinationsCard img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.destinationImgae:after,
.destinationImgae:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    border: 1px solid;
    border-color: #002248;
    border-radius: 50%;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.destinationImgae:before {
    border: 4px solid;
}

.destinationsCard:hover .destinationImgae:after,
.destinationsCard:hover .destinationImgae:before {
    visibility: visible;
    opacity: 1;
}

.destinationsCard:hover .destinationImgae:before {
    border: 4px solid #fff;
}

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

.h3Heading {
    margin-bottom: 2rem;
    font-size: 32px;
    font-weight: 700;
}

.destinationImgae {
    position: relative;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.TabGroupsFilterUl {
    display: flex;
    gap: 15px;
    justify-content: left;
    margin-bottom: 23px;
    flex-wrap: wrap;
}

.TabGroupsFilterUl li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 24px;
    background-color: #c6c6c6;
    color: #002248;
    border-radius: 0px;
    transition: all .3s ease;
    position: relative;
}

.TabGroupsFilterUl li.active:before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
    background-color: #002248;
    width: 12px;
    height: 6px;
}

.TabGroupsFilterUl li.active {
    background-color: #002248;
    color: #fff;
}

.listOfQues li h3{
    font-size: 16px !important;
}

.contentTabSec h2{
    font-size: 20px !important;
    font-weight: 600;
}

.headingPara {
    font-size: 15px;
    color: #888;
    margin-bottom: 30px;
}

.TabGroupsFilterWrapper,.gellaryWrapper {
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 80px;
}
.gellaryWrapper{
    background:#fff;
}

.tabGroupCard {
    box-shadow: 0 0 10px -6px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 25px;
    margin: 0px 10px 10px 0px;
}

.TabGroupsFilterWrapper p, .TabGroupsFilterWrapper ul li{
    font-size: 15px;
}

.tabGroupImageCard {
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 15px;
}

.tabGroupImageCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.tabGroupContentWrapper {
    padding: 12px;
}

.tabGroupContentWrapper .headingtab {
    font-size: 18px;
    font-weight: 600;
    color: #002248;
    margin-bottom: 5px;
    display: block;
    line-height: 24px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.descriptiontab {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
}

.tabStar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.price-pack {
    color: #86242e;
    font-weight: 600;
}

.price-pack span{
    color: #525252;
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
    line-height: 0px;
    display: block;
}

.tabStar .dayNight {
    display: inline-block;
    padding: 8px 11px;
    background: #e8e8e8;
    border-radius: 30px;
    font-size: 11px;
    color: #333;
    font-weight: 600;
}

.starColor {
    color: #999;
}

.tabMore {
    margin-top: 15px;
    text-align: end;
    display: flex;
    justify-content: space-between;
}

.tabMoreLink {
    color: #002248;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
}

.tabMoreLink:hover {
    font-weight: 700;
    color: #002248;
}

.tabGroupCard:hover .tabGroupImageCard img {
    transform: scale(1.1);
    transition: all .3s ease;
}

.aboutWrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.toarPara {
    color: #888;
    font-size: 15px;
}

.fontlarge {
    font-size: 42px;
}

.fontPara {
    font-size: 18px;
}

.sectionWrapper {
    background-image: url('https://www.poonamvoyageinde.com/frontend/assets/img/bg/bg3.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 100px;
    position: relative;
}

.sectionWrapper:before {
    content: '';
    background: #002248c2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.gallery-img.global-img {
    height: 280px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
.gallery-img.global-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}
.icon-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    z-index: 3;
    transition: all .3s ease;
    opacity: 0;
}
.popup-image:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #0022485c;
    width: 100%;height: 100%;
    opacity: 0;
    transition: all .3s ease;
    transform: scale(0);
}
.popup-image img, .gallery-box{
    transition: all .5s ease;
    
}
.gallery-box:hover{
    transform: skewY(4deg);
}
.gallery-img.global-img:hover .icon-btn, .gallery-img.global-img:hover .popup-image:after{
    opacity: 1;
    transform: scale(1);
}
.gallery-img.global-img:hover .popup-image img{
    transform: scale(1.2);
}
.testimonialsWrapper {
    background-image: url('https://demo2.themelexus.com/bexper/wp-content/uploads/2023/07/about-bg-right.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 60px 100px;
    position: relative;
    text-align: center;
}

.testmonialsText {
    font-size: 1.2rem;
    font-weight: 600;
}

.testmonialsName {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonialsImage {
    width: 120px !important;
    height: 120px;
    border-radius: 7%;
    margin: 0 auto 10px auto;
    object-fit: cover;
}

.testimonialsSliderWrapper .owl-dots button {
    width: 5px;
    height: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 50%;
    background: #888;
    transition: all .3s ease;
}

.testimonialsSliderWrapper .owl-dots button.active {
    width: 10px;
    height: 10px;
    background: #002248;
}

.testimonialsImages {
    justify-content: center;
}

.testimonialsImages img {
    border: 4px solid #002248;
    transform: rotate(14deg);
    width: 40%;
    transition: all .3s ease;
}

.testimonialsImages img:nth-child(1) {
    border: 4px solid #002248;
    transform: rotate(-14deg);
    width: 40%;

}

.testimonialsImages img:hover {
    transform: rotate(16deg);
}

.testimonialsImages img:nth-child(1):hover {
    transform: rotate(-16deg);
}

.mainFooterWrapper {
    background: #002248;
    padding: 80px 0px 35px 0px;
    border-radius: 25px 25px 0 0;
}

.footerUlWrapper li a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 7px 0;
    transition: all .3s ease;
    gap: 10px;
    width: 100%;
}

.footerText {
    color: #fff;
    margin-top: 15px;
    width: 90%;
}

.footerUlWrapper li a:hover {
    font-weight: 600;
    margin-left: 5px;
}

.footerUlWrapper li h4 {
    color: #fff;
    font-size: 1.2rem;
    padding-bottom: 30px;
    position: relative;
}

.footerUlWrapper li h4:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #fff;
    bottom: 7px;
    left: 0;
}

.go-top {
    position: fixed;
    bottom: 30%;
    right: 20px;
    z-index: 99;
    background: #011326;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}

.go-top.active {
    opacity: 1;
    bottom: 15px;
    visibility: visible;
}

.tabGroupCard.blogCard {
    border-radius: 7px;
    padding: 2px;
}

.tabGroupImageCard.blogCardImage {
    border-radius: 7px;
}

.readMoreBtn,
.readMoreBtn:hover {
    color: #fff;
    background: #002248;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 11px;
}

.rotateIcon {
    transform: rotate(180deg);
}

.tagBlog {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: darkgrey;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.headerMenuIcon {
    color: #002248;
    font-size: 2rem;
    display: none;
}
.headerMenuList .closeMenu{
    display: none;
}
.headerMenuList li:nth-child(1) a:hover{
    content: unset;
}
.menuOpen{
    overflow: hidden;
}



/* responsive css */

@media (min-width: 768px) and (max-width: 991px) {
    .headerMenuList li {
        padding: 0 8px;
    }
    .headerLefta img{
        width: 75%;
    }
    .headerTopLeft a, .headerTopRight a {
        margin-left: 5px;
        font-size: 12px;
    }
    .bannerBox .bannerHome {
        max-height: calc(70vh - 150px);
    }
    .bannerTextWrapper h2 {
        font-size: 2rem;
    }
    .bannerTextWrapper p {
        font-size: .8rem;
    }
    .headerMenuList .headerMenuLinks{
        font-size: 13px;
    }
    .bannerFormWrapper {
        padding: 10px;
        border-radius: 10px;
        width: 98%;
        top: 54%;
        bottom: unset;
    }
    .BannerFormInput{
        font-size: 12px;
    }
    .h3Heading {
        margin-bottom: 2rem;
        font-size: 24px;
    }
    .destinationsCard span {
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 10px;
    }
    .destinationImgae {
        width: 100px;
        height: 100px;
    }
    .TabGroupsFilterWrapper , .aboutWrapper, .gellaryWrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .TabGroupsFilterUl li {
        padding: 10px 20px;
    }
    .TabGroupsFilterUl {
        gap: 10px;
    }
    .tabGroupImageCard {
        height: 144px;
    }
    .tabGroupContentWrapper .headingtab {
        font-size: 15px;
    }
    .aboutRight{
        display: none;
    }
    .sectionWrapper {
        padding: 60px;
    }
    .starColor {
        font-size: 10px;
    }
    .tabStar .dayNight {
        padding: 8px 7px;
        font-size: 10px;
    }
    .footerUlWrapper li h4{
        font-size: 12px;
        padding-bottom: 22px;
    }
    .footerUlWrapper li a {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .headerRightMenu,.headerTopWrapper, .testimonialsImages {
        display: none;
    }
    .bannerFormWrapper {
        background: #fff;
        position: unset;
        padding: 10px;
        border-radius: 0px;
        width: 100%;
        transform: unset;
    }
    .bannerFormInputsWrapper {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }
    .bannerTextWrapper p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .bannerTextWrapper {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }
    .bannerTextWrapper h2 {
        font-size: 1.7rem;
    }
    .themeBtn, .themeBtn:hover {
        padding: 15px;
    }
    .h3Heading {
        margin-bottom: 1.5rem;
        font-size: 20px;
    }
    .destinationImgae {
        width: 120px;
        height: 120px;
    }
    .TabGroupsFilterWrapper , .aboutWrapper,.gellaryWrapper,.toarPara {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .headingPara {
        width: 100%;
    }
    .TabGroupsFilterUl {
        gap: 10px;
    }
    .TabGroupsFilterUl li {
        width: 30%;
        padding: 10px 0;
    }
    .TabGroupsFilterUl li.active:before{
        top:96%
    }
    .sectionWrapper {
        padding: 30px 20px;
    }
    .fontPara {
        font-size: 14px;
    }
    .testimonialsWrapper {
        padding: 30px 10px;
    }
    .mainFooterWrapper {
        padding: 30px 0;
        border-radius: 0;
    }
    .footerUlWrapper li h4:after {
        left: 38%;
    }
    .footerUlWrapper li h4, .footerTextWrapper {
        text-align: center;
    }
    .footerUlWrapper li a {
        justify-content: center;
        text-align: center;
    }
    .footerText {
        width: 100%;
    }
    .headerMenuIcon {
        display: block;
    }
    .headerLefta img{
        width: 60%;
    }
    .headerLeftMenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
        margin: 10px 0;
    }
    .testmonialsText {
        font-size: 1rem;
        font-weight: 500;
    }
    .headerRightMenu.openMenu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
    }
    .headerRightMenu.openMenu .headerMenuList {
        display: block;
    }
    .headerMenuList li:nth-child(1){
        display: block;
    }
    .headerMenuList .closeMenu {
        text-align: right;
        display: block;
        font-size: 36px;
    }
    .mainContentWrapper{
        margin-top: 0;
    }
    .destinationHever .openMenuHover.dropMenuInner{
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: auto;
        min-width: 100%;
        position: unset;
        box-shadow: unset;
    }
    .bannerBox .bannerHome {
        max-height: 200px;
    }
    .BannerFormInput span, .themeBtn,.headingPara,.TabGroupsFilterUl li,.descriptiontab,.tagBlog,.readMoreBtn ,.footerText,.footerUlWrapper li a,.testimonialsItem p{
        font-size: 16px;
    }
    .BannerFormInput {
        font-size: 16px;
        padding-left: 18px;
    }
    .h3Heading{text-align: center;font-size: 24px;}
    .tabGroupContentWrapper .headingtab{
        font-size: 20px;
    }
    .testimonialsImage {
        width: 150px !important;
        height: 150px;
    }
    .headerMenuList .headerMenuLinks,.dropMenuInner li a{font-size: 18px;}
}

.offer-div{
	background-color: #000000;
	text-align: center;
}

.offer-more-info-btn{ 
	font-size: 24px;
    text-transform: capitalize;
    background-color: #910c00;
    color: #fff;
    padding: 5px 45px 6px;
    margin: -5px 0px 30px 0px;
}

.offer-more-info-btn:hover{
    background-color: #fff;
    color: #000000;
}

.copyBottomLinks{
    text-align: center;
}

.copyBottomLinks a {
    padding: 15px 15px 0px 15px;
    color: #fd5056;
}