.cmn-gap {
    padding: 80px 0;
}

.common_banner.inte-banner {
  background-image: url('../images/intenational/inte/banner.webp');
      padding: 250px 0;
      background-position: center;
}
.common_banner.domestic-banner {
  background-image: url('../images/intenational/do/banner.webp');
      padding: 250px 0;
      background-position: center;
}

.package-card-alpha {
	 box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
	 border-radius: 10px;
	 overflow: hidden;
}
 .package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a {
	 background: #634997;
	 color: #fff;
}
 .package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a i {
	 transform: translateX(5px);
}
 .package-card-alpha .package-thumb {
	 position: relative;
}
 .package-card-alpha .package-thumb img {
	 width: 100%;
	 transition: all 0.35s;
}
 .package-card-alpha .package-thumb .card-lavel {
	 font-weight: 600;
	 font-size: 16px;
	 text-transform: capitalize;
	 color: #fff;
	 background: #634997;
	 border-radius: 3px;
	 position: absolute;
	 padding: 9px 32px;
	 bottom: 0;
	 left: 20px;
	 transform: translateY(50%);
	 clip-path: polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
}
 .package-card-alpha .package-thumb .card-lavel i {
	 margin-right: 8px;
}
 .package-card-alpha .package-card-body {
	 padding: 30px 25px;
}
 .package-card-alpha .package-card-body .p-card-title {
	 font-weight: 600;
	 font-size: 20px;
	 line-height: 28px;
	 color: #454545;
}
.package-card-alpha .package-card-body .p-card-title a {
    color: #4c4c4c;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
}
 .package-card-alpha .package-card-body .p-card-bottom {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-top: 20px;
}
 .package-card-alpha .package-card-body .p-card-bottom .book-btn a {
	 display: inline-block;
	 font-weight: 600;
	 font-size: 15px;
	 text-transform: uppercase;
	 color: #634997;
	 background: #fff;
	 border: 1px solid #634997;
	 box-sizing: border-box;
	 border-radius: 5px;
	 padding: 8px 16px;
	 transition: all 0.3s;
}
 .package-card-alpha .package-card-body .p-card-bottom .book-btn a i {
	 margin-left: 5px;
	 transition: all 0.2s;
}
 .package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 {
	 color: #634997;
	 font-weight: 800;
	 font-size: 20px;
	 line-height: 1;
}
 .package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 span {
	 font-size: 14px;
}
 .package-card-alpha .package-card-body .p-card-bottom .p-card-info span {
	 font-weight: 500;
	 font-size: 16px;
	 text-transform: capitalize;
	 color: #2d373c;
}
 .package-card-beta {
	 box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
	 border-radius: 10px;
	 overflow: hidden;
	 position: relative;
	 background: #fff;
}
 .package-card-beta:hover .package-card-body::before {
	 height: 100%;
	 opacity: 0.1;
	 transform: scale(1, 1);
}
 .package-card-beta .package-thumb {
	 position: relative;
}
 .package-card-beta .package-thumb img {
	 width: 100%;
	 transition: all 0.35s;
}
 .package-card-beta .package-thumb .card-lavel {
	 font-weight: 600;
	 font-size: 16px;
	 text-transform: capitalize;
	 color: #634997;
	 background: #fff;
	 box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
	 border-radius: 30px;
	 position: absolute;
	 padding: 9px 15px;
	 bottom: -21px;
	 left: 50%;
	 transform: translateX(-50%);
	 transition: all 0.4s ease-out 0s;
	 min-width: 170px;
	 cursor: pointer;
	 z-index: 9;
}
 .package-card-beta .package-thumb .card-lavel i {
	 margin-right: 8px;
}
 .package-card-beta .package-thumb .card-lavel:hover {
	 background-color: #634997;
	 color: #fff;
}
 .package-card-beta .package-card-body {
	 padding: 30px 25px;
	 position: relative;
	 z-index: 1;
}
 .package-card-beta .package-card-body::before {
	 content: '';
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 height: 100%;
	 background: var(--c-primary);
	 z-index: -1;
	 transition: all 0.5s ease-in-out;
	 opacity: 0;
	 transform: scale(0, 0);
}
 .package-card-beta .package-card-body .p-card-title {
	 font-weight: 600;
	 font-size: 20px;
	 line-height: 28px;
	 color: #454545;
	 margin-top: 5px;
}
 .package-card-beta .package-card-body .p-card-title a {
	 color: inherit;
}
 .package-card-beta .package-card-body .p-card-bottom {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-top: 20px;
}
 .package-card-beta .package-card-body .p-card-bottom .book-btn a {
	 display: inline-block;
	 font-weight: 600;
	 font-size: 15px;
	 text-transform: uppercase;
	 color: #634997;
	 background: #fff;
	 border: 1px solid #634997;
	 box-sizing: border-box;
	 border-radius: 30px;
	 padding: 8px 16px;
	 transition: all 0.3s;
	 white-space: nowrap;
}
 .package-card-beta .package-card-body .p-card-bottom .book-btn a i {
	 margin-left: 5px;
	 transition: all 0.2s;
}
 .package-card-beta .package-card-body .p-card-bottom .book-btn:hover a {
	 background: var(--c-primary);
	 color: #fff;
}
 .package-card-beta .package-card-body .p-card-bottom .book-btn:hover i {
	 transform: translateX(5px);
}
 .package-card-beta .package-card-body .p-card-bottom .p-card-info {
	 padding-left: 10px;
}
 .package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
	 color: #634997;
	 font-weight: 800;
	 font-size: 20px;
	 line-height: 1;
}
 .package-card-beta .package-card-body .p-card-bottom .p-card-info h6 span {
	 font-size: 14px;
}
 .package-card-beta .package-card-body .p-card-bottom .p-card-info span {
	 font-weight: 500;
	 font-size: 16px;
	 text-transform: capitalize;
	 color: #2d373c;
}
 

/* category */
.category{
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}
.sail-image{
  position: absolute;
  top: 50px;
  left: 20%;
  animation: blog 2s linear infinite alternate;
}
.category-content{
  position: relative;
  width: 196px;
  height: 196px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F8FA;
  transition: 0.3s;
}
.category-content-inner {
  transition: 0.3s;
}
.category-image-container{
  width: 104px;
  height: 104px;
  line-height: 104px;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 15px rgba(205, 205, 205, 0.05);
  margin-bottom: 10px;
}
.category-image{
  width: 63px;
  height: 45px;
  margin: 0 auto;
}
.category-content h5{
  font-weight: 600;
  font-size: 18px;
  color: #094174;
  margin: 5px 0;
}
.category-btn{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background: #094174;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.category-btn svg{
  width: 15px;
  height: 15px;
}
.category-btn:hover{
  color: #FE7524;
}
.category-content:hover .category-btn{
  opacity: 1;
  visibility: visible;
}
.category-content:hover .category-content-inner{
  margin-top: -60px;
}
/* category */

/* video */
.video{
  padding-top: 140px;
  padding-bottom: 204px;
  position: relative;
} 
.video .pattern-layer{
  height: 950px;
}
.video-container{
  position: relative;
}
.video-image{
  width: 100%;
  height: 605px;
  border-radius: 20px;
  overflow: hidden;
}
.video-content{
  width: 300px;
  height: 250px;
  position: absolute;
  top: -50px;
  left: 200px;
  background: #FFFFFF;
  box-shadow: 11px -10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 37px 20px;
}
.video-container .destination-video-btn{
  position: absolute;
  top: 55%;
  left: 78%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 285px;
  width: 100%;
}
.video-container .destination-video-btn a{
  width: 80px;
  height: 80px;
  font-size: 24px;
}
.destination-vedio h5{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.video-content p{
  color: #FE7524;
}
.video-content h5{
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #094174;
}
.video-content h5 span{
  display: inline-block;
  color: #FE7524;
  font-family: 'Permanent Marker';
}
.video-info{
  display: flex;
  margin-top: 10px;
}
.video-info img{
  width: 45px;
  height: 45px;
}
.video-info ul{
  margin-left: 10px;
}
.video-info ul li{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FE7524;
}
.video-info ul li:last-child{
  color: #094174;
}
.pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 934px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
    z-index: -1;
}
.video .pattern-layer {
    height: 950px;
}
.video-container .destination-video-btn a {
    width: 80px;
    height: 80px;
    font-size: 24px;
}
a.hv-popup-link{
    position: relative;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.hv-popup-link:after{
    content: '';
    position: absolute;
    border: 30px solid #ffffff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    animation: anim 1.5s linear infinite;
    opacity: 0;
}
@keyframes anim{
    0%{transform: scale(.5);}
    50%{opacity: 1;}
    100%{transform: scale(1);}
}

/* video */

/* news letter */
.news-leter{
  position: relative;
}
.news-leter .banner-icon1{
  top: 140px;
  left: 100px;
  width: 90px;
  height: auto;
}
.news-letter-container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.news-letter-container-inner{
  width: 100%;
}
.news-letter-container-inner .common-title{
  margin-bottom: 35px;
}
.news-letter-container-inner form{
  position: relative;
  width: 100%;
  background: #F7F8FA;
  border-radius: 5px;
}
.news-letter-container-inner form .email{
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  background: transparent;
  color: #777777;
}
.news-letter-container-inner .read-more{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 5px;
  background: #FE7524;
  color: #ffffff;
}
.news-letter-image{
  height: 688px;
  width: 914px;
}
.newsletter-slider {
  margin-top: 85px;
}
.newsletter-slider .newsletter-slider-image{
  height: 40px;
  margin: 0 10px;
}
.common-title h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #634997;
}
/* news letter */

/* deals */
.deals{
  padding: 40px 0;
  overflow: hidden;
}
.deals .common-title{
  position: relative;
}
.deals .common-title .deal-icon{
  position: absolute;
  top: 0;
  left: 450px;
}
/* .deals-slider-wrapper{
  margin: 0 -108px;
} */
.deals-slider{
  display: flex;
}
.deals-content{
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(141, 139, 139, 0.1);
  border-radius: 20px;
}
.deals-image{
  border-radius: 20px;
}
.deals-info{
  padding: 40px 20px 40px 20px;
}
.deals-info ul{
  display: flex;
  justify-content: space-between;
}
.deals-info ul li .svg-inline--fa{
  color: #FE7524;
}
.deals-info ul li span{
  display: inline-block;
  color: #FE7524;
  font-size: 24px;
  font-weight: 700;
}
.deals-info-link{
  display: inline-block;
  font-family: 'Source Serif Pro';
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  color: #634997;
  margin: 10px 0;
  transition: 0.3s;
}
.deals-info-link:hover{
  color: #FE7524;
}
.deals-info p .svg-inline--fa{
  color: #777777;
  margin-right: 10px;
}

.deals-info p i{
  color: #634997;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
/* deals */

/* destination */
.destination{
  padding: 140px 0;
  position: relative;
}
.destination-icon{
  position: absolute;
  top: 140px;
  right: 25%;
  animation: plan 20s linear infinite;
}
@keyframes plan{
  0%{
    top: 140px;
    right: 25%;
  }
  25%{
    top: 140px;
    right: 5%;
  }
  50%{
    top: 180px;
    right: 5%;
    transform: rotate(90deg);
  }
  75%{
    top: 180px;
    right: 25%;
    transform: rotate(180deg) scaleX(1.2);
  }
  100%{
    top: 140px;
    right: 25%;
    transform: rotate(360deg);
  }
}
.destination-container{
  position: relative;
  transition: 0.3s;
}
.mb-24{
  margin-bottom: 24px;
}
.destination-image{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.destination-image img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.destination-content{
  position: absolute;
  padding: 46px 22px;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.5);
  color: #094174;
  z-index: 1;
  transition: 0.3s;
}
.destination-content h6{
  font-family: 'Permanent Marker';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
.destination-content p{
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.destination-container:hover .destination-content{
  background: #634997;
  color: #ffffff;
}
.destination-content-1{
  top: 0;
  left: 0;
  border-radius: 20px 0px 0px 0px;
}
.destination-content-2{
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 20px 0px;
}
.destination-content-3{
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 0px 20px;
}
/* destination */

@media (max-width:767px) {
  .news-letter-image {
    height: 100%;
    width: 100%;
}
.category {
    padding-top: 36px;
    padding-bottom: 36px;
}
.video-content {
  position: inherit;
    left: 0;
    width: 100%;
    top: 0;
}
.cmn-gap {
    padding: 0px 0;
}
.video {
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
}
.video-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
h2 {
    font-size: 28px !important;
}
.destination {
    padding: 36px 0;
    position: relative;
}
.destination-container {
    margin-bottom: 20px;
}
.category-image-container {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 0px;
}
.category-content {
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
}
.category .col-xl-2.col-lg-4.col-md-6 {
  width: 50%;
  max-width: 50%;
}
.common_banner.inte-banner {
      padding: 100px 0;
}
.common_banner.domestic-banner {
      padding: 100px 0;
}
}