@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, img, button {
  text-decoration: none !important;
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

input:focus, textarea:focus {
  border-color: #1f8090 !important;
  box-shadow: 0 0 0 0.25rem #dafaff !important;
}

:focus {
  outline: none !important;
}

p {
  line-height: 24px;
  font-size: 16px;
}

/* styling scroll bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}

html, body {
  overflow-x: clip;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}

::-webkit-scrollbar-thumb {
  background: #a1a1a1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #CCC;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #F8FAFF;
}

.pushy-content .mb-logo {
  padding: 15px;
  background-color: #FFF;
  margin-bottom: 10px;
}
.pushy-content .mb-logo img {
  width: 100%;
}

.media {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 6px 31px;
  gap: 5px;
}
.media a {
  width: 43px;
  height: 43px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  padding: 0;
}

header {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, rgb(58, 194, 214) 0%, rgb(0, 103, 162) 100%);
}
header .header-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mb-nav {
  display: none;
  filter: brightness(0) invert(1);
}
header .logo {
  position: relative;
  padding: 20px 0px;
}
header .logo img {
  width: 214px;
  position: relative;
  z-index: 2;
}
header .logo::before {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  background: #FFF;
  right: -70px;
}
header .logo::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 115%;
  height: 100%;
  top: 0;
  right: -44%;
  background: #FFF;
  transform: skew(-30deg);
}
header .d-nav {
  display: flex;
  align-items: center;
}
header .d-nav li a {
  color: #FFF;
  padding: 0px 15px;
}
header .d-nav li a:hover {
  color: #FFBB02;
}
header .d-nav li.active a {
  color: #FFBB02;
}
header .d-nav li.sp-btn {
  margin-left: 10px;
}
header .d-nav li.sp-btn a {
  background-color: #FFF;
  color: #000;
  padding: 15px 19px;
  border-radius: 50px;
}
header .d-nav li.sp-btn a:hover {
  background-color: #FFBB02;
}

.banner {
  width: 100%;
  height: 600px;
  position: relative;
}
.banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .video_overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .banner_title {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  margin-top: -86px;
  display: flex;
  align-items: center;
}
.banner .banner_title h6 {
  font-family: "Dancing Script", cursive;
  font-size: 33px;
  color: #FFF;
  animation-name: fadeInUp;
  animation-duration: 2.2s;
  animation-fill-mode: both;
}
.banner .banner_title h5 {
  font-size: 50px;
  font-weight: 700;
}
.banner .banner_title a {
  padding: 15px 25px;
  background-color: #FFF;
  border-radius: 50px;
  display: inline-block;
  color: #000;
}
.banner .social-media {
  position: absolute;
  right: 20px;
  top: 34%;
  z-index: 999;
}
.banner .social-media a {
  width: 39px;
  height: 39px;
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #FFF;
  border-radius: 50%;
  margin-bottom: 6px;
}
.banner .social-media a:hover {
  background-color: #FFF;
  color: #3AC2D6;
  transform: scale(1.2);
}
.banner .icon-sec {
  display: flex;
  justify-content: end;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.banner .fadeInUp {
  animation-name: fadeInUp;
}
.banner .circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  padding: 12px;
}
.banner .logo {
  position: absolute;
  width: 130px;
  height: 130px;
  background: url("../images/icon5.svg");
  background-repeat: no-repeat;
  background-size: 86px;
  border-radius: 100vmax;
  background-position: center;
  border: 1px solid #FFF;
  padding: 12px;
}
.banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: consolas;
  color: #FFF;
  font-size: 17px;
  animation: textRotation 8s linear infinite;
  text-transform: uppercase;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.banner .text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}

.p-80 {
  padding: 80px 0px;
}

.hm-about {
  width: 100%;
}
.hm-about .about-sec {
  width: 100%;
  display: flex;
  align-items: center;
}
.hm-about .about-sec .about-img {
  width: 340px;
}
.hm-about .about-sec .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.hm-about .about-sec .content {
  width: 70%;
  padding-left: 30px;
}
.hm-about .about-sec .content h2 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: #3AC2D6;
}
.hm-about .about-sec .content h1 {
  font-size: 40px;
  color: #00505B;
  font-weight: 700;
}
.hm-about .about-sec .content a {
  display: inline-block;
  padding: 15px 22px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  color: #FFF;
}
.hm-about .about-sec .content a:hover {
  background-position: 100% 0;
}
.hm-about .form-wrapper {
  width: 100%;
  position: relative;
}
.hm-about .form-wrapper .enquiry-form {
  width: 100%;
  background-color: #FFF;
  position: absolute;
  top: -178px;
  border-radius: 10px;
}
.hm-about .form-wrapper .enquiry-form .form-head {
  width: 100%;
  background: linear-gradient(to right, rgb(58, 194, 214) 0%, rgb(2, 125, 143) 100%);
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hm-about .form-wrapper .enquiry-form .form-head h6 {
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4px;
}
.hm-about .form-wrapper .enquiry-form .form-head p {
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
}
.hm-about .form-wrapper .enquiry-form form {
  padding: 30px;
}
.hm-about .form-wrapper .enquiry-form form .form-control {
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  padding-left: 37px;
}
.hm-about .form-wrapper .enquiry-form form .form-control.destinations1 {
  background-image: url(../images/destination-icon.svg);
  background-position: 10px 22px;
}
.hm-about .form-wrapper .enquiry-form form .form-control.passenger {
  background-image: url(../images/passenger-icon.svg);
  background-position: 10px 21px;
}
.hm-about .form-wrapper .enquiry-form form .form-control.date {
  background-image: url(../images/calander-icon.svg);
  background-position: 10px 23px;
}
.hm-about .form-wrapper .enquiry-form form .form-control.user {
  background-image: url(../images/user-icon.svg);
  background-position: 10px 23px;
}
.hm-about .form-wrapper .enquiry-form form .form-control.phone {
  background-image: url(../images/phone1-icon.svg);
  background-position: 10px 24px;
}
.hm-about .form-wrapper .enquiry-form form .form-control.form-btn {
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  border: none;
  transition: 0.3s all ease-in-out;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}
.hm-about .form-wrapper .enquiry-form form .form-control.form-btn:hover {
  background-position: 100% 0;
}
.hm-about .form-wrapper .enquiry-form .input-group label {
  padding-right: 8px;
}
.hm-about .form-wrapper .enquiry-form .input-group .count {
  display: flex;
}
.hm-about .form-wrapper .enquiry-form .input-group .count .circle {
  width: 31px;
  height: 31px;
  border: 1px solid #106976;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #106976;
  transition: 0.3s all ease-in-out;
  background-color: transparent;
}
.hm-about .form-wrapper .enquiry-form .input-group .count .circle:hover {
  background-color: #106976;
  color: #FFF;
}
.hm-about .form-wrapper .enquiry-form .plus-minus-input {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.hm-about .form-wrapper .enquiry-form .plus-minus-input .input-group-field {
  width: 20px;
  height: 30px;
  text-align: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border: none;
  color: #106976;
}
.hm-about .form-wrapper .enquiry-form .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.hm-about .form-wrapper .enquiry-form .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.hm-about .form-wrapper .enquiry-form .plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 0.25em 0.8em;
}

.section-title h4 {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
}
.section-title h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #00505B;
}

.item {
  width: 100%;
  padding: 15px 8px;
}

.package {
  width: 100%;
}
.package .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 5px #e8efff;
}
.package .box .package-img {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.package .box .package-img span {
  background-color: #fde02e;
  padding: 8px 14px;
  color: #000;
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.package .box .package-img span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #ffe200 transparent transparent;
  position: absolute;
  left: -18px;
  top: 0;
}
.package .box .package-img span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #ffe200 transparent;
  position: absolute;
  left: -18px;
  bottom: 0;
}
.package .box .package-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 1.3s all ease;
}
.package .box .package-img::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.package .box .content {
  width: 100%;
  padding: 15px;
}
.package .box .content h4 {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.package .box .content h4 a {
  color: #000;
}
.package .box .content .location {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #858585;
  background-image: url(../images/location-icon2.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 24px;
  margin-bottom: 10px;
}
.package .box .content .package-price {
  border-top: 1px solid #F6F6F6;
  width: 100%;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package .box .content .package-price .price h3 {
  margin: 0;
}
.package .box .content .package-price .price h3 span {
  font-size: 15px;
  color: #3AC2D6;
  font-weight: 400;
}
.package .box .content .package-price .price h5 {
  font-size: 22px;
  font-weight: 600;
  color: #2C4EA1;
}
.package .box .content .package-price .link {
  display: flex;
  align-items: center;
}
.package .box .content .package-price .link a {
  width: 46px;
  height: 46px;
  display: inline-block;
  border: 2px solid #2C4EA1;
  border-radius: 50%;
  padding: 9px;
}
.package .box .content .package-price .link a:hover {
  background-color: #2C4EA1;
}
.package .box .content .package-price .link a:hover img {
  filter: brightness(0) invert(1);
}
.package .box:hover .package-img img {
  transform: scale(1.3);
}
.package .box:hover .package-img::before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}

.whychoose-area {
  width: 100%;
  background-color: #E9F6F9;
  background-image: url(../images/line-pattern3-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.whychoose-area .content {
  width: 100%;
}
.whychoose-area .content h4 {
  font-size: 24px;
  font-weight: 400;
}
.whychoose-area .content h5 {
  font-size: 34px;
  color: #000;
  font-weight: 600;
}
.whychoose-area .content .count-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
}
.whychoose-area .content .count-box .box {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s all ease-in-out;
  top: 0;
}
.whychoose-area .content .count-box .box .number {
  font-size: 36px;
  font-weight: 700;
  color: #3AC2D6;
}
.whychoose-area .content .count-box .box .txt {
  font-size: 16px;
  font-weight: 500;
}
.whychoose-area .content .count-box .box:hover {
  top: -10px;
}
.whychoose-area .why-choose-img-area {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
}
.whychoose-area .why-choose-img-area .img1 {
  width: 50%;
  height: 460px;
}
.whychoose-area .why-choose-img-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.whychoose-area .why-choose-img-area .img2 {
  width: 30%;
  height: 210px;
  position: absolute;
  bottom: 20px;
  right: 40%;
  border-radius: 30px;
  box-shadow: 0px 0px 60px #3AC2D6;
}
.whychoose-area .why-choose-img-area .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.hm-gallery-sec {
  width: 100%;
  background-color: #FFF;
  background-image: url(../images/shape_6.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.hm-gallery-sec::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 124px;
  height: 123px;
  background-image: url(../images/baloons.svg);
  animation: rotate_icon 2s linear infinite alternate;
}
.hm-gallery-sec::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 30%;
  width: 52px;
  height: 60px;
  background-image: url(../images/shape_5.svg);
  animation: rotate_icon 2s linear infinite alternate;
  z-index: 0;
}
.hm-gallery-sec .link {
  display: inline-block;
  padding: 15px 22px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  color: #FFF;
}
.hm-gallery-sec .link:hover {
  background-position: 100% 0;
}
.hm-gallery-sec .container-fluid {
  position: relative;
  z-index: 1;
}
.hm-gallery-sec .gallery-box {
  width: 100%;
}
.hm-gallery-sec .gallery-box a {
  width: 100%;
  height: 295px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.hm-gallery-sec .gallery-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 1.3s all ease;
}
.hm-gallery-sec .gallery-box a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.hm-gallery-sec .gallery-box a .title h5 {
  font-size: 18px;
  margin-bottom: 2px;
  color: #FFF;
}
.hm-gallery-sec .gallery-box a .title p {
  color: #FFF;
  margin: 0;
}
.hm-gallery-sec .gallery-box a::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.hm-gallery-sec .gallery-box a:hover::before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}
.hm-gallery-sec .gallery-box a:hover img {
  transform: scale(1.3);
}
.hm-gallery-sec .gallery-box:nth-child(2) {
  margin-top: 17px;
}
.hm-gallery-sec .col-lg-2:nth-child(3) .gallery-box a {
  height: 617px;
}

@keyframes rotate_icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.testimonials-sec {
  width: 100%;
  background-color: #E9F6F9;
}
.testimonials-sec .box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
}
.testimonials-sec .box .autor-sec {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.testimonials-sec .box .autor-sec .pic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-sec .box .autor-sec .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-sec .box .autor-sec .name-sec {
  padding-left: 10px;
}
.testimonials-sec .box .autor-sec .name-sec h5 {
  font-size: 18px;
  color: #3AC2D6;
  margin: 0;
}
.testimonials-sec .box .autor-sec .name-sec p {
  margin: 0;
}

.blogs-area {
  width: 100%;
}
.blogs-area .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.blogs-area .box .img-sec {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blogs-area .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.3s all ease;
}
.blogs-area .box .img-sec::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.blogs-area .box .content {
  width: 100%;
  padding: 20px;
}
.blogs-area .box .content .date-sec {
  width: 100%;
  margin-bottom: 10px;
}
.blogs-area .box .content .date-sec p {
  margin: 0;
  color: #CBCBCB;
}
.blogs-area .box .content .date-sec p span {
  color: #3AC2D6;
}
.blogs-area .box .content .date-sec p .line {
  color: #CBCBCB;
  padding: 0px 10px;
}
.blogs-area .box .content h5 {
  font-size: 22px;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.blogs-area .box .content h5 a {
  color: #000;
}
.blogs-area .box .content h5 a:hover {
  color: #1d8493;
}
.blogs-area .box .content .link {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 50px;
  color: #000;
  border: 1px solid #3AC2D6;
}
.blogs-area .box .content .link:hover {
  background-color: #3AC2D6;
  color: #FFF;
}
.blogs-area .box:hover .img-sec img {
  transform: scale(1.3);
}
.blogs-area .box:hover .img-sec::before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}

.owl-dots {
  display: none;
}

.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background-color: #3AC2D6;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #FFF;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #3AC2D6, #C9A887);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  filter: brightness(1);
}

.progress-wrap svg.progress-circle path {
  stroke: #FFF;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.whatsapp-icon .btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 10px;
  left: 20px;
  font-size: 40px;
  display: flex;
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 33px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-icon .btn-whatsapp-pulse-border {
  bottom: 15px;
  right: 15px;
  animation-play-state: paused;
}
.whatsapp-icon .btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.inner-banner {
  width: 100%;
  padding: 90px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.inner-banner .container {
  position: relative;
  z-index: 2;
}
.inner-banner h1 {
  font-size: 34px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
.inner-banner .breadcrumb {
  display: flex;
  justify-content: center;
}
.inner-banner .breadcrumb li {
  color: #FFBB02;
}
.inner-banner .breadcrumb li::before {
  color: #FFF;
}
.inner-banner .breadcrumb li a {
  color: #FFF;
}

.package-view {
  width: 100%;
}
.package-view .filter-sec {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfe4f3;
  padding: 15px 15px;
  border-radius: 10px;
  box-shadow: 2px 3px 5px #e8efff;
}
.package-view .filter-sec .btn {
  padding: 10px 20px;
  border: none;
  margin: 5px 0;
}
.package-view .filter-sec .btn.active, .package-view .filter-sec .btn:hover {
  background-color: #3AC2D6;
  color: #FFF;
  border: none;
}
.package-view .filter-sec .tourtype {
  min-width: 260px;
}
.package-view .filter-sec .nice-select {
  height: auto;
  white-space: inherit;
}
.package-view .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 5px #e8efff;
}
.package-view .box .package-img {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.package-view .box .package-img span {
  background-color: #fde02e;
  padding: 8px 14px;
  color: #000;
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 14px;
  font-weight: 500;
}
.package-view .box .package-img span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #ffe200 transparent transparent;
  position: absolute;
  left: -18px;
  top: 0;
}
.package-view .box .package-img span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #ffe200 transparent;
  position: absolute;
  left: -18px;
  bottom: 0;
}
.package-view .box .package-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 1.3s all ease;
}
.package-view .box .package-img::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.package-view .box .content {
  width: 100%;
  padding: 15px;
}
.package-view .box .content h4 {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.package-view .box .content h4 a {
  color: #000;
}
.package-view .box .content .location {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #858585;
  background-image: url(../images/location-icon2.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 24px;
  margin-bottom: 10px;
}
.package-view .box .content .package-price {
  border-top: 1px solid #F6F6F6;
  width: 100%;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-view .box .content .package-price .price h3 {
  margin: 0;
}
.package-view .box .content .package-price .price h3 span {
  font-size: 15px;
  color: #3AC2D6;
  font-weight: 400;
}
.package-view .box .content .package-price .price h5 {
  font-size: 22px;
  font-weight: 600;
  color: #2C4EA1;
}
.package-view .box .content .package-price .link {
  display: flex;
  align-items: center;
}
.package-view .box .content .package-price .link a {
  width: 46px;
  height: 46px;
  display: inline-block;
  border: 2px solid #2C4EA1;
  border-radius: 50%;
  padding: 9px;
}
.package-view .box .content .package-price .link a:hover {
  background-color: #2C4EA1;
}
.package-view .box .content .package-price .link a:hover img {
  filter: brightness(0) invert(1);
}
.package-view .box:hover .package-img img {
  transform: scale(1.3);
}
.package-view .box:hover .package-img::before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}

.inner-about {
  width: 100%;
}
.inner-about .about-sec {
  position: relative;
}
.inner-about .about-sec .experience {
  padding: 15px;
  background-color: #FFBB02;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 30px;
  border-radius: 10px;
}
.inner-about .about-sec .experience h6 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.inner-about .about-sec .experience p {
  margin: 0;
  font-weight: 500;
}
.inner-about .about-img {
  width: 100%;
}
.inner-about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.inner-about .content {
  width: 100%;
  padding-left: 30px;
}
.inner-about .content h2 {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  color: #3AC2D6;
}
.inner-about .content h1 {
  font-size: 40px;
  color: #00505B;
  font-weight: 700;
}
.inner-about .content a {
  display: inline-block;
  padding: 15px 22px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  color: #FFF;
}
.inner-about .content a:hover {
  background-position: 100% 0;
}
.inner-about .company-ratings {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 30px 0px;
}
.inner-about .company-ratings .divider {
  position: relative;
}
.inner-about .company-ratings .divider::after {
  content: "";
  width: 1px;
  height: 41px;
  background-color: rgba(19, 20, 26, 0.16);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-about .company-ratings .box {
  display: flex;
  align-items: center;
}
.inner-about .company-ratings .box .icon svg {
  width: 50px;
  fill: #3AC2D6;
}
.inner-about .company-ratings .box .content h5 {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
.inner-about .company-ratings .box .content p {
  margin: 0;
}

.travel-blogs {
  width: 100%;
}
.travel-blogs .box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.travel-blogs .box .img-sec {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.travel-blogs .box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.3s all ease;
}
.travel-blogs .box .img-sec::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.travel-blogs .box .content {
  width: 100%;
  padding: 20px;
}
.travel-blogs .box .content .date-sec {
  width: 100%;
  margin-bottom: 10px;
}
.travel-blogs .box .content .date-sec p {
  margin: 0;
  color: #CBCBCB;
}
.travel-blogs .box .content .date-sec p span {
  color: #3AC2D6;
}
.travel-blogs .box .content .date-sec p .line {
  color: #CBCBCB;
  padding: 0px 10px;
}
.travel-blogs .box .content h5 {
  font-size: 22px;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.travel-blogs .box .content h5 a {
  color: #000;
}
.travel-blogs .box .content h5 a:hover {
  color: #1d8493;
}
.travel-blogs .box .content .link {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 50px;
  color: #000;
  border: 1px solid #3AC2D6;
}
.travel-blogs .box .content .link:hover {
  background-color: #3AC2D6;
  color: #FFF;
}
.travel-blogs .box:hover .img-sec img {
  transform: scale(1.3);
}
.travel-blogs .box:hover .img-sec::before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}

.travel-blogs-details {
  width: 100%;
}
.travel-blogs-details .blog-img {
  width: 100%;
  height: 430px;
  margin-bottom: 12px;
}
.travel-blogs-details .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.travel-blogs-details .date-sec {
  width: 100%;
  margin-bottom: 10px;
}
.travel-blogs-details .date-sec p {
  margin: 0;
  color: #CBCBCB;
}
.travel-blogs-details .date-sec p span {
  color: #3AC2D6;
}
.travel-blogs-details .date-sec p .line {
  color: #CBCBCB;
  padding: 0px 10px;
}
.travel-blogs-details h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.travel-blogs-details h4 {
  font-size: 24px;
}
.travel-blogs-details p {
  text-align: justify;
}
.travel-blogs-details ul li {
  background-image: url(../images/arrow-points.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-bottom: 10px;
  background-size: 24px;
  padding-left: 33px;
}

.contact-sec {
  width: 100%;
}
.contact-sec .item-box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
}
.contact-sec .item-box .icons {
  width: 60px;
  height: 60px;
  background-color: #3AC2D6;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-sec .item-box .icons svg {
  height: 30px;
}
.contact-sec .item-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #136d7a;
}
.contact-sec .item-box p a {
  color: #000;
}
.contact-sec .contact-form {
  width: 100%;
  padding-right: 110px;
  padding-top: 40px;
}
.contact-sec .contact-form h4 {
  font-size: 18px;
  color: #3AC2D6;
}
.contact-sec .contact-form h6 {
  font-size: 30px;
  font-weight: 600;
}
.contact-sec .contact-form .form-control {
  width: 100%;
  height: 60px;
}
.contact-sec .contact-form .form-control.txt-msg {
  height: 150px;
  resize: none;
}
.contact-sec .contact-form .form-btn {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  transition: 0.3s all ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.contact-sec .contact-form .form-btn:hover {
  background-position: 100% 0;
}
.contact-sec .contact-img {
  width: 100%;
  padding-left: 50px;
  position: relative;
}
.contact-sec .contact-img img {
  width: 100%;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
.contact-sec .contact-img::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../images/line-pattern.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  right: -30px;
  top: -30px;
}
.contact-sec .contact-img::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../images/line-pattern.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  left: -30px;
  bottom: -30px;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 450px;
  display: flex;
  border-radius: 10px;
}

.package-details {
  width: 100%;
}
.package-details h2 {
  font-size: 26px;
  font-weight: 600;
}
.package-details .location {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  color: #1891a3;
  background-image: url(../images/location-icon2.svg);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 26px;
}
.package-details .package-price-box {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background: linear-gradient(45deg, rgb(58, 194, 214) 0%, rgb(212, 249, 255) 100%);
  margin-bottom: 15px;
}
.package-details .package-price-box .startfrom {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.package-details .package-price-box h6 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-details .package-price-box h6 span {
  font-size: 16px;
  font-weight: 400;
}
.package-details .package-price-box .pack-box {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #8AF0FF;
  padding: 6px 0px;
}
.package-details .package-price-box .pack-box .icon {
  width: 35px;
  height: 35px;
}
.package-details .package-price-box .pack-box .content {
  padding-left: 10px;
}
.package-details .package-price-box .pack-box .content .title {
  font-size: 14px;
  font-weight: 500;
}
.package-details .package-price-box .pack-box .content h4 {
  font-size: 18px;
  font-weight: 500;
}
.package-details .package-inner {
  width: 100%;
  padding-right: 20px;
}
.package-details .package-inner h4 {
  font-size: 20px;
  color: #00505B;
  margin-top: 30px;
  font-weight: 600;
}
.package-details .package-inner .highlights li {
  margin-bottom: 0px;
  padding: 5px 0px;
  background-image: url(../images/arrow-points.svg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 24px;
  padding-left: 34px;
}
.package-details .package-inner .include {
  width: 100%;
}
.package-details .package-inner .include li {
  background-image: url(../images/include-icon.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  padding: 5px 0px;
  padding-left: 28px;
  margin-bottom: 4px;
  background-position: 0px 5px;
}
.package-details .package-inner .exclude {
  width: 100%;
}
.package-details .package-inner .exclude li {
  background-image: url(../images/exclude-icon.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 5px 0px;
  padding-left: 28px;
  margin-bottom: 4px;
  background-position: 0px 4px;
}
.package-details .package-inner .itinerary {
  width: 100%;
}
.package-details .package-inner .itinerary .accordion-item {
  margin-bottom: 5px;
  border-radius: 6px;
  border: 1px solid #81ECFF;
  overflow: hidden;
}
.package-details .package-inner .itinerary .accordion-item .accordion-button {
  padding: 21px 20px;
  font-size: 18px;
  font-weight: 500;
}
.package-details .package-inner .itinerary .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.package-details .package-inner .itinerary .accordion-item .accordion-button span {
  padding-right: 20px;
}
.package-details .package-inner .itinerary .accordion-item .accordion-button.collapsed {
  background-color: #C9F8FF;
}
.package-details .package-inner .itinerary .accordion-item .accordion-button:not(.collapsed) {
  background-color: #42a9b9;
  color: #FFF;
}
.package-details .package-inner .itinerary .accordion-item .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.package-details .package-inner .itinerary .itinerary-img {
  width: 100%;
  display: flex;
  gap: 15px;
}
.package-details .package-inner .itinerary .itinerary-img .img-box {
  width: 100%;
  height: 150px;
}
.package-details .package-inner .itinerary .itinerary-img .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.package-details .package-inner .img-sec {
  width: 100%;
  height: 300px;
  position: relative;
}
.package-details .package-inner .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.package-details .package-inner .img-sec span {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  border-radius: 10px;
  padding: 12px 15px;
  color: #FFF;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.package-details .package-inner .img-sec span img {
  width: auto;
  height: auto;
  border-radius: 0;
  margin-right: 10px;
}
.package-details .package-right-box {
  width: 100%;
}
.package-details .package-right-box .package-price-box {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background: linear-gradient(45deg, rgb(58, 194, 214) 0%, rgb(212, 249, 255) 100%);
  margin-bottom: 15px;
}
.package-details .package-right-box .package-price-box .startfrom {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.package-details .package-right-box .package-price-box h6 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-details .package-right-box .package-price-box h6 span {
  font-size: 16px;
  font-weight: 400;
}
.package-details .package-right-box .package-price-box .pack-box {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #8AF0FF;
  padding: 6px 0px;
}
.package-details .package-right-box .package-price-box .pack-box .icon {
  width: 35px;
  height: 35px;
}
.package-details .package-right-box .package-price-box .pack-box .content {
  padding-left: 10px;
}
.package-details .package-right-box .package-price-box .pack-box .content .title {
  font-size: 14px;
  font-weight: 500;
}
.package-details .package-right-box .package-price-box .pack-box .content h4 {
  font-size: 18px;
  font-weight: 500;
}
.package-details .package-right-box .package-enquiry {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
}
.package-details .package-right-box .package-enquiry .head {
  width: 100%;
  background: linear-gradient(to right, rgb(29, 97, 107) 0%, rgb(58, 194, 214) 100%);
  padding: 15px 21px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.package-details .package-right-box .package-enquiry .head h5 {
  font-size: 22px;
  color: #FFF;
  margin-bottom: 5px;
}
.package-details .package-right-box .package-enquiry .head p {
  color: #FFF;
  margin: 0;
}
.package-details .package-right-box .package-enquiry .form-box {
  width: 100%;
  padding: 20px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control {
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  padding-left: 37px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.destinations1 {
  background-image: url(../images/destination-icon.svg);
  background-position: 10px 22px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.passenger {
  background-image: url(../images/passenger-icon.svg);
  background-position: 10px 21px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.date {
  background-image: url(../images/calander-icon.svg);
  background-position: 10px 23px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.user {
  background-image: url(../images/user-icon.svg);
  background-position: 10px 23px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.phone {
  background-image: url(../images/phone1-icon.svg);
  background-position: 10px 24px;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.form-btn {
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  border: none;
  transition: 0.3s all ease-in-out;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
}
.package-details .package-right-box .package-enquiry .form-box .form-control.form-btn:hover {
  background-position: 100% 0;
}
.package-details .package-right-box .package-enquiry .form-box .input-group label {
  padding-right: 8px;
}
.package-details .package-right-box .package-enquiry .form-box .input-group .count {
  display: flex;
}
.package-details .package-right-box .package-enquiry .form-box .input-group .count .circle {
  width: 31px;
  height: 31px;
  border: 1px solid #106976;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  color: #106976;
  transition: 0.3s all ease-in-out;
  background-color: transparent;
}
.package-details .package-right-box .package-enquiry .form-box .input-group .count .circle:hover {
  background-color: #106976;
  color: #FFF;
}
.package-details .package-right-box .package-enquiry .form-box .plus-minus-input {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.package-details .package-right-box .package-enquiry .form-box .plus-minus-input .input-group-field {
  width: 20px;
  height: 30px;
  text-align: center;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  border: none;
  color: #106976;
}
.package-details .package-right-box .package-enquiry .form-box .plus-minus-input .input-group-field::-webkit-inner-spin-button,
.package-details .package-right-box .package-enquiry .form-box .plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.package-details .package-right-box .package-enquiry .form-box .plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 0.25em 0.8em;
}

.gallery-sec {
  width: 100%;
}
.gallery-sec .gallery-box {
  width: 100%;
}
.gallery-sec .gallery-box a {
  width: 100%;
  height: 295px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.gallery-sec .gallery-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: 1.3s all ease;
}
.gallery-sec .gallery-box a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.gallery-sec .gallery-box a .title h5 {
  font-size: 18px;
  margin-bottom: 2px;
  color: #FFF;
}
.gallery-sec .gallery-box a .title p {
  color: #FFF;
  margin: 0;
}
.gallery-sec .gallery-box a::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.gallery-sec .gallery-box a:hover::before {
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}
.gallery-sec .gallery-box a:hover img {
  transform: scale(1.3);
}

.cmn-sec {
  width: 100%;
}
.cmn-sec h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
.cmn-sec ul {
  margin-bottom: 15px;
}
.cmn-sec ul li {
  margin-bottom: 0px;
  padding: 5px 0px;
  background-image: url(../images/arrow-points.svg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 24px;
  padding-left: 34px;
}

footer {
  width: 100%;
  background-color: #FFF;
}
footer .newsletters {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 35px 0px;
  border-bottom: 1px solid #EEEEEE;
}
footer .newsletters .txt {
  width: 50%;
}
footer .newsletters .txt h6 {
  font-size: 30px;
  color: #00505B;
}
footer .newsletters .txt-box {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
footer .newsletters .txt-box .text-field {
  width: 100%;
  height: 60px;
  border: 1px solid #B7B7B7;
  border-radius: 50px;
  padding: 30px;
}
footer .newsletters .txt-box .btn-sec {
  height: 60px;
  background-image: linear-gradient(to right, #3AC2D6, #0067A2, #0067A2, #3AC2D6);
  background-size: 300% 100%;
  border-radius: 50px;
  border: none;
  width: 273px;
  color: #FFF;
  font-weight: 600;
  margin-left: 10px;
}
footer .newsletters .txt-box .btn-sec:hover {
  background-position: 100% 0;
}
footer .f-box {
  width: 100%;
  padding: 37px 10px 37px 0px;
}
footer .f-box .f-logo {
  width: 100%;
  margin-bottom: 10px;
}
footer .f-box .f-logo img {
  width: 200px;
}
footer .f-box .f-about {
  width: 100%;
  text-align: justify;
  margin-bottom: 10px;
}
footer .f-box .f-about p {
  margin: 0;
  text-align: left;
}
footer .f-box .f-media {
  width: 100%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
footer .f-box .f-media a {
  width: 42px;
  height: 42px;
  border: 1px solid #3AC2D6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3AC2D6;
}
footer .f-box .f-media a:hover {
  background-color: #3AC2D6;
  color: #FFF;
}
footer .f-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #00505B;
  margin-bottom: 12px;
}
footer .f-box .f-nav li {
  margin-bottom: 6px;
}
footer .f-box .f-nav li a {
  color: #000;
}
footer .f-box .f-nav li a:hover {
  color: #3AC2D6;
}
footer .f-box .f-contact li {
  margin-bottom: 5px;
  padding: 12px 0px 12px 61px;
}
footer .f-box .f-contact li p {
  margin: 0;
}
footer .f-box .f-contact li a {
  display: inline-block;
  color: #000;
}
footer .f-box .f-contact li.phone {
  background-image: url(../images/phone-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
footer .f-box .f-contact li.mail {
  background-image: url(../images/mail-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
footer .f-box .f-contact li.map {
  background-image: url(../images/map-icon.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
footer .copyright {
  width: 100%;
  background: linear-gradient(to right, rgb(33, 153, 171) 0%, rgb(2, 139, 156) 100%);
  padding: 20px 0px;
}
footer .copyright p {
  margin: 0px;
  color: #FFF;
  text-align: center;
}

.connect-popup {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.connect-popup .modal-content {
  padding: 10px;
  border-radius: 20px;
}
.connect-popup .modal-content .modal-body {
  background-color: #042554;
  border-radius: 15px;
}
.connect-popup .modal-content .modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #FFF;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 6px;
  background-size: 10px;
}
.connect-popup .modal-content .modal-body .form-sec h4 {
  font-size: 22px;
  color: #FFF;
}
.connect-popup .modal-content .modal-body .form-sec p {
  color: #FFF;
}
.connect-popup .modal-content .modal-body .form-control {
  width: 100%;
  height: 60px;
}
.connect-popup .modal-content .modal-body .txt-msg {
  height: 120px;
}
.connect-popup .modal-content .modal-body .form-btn {
  width: 100%;
  height: 60px;
  background-color: #FFBB02;
  text-transform: uppercase;
  font-weight: 600;
}

.alert {
  position: absolute;
  bottom: -26px;
  left: 30px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .hm-about .form-wrapper .enquiry-form {
    top: -202px;
  }
  header .d-nav {
    display: none;
  }
  header .mb-nav {
    display: block;
  }
}
@media (max-width: 991px) {
  header::before {
    width: 43%;
  }
  footer .newsletters {
    display: block;
    border: none;
  }
  footer .newsletters .txt {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .newsletters .txt h6 {
    font-size: 24px;
  }
  footer .newsletters .txt-box {
    width: 100%;
  }
  footer .f-box {
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: 6px;
  }
  .navbar-toggler {
    border: 1px solid #FFF;
  }
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .banner .icon-sec {
    justify-content: center;
  }
  .banner {
    height: 100vh;
  }
  .banner .banner_title h5 {
    text-align: center;
  }
  .banner .banner_title {
    top: 25%;
    text-align: center;
  }
  .banner .banner_title h6 {
    text-align: center;
  }
  .p-80 {
    padding: 30px 0px;
  }
  .hm-about .form-wrapper .enquiry-form {
    top: 0px;
    position: relative;
  }
  .whychoose-area .content {
    margin-bottom: 20px;
  }
  .whychoose-area .why-choose-img-area .img1 {
    width: 100%;
    height: 360px;
  }
  .whychoose-area .why-choose-img-area .img2 {
    display: none;
  }
  .hm-gallery-sec .gallery-box a {
    margin-bottom: 10px;
  }
  .filter-sec .tourtype {
    display: none;
  }
  .contact-sec .contact-form {
    padding-top: 0;
    padding-right: 0px;
  }
  .contact-sec .contact-img {
    display: none;
  }
  .contact-sec .contact-form h4, .contact-sec .contact-form h6, .contact-sec .contact-form p {
    text-align: center;
  }
  .package-details .package-inner .conbined-sec {
    display: block;
  }
  .package-details .package-inner {
    padding-right: 0;
  }
  .package-details .package-right-box .package-enquiry {
    margin-top: 20px;
  }
  .company-ratings .justify-content-end {
    justify-content: center !important;
  }
  .company-ratings .justify-content-lg-start {
    justify-content: center !important;
  }
  .company-ratings .box {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  footer .newsletters .txt-box {
    display: block;
  }
  footer .newsletters .txt-box .text-field {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .newsletters .txt-box .btn-sec {
    width: 100%;
    margin-left: 0;
  }
  footer .newsletters .txt h6 {
    text-align: center;
  }
  .banner .social-media a {
    display: none;
  }
  .banner .circle {
    margin-bottom: 10px;
  }
  .banner .banner_title h5 {
    font-size: 24px;
  }
  .banner .banner_title h6 {
    font-size: 24px;
  }
  .p-80 {
    padding: 30px 0px;
  }
  .hm-about .form-wrapper .enquiry-form form {
    padding: 15px;
  }
  .hm-about .about-sec {
    display: block;
  }
  .hm-about .about-sec .about-img {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
  .hm-about .about-sec .about-img img {
    border-radius: 20px;
  }
  .hm-about .about-sec .content {
    width: 100%;
    padding-left: 0;
  }
  .hm-about .about-sec .content h1, .section-title h3, .whychoose-area .content h5, .inner-banner h1, .travel-blogs-details h5, .package-details h2, .package-details .package-price-box h6 {
    font-size: 25px;
  }
  .hm-gallery-sec::before, .hm-gallery-sec::after {
    display: none;
  }
  .package-details .package-inner .itinerary .itinerary-img {
    display: block;
  }
  .package-details .package-inner .itinerary .itinerary-img .img-box {
    margin-bottom: 10px;
  }
  .package-details .package-inner .img-sec {
    height: 200px;
  }
  .inner-about .company-ratings .divider::after {
    display: none;
  }
  .inner-about .company-ratings .box {
    padding: 12px 0px;
  }
  .travel-blogs-details .blog-img {
    height: auto;
  }
}
@media (max-width: 576px) {
  header .logo::after, header .logo::before {
    display: none;
  }
  header {
    background: #FFF;
  }
  header .mb-nav {
    filter: brightness(1) invert(0);
  }
  .whychoose-area .content .count-box {
    display: block;
  }
  .whychoose-area .content .count-box .box {
    margin-bottom: 10px;
    text-align: center;
  }
}/*# sourceMappingURL=main.css.map */