/* import files */
@import url(variables);
@import url(customglobal);

/* ====================================
   Header Start 
===================================== */
.header-main {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  transition: all ease .5s;
}

.header-main .header-bottom {
  background-color: var(--white);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}

.fixed-header .header-main {
  top: -50px;
}

body.fixed-header {
  padding-top: 94px;
}

.header-media-left {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.header-media-left a,
.header-media-right a {
  font-size: var(--fs-vsm);
}

.header-top {
  padding: 10px 0;
  background-color: var(--sliver);
}

.header-media-right ul {
  display: flex;
  column-gap: 30px;
}

.header-media-right ul li {
  margin: 0;
}

.header-media-right ul li a:hover {
  color: var(--black);
}

.header-media-left a,
.header-media-right a,
.header-media-left p {
  color: var(--black);
}

.header-media-left button {
  color: var(--black);
  background-color: var(--white);
  border: none;
}

.logo a img {
  height: 75px;
}

.icon-main {
  display: flex;
  justify-content: end;
}

.nav ul {
  column-gap: 20px;
}

.nav ul li a {
  display: flex;
  column-gap: 5px;
  padding: 18px 0;
  align-items: center;
  font-size: var(--fs-vsm);
  font-weight: var(--fw-medium);
  line-height: var(--lh-vsm);
  color: var(--black);
  text-transform: uppercase;
}

.nav ul li a i {
  font-size: var(--fs-vsm);
}

.icon-main {
  column-gap: 30px;
}

.media-icon {
  column-gap: 30px;
  background-color: var(--primary-color);
  padding: 8px 12px;
  border-radius: 5px;
  color: var(--white);
}

.search i,
.toggle-bar i {
  font-size: 18px;
  cursor: pointer;
}

.nav ul li {
  position: relative;
}

.offcanvas-header .btn-close {
  top: 105px;
  right: 65px;
  position: absolute;
  color: var(--tint2) !important;
  border: solid 2px var(--tint2);
}

.nav ul li .drop-down {
  line-height: normal;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  width: 240px;
  transition: all ease .5s;
  visibility: hidden;
  opacity: 0;
  background-color: var(--sliver);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav ul li .drop-down li a {
  line-height: normal;
  padding: 7px 10px;
  display: block;
  transition: all ease .5s;
}

.nav ul li .drop-down li:hover a {
  color: var(--tint2);
  padding: 7px 15px;
}

.nav ul li:hover .drop-down {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.offcanvas {
  padding: 80px 40px 0;
  width: 450px;
}

.offcanvas-header h4 {
  padding-bottom: 10px;
  border-bottom: solid 3px var(--tint2);
}

.offcanvas-body {
  padding: 0 0 0 16px;
}

.offcanvas-body>ul>li>span {
  color: #17161A;
}

.offcanvas-body>ul {
  margin-top: 30px;
  column-gap: 10px;
  display: flex;
  flex-direction: column;
}

.offcanvas-body ul li a {
  color: #17161A;
  font-size: 17px;
  margin-bottom: 9px;
  display: block;
}

.offcanvas-body>span {
  color: var(--shade3);
  margin: 30px 0 16px 0;
  display: block;
  padding-right: 5px;
}

.toggle-bottom ul {
  column-gap: 10px;
}

.toggle-bottom ul li a {
  width: 40px;
  height: 40px;
  background-color: var(--black);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}

.toggle-bottom ul li a:hover {
  background-color: var(--tint2);
}

.media-close-icon {
  display: none;
}

.media-close-icon i {
  color: #000000;
}

/* ====================================
   Header End 
===================================== */

/* ====================================
   Home Page Start
===================================== */


.Common_banner_sec {
  margin-top: 136px;
}


/* banner start */
#banner {
  position: relative;
  margin-top: 148px;
}

.Common_banner_sec {
  margin-top: 145px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.banner-text h1 {
  color: var(--white);
  text-transform: uppercase;
}

.banner-text p {
  max-width: 510px;
  color: var(--white);
  margin: 24px 0 15px 0;
}

.banner-text a.btn {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 600;
  color: var(--black);
  background-color: var(--white);
  font-size: 19px;
  font-weight: 600;
  margin-top: 30px;
}

/* banner end  */
.hidden {
    display: none;
}

/* Tab section */
.tab-section {
  background-color: var(--sliver);
}

/* Tabs container */
.tab-container {
  display: flex;
  justify-content: center;
  background: white;
  padding: 10px;
  border-radius: 5px;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Tab buttons */
.tab-btn {
  background: none;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  border: 1px solid var(--shade2);
}

.tab-btn:hover {
  background: #eee;
}

.tab-btn.active {
  background: var(--shade2);
  color: white;
}

/* Content area */
.tab-content {
  display: none;
  padding: 20px;
  background: white;
  margin: 20px auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tab-content.active {
  display: block;
}

/* Form styling */
.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 140px;
}

label {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

input,
select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.fare-type {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.fare-type label {
  display: flex;
  gap: 4px;
  font-weight: 500;
}

.search-btn {
  background: var(--tint2);
  border: none;
  padding: 12px 20px;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 22px;
}

.search-btn:hover {
  background: var(--tint2);
}



/* about us start */
.about-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.about-left-card:nth-child(even) {
  top: 50px;
  position: relative;
}

.about-left-card {
  width: calc(50% - 20px);
  max-width: 100%;
  overflow: hidden;
  --bs-aspect-ratio: 100%;
}

.about-left-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all .5s;
  object-position: center;
}

.about-left-card img:hover {
  transform: scale(1.2);
}

.about-right {
  max-width: 578px;
  margin-left: 30px;
}

.about-right h2 {
  max-width: 550px;
  margin-bottom: 23px;
}

.about-right p {
  color: var(--shade3);
  margin: 10px 0 25px 0;
  line-height: normal;
}

.about-right-bottom ul {
  padding: 10px;
}

.about-right-bottom {
  padding-bottom: 42px;
  flex-wrap: wrap;
}

.about-right-bottom ul li {
  font-size: 17px;
  color: #696969;
  margin-bottom: 9px;

}

.call-icon-main {
  padding: 42px 0 0 0;
  border-top: solid 1px #F3F3F3;
  column-gap: 30px;
}

.call-icon {
  width: 67px;
  height: 67px;
  line-height: 67px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  transition: all ease .5s;
  align-items: center;
  background-color: var(--black);
}

.call-icon:hover {
  background-color: var(--tint3);
}

.call-icon:hover i {
  color: var(--white);
}

.call-icon i {
  color: var(--white);
  font-size: var(--fs-l);
  transition: all ease 0.5s;
}

.call-icon-text span a {
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  color: var(--tint1);
}

.counter-main {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.counter {
  width: fit-content;
  padding: 45px 30px 40px 30px;
  background-color: var(--secondary-color);
}

.counter h2 {
  color: var(--white);
  font-size: 76px;
}

.counter h5 {
  color: var(--white);
}

.counter-icon-main span {
  color: var(--white);
  font-size: 76px;
}

/* about us end */

/* pop dest sec start */
.pop_dest_box {
  border-radius: 12px;
  background: var(--white);
  height: 100%;
  overflow: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.pop_dest_box:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.pop_dest_img {
  height: 240px !important;
}

.pop_dest_lctn img {
  width: 35px;
}

.pop_dest_img img:hover {
  transform: scale(1.1);
}

/* pop dest sec start */

/* follow section start */
.foll_sec {
  z-index: 1;
  position: relative;
  background-color: var(--tint1);
}

.foll_head h2,
.foll_head h4 {
  color: var(--white);
}

.foll_col_bg {
  position: absolute;
  margin-top: 65px;
  height: 280px;
  width: 100%;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  background: var(--tint5);
}

.foll_col {
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all ease-in-out 0.5s;
  position: relative;
  overflow: hidden;
}

.foll_col::after {
  content: '';
  position: absolute;
  top: 45%;
  left: -50%;
  height: 10%;
  width: 150%;
  transform: translateX(-100%) rotate(90deg);
  transition: all ease 0.5s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 100%);
}

.foll_col h5 {
  width: 75%;
  margin: 0 auto 30px;
  border-bottom: 2px dashed var(--tint2);
}

.foll_col_img {
  width: 50%;
  padding: 30px;
  border-radius: 50%;
  background: var(--tint2);
  border: 1px solid var(--tint2);
  transition: all ease-in-out 0.5s;
}

.foll_col_img img {
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}

.foll_col:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.foll_col:hover .foll_col_img {
  border-radius: 25%;
  background: var(--shade4);
  border: 1px solid var(--shade5);
  transition: all ease-in-out 0.5s;
}

.foll_col:hover .foll_col_img img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}

.foll_col:hover::after {
  transform: translateX(100%) rotate(45deg);
}

/* follow section end */

/* box section start */

.border-box-section-content {
  box-shadow: none;
}

.best-price-box {
  box-shadow: 0px 4px 30px -5px rgb(42 25 25 / 25%);
  border-radius: 20px;
  gap: 16px;
}

.best-price-box p strong {
  color: var(--tint2);
}

.best-price-image {
  height: 300px;
  border-radius: 20px;
}

/* // hover effect // */
.best-price-box {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.best-price-box:hover {
  transform: rotate(5deg) scale(1.02);
}

.best-price-box {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
}

.best-price-box:hover {
  background-color: #f0f0f0;
}

.best-price-box:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(f, f, f, 0.1), rgba(f, f, f, f));
  transition: opacity 0.3s;
}

/* box section end */

/* col box section start */
.col-box-sec {
  background-color: var(--tint5);
}

.col-box-cnt {
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}

/* col box section end */

/* honeymoon paackage start */
.card-new p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.card-new .card-body a {
  border: none !important;
}

.fine-adventure-heading p {
  font-size: 26px;
  color: #0072e4;
}

.read-more-btn {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.read-more-btn:hover {
  color: #000000;
}

.honey_pack_sec {
  background: #fafafa;
  border-bottom: 1px solid #e8e3e3;
}

.honey_pack_head h2 {
  color: #0072e4;
}

.honey_pack_col {
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  overflow: hidden;
  transition: all ease 0.5s;
}

.honey_pack_col:hover {
  transform: translateY(-15px);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.honey_pack_top {
  border-radius: 12px;
  overflow: hidden;
}

.honey_pack_top a img {
  transition: all ease 0.5s;
  transform: scale(1);
}

.honey_pack_top a img:hover {
  transition: all ease 0.5s;
  transform: scale(1.1);
}

.honey_pack_top h4 {
  background-color: #333;
  color: white;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 0px 0 12px 12px;
}

.honey_pack_btn a {
  display: inline-block;
  background-color: #2979ff;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.honey_pack_btn a:hover {
  background-color: #6b6666;
}

/* honeymoon paackage end */

/* explore counter section start */

.explore-count-sec {
  background: var(--tint5);
  border-bottom: 1px solid var(--shade4);
}

.explore-count-cnt {
  gap: 20px;
  background: var(--white);
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all ease 0.5s;
  transform: scale(1);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.explore-count-cnt:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all ease 0.5s;
  transform: scale(1.02);
}

.explore-count-img {
  width: 90px;
  height: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--shade3);
}

.explore-count-img i {
  font-size: var(--fs-xl);
  color: var(--shade3);
}

.explore-count-num {
  font-size: var(--fs-l);
  line-height: var(--lh-l);
  background: var(--white);
}

.explore-count-text {
  font-size: var(--fs-m);
  line-height: var(--lh-m);
  font-weight: var(--fw-medium);
  font-family: var(--font-cnt);
}

/* explore counter section start */

/* featured sction start */

.feature_sec {
  background-color: var(--tint4);
}

.feature_box_item {
  border-radius: 12px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background-color: var(--white);
  border: 2px solid var(--white);
  transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.feature_box_item:hover {
  border: 2px solid #068eff;
}

.feature_box_item:hover img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}

/* featured sction start */

/* explore section start */

.explore_box {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 16px;
  overflow: hidden;
  transition: all ease 0.5s;
}

.explore_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all ease 0.5s;
}

.explore_img a {
  width: 100%;
  height: 100%;
}

.explore_img {
  height: 200px !important;
}

.explore_cnt_duration span {
  color: var(--tint1);
  font-weight: var(--fw-semibold);
}

/* explore section end */

/* marquee slider section start */
.Marquee {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 10s linear infinite running;
  -moz-animation: marquee 10s linear infinite running;
  -o-animation: marquee 10s linear infinite running;
  -ms-animation: marquee 10s linear infinite running;
  animation: marquee 20s linear infinite running;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.Marquee-tag {
  width: 200px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.Marquee-tag {
  border: 1px solid var(--tint3);
  border-collapse: collapse;
  overflow: hidden;
  padding: 10px;
  width: 160px;
  height: 100px;
}

.Marquee-tag img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.Marquee-tag img:hover .Marquee-tag {
  border: none;
}

.mar-slider-head strong {
  color: var(--secondary-color);
}

/* marquee slider section end */

/* =====================================
   Home Page End
====================================== */

/* =====================================
   About Page Start
====================================== */
.about-us {
  margin-top: 145px;
}

.image-box-new {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.image-box-new:hover {
  border: 4px solid var(--shade1);
}

.image-box-new:hover img {
  transform: scale(1.2);
}

.image-box a {
  padding-top: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.image-box a img {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.about-heading h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

.box-border {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.destination-slider-heading p {
  font-size: 20px;
  font-family: 'Roboto';
}

.destination-slider-box {
  width: 360px;
  border: none;
  background: none;
}

.destination-slider-box:hover {
  background: none;
  border: none;
  transition: all ease-in-out 0.5s;
}

.rating-heading h3 {
  font-size: 28px;
}

.rating-number h1 {
  font-weight: 700;
  font-size: 64px;
}

.rating-icon i {
  color: var(--shade4);
  font-size: 30px;
}

.rating-text h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto';
}

.rating-approve-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.rating-approve-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-dest-left p,
.about-choose-content p,
.about-choose-down p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #777;
}

.about-choose-section {
  background: var(--shade5);
}

.about-choose-content ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #777;
  display: inline-block;
}

.about-choose-box {
  border-top: 3px dashed #cccccc5e;
}

.about-choose-box .about-choose-item {
  padding: 24px 20px 33px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 15px #cccccc37;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  position: relative;
  transform: translateY(0px);
}

.about-choose-box .about-choose-item::after {
  content: '';
  background: var(--shade5);
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  position: absolute;
  transition: all ease-in-out 0.5s;
}

.about-choose-box .about-choose-item .about-choose-icon [class^="flaticon-"]::before,
.about-choose-box .about-choose-item .about-choose-icon i {
  font-size: 58px;
}

.about-choose-box .about-choose-item:hover {
  transform: translateY(-5px);
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

.about-choose-box .about-choose-item:hover::after {
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.about-choose-box .about-choose-item:hover h4 a {
  color: var(--shade1);
}

.mission-sec {
  background-color: var(--sliver);
}

.mission-head-image-1 img {
  width: 100%;
  height: 355px;
}

.mission-head-image-1 {
  transform-origin: center center;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: var(--white);
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  --rotateZ: 9.65deg;
  transform: rotateZ(var(--rotateZ));
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.mission-head-image-2 {
  transform-origin: center center;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
  --rotateZ: -12.265deg;
  transform: rotateZ(var(--rotateZ));
  width: 345px;
  height: 237px;
  float: left;
  margin-top: -50px;
  margin-bottom: 50px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.mission-head-image-2 img {
  width: 100%;
  height: 100%;
}

.mission-head-box {
  border-top: solid 3px var(--tint5);
  border-bottom: solid 3px var(--tint5);
}

.mission-head-box img {
  background-color: var(--tint5);
  border-radius: 5px;
  width: 90px;
  height: 90px;
}

.mission-bot-sec {
  background-color: var(--sliver);
}

.mission-bot-cnt h2 {
  font-size: 30px;
  color: var(--black);
  padding: 5px 0px;
  letter-spacing: 1px;
}

.mission-bot-cnt h2:after {
  content: " ";
  display: block;
  width: 120px;
  height: 3px;
  background-color: var(--tint2);
  margin-top: 7px;
}

.mission-bot-cnt-1 h2 {
  font-size: 22px;
  color: var(--tint2);
  letter-spacing: 1px;
}

.our-vision {
  background-color: var(--white);
  border-radius: 5px;
  padding: 1rem;
  min-height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.our-vision p {
  text-align: center;
  padding: 5px;
}

.our-vision h3 {
  text-align: center;
  padding: 5px;
}

/* =====================================
   About Page End
====================================== */

/* =====================================
   Services Page Start
====================================== */

.service-box {
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 3px;
  width: 100%;
  background: var(--white);
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.service-box h6 {
  text-align: center;
  font-size: 17px;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


.serv-point-sec {
  background-color: var(--light-bg);
  border-top: 1px solid var(--tint5);
  border-bottom: 1px solid var(--tint5);
}

.serv-point-col-box {
  background-color: var(--white);
  border-radius: 12px;
}

.serv-point-col-box-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--shade4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-point-col-box-icon i {
  color: var(--white);
  font-size: 30px;
}

.serv-point-col-cnt h5 {
  font-size: 21px;
}

.serv-point-col-cnt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.serv-cover-cnt ul li {
  color: var(--black);
  list-style: disc;
}

/* =====================================
   Services Page End
====================================== */

/* =====================================
   Career Page Page
====================================== */

.carrer-opt-point>div {
  margin-bottom: 6px;
}

.carrer-point>span {
  width: 40%;
  display: inline-block;
}

.carrer-journey-table table tr th,
.carrer-journey-table table tr td {
  padding: 5px 12px;
  font-size: 15px;
  line-height: 20px;
}

.carrer-point-2>span {
  width: 100%;
}

.carrer-point-4>span,
.carrer-point-5>span,
.carrer-point-7>span,
.carrer-point-8>span {
  width: 49%;
}

.carrer-point-6>span {
  width: 90%;
}

.carrer-shine-box-img {
  height: 280px;
}

.carrer-shine-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carrer-journey-table button {
  padding: 6px 25px;
  background-color: var(--tint4);
  border: 1px solid var(--tint4) !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.carrer-journey-table button:hover {
  border: 1px solid #000 !important;
}

.carrer-journey-table button:hover a {
  color: var(--tint1) !important;
}

.career-job-img img {
  height: 360px !important;
}

/* table */

.table-box {
  background: var(--white);
}

.table-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 20px 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.table-box thead {
  background: var(--shade3);
  color: #fff;
  text-align: left;
}

.table-box thead th {
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 600;
}

.table-box tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

.table-box tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.table-box tbody td {
  padding: 10px;
  color: #333;
  font-size: 16px;
}

.table-box tbody tr:hover {
  background: #eef4ff;
  /* Light blue on hover */
  transition: 0.2s ease-in-out;
}

.table-box td:first-child {
  font-weight: bold;
  color: var(--shade3);
}

.table tr td {
  text-align: center;
}

/* =====================================
   Career Page End
====================================== */

/* =====================================
   Contact Page Start
====================================== */

.contact-form-section {
  background-color: var(--sliver);
}

.card {
  height: 100%;
}

.contact-detail-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.contact-detail-text a span,
.contact-detail-text a,
.contact-detail-address span {
  font-size: var(--fs-vsm);
}

.contact-detail-icon {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 24px;
}

/* =====================================
   Contact Page End
====================================== */

/* =====================================
   Academy Page Start
====================================== */

.journey-text h2,
.journey-text h6,
.academy-text h2 {
  color: var(--secondary-color);
}

.academy-journey-text .btn5 {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 6px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.academy-journey-text .btn5:hover {
  color: #fff;
  background-color: var(--success);
}

.academy-journey-text a {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 18px;
}

.benefits-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom: 2.5px solid var(--primary-color);
  border-radius: 11px;
}

.benefits-box i {
  color: var(--primary-color);
  border-radius: 16px;
}

.benefits-box p {
  overflow: hidden;
}

.academy-course-content>div {
  padding: 24px 6px;
}

/* =====================================
   Academy Page End
====================================== */

/* =====================================
   Policy Pages Start
====================================== */
.package_policy_section,
.tourist-visa-section {
  background-color: var(--tint6);
}

.package_policy_content h3,
.package_policy_content p {
  font-family: var(--font-cnt);
}

.package_policy_content ul li {
  list-style: disc;
}

.package_policy_content {
  border-bottom: 3px dashed var(--tint1);
  padding-bottom: 20px;
}

/* =====================================
   Policy Pages End
====================================== */

/* =====================================
   Feedback Section Start
====================================== */
.feedback-section {
  background: var(--sliver);
}

.feedback-col {
  background: var(--white);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.feedback-col-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* =====================================
   Feedback Section End
====================================== */


/* =====================================
   franchise page start
====================================== */
.frnch_box {
  position: relative;
  border: 2px solid var(--tint2);
  border-radius: 8px;
  height: 100%;
}

.frnch_box_icon {
  position: absolute;
  top: -40px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background-color: var(--tint2);
  padding: 15px 10px 10px 10px;
  border-radius: 75%;
}

.frnch_trvl_sec {
  background-color: var(--shade1);
}

.frnch_trvl_box i {
  font-size: 50px;
}

.frnch_sub_box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
}

/* =====================================
   franchise page end
====================================== */

/***********   Register Now Page Start   ***********/
.register-sec {
  background-image: url(../images/boximg/register-now-bg.jpg);
  background-repeat: round;
  background-position: center;
  background-size: cover;
}

.register-seat h2 {
  border-radius: 8px;
  background-color: #0091d8;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

.register-now-from-page {
  border: 1px solid #c9c4c4;
  background: #fff;
  z-index: 1111111;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.register-now-btn button {
  padding: 8px 40px;
  border: 1px solid #0091d8 !important;
  background-color: #0091d8;
  letter-spacing: 1px;
  font-size: 18px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.register-now-btn button:hover {
  background: transparent;
  border: 1px solid #000 !important;
  color: #000000 !important;
}

.register-now-detail {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
}

.tour-booking-pay-comp-image {
  width: 100px;
  height: 60px;
  overflow: hidden;
}

.tour-booking-pay-comp-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.tour-booking-term-line p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000;
}

/***********   Register Now Page End   ***********/





/* Vacation Page Start */
.vacation-about-section {
  background-color: var(--sliver);
}
.vacation-about-box-cnt {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 30px 20px;
  transition: all ease 0.5s;
}
.vacation-about-box-cnt .icon {
  display: inline-block;
  color: #f87115;
  margin-bottom: 20px;
  font-size: 30px;
  padding: 10px 15px;
  border: solid 1px #f87115;
  transition: all ease 0.5s;
}
.vacation-work-col {
  border-radius: 12px;
  height: 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.vacation-work-col-image {
  height: 170px;
}
.vacation-idea-section {
  background-image: url(../images/boximg/vacation-idea-bg.jpg);
	width:100%;
	height:690px;
	background-size:cover;
  background-position: center;
	background-repeat:no-repeat;
	position:relative;
}
.vacation-idea-content {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}	
.vacation-idea-content-btn input[type="submit"]{
	background-color: #ff5722;
	color: #fff;
	font-style: italic;
	padding: 14px 32px;
	letter-spacing:1px;
}				
.vacation-detail-col	ul li{
	display: list-item;
	color:#4a4a4a;
	border:solid 1px #d6d6d6;
	margin:0px 0px 20px 0px;
	padding:10px 20px;
}
.vacation-apartment-section {
  background-color: #faebd7;
}
.vacation-apartment-col-image {
  width: calc(50% - 12px);
}
.vacation-apartment-sub-head {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.vacation-apartment-col-list li {
  color: #000;
  list-style: disc;
}
.vacation-apartment-col-list ul li {
  display: list-item;
  font-size: 15px;
  line-height: 24px;
}
.vacation-explore-bottom ul li{
  display:list-item;
	font-size:16px;
	color:#333;
	letter-spacing: 1px;
	line-height:30px;
	}  
.vacation-explore-bottom ul li i {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-right: 16px;
  background-color: #40d5c7;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.vacation-redeem-voucher-cnt {
	background-image: url(../images/boximg/vacation-idea-bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	}
.vacation-redeem-voucher-form {
	opacity:0.8;
	background: linear-gradient(to bottom, rgb(238, 221, 203) 0%,rgb(230, 150, 187) 100%);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.vacation-redeem-voucher-form-box {
	padding: 12px 0px 12px 0px;
}		
.vacation-redeem-voucher-form-box input[type="text"], .vacation-redeem-voucher-form-box input[type="email"], .vacation-redeem-voucher-form-box input[type="tel"]{
	padding:6px 10px;
	border-radius:2px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.vacation-redeem-voucher-form-box .voucher-submit-btn{
	color: #fff;
	font-size:18px;
	padding:6px 0px;
	border-radius:2px;
	letter-spacing:1px;
	background-color: #ff3b00;
	font-family:Georgia, "Times New Roman", Times, serif;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.vacation-redeem-voucher-form-box .voucher-submit-btn:hover{
	background-color: #1d74a6;
}
.vacation-voucher-submit-popup {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  inset: 0;
  display: none;
}
.vacation-redeem-voucher-form.voucher-submit .vacation-voucher-submit-popup {
  display: block;
}
.voucher-wrapper {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 10px;
}
.voucher-type {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.voucher-form label {
  margin-bottom: 8px;
}
.voucher-form input {
  padding: 0px 16px;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.voucher-form [type="submit"] {
  background: #ff9000;
  color: #fff;
  transition: all ease 0.5s;
}
.voucher-form [type="submit"]:hover{
  background: #0072e4;
  transition: all ease 0.5s;
}
/* //// vacation request form */
.vacation-request-form {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background: linear-gradient(to bottom, rgb(238, 221, 203) 0%,rgb(255, 168, 103) 100%);
  border-radius: 5px;
  padding: 15px 20px;
}
/* Vacation Page End  */



/* Member Login Page Start */
.member-login-section {
  background: var(--light-bg);
}

.member-login-wrapper {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.member-login-left {
	background-image: url(../images/boximg/member-login-left-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
}	
.member-login-left-image {
  background: linear-gradient(120deg, #64bde8a6 -90%, #ffffff 100%);
  width: 480px;
  height: 427px;
  border-radius: 57%;
  position: absolute;
  overflow: hidden;
  bottom: -167px;
  left: -82px;
  transform: rotate(10deg);
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  opacity:0.9;
}
.member-login-left-image img {
  width: 300px;
  height: 165px;
  margin: 71px 0px 10px 115px;
  transform: rotate(-10deg);
}	
.member-login-right > div {
  height: 250px;
}
.member-login-right-form-col ul {
	list-style-type:none;
	padding-left:0px;
	text-align:center;
}
.member-login-right ul li {
	display:inline-block;
}
.member-login-right ul li img {
	display:inline-block;
	width:95px;
	height:32px;
}	
.member-login-right-form-col-social ul {
	list-style-type:none;
	padding-left:32px;
	}
.member-login-right-form-col-social ul li {
  width:45px;
	height:45px;
	line-height:48px;
  border-radius: 6px;
	text-align:center;
	display: flex;
  align-items: center;
  justify-content: center;
}
.member-login-right-form-col-social ul li i {
	font-size:22px;
	color:#ffffff;
}
.fb {
    background-color: #3b5998;
}
.ig {
    background-color: #125688;
}
.ld {
    background-color: #007bb5;
}
.tw {
    background-color: #55acee;
}
.yt {
    background-color: #bb0000;
}							
.member-login-right h2 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#0062cd;
}		
.member-login-right-form-col input[type="text"] {
	width:100%;
	padding:12px;
    border-radius: 0px;
	border:solid 1px #c1bebe;
	margin-bottom:16px;
}
.member-login-right-form-col input[type="email"] {
	width:100%;
	padding:12px;
    border-radius: 0px;
	border:solid 1px #c1bebe;
	margin-bottom:16px;
}
.member-login-right-form-col input[type="password"] {
	width:100%;
	padding:12px;
    border-radius: 0px;
	border:solid 1px #c1bebe;
	margin-bottom:20px;
}
.member-login-right-form-col select {
	width:100%;
	padding:12px;
	border:solid 1px #c1bebe;
	margin-bottom:14px;
}
.member-login-right-form-col input[type="submit"] {
  width: 100%;
  padding: 8px 0px;
  background-color: #0460cd;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}				
input:focus{
	outline:none;
}		
.mlogin-forgot{
	text-align:right;
}
.mlogin-forgot a:hover{
    text-decoration: underline;
}
.member-login-right-form-col-play-icon li a img {
  width: 120px;
}
/* Member Login Page End */

/* =====================================
   Others Pages Start
====================================== */
.gray-simple {
  background: var(--tint6);
}

.comman_pad {
  padding-top: 75px;
}

.tour-booking-pay-comp-image {
  width: 100px;
  height: 60px;
  overflow: hidden;
}

.tour-booking-pay-comp-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.job-apply-btn {
  padding: 8px 40px;
  background-color: var(--sliver);
  border: 1px solid var(--sliver);
  transition: all ease 0.5s;
  border: 1px solid var(--tint1);
}

.job-apply-btn:hover {
  border: 1px solid var(--black);
}

.reviews-section {
  background: var(--sliver);
}

.star-icon i {
  font-size: var(--fs-m);
  color: var(--warning);
}

.apply_title {
  padding: 12px 0px;
  background: var(--tint4);
  border-radius: 5px;
}

.caution-btn {
  top: 55%;
  right: 1%;
  position: fixed;
  z-index: 99999999999;
}

.caution-btn a {
  padding: 10px 20px;
}

.acad-box {
  position: relative;
}

.acad-btn {
  position: absolute;
  right: 1%;
  top: 80%;
}

.g_call_icon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 4%;
  right: 2%;
  border-radius: 50%;
  background-color: var(--btn-green);
  color: var(--white);
  z-index: 99999999999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.g_call_icon i {
  font-size: var(--fs-l);
  line-height: var(--lh-m);
}

.flights-list-item, .filter-searchBar {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

/* =====================================
   Others Pages End
====================================== */


/* =====================================
   Footer Start 
====================================== */

/* Scroll to Top Button */
#scrollBtn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: #333;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /* display: none; */
  /* By default hidden */
  z-index: 999;
}

#scrollBtn:hover {
  background: #555;
}

.footer-sec {
  background-color: var(--sliver);
  border-top: 1px solid #ddd;
}

.foot-bot-icon img {
  height: 45px;
}

.foot-bot-sec {
  background-color: var(--shade3);
}

.useful_link>div>p>span,
.useful_link>div>p>a {
  font-size: var(--fs-vsm);
}

.footer_link a {
  font-size: var(--fs-vsm);
  font-weight: var(--fw-medium);
}

.footer_link li {
  list-style: disc;
}

.footer-del p a {
  font-size: var(--fs-vsm);
  line-height: var(--lh-vsm);
}

.footer-sm-icon a {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
} 
.footer-sm-icon a i {
  font-size: 18px;
}

/* =====================================
   Footer Strat 
====================================== */