.btn {
  outline: none;
  box-shadow: none !important;
  padding: 0 15px;
  height: 35px;
}

.card .BtnFit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-blu {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-blu:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #1A2D49 !important;
}

.btn-light-primary {
  background: rgba(26, 45, 73, 0.4) !important;
  border: none !important;
  color: #1A2D49 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-light-primary:hover {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #1A2D49 !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-white:hover {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white-bor {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  color: #9e8236 !important;
}
.btn-white-bor:hover {
  background: #9e8236 !important;
  border: 1px solid #9e8236 !important;
  color: #ffffff !important;
}

.btn-sec-bor {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #F9F9F6 !important;
  height: 50px;
  width: 140px;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.btn-sec-bor:hover {
  background: #C5A253 !important;
  border: 1px solid #C5A253 !important;
  color: #ffffff !important;
}

.btn-primary {
  background: #1A2D49 !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 20px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.btn-primary:hover {
  background: #9e8236 !important;
  border: 1px solid #9e8236 !important;
  color: #ffffff !important;
}

.btn-primary-grad {
  background-image: linear-gradient(-80deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.08)) !important;
}

.btn-grey {
  background: #F1F5F9 !important;
  padding: 0 20px !important;
  color: #F9F9F6;
  height: 50px;
}
.btn-grey:hover {
  background: #1A2D49 !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #9e8236 !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #C5A253 !important;
  color: #ffffff !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #132845 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #9e8236;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #9e8236 !important;
  color: #ffffff !important;
  transform: scale(1);
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-border-primary {
  background-color: #ffffff !important;
  border: 1px solid #1A2D49 !important;
  color: #1A2D49 !important;
  border-radius: 0 !important;
}
.btn-border-primary:focus-visible, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary:hover {
  background-color: #1A2D49 !important;
  border: 1px solid #1A2D49 !important;
  color: #ffffff !important;
}
.btn-border-primary:focus-visible .svg-strk, .btn-border-primary:active .svg-strk, .btn-border-primary:focus .svg-strk, .btn-border-primary:hover .svg-strk {
  stroke: #ffffff;
}

.btn-border-light {
  border: 1px solid #dddddd !important;
  color: #1A2D49 !important;
  border-radius: 8px !important;
  padding: 3px 15px;
  background-color: #ffffff !important;
}
.btn-border-light:hover {
  background-color: #1A2D49 !important;
  color: #ffffff !important;
  border: 1px solid #1A2D49 !important;
}

.btn-primary-brd {
  border: 2px solid #1A2D49;
  background-color: #1A2D49;
  color: #ffffff;
}
.btn-primary-brd:focus-visible, .btn-primary-brd:active, .btn-primary-brd:focus, .btn-primary-brd:hover {
  background-color: #132845 !important;
  border: 2px solid #132845 !important;
  color: #ffffff !important;
}

.btn-danger-brd {
  border: 1px solid rgb(255, 0, 0);
  background-color: transparent;
  color: rgb(255, 0, 0);
}
.btn-danger-brd:focus-visible, .btn-danger-brd:active, .btn-danger-brd:focus, .btn-danger-brd:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-danger {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgb(255, 0, 0);
  color: #ffffff;
}
.btn-danger:focus-visible, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-gry-brd {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  color: #999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.btn-gry-brd:focus-visible, .btn-gry-brd:active, .btn-gry-brd:focus, .btn-gry-brd:hover {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  color: #ffffff !important;
}

@font-face {
  font-family: "header-font";
  src: url(../fonts/web.ttf);
}
@font-face {
  font-family: "body-font-reg";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "body-font-med";
  src: url(../fonts/OpenSans-Medium.ttf);
}
@font-face {
  font-family: "body-font-bld";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "body-font-semibld";
  src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "body-font-extbld";
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: "ver-reg";
  src: url(../fonts/Varela-Regular.ttf);
}
@font-face {
  font-family: "bebas-reg";
  src: url(../fonts/Bebas/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: "inter-reg";
  src: url(../fonts/Inter/Inter_28pt-Regular.ttf);
}
@font-face {
  font-family: "inter-bold";
  src: url(../fonts/Inter/Inter_28pt-Bold.ttf);
}
@font-face {
  font-family: "inter-sbold";
  src: url(../fonts/Inter/Inter_28pt-SemiBold.ttf);
}
@font-face {
  font-family: "inter-extbld";
  src: url(../fonts/Inter/Inter_28pt-ExtraBold.ttf);
}
@font-face {
  font-family: "inter-blk";
  src: url(../fonts/Inter/Inter_28pt-Black.ttf);
}
@font-face {
  font-family: "inter-med";
  src: url(../fonts/Inter/Inter_28pt-Medium.ttf);
}
@font-face {
  font-family: "play-reg";
  src: url(../fonts/PlayFair/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: "play-bold";
  src: url(../fonts/PlayFair/PlayfairDisplay-Bold.ttf);
}
@font-face {
  font-family: "play-sbold";
  src: url(../fonts/PlayFair/PlayfairDisplay-SemiBold.ttf);
}
@font-face {
  font-family: "play-extbld";
  src: url(../fonts/PlayFair//PlayfairDisplay-ExtraBold.ttf);
}
@font-face {
  font-family: "inter-blk";
  src: url(../fonts/PlayFair/PlayfairDisplay-Black.ttf);
}
@font-face {
  font-family: "inter-med";
  src: url(../fonts/PlayFair/PlayfairDisplay-Medium.ttf);
}
.btn {
  outline: none;
  box-shadow: none !important;
  padding: 0 15px;
  height: 35px;
}

.card .BtnFit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-blu {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-blu:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #1A2D49 !important;
}

.btn-light-primary {
  background: rgba(26, 45, 73, 0.4) !important;
  border: none !important;
  color: #1A2D49 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-light-primary:hover {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #1A2D49 !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-white:hover {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white-bor {
  background: #1A2D49 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  color: #9e8236 !important;
}
.btn-white-bor:hover {
  background: #9e8236 !important;
  border: 1px solid #9e8236 !important;
  color: #ffffff !important;
}

.btn-sec-bor {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #F9F9F6 !important;
  height: 50px;
  width: 140px;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.btn-sec-bor:hover {
  background: #C5A253 !important;
  border: 1px solid #C5A253 !important;
  color: #ffffff !important;
}

.btn-primary {
  background: #1A2D49 !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 20px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.btn-primary:hover {
  background: #9e8236 !important;
  border: 1px solid #9e8236 !important;
  color: #ffffff !important;
}

.btn-primary-grad {
  background-image: linear-gradient(-80deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.08)) !important;
}

.btn-grey {
  background: #F1F5F9 !important;
  padding: 0 20px !important;
  color: #F9F9F6;
  height: 50px;
}
.btn-grey:hover {
  background: #1A2D49 !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #9e8236 !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #C5A253 !important;
  color: #ffffff !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #132845 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #9e8236;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #9e8236 !important;
  color: #ffffff !important;
  transform: scale(1);
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-border-primary {
  background-color: #ffffff !important;
  border: 1px solid #1A2D49 !important;
  color: #1A2D49 !important;
  border-radius: 0 !important;
}
.btn-border-primary:focus-visible, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary:hover {
  background-color: #1A2D49 !important;
  border: 1px solid #1A2D49 !important;
  color: #ffffff !important;
}
.btn-border-primary:focus-visible .svg-strk, .btn-border-primary:active .svg-strk, .btn-border-primary:focus .svg-strk, .btn-border-primary:hover .svg-strk {
  stroke: #ffffff;
}

.btn-border-light {
  border: 1px solid #dddddd !important;
  color: #1A2D49 !important;
  border-radius: 8px !important;
  padding: 3px 15px;
  background-color: #ffffff !important;
}
.btn-border-light:hover {
  background-color: #1A2D49 !important;
  color: #ffffff !important;
  border: 1px solid #1A2D49 !important;
}

.btn-primary-brd {
  border: 2px solid #1A2D49;
  background-color: #1A2D49;
  color: #ffffff;
}
.btn-primary-brd:focus-visible, .btn-primary-brd:active, .btn-primary-brd:focus, .btn-primary-brd:hover {
  background-color: #132845 !important;
  border: 2px solid #132845 !important;
  color: #ffffff !important;
}

.btn-danger-brd {
  border: 1px solid rgb(255, 0, 0);
  background-color: transparent;
  color: rgb(255, 0, 0);
}
.btn-danger-brd:focus-visible, .btn-danger-brd:active, .btn-danger-brd:focus, .btn-danger-brd:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-danger {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgb(255, 0, 0);
  color: #ffffff;
}
.btn-danger:focus-visible, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-gry-brd {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  color: #999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.btn-gry-brd:focus-visible, .btn-gry-brd:active, .btn-gry-brd:focus, .btn-gry-brd:hover {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  color: #ffffff !important;
}

@font-face {
  font-family: "header-font";
  src: url(../fonts/web.ttf);
}
@font-face {
  font-family: "body-font-reg";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "body-font-med";
  src: url(../fonts/OpenSans-Medium.ttf);
}
@font-face {
  font-family: "body-font-bld";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "body-font-semibld";
  src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "body-font-extbld";
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: "ver-reg";
  src: url(../fonts/Varela-Regular.ttf);
}
@font-face {
  font-family: "bebas-reg";
  src: url(../fonts/Bebas/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: "inter-reg";
  src: url(../fonts/Inter/Inter_28pt-Regular.ttf);
}
@font-face {
  font-family: "inter-bold";
  src: url(../fonts/Inter/Inter_28pt-Bold.ttf);
}
@font-face {
  font-family: "inter-sbold";
  src: url(../fonts/Inter/Inter_28pt-SemiBold.ttf);
}
@font-face {
  font-family: "inter-extbld";
  src: url(../fonts/Inter/Inter_28pt-ExtraBold.ttf);
}
@font-face {
  font-family: "inter-blk";
  src: url(../fonts/Inter/Inter_28pt-Black.ttf);
}
@font-face {
  font-family: "inter-med";
  src: url(../fonts/Inter/Inter_28pt-Medium.ttf);
}
@font-face {
  font-family: "play-reg";
  src: url(../fonts/PlayFair/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: "play-bold";
  src: url(../fonts/PlayFair/PlayfairDisplay-Bold.ttf);
}
@font-face {
  font-family: "play-sbold";
  src: url(../fonts/PlayFair/PlayfairDisplay-SemiBold.ttf);
}
@font-face {
  font-family: "play-extbld";
  src: url(../fonts/PlayFair//PlayfairDisplay-ExtraBold.ttf);
}
@font-face {
  font-family: "inter-blk";
  src: url(../fonts/PlayFair/PlayfairDisplay-Black.ttf);
}
@font-face {
  font-family: "inter-med";
  src: url(../fonts/PlayFair/PlayfairDisplay-Medium.ttf);
}
/* The Dark switch container */
.switch {
  display: none;
  font-size: 17px;
  position: relative;
  width: 3.5em;
  height: 2em;
  cursor: pointer;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  --background: #5494de;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background);
  transition: 0.5s;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  left: 10%;
  bottom: 15%;
  box-shadow: inset 15px -4px 0px 15px #efdf2b, 0 0 10px 0px #efdf2b;
  background: #20262c;
  transition: 0.5s;
}

input:checked + .slider {
  background-color: #20262c;
}

input:checked + .slider:before {
  transform: translateX(100%) rotate(-15deg);
  box-shadow: inset 8px -4px 0px 0px #ececd9, -4px 1px 4px 0px;
}

.dark-layout body {
  background-color: #0e121b;
}
.dark-layout body .dataTables_wrapper .dataTables_filter label {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.dark-layout body .dataTables_wrapper .dataTables_filter label input:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.dark-layout body .crancy-header {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .crancy-header__single {
  background-color: transparent;
}
.dark-layout .crancy-header__settings .crancy-header__blink {
  background-color: #1A2D49;
}
.dark-layout .qk_acc {
  background-color: #0e121b;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: none;
}
.dark-layout .qk_acc ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-layout .qk_acc ul li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-layout .qk_acc ul li:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-layout .qk_acc ul li button span {
  color: #ffffff;
}
.dark-layout .admin-menu {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-layout .admin-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .admin-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .admin-menu li .menu-bar__name {
  color: #ffffff;
}
.dark-layout .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .lgt {
  display: none !important;
}
.dark-layout .drk {
  display: block !important;
}
.dark-layout .charts-main,
.dark-layout .crancy-progress-card {
  background: rgba(255, 255, 255, 0.1);
}
.dark-layout .fr-posi span {
  color: #ffffff;
}
.dark-layout .crancy-progress-list li p {
  color: #ffffff;
}
.dark-layout span.apexcharts-legend-text {
  color: #ffffff !important;
}
.dark-layout .charts-main__title {
  color: #ffffff;
}
.dark-layout .select2-container--default .select2-selection--multiple, .dark-layout .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-layout .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.dark-layout .select2-dropdown {
  background-color: rgba(0, 0, 0, 0.1) !important;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.dark-layout .select2-container--default .select2-results__option--selected {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.dark-layout .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.dark-layout .select2-results__option--selectable {
  color: #ffffff;
}
.dark-layout .select2-results {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.dark-layout .card {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.dark-layout .card .card-header h4.card-title {
  color: #ffffff !important;
}
.dark-layout .card div.dataTables_wrapper div.dataTables_filter label {
  color: #ffffff;
}
.dark-layout .card .crancy-table__head {
  background: rgba(255, 255, 255, 0.04);
}
.dark-layout .card .crancy-table__head th {
  color: rgba(255, 255, 255, 0.8);
}
.dark-layout .card table.dataTable td {
  color: #ffffff;
}
.dark-layout .card .user-bx h4 {
  color: rgba(255, 255, 255, 0.8);
}
.dark-layout .card .gray {
  background-color: rgba(21, 78, 155, 0.1) !important;
  color: rgb(21, 78, 155);
}
.dark-layout .card .form-control.form-control-sm {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px;
}
.dark-layout .card .form-control.form-control-sm:focus {
  border-radius: 8px;
}
.dark-layout div:where(.swal2-container) div:where(.swal2-popup) {
  background-color: #0e121b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout div:where(.swal2-container) h2:where(.swal2-title) {
  color: #ffffff;
}
.dark-layout div:where(.swal2-icon).swal2-warning {
  border-color: #1A2D49 !important;
  color: #1A2D49 !important;
}
.dark-layout table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
}
.dark-layout .mobile-spc {
  display: flex;
  background-color: rgba(26, 45, 73, 0.2);
  color: #ffffff;
}
.dark-layout table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: rgba(255, 255, 255, 0.5);
}

body {
  background-color: #161920;
}
body::-webkit-scrollbar {
  display: none;
}

.img-lgo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  width: 125px;
  height: 120px;
}

.header-area {
  position: absolute;
}

.header-area.style-three {
  top: 0;
}

.header-area.style-three.sticky-on {
  position: fixed;
  top: 0;
  z-index: 99999;
}
.header-area.style-three.sticky-on .navbar {
  border-radius: 20px;
  margin-top: 10px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.header-area.style-three .navbar {
  padding: 0 50px;
  border-radius: 20px;
  margin-top: 0;
  height: 100%;
  border: none;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  position: relative;
}

.nv-last {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.nv-last .fill-svg {
  fill: #9e8236;
}

.header-area.style-three .navbar-nav li > a {
  color: #ffffff;
  font-family: "header-font";
  font-size: 18px;
}
.header-area.style-three .navbar-nav li > a .fill-svg {
  fill: #ffffff;
}

.navigation {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  transform: translate(100%, -100%) scale(0);
  top: 0;
  right: 0;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.navigation .btn.close {
  right: 0;
  position: absolute;
  transform: translate(-50%, 50%);
  font-size: 40px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #9e8236;
}
.navigation h1 {
  color: #ffffff;
  font-size: 50px;
  font-family: "play-bold";
  position: absolute;
  left: 20px;
  top: 20px;
}
.navigation .nav-in {
  display: flex;
  height: 100%;
}
.navigation .imgs {
  width: 60%;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
}
.navigation .imgs .img-inn {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 50px;
       column-gap: 50px;
  color: #9e8236;
}
.navigation .imgs .img-inn h1 {
  color: #9e8236;
  font-family: "play-reg";
}
.navigation .imgs .img-inn p {
  font-size: 20px;
  color: #ffffff;
}
.navigation .imgs img {
  width: 100%;
}
.navigation ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  transform: translate(100%, 0) !important;
  background-color: rgba(0, 0, 0, 0.3);
}
.navigation ul > li ul li {
  list-style: none;
  padding: 20px 0;
}
.navigation ul > li ul li:hover a {
  transform: translate(5%, 0) !important;
  color: #ffffff !important;
  font-family: "play-bold";
  font-size: 40px;
  display: flex;
  width: 100%;
}
.navigation ul > li ul li:hover a span {
  transform: translateY(-100%) !important;
}
.navigation ul > li ul li a {
  color: #9e8236 !important;
  padding: 0 40px 0 20px;
  font-family: "play-bold";
  font-size: 40px;
  transform: translate(0, 0) !important;
  display: flex;
  flex-direction: column;
  line-height: 1;
  height: 50px;
  overflow: hidden;
}
.navigation ul > li ul li a span {
  transform: translateY(20%) !important;
  transition: transform 0.3s ease-in-out !important;
}
.navigation ul > li:hover ul {
  display: flex;
  flex-direction: column;
  transform: translateX(90%) !important;
}
.navigation ul {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navigation ul li {
  list-style: none;
  padding: 20px 0;
}
.navigation ul li:hover a {
  transform: translate(5%, 0);
  color: #ffffff;
  font-family: "play-bold";
  font-size: 40px;
  display: flex;
  width: 100%;
}
.navigation ul li:hover a span {
  transform: translateY(-100%);
}
.navigation ul li a {
  color: #9e8236;
  padding: 0 40px 0 20px;
  font-family: "play-bold";
  font-size: 40px;
  transform: translate(0, 0);
  display: flex;
  flex-direction: column;
  line-height: 1;
  height: 50px;
  overflow: hidden;
}
.navigation ul li a span {
  transform: translateY(20%);
  transition: transform 0.3s ease-in-out;
}

.header-area.style-three .navbar-nav li:last-child .fill-svg {
  fill: #9e8236;
}

.qt-btn a {
  background-color: #9e8236;
  color: #ffffff;
  padding: 0 20px 0 5px;
  height: 40px;
  text-transform: capitalize;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
  transition: 0.3s;
}
.qt-btn a .stk-svg {
  stroke: #ffffff;
}
.qt-btn a .fill-svg {
  fill: #ffffff;
}
.qt-btn a svg {
  width: 50px;
  height: 50px;
  transform: rotate(-230deg);
}
.qt-btn a:hover {
  background-color: #161920;
  color: #ffffff !important;
  transform: scale(1.2);
}
.qt-btn a:hover .stk-svg {
  stroke: #ffffff;
}
.qt-btn a:hover .fill-svg {
  fill: #ffffff;
}
.qt-btn a:hover svg {
  transform: rotate(230deg);
}

.header-area.style-three .navbar-nav li > a:hover,
.header-area.style-three .navbar-nav li > a:focus {
  color: #9e8236;
}

.hero-section .social-icons::before,
.hero-section .social-icons::after {
  background: linear-gradient(90deg, rgba(60, 179, 113, 0) 0%, #9e8236 100%);
}

.hero-section .social-icons a:hover,
.hero-section .social-icons a:focus {
  background-color: #9e8236;
}

.hero-section .social-icons a {
  background-color: #132845;
}

.background-swiper::before {
  background: linear-gradient(90deg, #1A2D49 8.81%, rgba(22, 25, 32, 0.06) 99.92%);
}

.hero-content {
  width: 75%;
}
.hero-content p {
  color: #9e8236;
  font-family: "header-font";
  font-size: 25px;
  font-weight: bold;
}
.hero-content h2 {
  font-family: "ver-reg";
}

.hero-section {
  height: 100vh;
  padding: 0;
  z-index: 9;
}

.bg-video {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Content over the video */
}
.bg-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3) !important;
  background-image: none !important;
  z-index: 10;
}
.bg-video .content-det {
  position: relative;
  z-index: 10;
}
.bg-video .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: -1;
}
.bg-video .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4); /* Optional overlay for readability */
}

.hero-section .cloud-img {
  z-index: 11;
  bottom: -205px;
  height: 540px;
}

.hero-search-form .search-item .icon::after {
  display: none;
}

.hero-search-form .search-item .icon {
  background: transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 100px;
}

.srch-ara {
  width: 50%;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  display: flex;
  transform: translate(50%, -70%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.srch-ara .hero-search-form {
  padding: 0 20px 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
.srch-ara .hero-search-form .form-label {
  margin-bottom: 0;
}
.srch-ara .hero-search-form .form-control {
  padding: 0;
  width: 100%;
  background-color: transparent;
}
.srch-ara .hero-search-form .form-control::-moz-placeholder {
  color: #161920;
}
.srch-ara .hero-search-form .form-control::placeholder {
  color: #161920;
}

.btn {
  transition: 0.3s;
}
.btn:hover {
  transform: scale(1.1);
}

.flx-srh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flx-srh .btn {
  border-radius: 100px !important;
  width: 90%;
  transition-duration: 0.3s;
  position: relative;
}
.flx-srh .btn:hover svg {
  right: 43%;
  margin: 0;
  padding: 0;
  border: none;
  transition-duration: 0.3s;
}
.flx-srh .search-item {
  width: 80%;
}
.flx-srh .form-group {
  width: 100%;
}
.flx-srh .stk-svg {
  stroke: #ffffff;
}
.flx-srh .Btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  height: 40px;
  border: none;
  padding: 0px 20px;
  background-color: #1A2D49;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  transition-duration: 0.3s;
}
.flx-srh .svg {
  width: 20px;
  position: absolute;
  right: 0;
  margin-right: 20px;
  fill: white;
  transition-duration: 0.3s;
}
.flx-srh .Btn:hover {
  color: transparent;
  background-color: #9e8236;
}
.flx-srh .Btn:hover svg {
  right: 43%;
  margin: 0;
  padding: 0;
  border: none;
  transition-duration: 0.3s;
}

.featured-destination {
  padding-top: 100px !important;
}

.section-heading .sub-title {
  font-family: "play-reg" !important;
}

.section-heading h2 {
  font-family: "ver-reg" !important;
  color: #ffffff;
}

.button2 {
  display: flex;
  justify-content: space-between;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 0.7em 1.8em 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #9e8236;
  border: none;
}

.button2 > svg {
  height: 30px;
  padding: 0px 5px;
  margin-top: -4px;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
}

.button2:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.about-thumbnail .about-img-lg {
  width: 70%;
}

.section-heading p {
  color: #ffffff !important;
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
}
.modal .form-control {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-body .md-grd {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.modal .btn-primary {
  border-radius: 100px !important;
}

.footer-wrapper {
  position: relative;
}

.frm-rel {
  position: relative;
  z-index: 9;
}

.contact-section::before {
  display: none;
}

.contact-section::after {
  height: calc(100% - 0px);
  background-color: rgba(0, 0, 0, 0.1);
}

.newsletter-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.4s ease;
}
.newsletter-modal-backdrop .newsletter-modal {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  animation: slideUp 0.4s ease;
}
.newsletter-modal-backdrop .newsletter-modal .close {
  position: absolute;
  padding: 0 !important;
  top: -4%;
  right: -3%;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  width: 30px !important;
  height: 30px;
  border-radius: 20px !important;
  background-color: #9e8236 !important;
  color: #ffffff !important;
}
.newsletter-modal-backdrop .newsletter-modal .close:hover {
  background-color: #C5A253 !important;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content {
  text-align: center;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #9e8236;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content form input {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.3s;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content form input:focus {
  border-color: #1A2D49;
  outline: none;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content form button {
  padding: 0.75rem;
  color: #ffffff;
  border: none;
  height: 50px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.newsletter-modal-backdrop .newsletter-modal .newsletter-content form button:hover {
  background-color: #132845;
}

.why-choose-thumbnail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.why-choose-thumbnail .first-img {
  grid-column: 1/5;
}
.why-choose-thumbnail .second-img {
  grid-column: 1/3;
  width: 100%;
  position: absolute;
  transform: translate(0, -10%);
  border: none;
}
.why-choose-thumbnail .second-img img {
  border-top: 5px solid #161920;
  border-right: 5px solid #161920;
}
.why-choose-thumbnail .third-img {
  grid-column: 3/5;
  width: 100%;
  position: absolute;
  transform: translate(0, -10%);
  border: none !important;
}
.why-choose-thumbnail .third-img img {
  border-top: 5px solid #161920;
  border-left: 5px solid #161920;
}

.why-choose-thumbnail .third-img {
  position: static;
}

.grd-abt {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.why-choose-section {
  padding-top: 130px;
  background-color: #161920 !important;
  border-radius: 0;
}

.anim-about {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
.anim-about h1 {
  font-size: 3em;
  color: #ffffff;
  font-family: "ver-reg";
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  color: #9e8236;
  writing-mode: vertical-rl;
}

h1.bg-had,
h3.bg-had {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: rgba(255, 255, 255, 0.02);
  font-family: "ver-reg";
  font-size: 12em;
  text-transform: uppercase;
  text-align: center;
}

.abt {
  position: relative;
}
.abt .cnt-bx {
  grid-column: 2/4;
}
.abt .anim-about {
  left: 0%;
}
.abt .anim-about h1 {
  transform: translateX(30%) rotate(180deg);
}
.abt .bor-bt {
  width: 0;
  height: 2px;
  background-color: #9e8236;
  transform: scale(0);
  opacity: 0;
}

.diff {
  margin-bottom: 150px;
}
.diff .cnt-bx {
  grid-column: 2/4;
}
.diff .anim-about {
  left: 0%;
}
.diff .anim-about h1 {
  transform: translateX(40%) rotate(180deg);
}
.diff .bor-bt {
  width: 0;
  height: 2px;
  background-color: #9e8236;
  transform: scale(0);
  opacity: 0;
}

.vsn .cnt-bx {
  grid-column: 1/3;
}
.vsn .third-img {
  transform: translate(0, -13%);
}
.vsn .anim-about {
  right: 0%;
}
.vsn .anim-about h1 {
  transform: translateX(0%) rotate(180deg);
}
.vsn .bor-bt {
  width: 0;
  height: 2px;
  background-color: #9e8236;
  transform: scale(0);
  opacity: 0;
}

.about-card-sm .icon::before {
  display: none !important;
}

ul.about-card-sm.abt-icns {
  margin: 0;
  padding: 0;
  display: flex !important;
}
ul.about-card-sm.abt-icns li {
  list-style: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
ul.about-card-sm.abt-icns li h4 {
  font-size: 16px;
  margin-top: 10px;
  color: #9e8236 !important;
}

.about-card-sm .icon {
  width: 50px;
  height: 50px;
}

.about-card-sm .icon::after {
  background-color: #9e8236;
}

.top-catagory-pagination {
  margin-top: 20px;
}

.top-catagory-pagination .swiper-pagination-bullet {
  border-color: #9e8236;
}

.top-catagory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9e8236;
  border-color: #9e8236;
}

.top-catagory-card a {
  display: flex;
  height: 40px;
  border: 1px solid #9e8236;
  align-items: center;
  justify-content: center;
}
.top-catagory-card a:hover {
  border: 1px solid #ffffff;
}

.testimonial-section.theme-two {
  border-radius: 0;
}
.testimonial-section.theme-two:before {
  display: none;
}

.swiper-wrapper {
  padding-bottom: 70px;
}

.pdg-bt {
  padding-top: 20px;
}

.testimonial-thumbnail {
  padding-right: 0 !important;
}

.testimonial-title {
  border-left: none;
  color: #ffffff;
}

.testimonial-card-three .testimonial-content {
  border-left: none;
}

.testimonial-card-three h3 {
  color: #9e8236;
  margin-bottom: 0 !important;
}

.testimonial-card-three h3.tst-cn {
  color: #ffffff;
  margin-bottom: 10px !important;
}

.testimonial-rating i {
  color: #9e8236;
}

.testimonial-section.theme-two .testimonial-navigation-container > div {
  background-color: #9e8236;
}

.testimonial-section.theme-two .testimonial-navigation-container > div:hover,
.testimonial-section.theme-two .testimonial-navigation-container > div:focus {
  background-color: #1A2D49;
}

.tst-pra {
  margin-top: 10px;
}
.tst-pra p {
  color: #ffffff;
}

.happy-counts {
  border-radius: 10px;
  background-color: transparent;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  border: 2px solid #9e8236;
}
.happy-counts::before {
  display: none;
}
.happy-counts .icn-cn {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 0 0 10px 0;
  justify-content: center;
  align-items: center;
  background-color: #9e8236;
}
.happy-counts h3.counter {
  color: #9e8236;
}
.happy-counts h3.counter span {
  color: #9e8236;
}

.happy-counts h5 {
  line-height: 1.5;
}

.contact-section {
  padding-bottom: 60px;
}
.contact-section .section-heading {
  text-align: center;
}
.contact-section .sub-title {
  color: #9e8236;
}

textarea {
  resize: none !important;
}

.grd-hp {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cngdr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: 1/4;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.featured-destination {
  padding: 0 20px;
}
.featured-destination .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured-destination .deals-swiper2 {
  width: 100%;
}
.featured-destination .deals-swiper2 .sld-in {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.featured-destination .deals-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-destination .deals-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #9e8236;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s;
}
.featured-destination .deals-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9e8236;
  border-color: #9e8236;
  border-radius: 10px;
  width: 26px;
}
.featured-destination .sld-had {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px dashed rgba(255, 255, 255, 0.07);
}
.featured-destination .sld-had h1 {
  color: #ffffff;
}
.featured-destination .sld-had p {
  font-size: 18px;
  color: #9e8236;
}
.featured-destination .featured-destination-card {
  width: 100%;
  height: 350px;
}
.featured-destination .featured-destination-card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ftures {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #ffffff;
  width: 90%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 0 0 20px 20px;
}
.ftures p {
  font-size: 11px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  font-family: "ver-reg";
  margin-bottom: 0;
}
.ftures p i {
  color: #9e8236;
}

.top-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161920;
}
.top-cont h1 {
  font-family: "ver-reg";
  font-size: 75px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.top-cont h1 span {
  color: #9e8236;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.top-cont .word {
  display: inline-block;
  border-right: none;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  animation: blink 0.7s step-end infinite;
  display: flex;
  justify-content: flex-start;
}

.sl-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 800px;
}

.cont-hero .hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.cont-hero .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  padding-left: 100px;
  color: white;
  transition: transform 1s ease-in-out;
}
.cont-hero .slide-title {
  font-size: 6rem;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
}
.cont-hero .slide-description {
  margin-top: 10px;
  font-size: 1rem;
  color: #ffffff !important;
}
.cont-hero .explore-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #9e8236;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.cont-hero .explore-button:hover {
  background-color: #1c48c2;
}
.cont-hero .swiper-thumb {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.cont-hero .swiper-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-hero .swiper-thumb .swiper-slide {
  width: 20% !important;
  height: 150px;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-hero .swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.1);
}

.sld-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background-color: #161920;
}
.sld-container .cont-slide {
  display: flex;
  transition: all 0.5s ease;
}
.sld-container .cont-slide .slide-item {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 100%;
  transform: translate(130%, -110%);
  border-radius: 20px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-position: 50% 50%;
  display: inline-block;
  transition: 0.3s;
}
.sld-container .cont-slide .slide-item:nth-child(2) .content-sld {
  display: block;
}
.sld-container .cont-slide .slide-item:nth-child(1), .sld-container .cont-slide .slide-item:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.sld-container .cont-slide .slide-item:nth-child(3) {
  left: 50%;
}
.sld-container .cont-slide .slide-item:nth-child(4) {
  left: calc(50% + 160px);
}
.sld-container .cont-slide .slide-item:nth-child(5) {
  left: calc(50% + 320px);
}
.sld-container .cont-slide .slide-item:nth-child(n+6) {
  left: calc(50% + 640px);
  opacity: 0;
}
.sld-container .slide-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sld-container .slide-btn .btn {
  width: 60px;
  height: 45px;
  border-radius: 8px;
  transition: 0.3s;
}
.sld-container .slide-btn .btn .fill-svg {
  fill: #ffffff;
}
.sld-container .slide-btn .btn:hover .fill-svg {
  fill: #ffffff;
}
.sld-container .fr-ftr {
  width: 40%;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.sld-container .fr-ftr .ftures {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
  width: 100%;
}
.sld-container .fr-ftr .ftures p {
  display: flex;
  font-size: 20px;
  line-height: 1.3;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  font-family: "ver-reg";
  font-weight: 400;
}
.sld-container .fr-ftr .ftures p i {
  font-size: 30px;
  margin-right: 10px;
}
.sld-container .content-sld {
  position: absolute;
  top: 90%;
  left: 100px;
  height: 100px;
  width: 630px;
  text-align: left;
  transform: translate(0, -50%);
  font-family: "ver-reg";
  display: none;
}
.sld-container .content-sld .name {
  color: #ffffff;
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}
.sld-container .content-sld .des {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
  animation: animate 1.5s ease-in-out 1 forwards;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

.contact-section .section-heading {
  margin-bottom: 40px;
}
.contact-section .section-heading span {
  color: #ffffff;
  font-size: 20px;
}
.contact-section .section-heading h2 {
  color: #9e8236;
}
.contact-section .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
.contact-section .btn-secondary {
  width: 50%;
  height: 50px;
  font-size: 20px;
  text-align: center;
  font-family: "ver-reg";
}
.contact-section .form-control:focus {
  border: 1px solid #9e8236;
  background: rgba(255, 255, 255, 0.05) !important;
}
.contact-section h2 {
  color: #ffffff;
}

.contact-section .contact-form {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.contact-section .submit-btn {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding-bottom: 20px;
}

.contact-section .contact-form .form-group label {
  color: #9e8236 !important;
}

.fr-fun {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.08);
  padding-top: 50px;
}
.fr-fun h1 {
  text-transform: uppercase;
  font-size: 50vh;
  font-family: "ver-reg";
  color: #9e8236;
  white-space: nowrap;
}
.fr-fun .imgs-fun {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  filter: blur(5px);
}
.fr-fun .imgs-fun .imgs {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 400px;
  height: 380px;
  opacity: 0.4;
}
.fr-fun .imgs-fun .imgs.one {
  transform-origin: 135% -220%;
  transform: rotate(-20deg);
}
.fr-fun .imgs-fun .imgs.two {
  transform-origin: 100% -200%;
  transform: rotate(-10deg);
}
.fr-fun .imgs-fun .imgs.three {
  transform-origin: 100% 50%;
  transform: rotate(0);
}
.fr-fun .imgs-fun .imgs.four {
  transform-origin: 10% -20%;
  transform: rotate(10deg);
}
.fr-fun .imgs-fun .imgs.five {
  transform-origin: -50% -150%;
  transform: rotate(17deg);
}
.fr-fun .flx-partner {
  display: flex;
  position: relative;
  z-index: 1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.fr-fun .flx-partner .partnet-text {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.fr-fun .flx-partner h2 {
  font-size: 50px;
  font-family: "ver-reg";
  font-weight: bold;
  color: #9e8236;
}
.fr-fun .flx-partner p {
  font-size: 20px;
  color: #ffffff;
}
.fr-fun .flx-partner .ptrn-sld {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}
.fr-fun .flx-partner .ptrn-sld marquee {
  margin-bottom: 50px;
}
.fr-fun .flx-partner .ptrn-sld marquee img {
  margin: 0 20px;
}

.testimonial-card-three {
  border-bottom: none;
}

.deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(1), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(2), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(3), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(4), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(5), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(6), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(7) {
  color: #ffffff !important;
}
.deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(8), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(9), .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(10) {
  margin: 0;
  color: #9e8236;
  font-size: 100px;
  font-style: normal;
}
.deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(9) {
  margin-right: 0 !important;
}

.contact-form-wrapper {
  background-color: #161920;
}

.btn-cntc {
  height: 50px !important;
}

.contact-card-sm {
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-card-sm h4 {
  color: #9e8236;
}
.contact-card-sm p {
  color: #ffffff;
}

ul.grd-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
ul.grd-cont li {
  list-style: none;
}

.deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(1), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(2), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(3), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(4), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(5) {
  color: #ffffff !important;
}
.deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(6), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(7), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(8) {
  margin: 0;
  color: #9e8236;
  font-size: 100px;
  font-style: normal;
}
.deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(6) {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

.deal-section.contact .dls-bg .dls-inn h2 span:nth-child(1), .deal-section.contact .dls-bg .dls-inn h2 span:nth-child(2), .deal-section.contact .dls-bg .dls-inn h2 span:nth-child(3), .deal-section.contact .dls-bg .dls-inn h2 span:nth-child(4), .deal-section.contact .dls-bg .dls-inn h2 span:nth-child(5) {
  color: #ffffff !important;
}
.deal-section.contact .dls-bg .dls-inn h2 span:nth-child(6), .deal-section.contact .dls-bg .dls-inn h2 span:nth-child(7), .deal-section.contact .dls-bg .dls-inn h2 span:nth-child(8) {
  margin: 0;
  color: #9e8236;
  font-size: 100px;
  font-style: normal;
}
.deal-section.contact .dls-bg .dls-inn h2 span:nth-child(7) {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

.deal-section {
  position: relative;
  z-index: 9;
}
.deal-section .dls-bg .dls-inn h2 span {
  opacity: 0;
  font-size: 100px;
  font-style: normal;
}
.deal-section .dls-bg .dls-inn h2 span:nth-child(8) {
  margin: 0 20px;
}
.deal-section .dls-bg .dls-inn h2 span:nth-child(1), .deal-section .dls-bg .dls-inn h2 span:nth-child(2), .deal-section .dls-bg .dls-inn h2 span:nth-child(3), .deal-section .dls-bg .dls-inn h2 span:nth-child(4), .deal-section .dls-bg .dls-inn h2 span:nth-child(5), .deal-section .dls-bg .dls-inn h2 span:nth-child(6), .deal-section .dls-bg .dls-inn h2 span:nth-child(7), .deal-section .dls-bg .dls-inn h2 span:nth-child(8) {
  color: #9e8236;
}
.deal-section .dls-bg .dls-inn h2 span:nth-child(9), .deal-section .dls-bg .dls-inn h2 span:nth-child(10), .deal-section .dls-bg .dls-inn h2 span:nth-child(11), .deal-section .dls-bg .dls-inn h2 span:nth-child(12), .deal-section .dls-bg .dls-inn h2 span:nth-child(13), .deal-section .dls-bg .dls-inn h2 span:nth-child(14), .deal-section .dls-bg .dls-inn h2 span:nth-child(15), .deal-section .dls-bg .dls-inn h2 span:nth-child(16), .deal-section .dls-bg .dls-inn h2 span:nth-child(17), .deal-section .dls-bg .dls-inn h2 span:nth-child(18), .deal-section .dls-bg .dls-inn h2 span:nth-child(19), .deal-section .dls-bg .dls-inn h2 span:nth-child(20) {
  color: #ffffff;
  font-size: 100px;
  font-style: normal;
}

.deal-section.abt-page,
.deal-section {
  overflow: hidden;
}
.deal-section.abt-page .dls-bg,
.deal-section .dls-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: scale(2);
}
.deal-section.abt-page .dls-bg .dls-inn,
.deal-section .dls-bg .dls-inn {
  position: relative;
  z-index: 9;
}
.deal-section.abt-page .dls-bg .dls-inn img,
.deal-section .dls-bg .dls-inn img {
  width: 100px;
}
.deal-section.abt-page .dls-bg .dls-inn h2,
.deal-section .dls-bg .dls-inn h2 {
  font-family: "ver-reg";
  color: #9e8236;
  font-weight: bold;
  text-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.deal-section.abt-page .dls-bg .dls-inn h2 span,
.deal-section .dls-bg .dls-inn h2 span {
  opacity: 0;
  font-size: 100px;
  font-style: normal;
}
.deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(7),
.deal-section .dls-bg .dls-inn h2 span:nth-child(7) {
  margin: 0 0;
}
.deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(1), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(2), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(3), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(4), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(5), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(6), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(7), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(8),
.deal-section .dls-bg .dls-inn h2 span:nth-child(1),
.deal-section .dls-bg .dls-inn h2 span:nth-child(2),
.deal-section .dls-bg .dls-inn h2 span:nth-child(3),
.deal-section .dls-bg .dls-inn h2 span:nth-child(4),
.deal-section .dls-bg .dls-inn h2 span:nth-child(5),
.deal-section .dls-bg .dls-inn h2 span:nth-child(6),
.deal-section .dls-bg .dls-inn h2 span:nth-child(7),
.deal-section .dls-bg .dls-inn h2 span:nth-child(8) {
  color: #9e8236;
}
.deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(9), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(10), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(11), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(12), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(13), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(14), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(15), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(16), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(17), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(18), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(19), .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(20),
.deal-section .dls-bg .dls-inn h2 span:nth-child(9),
.deal-section .dls-bg .dls-inn h2 span:nth-child(10),
.deal-section .dls-bg .dls-inn h2 span:nth-child(11),
.deal-section .dls-bg .dls-inn h2 span:nth-child(12),
.deal-section .dls-bg .dls-inn h2 span:nth-child(13),
.deal-section .dls-bg .dls-inn h2 span:nth-child(14),
.deal-section .dls-bg .dls-inn h2 span:nth-child(15),
.deal-section .dls-bg .dls-inn h2 span:nth-child(16),
.deal-section .dls-bg .dls-inn h2 span:nth-child(17),
.deal-section .dls-bg .dls-inn h2 span:nth-child(18),
.deal-section .dls-bg .dls-inn h2 span:nth-child(19),
.deal-section .dls-bg .dls-inn h2 span:nth-child(20) {
  color: #ffffff;
  font-size: 100px;
  font-style: normal;
}
.deal-section.abt-page .dls-bg .dls-inn h2 i.had-ln,
.deal-section .dls-bg .dls-inn h2 i.had-ln {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #9e8236;
}

.had-th h3 {
  text-align: center;
  font-size: 30vh;
  white-space: nowrap;
  color: #9e8236;
  font-family: "ver-reg";
  text-transform: uppercase;
  text-shadow: 0 100px 30px rgba(255, 255, 255, 0.08);
}
.had-th h3 span {
  color: #ffffff;
}

.had-tht h3 {
  text-align: center;
  font-size: 60px;
  white-space: nowrap;
  color: #ffffff;
  font-family: "ver-reg";
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.had-tht h3 span {
  color: #ffffff;
  position: relative;
}
.had-tht h3 span span.bg-anm {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 120%;
  height: 80px;
  background-color: #9e8236;
  border-radius: 100px;
}

.packages {
  margin-top: 30px;
  padding: 30px 0 50px;
  position: relative;
  z-index: 9;
  width: 100%;
}
.packages ul.oth-gd {
  grid-template-columns: repeat(6, 1fr) !important;
  margin-top: 20px !important;
}
.packages ul.oth-gd .lst-s-gd {
  grid-column: 2/4;
}
.packages ul.oth-gd .lst-gd {
  grid-column: 4/6;
}
.packages ul.subs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
}
.packages ul.subs-list li.li-pkg {
  list-style: none;
  display: flex;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
}
.packages ul.subs-list li.li-pkg .img-pkg .img-sub {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 240px;
}
.packages ul.subs-list li.li-pkg p {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
  margin: 0;
}
.packages ul.subs-list li.li-pkg .subs-cnt {
  padding: 20px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 100%;
}
.packages ul.subs-list li.li-pkg .subs-cnt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.packages ul.subs-list li.li-pkg .subs-cnt .had-vert {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  align-items: center;
}
.packages ul.subs-list li.li-pkg .subs-cnt .had-vert h2 {
  color: #9e8236;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 10px 0 20px;
  height: 100%;
  width: 100%;
}
.packages ul.subs-list li.li-pkg .subs-cnt .had-vert h2 span {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.packages ul.subs-list li.li-pkg ul.lsts-pnt {
  padding: 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.packages ul.subs-list li.li-pkg ul.lsts-pnt li {
  border: none;
  border-radius: 0;
  font-size: 15px;
  list-style: none;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: auto;
  overflow: visible;
  box-shadow: none;
  padding: 10px 20px;
}
.packages ul.subs-list li.li-pkg ul.lsts-pnt li label {
  font-weight: bold;
}
.packages ul.subs-list li.li-pkg ul.lsts-pnt li span {
  color: #9e8236;
  font-weight: bold;
  font-size: 20px;
}
.packages ul.subs-list li.li-pkg ul.lsts-pnt li:last-child {
  border-right: none;
  line-height: 2;
  padding: 10px 20px 10px 20px;
}
.packages .btn-bk {
  margin-top: 15px;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.packages .btn-bk .btn {
  width: 50%;
  height: 40px;
}
.packages .btn-bk .btn:hover {
  background-color: #161920 !important;
  color: #9e8236 !important;
}
.packages p.abs-pra {
  margin-bottom: 10px !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  border-radius: 50px;
  background-color: #9e8236 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.ceo {
  position: relative;
}
.ceo .ceo-sec {
  padding: 100px 100px 0;
}
.ceo .drct-sec {
  padding: 50px 100px 100px;
}

.drct-sec,
.ceo-sec {
  display: flex;
  opacity: 0;
  align-items: center;
  flex-direction: column;
}
.drct-sec .ceo-img,
.ceo-sec .ceo-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border: 5px solid #9e8236;
}
.drct-sec .ceo-cnt,
.ceo-sec .ceo-cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}
.drct-sec .ceo-cnt h2,
.ceo-sec .ceo-cnt h2 {
  margin: 20px 0;
  color: #ffffff;
  text-align: center;
}
.drct-sec .ceo-cnt h2 span,
.ceo-sec .ceo-cnt h2 span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #9e8236;
}
.drct-sec .ceo-cnt p,
.ceo-sec .ceo-cnt p {
  color: #ffffff;
}

.cmit .cmit-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
}
.cmit .grd-cmt .cmit-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.cmit .grd-cmt .cmit-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.cmit .grd-cmt h2.cmt-had {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 70px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: "inter-extbld";
  text-shadow: 0 5px 0 #9e8236;
}
.cmit .grd-cmt .cmit-cnt p.cmt-fpra {
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.cmit .grd-cmt ul {
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cmit .grd-cmt ul li {
  display: flex;
  padding: 30px 20px 20px;
  justify-content: flex-start;
  align-items: start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-right: 2px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  list-style: none;
}
.cmit .grd-cmt ul li:nth-child(3) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-right: none;
}
.cmit .grd-cmt ul li:nth-child(4) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-bottom: none;
}
.cmit .grd-cmt ul li:nth-child(5) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-bottom: none;
  padding-left: 30px;
}
.cmit .grd-cmt ul li:last-child {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-right: none;
  border-bottom: none;
  padding-left: 30px;
}
.cmit .grd-cmt ul li:last-child p {
  color: #ffffff;
}
.cmit .grd-cmt ul li h4 {
  color: #9e8236;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 8px;
}
.cmit .grd-cmt ul li p {
  padding: 0;
  font-size: 16px;
}

.cmit.whdiff {
  margin-top: 100px !important;
  transform: scale(1);
}
.cmit.whdiff .cmt-fpra span {
  color: #9e8236;
  display: block;
  font-size: 20px;
  font-family: "ver-reg";
  font-weight: bold;
}
.cmit.whdiff h3 {
  color: #9e8236;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.cmit.whdiff ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr !important;
}
.cmit.whdiff ul li {
  display: flex;
  padding: 30px 20px 20px;
  justify-content: flex-start;
  align-items: start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-right: 2px dashed rgba(255, 255, 255, 0.1);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  list-style: none;
}
.cmit.whdiff ul li:nth-child(2) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-right: none !important;
}
.cmit.whdiff ul li:nth-child(3) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-right: 2px dashed rgba(255, 255, 255, 0.1) !important;
}
.cmit.whdiff ul li:nth-child(4) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1) !important;
  border-right: none !important;
}
.cmit.whdiff ul li:nth-child(5) {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-bottom: none;
  padding-left: 30px;
}
.cmit.whdiff ul li:last-child {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
  border-right: none;
  border-bottom: none;
  padding-left: 30px;
}
.cmit.whdiff ul li:last-child p {
  color: #767676 !important;
}
.cmit.whdiff ul li h4 {
  color: #9e8236;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 8px;
}
.cmit.whdiff ul li p {
  padding: 0;
  font-size: 16px;
}

.faq-question-section {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.faq-question-section .faq-title {
  color: #9e8236;
  font-family: "ver-reg";
  text-transform: uppercase;
}
.faq-question-section .sub-title {
  color: #9e8236;
  font-family: "ver-reg" !important;
  font-weight: bold;
}

.contact-section .contact-form .form-group label {
  position: static;
}

.contact-form-wrapper {
  transform: translate(5%, 0);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.2);
}
.contact-form-wrapper .ts-control,
.contact-form-wrapper .form-control {
  border: 2px solid #ffffff !important;
}
.contact-form-wrapper label {
  color: #9e8236 !important;
}
.contact-form-wrapper h2 {
  color: #9e8236;
}
.contact-form-wrapper .section-heading {
  margin-bottom: 40px;
}

.contact-form-wrapper .form-group,
.contact-section .form-group {
  margin-bottom: 10px;
}
.contact-form-wrapper .form-group .form-control,
.contact-section .form-group .form-control {
  background-color: rgb(0, 0, 0) !important;
  color: #ffffff !important;
  font-size: 14px;
}
.contact-form-wrapper .contact-form,
.contact-section .contact-form {
  overflow: visible;
}

.full .ts-control {
  background-color: rgb(0, 0, 0);
  border: none;
  height: 50px;
  border-radius: 10px;
  align-items: center;
}

.ts-control > * {
  color: #ffffff;
  font-family: "ver-reg";
  font-size: 14px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background-color: rgb(0, 0, 0);
  border: none;
}

.ts-dropdown {
  background-color: rgb(0, 0, 0) !important;
  -webkit-backdrop-filter: blur(5px) !important;
          backdrop-filter: blur(5px) !important;
  box-shadow: none;
  border: none;
  padding-left: 0 !important;
  z-index: 1000 !important;
}

.ts-dropdown .active {
  background-color: #9e8236;
  color: #ffffff !important;
  border-radius: 10px;
}

.ts-dropdown-content {
  color: #ffffff;
  font-family: "ver-reg";
  font-size: 14px;
  padding: 10px 20px;
}
.ts-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.ts-dropdown-content::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.tp-cato {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 416px;
  height: 270px;
}

.trip-card .trip-meta .trip-price {
  font-size: 27px;
  margin-right: 5px;
}

.trip-card {
  border-radius: 20px;
  overflow: hidden;
}
.trip-card .trip-body {
  position: relative;
  height: 50%;
}
.trip-card .trip-body a.btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 95%;
}
.trip-card .trip-body a.btn:hover {
  transform: scale(1);
}

.trip-card .trip-meta .trip-price span {
  margin-left: 10px;
}

.discn {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discn .big-dg span {
  font-size: 14em;
  font-family: "inter-bold";
}
.discn .sup-dg {
  line-height: 1;
}
.discn .sup-dg span {
  font-size: 7em;
  font-family: "inter-bold";
}
.discn .sup-dg div {
  font-size: 3em;
  font-family: "inter-bold";
}

.not-fnd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.not-fnd h1 {
  color: #ffffff;
  font-family: "ver-reg";
  font-size: 25px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .header-area .navbar .navbar-brand {
    position: static;
    transform: none;
    margin-left: 10px;
  }
  .hero-section .sld-container {
    top: 0;
  }
  .bg-video {
    justify-content: start;
    padding: 0 20px;
  }
  .bg-video .content-det {
    transform: translate(0, 37%);
  }
  ul.about-card-sm.abt-icns {
    flex-wrap: wrap;
  }
  ul.about-card-sm.abt-icns li {
    width: 100%;
    margin-bottom: 20px;
    justify-content: start;
    text-align: left;
    display: flex;
    -moz-column-gap: 19px;
         column-gap: 19px;
    flex-direction: row;
  }
  ul.about-card-sm.abt-icns li h4 {
    margin-top: 0;
  }
  .qt-btn a span {
    font-size: 12px;
  }
  .why-choose-section {
    padding-top: 50px;
  }
  .top-cont h1 {
    font-size: 20px;
  }
  .bor-bt {
    display: none;
  }
  .diff .anim-about,
  .vsn .anim-about,
  .abt .anim-about {
    position: static;
  }
  .diff .anim-about h1,
  .vsn .anim-about h1,
  .abt .anim-about h1 {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    font-size: 2.3em;
  }
  .contact-section .btn-secondary {
    width: 100%;
  }
  .hero-search-form .search-item .icon {
    width: 50px;
    height: 50px;
  }
  .flx-srh .Btn {
    width: 100px;
    height: 30px;
  }
  .flx-srh .Btn span {
    display: none;
  }
  .abt .cnt-bx {
    grid-column: 1/4;
  }
  .abt .imgs-bx {
    grid-column: 1/4;
  }
  .vsn {
    padding-top: 50px;
  }
  .vsn .cnt-bx {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .vsn .img-bx {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .diff {
    padding-top: 100px;
  }
  .diff .cnt-bx {
    grid-column: 1/4;
  }
  .diff .imgs-bx {
    grid-column: 1/4;
  }
  .happy-counts {
    grid-column: 1/4;
  }
  .img-lgo {
    width: 60px;
    height: 70px;
  }
  .header-area.style-three.sticky-on .img-lgo {
    width: 60px;
    height: 70px;
  }
  .cntc-sec .section-heading h2 {
    font-size: 22px;
  }
  .mt-bmm {
    margin-top: 20px;
  }
  .header-area.style-three.sticky-on .navbar-brand {
    transform: none !important;
    margin-right: 0 !important;
  }
  .featured-destination .deals-swiper2 .sld-in {
    flex-wrap: wrap;
  }
  .featured-destination .sld-had {
    text-align: center;
  }
  .featured-destination .featured-destination-card {
    margin-bottom: 20px;
  }
  .bg-video::before {
    display: none;
  }
  .hero-content {
    width: 100%;
    margin-top: 30px;
  }
  .hero-content p {
    font-size: 19px;
  }
  .flx-srh .svg {
    right: 20%;
  }
  .hero-search-form {
    width: 100%;
    border-radius: 100px;
    padding-right: 10px;
  }
  .header-area.style-three.sticky-on .navbar-brand {
    transform: translate(10%, 0);
  }
  .header-area.style-three .navbar {
    border-radius: 15px 15px 15px 15px;
    justify-content: space-between;
    padding: 0;
  }
  .qt-btn svg {
    width: 30px;
    height: 30px;
  }
  .sld-container .content-sld {
    left: 0;
    height: auto;
    width: 100%;
  }
  .sld-container {
    transform: translate(-50%, 0%);
  }
  .sld-container .cont-slide .slide-item:nth-child(3),
  .sld-container .cont-slide .slide-item:nth-child(4),
  .sld-container .cont-slide .slide-item:nth-child(5) {
    display: none;
  }
  .sld-container .content-sld .name {
    font-size: 40px;
    margin: 0 20px 0px;
    transform: translate(10%, 0%);
  }
  .header-area .navbar-toggler {
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
  .top-cont {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translate(0, 355%);
    z-index: 9;
  }
  .newsletter-modal-backdrop .newsletter-modal {
    margin-left: 20px;
    margin-right: 20px;
  }
  .srch-ara {
    width: 90%;
    left: 0;
    transform: translate(6%, 70%);
  }
  .navbar-collapse {
    border-radius: 0 0 20px 20px;
    transform: translate(0, -11%);
    position: relative;
    z-index: -1;
    padding-top: 50px;
  }
  .navbar-collapse li:hover {
    background-color: transparent;
  }
  .header-area .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-area .navbar-nav li {
    padding: 0 20px;
  }
  .header-area .navbar-nav li:hover {
    background-color: #9e8236;
  }
  .header-area .navbar-nav li:hover a:focus, .header-area .navbar-nav li:hover a:hover {
    color: #F9F9F6 !important;
  }
  .header-area .navbar-nav li .mobi-nv:last-child {
    margin-bottom: 20px;
  }
  .ftures {
    width: 100%;
    display: none;
    font-size: 14px;
    flex-direction: column;
  }
  .ftures p {
    font-size: 14px;
  }
  .navigation h1 {
    font-size: 35px;
  }
  .navigation ul li a {
    font-size: 23px;
    height: 30px;
  }
  .navigation ul li:hover a {
    font-size: 23px;
  }
  .navigation ul li:hover a span {
    transform: translateY(-120%);
  }
  .navigation ul > li:hover ul {
    transform: translateX(10%) !important;
  }
  .navigation ul > li ul {
    position: static;
    display: block;
    transform: translate(10%, 0) !important;
  }
  .navigation ul > li ul li {
    height: 45px;
  }
  .navigation ul > li ul li a {
    font-size: 23px;
    height: 30px;
  }
  .navigation ul > li ul li:hover a {
    font-size: 23px;
  }
  .dropdown {
    background-color: transparent !important;
  }
  .deal-section.abt-page .dls-bg .dls-inn h2,
  .deal-section .dls-bg .dls-inn h2 {
    flex-wrap: wrap;
  }
  .deal-section.abt-page .dls-bg .dls-inn h2 span,
  .deal-section .dls-bg .dls-inn h2 span {
    font-size: 55px;
  }
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(9),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(10),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(11),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(12),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(13),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(14),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(15),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(16),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(17),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(18),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(19),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(20),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(9),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(10),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(11),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(12),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(13),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(14),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(15),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(16),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(17),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(18),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(19),
  .deal-section .dls-bg .dls-inn h2 span:nth-child(20) {
    font-size: 49px;
  }
  .packages ul.subs-list {
    grid-template-columns: 1fr;
  }
  .packages ul.oth-gd .lst-gd,
  .packages ul.oth-gd .lst-s-gd {
    grid-column: 1/7;
  }
  .cr-sp .fr-fun {
    transform: translate(0, 0%) !important;
  }
  .had-tht h3 {
    display: flex;
    flex-direction: column;
    font-size: 24px;
  }
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(6),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(7),
  .deal-section.abt-page .dls-bg .dls-inn h2 span:nth-child(8) {
    font-size: 55px;
  }
  .ceo .drct-sec,
  .ceo .ceo-sec {
    padding: 100px 0 30px;
  }
  .ceo .drct-sec {
    margin-bottom: 50px;
  }
  .cmit .grd-cmt h2.cmt-had {
    font-size: 34px;
  }
  .cmit .grd-cmt .cmit-img {
    padding: 0 20px 20px;
  }
  .cmit .grd-cmt ul {
    grid-template-columns: 1fr;
  }
  .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(8),
  .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(9),
  .deal-section.abt-page.contact .dls-bg .dls-inn h2 span:nth-child(10) {
    font-size: 55px;
  }
  ul.grd-cont {
    grid-template-columns: repeat(1, 1fr);
  }
  .cmit.whdiff ul li:nth-child(5),
  .cmit .grd-cmt ul li:last-child,
  .cmit.whdiff ul li,
  .cmit .grd-cmt ul li:nth-child(4),
  .cmit .grd-cmt ul li {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
    border-right: none;
  }
  .cmit .grd-cmt ul li:last-child {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }
  .cmit.whdiff ul li:nth-child(3) {
    border-right: 0 !important;
  }
  .cmit.whdiff ul {
    grid-template-columns: 1fr !important;
  }
  .contact-form-wrapper {
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=my-style.css.map */