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

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

img {
  transition: 0.3s all ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: none !important;
}

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

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

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

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

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

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

.p60 {
  padding: 60px 0px;
}

header {
  width: 100%;
  position: absolute;
  z-index: 99;
  padding: 10px 0px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .navbar-collapse {
  flex-grow: 0;
}
header .container .navbar-collapse .nav-link {
  padding: 10px 22px;
  color: #FFF;
}
header .container .navbar-collapse .nav-link:hover {
  color: #ED2224;
}
header .btn-arrow {
  padding-right: 50px;
}
header .btn-arrow .arrow-sec {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 3px;
  right: 5px;
  transition: 0.3s all ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .btn-arrow .arrow-sec img {
  transition: 0.3s all ease-in-out;
}
header .btn-arrow:hover .arrow-sec {
  transform: rotate(-20deg);
}

.btn-sec {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  background-color: #ED2224;
  color: #FFF;
  position: relative;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.btn-sec.red-hr:hover {
  background-color: #FFF;
  color: #ED2224;
}
.btn-sec.red-hr:hover .arrow-sec {
  background-color: #ED2224;
}
.btn-sec.red-hr:hover .arrow-sec img {
  filter: brightness(0) invert(1);
}
.btn-sec.white-hr:hover {
  background-color: #ED2224;
  color: #FFF;
}

.full-width-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-bottom: 2px solid #FFF;
}
.full-width-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-banner .video_overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0.2;
}
.full-width-banner .banner_title {
  position: absolute;
  width: 50%;
  top: 40%;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #FFF;
  margin-top: -86px;
}
.full-width-banner .banner_title h3 {
  font-size: 51px;
  font-family: "Tangerine", cursive;
  color: #FFF;
}
.full-width-banner .banner_title h4 {
  font-size: 57px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  margin-top: -50px;
  width: 159px;
  height: 49px;
  background-image: url(../images/mouse-wheel-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  animation-name: fadeInUp;
  animation-duration: 2.5s;
  animation-fill-mode: both;
}
.mouse .move {
  width: 17px;
  animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.floating-logo {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

footer {
  width: 100%;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding-top: 380px;
  position: relative;
}
footer .subscribe {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .subscribe .subscribe-txt h5 {
  font-size: 30px;
  margin: 0px;
}
footer .subscribe .subscribe-txt h5 span {
  font-weight: 700;
}
footer .subscribe .subscribe-form {
  width: 50%;
  position: relative;
}
footer .subscribe .subscribe-form input {
  width: 100%;
  height: 74px;
  border-radius: 10px;
  border: none;
  padding: 0px 190px 0px 26px;
}
footer .subscribe .subscribe-form .send-btn {
  height: 66px;
  background-color: #ED2224;
  color: #FFF;
  padding: 10px 25px;
  position: absolute;
  right: 4px;
  top: 4px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}
footer .subscribe .subscribe-form .send-btn:hover {
  background-color: #000000;
}
footer .footer-first {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-first .box {
  width: 100%;
  padding: 20px 0px;
}
footer .footer-first .box h6 {
  font-size: 30px;
  color: #FFDAC1;
  margin: 0;
}
footer .footer-first .address {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}
footer .footer-first .address .icon {
  margin-right: 15px;
}
footer .footer-first .address p {
  color: #FFDAC1;
  margin: 0;
}
footer .footer-first .contact {
  width: 100%;
  text-align: right;
}
footer .footer-first .contact h4 {
  font-size: 24px;
  font-weight: 600;
}
footer .footer-first .contact h4 a {
  color: #FFDAC1;
  display: inline-block;
}
footer .footer-first .contact h4 a:hover {
  color: #FFF;
}
footer .footer-first .contact p a {
  color: #FFDAC1;
}
footer .footer-first .contact p a:hover {
  color: #FFF;
}
footer hr {
  border-color: #ffa566;
}
footer .f-box {
  width: 100%;
  padding: 20px 0px;
}
footer .f-box h5 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #FFDAC1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
footer .f-box h5::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 3px;
  background-color: #FFDAC1;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
footer .f-box ul li {
  margin-bottom: 10px;
}
footer .f-box ul li a {
  color: #FFDAC1;
}
footer .f-box ul li a:hover {
  padding-left: 6px;
}
footer .f-box .social-media {
  width: 100%;
  display: flex;
  gap: 6px;
}
footer .f-box .social-media a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #FFA25E;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f-box .social-media a:hover {
  background-color: #FFA25E;
  margin-top: -5px;
}
footer .f-box .social-media a:hover img {
  filter: brightness(0) invert(1);
}
footer .copy-right {
  padding: 10px 0px;
}
footer .copy-right p {
  margin: 0;
  color: #FFDAC1;
}
footer .developed {
  padding: 10px 0px 24px 0px;
}
footer .developed p {
  text-align: right;
  margin: 0;
  color: #FFDAC1;
}
footer .developed p a {
  color: #FFDAC1;
}

.title-heading {
  text-align: center;
}
.title-heading h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}
.title-heading span {
  font-weight: 600;
}

.tour-package {
  width: 100%;
}

.item {
  margin: 0px 8px;
}

.owl-dots {
  display: none;
}

.transportation-sec {
  width: 100%;
  padding-top: 0;
}

.package-item-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.package-item-box .img-sec {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.package-item-box .img-sec::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.package-item-box .img-sec .seat {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px 14px;
  background-color: #ED2224;
  border-radius: 7px;
  color: #FFF;
}
.package-item-box .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.package-item-box .content {
  width: 100%;
  padding: 25px;
}
.package-item-box .content .sub-title {
  color: #09743B;
}
.package-item-box .content h4 {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.package-item-box .content h4 a {
  color: #000;
}
.package-item-box .content .txtsec {
  min-height: 84px;
}
.package-item-box .content .txtsec p {
  font-size: 14px;
}
.package-item-box .content hr {
  border-color: #afafaf;
}
.package-item-box .content .btmbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.package-item-box .content .btmbox .price {
  color: #ED2224;
}
.package-item-box .content .btmbox .price .start-txt {
  margin-bottom: 2px;
}
.package-item-box .content .btmbox .price h6 {
  font-size: 22px;
  font-weight: 600;
}
.package-item-box .content .btmbox .details a {
  width: 47px;
  height: 47px;
  border: 1px solid #ED2224;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
}
.package-item-box .content .btmbox .details a:hover {
  background-color: #ED2224;
}
.package-item-box .content .btmbox .details a:hover img {
  filter: brightness(0) invert(1);
}
.package-item-box:hover .img-sec::before {
  animation: shine 0.75s;
}
.package-item-box:hover .img-sec img {
  opacity: 1;
  animation: shine 0.75s;
  transform: scale(1.1);
}
.package-item-box:hover .content .btmbox .details a {
  background-color: #ED2224;
}
.package-item-box:hover .content .btmbox .details a img {
  filter: brightness(0) invert(1);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.mid-sec .backgound-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.mid-sec .backgound-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.more {
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #ED2224;
  color: #ED2224;
}
.more:hover {
  background-color: #ED2224;
  color: #FFF;
}

.home-about {
  width: 100%;
  padding-bottom: 200px;
  position: relative;
  z-index: 9;
}
.home-about .content {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.home-about .content h1 {
  font-size: 40px;
  font-weight: 400;
}
.home-about .img-sec {
  width: 100%;
  height: 395px;
}
.home-about .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.company-grid {
  width: 100%;
  padding: 60px 0px;
  position: relative;
  z-index: 9;
}
.company-grid .grid-box {
  width: 100%;
  background-color: #FFF;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}
.company-grid .grid-box img {
  height: 40px;
  margin-bottom: 10px;
}
.company-grid .grid-box h5 {
  font-size: 30px;
  color: #ED2224;
  font-weight: 700;
  margin-bottom: 2px;
}
.company-grid .grid-box p {
  color: #7A7A7A;
  font-size: 18px;
  margin: 0;
}

.destination-sec {
  width: 100%;
}

.destination-box {
  width: 100%;
  height: 438px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.destination-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.destination-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.destination-box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
  transition: 0.3s all ease-in-out;
  padding: 30px;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.destination-box .content .txt {
  width: 100%;
  height: 100%;
  position: relative;
}
.destination-box .content .txt .box-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
}
.destination-box .content .txt .box-content h4 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  margin: 0;
}
.destination-box .content .txt .box-content p {
  color: #FFF;
}
.destination-box .content .txt .box-content a {
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #FFF;
  color: #FFF;
}
.destination-box .content .txt .box-content a:hover {
  background-color: #ED2224;
  color: #FFF;
  border-color: #ED2224;
}
.destination-box:hover::before {
  animation: shine 0.75s;
}
.destination-box:hover img {
  opacity: 1;
  animation: shine 0.75s;
  transform: scale(1.1);
}
.destination-box:hover .content .txt .box-content a {
  background-color: #ED2224;
  color: #FFF;
  border-color: #ED2224;
}

.offer-banner-sec {
  width: 100%;
}
.offer-banner-sec .carousel-item {
  width: 100%;
}
.offer-banner-sec .carousel-item img {
  width: 100%;
  border-radius: 10px;
}
.offer-banner-sec .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
}
.offer-banner-sec .carousel-indicators button.active {
  width: 28px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.3);
}

.testimonials-sec {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0px;
}
.testimonials-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.testimonials-sec .container {
  position: relative;
  z-index: 1;
}
.testimonials-sec .title-heading h4 {
  color: #ED2224;
  font-weight: 400;
}
.testimonials-sec .title-heading h3 {
  color: #FFF;
}
.testimonials-sec .box {
  width: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.testimonials-sec .box .content {
  width: 100%;
  min-height: 130px;
  padding-bottom: 15px;
}
.testimonials-sec .box .content p {
  margin: 0;
}
.testimonials-sec .box .author {
  width: 100%;
  display: flex;
  align-items: center;
}
.testimonials-sec .box .author .img-sec {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-sec .box .author .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-sec .box .author .txt {
  padding-left: 10px;
}
.testimonials-sec .box .author .txt h6 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.testimonials-sec .box .author .txt p {
  margin: 0;
}

.expertises {
  width: 100%;
}
.expertises .title-heading h3 {
  margin-bottom: 5px;
}
.expertises .title-heading h4 {
  color: #ED2224;
  font-weight: 400;
  margin-bottom: 30px;
}
.expertises .tabs {
  margin: 0;
}
.expertises .tabs .tabs__nav {
  text-align: center;
  justify-content: left;
  margin-bottom: 14px;
}
.expertises .tabs .tabs__nav .tabs__nav_link {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  padding: 30px;
  color: #000;
  font-weight: 600;
}
.expertises .tabs .tabs__nav .tabs__nav_link.is__active {
  font-weight: 600;
  color: #FFF;
  background-color: #ED2224;
  border-color: #ED2224;
}
.expertises .tabs .tabs__content.is__active {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
}
.expertises .tabs .tabs__content .tabs__content_wrapper .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/world_map_with_points.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.expertises .tabs .tabs__content .tabs__content_wrapper .content .txt {
  width: 60%;
  padding-right: 20px;
}
.expertises .tabs .tabs__content .tabs__content_wrapper .content .txt h6 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.expertises .tabs .tabs__content .tabs__content_wrapper .content .txt ul li {
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 24px;
  margin-bottom: 8px;
}
.expertises .tabs .tabs__content .tabs__content_wrapper .content .img-sec {
  width: 450px;
  height: 385px;
}
.expertises .tabs .tabs__content .tabs__content_wrapper .content .img-sec img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-header {
  position: relative;
}
.inner-header .container .navbar-collapse .nav-link {
  color: #000;
}
.inner-header .container .btn-sec.red-hr:hover {
  background-color: #000;
  color: #FFF;
}

.inner-banner {
  width: 100%;
  padding: 0px 13px;
}
.inner-banner .banner-wrapper {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.inner-banner .banner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.inner-banner .banner-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/shadow.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.inner-banner .banner-wrapper .container {
  position: relative;
  z-index: 1;
}
.inner-banner .banner-wrapper h1 {
  font-size: 40px;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}
.inner-banner .banner-wrapper nav {
  display: flex;
  justify-content: center;
}
.inner-banner .banner-wrapper nav .breadcrumb {
  margin: 0;
  display: flex;
  justify-content: center;
}
.inner-banner .banner-wrapper nav li {
  color: #FFF;
}
.inner-banner .banner-wrapper nav li::before {
  color: #FFF;
}
.inner-banner .banner-wrapper nav li a {
  color: #FFF;
}

.about-sec {
  width: 100%;
  padding-bottom: 0px;
}
.about-sec h2 {
  font-size: 40px;
}
.about-sec .item-box {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ED2224;
}
.about-sec .item-box .head {
  padding: 0px 0px;
  position: relative;
  margin-top: -64px;
}
.about-sec .item-box .head span {
  background-color: #ED2224;
  padding: 10px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF;
  display: inline-block;
}
.about-sec .item-box .content {
  width: 100%;
  padding-top: 20px;
}
.about-sec .item-box .content p {
  margin: 0;
}
.about-sec .about-img {
  width: 100%;
  height: 300px;
}
.about-sec .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.destination-sec {
  width: 100%;
}

.inner-head {
  text-align: center;
}
.inner-head h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
.inner-head h3 span {
  font-weight: 600;
}
.inner-head h4 {
  font-size: 22px;
  font-weight: 400;
}

.filter {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.filter .btn {
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #ED2224;
  color: #ED2224;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}
.filter .btn.active, .filter .btn:hover {
  background-color: #ED2224;
  color: #FFF;
}

.tickets-sec {
  width: 100%;
}

.contact-sec .item-box {
  width: 100%;
  height: 100%;
  border: 1px solid #ED2224;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.contact-sec .item-box .icon {
  width: 66px;
  height: 66px;
  background-color: #ED2224;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 15px;
}
.contact-sec .item-box.color-box {
  background-color: #ED2224;
}
.contact-sec .item-box.color-box .icon {
  background-color: #FFF;
}
.contact-sec .item-box.color-box h5 {
  color: #FFF;
}
.contact-sec .item-box.color-box p {
  color: white;
  margin: 0;
}
.contact-sec .item-box.color-box p a {
  color: #FFF;
}
.contact-sec .item-box.color-box p a:hover {
  color: #000;
}
.contact-sec .item-box p {
  color: #000;
}
.contact-sec .item-box p a {
  color: #000;
}
.contact-sec .item-box p a:hover {
  color: #ED2224;
}
.contact-sec .contact-form {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
}
.contact-sec .contact-form h5 {
  font-size: 16px;
  font-weight: 400;
}
.contact-sec .contact-form h6 {
  font-size: 28px;
  font-weight: 600;
  color: #ED2224;
  margin-bottom: 15px;
}
.contact-sec .contact-form .form-control {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
}
.contact-sec .contact-form .form-control:focus {
  border-color: #ed2224;
  box-shadow: 0 0 0 0.25rem rgba(237, 34, 36, 0.3);
}
.contact-sec .contact-form .form-control.msg {
  height: 150px;
}
.contact-sec .contact-form .sp-btn {
  width: 100%;
  height: 70px;
  background-color: #ED2224;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.3s all ease-in-out;
}
.contact-sec .contact-form .sp-btn:hover {
  background-color: #000;
}
.contact-sec .map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.contact-sec .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.package-details-sec {
  width: 100%;
}
.package-details-sec h3 {
  font-size: 34px;
}
.package-details-sec p {
  text-align: justify;
}
.package-details-sec .box-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
  gap: 5px;
}
.package-details-sec .box-wrapper .price-box {
  padding-right: 40px;
}
.package-details-sec .box-wrapper .price-box span {
  color: #ED2224;
  font-size: 20px;
  margin: 0;
}
.package-details-sec .box-wrapper .price-box .price {
  font-size: 28px;
  font-weight: 600;
  color: #ED2224;
}
.package-details-sec .box-wrapper .cmn-box {
  display: flex;
  align-items: center;
  border: 1px solid #FFD5D5;
  border-radius: 10px;
  padding: 10px 15px;
}
.package-details-sec .box-wrapper .cmn-box .icon {
  width: 18px;
  margin-right: 10px;
}
.package-details-sec .box-wrapper .cmn-box .icon img {
  width: 100%;
}
.package-details-sec .box-wrapper .cmn-box .content .title {
  color: #000;
}
.package-details-sec .box-wrapper .cmn-box .content .value {
  color: #ED2224;
  font-weight: 400;
}
.package-details-sec .img-sec {
  width: 100%;
  height: 290px;
}
.package-details-sec .img-sec img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-details-sec h4 {
  font-size: 28px;
  font-weight: 600;
  color: #ED2224;
  margin-bottom: 12px;
}
.package-details-sec h5 {
  font-size: 22px;
  font-weight: 600;
  color: #ED2224;
  margin-bottom: 12px;
}
.package-details-sec .item-box {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #FFFCFC;
  border: 1px solid #FFA5A6;
}
.package-details-sec .item-box .place {
  font-size: 20px;
  font-weight: 400;
}
.package-details-sec .item-box .price {
  font-size: 22px;
  font-weight: 600;
  color: #ED2224;
}
.package-details-sec .devide-sec {
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 15px;
  padding-right: 50px;
}
.package-details-sec .devide-sec ul {
  margin-bottom: 20px;
}
.package-details-sec .devide-sec ul li {
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 30px;
}
.package-details-sec .devide-sec ul.include li {
  background-image: url(../images/icnclude-icon.svg);
}
.package-details-sec .devide-sec ul.exclude li {
  background-image: url(../images/exclude-icon.svg);
}
.package-details-sec .devide-sec ul.arrow li {
  background-image: url(../images/arrow-icon.svg);
}
.package-details-sec .devide-sec ul.activities-points li {
  background-image: url(../images/arrow.svg);
  padding-left: 24px;
  background-position: 0px 2px;
}
.package-details-sec .booking-form {
  width: 100%;
  background: linear-gradient(135deg, rgb(234, 34, 35) 0%, rgb(143, 12, 48) 100%);
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
  position: relative;
}
.package-details-sec .booking-form::after {
  content: "";
  position: absolute;
  width: 131px;
  height: 123px;
  right: 0;
  bottom: 0;
  background-image: url(../images/shapes6.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.package-details-sec .booking-form .head {
  width: 100%;
  padding-right: 70px;
  border-bottom: 1px solid #ff4752;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(../images/enquiry-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0px;
}
.package-details-sec .booking-form .head h5 {
  color: #FFF;
  font-size: 23px;
  font-weight: 600;
  margin: 1px;
}
.package-details-sec .booking-form .head p {
  margin: 0;
  color: #FFF;
}
.package-details-sec .booking-form .form-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.package-details-sec .booking-form .form-box li {
  padding: 10px 0px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  margin-bottom: 13px;
}
.package-details-sec .booking-form .form-box li.whatsapp-icon {
  background-image: url(../images/whatsapp-icon2.svg);
}
.package-details-sec .booking-form .form-box li.mail-icon {
  background-image: url(../images/email-icon.svg);
}
.package-details-sec .booking-form .form-box li a {
  font-size: 20px;
  color: #FFF;
  padding-left: 50px;
}

.transportation-warpper {
  width: 100%;
}

.rental-car-popup {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.rental-car-popup .modal-content {
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  background-color: transparent;
}
.rental-car-popup .modal-body {
  padding: 0px;
  display: flex;
}
.rental-car-popup .form-sec {
  width: 100%;
  background-color: #000;
  padding: 20px;
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rental-car-popup .form-sec h4 {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
}
.rental-car-popup .form-sec p {
  text-align: center;
  color: #FFF;
}
.rental-car-popup .img-sec {
  width: 100%;
  height: 100%;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.rental-car-popup .img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rental-car-popup .img-sec .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
}
.rental-car-popup .box-wrapper {
  width: 100%;
}
.rental-car-popup .form-box {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ED2224;
  border-radius: 10px;
  padding: 30px;
}
.rental-car-popup .form-box li {
  padding: 10px 0px 20px 0px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  margin-bottom: 6px;
  border-bottom: 1px solid #ff3843;
}
.rental-car-popup .form-box li:last-child {
  margin-bottom: 0;
  padding-bottom: 10px;
  border: none;
}
.rental-car-popup .form-box li.whatsapp-icon {
  background-image: url(../images/whatsapp-icon2.svg);
}
.rental-car-popup .form-box li.mail-icon {
  background-image: url(../images/email-icon.svg);
}
.rental-car-popup .form-box li a {
  font-size: 20px;
  color: #FFF;
  padding-left: 50px;
}
.rental-car-popup .form-control {
  width: 100%;
  height: 60px;
}
.rental-car-popup .form-btn {
  width: 100%;
  height: 60px;
  background-color: #ED2224;
  color: #FFF;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.rental-car-popup .form-btn:hover {
  background-color: #ED2224;
}

.cmn-sec {
  width: 100%;
}
.cmn-sec h4 {
  font-size: 18px;
  font-weight: 600;
}
.cmn-sec h5 {
  font-weight: 600;
}
.cmn-sec ul {
  margin-bottom: 20px;
}
.cmn-sec ul li {
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  margin-bottom: 6px;
  padding-left: 25px;
}
.cmn-sec ol {
  margin-bottom: 0px;
  padding-left: 52px;
}
.cmn-sec ol li {
  background-image: none;
  margin-bottom: 6px;
  padding-left: 0px;
}
.cmn-sec p a {
  color: #ED2224;
}

.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 30px;
  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: #FFF;
}

.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: #ED2224;
  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, #ED2224, #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.progress-circle path {
  stroke: #ED2224;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 999;
  bottom: 43%;
  right: 20px;
  background-color: #068238;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp img {
  width: 60%;
}
.whatsapp .wave {
  width: 60px;
  height: 60px;
  background: #068238;
  animation: sonarWave 2s linear infinite;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

@media (min-width: 991px) {
  .dropdown-menu {
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    display: block;
    transition: all 0.3s linear;
  }
  .dropdown-menu .dropdown-item {
    padding: 10px 16px;
    border-bottom: 1px solid #efefef;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: #ED2224;
    color: #FFF;
  }
  .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    transform: scale(1, 1);
  }
  .dropdown:focus .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .full-width-banner .banner_title h4 {
    font-size: 44px;
  }
  header .container .navbar-collapse .nav-link {
    padding: 10px 9px;
    font-size: 15px;
  }
  .navbar-brand img {
    width: 140px;
  }
  .package-details-sec .box-wrapper {
    padding-top: 0px;
  }
  .package-details-sec .box-wrapper .price-box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .p60, .testimonials-sec {
    padding: 30px 0px;
  }
  header .btn-arrow {
    display: none;
  }
  .inner-banner .banner-wrapper {
    padding: 60px 0px;
  }
  .inner-banner .banner-wrapper h1 {
    font-size: 30px;
  }
  .inner-head h3 {
    font-size: 30px;
  }
  .rental-car-popup .modal-body {
    display: block;
  }
  .rental-car-popup .img-sec {
    height: 250px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
  }
  .rental-car-popup .form-sec {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .navbar-toggler {
    width: 45px;
    height: 45px;
    background-color: #ED2224;
    border: none;
    color: #FFF;
    border-radius: 9px;
    padding: 5px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/nav-btn.svg);
    background-size: 21px;
  }
  .full-width-banner .banner_title h4 {
    font-size: 28px;
  }
  .full-width-banner .banner_title h3 {
    font-size: 40px;
  }
  footer {
    padding-top: 110px;
  }
  footer .footer-first {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px;
  }
  footer .subscribe {
    display: block;
    padding: 20px;
  }
  footer .subscribe .subscribe-form {
    width: 100%;
  }
  footer .footer-first .box {
    padding: 0px 0px;
  }
  footer .subscribe .subscribe-txt h5 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 14px;
  }
  footer .footer-first .box h6 {
    font-size: 25px;
    color: #000;
    text-align: center;
  }
  footer .footer-first .address {
    flex-wrap: wrap;
  }
  footer .footer-first .address p {
    color: #000;
    text-align: center;
  }
  footer .footer-first .address .icon {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .footer-first .address .icon img {
    filter: brightness(0) invert(0);
  }
  footer .footer-first .contact {
    text-align: center;
  }
  footer .footer-first .contact h4 a {
    color: #000;
    text-align: center;
    display: block;
  }
  footer .footer-first .contact p a {
    color: #000;
  }
  footer .f-box {
    padding: 20px 20px;
    height: 100%;
    border: 1px solid #f17c32;
    border-radius: 10px;
    background: #d06724;
  }
  footer .copy-right, footer .developed p {
    text-align: center;
  }
  .navbar-nav {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    padding: 15px 0px;
  }
  header .container .navbar-collapse .nav-link {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .home-about {
    padding-bottom: 0px;
  }
  .home-about .content {
    margin-bottom: 20px;
    padding: 20px;
  }
  .company-grid .grid-box {
    margin-bottom: 15px;
  }
  .home-about .content h1 {
    font-size: 25px;
  }
  .home-about .img-sec {
    height: 285px;
  }
  .title-heading {
    margin-bottom: 18px;
  }
  .title-heading h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .expertises .tabs .tabs__nav .tabs__nav_link {
    padding: 20px;
  }
  .tabs.is__responsive .tabs__content {
    border-radius: 9px;
    margin-bottom: 5px;
  }
  .tabs.is__responsive .tabs__content .tabs__nav_link {
    color: #000;
    font-weight: 600;
  }
  .tabs__nav_link.is__active {
    background-color: #ED2224;
    color: #FFF !important;
  }
  .expertises .tabs .tabs__content .tabs__content_wrapper .content {
    display: block;
    padding-top: 20px;
  }
  .expertises .tabs .tabs__content .tabs__content_wrapper .content .txt {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .expertises .tabs .tabs__content .tabs__content_wrapper .content .txt h6, .package-details-sec h3, .package-details-sec .box-wrapper .price-box .price, .package-details-sec h4 {
    font-size: 24px;
  }
  .expertises .tabs .tabs__content .tabs__content_wrapper .content .img-sec {
    width: 100%;
    height: 295px;
  }
  .about-sec h2 {
    font-size: 30px;
  }
  .contact-sec .map {
    height: 300px;
  }
  header .container .navbar-collapse {
    border: 1px solid #ED2224;
    border-radius: 10px;
  }
  .package-details-sec .box-wrapper .cmn-box {
    width: 48%;
  }
  .package-details-sec .devide-sec {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .p60, .testimonials-sec {
    padding: 20px 0px;
  }
  .full-width-banner .banner_title {
    width: 100%;
    left: 0;
    padding: 30px;
  }
  .floating-logo {
    display: none;
  }
  .rental-car-popup .form-sec h4 {
    font-size: 22px;
  }
  .inner-head h3 {
    font-size: 20px;
  }
  .inner-head h4 {
    font-size: 16px;
  }
  footer .subscribe .subscribe-form input {
    text-align: center;
    padding: 0px 44px 0px 44px;
    border-radius: 10px;
  }
  footer .subscribe .subscribe-form .send-btn {
    position: relative;
    width: 100%;
    border-radius: 10px;
    left: 0;
  }
  .mid-sec .backgound-bg {
    display: none;
  }
  .package-item-box .img-sec {
    height: 260px;
  }
  .home-about .content {
    text-align: center;
  }
  .offer-banner-sec .carousel-indicators button {
    width: 10px;
    height: 10px;
  }
  .company-grid {
    padding: 23px 0px;
  }
  .destination-box {
    height: 340px;
  }
  .about-sec h2 {
    font-size: 24px;
    text-align: center;
  }
  .about-sec p {
    text-align: justify;
  }
  .whatsapp {
    bottom: 100px;
    right: 5px;
  }
}
@media (max-width: 576px) {
  footer .subscribe .subscribe-form input {
    border: 1px solid #e71622;
    padding: 0px 25px 0px 25px;
  }
  footer {
    padding-top: 10px;
  }
  .package-details-sec .box-wrapper .cmn-box {
    width: 100%;
  }
  .package-details-sec .booking-form .head h5 {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */